diff --git a/scans/0patch-lsa-sentinel.json b/scans/0patch-lsa-sentinel.json index 2d5efaa7..025e09dd 100644 --- a/scans/0patch-lsa-sentinel.json +++ b/scans/0patch-lsa-sentinel.json @@ -4,6 +4,18 @@ "language": "rust", "frameworks": [], "weak_points": [ + { + "category": "UnboundedAllocation", + "location": "host-rust/src/collectors/opatch.rs", + "file": "host-rust/src/collectors/opatch.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in host-rust/src/collectors/opatch.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, { "category": "UnsafeCode", "location": "host-rust/src/ffi.rs", @@ -16,18 +28,6 @@ ], "suppressed": true, "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "host-rust/src/collectors/opatch.rs", - "file": "host-rust/src/collectors/opatch.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in host-rust/src/collectors/opatch.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" } ], "statistics": { @@ -41,63 +41,63 @@ }, "file_statistics": [ { - "file_path": "host-rust/src/ffi.rs", - "lines": 26, - "unsafe_blocks": 1, + "file_path": "host-rust/src/collectors/opatch.rs", + "lines": 77, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "host-rust/src/collectors/snapshot.rs", - "lines": 76, + "file_path": "host-rust/src/collectors/parse.rs", + "lines": 294, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 2, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "host-rust/src/collectors/parse.rs", - "lines": 294, + "file_path": "host-rust/src/collectors/snapshot.rs", + "lines": 76, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 2, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "host-rust/src/collectors/opatch.rs", - "lines": 77, - "unsafe_blocks": 0, + "file_path": "host-rust/src/ffi.rs", + "lines": 26, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", "concurrency", + "memory", "cpu" ], "dependency_graph": { "edges": [ { - "from": "host-rust/src/collectors/snapshot.rs", + "from": "host-rust/src/collectors/opatch.rs", "to": "host-rust/src/collectors/parse.rs", "relation": "shared_dir:host-rust/src/collectors", "weight": 1.0 }, { "from": "host-rust/src/collectors/parse.rs", - "to": "host-rust/src/collectors/opatch.rs", + "to": "host-rust/src/collectors/snapshot.rs", "relation": "shared_dir:host-rust/src/collectors", "weight": 1.0 } @@ -106,44 +106,44 @@ "taint_matrix": { "rows": [ { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", - "severity_value": 3.5, + "source_category": "UnboundedAllocation", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "host-rust/src/ffi.rs" + "host-rust/src/collectors/opatch.rs" ], "frameworks": [], - "relation": "UnsafeCode->Concurrency" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "host-rust/src/ffi.rs" + "host-rust/src/collectors/opatch.rs" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnboundedAllocation", + "source_category": "UnsafeCode", "sink_axis": "memory", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ - "host-rust/src/collectors/opatch.rs" + "host-rust/src/ffi.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnsafeCode->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "concurrency", + "severity_value": 3.5, "files": [ - "host-rust/src/collectors/opatch.rs" + "host-rust/src/ffi.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnsafeCode->Concurrency" } ] } diff --git a/scans/AcceleratorGate.jl.json b/scans/AcceleratorGate.jl.json index 4d3e7b97..ba351e61 100644 --- a/scans/AcceleratorGate.jl.json +++ b/scans/AcceleratorGate.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "45 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "10 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "10 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "45 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -37,17 +37,6 @@ ], "test_context": "test_only" }, - { - "category": "UnsafeFFI", - "location": "src/operations.jl", - "file": "src/operations.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in src/operations.jl", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "DynamicCodeExecution", "location": "src/AcceleratorGate.jl", @@ -60,6 +49,17 @@ ], "test_context": "production" }, + { + "category": "UnsafeFFI", + "location": "src/operations.jl", + "file": "src/operations.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in src/operations.jl", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, { "category": "SupplyChain", "location": "Manifest.toml", @@ -81,9 +81,9 @@ }, "file_statistics": [ { - "file_path": "src/operations.jl", - "lines": 307, - "unsafe_blocks": 5, + "file_path": "src/AcceleratorGate.jl", + "lines": 832, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -91,9 +91,9 @@ "threading_constructs": 0 }, { - "file_path": "src/AcceleratorGate.jl", - "lines": 832, - "unsafe_blocks": 0, + "file_path": "src/operations.jl", + "lines": 307, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -108,8 +108,8 @@ "dependency_graph": { "edges": [ { - "from": "src/operations.jl", - "to": "src/AcceleratorGate.jl", + "from": "src/AcceleratorGate.jl", + "to": "src/operations.jl", "relation": "shared_dir:src", "weight": 1.0 } @@ -128,16 +128,14 @@ "relation": "DynamicCodeExecution->Memory" }, { - "source_category": "ProofDrift", + "source_category": "DynamicCodeExecution", "sink_axis": "cpu", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ - "test/runtests.jl", - "test/e2e_test.jl", - "test/property_test.jl" + "src/AcceleratorGate.jl" ], "frameworks": [], - "relation": "ProofDrift->Cpu" + "relation": "DynamicCodeExecution->Cpu" }, { "source_category": "UnsafeFFI", @@ -150,14 +148,16 @@ "relation": "UnsafeFFI->Memory" }, { - "source_category": "DynamicCodeExecution", + "source_category": "ProofDrift", "sink_axis": "cpu", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "src/AcceleratorGate.jl" + "test/e2e_test.jl", + "test/runtests.jl", + "test/property_test.jl" ], "frameworks": [], - "relation": "DynamicCodeExecution->Cpu" + "relation": "ProofDrift->Cpu" } ] } diff --git a/scans/Axiom.jl.json b/scans/Axiom.jl.json index 38d0f154..9a12a284 100644 --- a/scans/Axiom.jl.json +++ b/scans/Axiom.jl.json @@ -19,35 +19,14 @@ }, { "category": "ProofDrift", - "location": "test/integrations/huggingface_tests.jl", - "file": "test/integrations/huggingface_tests.jl", - "severity": "Medium", - "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/integrations/huggingface_tests.jl", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "ProofDrift", - "location": "test/test_invertible.jl", - "file": "test/test_invertible.jl", - "severity": "Medium", - "description": "6 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/test_invertible.jl", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "packages/SMTLib.jl/test/runtests.jl", + "file": "packages/SMTLib.jl/test/runtests.jl", "severity": "Medium", - "description": "5 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/SMTLib.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { @@ -74,11 +53,11 @@ "test_context": "test_only" }, { - "category": "MutationGap", - "location": "test/ci/backend_parity.jl", - "file": "test/ci/backend_parity.jl", + "category": "ProofDrift", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "1 @test assertion(s) in test/ci/backend_parity.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", + "description": "5 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -97,10 +76,10 @@ }, { "category": "ProofDrift", - "location": "test/ci/math_required_mode.jl", - "file": "test/ci/math_required_mode.jl", + "location": "test/ci/tpu_required_mode.jl", + "file": "test/ci/tpu_required_mode.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/ci/math_required_mode.jl", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/ci/tpu_required_mode.jl", "recommended_attack": [ "cpu" ], @@ -108,21 +87,21 @@ }, { "category": "ProofDrift", - "location": "test/ci/optimization_passes.jl", - "file": "test/ci/optimization_passes.jl", + "location": "test/ci/npu_required_mode.jl", + "file": "test/ci/npu_required_mode.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/ci/optimization_passes.jl", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/ci/npu_required_mode.jl", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "ProofDrift", - "location": "test/ci/dsp_required_mode.jl", - "file": "test/ci/dsp_required_mode.jl", + "category": "MutationGap", + "location": "test/ci/backend_parity.jl", + "file": "test/ci/backend_parity.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/ci/dsp_required_mode.jl", + "description": "1 @test assertion(s) in test/ci/backend_parity.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", "recommended_attack": [ "cpu" ], @@ -130,10 +109,10 @@ }, { "category": "ProofDrift", - "location": "test/ci/tpu_required_mode.jl", - "file": "test/ci/tpu_required_mode.jl", + "location": "test/ci/math_required_mode.jl", + "file": "test/ci/math_required_mode.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/ci/tpu_required_mode.jl", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/ci/math_required_mode.jl", "recommended_attack": [ "cpu" ], @@ -163,25 +142,47 @@ }, { "category": "ProofDrift", - "location": "test/ci/npu_required_mode.jl", - "file": "test/ci/npu_required_mode.jl", + "location": "test/ci/dsp_required_mode.jl", + "file": "test/ci/dsp_required_mode.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/ci/npu_required_mode.jl", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/ci/dsp_required_mode.jl", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "InputBoundary", - "location": "src/integrations/interop.jl", - "file": "src/integrations/interop.jl", + "category": "ProofDrift", + "location": "test/ci/optimization_passes.jl", + "file": "test/ci/optimization_passes.jl", "severity": "Medium", - "description": "1 JSON3.read/JSON.parse call(s) with 0 try block(s) in src/integrations/interop.jl — these throw on malformed input; wrap in try/catch", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/ci/optimization_passes.jl", "recommended_attack": [ "cpu" ], - "test_context": "production" + "test_context": "test_only" + }, + { + "category": "ProofDrift", + "location": "test/integrations/huggingface_tests.jl", + "file": "test/integrations/huggingface_tests.jl", + "severity": "Medium", + "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/integrations/huggingface_tests.jl", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "ProofDrift", + "location": "test/test_invertible.jl", + "file": "test/test_invertible.jl", + "severity": "Medium", + "description": "6 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/test_invertible.jl", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" }, { "category": "UnsafeFFI", @@ -219,16 +220,15 @@ "test_context": "production" }, { - "category": "ProofDrift", - "location": "packages/SMTLib.jl/test/runtests.jl", - "file": "packages/SMTLib.jl/test/runtests.jl", + "category": "InputBoundary", + "location": "src/integrations/interop.jl", + "file": "src/integrations/interop.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/SMTLib.jl/test/runtests.jl", + "description": "1 JSON3.read/JSON.parse call(s) with 0 try block(s) in src/integrations/interop.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ "cpu" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" } ], "statistics": { @@ -242,72 +242,73 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 85, - "unsafe_blocks": 0, + "file_path": "crypto/src/lib.rs", + "lines": 680, + "unsafe_blocks": 21, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 0, + "ffi_safe_wrapper": true }, { - "file_path": "templates/AxiomVPUExtSkeleton.jl", - "lines": 46, + "file_path": "examples/SafeDOMExample.affine", + "lines": 85, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "templates/AxiomFPGAExtSkeleton.jl", - "lines": 46, + "file_path": "ext/AxiomAMDGPUExt.jl", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "templates/AxiomPPUExtSkeleton.jl", - "lines": 46, + "file_path": "ext/AxiomMetalExt.jl", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "templates/AxiomTPUExtSkeleton.jl", - "lines": 46, + "file_path": "ext/AxiomCUDAExt.jl", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "templates/AxiomMathExtSkeleton.jl", - "lines": 46, + "file_path": "zig/src/threading.zig", + "lines": 538, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 10 }, { - "file_path": "templates/AxiomNPUExtSkeleton.jl", - "lines": 46, + "file_path": "zig/src/bench.zig", + "lines": 235, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 22, "io_operations": 0, "threading_constructs": 0 }, @@ -322,7 +323,7 @@ "threading_constructs": 0 }, { - "file_path": "templates/AxiomDSPExtSkeleton.jl", + "file_path": "templates/AxiomTPUExtSkeleton.jl", "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, @@ -332,7 +333,7 @@ "threading_constructs": 0 }, { - "file_path": "templates/AxiomQPUExtSkeleton.jl", + "file_path": "templates/AxiomVPUExtSkeleton.jl", "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, @@ -342,68 +343,67 @@ "threading_constructs": 0 }, { - "file_path": "ext/AxiomCUDAExt.jl", - "lines": 192, + "file_path": "templates/AxiomPPUExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ext/AxiomMetalExt.jl", - "lines": 167, + "file_path": "templates/AxiomNPUExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ext/AxiomAMDGPUExt.jl", - "lines": 173, + "file_path": "templates/AxiomDSPExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crypto/src/lib.rs", - "lines": 680, - "unsafe_blocks": 21, + "file_path": "templates/AxiomQPUExtSkeleton.jl", + "lines": 46, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0, - "ffi_safe_wrapper": true + "threading_constructs": 0 }, { - "file_path": "scripts/gpu-performance-evidence.jl", - "lines": 249, + "file_path": "templates/AxiomFPGAExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/model-package-evidence.jl", - "lines": 67, + "file_path": "templates/AxiomMathExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/math-strict-evidence.jl", + "file_path": "scripts/npu-strict-evidence.jl", "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, @@ -413,22 +413,22 @@ "threading_constructs": 0 }, { - "file_path": "scripts/dsp-strict-evidence.jl", - "lines": 198, + "file_path": "scripts/gpu-performance-evidence.jl", + "lines": 249, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/npu-strict-evidence.jl", - "lines": 198, + "file_path": "scripts/verification-telemetry-evidence.jl", + "lines": 49, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, @@ -443,47 +443,47 @@ "threading_constructs": 0 }, { - "file_path": "scripts/coprocessor-evidence.jl", - "lines": 64, + "file_path": "scripts/proof-bundle-evidence.jl", + "lines": 130, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "scripts/coprocessor-resilience-evidence.jl", - "lines": 221, + "file_path": "scripts/coprocessor-evidence.jl", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/proof-bundle-evidence.jl", - "lines": 130, + "file_path": "scripts/model-package-evidence.jl", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/verification-telemetry-evidence.jl", - "lines": 49, + "file_path": "scripts/dsp-strict-evidence.jl", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/tpu-strict-evidence.jl", + "file_path": "scripts/math-strict-evidence.jl", "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, @@ -493,23 +493,83 @@ "threading_constructs": 0 }, { - "file_path": "test/runtests.jl", - "lines": 840, + "file_path": "scripts/coprocessor-resilience-evidence.jl", + "lines": 221, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "scripts/tpu-strict-evidence.jl", + "lines": 198, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "ffi/idris/main.idr", + "lines": 67, + "unsafe_blocks": 11, + "panic_sites": 0, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "test/verification/proof_export_tests.jl", - "lines": 216, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "packages/SMTLib.jl/test/runtests.jl", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "packages/SMTLib.jl/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, + "panic_sites": 0, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "packages/SMTLib.jl/src/abi/Types.idr", + "lines": 232, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "packages/SMTLib.jl/src/SMTLib.jl", + "lines": 2223, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 7, + "io_operations": 5, "threading_constructs": 0 }, { @@ -522,6 +582,26 @@ "io_operations": 1, "threading_constructs": 0 }, + { + "file_path": "test/verification/proof_export_tests.jl", + "lines": 216, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 10, + "threading_constructs": 0 + }, + { + "file_path": "test/runtests.jl", + "lines": 840, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 8, + "threading_constructs": 0 + }, { "file_path": "test/ci/gpu_fallback.jl", "lines": 142, @@ -543,17 +623,17 @@ "threading_constructs": 0 }, { - "file_path": "test/ci/proof_bundle_reconciliation.jl", - "lines": 105, + "file_path": "test/ci/model_package_registry.jl", + "lines": 73, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/ci/math_required_mode.jl", + "file_path": "test/ci/tpu_required_mode.jl", "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, @@ -563,8 +643,8 @@ "threading_constructs": 0 }, { - "file_path": "test/ci/gpu_resilience.jl", - "lines": 155, + "file_path": "test/ci/npu_required_mode.jl", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -573,7 +653,7 @@ "threading_constructs": 0 }, { - "file_path": "test/ci/dsp_required_mode.jl", + "file_path": "test/ci/math_required_mode.jl", "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, @@ -583,13 +663,23 @@ "threading_constructs": 0 }, { - "file_path": "test/ci/tpu_required_mode.jl", - "lines": 141, + "file_path": "test/ci/certificate_integrity.jl", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 5, + "threading_constructs": 0 + }, + { + "file_path": "test/ci/proof_bundle_reconciliation.jl", + "lines": 105, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { @@ -603,17 +693,17 @@ "threading_constructs": 0 }, { - "file_path": "test/ci/certificate_integrity.jl", - "lines": 64, + "file_path": "test/ci/gpu_resilience.jl", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "test/ci/npu_required_mode.jl", + "file_path": "test/ci/dsp_required_mode.jl", "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, @@ -623,58 +713,58 @@ "threading_constructs": 0 }, { - "file_path": "test/ci/model_package_registry.jl", - "lines": 73, + "file_path": "src/training/train.jl", + "lines": 325, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/integrations/huggingface.jl", - "lines": 839, + "file_path": "src/vendored/AcceleratorGateVendored.jl", + "lines": 494, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/integrations/interop.jl", - "lines": 1048, + "file_path": "src/serving/api.jl", + "lines": 549, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/vendored/AcceleratorGateVendored.jl", - "lines": 494, + "file_path": "src/model_packaging.jl", + "lines": 295, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/utils/initialization.jl", - "lines": 188, + "file_path": "src/proof_export.jl", + "lines": 1115, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 9, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "src/layers/normalization.jl", - "lines": 381, + "file_path": "src/layers/dense.jl", + "lines": 521, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -703,8 +793,8 @@ "threading_constructs": 0 }, { - "file_path": "src/layers/dense.jl", - "lines": 521, + "file_path": "src/layers/normalization.jl", + "lines": 381, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -713,23 +803,13 @@ "threading_constructs": 0 }, { - "file_path": "src/proof_export.jl", - "lines": 1115, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 9, - "threading_constructs": 0 - }, - { - "file_path": "src/training/train.jl", - "lines": 325, + "file_path": "src/utils/initialization.jl", + "lines": 188, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 9, + "io_operations": 0, "threading_constructs": 0 }, { @@ -762,46 +842,6 @@ "io_operations": 3, "threading_constructs": 0 }, - { - "file_path": "src/model_packaging.jl", - "lines": 295, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "src/Abi/Foreign.idr", - "lines": 233, - "unsafe_blocks": 13, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/model_metadata.jl", - "lines": 528, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 - }, - { - "file_path": "src/types/tensor.jl", - "lines": 579, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/backends/julia_backend.jl", "lines": 385, @@ -833,228 +873,200 @@ "threading_constructs": 0 }, { - "file_path": "src/serving/api.jl", - "lines": 549, - "unsafe_blocks": 0, + "file_path": "src/Abi/Foreign.idr", + "lines": 233, + "unsafe_blocks": 13, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/idris/main.idr", - "lines": 67, - "unsafe_blocks": 11, + "file_path": "src/types/tensor.jl", + "lines": 579, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, + "file_path": "src/integrations/huggingface.jl", + "lines": 839, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "packages/SMTLib.jl/test/runtests.jl", - "lines": 122, + "file_path": "src/integrations/interop.jl", + "lines": 1048, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "packages/SMTLib.jl/src/SMTLib.jl", - "lines": 2223, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 7, - "io_operations": 5, - "threading_constructs": 0 - }, - { - "file_path": "packages/SMTLib.jl/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "packages/SMTLib.jl/src/abi/Types.idr", - "lines": 232, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "zig/src/threading.zig", - "lines": 538, + "file_path": "src/model_metadata.jl", + "lines": 528, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 10 - }, - { - "file_path": "zig/src/bench.zig", - "lines": 235, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 22, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "concurrency", "cpu", "disk", - "memory" + "memory", + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "templates/AxiomVPUExtSkeleton.jl", - "to": "templates/AxiomFPGAExtSkeleton.jl", - "relation": "shared_dir:templates", + "from": "ext/AxiomAMDGPUExt.jl", + "to": "ext/AxiomMetalExt.jl", + "relation": "shared_dir:ext", "weight": 1.0 }, { - "from": "templates/AxiomFPGAExtSkeleton.jl", - "to": "templates/AxiomPPUExtSkeleton.jl", - "relation": "shared_dir:templates", + "from": "ext/AxiomMetalExt.jl", + "to": "ext/AxiomCUDAExt.jl", + "relation": "shared_dir:ext", "weight": 1.0 }, { - "from": "templates/AxiomPPUExtSkeleton.jl", - "to": "templates/AxiomTPUExtSkeleton.jl", - "relation": "shared_dir:templates", + "from": "test/ci/gpu_fallback.jl", + "to": "test/ci/interop_smoke.jl", + "relation": "shared_dir:test/ci", "weight": 1.0 }, { - "from": "templates/AxiomTPUExtSkeleton.jl", - "to": "templates/AxiomMathExtSkeleton.jl", - "relation": "shared_dir:templates", + "from": "test/ci/interop_smoke.jl", + "to": "test/ci/model_package_registry.jl", + "relation": "shared_dir:test/ci", "weight": 1.0 }, { - "from": "templates/AxiomMathExtSkeleton.jl", - "to": "templates/AxiomNPUExtSkeleton.jl", - "relation": "shared_dir:templates", + "from": "test/ci/model_package_registry.jl", + "to": "test/ci/tpu_required_mode.jl", + "relation": "shared_dir:test/ci", "weight": 1.0 }, { - "from": "templates/AxiomNPUExtSkeleton.jl", - "to": "templates/AxiomCryptoExtSkeleton.jl", - "relation": "shared_dir:templates", + "from": "test/ci/tpu_required_mode.jl", + "to": "test/ci/npu_required_mode.jl", + "relation": "shared_dir:test/ci", "weight": 1.0 }, { - "from": "templates/AxiomCryptoExtSkeleton.jl", - "to": "templates/AxiomDSPExtSkeleton.jl", - "relation": "shared_dir:templates", + "from": "test/ci/npu_required_mode.jl", + "to": "test/ci/math_required_mode.jl", + "relation": "shared_dir:test/ci", "weight": 1.0 }, { - "from": "templates/AxiomDSPExtSkeleton.jl", - "to": "templates/AxiomQPUExtSkeleton.jl", - "relation": "shared_dir:templates", + "from": "test/ci/math_required_mode.jl", + "to": "test/ci/certificate_integrity.jl", + "relation": "shared_dir:test/ci", "weight": 1.0 }, { - "from": "scripts/gpu-performance-evidence.jl", - "to": "scripts/model-package-evidence.jl", - "relation": "shared_dir:scripts", + "from": "test/ci/certificate_integrity.jl", + "to": "test/ci/proof_bundle_reconciliation.jl", + "relation": "shared_dir:test/ci", "weight": 1.0 }, { - "from": "scripts/model-package-evidence.jl", - "to": "scripts/math-strict-evidence.jl", - "relation": "shared_dir:scripts", + "from": "test/ci/proof_bundle_reconciliation.jl", + "to": "test/ci/coprocessor_resilience.jl", + "relation": "shared_dir:test/ci", "weight": 1.0 }, { - "from": "scripts/math-strict-evidence.jl", - "to": "scripts/dsp-strict-evidence.jl", - "relation": "shared_dir:scripts", + "from": "test/ci/coprocessor_resilience.jl", + "to": "test/ci/gpu_resilience.jl", + "relation": "shared_dir:test/ci", "weight": 1.0 }, { - "from": "scripts/dsp-strict-evidence.jl", - "to": "scripts/npu-strict-evidence.jl", - "relation": "shared_dir:scripts", + "from": "test/ci/gpu_resilience.jl", + "to": "test/ci/dsp_required_mode.jl", + "relation": "shared_dir:test/ci", + "weight": 1.0 + }, + { + "from": "zig/src/threading.zig", + "to": "zig/src/bench.zig", + "relation": "shared_dir:zig/src", "weight": 1.0 }, { "from": "scripts/npu-strict-evidence.jl", - "to": "scripts/optimization-evidence.jl", + "to": "scripts/gpu-performance-evidence.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/optimization-evidence.jl", - "to": "scripts/coprocessor-evidence.jl", + "from": "scripts/gpu-performance-evidence.jl", + "to": "scripts/verification-telemetry-evidence.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/coprocessor-evidence.jl", - "to": "scripts/coprocessor-resilience-evidence.jl", + "from": "scripts/verification-telemetry-evidence.jl", + "to": "scripts/optimization-evidence.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/coprocessor-resilience-evidence.jl", + "from": "scripts/optimization-evidence.jl", "to": "scripts/proof-bundle-evidence.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { "from": "scripts/proof-bundle-evidence.jl", - "to": "scripts/verification-telemetry-evidence.jl", + "to": "scripts/coprocessor-evidence.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/verification-telemetry-evidence.jl", - "to": "scripts/tpu-strict-evidence.jl", + "from": "scripts/coprocessor-evidence.jl", + "to": "scripts/model-package-evidence.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/proof_export.jl", - "to": "src/model_packaging.jl", - "relation": "shared_dir:src", + "from": "scripts/model-package-evidence.jl", + "to": "scripts/dsp-strict-evidence.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/model_packaging.jl", - "to": "src/model_metadata.jl", - "relation": "shared_dir:src", + "from": "scripts/dsp-strict-evidence.jl", + "to": "scripts/math-strict-evidence.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "zig/src/threading.zig", - "to": "zig/src/bench.zig", - "relation": "shared_dir:zig/src", + "from": "scripts/math-strict-evidence.jl", + "to": "scripts/coprocessor-resilience-evidence.jl", + "relation": "shared_dir:scripts", + "weight": 1.0 + }, + { + "from": "scripts/coprocessor-resilience-evidence.jl", + "to": "scripts/tpu-strict-evidence.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { @@ -1064,85 +1076,91 @@ "weight": 1.0 }, { - "from": "src/backends/julia_backend.jl", - "to": "src/backends/zig_ffi.jl", - "relation": "shared_dir:src/backends", + "from": "src/model_packaging.jl", + "to": "src/proof_export.jl", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/backends/zig_ffi.jl", - "to": "src/backends/abstract.jl", - "relation": "shared_dir:src/backends", + "from": "src/proof_export.jl", + "to": "src/model_metadata.jl", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "test/ci/gpu_fallback.jl", - "to": "test/ci/interop_smoke.jl", - "relation": "shared_dir:test/ci", + "from": "src/verification/signing.jl", + "to": "src/verification/serialization.jl", + "relation": "shared_dir:src/verification", "weight": 1.0 }, { - "from": "test/ci/interop_smoke.jl", - "to": "test/ci/proof_bundle_reconciliation.jl", - "relation": "shared_dir:test/ci", + "from": "src/verification/serialization.jl", + "to": "src/verification/certificates.jl", + "relation": "shared_dir:src/verification", "weight": 1.0 }, { - "from": "test/ci/proof_bundle_reconciliation.jl", - "to": "test/ci/math_required_mode.jl", - "relation": "shared_dir:test/ci", + "from": "test/verification/soundness_tests.jl", + "to": "test/verification/proof_export_tests.jl", + "relation": "shared_dir:test/verification", "weight": 1.0 }, { - "from": "test/ci/math_required_mode.jl", - "to": "test/ci/gpu_resilience.jl", - "relation": "shared_dir:test/ci", + "from": "packages/SMTLib.jl/src/abi/Foreign.idr", + "to": "packages/SMTLib.jl/src/abi/Types.idr", + "relation": "shared_dir:packages/SMTLib.jl/src/abi", "weight": 1.0 }, { - "from": "test/ci/gpu_resilience.jl", - "to": "test/ci/dsp_required_mode.jl", - "relation": "shared_dir:test/ci", + "from": "templates/AxiomCryptoExtSkeleton.jl", + "to": "templates/AxiomTPUExtSkeleton.jl", + "relation": "shared_dir:templates", "weight": 1.0 }, { - "from": "test/ci/dsp_required_mode.jl", - "to": "test/ci/tpu_required_mode.jl", - "relation": "shared_dir:test/ci", + "from": "templates/AxiomTPUExtSkeleton.jl", + "to": "templates/AxiomVPUExtSkeleton.jl", + "relation": "shared_dir:templates", "weight": 1.0 }, { - "from": "test/ci/tpu_required_mode.jl", - "to": "test/ci/coprocessor_resilience.jl", - "relation": "shared_dir:test/ci", + "from": "templates/AxiomVPUExtSkeleton.jl", + "to": "templates/AxiomPPUExtSkeleton.jl", + "relation": "shared_dir:templates", "weight": 1.0 }, { - "from": "test/ci/coprocessor_resilience.jl", - "to": "test/ci/certificate_integrity.jl", - "relation": "shared_dir:test/ci", + "from": "templates/AxiomPPUExtSkeleton.jl", + "to": "templates/AxiomNPUExtSkeleton.jl", + "relation": "shared_dir:templates", "weight": 1.0 }, { - "from": "test/ci/certificate_integrity.jl", - "to": "test/ci/npu_required_mode.jl", - "relation": "shared_dir:test/ci", + "from": "templates/AxiomNPUExtSkeleton.jl", + "to": "templates/AxiomDSPExtSkeleton.jl", + "relation": "shared_dir:templates", "weight": 1.0 }, { - "from": "test/ci/npu_required_mode.jl", - "to": "test/ci/model_package_registry.jl", - "relation": "shared_dir:test/ci", + "from": "templates/AxiomDSPExtSkeleton.jl", + "to": "templates/AxiomQPUExtSkeleton.jl", + "relation": "shared_dir:templates", "weight": 1.0 }, { - "from": "test/verification/proof_export_tests.jl", - "to": "test/verification/soundness_tests.jl", - "relation": "shared_dir:test/verification", + "from": "templates/AxiomQPUExtSkeleton.jl", + "to": "templates/AxiomFPGAExtSkeleton.jl", + "relation": "shared_dir:templates", "weight": 1.0 }, { - "from": "src/layers/normalization.jl", + "from": "templates/AxiomFPGAExtSkeleton.jl", + "to": "templates/AxiomMathExtSkeleton.jl", + "relation": "shared_dir:templates", + "weight": 1.0 + }, + { + "from": "src/layers/dense.jl", "to": "src/layers/abstract.jl", "relation": "shared_dir:src/layers", "weight": 1.0 @@ -1155,62 +1173,66 @@ }, { "from": "src/layers/conv.jl", - "to": "src/layers/dense.jl", + "to": "src/layers/normalization.jl", "relation": "shared_dir:src/layers", "weight": 1.0 }, { - "from": "packages/SMTLib.jl/src/abi/Foreign.idr", - "to": "packages/SMTLib.jl/src/abi/Types.idr", - "relation": "shared_dir:packages/SMTLib.jl/src/abi", - "weight": 1.0 - }, - { - "from": "ext/AxiomCUDAExt.jl", - "to": "ext/AxiomMetalExt.jl", - "relation": "shared_dir:ext", - "weight": 1.0 - }, - { - "from": "ext/AxiomMetalExt.jl", - "to": "ext/AxiomAMDGPUExt.jl", - "relation": "shared_dir:ext", - "weight": 1.0 - }, - { - "from": "src/verification/signing.jl", - "to": "src/verification/serialization.jl", - "relation": "shared_dir:src/verification", + "from": "src/backends/julia_backend.jl", + "to": "src/backends/zig_ffi.jl", + "relation": "shared_dir:src/backends", "weight": 1.0 }, { - "from": "src/verification/serialization.jl", - "to": "src/verification/certificates.jl", - "relation": "shared_dir:src/verification", + "from": "src/backends/zig_ffi.jl", + "to": "src/backends/abstract.jl", + "relation": "shared_dir:src/backends", "weight": 1.0 } ] }, "taint_matrix": { "rows": [ + { + "source_category": "MutationGap", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "test/ci/backend_parity.jl" + ], + "frameworks": [], + "relation": "MutationGap->Cpu" + }, + { + "source_category": "InputBoundary", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "test/verification/serialization_tests.jl", + "src/verification/serialization.jl", + "src/integrations/interop.jl" + ], + "frameworks": [], + "relation": "InputBoundary->Cpu" + }, { "source_category": "ProofDrift", "sink_axis": "cpu", "severity_value": 3.5, "files": [ - "test/integrations/huggingface_tests.jl", - "test/test_invertible.jl", - "test/runtests.jl", + "packages/SMTLib.jl/test/runtests.jl", "test/verification/proof_export_tests.jl", + "test/runtests.jl", "test/ci/interop_smoke.jl", - "test/ci/math_required_mode.jl", - "test/ci/optimization_passes.jl", - "test/ci/dsp_required_mode.jl", "test/ci/tpu_required_mode.jl", + "test/ci/npu_required_mode.jl", + "test/ci/math_required_mode.jl", "test/ci/coprocessor_strategy.jl", "test/ci/coprocessor_resilience.jl", - "test/ci/npu_required_mode.jl", - "packages/SMTLib.jl/test/runtests.jl" + "test/ci/dsp_required_mode.jl", + "test/ci/optimization_passes.jl", + "test/integrations/huggingface_tests.jl", + "test/test_invertible.jl" ], "frameworks": [], "relation": "ProofDrift->Cpu" @@ -1226,47 +1248,25 @@ "relation": "UnsafeCode->Concurrency" }, { - "source_category": "UnsafeCode", + "source_category": "UnsafeFFI", "sink_axis": "memory", - "severity_value": 3.5, - "files": [ - "crypto/src/lib.rs" - ], - "frameworks": [], - "relation": "UnsafeCode->Memory" - }, - { - "source_category": "MutationGap", - "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "test/ci/backend_parity.jl" - ], - "frameworks": [], - "relation": "MutationGap->Cpu" - }, - { - "source_category": "InputBoundary", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "test/verification/serialization_tests.jl", - "src/integrations/interop.jl", - "src/verification/serialization.jl" + "src/verification/signing.jl", + "src/backends/zig_ffi.jl" ], "frameworks": [], - "relation": "InputBoundary->Cpu" + "relation": "UnsafeFFI->Memory" }, { - "source_category": "UnsafeFFI", + "source_category": "UnsafeCode", "sink_axis": "memory", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ - "src/verification/signing.jl", - "src/backends/zig_ffi.jl" + "crypto/src/lib.rs" ], "frameworks": [], - "relation": "UnsafeFFI->Memory" + "relation": "UnsafeCode->Memory" } ] } diff --git a/scans/BowtieRisk.jl.json b/scans/BowtieRisk.jl.json index 8b5f791a..c4917b7c 100644 --- a/scans/BowtieRisk.jl.json +++ b/scans/BowtieRisk.jl.json @@ -50,33 +50,33 @@ }, "file_statistics": [ { - "file_path": "test/runtests.jl", - "lines": 578, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 219, - "unsafe_blocks": 12, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/Types.idr", - "lines": 233, - "unsafe_blocks": 1, + "file_path": "test/runtests.jl", + "lines": 578, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 10, "threading_constructs": 0 }, { @@ -90,29 +90,29 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 219, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, + "file_path": "src/abi/Types.idr", + "lines": 233, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", "disk", + "memory", "cpu" ], "dependency_graph": { @@ -139,23 +139,23 @@ }, { "source_category": "DynamicCodeExecution", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 3.5, "files": [ "src/backends/abstract.jl" ], "frameworks": [], - "relation": "DynamicCodeExecution->Memory" + "relation": "DynamicCodeExecution->Cpu" }, { "source_category": "DynamicCodeExecution", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 3.5, "files": [ "src/backends/abstract.jl" ], "frameworks": [], - "relation": "DynamicCodeExecution->Cpu" + "relation": "DynamicCodeExecution->Memory" }, { "source_category": "InputBoundary", diff --git a/scans/Causals.jl.json b/scans/Causals.jl.json index ebd93771..111c2d78 100644 --- a/scans/Causals.jl.json +++ b/scans/Causals.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "5 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "5 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -80,25 +80,25 @@ "taint_matrix": { "rows": [ { - "source_category": "DynamicCodeExecution", + "source_category": "ProofDrift", "sink_axis": "cpu", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "src/backends/abstract.jl" + "test/e2e_test.jl", + "test/runtests.jl" ], "frameworks": [], - "relation": "DynamicCodeExecution->Cpu" + "relation": "ProofDrift->Cpu" }, { - "source_category": "ProofDrift", + "source_category": "DynamicCodeExecution", "sink_axis": "cpu", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ - "test/runtests.jl", - "test/e2e_test.jl" + "src/backends/abstract.jl" ], "frameworks": [], - "relation": "ProofDrift->Cpu" + "relation": "DynamicCodeExecution->Cpu" }, { "source_category": "DynamicCodeExecution", diff --git a/scans/Cladistics.jl.json b/scans/Cladistics.jl.json index 14b3b816..dd43fc26 100644 --- a/scans/Cladistics.jl.json +++ b/scans/Cladistics.jl.json @@ -27,22 +27,22 @@ }, "file_statistics": [ { - "file_path": "ext/CladisticsNPUExt.jl", - "lines": 343, + "file_path": "ext/CladisticsDSPExt.jl", + "lines": 386, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ext/CladisticsDSPExt.jl", - "lines": 386, + "file_path": "ext/CladisticsNPUExt.jl", + "lines": 343, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, @@ -73,8 +73,8 @@ "dependency_graph": { "edges": [ { - "from": "ext/CladisticsNPUExt.jl", - "to": "ext/CladisticsDSPExt.jl", + "from": "ext/CladisticsDSPExt.jl", + "to": "ext/CladisticsNPUExt.jl", "relation": "shared_dir:ext", "weight": 1.0 } diff --git a/scans/Cliodynamics.jl.json b/scans/Cliodynamics.jl.json index 2b9b2b6e..ef0ac5f9 100644 --- a/scans/Cliodynamics.jl.json +++ b/scans/Cliodynamics.jl.json @@ -15,42 +15,42 @@ }, "file_statistics": [ { - "file_path": "src/abi/Foreign.idr", - "lines": 219, - "unsafe_blocks": 12, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "src/abi/Types.idr", - "lines": 230, - "unsafe_blocks": 1, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 219, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, + "file_path": "src/abi/Types.idr", + "lines": 230, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 } diff --git a/scans/Cliometrics.jl.json b/scans/Cliometrics.jl.json index 747e9f99..e51d519a 100644 --- a/scans/Cliometrics.jl.json +++ b/scans/Cliometrics.jl.json @@ -15,23 +15,33 @@ }, "file_statistics": [ { - "file_path": "test/runtests.jl", - "lines": 480, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/Cliometrics.jl", - "lines": 866, + "file_path": "test/runtests.jl", + "lines": 480, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { @@ -55,23 +65,13 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "src/Cliometrics.jl", + "lines": 866, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 } ], diff --git a/scans/EpistemicTypes.jl.json b/scans/EpistemicTypes.jl.json new file mode 100644 index 00000000..13de7f62 --- /dev/null +++ b/scans/EpistemicTypes.jl.json @@ -0,0 +1,752 @@ +{ + "schema_version": "2.5", + "program_path": "EpistemicTypes.jl", + "language": "shell", + "frameworks": [], + "weak_points": [ + { + "category": "CommandInjection", + "location": ".machine_readable/arrival-pack/extract.sh", + "file": ".machine_readable/arrival-pack/extract.sh", + "severity": "Medium", + "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": ".machine_readable/coaptation/extract-facts.sh", + "file": ".machine_readable/coaptation/extract-facts.sh", + "severity": "Medium", + "description": "39 potentially unquoted variable expansions in .machine_readable/coaptation/extract-facts.sh", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "scripts/prune-dependabot-ecosystems.rs", + "file": "scripts/prune-dependabot-ecosystems.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in scripts/prune-dependabot-ecosystems.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "scripts/check-proofs.sh", + "file": "scripts/check-proofs.sh", + "severity": "Medium", + "description": "26 potentially unquoted variable expansions in scripts/check-proofs.sh", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, + { + "category": "InputBoundary", + "location": "docs/recovered/code-blocks/16-Epistemic.jl", + "file": "docs/recovered/code-blocks/16-Epistemic.jl", + "severity": "Medium", + "description": "3 JSON3.read/JSON.parse call(s) with 0 try block(s) in docs/recovered/code-blocks/16-Epistemic.jl — these throw on malformed input; wrap in try/catch", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, + { + "category": "ProofDrift", + "location": "test/cases/backends.jl", + "file": "test/cases/backends.jl", + "severity": "Medium", + "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/cases/backends.jl", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "InputBoundary", + "location": "src/core/Epistemic.jl", + "file": "src/core/Epistemic.jl", + "severity": "Medium", + "description": "3 JSON3.read/JSON.parse call(s) with 0 try block(s) in src/core/Epistemic.jl — these throw on malformed input; wrap in try/catch", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + } + ], + "statistics": { + "total_lines": 14841, + "unsafe_blocks": 4, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 17, + "io_operations": 77, + "threading_constructs": 4 + }, + "file_statistics": [ + { + "file_path": ".machine_readable/arrival-pack/generate.sh", + "lines": 45, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", + "lines": 90, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 140, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 94, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", + "lines": 278, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/dust/dust.ncl", + "lines": 69, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", + "lines": 172, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 67, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/must/must.k9.ncl", + "lines": 238, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", + "lines": 162, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 69, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", + "lines": 252, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/intend/intend.ncl", + "lines": 84, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 65, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "lines": 167, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/coaptation/verify.sh", + "lines": 34, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/coaptation/coapt.ncl", + "lines": 196, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "www/tests/run-all.sh", + "lines": 52, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "tests/workflows/mint_cleanup_test.sh", + "lines": 39, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "tests/workflows/session_contracts_test.sh", + "lines": 25, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "tests/workflows/check_adoc_renders_test.sh", + "lines": 126, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "tests/e2e/template_instantiation_test.sh", + "lines": 422, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "tests/e2e.sh", + "lines": 167, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 7, + "threading_constructs": 0 + }, + { + "file_path": "tests/shape/check_root_shape_test.sh", + "lines": 121, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "session/dispatch.sh", + "lines": 139, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "features/ssg/ssg-bootstrap.sh", + "lines": 90, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "scripts/prune-dependabot-ecosystems.rs", + "lines": 133, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 12, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "scripts/rsr-campaign.sh", + "lines": 415, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "scripts/sweep-wellknown.sh", + "lines": 421, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "scripts/migrate-wellknown-to-www.sh", + "lines": 246, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "docs/recovered/code-blocks/08-Epistemic.jl", + "lines": 78, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "docs/recovered/code-blocks/21-block.jl", + "lines": 31, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 3, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "docs/recovered/code-blocks/15-block.jl", + "lines": 194, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "docs/recovered/code-blocks/11-Epistemic.jl", + "lines": 86, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "docs/recovered/code-blocks/22-block.jl", + "lines": 20, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "docs/recovered/code-blocks/14-Epistemic.jl", + "lines": 80, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "docs/recovered/code-blocks/06-Epistemic.jl", + "lines": 116, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "docs/recovered/code-blocks/07-Epistemic.jl", + "lines": 120, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "docs/recovered/code-blocks/18-block.jl", + "lines": 28, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "docs/recovered/code-blocks/10-Epistemic.jl", + "lines": 82, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "docs/recovered/code-blocks/16-Epistemic.jl", + "lines": 398, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 7, + "threading_constructs": 2 + }, + { + "file_path": "src/core/Epistemic.jl", + "lines": 402, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 7, + "threading_constructs": 2 + }, + { + "file_path": "src/interface/Abi/Foreign.idr", + "lines": 83, + "unsafe_blocks": 4, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "src/interface/ffi/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": ".github/hooks/scan-secrets.sh", + "lines": 204, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 + } + ], + "recommended_attacks": [ + "memory", + "concurrency", + "cpu", + "disk" + ], + "dependency_graph": { + "edges": [ + { + "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/adjust", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/dust/dust.ncl", + "to": ".machine_readable/contractiles/dust/dust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/dust", + "weight": 1.0 + }, + { + "from": "tests/workflows/mint_cleanup_test.sh", + "to": "tests/workflows/session_contracts_test.sh", + "relation": "shared_dir:tests/workflows", + "weight": 1.0 + }, + { + "from": "tests/workflows/session_contracts_test.sh", + "to": "tests/workflows/check_adoc_renders_test.sh", + "relation": "shared_dir:tests/workflows", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "to": ".machine_readable/contractiles/bust/bust.ncl", + "relation": "shared_dir:.machine_readable/contractiles/bust", + "weight": 1.0 + }, + { + "from": ".machine_readable/coaptation/verify.sh", + "to": ".machine_readable/coaptation/coapt.ncl", + "relation": "shared_dir:.machine_readable/coaptation", + "weight": 1.0 + }, + { + "from": "docs/recovered/code-blocks/08-Epistemic.jl", + "to": "docs/recovered/code-blocks/21-block.jl", + "relation": "shared_dir:docs/recovered/code-blocks", + "weight": 1.0 + }, + { + "from": "docs/recovered/code-blocks/21-block.jl", + "to": "docs/recovered/code-blocks/15-block.jl", + "relation": "shared_dir:docs/recovered/code-blocks", + "weight": 1.0 + }, + { + "from": "docs/recovered/code-blocks/15-block.jl", + "to": "docs/recovered/code-blocks/11-Epistemic.jl", + "relation": "shared_dir:docs/recovered/code-blocks", + "weight": 1.0 + }, + { + "from": "docs/recovered/code-blocks/11-Epistemic.jl", + "to": "docs/recovered/code-blocks/22-block.jl", + "relation": "shared_dir:docs/recovered/code-blocks", + "weight": 1.0 + }, + { + "from": "docs/recovered/code-blocks/22-block.jl", + "to": "docs/recovered/code-blocks/14-Epistemic.jl", + "relation": "shared_dir:docs/recovered/code-blocks", + "weight": 1.0 + }, + { + "from": "docs/recovered/code-blocks/14-Epistemic.jl", + "to": "docs/recovered/code-blocks/06-Epistemic.jl", + "relation": "shared_dir:docs/recovered/code-blocks", + "weight": 1.0 + }, + { + "from": "docs/recovered/code-blocks/06-Epistemic.jl", + "to": "docs/recovered/code-blocks/07-Epistemic.jl", + "relation": "shared_dir:docs/recovered/code-blocks", + "weight": 1.0 + }, + { + "from": "docs/recovered/code-blocks/07-Epistemic.jl", + "to": "docs/recovered/code-blocks/18-block.jl", + "relation": "shared_dir:docs/recovered/code-blocks", + "weight": 1.0 + }, + { + "from": "docs/recovered/code-blocks/18-block.jl", + "to": "docs/recovered/code-blocks/10-Epistemic.jl", + "relation": "shared_dir:docs/recovered/code-blocks", + "weight": 1.0 + }, + { + "from": "docs/recovered/code-blocks/10-Epistemic.jl", + "to": "docs/recovered/code-blocks/16-Epistemic.jl", + "relation": "shared_dir:docs/recovered/code-blocks", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/trust/trust.ncl", + "to": ".machine_readable/contractiles/trust/trust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/trust", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/must/must.ncl", + "to": ".machine_readable/contractiles/must/must.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/must", + "weight": 1.0 + }, + { + "from": ".machine_readable/arrival-pack/generate.sh", + "to": ".machine_readable/arrival-pack/arrival-pack.ncl", + "relation": "shared_dir:.machine_readable/arrival-pack", + "weight": 1.0 + }, + { + "from": "scripts/prune-dependabot-ecosystems.rs", + "to": "scripts/rsr-campaign.sh", + "relation": "shared_dir:scripts", + "weight": 1.0 + }, + { + "from": "scripts/rsr-campaign.sh", + "to": "scripts/sweep-wellknown.sh", + "relation": "shared_dir:scripts", + "weight": 1.0 + }, + { + "from": "scripts/sweep-wellknown.sh", + "to": "scripts/migrate-wellknown-to-www.sh", + "relation": "shared_dir:scripts", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": ".machine_readable/contractiles/intend/intend.ncl", + "relation": "shared_dir:.machine_readable/contractiles/intend", + "weight": 1.0 + } + ] + }, + "taint_matrix": { + "rows": [ + { + "source_category": "UnboundedAllocation", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "scripts/prune-dependabot-ecosystems.rs" + ], + "frameworks": [], + "relation": "UnboundedAllocation->Memory" + }, + { + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + ".machine_readable/arrival-pack/extract.sh", + ".machine_readable/coaptation/extract-facts.sh", + "scripts/check-proofs.sh" + ], + "frameworks": [], + "relation": "CommandInjection->Cpu" + }, + { + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "scripts/prune-dependabot-ecosystems.rs" + ], + "frameworks": [], + "relation": "UnboundedAllocation->Cpu" + }, + { + "source_category": "InputBoundary", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "docs/recovered/code-blocks/16-Epistemic.jl", + "src/core/Epistemic.jl" + ], + "frameworks": [], + "relation": "InputBoundary->Cpu" + }, + { + "source_category": "ProofDrift", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "test/cases/backends.jl" + ], + "frameworks": [], + "relation": "ProofDrift->Cpu" + } + ] + } +} diff --git a/scans/Exnovation.jl.json b/scans/Exnovation.jl.json index 4ae0b8aa..f86e8c12 100644 --- a/scans/Exnovation.jl.json +++ b/scans/Exnovation.jl.json @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -28,10 +28,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -79,15 +79,14 @@ "taint_matrix": { "rows": [ { - "source_category": "ProofDrift", + "source_category": "MutationGap", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "test/runtests.jl", - "test/e2e_test.jl" + "test/property_test.jl" ], "frameworks": [], - "relation": "ProofDrift->Cpu" + "relation": "MutationGap->Cpu" }, { "source_category": "InputBoundary", @@ -100,14 +99,15 @@ "relation": "InputBoundary->Cpu" }, { - "source_category": "MutationGap", + "source_category": "ProofDrift", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "test/property_test.jl" + "test/e2e_test.jl", + "test/runtests.jl" ], "frameworks": [], - "relation": "MutationGap->Cpu" + "relation": "ProofDrift->Cpu" } ] } diff --git a/scans/HackenbushGames.jl.json b/scans/HackenbushGames.jl.json index 12568147..54b61429 100644 --- a/scans/HackenbushGames.jl.json +++ b/scans/HackenbushGames.jl.json @@ -17,10 +17,10 @@ }, { "category": "DynamicCodeExecution", - "location": "src/HackenbushGames.jl", - "file": "src/HackenbushGames.jl", + "location": "src/backends/abstract.jl", + "file": "src/backends/abstract.jl", "severity": "High", - "description": "eval/Meta.parse in src/HackenbushGames.jl", + "description": "eval/Meta.parse in src/backends/abstract.jl", "recommended_attack": [ "cpu", "memory" @@ -29,10 +29,10 @@ }, { "category": "DynamicCodeExecution", - "location": "src/backends/abstract.jl", - "file": "src/backends/abstract.jl", + "location": "src/HackenbushGames.jl", + "file": "src/HackenbushGames.jl", "severity": "High", - "description": "eval/Meta.parse in src/backends/abstract.jl", + "description": "eval/Meta.parse in src/HackenbushGames.jl", "recommended_attack": [ "cpu", "memory" @@ -75,8 +75,8 @@ "sink_axis": "memory", "severity_value": 3.5, "files": [ - "src/HackenbushGames.jl", - "src/backends/abstract.jl" + "src/backends/abstract.jl", + "src/HackenbushGames.jl" ], "frameworks": [], "relation": "DynamicCodeExecution->Memory" @@ -96,8 +96,8 @@ "sink_axis": "cpu", "severity_value": 3.5, "files": [ - "src/HackenbushGames.jl", - "src/backends/abstract.jl" + "src/backends/abstract.jl", + "src/HackenbushGames.jl" ], "frameworks": [], "relation": "DynamicCodeExecution->Cpu" diff --git a/scans/HardwareResilience.jl.json b/scans/HardwareResilience.jl.json index 95e29787..d8f9d747 100644 --- a/scans/HardwareResilience.jl.json +++ b/scans/HardwareResilience.jl.json @@ -38,8 +38,8 @@ } ], "recommended_attacks": [ - "disk", - "cpu" + "cpu", + "disk" ], "dependency_graph": { "edges": [] diff --git a/scans/Hyperpolymath.jl.json b/scans/Hyperpolymath.jl.json index 5a93cfc2..f3980626 100644 --- a/scans/Hyperpolymath.jl.json +++ b/scans/Hyperpolymath.jl.json @@ -5,26 +5,26 @@ "frameworks": [], "weak_points": [ { - "category": "MutationGap", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "category": "ProofDrift", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "11 @test assertion(s) in test/runtests.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "category": "MutationGap", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "11 @test assertion(s) in test/runtests.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" } ], @@ -49,23 +49,23 @@ "threading_constructs": 0 }, { - "file_path": "test/runtests.jl", - "lines": 51, + "file_path": "test/e2e_test.jl", + "lines": 75, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "test/e2e_test.jl", - "lines": 75, + "file_path": "test/runtests.jl", + "lines": 51, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { @@ -86,13 +86,13 @@ "dependency_graph": { "edges": [ { - "from": "test/runtests.jl", - "to": "test/e2e_test.jl", + "from": "test/e2e_test.jl", + "to": "test/runtests.jl", "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "test/e2e_test.jl", + "from": "test/runtests.jl", "to": "test/property_test.jl", "relation": "shared_dir:test", "weight": 1.0 diff --git a/scans/InvestigativeJournalism.jl.json b/scans/InvestigativeJournalism.jl.json index 3e3061b7..eddf6918 100644 --- a/scans/InvestigativeJournalism.jl.json +++ b/scans/InvestigativeJournalism.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "27 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "27 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -60,28 +60,28 @@ "threading_constructs": 0 }, { - "file_path": "test/runtests.jl", - "lines": 491, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "test/property_test.jl", - "lines": 98, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/intelligence/forensics.jl", - "lines": 521, + "file_path": "test/runtests.jl", + "lines": 491, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -90,8 +90,8 @@ "threading_constructs": 0 }, { - "file_path": "src/ingest.jl", - "lines": 30, + "file_path": "test/property_test.jl", + "lines": 98, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -100,23 +100,23 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "src/intelligence/forensics.jl", + "lines": 521, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, + "file_path": "src/ingest.jl", + "lines": 30, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 } ], @@ -140,8 +140,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "test/runtests.jl", "test/e2e_test.jl", + "test/runtests.jl", "test/property_test.jl" ], "frameworks": [], diff --git a/scans/JuliaForChildren.jl.json b/scans/JuliaForChildren.jl.json index 1e2c6c86..1e3396a2 100644 --- a/scans/JuliaForChildren.jl.json +++ b/scans/JuliaForChildren.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "15 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "15 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -49,8 +49,8 @@ }, "file_statistics": [ { - "file_path": "src/interop.jl", - "lines": 87, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -79,8 +79,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/interop.jl", + "lines": 87, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -102,8 +102,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "test/runtests.jl", "test/e2e_test.jl", + "test/runtests.jl", "test/property_test.jl" ], "frameworks": [], diff --git a/scans/JuliaKids.jl.json b/scans/JuliaKids.jl.json index 21f01e0e..1e70ba54 100644 --- a/scans/JuliaKids.jl.json +++ b/scans/JuliaKids.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "15 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "15 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -49,8 +49,8 @@ }, "file_statistics": [ { - "file_path": "src/interop.jl", - "lines": 87, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -79,8 +79,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/interop.jl", + "lines": 87, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -102,8 +102,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "test/runtests.jl", "test/e2e_test.jl", + "test/runtests.jl", "test/property_test.jl" ], "frameworks": [], diff --git a/scans/JuliaPackage-Reuse-Audit.jl.json b/scans/JuliaPackage-Reuse-Audit.jl.json index 7e57fe9f..122cf346 100644 --- a/scans/JuliaPackage-Reuse-Audit.jl.json +++ b/scans/JuliaPackage-Reuse-Audit.jl.json @@ -15,23 +15,13 @@ }, "file_statistics": [ { - "file_path": "test/runtests.jl", - "lines": 219, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, - "threading_constructs": 0 - }, - { - "file_path": "src/generator.jl", - "lines": 101, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { @@ -55,13 +45,23 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "test/runtests.jl", + "lines": 219, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, + "threading_constructs": 0 + }, + { + "file_path": "src/generator.jl", + "lines": 101, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 } ], diff --git a/scans/KnotTheory.jl.json b/scans/KnotTheory.jl.json index 09dc90c3..6b280179 100644 --- a/scans/KnotTheory.jl.json +++ b/scans/KnotTheory.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "15 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "15 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -50,23 +50,23 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 128, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ext/KnotTheoryCUDAExt.jl", - "lines": 644, + "file_path": "examples/SafeDOMExample.affine", + "lines": 128, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 8, "threading_constructs": 0 }, { @@ -80,8 +80,8 @@ "threading_constructs": 0 }, { - "file_path": "ext/KnotTheoryROCmExt.jl", - "lines": 443, + "file_path": "ext/KnotTheoryCUDAExt.jl", + "lines": 644, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -90,13 +90,13 @@ "threading_constructs": 0 }, { - "file_path": "src/KnotTheory.jl", - "lines": 2645, + "file_path": "ext/KnotTheoryROCmExt.jl", + "lines": 443, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { @@ -120,31 +120,31 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/KnotTheory.jl", + "lines": 2645, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", "disk", + "memory", "cpu" ], "dependency_graph": { "edges": [ { - "from": "ext/KnotTheoryCUDAExt.jl", - "to": "ext/KnotTheoryMetalExt.jl", + "from": "ext/KnotTheoryMetalExt.jl", + "to": "ext/KnotTheoryCUDAExt.jl", "relation": "shared_dir:ext", "weight": 1.0 }, { - "from": "ext/KnotTheoryMetalExt.jl", + "from": "ext/KnotTheoryCUDAExt.jl", "to": "ext/KnotTheoryROCmExt.jl", "relation": "shared_dir:ext", "weight": 1.0 @@ -153,6 +153,17 @@ }, "taint_matrix": { "rows": [ + { + "source_category": "ProofDrift", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "test/e2e_test.jl", + "test/runtests.jl" + ], + "frameworks": [], + "relation": "ProofDrift->Cpu" + }, { "source_category": "DynamicCodeExecution", "sink_axis": "memory", @@ -172,17 +183,6 @@ ], "frameworks": [], "relation": "DynamicCodeExecution->Cpu" - }, - { - "source_category": "ProofDrift", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "test/runtests.jl", - "test/e2e_test.jl" - ], - "frameworks": [], - "relation": "ProofDrift->Cpu" } ] } diff --git a/scans/LowLevel.jl.json b/scans/LowLevel.jl.json index e51cd554..8858b943 100644 --- a/scans/LowLevel.jl.json +++ b/scans/LowLevel.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -72,8 +72,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "test/runtests.jl", "test/e2e_test.jl", + "test/runtests.jl", "test/property_test.jl" ], "frameworks": [], diff --git a/scans/MacroPower.jl.json b/scans/MacroPower.jl.json index 636767fc..62e4db15 100644 --- a/scans/MacroPower.jl.json +++ b/scans/MacroPower.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -61,8 +61,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "test/runtests.jl", "test/e2e_test.jl", + "test/runtests.jl", "test/property_test.jl" ], "frameworks": [], diff --git a/scans/PRComms.jl.json b/scans/PRComms.jl.json index 0f304550..e89b7898 100644 --- a/scans/PRComms.jl.json +++ b/scans/PRComms.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "28 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "28 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -38,8 +38,8 @@ }, "file_statistics": [ { - "file_path": "src/surveys.jl", - "lines": 44, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -68,8 +68,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/surveys.jl", + "lines": 44, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -91,8 +91,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "test/runtests.jl", - "test/e2e_test.jl" + "test/e2e_test.jl", + "test/runtests.jl" ], "frameworks": [], "relation": "ProofDrift->Cpu" diff --git a/scans/PolyglotFormalisms.jl.json b/scans/PolyglotFormalisms.jl.json index 60ea0ef0..a5e0d344 100644 --- a/scans/PolyglotFormalisms.jl.json +++ b/scans/PolyglotFormalisms.jl.json @@ -17,10 +17,10 @@ }, { "category": "DynamicCodeExecution", - "location": "src/coprocessors/npu.jl", - "file": "src/coprocessors/npu.jl", + "location": "src/backends/abstract.jl", + "file": "src/backends/abstract.jl", "severity": "High", - "description": "eval/Meta.parse in src/coprocessors/npu.jl", + "description": "eval/Meta.parse in src/backends/abstract.jl", "recommended_attack": [ "cpu", "memory" @@ -29,10 +29,10 @@ }, { "category": "DynamicCodeExecution", - "location": "src/coprocessors/math.jl", - "file": "src/coprocessors/math.jl", + "location": "src/coprocessors/npu.jl", + "file": "src/coprocessors/npu.jl", "severity": "High", - "description": "eval/Meta.parse in src/coprocessors/math.jl", + "description": "eval/Meta.parse in src/coprocessors/npu.jl", "recommended_attack": [ "cpu", "memory" @@ -41,10 +41,10 @@ }, { "category": "DynamicCodeExecution", - "location": "src/coprocessors/fpga.jl", - "file": "src/coprocessors/fpga.jl", + "location": "src/coprocessors/math.jl", + "file": "src/coprocessors/math.jl", "severity": "High", - "description": "eval/Meta.parse in src/coprocessors/fpga.jl", + "description": "eval/Meta.parse in src/coprocessors/math.jl", "recommended_attack": [ "cpu", "memory" @@ -53,10 +53,10 @@ }, { "category": "DynamicCodeExecution", - "location": "src/coprocessors/qpu.jl", - "file": "src/coprocessors/qpu.jl", + "location": "src/coprocessors/fpga.jl", + "file": "src/coprocessors/fpga.jl", "severity": "High", - "description": "eval/Meta.parse in src/coprocessors/qpu.jl", + "description": "eval/Meta.parse in src/coprocessors/fpga.jl", "recommended_attack": [ "cpu", "memory" @@ -89,10 +89,10 @@ }, { "category": "DynamicCodeExecution", - "location": "src/backends/abstract.jl", - "file": "src/backends/abstract.jl", + "location": "src/coprocessors/qpu.jl", + "file": "src/coprocessors/qpu.jl", "severity": "High", - "description": "eval/Meta.parse in src/backends/abstract.jl", + "description": "eval/Meta.parse in src/coprocessors/qpu.jl", "recommended_attack": [ "cpu", "memory" @@ -141,8 +141,8 @@ } ], "recommended_attacks": [ - "cpu", - "memory" + "memory", + "cpu" ], "dependency_graph": { "edges": [] @@ -150,46 +150,46 @@ "taint_matrix": { "rows": [ { - "source_category": "DynamicCodeExecution", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "ProofDrift", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "src/coprocessors/npu.jl", - "src/coprocessors/math.jl", - "src/coprocessors/fpga.jl", - "src/coprocessors/qpu.jl", - "src/coprocessors/tpu.jl", - "src/coprocessors/crypto.jl", - "src/backends/abstract.jl" + "test/conditional_tests.jl" ], "frameworks": [], - "relation": "DynamicCodeExecution->Memory" + "relation": "ProofDrift->Cpu" }, { "source_category": "DynamicCodeExecution", "sink_axis": "cpu", "severity_value": 3.5, "files": [ + "src/backends/abstract.jl", "src/coprocessors/npu.jl", "src/coprocessors/math.jl", "src/coprocessors/fpga.jl", - "src/coprocessors/qpu.jl", "src/coprocessors/tpu.jl", "src/coprocessors/crypto.jl", - "src/backends/abstract.jl" + "src/coprocessors/qpu.jl" ], "frameworks": [], "relation": "DynamicCodeExecution->Cpu" }, { - "source_category": "ProofDrift", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "DynamicCodeExecution", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "test/conditional_tests.jl" + "src/backends/abstract.jl", + "src/coprocessors/npu.jl", + "src/coprocessors/math.jl", + "src/coprocessors/fpga.jl", + "src/coprocessors/tpu.jl", + "src/coprocessors/crypto.jl", + "src/coprocessors/qpu.jl" ], "frameworks": [], - "relation": "ProofDrift->Cpu" + "relation": "DynamicCodeExecution->Memory" } ] } diff --git a/scans/PostDisciplinary.jl.json b/scans/PostDisciplinary.jl.json index e5a0a7d0..c06b6b47 100644 --- a/scans/PostDisciplinary.jl.json +++ b/scans/PostDisciplinary.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "21 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "6 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "6 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "21 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -49,13 +49,13 @@ }, "file_statistics": [ { - "file_path": "src/storage/verisim.jl", - "lines": 352, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { @@ -79,13 +79,13 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/storage/verisim.jl", + "lines": 352, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 } ], @@ -102,8 +102,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "test/runtests.jl", "test/e2e_test.jl", + "test/runtests.jl", "test/property_test.jl" ], "frameworks": [], diff --git a/scans/Protoctist.jl.json b/scans/Protoctist.jl.json index 830ad569..407afdd2 100644 --- a/scans/Protoctist.jl.json +++ b/scans/Protoctist.jl.json @@ -5,71 +5,71 @@ "frameworks": [], "weak_points": [ { - "category": "UnboundedAllocation", - "location": "scripts/prune-dependabot-ecosystems.rs", - "file": "scripts/prune-dependabot-ecosystems.rs", + "category": "CommandInjection", + "location": ".machine_readable/arrival-pack/extract.sh", + "file": ".machine_readable/arrival-pack/extract.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in scripts/prune-dependabot-ecosystems.rs", + "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", "recommended_attack": [ - "memory", "cpu" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "scripts/check-proofs.sh", - "file": "scripts/check-proofs.sh", + "location": ".machine_readable/coaptation/extract-facts.sh", + "file": ".machine_readable/coaptation/extract-facts.sh", "severity": "Medium", - "description": "26 potentially unquoted variable expansions in scripts/check-proofs.sh", + "description": "39 potentially unquoted variable expansions in .machine_readable/coaptation/extract-facts.sh", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "MutationGap", - "location": "test/cases/smoke.jl", - "file": "test/cases/smoke.jl", + "category": "UnboundedAllocation", + "location": "scripts/prune-dependabot-ecosystems.rs", + "file": "scripts/prune-dependabot-ecosystems.rs", "severity": "Medium", - "description": "1 @test assertion(s) in test/cases/smoke.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", + "description": "Potential unbounded allocation pattern detected in scripts/prune-dependabot-ecosystems.rs", "recommended_attack": [ + "memory", "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "InputBoundary", - "location": "docs/recovered/code-blocks/16-Epistemic.jl", - "file": "docs/recovered/code-blocks/16-Epistemic.jl", + "category": "CommandInjection", + "location": "scripts/check-proofs.sh", + "file": "scripts/check-proofs.sh", "severity": "Medium", - "description": "3 JSON3.read/JSON.parse call(s) with 0 try block(s) in docs/recovered/code-blocks/16-Epistemic.jl — these throw on malformed input; wrap in try/catch", + "description": "26 potentially unquoted variable expansions in scripts/check-proofs.sh", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": ".machine_readable/coaptation/extract-facts.sh", - "file": ".machine_readable/coaptation/extract-facts.sh", + "category": "InputBoundary", + "location": "docs/recovered/code-blocks/16-Epistemic.jl", + "file": "docs/recovered/code-blocks/16-Epistemic.jl", "severity": "Medium", - "description": "39 potentially unquoted variable expansions in .machine_readable/coaptation/extract-facts.sh", + "description": "3 JSON3.read/JSON.parse call(s) with 0 try block(s) in docs/recovered/code-blocks/16-Epistemic.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": ".machine_readable/arrival-pack/extract.sh", - "file": ".machine_readable/arrival-pack/extract.sh", + "category": "MutationGap", + "location": "test/cases/smoke.jl", + "file": "test/cases/smoke.jl", "severity": "Medium", - "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", + "description": "1 @test assertion(s) in test/cases/smoke.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", "recommended_attack": [ "cpu" ], - "test_context": "production" + "test_context": "test_only" } ], "statistics": { @@ -83,8 +83,8 @@ }, "file_statistics": [ { - "file_path": "features/ssg/ssg-bootstrap.sh", - "lines": 90, + "file_path": ".machine_readable/arrival-pack/generate.sh", + "lines": 45, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -93,18 +93,18 @@ "threading_constructs": 0 }, { - "file_path": ".github/hooks/scan-secrets.sh", - "lines": 204, + "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", + "lines": 90, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "www/tests/run-all.sh", - "lines": 52, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 140, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -113,8 +113,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/rsr-campaign.sh", - "lines": 415, + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 94, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -123,58 +123,58 @@ "threading_constructs": 0 }, { - "file_path": "scripts/migrate-wellknown-to-www.sh", - "lines": 246, + "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/sweep-wellknown.sh", - "lines": 421, + "file_path": ".machine_readable/contractiles/dust/dust.ncl", + "lines": 69, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/prune-dependabot-ecosystems.rs", - "lines": 133, + "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/e2e/template_instantiation_test.sh", - "lines": 422, + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/e2e.sh", - "lines": 167, + "file_path": ".machine_readable/contractiles/must/must.k9.ncl", + "lines": 238, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/workflows/check_adoc_renders_test.sh", - "lines": 126, + "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", + "lines": 162, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -183,78 +183,78 @@ "threading_constructs": 0 }, { - "file_path": "tests/workflows/mint_cleanup_test.sh", - "lines": 39, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 69, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/workflows/session_contracts_test.sh", - "lines": 25, + "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", + "lines": 252, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/shape/check_root_shape_test.sh", - "lines": 121, + "file_path": ".machine_readable/contractiles/intend/intend.ncl", + "lines": 84, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/cases/io.jl", - "lines": 86, + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 65, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 275, + "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/interface/Abi/Foreign.idr", - "lines": 83, - "unsafe_blocks": 4, + "file_path": ".machine_readable/coaptation/verify.sh", + "lines": 34, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/io.jl", - "lines": 340, + "file_path": ".machine_readable/coaptation/coapt.ncl", + "lines": 196, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "docs/recovered/code-blocks/06-Epistemic.jl", - "lines": 116, + "file_path": "www/tests/run-all.sh", + "lines": 52, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -263,18 +263,18 @@ "threading_constructs": 0 }, { - "file_path": "docs/recovered/code-blocks/18-block.jl", - "lines": 28, + "file_path": "tests/workflows/mint_cleanup_test.sh", + "lines": 39, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "docs/recovered/code-blocks/11-Epistemic.jl", - "lines": 86, + "file_path": "tests/workflows/session_contracts_test.sh", + "lines": 25, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -283,58 +283,58 @@ "threading_constructs": 0 }, { - "file_path": "docs/recovered/code-blocks/14-Epistemic.jl", - "lines": 80, + "file_path": "tests/workflows/check_adoc_renders_test.sh", + "lines": 126, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "docs/recovered/code-blocks/15-block.jl", - "lines": 194, + "file_path": "tests/e2e/template_instantiation_test.sh", + "lines": 422, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "docs/recovered/code-blocks/16-Epistemic.jl", - "lines": 398, + "file_path": "tests/e2e.sh", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 7, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "docs/recovered/code-blocks/10-Epistemic.jl", - "lines": 82, + "file_path": "tests/shape/check_root_shape_test.sh", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "docs/recovered/code-blocks/21-block.jl", - "lines": 31, + "file_path": "session/dispatch.sh", + "lines": 139, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "docs/recovered/code-blocks/22-block.jl", - "lines": 20, + "file_path": "features/ssg/ssg-bootstrap.sh", + "lines": 90, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -343,18 +343,18 @@ "threading_constructs": 0 }, { - "file_path": "docs/recovered/code-blocks/08-Epistemic.jl", - "lines": 78, + "file_path": "scripts/prune-dependabot-ecosystems.rs", + "lines": 133, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 12, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "docs/recovered/code-blocks/07-Epistemic.jl", - "lines": 120, + "file_path": "scripts/rsr-campaign.sh", + "lines": 415, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -363,28 +363,28 @@ "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 139, + "file_path": "scripts/sweep-wellknown.sh", + "lines": 421, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": ".machine_readable/coaptation/coapt.ncl", - "lines": 196, + "file_path": "scripts/migrate-wellknown-to-www.sh", + "lines": 246, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/coaptation/verify.sh", - "lines": 34, + "file_path": "docs/recovered/code-blocks/08-Epistemic.jl", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -393,18 +393,18 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", - "lines": 172, + "file_path": "docs/recovered/code-blocks/21-block.jl", + "lines": 31, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.ncl", - "lines": 69, + "file_path": "docs/recovered/code-blocks/15-block.jl", + "lines": 194, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -413,8 +413,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 140, + "file_path": "docs/recovered/code-blocks/11-Epistemic.jl", + "lines": 86, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -423,8 +423,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.ncl", - "lines": 94, + "file_path": "docs/recovered/code-blocks/22-block.jl", + "lines": 20, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -433,28 +433,28 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", - "lines": 278, + "file_path": "docs/recovered/code-blocks/14-Epistemic.jl", + "lines": 80, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", - "lines": 252, + "file_path": "docs/recovered/code-blocks/06-Epistemic.jl", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.ncl", - "lines": 84, + "file_path": "docs/recovered/code-blocks/07-Epistemic.jl", + "lines": 120, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -463,229 +463,229 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 69, + "file_path": "docs/recovered/code-blocks/18-block.jl", + "lines": 28, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", - "lines": 162, + "file_path": "docs/recovered/code-blocks/10-Epistemic.jl", + "lines": 82, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.ncl", - "lines": 67, + "file_path": "docs/recovered/code-blocks/16-Epistemic.jl", + "lines": 398, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 7, + "threading_constructs": 2 }, { - "file_path": ".machine_readable/contractiles/must/must.k9.ncl", - "lines": 238, + "file_path": "test/cases/io.jl", + "lines": 86, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", - "lines": 65, + "file_path": "src/io.jl", + "lines": 340, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "lines": 167, - "unsafe_blocks": 0, + "file_path": "src/interface/Abi/Foreign.idr", + "lines": 83, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/arrival-pack/generate.sh", - "lines": 45, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", - "lines": 90, + "file_path": ".github/hooks/scan-secrets.sh", + "lines": 204, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", "memory", + "cpu", "disk" ], "dependency_graph": { "edges": [ { - "from": ".machine_readable/contractiles/must/must.ncl", - "to": ".machine_readable/contractiles/must/must.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/must", + "from": "scripts/prune-dependabot-ecosystems.rs", + "to": "scripts/rsr-campaign.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", - "to": ".machine_readable/contractiles/dust/dust.ncl", - "relation": "shared_dir:.machine_readable/contractiles/dust", + "from": "scripts/rsr-campaign.sh", + "to": "scripts/sweep-wellknown.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/rsr-campaign.sh", + "from": "scripts/sweep-wellknown.sh", "to": "scripts/migrate-wellknown-to-www.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/migrate-wellknown-to-www.sh", - "to": "scripts/sweep-wellknown.sh", - "relation": "shared_dir:scripts", + "from": ".machine_readable/contractiles/must/must.ncl", + "to": ".machine_readable/contractiles/must/must.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/must", "weight": 1.0 }, { - "from": "scripts/sweep-wellknown.sh", - "to": "scripts/prune-dependabot-ecosystems.rs", - "relation": "shared_dir:scripts", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": ".machine_readable/contractiles/intend/intend.ncl", + "relation": "shared_dir:.machine_readable/contractiles/intend", "weight": 1.0 }, { - "from": "tests/workflows/check_adoc_renders_test.sh", - "to": "tests/workflows/mint_cleanup_test.sh", + "from": "tests/workflows/mint_cleanup_test.sh", + "to": "tests/workflows/session_contracts_test.sh", "relation": "shared_dir:tests/workflows", "weight": 1.0 }, { - "from": "tests/workflows/mint_cleanup_test.sh", - "to": "tests/workflows/session_contracts_test.sh", + "from": "tests/workflows/session_contracts_test.sh", + "to": "tests/workflows/check_adoc_renders_test.sh", "relation": "shared_dir:tests/workflows", "weight": 1.0 }, { - "from": "docs/recovered/code-blocks/06-Epistemic.jl", - "to": "docs/recovered/code-blocks/18-block.jl", - "relation": "shared_dir:docs/recovered/code-blocks", + "from": ".machine_readable/coaptation/verify.sh", + "to": ".machine_readable/coaptation/coapt.ncl", + "relation": "shared_dir:.machine_readable/coaptation", "weight": 1.0 }, { - "from": "docs/recovered/code-blocks/18-block.jl", - "to": "docs/recovered/code-blocks/11-Epistemic.jl", - "relation": "shared_dir:docs/recovered/code-blocks", + "from": ".machine_readable/contractiles/trust/trust.ncl", + "to": ".machine_readable/contractiles/trust/trust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/trust", "weight": 1.0 }, { - "from": "docs/recovered/code-blocks/11-Epistemic.jl", - "to": "docs/recovered/code-blocks/14-Epistemic.jl", - "relation": "shared_dir:docs/recovered/code-blocks", + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "to": ".machine_readable/contractiles/bust/bust.ncl", + "relation": "shared_dir:.machine_readable/contractiles/bust", "weight": 1.0 }, { - "from": "docs/recovered/code-blocks/14-Epistemic.jl", - "to": "docs/recovered/code-blocks/15-block.jl", - "relation": "shared_dir:docs/recovered/code-blocks", + "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/adjust", "weight": 1.0 }, { - "from": "docs/recovered/code-blocks/15-block.jl", - "to": "docs/recovered/code-blocks/16-Epistemic.jl", - "relation": "shared_dir:docs/recovered/code-blocks", + "from": ".machine_readable/contractiles/dust/dust.ncl", + "to": ".machine_readable/contractiles/dust/dust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/dust", "weight": 1.0 }, { - "from": "docs/recovered/code-blocks/16-Epistemic.jl", - "to": "docs/recovered/code-blocks/10-Epistemic.jl", - "relation": "shared_dir:docs/recovered/code-blocks", + "from": ".machine_readable/arrival-pack/generate.sh", + "to": ".machine_readable/arrival-pack/arrival-pack.ncl", + "relation": "shared_dir:.machine_readable/arrival-pack", "weight": 1.0 }, { - "from": "docs/recovered/code-blocks/10-Epistemic.jl", + "from": "docs/recovered/code-blocks/08-Epistemic.jl", "to": "docs/recovered/code-blocks/21-block.jl", "relation": "shared_dir:docs/recovered/code-blocks", "weight": 1.0 }, { "from": "docs/recovered/code-blocks/21-block.jl", - "to": "docs/recovered/code-blocks/22-block.jl", + "to": "docs/recovered/code-blocks/15-block.jl", "relation": "shared_dir:docs/recovered/code-blocks", "weight": 1.0 }, { - "from": "docs/recovered/code-blocks/22-block.jl", - "to": "docs/recovered/code-blocks/08-Epistemic.jl", + "from": "docs/recovered/code-blocks/15-block.jl", + "to": "docs/recovered/code-blocks/11-Epistemic.jl", "relation": "shared_dir:docs/recovered/code-blocks", "weight": 1.0 }, { - "from": "docs/recovered/code-blocks/08-Epistemic.jl", - "to": "docs/recovered/code-blocks/07-Epistemic.jl", + "from": "docs/recovered/code-blocks/11-Epistemic.jl", + "to": "docs/recovered/code-blocks/22-block.jl", "relation": "shared_dir:docs/recovered/code-blocks", "weight": 1.0 }, { - "from": ".machine_readable/coaptation/coapt.ncl", - "to": ".machine_readable/coaptation/verify.sh", - "relation": "shared_dir:.machine_readable/coaptation", + "from": "docs/recovered/code-blocks/22-block.jl", + "to": "docs/recovered/code-blocks/14-Epistemic.jl", + "relation": "shared_dir:docs/recovered/code-blocks", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/trust/trust.ncl", - "to": ".machine_readable/contractiles/trust/trust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/trust", + "from": "docs/recovered/code-blocks/14-Epistemic.jl", + "to": "docs/recovered/code-blocks/06-Epistemic.jl", + "relation": "shared_dir:docs/recovered/code-blocks", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", - "to": ".machine_readable/contractiles/intend/intend.ncl", - "relation": "shared_dir:.machine_readable/contractiles/intend", + "from": "docs/recovered/code-blocks/06-Epistemic.jl", + "to": "docs/recovered/code-blocks/07-Epistemic.jl", + "relation": "shared_dir:docs/recovered/code-blocks", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": ".machine_readable/contractiles/bust/bust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/bust", + "from": "docs/recovered/code-blocks/07-Epistemic.jl", + "to": "docs/recovered/code-blocks/18-block.jl", + "relation": "shared_dir:docs/recovered/code-blocks", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.ncl", - "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/adjust", + "from": "docs/recovered/code-blocks/18-block.jl", + "to": "docs/recovered/code-blocks/10-Epistemic.jl", + "relation": "shared_dir:docs/recovered/code-blocks", "weight": 1.0 }, { - "from": ".machine_readable/arrival-pack/generate.sh", - "to": ".machine_readable/arrival-pack/arrival-pack.ncl", - "relation": "shared_dir:.machine_readable/arrival-pack", + "from": "docs/recovered/code-blocks/10-Epistemic.jl", + "to": "docs/recovered/code-blocks/16-Epistemic.jl", + "relation": "shared_dir:docs/recovered/code-blocks", "weight": 1.0 } ] @@ -693,34 +693,36 @@ "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "source_category": "CommandInjection", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "scripts/prune-dependabot-ecosystems.rs" + ".machine_readable/arrival-pack/extract.sh", + ".machine_readable/coaptation/extract-facts.sh", + "scripts/check-proofs.sh" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "CommandInjection->Cpu" }, { - "source_category": "UnboundedAllocation", + "source_category": "MutationGap", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "scripts/prune-dependabot-ecosystems.rs" + "test/cases/smoke.jl" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "MutationGap->Cpu" }, { - "source_category": "MutationGap", - "sink_axis": "cpu", + "source_category": "UnboundedAllocation", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "test/cases/smoke.jl" + "scripts/prune-dependabot-ecosystems.rs" ], "frameworks": [], - "relation": "MutationGap->Cpu" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "InputBoundary", @@ -733,16 +735,14 @@ "relation": "InputBoundary->Cpu" }, { - "source_category": "CommandInjection", + "source_category": "UnboundedAllocation", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "scripts/check-proofs.sh", - ".machine_readable/coaptation/extract-facts.sh", - ".machine_readable/arrival-pack/extract.sh" + "scripts/prune-dependabot-ecosystems.rs" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "UnboundedAllocation->Cpu" } ] } diff --git a/scans/SMTLib.jl.json b/scans/SMTLib.jl.json index 20b33f95..04896380 100644 --- a/scans/SMTLib.jl.json +++ b/scans/SMTLib.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "24 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "24 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -28,10 +28,10 @@ }, { "category": "DynamicCodeExecution", - "location": "src/coprocessors/vpu.jl", - "file": "src/coprocessors/vpu.jl", + "location": "src/backends/abstract.jl", + "file": "src/backends/abstract.jl", "severity": "High", - "description": "eval/Meta.parse in src/coprocessors/vpu.jl", + "description": "eval/Meta.parse in src/backends/abstract.jl", "recommended_attack": [ "cpu", "memory" @@ -52,10 +52,10 @@ }, { "category": "DynamicCodeExecution", - "location": "src/coprocessors/dsp.jl", - "file": "src/coprocessors/dsp.jl", + "location": "src/coprocessors/math.jl", + "file": "src/coprocessors/math.jl", "severity": "High", - "description": "eval/Meta.parse in src/coprocessors/dsp.jl", + "description": "eval/Meta.parse in src/coprocessors/math.jl", "recommended_attack": [ "cpu", "memory" @@ -64,10 +64,10 @@ }, { "category": "DynamicCodeExecution", - "location": "src/coprocessors/math.jl", - "file": "src/coprocessors/math.jl", + "location": "src/coprocessors/tpu.jl", + "file": "src/coprocessors/tpu.jl", "severity": "High", - "description": "eval/Meta.parse in src/coprocessors/math.jl", + "description": "eval/Meta.parse in src/coprocessors/tpu.jl", "recommended_attack": [ "cpu", "memory" @@ -76,10 +76,10 @@ }, { "category": "DynamicCodeExecution", - "location": "src/coprocessors/tpu.jl", - "file": "src/coprocessors/tpu.jl", + "location": "src/coprocessors/dsp.jl", + "file": "src/coprocessors/dsp.jl", "severity": "High", - "description": "eval/Meta.parse in src/coprocessors/tpu.jl", + "description": "eval/Meta.parse in src/coprocessors/dsp.jl", "recommended_attack": [ "cpu", "memory" @@ -88,10 +88,10 @@ }, { "category": "DynamicCodeExecution", - "location": "src/backends/abstract.jl", - "file": "src/backends/abstract.jl", + "location": "src/coprocessors/vpu.jl", + "file": "src/coprocessors/vpu.jl", "severity": "High", - "description": "eval/Meta.parse in src/backends/abstract.jl", + "description": "eval/Meta.parse in src/coprocessors/vpu.jl", "recommended_attack": [ "cpu", "memory" @@ -110,23 +110,33 @@ }, "file_statistics": [ { - "file_path": "test/runtests.jl", - "lines": 1582, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/SMTLib.jl", - "lines": 2378, + "file_path": "test/runtests.jl", + "lines": 1582, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 9, - "io_operations": 5, + "allocation_sites": 3, + "io_operations": 0, "threading_constructs": 0 }, { @@ -150,23 +160,13 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, + "file_path": "src/SMTLib.jl", + "lines": 2378, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 9, + "io_operations": 5, "threading_constructs": 0 } ], @@ -187,45 +187,45 @@ "taint_matrix": { "rows": [ { - "source_category": "ProofDrift", + "source_category": "DynamicCodeExecution", "sink_axis": "cpu", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ - "test/runtests.jl", - "test/e2e_test.jl" + "src/backends/abstract.jl", + "src/coprocessors/npu.jl", + "src/coprocessors/math.jl", + "src/coprocessors/tpu.jl", + "src/coprocessors/dsp.jl", + "src/coprocessors/vpu.jl" ], "frameworks": [], - "relation": "ProofDrift->Cpu" + "relation": "DynamicCodeExecution->Cpu" }, { "source_category": "DynamicCodeExecution", "sink_axis": "memory", "severity_value": 3.5, "files": [ - "src/coprocessors/vpu.jl", + "src/backends/abstract.jl", "src/coprocessors/npu.jl", - "src/coprocessors/dsp.jl", "src/coprocessors/math.jl", "src/coprocessors/tpu.jl", - "src/backends/abstract.jl" + "src/coprocessors/dsp.jl", + "src/coprocessors/vpu.jl" ], "frameworks": [], "relation": "DynamicCodeExecution->Memory" }, { - "source_category": "DynamicCodeExecution", + "source_category": "ProofDrift", "sink_axis": "cpu", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "src/coprocessors/vpu.jl", - "src/coprocessors/npu.jl", - "src/coprocessors/dsp.jl", - "src/coprocessors/math.jl", - "src/coprocessors/tpu.jl", - "src/backends/abstract.jl" + "test/e2e_test.jl", + "test/runtests.jl" ], "frameworks": [], - "relation": "DynamicCodeExecution->Cpu" + "relation": "ProofDrift->Cpu" } ] } diff --git a/scans/ShellIntegration.jl.json b/scans/ShellIntegration.jl.json index 73fb984e..3ad18415 100644 --- a/scans/ShellIntegration.jl.json +++ b/scans/ShellIntegration.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -72,8 +72,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "test/runtests.jl", "test/e2e_test.jl", + "test/runtests.jl", "test/property_test.jl" ], "frameworks": [], diff --git a/scans/SiliconCore.jl.json b/scans/SiliconCore.jl.json index 4bb56634..85d3f98e 100644 --- a/scans/SiliconCore.jl.json +++ b/scans/SiliconCore.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "11 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "5 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "5 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "11 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -62,8 +62,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "test/runtests.jl", - "test/e2e_test.jl" + "test/e2e_test.jl", + "test/runtests.jl" ], "frameworks": [], "relation": "ProofDrift->Cpu" diff --git a/scans/Skein.jl.json b/scans/Skein.jl.json index 88efebba..d353aeb5 100644 --- a/scans/Skein.jl.json +++ b/scans/Skein.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/knot_theory_ext_test.jl", + "file": "test/knot_theory_ext_test.jl", "severity": "Medium", - "description": "11 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/knot_theory_ext_test.jl", "recommended_attack": [ "cpu" ], @@ -17,25 +17,25 @@ }, { "category": "ProofDrift", - "location": "test/knot_theory_ext_test.jl", - "file": "test/knot_theory_ext_test.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/knot_theory_ext_test.jl", + "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "11 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { @@ -62,13 +62,23 @@ }, "file_statistics": [ { - "file_path": "test/runtests.jl", - "lines": 1278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "ffi/zig/src/main.zig", + "lines": 276, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -82,23 +92,23 @@ "threading_constructs": 0 }, { - "file_path": "src/import_export.jl", - "lines": 356, + "file_path": "test/runtests.jl", + "lines": 1278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "src/storage.jl", - "lines": 589, + "file_path": "src/import_export.jl", + "lines": 356, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { @@ -112,30 +122,20 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 276, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/storage.jl", + "lines": 589, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", "memory", - "cpu" + "cpu", + "disk" ], "dependency_graph": { "edges": [ @@ -146,8 +146,8 @@ "weight": 1.0 }, { - "from": "test/runtests.jl", - "to": "test/e2e_test.jl", + "from": "test/e2e_test.jl", + "to": "test/runtests.jl", "relation": "shared_dir:test", "weight": 1.0 } @@ -166,26 +166,26 @@ "relation": "DynamicCodeExecution->Memory" }, { - "source_category": "ProofDrift", + "source_category": "DynamicCodeExecution", "sink_axis": "cpu", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ - "test/runtests.jl", - "test/knot_theory_ext_test.jl", - "test/e2e_test.jl" + "src/backends/abstract.jl" ], "frameworks": [], - "relation": "ProofDrift->Cpu" + "relation": "DynamicCodeExecution->Cpu" }, { - "source_category": "DynamicCodeExecution", + "source_category": "ProofDrift", "sink_axis": "cpu", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "src/backends/abstract.jl" + "test/knot_theory_ext_test.jl", + "test/e2e_test.jl", + "test/runtests.jl" ], "frameworks": [], - "relation": "DynamicCodeExecution->Cpu" + "relation": "ProofDrift->Cpu" } ] } diff --git a/scans/SoftwareSovereign.jl.json b/scans/SoftwareSovereign.jl.json index 91d850e1..73e4c62e 100644 --- a/scans/SoftwareSovereign.jl.json +++ b/scans/SoftwareSovereign.jl.json @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "8 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -28,10 +28,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "8 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -68,25 +68,25 @@ "taint_matrix": { "rows": [ { - "source_category": "ProofDrift", + "source_category": "InputBoundary", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "test/runtests.jl", - "test/e2e_test.jl" + "gnome-extension/extension.js" ], "frameworks": [], - "relation": "ProofDrift->Cpu" + "relation": "InputBoundary->Cpu" }, { - "source_category": "InputBoundary", + "source_category": "ProofDrift", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "gnome-extension/extension.js" + "test/e2e_test.jl", + "test/runtests.jl" ], "frameworks": [], - "relation": "InputBoundary->Cpu" + "relation": "ProofDrift->Cpu" } ] } diff --git a/scans/TradeUnionism.jl.json b/scans/TradeUnionism.jl.json index ceb1bc27..43829dee 100644 --- a/scans/TradeUnionism.jl.json +++ b/scans/TradeUnionism.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "24 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "24 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -71,8 +71,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "test/runtests.jl", - "test/e2e_test.jl" + "test/e2e_test.jl", + "test/runtests.jl" ], "frameworks": [], "relation": "ProofDrift->Cpu" diff --git a/scans/ViableSystems.jl.json b/scans/ViableSystems.jl.json index 4d8ee5c7..89005f69 100644 --- a/scans/ViableSystems.jl.json +++ b/scans/ViableSystems.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -50,8 +50,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "test/runtests.jl", - "test/e2e_test.jl" + "test/e2e_test.jl", + "test/runtests.jl" ], "frameworks": [], "relation": "ProofDrift->Cpu" diff --git a/scans/ZeroProb.jl.json b/scans/ZeroProb.jl.json index 4473424e..c0152384 100644 --- a/scans/ZeroProb.jl.json +++ b/scans/ZeroProb.jl.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "test/test_new_types.jl", - "file": "test/test_new_types.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "6 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/test_new_types.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -28,10 +28,10 @@ }, { "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "location": "test/test_new_types.jl", + "file": "test/test_new_types.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "6 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/test_new_types.jl", "recommended_attack": [ "cpu" ], @@ -61,23 +61,23 @@ }, "file_statistics": [ { - "file_path": "ext/ZeroProbCUDAExt.jl", - "lines": 587, + "file_path": "ext/ZeroProbCryptoExt.jl", + "lines": 380, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ext/ZeroProbCryptoExt.jl", - "lines": 380, + "file_path": "ext/ZeroProbCUDAExt.jl", + "lines": 587, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { @@ -102,14 +102,14 @@ } ], "recommended_attacks": [ - "memory", - "cpu" + "cpu", + "memory" ], "dependency_graph": { "edges": [ { - "from": "ext/ZeroProbCUDAExt.jl", - "to": "ext/ZeroProbCryptoExt.jl", + "from": "ext/ZeroProbCryptoExt.jl", + "to": "ext/ZeroProbCUDAExt.jl", "relation": "shared_dir:ext", "weight": 1.0 } @@ -117,6 +117,18 @@ }, "taint_matrix": { "rows": [ + { + "source_category": "ProofDrift", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "test/e2e_test.jl", + "test/test_coverage_gaps.jl", + "test/test_new_types.jl" + ], + "frameworks": [], + "relation": "ProofDrift->Cpu" + }, { "source_category": "DynamicCodeExecution", "sink_axis": "cpu", @@ -136,18 +148,6 @@ ], "frameworks": [], "relation": "DynamicCodeExecution->Memory" - }, - { - "source_category": "ProofDrift", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "test/test_new_types.jl", - "test/test_coverage_gaps.jl", - "test/e2e_test.jl" - ], - "frameworks": [], - "relation": "ProofDrift->Cpu" } ] } diff --git a/scans/absolute-zero.json b/scans/absolute-zero.json index 82693661..049c4c1d 100644 --- a/scans/absolute-zero.json +++ b/scans/absolute-zero.json @@ -41,10 +41,10 @@ }, { "category": "CommandInjection", - "location": "verification/verify-proofs.sh", - "file": "verification/verify-proofs.sh", + "location": "verification/run-local-verification.sh", + "file": "verification/run-local-verification.sh", "severity": "Critical", - "description": "eval usage in verification/verify-proofs.sh", + "description": "eval usage in verification/run-local-verification.sh", "recommended_attack": [ "cpu", "disk" @@ -54,10 +54,10 @@ }, { "category": "PathTraversal", - "location": "verification/verify-proofs.sh", - "file": "verification/verify-proofs.sh", + "location": "verification/run-local-verification.sh", + "file": "verification/run-local-verification.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in verification/verify-proofs.sh", + "description": "Hardcoded /tmp/ path without mktemp in verification/run-local-verification.sh", "recommended_attack": [ "disk" ], @@ -65,10 +65,10 @@ }, { "category": "CommandInjection", - "location": "verification/run-local-verification.sh", - "file": "verification/run-local-verification.sh", + "location": "verification/verify-proofs.sh", + "file": "verification/verify-proofs.sh", "severity": "Critical", - "description": "eval usage in verification/run-local-verification.sh", + "description": "eval usage in verification/verify-proofs.sh", "recommended_attack": [ "cpu", "disk" @@ -78,15 +78,49 @@ }, { "category": "PathTraversal", - "location": "verification/run-local-verification.sh", - "file": "verification/run-local-verification.sh", + "location": "verification/verify-proofs.sh", + "file": "verification/verify-proofs.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in verification/run-local-verification.sh", + "description": "Hardcoded /tmp/ path without mktemp in verification/verify-proofs.sh", + "recommended_attack": [ + "disk" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "src/whitespace/src/lib.rs", + "file": "src/whitespace/src/lib.rs", + "severity": "Medium", + "description": "0 panic sites and 8 unwrap/expect calls in src/whitespace/src/lib.rs", "recommended_attack": [ + "memory", "disk" ], "test_context": "production" }, + { + "category": "ProofDrift", + "location": "src/abi/AbsoluteZero/ABI/Layout.idr", + "file": "src/abi/AbsoluteZero/ABI/Layout.idr", + "severity": "Critical", + "description": "1 believe_me (banned proof escape hatch — type checker bypass) in src/abi/AbsoluteZero/ABI/Layout.idr", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, + { + "category": "ProofDrift", + "location": "src/abi/AbsoluteZero/ABI/Proofs/DivMod.idr", + "file": "src/abi/AbsoluteZero/ABI/Proofs/DivMod.idr", + "severity": "Critical", + "description": "4 believe_me (banned proof escape hatch — type checker bypass) in src/abi/AbsoluteZero/ABI/Proofs/DivMod.idr", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, { "category": "ProofDrift", "location": "proofs/coq/lambda/LambdaCNO.v", @@ -142,40 +176,6 @@ ], "test_context": "production" }, - { - "category": "PanicPath", - "location": "src/whitespace/src/lib.rs", - "file": "src/whitespace/src/lib.rs", - "severity": "Medium", - "description": "0 panic sites and 8 unwrap/expect calls in src/whitespace/src/lib.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "ProofDrift", - "location": "src/abi/AbsoluteZero/ABI/Proofs/DivMod.idr", - "file": "src/abi/AbsoluteZero/ABI/Proofs/DivMod.idr", - "severity": "Critical", - "description": "4 believe_me (banned proof escape hatch — type checker bypass) in src/abi/AbsoluteZero/ABI/Proofs/DivMod.idr", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "ProofDrift", - "location": "src/abi/AbsoluteZero/ABI/Layout.idr", - "file": "src/abi/AbsoluteZero/ABI/Layout.idr", - "severity": "Critical", - "description": "1 believe_me (banned proof escape hatch — type checker bypass) in src/abi/AbsoluteZero/ABI/Layout.idr", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "MutationGap", "location": "Cargo.toml", @@ -187,25 +187,15 @@ } ], "statistics": { - "total_lines": 18735, + "total_lines": 18984, "unsafe_blocks": 29, "panic_sites": 6, "unwrap_calls": 8, "allocation_sites": 13, - "io_operations": 11, + "io_operations": 14, "threading_constructs": 8 }, "file_statistics": [ - { - "file_path": "examples/elixir/nop.ex", - "lines": 400, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 - }, { "file_path": "examples/special-ops/os/ioctl_nop.c", "lines": 458, @@ -227,14 +217,24 @@ "threading_constructs": 4 }, { - "file_path": "examples/rust/nop.rs", - "lines": 87, + "file_path": "examples/erlang/nop.erl", + "lines": 276, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "examples/elixir/nop.ex", + "lines": 400, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 1 }, { "file_path": "examples/haskell/Nop.hs", @@ -247,14 +247,14 @@ "threading_constructs": 0 }, { - "file_path": "examples/erlang/nop.erl", - "lines": 276, + "file_path": "examples/rust/nop.rs", + "lines": 87, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { "file_path": "verification/setup-and-verify.sh", @@ -276,6 +276,26 @@ "io_operations": 1, "threading_constructs": 0 }, + { + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "src/whitespace/src/lib.rs", "lines": 317, @@ -288,20 +308,19 @@ "threading_constructs": 0 }, { - "file_path": "src/brainfuck/src/lib.rs", - "lines": 283, - "unsafe_blocks": 0, + "file_path": "src/abi/AbsoluteZero/ABI/Foreign.idr", + "lines": 368, + "unsafe_blocks": 24, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/AbsoluteZero/ABI/Foreign.idr", - "lines": 368, - "unsafe_blocks": 24, + "file_path": "src/abi/AbsoluteZero/ABI/Layout.idr", + "lines": 303, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -319,48 +338,49 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/AbsoluteZero/ABI/Layout.idr", - "lines": 303, - "unsafe_blocks": 1, + "file_path": "src/brainfuck/src/lib.rs", + "lines": 283, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "proofs/tests/gate-selftest.sh", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, + "file_path": "proofs/coq/check-assumptions.sh", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 } ], "recommended_attacks": [ + "cpu", "concurrency", - "disk", "memory", - "cpu" + "disk" ], "dependency_graph": { "edges": [ { - "from": "examples/special-ops/os/ioctl_nop.c", - "to": "examples/special-ops/os/sched_yield.c", - "relation": "shared_dir:examples/special-ops/os", + "from": "src/abi/AbsoluteZero/ABI/Foreign.idr", + "to": "src/abi/AbsoluteZero/ABI/Layout.idr", + "relation": "shared_dir:src/abi/AbsoluteZero/ABI", "weight": 1.0 }, { @@ -370,9 +390,9 @@ "weight": 1.0 }, { - "from": "src/abi/AbsoluteZero/ABI/Foreign.idr", - "to": "src/abi/AbsoluteZero/ABI/Layout.idr", - "relation": "shared_dir:src/abi/AbsoluteZero/ABI", + "from": "examples/special-ops/os/ioctl_nop.c", + "to": "examples/special-ops/os/sched_yield.c", + "relation": "shared_dir:examples/special-ops/os", "weight": 1.0 } ] @@ -381,70 +401,33 @@ "rows": [ { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "src/whitespace/src/lib.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" - }, - { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 5.0, - "files": [ - "verification/verify-proofs.sh", - "verification/run-local-verification.sh" - ], - "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "PanicPath->Disk" }, { - "source_category": "ProofDrift", + "source_category": "ResourceLeak", "sink_axis": "memory", - "severity_value": 5.0, - "files": [ - "src/abi/AbsoluteZero/ABI/Proofs/DivMod.idr", - "src/abi/AbsoluteZero/ABI/Layout.idr" - ], - "frameworks": [], - "relation": "ProofDrift->Memory" - }, - { - "source_category": "PathTraversal", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "verification/verify-proofs.sh", - "verification/run-local-verification.sh" - ], - "frameworks": [], - "relation": "PathTraversal->Disk" - }, - { - "source_category": "ProofDrift", - "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "proofs/coq/lambda/LambdaCNO.v", - "proofs/coq/physics/LandauerDerivation.v", - "proofs/coq/quantum/QuantumCNO.v", - "proofs/coq/common/PhysicsConstants.v", - "proofs/coq/common/StatMechBasis.v" + "examples/scheme/nop.scm" ], "frameworks": [], - "relation": "ProofDrift->Cpu" + "relation": "ResourceLeak->Memory" }, { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/whitespace/src/lib.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "PanicPath->Memory" }, { "source_category": "PanicPath", @@ -456,6 +439,17 @@ "frameworks": [], "relation": "PanicPath->Cpu" }, + { + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 5.0, + "files": [ + "verification/run-local-verification.sh", + "verification/verify-proofs.sh" + ], + "frameworks": [], + "relation": "CommandInjection->Cpu" + }, { "source_category": "UnsafeCode", "sink_axis": "cpu", @@ -467,15 +461,14 @@ "relation": "UnsafeCode->Cpu" }, { - "source_category": "CommandInjection", + "source_category": "ResourceLeak", "sink_axis": "cpu", - "severity_value": 5.0, + "severity_value": 2.5, "files": [ - "verification/verify-proofs.sh", - "verification/run-local-verification.sh" + "examples/scheme/nop.scm" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "ResourceLeak->Cpu" }, { "source_category": "UnsafeCode", @@ -488,24 +481,51 @@ "relation": "UnsafeCode->Memory" }, { - "source_category": "ResourceLeak", - "sink_axis": "cpu", + "source_category": "PathTraversal", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "examples/scheme/nop.scm" + "verification/run-local-verification.sh", + "verification/verify-proofs.sh" ], "frameworks": [], - "relation": "ResourceLeak->Cpu" + "relation": "PathTraversal->Disk" }, { - "source_category": "ResourceLeak", + "source_category": "ProofDrift", "sink_axis": "memory", + "severity_value": 5.0, + "files": [ + "src/abi/AbsoluteZero/ABI/Layout.idr", + "src/abi/AbsoluteZero/ABI/Proofs/DivMod.idr" + ], + "frameworks": [], + "relation": "ProofDrift->Memory" + }, + { + "source_category": "ProofDrift", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "examples/scheme/nop.scm" + "proofs/coq/lambda/LambdaCNO.v", + "proofs/coq/physics/LandauerDerivation.v", + "proofs/coq/quantum/QuantumCNO.v", + "proofs/coq/common/PhysicsConstants.v", + "proofs/coq/common/StatMechBasis.v" ], "frameworks": [], - "relation": "ResourceLeak->Memory" + "relation": "ProofDrift->Cpu" + }, + { + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 5.0, + "files": [ + "verification/run-local-verification.sh", + "verification/verify-proofs.sh" + ], + "frameworks": [], + "relation": "CommandInjection->Disk" } ] } diff --git a/scans/academic-workflow-suite.json b/scans/academic-workflow-suite.json index 348ef294..ba79669f 100644 --- a/scans/academic-workflow-suite.json +++ b/scans/academic-workflow-suite.json @@ -4,90 +4,98 @@ "language": "shell", "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], "weak_points": [ { - "category": "DynamicCodeExecution", - "location": "examples/demos/web-ui/app.js", - "file": "examples/demos/web-ui/app.js", - "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in examples/demos/web-ui/app.js", + "category": "InsecureProtocol", + "location": "website/build.sh", + "file": "website/build.sh", + "severity": "Medium", + "description": "2 HTTP (non-HTTPS) URLs in website/build.sh", "recommended_attack": [ - "memory", "network" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "examples/api/rust/src/main.rs", - "file": "examples/api/rust/src/main.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in examples/api/rust/src/main.rs", + "category": "CommandInjection", + "location": "tests/ai-isolation/network-tests/container_escape_test.sh", + "file": "tests/ai-isolation/network-tests/container_escape_test.sh", + "severity": "Critical", + "description": "eval usage in tests/ai-isolation/network-tests/container_escape_test.sh", "recommended_attack": [ - "memory", + "cpu", "disk" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "components/shared/src/validation.rs", - "file": "components/shared/src/validation.rs", - "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in components/shared/src/validation.rs", + "category": "CommandInjection", + "location": "tests/ai-isolation/network-tests/network_isolation_test.sh", + "file": "tests/ai-isolation/network-tests/network_isolation_test.sh", + "severity": "Critical", + "description": "eval usage in tests/ai-isolation/network-tests/network_isolation_test.sh", "recommended_attack": [ - "memory", + "cpu", "disk" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "components/shared/src/logging.rs", - "file": "components/shared/src/logging.rs", + "category": "InsecureProtocol", + "location": "tests/ai-isolation/network-tests/network_isolation_test.sh", + "file": "tests/ai-isolation/network-tests/network_isolation_test.sh", "severity": "Medium", - "description": "0 panic sites and 7 unwrap/expect calls in components/shared/src/logging.rs", + "description": "2 HTTP (non-HTTPS) URLs in tests/ai-isolation/network-tests/network_isolation_test.sh", "recommended_attack": [ - "memory", - "disk" + "network" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "components/shared/src/time.rs", - "file": "components/shared/src/time.rs", + "category": "InputBoundary", + "location": "tests/benchmarks/load_tests/k6_script.js", + "file": "tests/benchmarks/load_tests/k6_script.js", "severity": "Medium", - "description": "1 panic sites and 4 unwrap/expect calls in components/shared/src/time.rs", + "description": "4 JSON.parse call(s) with 3 try block(s) in tests/benchmarks/load_tests/k6_script.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ - "memory", - "disk" + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "HardcodedSecret", + "location": "monitoring/healthchecks/healthcheck.sh", + "file": "monitoring/healthchecks/healthcheck.sh", + "severity": "Critical", + "description": "Possible hardcoded secret in monitoring/healthchecks/healthcheck.sh", + "recommended_attack": [ + "network" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "components/shared/src/testing.rs", - "file": "components/shared/src/testing.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in components/shared/src/testing.rs", + "category": "HardcodedSecret", + "location": "monitoring/scripts/backup_dashboards.sh", + "file": "monitoring/scripts/backup_dashboards.sh", + "severity": "Critical", + "description": "Possible hardcoded secret in monitoring/scripts/backup_dashboards.sh", "recommended_attack": [ - "memory", - "disk" + "network" ], - "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "components/shared/src/errors.rs", - "file": "components/shared/src/errors.rs", + "location": "monitoring/exporters/aws_exporter.rs", + "file": "monitoring/exporters/aws_exporter.rs", "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in components/shared/src/errors.rs", + "description": "0 panic sites and 24 unwrap/expect calls in monitoring/exporters/aws_exporter.rs", "recommended_attack": [ "memory", "disk" @@ -95,178 +103,185 @@ "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "components/office-addin/src/AWAPAddin.affine", - "file": "components/office-addin/src/AWAPAddin.affine", - "severity": "Medium", - "description": "4 FFI/external bindings in components/office-addin/src/AWAPAddin.affine", + "category": "DynamicCodeExecution", + "location": "examples/demos/web-ui/app.js", + "file": "examples/demos/web-ui/app.js", + "severity": "High", + "description": "DOM manipulation (innerHTML/document.write) in examples/demos/web-ui/app.js", "recommended_attack": [ - "memory" + "memory", + "network" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "components/office-addin/src/RibbonCommands.affine", - "file": "components/office-addin/src/RibbonCommands.affine", + "category": "PanicPath", + "location": "examples/api/rust/src/main.rs", + "file": "examples/api/rust/src/main.rs", "severity": "Medium", - "description": "7 FFI/external bindings in components/office-addin/src/RibbonCommands.affine", + "description": "0 panic sites and 1 unwrap/expect calls in examples/api/rust/src/main.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "components/office-addin/src/TaskPane.affine", - "file": "components/office-addin/src/TaskPane.affine", - "severity": "Medium", - "description": "4 FFI/external bindings in components/office-addin/src/TaskPane.affine", + "category": "CommandInjection", + "location": "config/validate.sh", + "file": "config/validate.sh", + "severity": "Critical", + "description": "eval usage in config/validate.sh", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "components/office-addin/src/OfficeAPI.affine", - "file": "components/office-addin/src/OfficeAPI.affine", - "severity": "Medium", - "description": "20 FFI/external bindings in components/office-addin/src/OfficeAPI.affine", + "category": "CommandInjection", + "location": "scripts/install/install.sh", + "file": "scripts/install/install.sh", + "severity": "Critical", + "description": "eval usage in scripts/install/install.sh", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "components/backend/lib/awap_backend/ai/container.ex", - "file": "components/backend/lib/awap_backend/ai/container.ex", + "location": "scripts/install/install.sh", + "file": "scripts/install/install.sh", "severity": "Medium", - "description": "System command execution in components/backend/lib/awap_backend/ai/container.ex", + "description": "23 potentially unquoted variable expansions in scripts/install/install.sh", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "components/backend/lib/awap_backend/core_bridge.ex", - "file": "components/backend/lib/awap_backend/core_bridge.ex", - "severity": "Medium", - "description": "System command execution in components/backend/lib/awap_backend/core_bridge.ex", + "location": "scripts/ci/test-integration.sh", + "file": "scripts/ci/test-integration.sh", + "severity": "Critical", + "description": "eval usage in scripts/ci/test-integration.sh", "recommended_attack": [ "cpu", "disk" ], + "suppressed": true, "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "components/backend/lib/awap_backend/core_bridge.ex", - "file": "components/backend/lib/awap_backend/core_bridge.ex", + "category": "InsecureProtocol", + "location": "scripts/ci/package.sh", + "file": "scripts/ci/package.sh", "severity": "Medium", - "description": "Dynamic apply/3 in components/backend/lib/awap_backend/core_bridge.ex", + "description": "1 HTTP (non-HTTPS) URLs in scripts/ci/package.sh", "recommended_attack": [ - "cpu" + "network" ], "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "components/backend/lib/awap_backend_web.ex", - "file": "components/backend/lib/awap_backend_web.ex", - "severity": "Medium", - "description": "Dynamic apply/3 in components/backend/lib/awap_backend_web.ex", + "category": "HardcodedSecret", + "location": "scripts/management/uninstall.sh", + "file": "scripts/management/uninstall.sh", + "severity": "Critical", + "description": "Possible hardcoded secret in scripts/management/uninstall.sh", "recommended_attack": [ - "cpu" + "network" ], "test_context": "production" }, { - "category": "MutationGap", - "location": "components/backend/test/support/conn_case.ex", - "file": "components/backend/test/support/conn_case.ex", - "severity": "Low", - "description": "Elixir test file components/backend/test/support/conn_case.ex uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "HardcodedSecret", + "location": "scripts/management/init-database.sh", + "file": "scripts/management/init-database.sh", + "severity": "Critical", + "description": "Possible hardcoded secret in scripts/management/init-database.sh", "recommended_attack": [ - "cpu" + "network" ], "test_context": "production" }, { - "category": "MutationGap", - "location": "components/backend/test/support/data_case.ex", - "file": "components/backend/test/support/data_case.ex", - "severity": "Low", - "description": "Elixir test file components/backend/test/support/data_case.ex uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "HardcodedSecret", + "location": "scripts/management/health-check.sh", + "file": "scripts/management/health-check.sh", + "severity": "Critical", + "description": "Possible hardcoded secret in scripts/management/health-check.sh", "recommended_attack": [ - "cpu" + "network" ], "test_context": "production" }, { - "category": "MutationGap", - "location": "components/backend/test/awap_backend/core_bridge_test.exs", - "file": "components/backend/test/awap_backend/core_bridge_test.exs", - "severity": "Low", - "description": "Elixir test file components/backend/test/awap_backend/core_bridge_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "HardcodedSecret", + "location": "scripts/management/backup.sh", + "file": "scripts/management/backup.sh", + "severity": "Critical", + "description": "Possible hardcoded secret in scripts/management/backup.sh", "recommended_attack": [ - "cpu" + "network" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "components/backend/test/awap_backend/tma_test.exs", - "file": "components/backend/test/awap_backend/tma_test.exs", - "severity": "Low", - "description": "Elixir test file components/backend/test/awap_backend/tma_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "HardcodedSecret", + "location": "scripts/management/update.sh", + "file": "scripts/management/update.sh", + "severity": "Critical", + "description": "Possible hardcoded secret in scripts/management/update.sh", "recommended_attack": [ - "cpu" + "network" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "components/backend/test/awap_backend/core/job_registry_test.exs", - "file": "components/backend/test/awap_backend/core/job_registry_test.exs", - "severity": "Low", - "description": "Elixir test file components/backend/test/awap_backend/core/job_registry_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "PanicPath", + "location": "cli/src/commands/init.rs", + "file": "cli/src/commands/init.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in cli/src/commands/init.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "components/backend/test/awap_backend/event_store_test.exs", - "file": "components/backend/test/awap_backend/event_store_test.exs", - "severity": "Low", - "description": "Elixir test file components/backend/test/awap_backend/event_store_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "cli/src/commands/feedback.rs", + "file": "cli/src/commands/feedback.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in cli/src/commands/feedback.rs", "recommended_attack": [ + "memory", "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "components/backend/test/awap_backend_web/controllers/api/tma_controller_test.exs", - "file": "components/backend/test/awap_backend_web/controllers/api/tma_controller_test.exs", - "severity": "Low", - "description": "Elixir test file components/backend/test/awap_backend_web/controllers/api/tma_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "cli/src/commands/sync.rs", + "file": "cli/src/commands/sync.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in cli/src/commands/sync.rs", "recommended_attack": [ + "memory", "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "PanicPath", - "location": "components/ai-jail/src/inference.rs", - "file": "components/ai-jail/src/inference.rs", + "location": "cli/src/commands/sync.rs", + "file": "cli/src/commands/sync.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in components/ai-jail/src/inference.rs", + "description": "0 panic sites and 1 unwrap/expect calls in cli/src/commands/sync.rs", "recommended_attack": [ "memory", "disk" @@ -274,35 +289,46 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "components/ai-jail/src/model.rs", - "file": "components/ai-jail/src/model.rs", - "severity": "High", - "description": "1 unsafe blocks in components/ai-jail/src/model.rs", + "category": "PanicPath", + "location": "cli/src/commands/batch.rs", + "file": "cli/src/commands/batch.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in cli/src/commands/batch.rs", "recommended_attack": [ "memory", - "concurrency" + "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "components/core/src/config.rs", - "file": "components/core/src/config.rs", + "category": "UnboundedAllocation", + "location": "cli/src/config.rs", + "file": "cli/src/config.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in cli/src/config.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "PathTraversal", + "location": "security/dynamic-analysis/sanitizer_tests.sh", + "file": "security/dynamic-analysis/sanitizer_tests.sh", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in components/core/src/config.rs", + "description": "Hardcoded /tmp/ path without mktemp in security/dynamic-analysis/sanitizer_tests.sh", "recommended_attack": [ - "memory", "disk" ], "test_context": "production" }, { "category": "PanicPath", - "location": "components/core/src/main.rs", - "file": "components/core/src/main.rs", + "location": "components/shared/src/validation.rs", + "file": "components/shared/src/validation.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in components/core/src/main.rs", + "description": "0 panic sites and 5 unwrap/expect calls in components/shared/src/validation.rs", "recommended_attack": [ "memory", "disk" @@ -311,10 +337,10 @@ }, { "category": "PanicPath", - "location": "components/core/src/security.rs", - "file": "components/core/src/security.rs", + "location": "components/shared/src/time.rs", + "file": "components/shared/src/time.rs", "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in components/core/src/security.rs", + "description": "1 panic sites and 4 unwrap/expect calls in components/shared/src/time.rs", "recommended_attack": [ "memory", "disk" @@ -323,10 +349,10 @@ }, { "category": "PanicPath", - "location": "components/core/src/feedback.rs", - "file": "components/core/src/feedback.rs", + "location": "components/shared/src/errors.rs", + "file": "components/shared/src/errors.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in components/core/src/feedback.rs", + "description": "0 panic sites and 3 unwrap/expect calls in components/shared/src/errors.rs", "recommended_attack": [ "memory", "disk" @@ -334,23 +360,24 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "components/core/src/events.rs", - "file": "components/core/src/events.rs", - "severity": "High", - "description": "1 unsafe blocks in components/core/src/events.rs", + "category": "PanicPath", + "location": "components/shared/src/testing.rs", + "file": "components/shared/src/testing.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in components/shared/src/testing.rs", "recommended_attack": [ "memory", - "concurrency" + "disk" ], + "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "monitoring/exporters/aws_exporter.rs", - "file": "monitoring/exporters/aws_exporter.rs", + "location": "components/shared/src/logging.rs", + "file": "components/shared/src/logging.rs", "severity": "Medium", - "description": "0 panic sites and 24 unwrap/expect calls in monitoring/exporters/aws_exporter.rs", + "description": "0 panic sites and 7 unwrap/expect calls in components/shared/src/logging.rs", "recommended_attack": [ "memory", "disk" @@ -358,56 +385,34 @@ "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "monitoring/healthchecks/healthcheck.sh", - "file": "monitoring/healthchecks/healthcheck.sh", - "severity": "Critical", - "description": "Possible hardcoded secret in monitoring/healthchecks/healthcheck.sh", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, - { - "category": "HardcodedSecret", - "location": "monitoring/scripts/backup_dashboards.sh", - "file": "monitoring/scripts/backup_dashboards.sh", - "severity": "Critical", - "description": "Possible hardcoded secret in monitoring/scripts/backup_dashboards.sh", + "category": "DynamicCodeExecution", + "location": "components/backend/lib/awap_backend_web.ex", + "file": "components/backend/lib/awap_backend_web.ex", + "severity": "Medium", + "description": "Dynamic apply/3 in components/backend/lib/awap_backend_web.ex", "recommended_attack": [ - "network" + "cpu" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "config/validate.sh", - "file": "config/validate.sh", - "severity": "Critical", - "description": "eval usage in config/validate.sh", - "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, - { - "category": "PathTraversal", - "location": "security/dynamic-analysis/sanitizer_tests.sh", - "file": "security/dynamic-analysis/sanitizer_tests.sh", + "location": "components/backend/lib/awap_backend/ai/container.ex", + "file": "components/backend/lib/awap_backend/ai/container.ex", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in security/dynamic-analysis/sanitizer_tests.sh", + "description": "System command execution in components/backend/lib/awap_backend/ai/container.ex", "recommended_attack": [ + "cpu", "disk" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "scripts/install/install.sh", - "file": "scripts/install/install.sh", - "severity": "Critical", - "description": "eval usage in scripts/install/install.sh", + "location": "components/backend/lib/awap_backend/core_bridge.ex", + "file": "components/backend/lib/awap_backend/core_bridge.ex", + "severity": "Medium", + "description": "System command execution in components/backend/lib/awap_backend/core_bridge.ex", "recommended_attack": [ "cpu", "disk" @@ -415,225 +420,220 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "scripts/install/install.sh", - "file": "scripts/install/install.sh", + "category": "DynamicCodeExecution", + "location": "components/backend/lib/awap_backend/core_bridge.ex", + "file": "components/backend/lib/awap_backend/core_bridge.ex", "severity": "Medium", - "description": "23 potentially unquoted variable expansions in scripts/install/install.sh", + "description": "Dynamic apply/3 in components/backend/lib/awap_backend/core_bridge.ex", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "scripts/management/health-check.sh", - "file": "scripts/management/health-check.sh", - "severity": "Critical", - "description": "Possible hardcoded secret in scripts/management/health-check.sh", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, - { - "category": "HardcodedSecret", - "location": "scripts/management/backup.sh", - "file": "scripts/management/backup.sh", - "severity": "Critical", - "description": "Possible hardcoded secret in scripts/management/backup.sh", + "category": "MutationGap", + "location": "components/backend/test/support/data_case.ex", + "file": "components/backend/test/support/data_case.ex", + "severity": "Low", + "description": "Elixir test file components/backend/test/support/data_case.ex uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "scripts/management/update.sh", - "file": "scripts/management/update.sh", - "severity": "Critical", - "description": "Possible hardcoded secret in scripts/management/update.sh", + "category": "MutationGap", + "location": "components/backend/test/support/conn_case.ex", + "file": "components/backend/test/support/conn_case.ex", + "severity": "Low", + "description": "Elixir test file components/backend/test/support/conn_case.ex uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "scripts/management/init-database.sh", - "file": "scripts/management/init-database.sh", - "severity": "Critical", - "description": "Possible hardcoded secret in scripts/management/init-database.sh", + "category": "MutationGap", + "location": "components/backend/test/awap_backend/core_bridge_test.exs", + "file": "components/backend/test/awap_backend/core_bridge_test.exs", + "severity": "Low", + "description": "Elixir test file components/backend/test/awap_backend/core_bridge_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "HardcodedSecret", - "location": "scripts/management/uninstall.sh", - "file": "scripts/management/uninstall.sh", - "severity": "Critical", - "description": "Possible hardcoded secret in scripts/management/uninstall.sh", + "category": "MutationGap", + "location": "components/backend/test/awap_backend/core/job_registry_test.exs", + "file": "components/backend/test/awap_backend/core/job_registry_test.exs", + "severity": "Low", + "description": "Elixir test file components/backend/test/awap_backend/core/job_registry_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "CommandInjection", - "location": "scripts/ci/test-integration.sh", - "file": "scripts/ci/test-integration.sh", - "severity": "Critical", - "description": "eval usage in scripts/ci/test-integration.sh", + "category": "MutationGap", + "location": "components/backend/test/awap_backend/event_store_test.exs", + "file": "components/backend/test/awap_backend/event_store_test.exs", + "severity": "Low", + "description": "Elixir test file components/backend/test/awap_backend/event_store_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], - "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "scripts/ci/package.sh", - "file": "scripts/ci/package.sh", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in scripts/ci/package.sh", + "category": "MutationGap", + "location": "components/backend/test/awap_backend/tma_test.exs", + "file": "components/backend/test/awap_backend/tma_test.exs", + "severity": "Low", + "description": "Elixir test file components/backend/test/awap_backend/tma_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "InputBoundary", - "location": "tests/benchmarks/load_tests/k6_script.js", - "file": "tests/benchmarks/load_tests/k6_script.js", - "severity": "Medium", - "description": "4 JSON.parse call(s) with 3 try block(s) in tests/benchmarks/load_tests/k6_script.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "category": "MutationGap", + "location": "components/backend/test/awap_backend_web/controllers/api/tma_controller_test.exs", + "file": "components/backend/test/awap_backend_web/controllers/api/tma_controller_test.exs", + "severity": "Low", + "description": "Elixir test file components/backend/test/awap_backend_web/controllers/api/tma_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "CommandInjection", - "location": "tests/ai-isolation/network-tests/network_isolation_test.sh", - "file": "tests/ai-isolation/network-tests/network_isolation_test.sh", - "severity": "Critical", - "description": "eval usage in tests/ai-isolation/network-tests/network_isolation_test.sh", + "category": "UnsafeCode", + "location": "components/core/src/events.rs", + "file": "components/core/src/events.rs", + "severity": "High", + "description": "1 unsafe blocks in components/core/src/events.rs", "recommended_attack": [ - "cpu", - "disk" + "memory", + "concurrency" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "tests/ai-isolation/network-tests/network_isolation_test.sh", - "file": "tests/ai-isolation/network-tests/network_isolation_test.sh", + "category": "PanicPath", + "location": "components/core/src/feedback.rs", + "file": "components/core/src/feedback.rs", "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in tests/ai-isolation/network-tests/network_isolation_test.sh", + "description": "0 panic sites and 1 unwrap/expect calls in components/core/src/feedback.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "CommandInjection", - "location": "tests/ai-isolation/network-tests/container_escape_test.sh", - "file": "tests/ai-isolation/network-tests/container_escape_test.sh", - "severity": "Critical", - "description": "eval usage in tests/ai-isolation/network-tests/container_escape_test.sh", + "category": "PanicPath", + "location": "components/core/src/security.rs", + "file": "components/core/src/security.rs", + "severity": "Medium", + "description": "0 panic sites and 5 unwrap/expect calls in components/core/src/security.rs", "recommended_attack": [ - "cpu", + "memory", "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "website/build.sh", - "file": "website/build.sh", + "category": "PanicPath", + "location": "components/core/src/main.rs", + "file": "components/core/src/main.rs", "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in website/build.sh", + "description": "0 panic sites and 2 unwrap/expect calls in components/core/src/main.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "cli/src/config.rs", - "file": "cli/src/config.rs", + "category": "PanicPath", + "location": "components/core/src/config.rs", + "file": "components/core/src/config.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in cli/src/config.rs", + "description": "0 panic sites and 2 unwrap/expect calls in components/core/src/config.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "cli/src/commands/init.rs", - "file": "cli/src/commands/init.rs", + "category": "UnsafeFFI", + "location": "components/office-addin/src/TaskPane.affine", + "file": "components/office-addin/src/TaskPane.affine", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in cli/src/commands/init.rs", + "description": "4 FFI/external bindings in components/office-addin/src/TaskPane.affine", "recommended_attack": [ - "memory", - "disk" + "memory" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "cli/src/commands/feedback.rs", - "file": "cli/src/commands/feedback.rs", + "category": "UnsafeFFI", + "location": "components/office-addin/src/AWAPAddin.affine", + "file": "components/office-addin/src/AWAPAddin.affine", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in cli/src/commands/feedback.rs", + "description": "4 FFI/external bindings in components/office-addin/src/AWAPAddin.affine", "recommended_attack": [ - "memory", - "cpu" + "memory" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "cli/src/commands/batch.rs", - "file": "cli/src/commands/batch.rs", + "category": "UnsafeFFI", + "location": "components/office-addin/src/OfficeAPI.affine", + "file": "components/office-addin/src/OfficeAPI.affine", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in cli/src/commands/batch.rs", + "description": "20 FFI/external bindings in components/office-addin/src/OfficeAPI.affine", "recommended_attack": [ - "memory", - "disk" + "memory" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "cli/src/commands/sync.rs", - "file": "cli/src/commands/sync.rs", + "category": "UnsafeFFI", + "location": "components/office-addin/src/RibbonCommands.affine", + "file": "components/office-addin/src/RibbonCommands.affine", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in cli/src/commands/sync.rs", + "description": "7 FFI/external bindings in components/office-addin/src/RibbonCommands.affine", "recommended_attack": [ - "memory", - "cpu" + "memory" ], "test_context": "production" }, { "category": "PanicPath", - "location": "cli/src/commands/sync.rs", - "file": "cli/src/commands/sync.rs", + "location": "components/ai-jail/src/inference.rs", + "file": "components/ai-jail/src/inference.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in cli/src/commands/sync.rs", + "description": "0 panic sites and 1 unwrap/expect calls in components/ai-jail/src/inference.rs", "recommended_attack": [ "memory", "disk" ], "test_context": "production" + }, + { + "category": "UnsafeCode", + "location": "components/ai-jail/src/model.rs", + "file": "components/ai-jail/src/model.rs", + "severity": "High", + "description": "1 unsafe blocks in components/ai-jail/src/model.rs", + "recommended_attack": [ + "memory", + "concurrency" + ], + "test_context": "production" } ], "statistics": { @@ -647,8 +647,18 @@ }, "file_statistics": [ { - "file_path": "examples/integrations/canvas/awap_integration.rb", - "lines": 187, + "file_path": "website/build.sh", + "lines": 339, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 5, + "threading_constructs": 0 + }, + { + "file_path": "release/verify/verify_release.sh", + "lines": 364, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -657,18 +667,18 @@ "threading_constructs": 0 }, { - "file_path": "examples/demos/web-ui/app.js", - "lines": 192, + "file_path": "release/verify/test_install.sh", + "lines": 424, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "examples/automation/cron/daily_sync.sh", - "lines": 67, + "file_path": "release/scripts/version.sh", + "lines": 299, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -677,8 +687,8 @@ "threading_constructs": 0 }, { - "file_path": "examples/api/javascript/examples/mark-tma.js", - "lines": 88, + "file_path": "release/scripts/release.sh", + "lines": 378, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -687,8 +697,8 @@ "threading_constructs": 0 }, { - "file_path": "examples/api/curl/submit_tma.sh", - "lines": 79, + "file_path": "tests/ai-isolation/network-tests/pii_leakage_test.sh", + "lines": 350, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -697,39 +707,48 @@ "threading_constructs": 0 }, { - "file_path": "examples/api/curl/get_feedback.sh", - "lines": 90, + "file_path": "tests/ai-isolation/network-tests/network_isolation_test.sh", + "lines": 200, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "examples/api/curl/batch_processing.sh", - "lines": 155, + "file_path": "tests/unit/test_data.rs", + "lines": 417, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/api/rust/src/main.rs", - "lines": 288, + "file_path": "tests/benchmarks/integration_bench.sh", + "lines": 389, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "examples/quickstart/mark_single_tma.js", - "lines": 217, + "file_path": "tests/benchmarks/benches/ai_benchmarks.rs", + "lines": 330, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 3 + }, + { + "file_path": "tests/benchmarks/profile_memory.sh", + "lines": 346, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -738,8 +757,8 @@ "threading_constructs": 0 }, { - "file_path": "examples/quickstart/batch_marking.sh", - "lines": 165, + "file_path": "tests/benchmarks/run_all_benchmarks.sh", + "lines": 488, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -748,140 +767,161 @@ "threading_constructs": 0 }, { - "file_path": "examples/quickstart/mark_single_tma.sh", - "lines": 97, + "file_path": "monitoring/healthchecks/healthcheck.sh", + "lines": 280, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "components/shared/src/validation.rs", - "lines": 506, + "file_path": "monitoring/scripts/backup_dashboards.sh", + "lines": 200, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 5, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "components/shared/src/logging.rs", - "lines": 500, + "file_path": "monitoring/scripts/test_alerts.sh", + "lines": 351, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 7, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "components/shared/src/time.rs", - "lines": 602, + "file_path": "monitoring/scripts/setup_monitoring.sh", + "lines": 463, "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 4, + "panic_sites": 0, + "unwrap_calls": 0, "allocation_sites": 0, + "io_operations": 9, + "threading_constructs": 0 + }, + { + "file_path": "monitoring/exporters/aws_exporter.rs", + "lines": 407, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 24, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "components/shared/src/testing.rs", - "lines": 586, + "file_path": "examples/automation/cron/daily_sync.sh", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "components/shared/src/errors.rs", - "lines": 296, + "file_path": "examples/demos/web-ui/app.js", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "components/shared/src/sanitization.rs", - "lines": 492, + "file_path": "examples/quickstart/batch_marking.sh", + "lines": 165, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "components/office-addin/tests/OfficeAPI_test.affine", - "lines": 371, - "unsafe_blocks": 1, + "file_path": "examples/quickstart/mark_single_tma.js", + "lines": 217, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "components/office-addin/tests/BackendClient_test.affine", - "lines": 445, - "unsafe_blocks": 1, + "file_path": "examples/quickstart/mark_single_tma.sh", + "lines": 97, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "components/office-addin/src/BackendClient.affine", - "lines": 540, - "unsafe_blocks": 2, + "file_path": "examples/api/javascript/examples/mark-tma.js", + "lines": 88, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "components/office-addin/src/Types.affine", - "lines": 195, - "unsafe_blocks": 2, + "file_path": "examples/api/curl/batch_processing.sh", + "lines": 155, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "components/office-addin/src/AWAPAddin.affine", - "lines": 235, - "unsafe_blocks": 4, + "file_path": "examples/api/curl/submit_tma.sh", + "lines": 79, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "examples/api/curl/get_feedback.sh", + "lines": 90, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "components/office-addin/src/RibbonCommands.affine", - "lines": 213, - "unsafe_blocks": 7, + "file_path": "examples/api/rust/src/main.rs", + "lines": 288, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "components/office-addin/src/TaskPane.affine", - "lines": 440, - "unsafe_blocks": 4, + "file_path": "examples/integrations/canvas/awap_integration.rb", + "lines": 187, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -889,58 +929,58 @@ "threading_constructs": 0 }, { - "file_path": "components/office-addin/src/OfficeAPI.affine", - "lines": 506, - "unsafe_blocks": 20, + "file_path": "config/validate.sh", + "lines": 364, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "components/backend/lib/awap_backend/moodle/http_client.ex", - "lines": 229, + "file_path": "scripts/install/install.sh", + "lines": 1210, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "components/backend/lib/awap_backend/moodle/sync_scheduler.ex", - "lines": 396, + "file_path": "scripts/install/install-linux.sh", + "lines": 673, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 15, + "threading_constructs": 0 }, { - "file_path": "components/backend/lib/awap_backend/ai/manager.ex", - "lines": 305, + "file_path": "scripts/ci/test-integration.sh", + "lines": 290, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "components/backend/lib/awap_backend/event_store.ex", - "lines": 311, + "file_path": "scripts/ci/package.sh", + "lines": 339, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 5, + "threading_constructs": 0 }, { - "file_path": "components/backend/lib/awap_backend/moodle.ex", - "lines": 565, + "file_path": "scripts/management/uninstall.sh", + "lines": 601, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -949,48 +989,48 @@ "threading_constructs": 0 }, { - "file_path": "components/backend/lib/awap_backend/core_bridge.ex", - "lines": 295, + "file_path": "scripts/management/init-database.sh", + "lines": 544, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "components/backend/lib/awap_backend/core/worker.ex", - "lines": 121, + "file_path": "scripts/management/health-check.sh", + "lines": 539, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 6, + "threading_constructs": 0 }, { - "file_path": "components/backend/lib/awap_backend/core/job_registry.ex", - "lines": 161, + "file_path": "scripts/management/backup.sh", + "lines": 719, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 6, + "threading_constructs": 0 }, { - "file_path": "components/ai-jail/examples/integration_example.sh", - "lines": 98, + "file_path": "scripts/management/dev-setup.sh", + "lines": 723, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "components/ai-jail/tests/test_isolation.rs", - "lines": 290, + "file_path": "scripts/management/update.sh", + "lines": 704, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -999,221 +1039,198 @@ "threading_constructs": 0 }, { - "file_path": "components/ai-jail/src/main.rs", - "lines": 237, + "file_path": "scripts/management/test-all.sh", + "lines": 676, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "components/ai-jail/src/inference.rs", - "lines": 381, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "components/ai-jail/src/model.rs", - "lines": 289, - "unsafe_blocks": 1, - "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "components/ai-jail/src/protocol.rs", - "lines": 217, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "components/core/src/config.rs", - "lines": 173, + "file_path": "cli/completions/generate_completions.sh", + "lines": 406, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "components/core/src/tma.rs", - "lines": 543, + "file_path": "cli/tests/security_tests.rs", + "lines": 344, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "components/core/src/main.rs", - "lines": 91, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 2, + "threading_constructs": 1 }, { - "file_path": "components/core/src/security.rs", - "lines": 504, + "file_path": "cli/tests/property_tests.rs", + "lines": 253, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "components/core/src/ipc.rs", - "lines": 478, + "file_path": "cli/examples/setup-project.sh", + "lines": 93, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "components/core/src/feedback.rs", - "lines": 431, + "file_path": "cli/src/models.rs", + "lines": 397, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 6, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "components/core/src/events.rs", - "lines": 889, - "unsafe_blocks": 1, + "file_path": "cli/src/api_client.rs", + "lines": 107, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 8, + "safe_unwrap_calls": 2, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "monitoring/exporters/aws_exporter.rs", - "lines": 407, + "file_path": "cli/src/interactive.rs", + "lines": 130, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 24, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "monitoring/healthchecks/healthcheck.sh", - "lines": 280, + "file_path": "cli/src/commands/init.rs", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "monitoring/scripts/backup_dashboards.sh", - "lines": 200, + "file_path": "cli/src/commands/mark.rs", + "lines": 115, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "monitoring/scripts/test_alerts.sh", - "lines": 351, + "file_path": "cli/src/commands/doctor.rs", + "lines": 234, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 11, + "allocation_sites": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "monitoring/scripts/setup_monitoring.sh", - "lines": 463, + "file_path": "cli/src/commands/feedback.rs", + "lines": 90, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "config/validate.sh", - "lines": 364, + "file_path": "cli/src/commands/sync.rs", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "security/privacy-testing/pii-detection/output_validation_tests.rs", - "lines": 243, + "file_path": "cli/src/commands/batch.rs", + "lines": 187, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "security/privacy-testing/pii-detection/pii_leakage_tests.rs", - "lines": 223, + "file_path": "cli/src/commands/status.rs", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "security/audit-scripts/dependency-audit.sh", - "lines": 200, + "file_path": "cli/src/config.rs", + "lines": 124, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "security/audit-scripts/license-check.sh", - "lines": 246, + "file_path": "security/penetration-testing/container-escape/network_isolation_verify.sh", + "lines": 283, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { @@ -1237,8 +1254,8 @@ "threading_constructs": 0 }, { - "file_path": "security/penetration-testing/container-escape/network_isolation_verify.sh", - "lines": 283, + "file_path": "security/penetration-testing/api-fuzzing/xss_tests.sh", + "lines": 266, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1256,16 +1273,6 @@ "io_operations": 8, "threading_constructs": 0 }, - { - "file_path": "security/penetration-testing/api-fuzzing/xss_tests.sh", - "lines": 266, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, { "file_path": "security/penetration-testing/api-fuzzing/sql_injection_tests.sh", "lines": 218, @@ -1287,118 +1294,109 @@ "threading_constructs": 0 }, { - "file_path": "scripts/install/install.sh", - "lines": 1210, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, - "threading_constructs": 0 - }, - { - "file_path": "scripts/install/install-linux.sh", - "lines": 673, + "file_path": "security/privacy-testing/pii-detection/output_validation_tests.rs", + "lines": 243, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 15, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/management/health-check.sh", - "lines": 539, + "file_path": "security/privacy-testing/pii-detection/pii_leakage_tests.rs", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/management/backup.sh", - "lines": 719, + "file_path": "security/audit-scripts/dependency-audit.sh", + "lines": 200, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/management/update.sh", - "lines": 704, + "file_path": "security/audit-scripts/license-check.sh", + "lines": 246, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/management/init-database.sh", - "lines": 544, + "file_path": "components/shared/src/validation.rs", + "lines": 506, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 5, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/management/uninstall.sh", - "lines": 601, + "file_path": "components/shared/src/sanitization.rs", + "lines": 492, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/management/test-all.sh", - "lines": 676, + "file_path": "components/shared/src/time.rs", + "lines": 602, "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, + "panic_sites": 1, + "unwrap_calls": 4, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/management/dev-setup.sh", - "lines": 723, + "file_path": "components/shared/src/errors.rs", + "lines": 296, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 3, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/ci/test-integration.sh", - "lines": 290, + "file_path": "components/shared/src/testing.rs", + "lines": 586, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/ci/package.sh", - "lines": 339, + "file_path": "components/shared/src/logging.rs", + "lines": 500, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 7, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/benchmarks/benches/ai_benchmarks.rs", - "lines": 330, + "file_path": "components/backend/lib/awap_backend/ai/manager.ex", + "lines": 305, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1407,8 +1405,8 @@ "threading_constructs": 3 }, { - "file_path": "tests/benchmarks/profile_memory.sh", - "lines": 346, + "file_path": "components/backend/lib/awap_backend/moodle.ex", + "lines": 565, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1417,128 +1415,122 @@ "threading_constructs": 0 }, { - "file_path": "tests/benchmarks/integration_bench.sh", - "lines": 389, + "file_path": "components/backend/lib/awap_backend/event_store.ex", + "lines": 311, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, - "threading_constructs": 0 + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "tests/benchmarks/run_all_benchmarks.sh", - "lines": 488, + "file_path": "components/backend/lib/awap_backend/core/worker.ex", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "tests/unit/test_data.rs", - "lines": 417, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "tests/ai-isolation/network-tests/network_isolation_test.sh", - "lines": 200, + "file_path": "components/backend/lib/awap_backend/core/job_registry.ex", + "lines": 161, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 0 + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "tests/ai-isolation/network-tests/pii_leakage_test.sh", - "lines": 350, + "file_path": "components/backend/lib/awap_backend/moodle/sync_scheduler.ex", + "lines": 396, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "website/build.sh", - "lines": 339, + "file_path": "components/backend/lib/awap_backend/moodle/http_client.ex", + "lines": 229, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "components/backend/lib/awap_backend/core_bridge.ex", + "lines": 295, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, + "file_path": "components/core/src/ipc.rs", + "lines": 478, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cli/examples/setup-project.sh", - "lines": 93, - "unsafe_blocks": 0, + "file_path": "components/core/src/events.rs", + "lines": 889, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 8, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cli/completions/generate_completions.sh", - "lines": 406, + "file_path": "components/core/src/feedback.rs", + "lines": 431, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cli/tests/security_tests.rs", - "lines": 344, + "file_path": "components/core/src/security.rs", + "lines": 504, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, - "threading_constructs": 1 + "unwrap_calls": 5, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "cli/tests/property_tests.rs", - "lines": 253, + "file_path": "components/core/src/main.rs", + "lines": 91, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "unwrap_calls": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cli/src/config.rs", - "lines": 124, + "file_path": "components/core/src/tma.rs", + "lines": 543, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1547,113 +1539,108 @@ "threading_constructs": 0 }, { - "file_path": "cli/src/interactive.rs", - "lines": 130, + "file_path": "components/core/src/config.rs", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, + "unwrap_calls": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cli/src/commands/mark.rs", - "lines": 115, - "unsafe_blocks": 0, + "file_path": "components/office-addin/tests/OfficeAPI_test.affine", + "lines": 371, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "cli/src/commands/init.rs", - "lines": 155, - "unsafe_blocks": 0, + "file_path": "components/office-addin/tests/BackendClient_test.affine", + "lines": 445, + "unsafe_blocks": 1, "panic_sites": 0, - "unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cli/src/commands/feedback.rs", - "lines": 90, - "unsafe_blocks": 0, + "file_path": "components/office-addin/src/TaskPane.affine", + "lines": 440, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cli/src/commands/batch.rs", - "lines": 187, - "unsafe_blocks": 0, + "file_path": "components/office-addin/src/AWAPAddin.affine", + "lines": 235, + "unsafe_blocks": 4, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 1, - "threading_constructs": 1 + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "cli/src/commands/sync.rs", - "lines": 171, - "unsafe_blocks": 0, + "file_path": "components/office-addin/src/Types.affine", + "lines": 195, + "unsafe_blocks": 2, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cli/src/commands/doctor.rs", - "lines": 234, - "unsafe_blocks": 0, + "file_path": "components/office-addin/src/OfficeAPI.affine", + "lines": 506, + "unsafe_blocks": 20, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cli/src/commands/status.rs", - "lines": 153, - "unsafe_blocks": 0, + "file_path": "components/office-addin/src/BackendClient.affine", + "lines": 540, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cli/src/api_client.rs", - "lines": 107, - "unsafe_blocks": 0, + "file_path": "components/office-addin/src/RibbonCommands.affine", + "lines": 213, + "unsafe_blocks": 7, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "cli/src/models.rs", - "lines": 397, + "file_path": "components/ai-jail/tests/test_isolation.rs", + "lines": 290, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "release/verify/verify_release.sh", - "lines": 364, + "file_path": "components/ai-jail/examples/integration_example.sh", + "lines": 98, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1662,337 +1649,356 @@ "threading_constructs": 0 }, { - "file_path": "release/verify/test_install.sh", - "lines": 424, + "file_path": "components/ai-jail/src/inference.rs", + "lines": 381, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "release/scripts/release.sh", - "lines": 378, + "file_path": "components/ai-jail/src/main.rs", + "lines": 237, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "release/scripts/version.sh", - "lines": 299, + "file_path": "components/ai-jail/src/protocol.rs", + "lines": 217, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "components/ai-jail/src/model.rs", + "lines": 289, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ + "cpu", "network", - "memory", - "disk", "concurrency", - "cpu" + "disk", + "memory" ], "dependency_graph": { "edges": [ { - "from": "components/shared/src/validation.rs", - "to": "components/shared/src/logging.rs", - "relation": "shared_dir:components/shared/src", + "from": "scripts/ci/test-integration.sh", + "to": "scripts/ci/package.sh", + "relation": "shared_dir:scripts/ci", "weight": 1.0 }, { - "from": "components/shared/src/logging.rs", - "to": "components/shared/src/time.rs", - "relation": "shared_dir:components/shared/src", + "from": "cli/tests/security_tests.rs", + "to": "cli/tests/property_tests.rs", + "relation": "shared_dir:cli/tests", "weight": 1.0 }, { - "from": "components/shared/src/time.rs", - "to": "components/shared/src/testing.rs", - "relation": "shared_dir:components/shared/src", + "from": "tests/benchmarks/integration_bench.sh", + "to": "tests/benchmarks/profile_memory.sh", + "relation": "shared_dir:tests/benchmarks", "weight": 1.0 }, { - "from": "components/shared/src/testing.rs", - "to": "components/shared/src/errors.rs", - "relation": "shared_dir:components/shared/src", + "from": "tests/benchmarks/profile_memory.sh", + "to": "tests/benchmarks/run_all_benchmarks.sh", + "relation": "shared_dir:tests/benchmarks", "weight": 1.0 }, { - "from": "components/shared/src/errors.rs", - "to": "components/shared/src/sanitization.rs", - "relation": "shared_dir:components/shared/src", + "from": "components/backend/lib/awap_backend/core/worker.ex", + "to": "components/backend/lib/awap_backend/core/job_registry.ex", + "relation": "shared_dir:components/backend/lib/awap_backend/core", "weight": 1.0 }, { - "from": "release/scripts/release.sh", - "to": "release/scripts/version.sh", - "relation": "shared_dir:release/scripts", + "from": "tests/ai-isolation/network-tests/pii_leakage_test.sh", + "to": "tests/ai-isolation/network-tests/network_isolation_test.sh", + "relation": "shared_dir:tests/ai-isolation/network-tests", "weight": 1.0 }, { - "from": "security/audit-scripts/dependency-audit.sh", - "to": "security/audit-scripts/license-check.sh", - "relation": "shared_dir:security/audit-scripts", + "from": "security/privacy-testing/pii-detection/output_validation_tests.rs", + "to": "security/privacy-testing/pii-detection/pii_leakage_tests.rs", + "relation": "shared_dir:security/privacy-testing/pii-detection", "weight": 1.0 }, { - "from": "security/penetration-testing/api-fuzzing/auth_bypass_tests.sh", - "to": "security/penetration-testing/api-fuzzing/xss_tests.sh", - "relation": "shared_dir:security/penetration-testing/api-fuzzing", + "from": "components/office-addin/src/TaskPane.affine", + "to": "components/office-addin/src/AWAPAddin.affine", + "relation": "shared_dir:components/office-addin/src", "weight": 1.0 }, { - "from": "security/penetration-testing/api-fuzzing/xss_tests.sh", - "to": "security/penetration-testing/api-fuzzing/sql_injection_tests.sh", - "relation": "shared_dir:security/penetration-testing/api-fuzzing", + "from": "components/office-addin/src/AWAPAddin.affine", + "to": "components/office-addin/src/Types.affine", + "relation": "shared_dir:components/office-addin/src", "weight": 1.0 }, { - "from": "security/privacy-testing/pii-detection/output_validation_tests.rs", - "to": "security/privacy-testing/pii-detection/pii_leakage_tests.rs", - "relation": "shared_dir:security/privacy-testing/pii-detection", + "from": "components/office-addin/src/Types.affine", + "to": "components/office-addin/src/OfficeAPI.affine", + "relation": "shared_dir:components/office-addin/src", "weight": 1.0 }, { - "from": "components/office-addin/src/BackendClient.affine", - "to": "components/office-addin/src/Types.affine", + "from": "components/office-addin/src/OfficeAPI.affine", + "to": "components/office-addin/src/BackendClient.affine", "relation": "shared_dir:components/office-addin/src", "weight": 1.0 }, { - "from": "components/office-addin/src/Types.affine", - "to": "components/office-addin/src/AWAPAddin.affine", + "from": "components/office-addin/src/BackendClient.affine", + "to": "components/office-addin/src/RibbonCommands.affine", "relation": "shared_dir:components/office-addin/src", "weight": 1.0 }, { - "from": "components/office-addin/src/AWAPAddin.affine", - "to": "components/office-addin/src/RibbonCommands.affine", - "relation": "shared_dir:components/office-addin/src", + "from": "security/penetration-testing/api-fuzzing/xss_tests.sh", + "to": "security/penetration-testing/api-fuzzing/auth_bypass_tests.sh", + "relation": "shared_dir:security/penetration-testing/api-fuzzing", "weight": 1.0 }, { - "from": "components/office-addin/src/RibbonCommands.affine", - "to": "components/office-addin/src/TaskPane.affine", - "relation": "shared_dir:components/office-addin/src", + "from": "security/penetration-testing/api-fuzzing/auth_bypass_tests.sh", + "to": "security/penetration-testing/api-fuzzing/sql_injection_tests.sh", + "relation": "shared_dir:security/penetration-testing/api-fuzzing", "weight": 1.0 }, { - "from": "components/office-addin/src/TaskPane.affine", - "to": "components/office-addin/src/OfficeAPI.affine", - "relation": "shared_dir:components/office-addin/src", + "from": "examples/quickstart/batch_marking.sh", + "to": "examples/quickstart/mark_single_tma.js", + "relation": "shared_dir:examples/quickstart", "weight": 1.0 }, { - "from": "tests/ai-isolation/network-tests/network_isolation_test.sh", - "to": "tests/ai-isolation/network-tests/pii_leakage_test.sh", - "relation": "shared_dir:tests/ai-isolation/network-tests", + "from": "examples/quickstart/mark_single_tma.js", + "to": "examples/quickstart/mark_single_tma.sh", + "relation": "shared_dir:examples/quickstart", "weight": 1.0 }, { - "from": "cli/src/config.rs", - "to": "cli/src/interactive.rs", - "relation": "shared_dir:cli/src", + "from": "scripts/install/install.sh", + "to": "scripts/install/install-linux.sh", + "relation": "shared_dir:scripts/install", "weight": 1.0 }, { - "from": "cli/src/interactive.rs", - "to": "cli/src/api_client.rs", - "relation": "shared_dir:cli/src", + "from": "components/backend/lib/awap_backend/moodle/sync_scheduler.ex", + "to": "components/backend/lib/awap_backend/moodle/http_client.ex", + "relation": "shared_dir:components/backend/lib/awap_backend/moodle", "weight": 1.0 }, { - "from": "cli/src/api_client.rs", - "to": "cli/src/models.rs", - "relation": "shared_dir:cli/src", + "from": "scripts/management/uninstall.sh", + "to": "scripts/management/init-database.sh", + "relation": "shared_dir:scripts/management", "weight": 1.0 }, { - "from": "monitoring/scripts/backup_dashboards.sh", - "to": "monitoring/scripts/test_alerts.sh", - "relation": "shared_dir:monitoring/scripts", + "from": "scripts/management/init-database.sh", + "to": "scripts/management/health-check.sh", + "relation": "shared_dir:scripts/management", "weight": 1.0 }, { - "from": "monitoring/scripts/test_alerts.sh", - "to": "monitoring/scripts/setup_monitoring.sh", - "relation": "shared_dir:monitoring/scripts", + "from": "scripts/management/health-check.sh", + "to": "scripts/management/backup.sh", + "relation": "shared_dir:scripts/management", "weight": 1.0 }, { - "from": "components/core/src/config.rs", - "to": "components/core/src/tma.rs", - "relation": "shared_dir:components/core/src", + "from": "scripts/management/backup.sh", + "to": "scripts/management/dev-setup.sh", + "relation": "shared_dir:scripts/management", "weight": 1.0 }, { - "from": "components/core/src/tma.rs", - "to": "components/core/src/main.rs", - "relation": "shared_dir:components/core/src", + "from": "scripts/management/dev-setup.sh", + "to": "scripts/management/update.sh", + "relation": "shared_dir:scripts/management", "weight": 1.0 }, { - "from": "components/core/src/main.rs", - "to": "components/core/src/security.rs", - "relation": "shared_dir:components/core/src", + "from": "scripts/management/update.sh", + "to": "scripts/management/test-all.sh", + "relation": "shared_dir:scripts/management", "weight": 1.0 }, { - "from": "components/core/src/security.rs", - "to": "components/core/src/ipc.rs", - "relation": "shared_dir:components/core/src", + "from": "cli/src/commands/init.rs", + "to": "cli/src/commands/mark.rs", + "relation": "shared_dir:cli/src/commands", + "weight": 1.0 + }, + { + "from": "cli/src/commands/mark.rs", + "to": "cli/src/commands/doctor.rs", + "relation": "shared_dir:cli/src/commands", "weight": 1.0 }, { - "from": "components/core/src/ipc.rs", - "to": "components/core/src/feedback.rs", - "relation": "shared_dir:components/core/src", + "from": "cli/src/commands/doctor.rs", + "to": "cli/src/commands/feedback.rs", + "relation": "shared_dir:cli/src/commands", "weight": 1.0 }, { - "from": "components/core/src/feedback.rs", - "to": "components/core/src/events.rs", - "relation": "shared_dir:components/core/src", + "from": "cli/src/commands/feedback.rs", + "to": "cli/src/commands/sync.rs", + "relation": "shared_dir:cli/src/commands", "weight": 1.0 }, { - "from": "components/ai-jail/src/main.rs", - "to": "components/ai-jail/src/inference.rs", - "relation": "shared_dir:components/ai-jail/src", + "from": "cli/src/commands/sync.rs", + "to": "cli/src/commands/batch.rs", + "relation": "shared_dir:cli/src/commands", "weight": 1.0 }, { - "from": "components/ai-jail/src/inference.rs", - "to": "components/ai-jail/src/model.rs", - "relation": "shared_dir:components/ai-jail/src", + "from": "cli/src/commands/batch.rs", + "to": "cli/src/commands/status.rs", + "relation": "shared_dir:cli/src/commands", "weight": 1.0 }, { - "from": "components/ai-jail/src/model.rs", - "to": "components/ai-jail/src/protocol.rs", - "relation": "shared_dir:components/ai-jail/src", + "from": "monitoring/scripts/backup_dashboards.sh", + "to": "monitoring/scripts/test_alerts.sh", + "relation": "shared_dir:monitoring/scripts", "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/event_store.ex", - "to": "components/backend/lib/awap_backend/moodle.ex", - "relation": "shared_dir:components/backend/lib/awap_backend", + "from": "monitoring/scripts/test_alerts.sh", + "to": "monitoring/scripts/setup_monitoring.sh", + "relation": "shared_dir:monitoring/scripts", "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/moodle.ex", - "to": "components/backend/lib/awap_backend/core_bridge.ex", - "relation": "shared_dir:components/backend/lib/awap_backend", + "from": "examples/api/curl/batch_processing.sh", + "to": "examples/api/curl/submit_tma.sh", + "relation": "shared_dir:examples/api/curl", "weight": 1.0 }, { - "from": "scripts/management/health-check.sh", - "to": "scripts/management/backup.sh", - "relation": "shared_dir:scripts/management", + "from": "examples/api/curl/submit_tma.sh", + "to": "examples/api/curl/get_feedback.sh", + "relation": "shared_dir:examples/api/curl", "weight": 1.0 }, { - "from": "scripts/management/backup.sh", - "to": "scripts/management/update.sh", - "relation": "shared_dir:scripts/management", + "from": "components/shared/src/validation.rs", + "to": "components/shared/src/sanitization.rs", + "relation": "shared_dir:components/shared/src", "weight": 1.0 }, { - "from": "scripts/management/update.sh", - "to": "scripts/management/init-database.sh", - "relation": "shared_dir:scripts/management", + "from": "components/shared/src/sanitization.rs", + "to": "components/shared/src/time.rs", + "relation": "shared_dir:components/shared/src", "weight": 1.0 }, { - "from": "scripts/management/init-database.sh", - "to": "scripts/management/uninstall.sh", - "relation": "shared_dir:scripts/management", + "from": "components/shared/src/time.rs", + "to": "components/shared/src/errors.rs", + "relation": "shared_dir:components/shared/src", "weight": 1.0 }, { - "from": "scripts/management/uninstall.sh", - "to": "scripts/management/test-all.sh", - "relation": "shared_dir:scripts/management", + "from": "components/shared/src/errors.rs", + "to": "components/shared/src/testing.rs", + "relation": "shared_dir:components/shared/src", "weight": 1.0 }, { - "from": "scripts/management/test-all.sh", - "to": "scripts/management/dev-setup.sh", - "relation": "shared_dir:scripts/management", + "from": "components/shared/src/testing.rs", + "to": "components/shared/src/logging.rs", + "relation": "shared_dir:components/shared/src", "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/core/worker.ex", - "to": "components/backend/lib/awap_backend/core/job_registry.ex", - "relation": "shared_dir:components/backend/lib/awap_backend/core", + "from": "components/office-addin/tests/OfficeAPI_test.affine", + "to": "components/office-addin/tests/BackendClient_test.affine", + "relation": "shared_dir:components/office-addin/tests", "weight": 1.0 }, { - "from": "security/penetration-testing/container-escape/filesystem_access.sh", - "to": "security/penetration-testing/container-escape/escape_attempts.sh", + "from": "security/penetration-testing/container-escape/network_isolation_verify.sh", + "to": "security/penetration-testing/container-escape/filesystem_access.sh", "relation": "shared_dir:security/penetration-testing/container-escape", "weight": 1.0 }, { - "from": "security/penetration-testing/container-escape/escape_attempts.sh", - "to": "security/penetration-testing/container-escape/network_isolation_verify.sh", + "from": "security/penetration-testing/container-escape/filesystem_access.sh", + "to": "security/penetration-testing/container-escape/escape_attempts.sh", "relation": "shared_dir:security/penetration-testing/container-escape", "weight": 1.0 }, { - "from": "cli/src/commands/mark.rs", - "to": "cli/src/commands/init.rs", - "relation": "shared_dir:cli/src/commands", + "from": "components/core/src/ipc.rs", + "to": "components/core/src/events.rs", + "relation": "shared_dir:components/core/src", "weight": 1.0 }, { - "from": "cli/src/commands/init.rs", - "to": "cli/src/commands/feedback.rs", - "relation": "shared_dir:cli/src/commands", + "from": "components/core/src/events.rs", + "to": "components/core/src/feedback.rs", + "relation": "shared_dir:components/core/src", "weight": 1.0 }, { - "from": "cli/src/commands/feedback.rs", - "to": "cli/src/commands/batch.rs", - "relation": "shared_dir:cli/src/commands", + "from": "components/core/src/feedback.rs", + "to": "components/core/src/security.rs", + "relation": "shared_dir:components/core/src", "weight": 1.0 }, { - "from": "cli/src/commands/batch.rs", - "to": "cli/src/commands/sync.rs", - "relation": "shared_dir:cli/src/commands", + "from": "components/core/src/security.rs", + "to": "components/core/src/main.rs", + "relation": "shared_dir:components/core/src", "weight": 1.0 }, { - "from": "cli/src/commands/sync.rs", - "to": "cli/src/commands/doctor.rs", - "relation": "shared_dir:cli/src/commands", + "from": "components/core/src/main.rs", + "to": "components/core/src/tma.rs", + "relation": "shared_dir:components/core/src", "weight": 1.0 }, { - "from": "cli/src/commands/doctor.rs", - "to": "cli/src/commands/status.rs", - "relation": "shared_dir:cli/src/commands", + "from": "components/core/src/tma.rs", + "to": "components/core/src/config.rs", + "relation": "shared_dir:components/core/src", "weight": 1.0 }, { - "from": "cli/tests/security_tests.rs", - "to": "cli/tests/property_tests.rs", - "relation": "shared_dir:cli/tests", + "from": "security/audit-scripts/dependency-audit.sh", + "to": "security/audit-scripts/license-check.sh", + "relation": "shared_dir:security/audit-scripts", "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/moodle/http_client.ex", - "to": "components/backend/lib/awap_backend/moodle/sync_scheduler.ex", - "relation": "shared_dir:components/backend/lib/awap_backend/moodle", + "from": "release/scripts/version.sh", + "to": "release/scripts/release.sh", + "relation": "shared_dir:release/scripts", "weight": 1.0 }, { @@ -2002,1508 +2008,1496 @@ "weight": 1.0 }, { - "from": "examples/quickstart/mark_single_tma.js", - "to": "examples/quickstart/batch_marking.sh", - "relation": "shared_dir:examples/quickstart", + "from": "cli/src/models.rs", + "to": "cli/src/api_client.rs", + "relation": "shared_dir:cli/src", "weight": 1.0 }, { - "from": "examples/quickstart/batch_marking.sh", - "to": "examples/quickstart/mark_single_tma.sh", - "relation": "shared_dir:examples/quickstart", + "from": "cli/src/api_client.rs", + "to": "cli/src/interactive.rs", + "relation": "shared_dir:cli/src", "weight": 1.0 }, { - "from": "examples/api/curl/submit_tma.sh", - "to": "examples/api/curl/get_feedback.sh", - "relation": "shared_dir:examples/api/curl", + "from": "cli/src/interactive.rs", + "to": "cli/src/config.rs", + "relation": "shared_dir:cli/src", "weight": 1.0 }, { - "from": "examples/api/curl/get_feedback.sh", - "to": "examples/api/curl/batch_processing.sh", - "relation": "shared_dir:examples/api/curl", + "from": "components/backend/lib/awap_backend/moodle.ex", + "to": "components/backend/lib/awap_backend/event_store.ex", + "relation": "shared_dir:components/backend/lib/awap_backend", "weight": 1.0 }, { - "from": "scripts/install/install.sh", - "to": "scripts/install/install-linux.sh", - "relation": "shared_dir:scripts/install", + "from": "components/backend/lib/awap_backend/event_store.ex", + "to": "components/backend/lib/awap_backend/core_bridge.ex", + "relation": "shared_dir:components/backend/lib/awap_backend", "weight": 1.0 }, { - "from": "scripts/ci/test-integration.sh", - "to": "scripts/ci/package.sh", - "relation": "shared_dir:scripts/ci", + "from": "components/ai-jail/src/inference.rs", + "to": "components/ai-jail/src/main.rs", + "relation": "shared_dir:components/ai-jail/src", "weight": 1.0 }, { - "from": "components/office-addin/tests/OfficeAPI_test.affine", - "to": "components/office-addin/tests/BackendClient_test.affine", - "relation": "shared_dir:components/office-addin/tests", + "from": "components/ai-jail/src/main.rs", + "to": "components/ai-jail/src/protocol.rs", + "relation": "shared_dir:components/ai-jail/src", "weight": 1.0 }, { - "from": "tests/benchmarks/profile_memory.sh", - "to": "tests/benchmarks/integration_bench.sh", - "relation": "shared_dir:tests/benchmarks", + "from": "components/ai-jail/src/protocol.rs", + "to": "components/ai-jail/src/model.rs", + "relation": "shared_dir:components/ai-jail/src", "weight": 1.0 }, { - "from": "tests/benchmarks/integration_bench.sh", - "to": "tests/benchmarks/run_all_benchmarks.sh", - "relation": "shared_dir:tests/benchmarks", + "from": "website/build.sh", + "to": "Ecto", + "relation": "framework", "weight": 1.0 }, { - "from": "examples/integrations/canvas/awap_integration.rb", - "to": "Ecto", + "from": "website/build.sh", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "examples/integrations/canvas/awap_integration.rb", + "from": "website/build.sh", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "website/build.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "examples/integrations/canvas/awap_integration.rb", + "from": "release/verify/verify_release.sh", + "to": "Ecto", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "release/verify/verify_release.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "examples/integrations/canvas/awap_integration.rb", + "from": "release/verify/verify_release.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "examples/demos/web-ui/app.js", - "to": "Ecto", + "from": "release/verify/verify_release.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "examples/demos/web-ui/app.js", - "to": "OTP", + "from": "release/verify/test_install.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "examples/demos/web-ui/app.js", + "from": "release/verify/test_install.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "examples/demos/web-ui/app.js", + "from": "release/verify/test_install.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "examples/automation/cron/daily_sync.sh", - "to": "Ecto", + "from": "release/verify/test_install.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "examples/automation/cron/daily_sync.sh", - "to": "OTP", + "from": "release/scripts/version.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "examples/automation/cron/daily_sync.sh", + "from": "release/scripts/version.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "examples/automation/cron/daily_sync.sh", + "from": "release/scripts/version.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/javascript/examples/mark-tma.js", - "to": "Ecto", + "from": "release/scripts/version.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/javascript/examples/mark-tma.js", - "to": "OTP", + "from": "release/scripts/release.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/javascript/examples/mark-tma.js", + "from": "release/scripts/release.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/javascript/examples/mark-tma.js", + "from": "release/scripts/release.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/curl/submit_tma.sh", - "to": "Ecto", + "from": "release/scripts/release.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/curl/submit_tma.sh", - "to": "OTP", + "from": "tests/ai-isolation/network-tests/pii_leakage_test.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/curl/submit_tma.sh", + "from": "tests/ai-isolation/network-tests/pii_leakage_test.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/curl/submit_tma.sh", + "from": "tests/ai-isolation/network-tests/pii_leakage_test.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/curl/get_feedback.sh", - "to": "Ecto", + "from": "tests/ai-isolation/network-tests/pii_leakage_test.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/curl/get_feedback.sh", - "to": "OTP", + "from": "tests/ai-isolation/network-tests/network_isolation_test.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/curl/get_feedback.sh", + "from": "tests/ai-isolation/network-tests/network_isolation_test.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/curl/get_feedback.sh", + "from": "tests/ai-isolation/network-tests/network_isolation_test.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/curl/batch_processing.sh", - "to": "Ecto", + "from": "tests/ai-isolation/network-tests/network_isolation_test.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/curl/batch_processing.sh", - "to": "OTP", + "from": "tests/unit/test_data.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/curl/batch_processing.sh", + "from": "tests/unit/test_data.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/curl/batch_processing.sh", + "from": "tests/unit/test_data.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/rust/src/main.rs", - "to": "Ecto", + "from": "tests/unit/test_data.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/rust/src/main.rs", - "to": "OTP", + "from": "tests/benchmarks/integration_bench.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/rust/src/main.rs", + "from": "tests/benchmarks/integration_bench.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "examples/api/rust/src/main.rs", + "from": "tests/benchmarks/integration_bench.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "examples/quickstart/mark_single_tma.js", - "to": "Ecto", + "from": "tests/benchmarks/integration_bench.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "examples/quickstart/mark_single_tma.js", - "to": "OTP", + "from": "tests/benchmarks/benches/ai_benchmarks.rs", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "examples/quickstart/mark_single_tma.js", + "from": "tests/benchmarks/benches/ai_benchmarks.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "examples/quickstart/mark_single_tma.js", + "from": "tests/benchmarks/benches/ai_benchmarks.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "examples/quickstart/batch_marking.sh", - "to": "Ecto", + "from": "tests/benchmarks/benches/ai_benchmarks.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "examples/quickstart/batch_marking.sh", - "to": "OTP", + "from": "tests/benchmarks/profile_memory.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "examples/quickstart/batch_marking.sh", + "from": "tests/benchmarks/profile_memory.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "examples/quickstart/batch_marking.sh", + "from": "tests/benchmarks/profile_memory.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "examples/quickstart/mark_single_tma.sh", - "to": "Ecto", + "from": "tests/benchmarks/profile_memory.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "examples/quickstart/mark_single_tma.sh", - "to": "OTP", + "from": "tests/benchmarks/run_all_benchmarks.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "examples/quickstart/mark_single_tma.sh", + "from": "tests/benchmarks/run_all_benchmarks.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "examples/quickstart/mark_single_tma.sh", + "from": "tests/benchmarks/run_all_benchmarks.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "components/shared/src/validation.rs", - "to": "Ecto", + "from": "tests/benchmarks/run_all_benchmarks.sh", + "to": "OTP", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "components/shared/src/validation.rs", - "to": "OTP", + "from": "monitoring/healthchecks/healthcheck.sh", + "to": "Ecto", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "components/shared/src/validation.rs", + "from": "monitoring/healthchecks/healthcheck.sh", "to": "Phoenix", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "components/shared/src/validation.rs", + "from": "monitoring/healthchecks/healthcheck.sh", "to": "WebServer", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "components/shared/src/logging.rs", - "to": "Ecto", + "from": "monitoring/healthchecks/healthcheck.sh", + "to": "OTP", "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { - "from": "components/shared/src/logging.rs", - "to": "OTP", + "from": "monitoring/scripts/backup_dashboards.sh", + "to": "Ecto", "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { - "from": "components/shared/src/logging.rs", + "from": "monitoring/scripts/backup_dashboards.sh", "to": "Phoenix", "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { - "from": "components/shared/src/logging.rs", + "from": "monitoring/scripts/backup_dashboards.sh", "to": "WebServer", "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { - "from": "components/shared/src/time.rs", - "to": "Ecto", + "from": "monitoring/scripts/backup_dashboards.sh", + "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/shared/src/time.rs", - "to": "OTP", + "from": "monitoring/scripts/test_alerts.sh", + "to": "Ecto", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/shared/src/time.rs", + "from": "monitoring/scripts/test_alerts.sh", "to": "Phoenix", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/shared/src/time.rs", + "from": "monitoring/scripts/test_alerts.sh", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/shared/src/testing.rs", - "to": "Ecto", + "from": "monitoring/scripts/test_alerts.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "components/shared/src/testing.rs", - "to": "OTP", + "from": "monitoring/scripts/setup_monitoring.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "components/shared/src/testing.rs", + "from": "monitoring/scripts/setup_monitoring.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "components/shared/src/testing.rs", + "from": "monitoring/scripts/setup_monitoring.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "components/shared/src/errors.rs", - "to": "Ecto", + "from": "monitoring/scripts/setup_monitoring.sh", + "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "components/shared/src/errors.rs", - "to": "OTP", + "from": "monitoring/exporters/aws_exporter.rs", + "to": "Ecto", "relation": "framework", - "weight": 3.0 + "weight": 24.0 }, { - "from": "components/shared/src/errors.rs", + "from": "monitoring/exporters/aws_exporter.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 24.0 }, { - "from": "components/shared/src/errors.rs", + "from": "monitoring/exporters/aws_exporter.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 24.0 }, { - "from": "components/shared/src/sanitization.rs", - "to": "Ecto", + "from": "monitoring/exporters/aws_exporter.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 24.0 }, { - "from": "components/shared/src/sanitization.rs", - "to": "OTP", + "from": "examples/automation/cron/daily_sync.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "components/shared/src/sanitization.rs", + "from": "examples/automation/cron/daily_sync.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "components/shared/src/sanitization.rs", + "from": "examples/automation/cron/daily_sync.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "components/office-addin/tests/OfficeAPI_test.affine", - "to": "Ecto", + "from": "examples/automation/cron/daily_sync.sh", + "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "components/office-addin/tests/OfficeAPI_test.affine", - "to": "OTP", + "from": "examples/demos/web-ui/app.js", + "to": "Ecto", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "components/office-addin/tests/OfficeAPI_test.affine", + "from": "examples/demos/web-ui/app.js", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "components/office-addin/tests/OfficeAPI_test.affine", + "from": "examples/demos/web-ui/app.js", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "components/office-addin/tests/BackendClient_test.affine", - "to": "Ecto", + "from": "examples/demos/web-ui/app.js", + "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "components/office-addin/tests/BackendClient_test.affine", - "to": "OTP", + "from": "examples/quickstart/batch_marking.sh", + "to": "Ecto", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "components/office-addin/tests/BackendClient_test.affine", + "from": "examples/quickstart/batch_marking.sh", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "components/office-addin/tests/BackendClient_test.affine", + "from": "examples/quickstart/batch_marking.sh", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/BackendClient.affine", - "to": "Ecto", + "from": "examples/quickstart/batch_marking.sh", + "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/BackendClient.affine", - "to": "OTP", + "from": "examples/quickstart/mark_single_tma.js", + "to": "Ecto", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/BackendClient.affine", + "from": "examples/quickstart/mark_single_tma.js", "to": "Phoenix", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/BackendClient.affine", + "from": "examples/quickstart/mark_single_tma.js", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/Types.affine", - "to": "Ecto", + "from": "examples/quickstart/mark_single_tma.js", + "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/Types.affine", - "to": "OTP", + "from": "examples/quickstart/mark_single_tma.sh", + "to": "Ecto", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/Types.affine", + "from": "examples/quickstart/mark_single_tma.sh", "to": "Phoenix", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/Types.affine", + "from": "examples/quickstart/mark_single_tma.sh", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/AWAPAddin.affine", - "to": "Ecto", + "from": "examples/quickstart/mark_single_tma.sh", + "to": "OTP", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/AWAPAddin.affine", - "to": "OTP", + "from": "examples/api/javascript/examples/mark-tma.js", + "to": "Ecto", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/AWAPAddin.affine", + "from": "examples/api/javascript/examples/mark-tma.js", "to": "Phoenix", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/AWAPAddin.affine", + "from": "examples/api/javascript/examples/mark-tma.js", "to": "WebServer", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/RibbonCommands.affine", - "to": "Ecto", + "from": "examples/api/javascript/examples/mark-tma.js", + "to": "OTP", "relation": "framework", - "weight": 21.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/RibbonCommands.affine", - "to": "OTP", + "from": "examples/api/curl/batch_processing.sh", + "to": "Ecto", "relation": "framework", - "weight": 21.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/RibbonCommands.affine", + "from": "examples/api/curl/batch_processing.sh", "to": "Phoenix", "relation": "framework", - "weight": 21.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/RibbonCommands.affine", + "from": "examples/api/curl/batch_processing.sh", "to": "WebServer", "relation": "framework", - "weight": 21.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/TaskPane.affine", - "to": "Ecto", + "from": "examples/api/curl/batch_processing.sh", + "to": "OTP", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/TaskPane.affine", - "to": "OTP", + "from": "examples/api/curl/submit_tma.sh", + "to": "Ecto", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/TaskPane.affine", + "from": "examples/api/curl/submit_tma.sh", "to": "Phoenix", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/TaskPane.affine", + "from": "examples/api/curl/submit_tma.sh", "to": "WebServer", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/OfficeAPI.affine", - "to": "Ecto", + "from": "examples/api/curl/submit_tma.sh", + "to": "OTP", "relation": "framework", - "weight": 60.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/OfficeAPI.affine", - "to": "OTP", + "from": "examples/api/curl/get_feedback.sh", + "to": "Ecto", "relation": "framework", - "weight": 60.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/OfficeAPI.affine", + "from": "examples/api/curl/get_feedback.sh", "to": "Phoenix", "relation": "framework", - "weight": 60.0 + "weight": 1.0 }, { - "from": "components/office-addin/src/OfficeAPI.affine", + "from": "examples/api/curl/get_feedback.sh", "to": "WebServer", "relation": "framework", - "weight": 60.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/moodle/http_client.ex", - "to": "Ecto", + "from": "examples/api/curl/get_feedback.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/moodle/http_client.ex", - "to": "OTP", + "from": "examples/api/rust/src/main.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/moodle/http_client.ex", + "from": "examples/api/rust/src/main.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/moodle/http_client.ex", + "from": "examples/api/rust/src/main.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/moodle/sync_scheduler.ex", - "to": "Ecto", + "from": "examples/api/rust/src/main.rs", + "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/moodle/sync_scheduler.ex", - "to": "OTP", + "from": "examples/integrations/canvas/awap_integration.rb", + "to": "Ecto", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/moodle/sync_scheduler.ex", + "from": "examples/integrations/canvas/awap_integration.rb", "to": "Phoenix", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/moodle/sync_scheduler.ex", + "from": "examples/integrations/canvas/awap_integration.rb", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/ai/manager.ex", - "to": "Ecto", + "from": "examples/integrations/canvas/awap_integration.rb", + "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/ai/manager.ex", - "to": "OTP", + "from": "config/validate.sh", + "to": "Ecto", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/ai/manager.ex", + "from": "config/validate.sh", "to": "Phoenix", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/ai/manager.ex", + "from": "config/validate.sh", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/event_store.ex", - "to": "Ecto", + "from": "config/validate.sh", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/event_store.ex", - "to": "OTP", + "from": "scripts/install/install.sh", + "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/event_store.ex", + "from": "scripts/install/install.sh", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/event_store.ex", + "from": "scripts/install/install.sh", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/moodle.ex", - "to": "Ecto", + "from": "scripts/install/install.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/moodle.ex", - "to": "OTP", + "from": "scripts/install/install-linux.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/moodle.ex", + "from": "scripts/install/install-linux.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/moodle.ex", + "from": "scripts/install/install-linux.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/core_bridge.ex", - "to": "Ecto", + "from": "scripts/install/install-linux.sh", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/core_bridge.ex", - "to": "OTP", + "from": "scripts/ci/test-integration.sh", + "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/core_bridge.ex", + "from": "scripts/ci/test-integration.sh", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/core_bridge.ex", + "from": "scripts/ci/test-integration.sh", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/core/worker.ex", - "to": "Ecto", + "from": "scripts/ci/test-integration.sh", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/core/worker.ex", - "to": "OTP", + "from": "scripts/ci/package.sh", + "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/core/worker.ex", + "from": "scripts/ci/package.sh", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/core/worker.ex", + "from": "scripts/ci/package.sh", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/core/job_registry.ex", - "to": "Ecto", + "from": "scripts/ci/package.sh", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/core/job_registry.ex", - "to": "OTP", + "from": "scripts/management/uninstall.sh", + "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/core/job_registry.ex", + "from": "scripts/management/uninstall.sh", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/backend/lib/awap_backend/core/job_registry.ex", + "from": "scripts/management/uninstall.sh", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/ai-jail/examples/integration_example.sh", - "to": "Ecto", + "from": "scripts/management/uninstall.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/examples/integration_example.sh", - "to": "OTP", + "from": "scripts/management/init-database.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/examples/integration_example.sh", + "from": "scripts/management/init-database.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/examples/integration_example.sh", + "from": "scripts/management/init-database.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/tests/test_isolation.rs", - "to": "Ecto", + "from": "scripts/management/init-database.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/tests/test_isolation.rs", - "to": "OTP", + "from": "scripts/management/health-check.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/tests/test_isolation.rs", + "from": "scripts/management/health-check.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/tests/test_isolation.rs", + "from": "scripts/management/health-check.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/src/main.rs", - "to": "Ecto", + "from": "scripts/management/health-check.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/src/main.rs", - "to": "OTP", + "from": "scripts/management/backup.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/src/main.rs", + "from": "scripts/management/backup.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/src/main.rs", + "from": "scripts/management/backup.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/src/inference.rs", - "to": "Ecto", + "from": "scripts/management/backup.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/src/inference.rs", - "to": "OTP", + "from": "scripts/management/dev-setup.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/src/inference.rs", + "from": "scripts/management/dev-setup.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/src/inference.rs", + "from": "scripts/management/dev-setup.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/src/model.rs", - "to": "Ecto", + "from": "scripts/management/dev-setup.sh", + "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "components/ai-jail/src/model.rs", - "to": "OTP", + "from": "scripts/management/update.sh", + "to": "Ecto", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "components/ai-jail/src/model.rs", + "from": "scripts/management/update.sh", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "components/ai-jail/src/model.rs", + "from": "scripts/management/update.sh", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "components/ai-jail/src/protocol.rs", - "to": "Ecto", + "from": "scripts/management/update.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/src/protocol.rs", - "to": "OTP", + "from": "scripts/management/test-all.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/src/protocol.rs", + "from": "scripts/management/test-all.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "components/ai-jail/src/protocol.rs", + "from": "scripts/management/test-all.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "components/core/src/config.rs", - "to": "Ecto", + "from": "scripts/management/test-all.sh", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/core/src/config.rs", - "to": "OTP", + "from": "ffi/zig/test/integration_test.zig", + "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "components/core/src/config.rs", + "from": "ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "components/core/src/config.rs", + "from": "ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "components/core/src/tma.rs", - "to": "Ecto", + "from": "ffi/zig/test/integration_test.zig", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "components/core/src/tma.rs", - "to": "OTP", + "from": "ffi/zig/src/main.zig", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "components/core/src/tma.rs", + "from": "ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "components/core/src/tma.rs", + "from": "ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "components/core/src/main.rs", - "to": "Ecto", + "from": "ffi/zig/src/main.zig", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/core/src/main.rs", - "to": "OTP", + "from": "cli/completions/generate_completions.sh", + "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/core/src/main.rs", + "from": "cli/completions/generate_completions.sh", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/core/src/main.rs", + "from": "cli/completions/generate_completions.sh", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "components/core/src/security.rs", - "to": "Ecto", + "from": "cli/completions/generate_completions.sh", + "to": "OTP", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "components/core/src/security.rs", - "to": "OTP", + "from": "cli/tests/security_tests.rs", + "to": "Ecto", "relation": "framework", - "weight": 5.0 + "weight": 2.0 }, { - "from": "components/core/src/security.rs", + "from": "cli/tests/security_tests.rs", "to": "Phoenix", "relation": "framework", - "weight": 5.0 + "weight": 2.0 }, { - "from": "components/core/src/security.rs", + "from": "cli/tests/security_tests.rs", "to": "WebServer", "relation": "framework", - "weight": 5.0 + "weight": 2.0 }, { - "from": "components/core/src/ipc.rs", - "to": "Ecto", + "from": "cli/tests/security_tests.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "components/core/src/ipc.rs", - "to": "OTP", + "from": "cli/tests/property_tests.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "components/core/src/ipc.rs", + "from": "cli/tests/property_tests.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "components/core/src/ipc.rs", + "from": "cli/tests/property_tests.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "components/core/src/feedback.rs", - "to": "Ecto", + "from": "cli/tests/property_tests.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "components/core/src/feedback.rs", - "to": "OTP", + "from": "cli/examples/setup-project.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "components/core/src/feedback.rs", + "from": "cli/examples/setup-project.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "components/core/src/feedback.rs", + "from": "cli/examples/setup-project.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "components/core/src/events.rs", - "to": "Ecto", - "relation": "framework", - "weight": 3.0 - }, - { - "from": "components/core/src/events.rs", + "from": "cli/examples/setup-project.sh", "to": "OTP", "relation": "framework", - "weight": 3.0 - }, - { - "from": "components/core/src/events.rs", - "to": "Phoenix", - "relation": "framework", - "weight": 3.0 - }, - { - "from": "components/core/src/events.rs", - "to": "WebServer", - "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "monitoring/exporters/aws_exporter.rs", + "from": "cli/src/models.rs", "to": "Ecto", "relation": "framework", - "weight": 24.0 - }, - { - "from": "monitoring/exporters/aws_exporter.rs", - "to": "OTP", - "relation": "framework", - "weight": 24.0 + "weight": 1.0 }, { - "from": "monitoring/exporters/aws_exporter.rs", + "from": "cli/src/models.rs", "to": "Phoenix", "relation": "framework", - "weight": 24.0 + "weight": 1.0 }, { - "from": "monitoring/exporters/aws_exporter.rs", + "from": "cli/src/models.rs", "to": "WebServer", "relation": "framework", - "weight": 24.0 + "weight": 1.0 }, { - "from": "monitoring/healthchecks/healthcheck.sh", - "to": "Ecto", + "from": "cli/src/models.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/healthchecks/healthcheck.sh", - "to": "OTP", + "from": "cli/src/api_client.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/healthchecks/healthcheck.sh", + "from": "cli/src/api_client.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/healthchecks/healthcheck.sh", + "from": "cli/src/api_client.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/scripts/backup_dashboards.sh", - "to": "Ecto", + "from": "cli/src/api_client.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/scripts/backup_dashboards.sh", - "to": "OTP", + "from": "cli/src/interactive.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/scripts/backup_dashboards.sh", + "from": "cli/src/interactive.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/scripts/backup_dashboards.sh", + "from": "cli/src/interactive.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/scripts/test_alerts.sh", - "to": "Ecto", + "from": "cli/src/interactive.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/scripts/test_alerts.sh", - "to": "OTP", + "from": "cli/src/commands/init.rs", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "monitoring/scripts/test_alerts.sh", + "from": "cli/src/commands/init.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "monitoring/scripts/test_alerts.sh", + "from": "cli/src/commands/init.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "monitoring/scripts/setup_monitoring.sh", - "to": "Ecto", + "from": "cli/src/commands/init.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "monitoring/scripts/setup_monitoring.sh", - "to": "OTP", + "from": "cli/src/commands/mark.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/scripts/setup_monitoring.sh", + "from": "cli/src/commands/mark.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/scripts/setup_monitoring.sh", + "from": "cli/src/commands/mark.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "config/validate.sh", - "to": "Ecto", + "from": "cli/src/commands/mark.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "config/validate.sh", - "to": "OTP", + "from": "cli/src/commands/doctor.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "config/validate.sh", + "from": "cli/src/commands/doctor.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "config/validate.sh", + "from": "cli/src/commands/doctor.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "security/privacy-testing/pii-detection/output_validation_tests.rs", - "to": "Ecto", + "from": "cli/src/commands/doctor.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "security/privacy-testing/pii-detection/output_validation_tests.rs", - "to": "OTP", + "from": "cli/src/commands/feedback.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "security/privacy-testing/pii-detection/output_validation_tests.rs", + "from": "cli/src/commands/feedback.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "security/privacy-testing/pii-detection/output_validation_tests.rs", + "from": "cli/src/commands/feedback.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "security/privacy-testing/pii-detection/pii_leakage_tests.rs", - "to": "Ecto", + "from": "cli/src/commands/feedback.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "security/privacy-testing/pii-detection/pii_leakage_tests.rs", - "to": "OTP", + "from": "cli/src/commands/sync.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "security/privacy-testing/pii-detection/pii_leakage_tests.rs", + "from": "cli/src/commands/sync.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "security/privacy-testing/pii-detection/pii_leakage_tests.rs", + "from": "cli/src/commands/sync.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "security/audit-scripts/dependency-audit.sh", - "to": "Ecto", + "from": "cli/src/commands/sync.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "security/audit-scripts/dependency-audit.sh", - "to": "OTP", + "from": "cli/src/commands/batch.rs", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "security/audit-scripts/dependency-audit.sh", + "from": "cli/src/commands/batch.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "security/audit-scripts/dependency-audit.sh", + "from": "cli/src/commands/batch.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "security/audit-scripts/license-check.sh", - "to": "Ecto", + "from": "cli/src/commands/batch.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "security/audit-scripts/license-check.sh", - "to": "OTP", + "from": "cli/src/commands/status.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "security/audit-scripts/license-check.sh", + "from": "cli/src/commands/status.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "security/audit-scripts/license-check.sh", + "from": "cli/src/commands/status.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/container-escape/filesystem_access.sh", - "to": "Ecto", + "from": "cli/src/commands/status.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/container-escape/filesystem_access.sh", - "to": "OTP", + "from": "cli/src/config.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/container-escape/filesystem_access.sh", + "from": "cli/src/config.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/container-escape/filesystem_access.sh", + "from": "cli/src/config.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/container-escape/escape_attempts.sh", - "to": "Ecto", + "from": "cli/src/config.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/container-escape/escape_attempts.sh", - "to": "OTP", + "from": "security/penetration-testing/container-escape/network_isolation_verify.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/container-escape/escape_attempts.sh", + "from": "security/penetration-testing/container-escape/network_isolation_verify.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/container-escape/escape_attempts.sh", + "from": "security/penetration-testing/container-escape/network_isolation_verify.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { "from": "security/penetration-testing/container-escape/network_isolation_verify.sh", - "to": "Ecto", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/container-escape/network_isolation_verify.sh", - "to": "OTP", + "from": "security/penetration-testing/container-escape/filesystem_access.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/container-escape/network_isolation_verify.sh", + "from": "security/penetration-testing/container-escape/filesystem_access.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/container-escape/network_isolation_verify.sh", + "from": "security/penetration-testing/container-escape/filesystem_access.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/api-fuzzing/auth_bypass_tests.sh", - "to": "Ecto", + "from": "security/penetration-testing/container-escape/filesystem_access.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/api-fuzzing/auth_bypass_tests.sh", - "to": "OTP", + "from": "security/penetration-testing/container-escape/escape_attempts.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/api-fuzzing/auth_bypass_tests.sh", + "from": "security/penetration-testing/container-escape/escape_attempts.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/api-fuzzing/auth_bypass_tests.sh", + "from": "security/penetration-testing/container-escape/escape_attempts.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/api-fuzzing/xss_tests.sh", - "to": "Ecto", + "from": "security/penetration-testing/container-escape/escape_attempts.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { "from": "security/penetration-testing/api-fuzzing/xss_tests.sh", - "to": "OTP", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, @@ -3520,1212 +3514,1236 @@ "weight": 1.0 }, { - "from": "security/penetration-testing/api-fuzzing/sql_injection_tests.sh", - "to": "Ecto", + "from": "security/penetration-testing/api-fuzzing/xss_tests.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/api-fuzzing/sql_injection_tests.sh", - "to": "OTP", + "from": "security/penetration-testing/api-fuzzing/auth_bypass_tests.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/api-fuzzing/sql_injection_tests.sh", + "from": "security/penetration-testing/api-fuzzing/auth_bypass_tests.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "security/penetration-testing/api-fuzzing/sql_injection_tests.sh", + "from": "security/penetration-testing/api-fuzzing/auth_bypass_tests.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "security/compliance/gdpr/data_portability_test.sh", - "to": "Ecto", + "from": "security/penetration-testing/api-fuzzing/auth_bypass_tests.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "security/compliance/gdpr/data_portability_test.sh", - "to": "OTP", + "from": "security/penetration-testing/api-fuzzing/sql_injection_tests.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "security/compliance/gdpr/data_portability_test.sh", + "from": "security/penetration-testing/api-fuzzing/sql_injection_tests.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "security/compliance/gdpr/data_portability_test.sh", + "from": "security/penetration-testing/api-fuzzing/sql_injection_tests.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install/install.sh", - "to": "Ecto", + "from": "security/penetration-testing/api-fuzzing/sql_injection_tests.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install/install.sh", - "to": "OTP", + "from": "security/compliance/gdpr/data_portability_test.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install/install.sh", + "from": "security/compliance/gdpr/data_portability_test.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install/install.sh", + "from": "security/compliance/gdpr/data_portability_test.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install/install-linux.sh", - "to": "Ecto", + "from": "security/compliance/gdpr/data_portability_test.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install/install-linux.sh", - "to": "OTP", + "from": "security/privacy-testing/pii-detection/output_validation_tests.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install/install-linux.sh", + "from": "security/privacy-testing/pii-detection/output_validation_tests.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install/install-linux.sh", + "from": "security/privacy-testing/pii-detection/output_validation_tests.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/health-check.sh", - "to": "Ecto", + "from": "security/privacy-testing/pii-detection/output_validation_tests.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/health-check.sh", - "to": "OTP", + "from": "security/privacy-testing/pii-detection/pii_leakage_tests.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/health-check.sh", + "from": "security/privacy-testing/pii-detection/pii_leakage_tests.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/health-check.sh", + "from": "security/privacy-testing/pii-detection/pii_leakage_tests.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/backup.sh", - "to": "Ecto", + "from": "security/privacy-testing/pii-detection/pii_leakage_tests.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/backup.sh", - "to": "OTP", + "from": "security/audit-scripts/dependency-audit.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/backup.sh", + "from": "security/audit-scripts/dependency-audit.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/backup.sh", + "from": "security/audit-scripts/dependency-audit.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/update.sh", - "to": "Ecto", + "from": "security/audit-scripts/dependency-audit.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/update.sh", - "to": "OTP", + "from": "security/audit-scripts/license-check.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/update.sh", + "from": "security/audit-scripts/license-check.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/update.sh", + "from": "security/audit-scripts/license-check.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/init-database.sh", - "to": "Ecto", + "from": "security/audit-scripts/license-check.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/init-database.sh", - "to": "OTP", + "from": "components/shared/src/validation.rs", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "scripts/management/init-database.sh", + "from": "components/shared/src/validation.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "scripts/management/init-database.sh", + "from": "components/shared/src/validation.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "scripts/management/uninstall.sh", - "to": "Ecto", + "from": "components/shared/src/validation.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "scripts/management/uninstall.sh", - "to": "OTP", + "from": "components/shared/src/sanitization.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/uninstall.sh", + "from": "components/shared/src/sanitization.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/uninstall.sh", + "from": "components/shared/src/sanitization.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/test-all.sh", - "to": "Ecto", + "from": "components/shared/src/sanitization.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/management/test-all.sh", - "to": "OTP", + "from": "components/shared/src/time.rs", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "scripts/management/test-all.sh", + "from": "components/shared/src/time.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "scripts/management/test-all.sh", + "from": "components/shared/src/time.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "scripts/management/dev-setup.sh", - "to": "Ecto", + "from": "components/shared/src/time.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "scripts/management/dev-setup.sh", - "to": "OTP", + "from": "components/shared/src/errors.rs", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "scripts/management/dev-setup.sh", + "from": "components/shared/src/errors.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "scripts/management/dev-setup.sh", + "from": "components/shared/src/errors.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "scripts/ci/test-integration.sh", - "to": "Ecto", + "from": "components/shared/src/errors.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "scripts/ci/test-integration.sh", - "to": "OTP", + "from": "components/shared/src/testing.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci/test-integration.sh", + "from": "components/shared/src/testing.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci/test-integration.sh", + "from": "components/shared/src/testing.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci/package.sh", - "to": "Ecto", + "from": "components/shared/src/testing.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci/package.sh", - "to": "OTP", + "from": "components/shared/src/logging.rs", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 7.0 }, { - "from": "scripts/ci/package.sh", + "from": "components/shared/src/logging.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 7.0 }, { - "from": "scripts/ci/package.sh", + "from": "components/shared/src/logging.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 7.0 }, { - "from": "tests/benchmarks/benches/ai_benchmarks.rs", - "to": "Ecto", + "from": "components/shared/src/logging.rs", + "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 7.0 }, { - "from": "tests/benchmarks/benches/ai_benchmarks.rs", - "to": "OTP", + "from": "components/backend/lib/awap_backend/ai/manager.ex", + "to": "Ecto", "relation": "framework", "weight": 6.0 }, { - "from": "tests/benchmarks/benches/ai_benchmarks.rs", + "from": "components/backend/lib/awap_backend/ai/manager.ex", "to": "Phoenix", "relation": "framework", "weight": 6.0 }, { - "from": "tests/benchmarks/benches/ai_benchmarks.rs", + "from": "components/backend/lib/awap_backend/ai/manager.ex", "to": "WebServer", "relation": "framework", "weight": 6.0 }, { - "from": "tests/benchmarks/profile_memory.sh", - "to": "Ecto", + "from": "components/backend/lib/awap_backend/ai/manager.ex", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "tests/benchmarks/profile_memory.sh", - "to": "OTP", + "from": "components/backend/lib/awap_backend/moodle.ex", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "tests/benchmarks/profile_memory.sh", + "from": "components/backend/lib/awap_backend/moodle.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tests/benchmarks/profile_memory.sh", + "from": "components/backend/lib/awap_backend/moodle.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/benchmarks/integration_bench.sh", - "to": "Ecto", + "from": "components/backend/lib/awap_backend/moodle.ex", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tests/benchmarks/integration_bench.sh", - "to": "OTP", + "from": "components/backend/lib/awap_backend/event_store.ex", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tests/benchmarks/integration_bench.sh", + "from": "components/backend/lib/awap_backend/event_store.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tests/benchmarks/integration_bench.sh", + "from": "components/backend/lib/awap_backend/event_store.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tests/benchmarks/run_all_benchmarks.sh", - "to": "Ecto", + "from": "components/backend/lib/awap_backend/event_store.ex", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tests/benchmarks/run_all_benchmarks.sh", - "to": "OTP", + "from": "components/backend/lib/awap_backend/core/worker.ex", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tests/benchmarks/run_all_benchmarks.sh", + "from": "components/backend/lib/awap_backend/core/worker.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tests/benchmarks/run_all_benchmarks.sh", + "from": "components/backend/lib/awap_backend/core/worker.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tests/unit/test_data.rs", - "to": "Ecto", + "from": "components/backend/lib/awap_backend/core/worker.ex", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tests/unit/test_data.rs", - "to": "OTP", + "from": "components/backend/lib/awap_backend/core/job_registry.ex", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tests/unit/test_data.rs", + "from": "components/backend/lib/awap_backend/core/job_registry.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tests/unit/test_data.rs", + "from": "components/backend/lib/awap_backend/core/job_registry.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tests/ai-isolation/network-tests/network_isolation_test.sh", - "to": "Ecto", + "from": "components/backend/lib/awap_backend/core/job_registry.ex", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tests/ai-isolation/network-tests/network_isolation_test.sh", - "to": "OTP", + "from": "components/backend/lib/awap_backend/moodle/sync_scheduler.ex", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "tests/ai-isolation/network-tests/network_isolation_test.sh", + "from": "components/backend/lib/awap_backend/moodle/sync_scheduler.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "tests/ai-isolation/network-tests/network_isolation_test.sh", + "from": "components/backend/lib/awap_backend/moodle/sync_scheduler.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "tests/ai-isolation/network-tests/pii_leakage_test.sh", - "to": "Ecto", + "from": "components/backend/lib/awap_backend/moodle/sync_scheduler.ex", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "tests/ai-isolation/network-tests/pii_leakage_test.sh", - "to": "OTP", + "from": "components/backend/lib/awap_backend/moodle/http_client.ex", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "tests/ai-isolation/network-tests/pii_leakage_test.sh", + "from": "components/backend/lib/awap_backend/moodle/http_client.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tests/ai-isolation/network-tests/pii_leakage_test.sh", + "from": "components/backend/lib/awap_backend/moodle/http_client.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "website/build.sh", - "to": "Ecto", + "from": "components/backend/lib/awap_backend/moodle/http_client.ex", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "website/build.sh", - "to": "OTP", + "from": "components/backend/lib/awap_backend/core_bridge.ex", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "website/build.sh", + "from": "components/backend/lib/awap_backend/core_bridge.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "website/build.sh", + "from": "components/backend/lib/awap_backend/core_bridge.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "ffi/zig/test/integration_test.zig", - "to": "Ecto", + "from": "components/backend/lib/awap_backend/core_bridge.ex", + "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "ffi/zig/test/integration_test.zig", - "to": "OTP", + "from": "components/core/src/ipc.rs", + "to": "Ecto", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "components/core/src/ipc.rs", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "components/core/src/ipc.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", - "to": "Ecto", + "from": "components/core/src/ipc.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", - "to": "OTP", + "from": "components/core/src/events.rs", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "components/core/src/events.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "components/core/src/events.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "cli/examples/setup-project.sh", - "to": "Ecto", + "from": "components/core/src/events.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "cli/examples/setup-project.sh", - "to": "OTP", + "from": "components/core/src/feedback.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "cli/examples/setup-project.sh", + "from": "components/core/src/feedback.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "cli/examples/setup-project.sh", + "from": "components/core/src/feedback.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "cli/completions/generate_completions.sh", - "to": "Ecto", + "from": "components/core/src/feedback.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cli/completions/generate_completions.sh", - "to": "OTP", + "from": "components/core/src/security.rs", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "cli/completions/generate_completions.sh", + "from": "components/core/src/security.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "cli/completions/generate_completions.sh", + "from": "components/core/src/security.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "cli/tests/security_tests.rs", - "to": "Ecto", + "from": "components/core/src/security.rs", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 5.0 }, { - "from": "cli/tests/security_tests.rs", - "to": "OTP", + "from": "components/core/src/main.rs", + "to": "Ecto", "relation": "framework", "weight": 2.0 }, { - "from": "cli/tests/security_tests.rs", + "from": "components/core/src/main.rs", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "cli/tests/security_tests.rs", + "from": "components/core/src/main.rs", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "cli/tests/property_tests.rs", - "to": "Ecto", + "from": "components/core/src/main.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cli/tests/property_tests.rs", - "to": "OTP", + "from": "components/core/src/tma.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "cli/tests/property_tests.rs", + "from": "components/core/src/tma.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "cli/tests/property_tests.rs", + "from": "components/core/src/tma.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/config.rs", - "to": "Ecto", + "from": "components/core/src/tma.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/config.rs", - "to": "OTP", + "from": "components/core/src/config.rs", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cli/src/config.rs", + "from": "components/core/src/config.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cli/src/config.rs", + "from": "components/core/src/config.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cli/src/interactive.rs", - "to": "Ecto", + "from": "components/core/src/config.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cli/src/interactive.rs", - "to": "OTP", + "from": "components/office-addin/tests/OfficeAPI_test.affine", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "cli/src/interactive.rs", + "from": "components/office-addin/tests/OfficeAPI_test.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "cli/src/interactive.rs", + "from": "components/office-addin/tests/OfficeAPI_test.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "cli/src/commands/mark.rs", - "to": "Ecto", + "from": "components/office-addin/tests/OfficeAPI_test.affine", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "cli/src/commands/mark.rs", - "to": "OTP", + "from": "components/office-addin/tests/BackendClient_test.affine", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "cli/src/commands/mark.rs", + "from": "components/office-addin/tests/BackendClient_test.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "cli/src/commands/mark.rs", + "from": "components/office-addin/tests/BackendClient_test.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "cli/src/commands/init.rs", - "to": "Ecto", + "from": "components/office-addin/tests/BackendClient_test.affine", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "cli/src/commands/init.rs", - "to": "OTP", + "from": "components/office-addin/src/TaskPane.affine", + "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 12.0 }, { - "from": "cli/src/commands/init.rs", + "from": "components/office-addin/src/TaskPane.affine", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 12.0 }, { - "from": "cli/src/commands/init.rs", + "from": "components/office-addin/src/TaskPane.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 12.0 }, { - "from": "cli/src/commands/feedback.rs", - "to": "Ecto", + "from": "components/office-addin/src/TaskPane.affine", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": "cli/src/commands/feedback.rs", - "to": "OTP", + "from": "components/office-addin/src/AWAPAddin.affine", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": "cli/src/commands/feedback.rs", + "from": "components/office-addin/src/AWAPAddin.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": "cli/src/commands/feedback.rs", + "from": "components/office-addin/src/AWAPAddin.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": "cli/src/commands/batch.rs", - "to": "Ecto", + "from": "components/office-addin/src/AWAPAddin.affine", + "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 12.0 }, { - "from": "cli/src/commands/batch.rs", - "to": "OTP", + "from": "components/office-addin/src/Types.affine", + "to": "Ecto", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "cli/src/commands/batch.rs", + "from": "components/office-addin/src/Types.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "cli/src/commands/batch.rs", + "from": "components/office-addin/src/Types.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "cli/src/commands/sync.rs", - "to": "Ecto", + "from": "components/office-addin/src/Types.affine", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cli/src/commands/sync.rs", - "to": "OTP", + "from": "components/office-addin/src/OfficeAPI.affine", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 60.0 }, { - "from": "cli/src/commands/sync.rs", + "from": "components/office-addin/src/OfficeAPI.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 60.0 }, { - "from": "cli/src/commands/sync.rs", + "from": "components/office-addin/src/OfficeAPI.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 60.0 }, { - "from": "cli/src/commands/doctor.rs", - "to": "Ecto", + "from": "components/office-addin/src/OfficeAPI.affine", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 60.0 }, { - "from": "cli/src/commands/doctor.rs", - "to": "OTP", + "from": "components/office-addin/src/BackendClient.affine", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cli/src/commands/doctor.rs", + "from": "components/office-addin/src/BackendClient.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cli/src/commands/doctor.rs", + "from": "components/office-addin/src/BackendClient.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cli/src/commands/status.rs", - "to": "Ecto", + "from": "components/office-addin/src/BackendClient.affine", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cli/src/commands/status.rs", - "to": "OTP", + "from": "components/office-addin/src/RibbonCommands.affine", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 21.0 }, { - "from": "cli/src/commands/status.rs", + "from": "components/office-addin/src/RibbonCommands.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 21.0 }, { - "from": "cli/src/commands/status.rs", + "from": "components/office-addin/src/RibbonCommands.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 21.0 }, { - "from": "cli/src/api_client.rs", - "to": "Ecto", + "from": "components/office-addin/src/RibbonCommands.affine", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 21.0 }, { - "from": "cli/src/api_client.rs", - "to": "OTP", + "from": "components/ai-jail/tests/test_isolation.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/api_client.rs", + "from": "components/ai-jail/tests/test_isolation.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/api_client.rs", + "from": "components/ai-jail/tests/test_isolation.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/models.rs", - "to": "Ecto", + "from": "components/ai-jail/tests/test_isolation.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/models.rs", - "to": "OTP", + "from": "components/ai-jail/examples/integration_example.sh", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/models.rs", + "from": "components/ai-jail/examples/integration_example.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/models.rs", + "from": "components/ai-jail/examples/integration_example.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "release/verify/verify_release.sh", - "to": "Ecto", + "from": "components/ai-jail/examples/integration_example.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "release/verify/verify_release.sh", - "to": "OTP", + "from": "components/ai-jail/src/inference.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "release/verify/verify_release.sh", + "from": "components/ai-jail/src/inference.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "release/verify/verify_release.sh", + "from": "components/ai-jail/src/inference.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "release/verify/test_install.sh", - "to": "Ecto", + "from": "components/ai-jail/src/inference.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "release/verify/test_install.sh", - "to": "OTP", + "from": "components/ai-jail/src/main.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "release/verify/test_install.sh", + "from": "components/ai-jail/src/main.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "release/verify/test_install.sh", + "from": "components/ai-jail/src/main.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "release/scripts/release.sh", - "to": "Ecto", + "from": "components/ai-jail/src/main.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "release/scripts/release.sh", - "to": "OTP", + "from": "components/ai-jail/src/protocol.rs", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "release/scripts/release.sh", + "from": "components/ai-jail/src/protocol.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "release/scripts/release.sh", + "from": "components/ai-jail/src/protocol.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "release/scripts/version.sh", - "to": "Ecto", + "from": "components/ai-jail/src/protocol.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "release/scripts/version.sh", - "to": "OTP", + "from": "components/ai-jail/src/model.rs", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "release/scripts/version.sh", + "from": "components/ai-jail/src/model.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "release/scripts/version.sh", + "from": "components/ai-jail/src/model.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 + }, + { + "from": "components/ai-jail/src/model.rs", + "to": "OTP", + "relation": "framework", + "weight": 3.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "examples/api/rust/src/main.rs", - "components/shared/src/validation.rs", - "components/shared/src/logging.rs", - "components/shared/src/time.rs", - "components/shared/src/testing.rs", - "components/shared/src/errors.rs", - "components/ai-jail/src/inference.rs", - "components/core/src/config.rs", - "components/core/src/main.rs", - "components/core/src/security.rs", - "components/core/src/feedback.rs", - "monitoring/exporters/aws_exporter.rs", - "cli/src/commands/init.rs", - "cli/src/commands/batch.rs", - "cli/src/commands/sync.rs" + "cli/src/commands/feedback.rs", + "cli/src/commands/sync.rs", + "cli/src/config.rs" ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], - "relation": "PanicPath->Disk" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "UnsafeFFI", - "sink_axis": "memory", + "source_category": "DynamicCodeExecution", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "components/office-addin/src/AWAPAddin.affine", - "components/office-addin/src/RibbonCommands.affine", - "components/office-addin/src/TaskPane.affine", - "components/office-addin/src/OfficeAPI.affine" + "components/backend/lib/awap_backend_web.ex", + "components/backend/lib/awap_backend/core_bridge.ex" ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], - "relation": "UnsafeFFI->Memory" + "relation": "DynamicCodeExecution->Cpu" }, { - "source_category": "MutationGap", - "sink_axis": "cpu", - "severity_value": 1.0, + "source_category": "InsecureProtocol", + "sink_axis": "network", + "severity_value": 2.5, "files": [ - "components/backend/test/support/conn_case.ex", - "components/backend/test/support/data_case.ex", - "components/backend/test/awap_backend/core_bridge_test.exs", - "components/backend/test/awap_backend/tma_test.exs", - "components/backend/test/awap_backend/core/job_registry_test.exs", - "components/backend/test/awap_backend/event_store_test.exs", - "components/backend/test/awap_backend_web/controllers/api/tma_controller_test.exs" + "website/build.sh", + "tests/ai-isolation/network-tests/network_isolation_test.sh", + "scripts/ci/package.sh" ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], - "relation": "MutationGap->Cpu" + "relation": "InsecureProtocol->Network" }, { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", - "severity_value": 3.5, + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 5.0, "files": [ - "components/ai-jail/src/model.rs", - "components/core/src/events.rs" + "tests/ai-isolation/network-tests/container_escape_test.sh", + "tests/ai-isolation/network-tests/network_isolation_test.sh", + "config/validate.sh", + "scripts/install/install.sh", + "scripts/ci/test-integration.sh", + "components/backend/lib/awap_backend/ai/container.ex", + "components/backend/lib/awap_backend/core_bridge.ex" ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], - "relation": "UnsafeCode->Concurrency" + "relation": "CommandInjection->Disk" }, { - "source_category": "DynamicCodeExecution", + "source_category": "CommandInjection", "sink_axis": "cpu", - "severity_value": 2.5, + "severity_value": 5.0, "files": [ - "components/backend/lib/awap_backend/core_bridge.ex", - "components/backend/lib/awap_backend_web.ex" + "tests/ai-isolation/network-tests/container_escape_test.sh", + "tests/ai-isolation/network-tests/network_isolation_test.sh", + "config/validate.sh", + "scripts/install/install.sh", + "scripts/install/install.sh", + "scripts/ci/test-integration.sh", + "components/backend/lib/awap_backend/ai/container.ex", + "components/backend/lib/awap_backend/core_bridge.ex" ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], - "relation": "DynamicCodeExecution->Cpu" + "relation": "CommandInjection->Cpu" }, { - "source_category": "UnboundedAllocation", + "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "cli/src/config.rs", - "cli/src/commands/feedback.rs", - "cli/src/commands/sync.rs" + "monitoring/exporters/aws_exporter.rs", + "examples/api/rust/src/main.rs", + "cli/src/commands/init.rs", + "cli/src/commands/sync.rs", + "cli/src/commands/batch.rs", + "components/shared/src/validation.rs", + "components/shared/src/time.rs", + "components/shared/src/errors.rs", + "components/shared/src/testing.rs", + "components/shared/src/logging.rs", + "components/core/src/feedback.rs", + "components/core/src/security.rs", + "components/core/src/main.rs", + "components/core/src/config.rs", + "components/ai-jail/src/inference.rs" ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "PathTraversal", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "cli/src/config.rs", - "cli/src/commands/feedback.rs", - "cli/src/commands/sync.rs" + "security/dynamic-analysis/sanitizer_tests.sh" ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "PathTraversal->Disk" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "examples/demos/web-ui/app.js" + "monitoring/exporters/aws_exporter.rs", + "examples/api/rust/src/main.rs", + "cli/src/commands/init.rs", + "cli/src/commands/sync.rs", + "cli/src/commands/batch.rs", + "components/shared/src/validation.rs", + "components/shared/src/time.rs", + "components/shared/src/errors.rs", + "components/shared/src/testing.rs", + "components/shared/src/logging.rs", + "components/core/src/feedback.rs", + "components/core/src/security.rs", + "components/core/src/main.rs", + "components/core/src/config.rs", + "components/ai-jail/src/inference.rs" ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], - "relation": "DynamicCodeExecution->Memory" + "relation": "PanicPath->Disk" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "network", - "severity_value": 3.5, + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "examples/demos/web-ui/app.js" + "cli/src/commands/feedback.rs", + "cli/src/commands/sync.rs", + "cli/src/config.rs" ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], - "relation": "DynamicCodeExecution->Network" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "security/dynamic-analysis/sanitizer_tests.sh" + "components/core/src/events.rs", + "components/ai-jail/src/model.rs" ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], - "relation": "PathTraversal->Disk" + "relation": "UnsafeCode->Memory" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", - "severity_value": 2.5, + "source_category": "DynamicCodeExecution", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "scripts/ci/package.sh", - "tests/ai-isolation/network-tests/network_isolation_test.sh", - "website/build.sh" + "examples/demos/web-ui/app.js" ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], - "relation": "InsecureProtocol->Network" + "relation": "DynamicCodeExecution->Memory" }, { "source_category": "InputBoundary", @@ -4736,120 +4754,102 @@ ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], "relation": "InputBoundary->Cpu" }, { - "source_category": "CommandInjection", - "sink_axis": "cpu", + "source_category": "HardcodedSecret", + "sink_axis": "network", "severity_value": 5.0, "files": [ - "components/backend/lib/awap_backend/ai/container.ex", - "components/backend/lib/awap_backend/core_bridge.ex", - "config/validate.sh", - "scripts/install/install.sh", - "scripts/install/install.sh", - "scripts/ci/test-integration.sh", - "tests/ai-isolation/network-tests/network_isolation_test.sh", - "tests/ai-isolation/network-tests/container_escape_test.sh" + "monitoring/healthchecks/healthcheck.sh", + "monitoring/scripts/backup_dashboards.sh", + "scripts/management/uninstall.sh", + "scripts/management/init-database.sh", + "scripts/management/health-check.sh", + "scripts/management/backup.sh", + "scripts/management/update.sh" ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], - "relation": "CommandInjection->Cpu" + "relation": "HardcodedSecret->Network" }, { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "MutationGap", + "sink_axis": "cpu", + "severity_value": 1.0, "files": [ - "components/ai-jail/src/model.rs", - "components/core/src/events.rs" + "components/backend/test/support/data_case.ex", + "components/backend/test/support/conn_case.ex", + "components/backend/test/awap_backend/core_bridge_test.exs", + "components/backend/test/awap_backend/core/job_registry_test.exs", + "components/backend/test/awap_backend/event_store_test.exs", + "components/backend/test/awap_backend/tma_test.exs", + "components/backend/test/awap_backend_web/controllers/api/tma_controller_test.exs" ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], - "relation": "UnsafeCode->Memory" + "relation": "MutationGap->Cpu" }, { - "source_category": "HardcodedSecret", - "sink_axis": "network", - "severity_value": 5.0, + "source_category": "UnsafeFFI", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "monitoring/healthchecks/healthcheck.sh", - "monitoring/scripts/backup_dashboards.sh", - "scripts/management/health-check.sh", - "scripts/management/backup.sh", - "scripts/management/update.sh", - "scripts/management/init-database.sh", - "scripts/management/uninstall.sh" + "components/office-addin/src/TaskPane.affine", + "components/office-addin/src/AWAPAddin.affine", + "components/office-addin/src/OfficeAPI.affine", + "components/office-addin/src/RibbonCommands.affine" ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], - "relation": "HardcodedSecret->Network" + "relation": "UnsafeFFI->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "memory", - "severity_value": 2.5, + "source_category": "DynamicCodeExecution", + "sink_axis": "network", + "severity_value": 3.5, "files": [ - "examples/api/rust/src/main.rs", - "components/shared/src/validation.rs", - "components/shared/src/logging.rs", - "components/shared/src/time.rs", - "components/shared/src/testing.rs", - "components/shared/src/errors.rs", - "components/ai-jail/src/inference.rs", - "components/core/src/config.rs", - "components/core/src/main.rs", - "components/core/src/security.rs", - "components/core/src/feedback.rs", - "monitoring/exporters/aws_exporter.rs", - "cli/src/commands/init.rs", - "cli/src/commands/batch.rs", - "cli/src/commands/sync.rs" + "examples/demos/web-ui/app.js" ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], - "relation": "PanicPath->Memory" + "relation": "DynamicCodeExecution->Network" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 5.0, + "source_category": "UnsafeCode", + "sink_axis": "concurrency", + "severity_value": 3.5, "files": [ - "components/backend/lib/awap_backend/ai/container.ex", - "components/backend/lib/awap_backend/core_bridge.ex", - "config/validate.sh", - "scripts/install/install.sh", - "scripts/ci/test-integration.sh", - "tests/ai-isolation/network-tests/network_isolation_test.sh", - "tests/ai-isolation/network-tests/container_escape_test.sh" + "components/core/src/events.rs", + "components/ai-jail/src/model.rs" ], "frameworks": [ "Ecto", - "OTP", "Phoenix", - "WebServer" + "WebServer", + "OTP" ], - "relation": "CommandInjection->Disk" + "relation": "UnsafeCode->Concurrency" } ] } diff --git a/scans/accessibility-everywhere.json b/scans/accessibility-everywhere.json index dbf53b1a..279147ef 100644 --- a/scans/accessibility-everywhere.json +++ b/scans/accessibility-everywhere.json @@ -8,26 +8,16 @@ "weak_points": [ { "category": "DynamicCodeExecution", - "location": "tools/monitoring-api/tests/aspect/security_test.js", - "file": "tools/monitoring-api/tests/aspect/security_test.js", - "severity": "Critical", - "description": "eval() usage in tools/monitoring-api/tests/aspect/security_test.js", - "recommended_attack": [ - "cpu", - "memory" - ], - "test_context": "test_only" - }, - { - "category": "InsecureProtocol", - "location": "tools/monitoring-api/tests/aspect/security_test.js", - "file": "tools/monitoring-api/tests/aspect/security_test.js", - "severity": "Medium", - "description": "7 HTTP (non-HTTPS) URLs in tools/monitoring-api/tests/aspect/security_test.js", + "location": "tools/testing-dashboard/app.js", + "file": "tools/testing-dashboard/app.js", + "severity": "High", + "description": "DOM manipulation (innerHTML/document.write) in tools/testing-dashboard/app.js", "recommended_attack": [ + "memory", "network" ], - "test_context": "test_only" + "suppressed": true, + "test_context": "production" }, { "category": "DynamicCodeExecution", @@ -43,16 +33,26 @@ }, { "category": "DynamicCodeExecution", - "location": "tools/testing-dashboard/app.js", - "file": "tools/testing-dashboard/app.js", - "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in tools/testing-dashboard/app.js", + "location": "tools/monitoring-api/tests/aspect/security_test.js", + "file": "tools/monitoring-api/tests/aspect/security_test.js", + "severity": "Critical", + "description": "eval() usage in tools/monitoring-api/tests/aspect/security_test.js", + "recommended_attack": [ + "cpu", + "memory" + ], + "test_context": "test_only" + }, + { + "category": "InsecureProtocol", + "location": "tools/monitoring-api/tests/aspect/security_test.js", + "file": "tools/monitoring-api/tests/aspect/security_test.js", + "severity": "Medium", + "description": "7 HTTP (non-HTTPS) URLs in tools/monitoring-api/tests/aspect/security_test.js", "recommended_attack": [ - "memory", "network" ], - "suppressed": true, - "test_context": "production" + "test_context": "test_only" } ], "statistics": { @@ -66,28 +66,28 @@ }, "file_statistics": [ { - "file_path": "tools/monitoring-api/src/Externs.affine", - "lines": 101, + "file_path": "tools/stale/packages/scanner/src/Externs.affine", + "lines": 38, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tools/browser-extension/background.js", - "lines": 149, + "file_path": "tools/testing-dashboard/app.js", + "lines": 412, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tools/github-action/src/Externs.affine", - "lines": 43, + "file_path": "tools/browser-extension/background.js", + "lines": 149, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -96,28 +96,28 @@ "threading_constructs": 0 }, { - "file_path": "tools/testing-dashboard/app.js", - "lines": 412, + "file_path": "tools/github-action/src/Externs.affine", + "lines": 43, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/cli/src/Externs.affine", - "lines": 96, + "file_path": "tools/monitoring-api/src/Externs.affine", + "lines": 101, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/stale/packages/scanner/src/Externs.affine", - "lines": 38, + "file_path": "tools/cli/src/Externs.affine", + "lines": 96, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -159,43 +159,43 @@ "recommended_attacks": [ "memory", "network", - "cpu", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "tools/monitoring-api/src/Externs.affine", + "from": "tools/stale/packages/scanner/src/Externs.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/browser-extension/background.js", + "from": "tools/testing-dashboard/app.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/github-action/src/Externs.affine", + "from": "tools/browser-extension/background.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/testing-dashboard/app.js", + "from": "tools/github-action/src/Externs.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/cli/src/Externs.affine", + "from": "tools/monitoring-api/src/Externs.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/stale/packages/scanner/src/Externs.affine", + "from": "tools/cli/src/Externs.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -236,37 +236,37 @@ }, { "source_category": "DynamicCodeExecution", - "sink_axis": "cpu", - "severity_value": 5.0, + "sink_axis": "network", + "severity_value": 3.5, "files": [ - "tools/monitoring-api/tests/aspect/security_test.js" + "tools/testing-dashboard/app.js", + "tools/browser-extension/axe.min.js" ], "frameworks": [ "WebServer" ], - "relation": "DynamicCodeExecution->Cpu" + "relation": "DynamicCodeExecution->Network" }, { "source_category": "DynamicCodeExecution", - "sink_axis": "network", - "severity_value": 3.5, + "sink_axis": "cpu", + "severity_value": 5.0, "files": [ - "tools/browser-extension/axe.min.js", - "tools/testing-dashboard/app.js" + "tools/monitoring-api/tests/aspect/security_test.js" ], "frameworks": [ "WebServer" ], - "relation": "DynamicCodeExecution->Network" + "relation": "DynamicCodeExecution->Cpu" }, { "source_category": "DynamicCodeExecution", "sink_axis": "memory", "severity_value": 5.0, "files": [ - "tools/monitoring-api/tests/aspect/security_test.js", + "tools/testing-dashboard/app.js", "tools/browser-extension/axe.min.js", - "tools/testing-dashboard/app.js" + "tools/monitoring-api/tests/aspect/security_test.js" ], "frameworks": [ "WebServer" diff --git a/scans/action-trust-layers.json b/scans/action-trust-layers.json index 28cf58d9..db39e041 100644 --- a/scans/action-trust-layers.json +++ b/scans/action-trust-layers.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "UnboundedAllocation", - "location": "src/policy.rs", - "file": "src/policy.rs", + "location": "src/resolve.rs", + "file": "src/resolve.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/policy.rs", + "description": "Potential unbounded allocation pattern detected in src/resolve.rs", "recommended_attack": [ "memory", "cpu" @@ -18,10 +18,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/resolve.rs", - "file": "src/resolve.rs", + "location": "src/policy.rs", + "file": "src/policy.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/resolve.rs", + "description": "Potential unbounded allocation pattern detected in src/policy.rs", "recommended_attack": [ "memory", "cpu" @@ -49,13 +49,13 @@ }, "file_statistics": [ { - "file_path": "src/policy.rs", - "lines": 157, + "file_path": "src/parse.rs", + "lines": 93, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { @@ -69,11 +69,12 @@ "threading_constructs": 0 }, { - "file_path": "src/parse.rs", - "lines": 93, + "file_path": "src/report.rs", + "lines": 144, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 @@ -90,14 +91,13 @@ "threading_constructs": 0 }, { - "file_path": "src/report.rs", - "lines": 144, + "file_path": "src/policy.rs", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 } ], @@ -108,26 +108,26 @@ "dependency_graph": { "edges": [ { - "from": "src/policy.rs", + "from": "src/parse.rs", "to": "src/main.rs", "relation": "shared_dir:src", "weight": 1.0 }, { "from": "src/main.rs", - "to": "src/parse.rs", + "to": "src/report.rs", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/parse.rs", + "from": "src/report.rs", "to": "src/resolve.rs", "relation": "shared_dir:src", "weight": 1.0 }, { "from": "src/resolve.rs", - "to": "src/report.rs", + "to": "src/policy.rs", "relation": "shared_dir:src", "weight": 1.0 } @@ -140,8 +140,8 @@ "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/policy.rs", - "src/resolve.rs" + "src/resolve.rs", + "src/policy.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Memory" @@ -151,8 +151,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/policy.rs", - "src/resolve.rs" + "src/resolve.rs", + "src/policy.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Cpu" diff --git a/scans/aerie.json b/scans/aerie.json index 3e8b918b..349445d4 100644 --- a/scans/aerie.json +++ b/scans/aerie.json @@ -28,35 +28,46 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "src/api/rust/src/main.rs", - "file": "src/api/rust/src/main.rs", + "category": "PathTraversal", + "location": "src/stale/hyperglass/.tests/ga-backend-app.sh", + "file": "src/stale/hyperglass/.tests/ga-backend-app.sh", "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in src/api/rust/src/main.rs", + "description": "Hardcoded /tmp/ path without mktemp in src/stale/hyperglass/.tests/ga-backend-app.sh", "recommended_attack": [ - "memory", "disk" ], + "test_context": "test_only" + }, + { + "category": "UnsafeCode", + "location": "src/api/zig/librespeed_client.zig", + "file": "src/api/zig/librespeed_client.zig", + "severity": "High", + "description": "2 unsafe pointer casts in src/api/zig/librespeed_client.zig", + "recommended_attack": [ + "memory" + ], + "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "src/api/rust/src/redis_client.rs", - "file": "src/api/rust/src/redis_client.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/api/rust/src/redis_client.rs", + "category": "UnsafeFFI", + "location": "src/api/zig/librespeed_client.zig", + "file": "src/api/zig/librespeed_client.zig", + "severity": "High", + "description": "1 C interop imports in src/api/zig/librespeed_client.zig", "recommended_attack": [ - "memory", - "disk" + "memory" ], + "suppressed": true, "test_context": "production" }, { "category": "InsecureProtocol", - "location": "src/api/rust/src/backends.rs", - "file": "src/api/rust/src/backends.rs", + "location": "src/api/zig/librespeed_client.zig", + "file": "src/api/zig/librespeed_client.zig", "severity": "Medium", - "description": "4 HTTP (non-HTTPS) URLs in src/api/rust/src/backends.rs", + "description": "1 HTTP (non-HTTPS) URLs in src/api/zig/librespeed_client.zig", "recommended_attack": [ "network" ], @@ -99,10 +110,10 @@ }, { "category": "UnsafeCode", - "location": "src/api/zig/librespeed_client.zig", - "file": "src/api/zig/librespeed_client.zig", + "location": "src/api/zig/main.zig", + "file": "src/api/zig/main.zig", "severity": "High", - "description": "2 unsafe pointer casts in src/api/zig/librespeed_client.zig", + "description": "3 unsafe pointer casts in src/api/zig/main.zig", "recommended_attack": [ "memory" ], @@ -111,10 +122,10 @@ }, { "category": "UnsafeFFI", - "location": "src/api/zig/librespeed_client.zig", - "file": "src/api/zig/librespeed_client.zig", + "location": "src/api/zig/main.zig", + "file": "src/api/zig/main.zig", "severity": "High", - "description": "1 C interop imports in src/api/zig/librespeed_client.zig", + "description": "1 C interop imports in src/api/zig/main.zig", "recommended_attack": [ "memory" ], @@ -122,11 +133,11 @@ "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "src/api/zig/librespeed_client.zig", - "file": "src/api/zig/librespeed_client.zig", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in src/api/zig/librespeed_client.zig", + "category": "HardcodedSecret", + "location": "src/api/zig/main.zig", + "file": "src/api/zig/main.zig", + "severity": "Critical", + "description": "Possible hardcoded secret in src/api/zig/main.zig", "recommended_attack": [ "network" ], @@ -134,10 +145,10 @@ }, { "category": "UnsafeCode", - "location": "src/api/zig/verisim_client.zig", - "file": "src/api/zig/verisim_client.zig", + "location": "src/api/zig/hyperglass_client.zig", + "file": "src/api/zig/hyperglass_client.zig", "severity": "High", - "description": "5 unsafe pointer casts in src/api/zig/verisim_client.zig", + "description": "3 unsafe pointer casts in src/api/zig/hyperglass_client.zig", "recommended_attack": [ "memory" ], @@ -146,10 +157,10 @@ }, { "category": "UnsafeFFI", - "location": "src/api/zig/verisim_client.zig", - "file": "src/api/zig/verisim_client.zig", + "location": "src/api/zig/hyperglass_client.zig", + "file": "src/api/zig/hyperglass_client.zig", "severity": "High", - "description": "1 C interop imports in src/api/zig/verisim_client.zig", + "description": "1 C interop imports in src/api/zig/hyperglass_client.zig", "recommended_attack": [ "memory" ], @@ -158,10 +169,10 @@ }, { "category": "InsecureProtocol", - "location": "src/api/zig/verisim_client.zig", - "file": "src/api/zig/verisim_client.zig", + "location": "src/api/zig/hyperglass_client.zig", + "file": "src/api/zig/hyperglass_client.zig", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in src/api/zig/verisim_client.zig", + "description": "1 HTTP (non-HTTPS) URLs in src/api/zig/hyperglass_client.zig", "recommended_attack": [ "network" ], @@ -169,10 +180,10 @@ }, { "category": "UnsafeCode", - "location": "src/api/zig/main.zig", - "file": "src/api/zig/main.zig", + "location": "src/api/zig/verisim_client.zig", + "file": "src/api/zig/verisim_client.zig", "severity": "High", - "description": "3 unsafe pointer casts in src/api/zig/main.zig", + "description": "5 unsafe pointer casts in src/api/zig/verisim_client.zig", "recommended_attack": [ "memory" ], @@ -181,10 +192,10 @@ }, { "category": "UnsafeFFI", - "location": "src/api/zig/main.zig", - "file": "src/api/zig/main.zig", + "location": "src/api/zig/verisim_client.zig", + "file": "src/api/zig/verisim_client.zig", "severity": "High", - "description": "1 C interop imports in src/api/zig/main.zig", + "description": "1 C interop imports in src/api/zig/verisim_client.zig", "recommended_attack": [ "memory" ], @@ -192,62 +203,51 @@ "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "src/api/zig/main.zig", - "file": "src/api/zig/main.zig", - "severity": "Critical", - "description": "Possible hardcoded secret in src/api/zig/main.zig", + "category": "InsecureProtocol", + "location": "src/api/zig/verisim_client.zig", + "file": "src/api/zig/verisim_client.zig", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in src/api/zig/verisim_client.zig", "recommended_attack": [ "network" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "src/api/zig/hyperglass_client.zig", - "file": "src/api/zig/hyperglass_client.zig", - "severity": "High", - "description": "3 unsafe pointer casts in src/api/zig/hyperglass_client.zig", + "category": "PanicPath", + "location": "src/api/rust/src/main.rs", + "file": "src/api/rust/src/main.rs", + "severity": "Medium", + "description": "1 panic sites and 0 unwrap/expect calls in src/api/rust/src/main.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "src/api/zig/hyperglass_client.zig", - "file": "src/api/zig/hyperglass_client.zig", - "severity": "High", - "description": "1 C interop imports in src/api/zig/hyperglass_client.zig", + "category": "PanicPath", + "location": "src/api/rust/src/redis_client.rs", + "file": "src/api/rust/src/redis_client.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in src/api/rust/src/redis_client.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], - "suppressed": true, "test_context": "production" }, { "category": "InsecureProtocol", - "location": "src/api/zig/hyperglass_client.zig", - "file": "src/api/zig/hyperglass_client.zig", + "location": "src/api/rust/src/backends.rs", + "file": "src/api/rust/src/backends.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in src/api/zig/hyperglass_client.zig", + "description": "4 HTTP (non-HTTPS) URLs in src/api/rust/src/backends.rs", "recommended_attack": [ "network" ], "test_context": "production" }, - { - "category": "PathTraversal", - "location": "src/stale/hyperglass/.tests/ga-backend-app.sh", - "file": "src/stale/hyperglass/.tests/ga-backend-app.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in src/stale/hyperglass/.tests/ga-backend-app.sh", - "recommended_attack": [ - "disk" - ], - "test_context": "test_only" - }, { "category": "MutationGap", "location": "Cargo.toml", @@ -259,7 +259,7 @@ } ], "statistics": { - "total_lines": 9634, + "total_lines": 9941, "unsafe_blocks": 46, "panic_sites": 7, "unwrap_calls": 1, @@ -279,17 +279,17 @@ "threading_constructs": 0 }, { - "file_path": "bgp-backbone-lab/src/abi/Foreign.idr", - "lines": 232, - "unsafe_blocks": 13, + "file_path": "aerie-launcher.sh", + "lines": 429, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "bgp-backbone-lab/ffi/zig/test/integration_test.zig", + "file_path": "ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -299,7 +299,7 @@ "threading_constructs": 2 }, { - "file_path": "bgp-backbone-lab/ffi/zig/src/main.zig", + "file_path": "ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -309,18 +309,18 @@ "threading_constructs": 0 }, { - "file_path": "aerie-launcher.sh", - "lines": 429, + "file_path": "specs/assemble.k9.ncl", + "lines": 73, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 15, "threading_constructs": 0 }, { - "file_path": "specs/components/bitemporal-store.k9.ncl", - "lines": 45, + "file_path": "specs/components/hud-module-mapping.k9.ncl", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -329,8 +329,8 @@ "threading_constructs": 0 }, { - "file_path": "specs/components/known-limitations.k9.ncl", - "lines": 51, + "file_path": "specs/components/subscription-auth-flow.k9.ncl", + "lines": 45, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -339,8 +339,8 @@ "threading_constructs": 0 }, { - "file_path": "specs/components/hud-module-mapping.k9.ncl", - "lines": 55, + "file_path": "specs/components/policy-entitlements.k9.ncl", + "lines": 76, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -349,8 +349,8 @@ "threading_constructs": 0 }, { - "file_path": "specs/components/resolver-policy-gate.k9.ncl", - "lines": 44, + "file_path": "specs/components/known-limitations.k9.ncl", + "lines": 51, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -359,8 +359,8 @@ "threading_constructs": 0 }, { - "file_path": "specs/components/resolver-policy-gate-impl.k9.ncl", - "lines": 36, + "file_path": "specs/components/vcl-mapping.k9.ncl", + "lines": 61, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -369,8 +369,8 @@ "threading_constructs": 0 }, { - "file_path": "specs/components/alerting-retention.k9.ncl", - "lines": 68, + "file_path": "specs/components/passive-collector.k9.ncl", + "lines": 42, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -379,8 +379,8 @@ "threading_constructs": 0 }, { - "file_path": "specs/components/graphql-schema.k9.ncl", - "lines": 98, + "file_path": "specs/components/proof-envelope.k9.ncl", + "lines": 52, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -389,8 +389,8 @@ "threading_constructs": 0 }, { - "file_path": "specs/components/proof-envelope.k9.ncl", - "lines": 52, + "file_path": "specs/components/subscription-transport.k9.ncl", + "lines": 47, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -399,8 +399,8 @@ "threading_constructs": 0 }, { - "file_path": "specs/components/osi-forensics-matrix.k9.ncl", - "lines": 89, + "file_path": "specs/components/alerting-retention.k9.ncl", + "lines": 68, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -409,8 +409,8 @@ "threading_constructs": 0 }, { - "file_path": "specs/components/active-probe.k9.ncl", - "lines": 78, + "file_path": "specs/components/bitemporal-store.k9.ncl", + "lines": 45, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -419,8 +419,8 @@ "threading_constructs": 0 }, { - "file_path": "specs/components/vcl-mapping.k9.ncl", - "lines": 61, + "file_path": "specs/components/resolver-policy-gate.k9.ncl", + "lines": 44, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -429,8 +429,8 @@ "threading_constructs": 0 }, { - "file_path": "specs/components/subscription-auth-flow.k9.ncl", - "lines": 45, + "file_path": "specs/components/osi-forensics-matrix.k9.ncl", + "lines": 89, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -439,8 +439,8 @@ "threading_constructs": 0 }, { - "file_path": "specs/components/passive-collector.k9.ncl", - "lines": 42, + "file_path": "specs/components/resolver-policy-gate-impl.k9.ncl", + "lines": 36, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -449,8 +449,8 @@ "threading_constructs": 0 }, { - "file_path": "specs/components/subscription-transport.k9.ncl", - "lines": 47, + "file_path": "specs/components/active-probe.k9.ncl", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -459,8 +459,8 @@ "threading_constructs": 0 }, { - "file_path": "specs/components/policy-entitlements.k9.ncl", - "lines": 76, + "file_path": "specs/components/graphql-schema.k9.ncl", + "lines": 98, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -469,13 +469,13 @@ "threading_constructs": 0 }, { - "file_path": "specs/assemble.k9.ncl", - "lines": 73, + "file_path": "src/stale/hyperglass/.tests/ga-backend-app.sh", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 15, + "io_operations": 7, "threading_constructs": 0 }, { @@ -489,48 +489,44 @@ "threading_constructs": 0 }, { - "file_path": "src/api/rust/src/main.rs", - "lines": 360, - "unsafe_blocks": 0, - "panic_sites": 1, + "file_path": "src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 21, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "src/api/rust/src/redis_client.rs", - "lines": 283, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/api/rust/src/resolvers.rs", - "lines": 380, - "unsafe_blocks": 0, - "panic_sites": 0, + "file_path": "src/api/zig/librespeed_client.zig", + "lines": 196, + "unsafe_blocks": 3, + "panic_sites": 1, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "src/api/zig/proof.zig", + "lines": 135, + "unsafe_blocks": 0, + "panic_sites": 1, "unwrap_calls": 0, - "safe_unwrap_calls": 7, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "src/api/rust/src/proof.rs", - "lines": 134, + "file_path": "src/api/zig/verb_governance.zig", + "lines": 133, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { "file_path": "src/api/zig/smokeping_client.zig", @@ -543,23 +539,13 @@ "threading_constructs": 0 }, { - "file_path": "src/api/zig/librespeed_client.zig", - "lines": 196, - "unsafe_blocks": 3, + "file_path": "src/api/zig/redis_client.zig", + "lines": 273, + "unsafe_blocks": 0, "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "src/api/zig/verisim_client.zig", - "lines": 362, - "unsafe_blocks": 6, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { @@ -573,67 +559,71 @@ "threading_constructs": 1 }, { - "file_path": "src/api/zig/proof.zig", - "lines": 135, - "unsafe_blocks": 0, + "file_path": "src/api/zig/hyperglass_client.zig", + "lines": 244, + "unsafe_blocks": 4, "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/api/zig/verb_governance.zig", - "lines": 133, - "unsafe_blocks": 0, + "file_path": "src/api/zig/verisim_client.zig", + "lines": 362, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "src/api/zig/redis_client.zig", - "lines": 273, + "file_path": "src/api/rust/src/resolvers.rs", + "lines": 380, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 7, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "src/api/zig/hyperglass_client.zig", - "lines": 244, - "unsafe_blocks": 4, + "file_path": "src/api/rust/src/main.rs", + "lines": 360, + "unsafe_blocks": 0, "panic_sites": 1, "unwrap_calls": 0, + "safe_unwrap_calls": 21, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "src/stale/hyperglass/.tests/ga-backend-app.sh", - "lines": 62, + "file_path": "src/api/rust/src/redis_client.rs", + "lines": 283, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, + "unwrap_calls": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "src/api/rust/src/proof.rs", + "lines": 134, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", + "file_path": "bgp-backbone-lab/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -643,7 +633,7 @@ "threading_constructs": 2 }, { - "file_path": "ffi/zig/src/main.zig", + "file_path": "bgp-backbone-lab/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -651,165 +641,189 @@ "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 + }, + { + "file_path": "bgp-backbone-lab/src/abi/Foreign.idr", + "lines": 232, + "unsafe_blocks": 13, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 } ], "recommended_attacks": [ - "concurrency", - "disk", - "memory", "cpu", - "network" + "memory", + "network", + "concurrency", + "disk" ], "dependency_graph": { "edges": [ { - "from": "src/api/rust/src/main.rs", - "to": "src/api/rust/src/redis_client.rs", + "from": "src/api/rust/src/resolvers.rs", + "to": "src/api/rust/src/main.rs", "relation": "shared_dir:src/api/rust/src", "weight": 1.0 }, { - "from": "src/api/rust/src/redis_client.rs", - "to": "src/api/rust/src/resolvers.rs", + "from": "src/api/rust/src/main.rs", + "to": "src/api/rust/src/redis_client.rs", "relation": "shared_dir:src/api/rust/src", "weight": 1.0 }, { - "from": "src/api/rust/src/resolvers.rs", + "from": "src/api/rust/src/redis_client.rs", "to": "src/api/rust/src/proof.rs", "relation": "shared_dir:src/api/rust/src", "weight": 1.0 }, { - "from": "src/api/zig/smokeping_client.zig", - "to": "src/api/zig/librespeed_client.zig", - "relation": "shared_dir:src/api/zig", + "from": "specs/components/hud-module-mapping.k9.ncl", + "to": "specs/components/subscription-auth-flow.k9.ncl", + "relation": "shared_dir:specs/components", "weight": 1.0 }, { - "from": "src/api/zig/librespeed_client.zig", - "to": "src/api/zig/verisim_client.zig", - "relation": "shared_dir:src/api/zig", + "from": "specs/components/subscription-auth-flow.k9.ncl", + "to": "specs/components/policy-entitlements.k9.ncl", + "relation": "shared_dir:specs/components", "weight": 1.0 }, { - "from": "src/api/zig/verisim_client.zig", - "to": "src/api/zig/main.zig", - "relation": "shared_dir:src/api/zig", + "from": "specs/components/policy-entitlements.k9.ncl", + "to": "specs/components/known-limitations.k9.ncl", + "relation": "shared_dir:specs/components", "weight": 1.0 }, { - "from": "src/api/zig/main.zig", - "to": "src/api/zig/proof.zig", - "relation": "shared_dir:src/api/zig", + "from": "specs/components/known-limitations.k9.ncl", + "to": "specs/components/vcl-mapping.k9.ncl", + "relation": "shared_dir:specs/components", "weight": 1.0 }, { - "from": "src/api/zig/proof.zig", - "to": "src/api/zig/verb_governance.zig", - "relation": "shared_dir:src/api/zig", + "from": "specs/components/vcl-mapping.k9.ncl", + "to": "specs/components/passive-collector.k9.ncl", + "relation": "shared_dir:specs/components", "weight": 1.0 }, { - "from": "src/api/zig/verb_governance.zig", - "to": "src/api/zig/redis_client.zig", - "relation": "shared_dir:src/api/zig", + "from": "specs/components/passive-collector.k9.ncl", + "to": "specs/components/proof-envelope.k9.ncl", + "relation": "shared_dir:specs/components", "weight": 1.0 }, { - "from": "src/api/zig/redis_client.zig", - "to": "src/api/zig/hyperglass_client.zig", - "relation": "shared_dir:src/api/zig", + "from": "specs/components/proof-envelope.k9.ncl", + "to": "specs/components/subscription-transport.k9.ncl", + "relation": "shared_dir:specs/components", "weight": 1.0 }, { - "from": "specs/components/bitemporal-store.k9.ncl", - "to": "specs/components/known-limitations.k9.ncl", + "from": "specs/components/subscription-transport.k9.ncl", + "to": "specs/components/alerting-retention.k9.ncl", "relation": "shared_dir:specs/components", "weight": 1.0 }, { - "from": "specs/components/known-limitations.k9.ncl", - "to": "specs/components/hud-module-mapping.k9.ncl", + "from": "specs/components/alerting-retention.k9.ncl", + "to": "specs/components/bitemporal-store.k9.ncl", "relation": "shared_dir:specs/components", "weight": 1.0 }, { - "from": "specs/components/hud-module-mapping.k9.ncl", + "from": "specs/components/bitemporal-store.k9.ncl", "to": "specs/components/resolver-policy-gate.k9.ncl", "relation": "shared_dir:specs/components", "weight": 1.0 }, { "from": "specs/components/resolver-policy-gate.k9.ncl", - "to": "specs/components/resolver-policy-gate-impl.k9.ncl", + "to": "specs/components/osi-forensics-matrix.k9.ncl", "relation": "shared_dir:specs/components", "weight": 1.0 }, { - "from": "specs/components/resolver-policy-gate-impl.k9.ncl", - "to": "specs/components/alerting-retention.k9.ncl", + "from": "specs/components/osi-forensics-matrix.k9.ncl", + "to": "specs/components/resolver-policy-gate-impl.k9.ncl", "relation": "shared_dir:specs/components", "weight": 1.0 }, { - "from": "specs/components/alerting-retention.k9.ncl", - "to": "specs/components/graphql-schema.k9.ncl", + "from": "specs/components/resolver-policy-gate-impl.k9.ncl", + "to": "specs/components/active-probe.k9.ncl", "relation": "shared_dir:specs/components", "weight": 1.0 }, { - "from": "specs/components/graphql-schema.k9.ncl", - "to": "specs/components/proof-envelope.k9.ncl", + "from": "specs/components/active-probe.k9.ncl", + "to": "specs/components/graphql-schema.k9.ncl", "relation": "shared_dir:specs/components", "weight": 1.0 }, { - "from": "specs/components/proof-envelope.k9.ncl", - "to": "specs/components/osi-forensics-matrix.k9.ncl", - "relation": "shared_dir:specs/components", + "from": "src/api/zig/librespeed_client.zig", + "to": "src/api/zig/proof.zig", + "relation": "shared_dir:src/api/zig", "weight": 1.0 }, { - "from": "specs/components/osi-forensics-matrix.k9.ncl", - "to": "specs/components/active-probe.k9.ncl", - "relation": "shared_dir:specs/components", + "from": "src/api/zig/proof.zig", + "to": "src/api/zig/verb_governance.zig", + "relation": "shared_dir:src/api/zig", "weight": 1.0 }, { - "from": "specs/components/active-probe.k9.ncl", - "to": "specs/components/vcl-mapping.k9.ncl", - "relation": "shared_dir:specs/components", + "from": "src/api/zig/verb_governance.zig", + "to": "src/api/zig/smokeping_client.zig", + "relation": "shared_dir:src/api/zig", "weight": 1.0 }, { - "from": "specs/components/vcl-mapping.k9.ncl", - "to": "specs/components/subscription-auth-flow.k9.ncl", - "relation": "shared_dir:specs/components", + "from": "src/api/zig/smokeping_client.zig", + "to": "src/api/zig/redis_client.zig", + "relation": "shared_dir:src/api/zig", "weight": 1.0 }, { - "from": "specs/components/subscription-auth-flow.k9.ncl", - "to": "specs/components/passive-collector.k9.ncl", - "relation": "shared_dir:specs/components", + "from": "src/api/zig/redis_client.zig", + "to": "src/api/zig/main.zig", + "relation": "shared_dir:src/api/zig", "weight": 1.0 }, { - "from": "specs/components/passive-collector.k9.ncl", - "to": "specs/components/subscription-transport.k9.ncl", - "relation": "shared_dir:specs/components", + "from": "src/api/zig/main.zig", + "to": "src/api/zig/hyperglass_client.zig", + "relation": "shared_dir:src/api/zig", "weight": 1.0 }, { - "from": "specs/components/subscription-transport.k9.ncl", - "to": "specs/components/policy-entitlements.k9.ncl", - "relation": "shared_dir:specs/components", + "from": "src/api/zig/hyperglass_client.zig", + "to": "src/api/zig/verisim_client.zig", + "relation": "shared_dir:src/api/zig", "weight": 1.0 } ] }, "taint_matrix": { "rows": [ + { + "source_category": "UnsafeFFI", + "sink_axis": "memory", + "severity_value": 3.5, + "files": [ + "src/api/zig/librespeed_client.zig", + "src/api/zig/smokeping_client.zig", + "src/api/zig/main.zig", + "src/api/zig/hyperglass_client.zig", + "src/api/zig/verisim_client.zig" + ], + "frameworks": [], + "relation": "UnsafeFFI->Memory" + }, { "source_category": "PathTraversal", "sink_axis": "disk", @@ -833,42 +847,43 @@ "relation": "PanicPath->Memory" }, { - "source_category": "UnsafeFFI", + "source_category": "UnsafeCode", "sink_axis": "memory", "severity_value": 3.5, "files": [ - "src/api/zig/smokeping_client.zig", "src/api/zig/librespeed_client.zig", - "src/api/zig/verisim_client.zig", + "src/api/zig/smokeping_client.zig", "src/api/zig/main.zig", - "src/api/zig/hyperglass_client.zig" + "src/api/zig/hyperglass_client.zig", + "src/api/zig/verisim_client.zig" ], "frameworks": [], - "relation": "UnsafeFFI->Memory" + "relation": "UnsafeCode->Memory" }, { - "source_category": "CommandInjection", - "sink_axis": "cpu", + "source_category": "InsecureProtocol", + "sink_axis": "network", "severity_value": 2.5, "files": [ - "aerie-launcher.sh" + "src/api/zig/librespeed_client.zig", + "src/api/zig/smokeping_client.zig", + "src/api/zig/hyperglass_client.zig", + "src/api/zig/verisim_client.zig", + "src/api/rust/src/backends.rs" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "InsecureProtocol->Network" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "src/api/rust/src/backends.rs", - "src/api/zig/smokeping_client.zig", - "src/api/zig/librespeed_client.zig", - "src/api/zig/verisim_client.zig", - "src/api/zig/hyperglass_client.zig" + "src/api/rust/src/main.rs", + "src/api/rust/src/redis_client.rs" ], "frameworks": [], - "relation": "InsecureProtocol->Network" + "relation": "PanicPath->Disk" }, { "source_category": "HardcodedSecret", @@ -881,29 +896,14 @@ "relation": "HardcodedSecret->Network" }, { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "CommandInjection", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/api/rust/src/main.rs", - "src/api/rust/src/redis_client.rs" - ], - "frameworks": [], - "relation": "PanicPath->Disk" - }, - { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, - "files": [ - "src/api/zig/smokeping_client.zig", - "src/api/zig/librespeed_client.zig", - "src/api/zig/verisim_client.zig", - "src/api/zig/main.zig", - "src/api/zig/hyperglass_client.zig" + "aerie-launcher.sh" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/affinescript-vite.json b/scans/affinescript-vite.json index 8050381c..9913f43b 100644 --- a/scans/affinescript-vite.json +++ b/scans/affinescript-vite.json @@ -28,13 +28,13 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 18, - "unsafe_blocks": 0, + "file_path": "src/interface/abi/Foreign.idr", + "lines": 82, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -48,20 +48,20 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/abi/Foreign.idr", - "lines": 82, - "unsafe_blocks": 4, + "file_path": "setup.sh", + "lines": 18, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 } ], "recommended_attacks": [ "cpu", - "memory", - "network" + "network", + "memory" ], "dependency_graph": { "edges": [] diff --git a/scans/affinescript.json b/scans/affinescript.json index 72a6fdc6..1783f8da 100644 --- a/scans/affinescript.json +++ b/scans/affinescript.json @@ -4,34 +4,12 @@ "language": "affinescript", "frameworks": [], "weak_points": [ - { - "category": "UnsafeFFI", - "location": "proposals/idaptik/migrated/NetworkManager/NetworkManager.affine", - "file": "proposals/idaptik/migrated/NetworkManager/NetworkManager.affine", - "severity": "Medium", - "description": "10 FFI/external bindings in proposals/idaptik/migrated/NetworkManager/NetworkManager.affine", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "UncheckedError", - "location": "tools/affine-pkg/src/main.rs", - "file": "tools/affine-pkg/src/main.rs", - "severity": "Low", - "description": "18 TODO/FIXME/HACK markers in tools/affine-pkg/src/main.rs", - "recommended_attack": [ - "cpu" - ], - "test_context": "production" - }, { "category": "PanicPath", - "location": "tools/affinescript-lsp/src/main.rs", - "file": "tools/affinescript-lsp/src/main.rs", + "location": "tools/affine-doc/src/index.rs", + "file": "tools/affine-doc/src/index.rs", "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in tools/affinescript-lsp/src/main.rs", + "description": "0 panic sites and 1 unwrap/expect calls in tools/affine-doc/src/index.rs", "recommended_attack": [ "memory", "disk" @@ -40,10 +18,10 @@ }, { "category": "PanicPath", - "location": "tools/affinescript-lsp/src/diagnostics.rs", - "file": "tools/affinescript-lsp/src/diagnostics.rs", + "location": "tools/affinescript-lsp/src/text_index.rs", + "file": "tools/affinescript-lsp/src/text_index.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in tools/affinescript-lsp/src/diagnostics.rs", + "description": "0 panic sites and 1 unwrap/expect calls in tools/affinescript-lsp/src/text_index.rs", "recommended_attack": [ "memory", "disk" @@ -52,10 +30,10 @@ }, { "category": "PanicPath", - "location": "tools/affinescript-lsp/src/text_index.rs", - "file": "tools/affinescript-lsp/src/text_index.rs", + "location": "tools/affinescript-lsp/src/main.rs", + "file": "tools/affinescript-lsp/src/main.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in tools/affinescript-lsp/src/text_index.rs", + "description": "0 panic sites and 5 unwrap/expect calls in tools/affinescript-lsp/src/main.rs", "recommended_attack": [ "memory", "disk" @@ -76,10 +54,10 @@ }, { "category": "PanicPath", - "location": "tools/affine-doc/src/index.rs", - "file": "tools/affine-doc/src/index.rs", + "location": "tools/affinescript-lsp/src/diagnostics.rs", + "file": "tools/affinescript-lsp/src/diagnostics.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in tools/affine-doc/src/index.rs", + "description": "0 panic sites and 2 unwrap/expect calls in tools/affinescript-lsp/src/diagnostics.rs", "recommended_attack": [ "memory", "disk" @@ -87,15 +65,15 @@ "test_context": "production" }, { - "category": "InputBoundary", - "location": "tests/codegen-deno/sqlite_introspect_bulk.harness.mjs", - "file": "tests/codegen-deno/sqlite_introspect_bulk.harness.mjs", - "severity": "Medium", - "description": "2 JSON.parse call(s) with 0 try block(s) in tests/codegen-deno/sqlite_introspect_bulk.harness.mjs — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "category": "UncheckedError", + "location": "tools/affine-pkg/src/main.rs", + "file": "tools/affine-pkg/src/main.rs", + "severity": "Low", + "description": "18 TODO/FIXME/HACK markers in tools/affine-pkg/src/main.rs", "recommended_attack": [ "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "InputBoundary", @@ -110,10 +88,10 @@ }, { "category": "InputBoundary", - "location": "tests/codegen-deno/bytes_binary_io.deno.js", - "file": "tests/codegen-deno/bytes_binary_io.deno.js", + "location": "tests/codegen-deno/sqlite_introspect_bulk.harness.mjs", + "file": "tests/codegen-deno/sqlite_introspect_bulk.harness.mjs", "severity": "Medium", - "description": "5 JSON.parse call(s) with 2 try block(s) in tests/codegen-deno/bytes_binary_io.deno.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "2 JSON.parse call(s) with 0 try block(s) in tests/codegen-deno/sqlite_introspect_bulk.harness.mjs — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], @@ -131,6 +109,17 @@ ], "test_context": "test_only" }, + { + "category": "InputBoundary", + "location": "tests/codegen-deno/random_smoke.deno.js", + "file": "tests/codegen-deno/random_smoke.deno.js", + "severity": "Medium", + "description": "5 JSON.parse call(s) with 2 try block(s) in tests/codegen-deno/random_smoke.deno.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, { "category": "InputBoundary", "location": "tests/codegen-deno/sqlite_smoke.harness.mjs", @@ -144,10 +133,10 @@ }, { "category": "InputBoundary", - "location": "tests/codegen-deno/random_smoke.deno.js", - "file": "tests/codegen-deno/random_smoke.deno.js", + "location": "tests/codegen-deno/bytes_binary_io.deno.js", + "file": "tests/codegen-deno/bytes_binary_io.deno.js", "severity": "Medium", - "description": "5 JSON.parse call(s) with 2 try block(s) in tests/codegen-deno/random_smoke.deno.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "5 JSON.parse call(s) with 2 try block(s) in tests/codegen-deno/bytes_binary_io.deno.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], @@ -163,6 +152,17 @@ "cpu" ], "test_context": "test_only" + }, + { + "category": "UnsafeFFI", + "location": "proposals/idaptik/migrated/NetworkManager/NetworkManager.affine", + "file": "proposals/idaptik/migrated/NetworkManager/NetworkManager.affine", + "severity": "Medium", + "description": "10 FFI/external bindings in proposals/idaptik/migrated/NetworkManager/NetworkManager.affine", + "recommended_attack": [ + "memory" + ], + "test_context": "production" } ], "statistics": { @@ -176,58 +176,60 @@ }, "file_statistics": [ { - "file_path": "examples/ownership.affine", - "lines": 14, + "file_path": "editors/vscode/out/extension.cjs", + "lines": 618, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "examples/wasm-exports-demo.affine", - "lines": 114, + "file_path": "tools/affine-doc/src/html.rs", + "lines": 270, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "examples/effects.affine", - "lines": 20, + "file_path": "tools/affine-doc/src/render.rs", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/faces/hello-cafe.affine", - "lines": 23, + "file_path": "tools/affine-doc/src/extract.rs", + "lines": 294, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "stdlib/Pixi.affine", - "lines": 336, + "file_path": "tools/affine-doc/src/index.rs", + "lines": 220, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "unwrap_calls": 1, + "safe_unwrap_calls": 5, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "stdlib/Motion.affine", - "lines": 103, + "file_path": "tools/res-to-affine/main.ml", + "lines": 213, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -236,18 +238,18 @@ "threading_constructs": 0 }, { - "file_path": "stdlib/Bun.affine", - "lines": 27, + "file_path": "tools/res-to-affine/test/expected/sample.affine", + "lines": 60, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "stdlib/alib.affine", - "lines": 188, + "file_path": "tools/res-to-affine/test/test_emit.ml", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -256,38 +258,38 @@ "threading_constructs": 0 }, { - "file_path": "stdlib/Deno.affine", - "lines": 390, + "file_path": "tools/res-to-affine/test/fixtures/sample.res", + "lines": 28, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 16, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "stdlib/Console.affine", - "lines": 28, + "file_path": "tools/res-to-affine/test/fixtures/phase3c.res", + "lines": 27, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "stdlib/Transaction.affine", - "lines": 101, + "file_path": "tools/res-to-affine/test/test_walker.ml", + "lines": 562, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "stdlib/future.affine", - "lines": 92, + "file_path": "tools/coprocessor-gate.sh", + "lines": 83, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -296,18 +298,8 @@ "threading_constructs": 0 }, { - "file_path": "stdlib/Vscode.affine", - "lines": 354, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 8, - "threading_constructs": 0 - }, - { - "file_path": "stdlib/Canvas.affine", - "lines": 179, + "file_path": "tools/provision-component-toolchain.sh", + "lines": 95, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -316,158 +308,164 @@ "threading_constructs": 0 }, { - "file_path": "stdlib/Http.affine", - "lines": 253, + "file_path": "tools/affinescript-lsp/src/compiler.rs", + "lines": 205, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 14, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "stdlib/AlibSchema.affine", - "lines": 283, + "file_path": "tools/affinescript-lsp/src/text_index.rs", + "lines": 383, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "stdlib/PixiSound.affine", - "lines": 113, + "file_path": "tools/affinescript-lsp/src/main.rs", + "lines": 536, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "unwrap_calls": 5, + "safe_unwrap_calls": 14, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "stdlib/Sqlite.affine", - "lines": 126, + "file_path": "tools/affinescript-lsp/src/document.rs", + "lines": 180, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 5, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "stdlib/PixiUI.affine", - "lines": 176, + "file_path": "tools/affinescript-lsp/src/diagnostics.rs", + "lines": 181, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "stdlib/io.affine", - "lines": 276, + "file_path": "tools/affinescript-lsp/src/handlers.rs", + "lines": 831, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 12, + "safe_unwrap_calls": 2, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "stdlib/Dom.affine", - "lines": 107, + "file_path": "tools/affinescript-dap/src/main.rs", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "stdlib/effects.affine", - "lines": 46, - "unsafe_blocks": 0, + "file_path": "tools/affine-pkg/src/manifest.rs", + "lines": 228, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "stdlib/Ipc.affine", - "lines": 108, + "file_path": "tools/affine-pkg/src/storage.rs", + "lines": 197, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 16, "threading_constructs": 0 }, { - "file_path": "stdlib/dict.affine", - "lines": 122, + "file_path": "tools/affine-pkg/src/build.rs", + "lines": 235, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "editors/vscode/out/extension.cjs", - "lines": 618, + "file_path": "tools/affine-pkg/src/resolve.rs", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/VmState/VmState.affine", - "lines": 97, + "file_path": "tools/affine-pkg/src/lockfile.rs", + "lines": 152, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 10, + "allocation_sites": 4, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/PortNames/PortNames.affine", - "lines": 54, + "file_path": "tools/affine-pkg/src/config.rs", + "lines": 244, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/CombatFx/CombatFx.affine", - "lines": 166, + "file_path": "tools/affine-pkg/src/workspace.rs", + "lines": 165, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/Terminal/Terminal.affine", - "lines": 226, + "file_path": "tools/alib_conformance_gen.jl", + "lines": 176, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/MultiplayerClient/MultiplayerClient.affine", - "lines": 128, + "file_path": ".machine_readable/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -476,8 +474,8 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/UmsLevelLoader/UmsLevelLoader.affine", - "lines": 115, + "file_path": "tests/codegen-deno/deno_scripting_part2.deno.js", + "lines": 486, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -486,88 +484,88 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/HighwayHits/HighwayHits.affine", - "lines": 82, + "file_path": "tests/codegen-deno/string_lex_cmp.affine", + "lines": 22, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/QCertifications/QCertifications.affine", - "lines": 100, + "file_path": "tests/codegen-deno/non_ascii.affine", + "lines": 17, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/MissionBriefing/MissionBriefing.affine", - "lines": 169, + "file_path": "tests/codegen-deno/sqlite_introspect_bulk.harness.mjs", + "lines": 216, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/Kernel/Kernel.affine", - "lines": 55, + "file_path": "tests/codegen-deno/wasm_wasi_instance.affine", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/GuardNPC/GuardNPC.affine", - "lines": 381, + "file_path": "tests/codegen-deno/int_div.affine", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/LobbyManager/LobbyManager.affine", - "lines": 225, + "file_path": "tests/codegen-deno/sqlite_introspect_bulk.affine", + "lines": 80, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/CovertLink/CovertLink.affine", - "lines": 166, + "file_path": "tests/codegen-deno/ipc_smoke.affine", + "lines": 57, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/VictoryScreen/VictoryScreen.affine", - "lines": 100, + "file_path": "tests/codegen-deno/deno_scripting.affine", + "lines": 48, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/BalanceAnalyser/BalanceAnalyser.affine", - "lines": 70, + "file_path": "tests/codegen-deno/random_smoke.deno.js", + "lines": 470, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -576,78 +574,78 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/AccessClamp/AccessClamp.affine", - "lines": 68, + "file_path": "tests/codegen-deno/deno_scripting_part2.affine", + "lines": 63, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/VmMulDiv/VmMulDiv.affine", - "lines": 81, + "file_path": "tests/codegen-deno/bytes_binary_io.deno.js", + "lines": 493, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/MoletaireHunger/MoletaireHunger.affine", - "lines": 114, + "file_path": "tests/codegen-deno/http_fetch.harness.mjs", + "lines": 83, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/PlayerAttributes/PlayerAttributes.affine", - "lines": 145, + "file_path": "tests/codegen-deno/transaction_smoke.affine", + "lines": 94, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/VmPort/VmPort.affine", - "lines": 26, + "file_path": "tests/codegen-deno/bytes_binary_io.affine", + "lines": 43, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/PlayerSprite/PlayerSprite.affine", - "lines": 118, + "file_path": "tests/codegen-bun/host_profile.affine", + "lines": 51, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 15, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/DifficultyScale/DifficultyScale.affine", - "lines": 56, + "file_path": "tests/componentize/sockets_smoke.sh", + "lines": 104, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/SecurityRank/SecurityRank.affine", - "lines": 71, + "file_path": "tests/componentize/sockio_smoke.sh", + "lines": 53, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -656,59 +654,59 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/Moletaire/Moletaire.affine", - "lines": 594, + "file_path": "tests/componentize/filesystem_smoke.sh", + "lines": 93, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/CombatResolve/CombatResolve.affine", - "lines": 163, - "unsafe_blocks": 0, + "file_path": "tests/parser/unsafe_read.affine", + "lines": 7, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/LocationData/LocationData.affine", - "lines": 95, - "unsafe_blocks": 0, + "file_path": "tests/parser/unsafe_ops.affine", + "lines": 45, + "unsafe_blocks": 10, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/VmMemory/VmMemory.affine", - "lines": 23, - "unsafe_blocks": 0, + "file_path": "tests/parser/unsafe_empty.affine", + "lines": 4, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/JessicaLoadout/JessicaLoadout.affine", - "lines": 142, - "unsafe_blocks": 0, + "file_path": "tests/parser/unsafe_stmt.affine", + "lines": 4, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/Random/Random.affine", - "lines": 58, - "unsafe_blocks": 0, + "file_path": "tests/parser/unsafe_simple.affine", + "lines": 10, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -716,9 +714,9 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/FirewallDevice/FirewallDevice.affine", - "lines": 137, - "unsafe_blocks": 0, + "file_path": "tests/parser/unsafe_all.affine", + "lines": 46, + "unsafe_blocks": 9, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -726,58 +724,58 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/Distraction/Distraction.affine", - "lines": 92, + "file_path": "tests/codegen/http_thenable_skeleton.affine", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/JessicaBackground/JessicaBackground.affine", - "lines": 152, + "file_path": "tests/codegen/string_case.affine", + "lines": 31, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/Inventory/Inventory.affine", - "lines": 195, + "file_path": "tests/codegen/mixed_variant_match.affine", + "lines": 26, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/MoletaireCoprocessors/MoletaireCoprocessors.affine", - "lines": 161, + "file_path": "tests/codegen/test_http_cps_base.mjs", + "lines": 135, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/DeviceType/DeviceType.affine", - "lines": 47, + "file_path": "tests/codegen/http_cps_capture.affine", + "lines": 28, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/Coprocessor_Security/Coprocessor_Security.affine", - "lines": 101, + "file_path": "tests/codegen/http_cps_base.affine", + "lines": 38, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -786,8 +784,8 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/SecurityAi/SecurityAiInt.affine", - "lines": 64, + "file_path": "tests/codegen/http_cps_chain.affine", + "lines": 33, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -796,8 +794,8 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/SecurityAi/SecurityAi.affine", - "lines": 120, + "file_path": "tests/codegen/clock_now_ms.affine", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -806,28 +804,28 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/ThreatClass/ThreatClass.affine", - "lines": 129, + "file_path": "tests/codegen/http_response_reader.affine", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/Kernel_Compute/Kernel_Compute.affine", - "lines": 51, + "file_path": "tests/codegen/string_trim.affine", + "lines": 30, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/GameEvent/GameEvent.affine", - "lines": 72, + "file_path": "tests/codegen/test_http_thenable_skeleton.mjs", + "lines": 71, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -836,28 +834,28 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/DLCLoader/DLCLoader.affine", - "lines": 82, + "file_path": "tests/codegen/string_from_char_code.affine", + "lines": 32, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/AmbushObjective/AmbushObjective.affine", - "lines": 67, + "file_path": "tests/codegen/string_char_code_at.affine", + "lines": 34, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/PowerManager/PowerManager.affine", - "lines": 103, + "file_path": "tests/codegen/string_find.affine", + "lines": 29, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -866,8 +864,8 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/NetworkZones/NetworkZones.affine", - "lines": 102, + "file_path": "tests/codegen/string_int_to_string.affine", + "lines": 30, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -876,8 +874,8 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/CharacterSelectScreen/CharacterSelectScreen.affine", - "lines": 89, + "file_path": "tests/codegen/test_http_response_reader.mjs", + "lines": 143, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -886,8 +884,8 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/DeviceTypes/DeviceTypes.affine", - "lines": 74, + "file_path": "tests/codegen/string_sub.affine", + "lines": 35, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -896,18 +894,18 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/Coprocessor_Compute/Coprocessor_Compute.affine", - "lines": 171, + "file_path": "tests/codegen/test_http_cps_chain.mjs", + "lines": 110, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/InstructionParser/InstructionParser.affine", - "lines": 137, + "file_path": "tests/codegen/wasi_fs_combo.affine", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -916,38 +914,38 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/Drone/Drone.affine", - "lines": 451, + "file_path": "tests/codegen/test_http_cps_capture.mjs", + "lines": 107, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/VeriSimError/VeriSimError.affine", - "lines": 94, + "file_path": "tests/codegen/file_roundtrip.affine", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/PasswordCracker/PasswordCracker.affine", - "lines": 110, + "file_path": "tests/codegen/string_concat.affine", + "lines": 43, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/NetworkTransfer/NetworkTransfer.affine", - "lines": 80, + "file_path": "lib/parse_driver.ml", + "lines": 230, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -956,18 +954,18 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/VmAncilla/VmAncilla.affine", - "lines": 38, + "file_path": "lib/parse.ml", + "lines": 221, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/DeviceCaps/DeviceCaps.affine", - "lines": 62, + "file_path": "lib/wasm_gc_encode.ml", + "lines": 368, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -976,28 +974,28 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/ResourceAccounting/ResourceAccounting.affine", - "lines": 107, + "file_path": "lib/cafe_face.ml", + "lines": 519, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/MainHubScreen/MainHubScreen.affine", - "lines": 91, - "unsafe_blocks": 2, + "file_path": "lib/python_face.ml", + "lines": 343, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/Kernel_Quantum/Kernel_Quantum.affine", - "lines": 66, + "file_path": "lib/interp.ml", + "lines": 1230, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1006,8 +1004,8 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/VeriSimModality/VeriSimModality.affine", - "lines": 94, + "file_path": "lib/face_pragma.ml", + "lines": 156, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1016,59 +1014,59 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/Coprocessor_IO/Coprocessor_IO.affine", - "lines": 80, + "file_path": "lib/wasm_encode.ml", + "lines": 388, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 14, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/GlobalNetworkData/GlobalNetworkData.affine", - "lines": 78, + "file_path": "lib/lucid_face.ml", + "lines": 680, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/PlayerHp/PlayerHp.affine", - "lines": 74, + "file_path": "lib/lsp_server.ml", + "lines": 562, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/GameI18nCore/GameI18nCore.affine", - "lines": 76, + "file_path": "ai-cli-crash-capture/recoverer-setup.sh", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/VMNetwork/VMNetwork.affine", - "lines": 107, + "file_path": "examples/ownership.affine", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 12, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/NetworkManager/NetworkManager.affine", - "lines": 374, - "unsafe_blocks": 10, + "file_path": "examples/faces/hello-cafe.affine", + "lines": 23, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -1076,18 +1074,18 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/StateDiff/StateDiff.affine", - "lines": 106, + "file_path": "examples/effects.affine", + "lines": 20, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/PortScanner/PortScanner.affine", - "lines": 90, + "file_path": "examples/wasm-exports-demo.affine", + "lines": 114, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1096,8 +1094,8 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/HitboxGeom/HitboxGeom.affine", - "lines": 55, + "file_path": "conformance/valid/009_effect_def.affine", + "lines": 21, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1106,8 +1104,8 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/Kernel_Crypto/Kernel_Crypto.affine", - "lines": 62, + "file_path": "scripts/install-bun.sh", + "lines": 18, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1116,28 +1114,38 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/LaptopState/LaptopState.affine", - "lines": 176, + "file_path": "scripts/install-tree-sitter-cli.sh", + "lines": 42, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/SkillTreeScreen/SkillTreeScreen.affine", - "lines": 86, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/CriticalRoll/CriticalRoll.affine", - "lines": 94, + "file_path": "docs/patch_ecosystem.py", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1146,18 +1154,18 @@ "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/VMMessageBus/VMMessageBus.affine", - "lines": 132, + "file_path": "docs/guides/warmup/03_effects.affine", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "proposals/idaptik/migrated/SecurityDog/SecurityDog.affine", - "lines": 389, + "file_path": "docs/guides/warmup/02_ownership.affine", + "lines": 71, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1166,38 +1174,38 @@ "threading_constructs": 0 }, { - "file_path": "proposals/nextgen-evangelist/affine-parity/examples/string_float_demo.affine", - "lines": 23, + "file_path": "docs/guides/warmup/04_rows.affine", + "lines": 70, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "proposals/nextgen-evangelist/affine-parity/SecurityRank.affine", - "lines": 63, + "file_path": "docs/guides/warmup/01_basics.affine", + "lines": 53, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "lib/parse_driver.ml", - "lines": 230, + "file_path": "packages/affine-vscode/mod.js", + "lines": 492, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "lib/parse.ml", - "lines": 221, + "file_path": "packages/affinescript-cli/mod.d.affine", + "lines": 79, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1206,28 +1214,28 @@ "threading_constructs": 0 }, { - "file_path": "lib/interp.ml", - "lines": 1230, + "file_path": "packages/affine-js/types.d.affine", + "lines": 221, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "lib/cafe_face.ml", - "lines": 519, + "file_path": "packages/affine-js/loader.js", + "lines": 245, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "lib/lsp_server.ml", - "lines": 562, + "file_path": "packages/affine-js/mod.js", + "lines": 282, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1236,8 +1244,8 @@ "threading_constructs": 0 }, { - "file_path": "lib/lucid_face.ml", - "lines": 680, + "file_path": "affinescript-dom/e2e/run_browser.sh", + "lines": 33, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1246,8 +1254,8 @@ "threading_constructs": 0 }, { - "file_path": "lib/face_pragma.ml", - "lines": 156, + "file_path": "affinescript-dom/e2e/run.sh", + "lines": 24, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1256,18 +1264,18 @@ "threading_constructs": 0 }, { - "file_path": "lib/python_face.ml", - "lines": 343, - "unsafe_blocks": 0, + "file_path": "affinescript-dom/src/abi/DOM.idr", + "lines": 79, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "lib/wasm_gc_encode.ml", - "lines": 368, + "file_path": "run_wasm.js", + "lines": 24, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1276,204 +1284,188 @@ "threading_constructs": 0 }, { - "file_path": "lib/wasm_encode.ml", - "lines": 388, + "file_path": "proposals/idaptik/migrated/LaptopState/LaptopState.affine", + "lines": 176, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "ai-cli-crash-capture/recoverer-setup.sh", - "lines": 155, + "file_path": "proposals/idaptik/migrated/JessicaBackground/JessicaBackground.affine", + "lines": 152, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tools/affine-pkg/src/storage.rs", - "lines": 197, + "file_path": "proposals/idaptik/migrated/VmMulDiv/VmMulDiv.affine", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 16, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tools/affine-pkg/src/build.rs", - "lines": 235, + "file_path": "proposals/idaptik/migrated/VMMessageBus/VMMessageBus.affine", + "lines": 132, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tools/affine-pkg/src/config.rs", - "lines": 244, + "file_path": "proposals/idaptik/migrated/Terminal/Terminal.affine", + "lines": 226, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 12, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/affine-pkg/src/workspace.rs", - "lines": 165, + "file_path": "proposals/idaptik/migrated/MultiplayerClient/MultiplayerClient.affine", + "lines": 128, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/affine-pkg/src/resolve.rs", - "lines": 192, + "file_path": "proposals/idaptik/migrated/Kernel_Compute/Kernel_Compute.affine", + "lines": 51, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tools/affine-pkg/src/lockfile.rs", - "lines": 152, + "file_path": "proposals/idaptik/migrated/StateDiff/StateDiff.affine", + "lines": 106, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tools/affine-pkg/src/manifest.rs", - "lines": 228, + "file_path": "proposals/idaptik/migrated/SkillTreeScreen/SkillTreeScreen.affine", + "lines": 86, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "tools/affinescript-dap/src/main.rs", - "lines": 171, + "file_path": "proposals/idaptik/migrated/SecurityDog/SecurityDog.affine", + "lines": 389, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 1 + "io_operations": 5, + "threading_constructs": 0 }, { - "file_path": "tools/alib_conformance_gen.jl", - "lines": 176, + "file_path": "proposals/idaptik/migrated/GameI18nCore/GameI18nCore.affine", + "lines": 76, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tools/affinescript-lsp/src/main.rs", - "lines": 536, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 14, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "tools/affinescript-lsp/src/diagnostics.rs", - "lines": 181, - "unsafe_blocks": 0, + "file_path": "proposals/idaptik/migrated/MainHubScreen/MainHubScreen.affine", + "lines": 91, + "unsafe_blocks": 2, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tools/affinescript-lsp/src/text_index.rs", - "lines": 383, + "file_path": "proposals/idaptik/migrated/CombatFx/CombatFx.affine", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/affinescript-lsp/src/handlers.rs", - "lines": 831, + "file_path": "proposals/idaptik/migrated/UmsLevelLoader/UmsLevelLoader.affine", + "lines": 115, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/affinescript-lsp/src/compiler.rs", - "lines": 205, + "file_path": "proposals/idaptik/migrated/CovertLink/CovertLink.affine", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 7, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "tools/affinescript-lsp/src/document.rs", - "lines": 180, + "file_path": "proposals/idaptik/migrated/Coprocessor_Security/Coprocessor_Security.affine", + "lines": 101, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "tools/res-to-affine/test/fixtures/sample.res", - "lines": 28, + "file_path": "proposals/idaptik/migrated/GlobalNetworkData/GlobalNetworkData.affine", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tools/res-to-affine/test/fixtures/phase3c.res", - "lines": 27, + "file_path": "proposals/idaptik/migrated/VeriSimModality/VeriSimModality.affine", + "lines": 94, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/res-to-affine/test/test_walker.ml", - "lines": 562, + "file_path": "proposals/idaptik/migrated/DeviceCaps/DeviceCaps.affine", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1482,18 +1474,18 @@ "threading_constructs": 0 }, { - "file_path": "tools/res-to-affine/test/test_emit.ml", - "lines": 77, + "file_path": "proposals/idaptik/migrated/VmMemory/VmMemory.affine", + "lines": 23, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tools/res-to-affine/test/expected/sample.affine", - "lines": 60, + "file_path": "proposals/idaptik/migrated/VeriSimError/VeriSimError.affine", + "lines": 94, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1502,8 +1494,8 @@ "threading_constructs": 0 }, { - "file_path": "tools/res-to-affine/main.ml", - "lines": 213, + "file_path": "proposals/idaptik/migrated/PortNames/PortNames.affine", + "lines": 54, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1512,50 +1504,38 @@ "threading_constructs": 0 }, { - "file_path": "tools/affine-doc/src/html.rs", - "lines": 270, + "file_path": "proposals/idaptik/migrated/PlayerHp/PlayerHp.affine", + "lines": 74, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tools/affine-doc/src/render.rs", - "lines": 122, + "file_path": "proposals/idaptik/migrated/GameEvent/GameEvent.affine", + "lines": 72, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/affine-doc/src/extract.rs", - "lines": 294, + "file_path": "proposals/idaptik/migrated/ThreatClass/ThreatClass.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "tools/affine-doc/src/index.rs", - "lines": 220, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 5, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/coprocessor-gate.sh", - "lines": 83, + "file_path": "proposals/idaptik/migrated/Coprocessor_Compute/Coprocessor_Compute.affine", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1564,28 +1544,28 @@ "threading_constructs": 0 }, { - "file_path": "tools/provision-component-toolchain.sh", - "lines": 95, + "file_path": "proposals/idaptik/migrated/CombatResolve/CombatResolve.affine", + "lines": 163, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "scripts/install-tree-sitter-cli.sh", - "lines": 42, + "file_path": "proposals/idaptik/migrated/QCertifications/QCertifications.affine", + "lines": 100, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/install-bun.sh", - "lines": 18, + "file_path": "proposals/idaptik/migrated/DifficultyScale/DifficultyScale.affine", + "lines": 56, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1594,18 +1574,18 @@ "threading_constructs": 0 }, { - "file_path": "tests/codegen-bun/host_profile.affine", - "lines": 51, + "file_path": "proposals/idaptik/migrated/BalanceAnalyser/BalanceAnalyser.affine", + "lines": 70, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 15, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/codegen/test_http_response_reader.mjs", - "lines": 143, + "file_path": "proposals/idaptik/migrated/DeviceTypes/DeviceTypes.affine", + "lines": 74, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1614,18 +1594,18 @@ "threading_constructs": 0 }, { - "file_path": "tests/codegen/test_http_cps_capture.mjs", - "lines": 107, + "file_path": "proposals/idaptik/migrated/GuardNPC/GuardNPC.affine", + "lines": 381, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/codegen/string_case.affine", - "lines": 31, + "file_path": "proposals/idaptik/migrated/SecurityRank/SecurityRank.affine", + "lines": 71, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1634,58 +1614,58 @@ "threading_constructs": 0 }, { - "file_path": "tests/codegen/string_char_code_at.affine", - "lines": 34, + "file_path": "proposals/idaptik/migrated/Kernel/Kernel.affine", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/codegen/clock_now_ms.affine", - "lines": 15, + "file_path": "proposals/idaptik/migrated/CriticalRoll/CriticalRoll.affine", + "lines": 94, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/codegen/test_http_cps_base.mjs", - "lines": 135, + "file_path": "proposals/idaptik/migrated/PasswordCracker/PasswordCracker.affine", + "lines": 110, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "tests/codegen/test_http_cps_chain.mjs", - "lines": 110, + "file_path": "proposals/idaptik/migrated/PlayerSprite/PlayerSprite.affine", + "lines": 118, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/codegen/string_concat.affine", - "lines": 43, + "file_path": "proposals/idaptik/migrated/Coprocessor_IO/Coprocessor_IO.affine", + "lines": 80, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 14, "threading_constructs": 0 }, { - "file_path": "tests/codegen/string_find.affine", - "lines": 29, + "file_path": "proposals/idaptik/migrated/Random/Random.affine", + "lines": 58, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1694,58 +1674,58 @@ "threading_constructs": 0 }, { - "file_path": "tests/codegen/http_thenable_skeleton.affine", - "lines": 15, + "file_path": "proposals/idaptik/migrated/VmState/VmState.affine", + "lines": 97, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "tests/codegen/mixed_variant_match.affine", - "lines": 26, + "file_path": "proposals/idaptik/migrated/AmbushObjective/AmbushObjective.affine", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "tests/codegen/http_response_reader.affine", - "lines": 59, + "file_path": "proposals/idaptik/migrated/JessicaLoadout/JessicaLoadout.affine", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tests/codegen/string_sub.affine", - "lines": 35, + "file_path": "proposals/idaptik/migrated/FirewallDevice/FirewallDevice.affine", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "tests/codegen/http_cps_chain.affine", - "lines": 33, + "file_path": "proposals/idaptik/migrated/NetworkZones/NetworkZones.affine", + "lines": 102, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/codegen/string_trim.affine", - "lines": 30, + "file_path": "proposals/idaptik/migrated/CharacterSelectScreen/CharacterSelectScreen.affine", + "lines": 89, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1754,38 +1734,38 @@ "threading_constructs": 0 }, { - "file_path": "tests/codegen/file_roundtrip.affine", - "lines": 14, + "file_path": "proposals/idaptik/migrated/DeviceType/DeviceType.affine", + "lines": 47, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/codegen/http_cps_capture.affine", - "lines": 28, + "file_path": "proposals/idaptik/migrated/AccessClamp/AccessClamp.affine", + "lines": 68, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "tests/codegen/test_http_thenable_skeleton.mjs", - "lines": 71, + "file_path": "proposals/idaptik/migrated/InstructionParser/InstructionParser.affine", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "tests/codegen/http_cps_base.affine", - "lines": 38, + "file_path": "proposals/idaptik/migrated/MoletaireHunger/MoletaireHunger.affine", + "lines": 114, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1794,8 +1774,8 @@ "threading_constructs": 0 }, { - "file_path": "tests/codegen/string_int_to_string.affine", - "lines": 30, + "file_path": "proposals/idaptik/migrated/PowerManager/PowerManager.affine", + "lines": 103, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1804,68 +1784,68 @@ "threading_constructs": 0 }, { - "file_path": "tests/codegen/string_from_char_code.affine", - "lines": 32, + "file_path": "proposals/idaptik/migrated/VMNetwork/VMNetwork.affine", + "lines": 107, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "tests/codegen/wasi_fs_combo.affine", - "lines": 15, + "file_path": "proposals/idaptik/migrated/VmAncilla/VmAncilla.affine", + "lines": 38, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/codegen-deno/sqlite_introspect_bulk.harness.mjs", - "lines": 216, + "file_path": "proposals/idaptik/migrated/HighwayHits/HighwayHits.affine", + "lines": 82, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "tests/codegen-deno/bytes_binary_io.affine", - "lines": 43, + "file_path": "proposals/idaptik/migrated/Moletaire/Moletaire.affine", + "lines": 594, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tests/codegen-deno/deno_scripting_part2.deno.js", - "lines": 486, + "file_path": "proposals/idaptik/migrated/Kernel_Quantum/Kernel_Quantum.affine", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tests/codegen-deno/int_div.affine", - "lines": 77, + "file_path": "proposals/idaptik/migrated/VmPort/VmPort.affine", + "lines": 26, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/codegen-deno/bytes_binary_io.deno.js", - "lines": 493, + "file_path": "proposals/idaptik/migrated/PlayerAttributes/PlayerAttributes.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1874,119 +1854,119 @@ "threading_constructs": 0 }, { - "file_path": "tests/codegen-deno/ipc_smoke.affine", - "lines": 57, + "file_path": "proposals/idaptik/migrated/ResourceAccounting/ResourceAccounting.affine", + "lines": 107, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/codegen-deno/http_fetch.harness.mjs", - "lines": 83, + "file_path": "proposals/idaptik/migrated/LocationData/LocationData.affine", + "lines": 95, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tests/codegen-deno/wasm_wasi_instance.affine", - "lines": 16, + "file_path": "proposals/idaptik/migrated/MoletaireCoprocessors/MoletaireCoprocessors.affine", + "lines": 161, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "tests/codegen-deno/non_ascii.affine", - "lines": 17, + "file_path": "proposals/idaptik/migrated/Inventory/Inventory.affine", + "lines": 195, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "tests/codegen-deno/deno_scripting.affine", - "lines": 48, + "file_path": "proposals/idaptik/migrated/Distraction/Distraction.affine", + "lines": 92, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tests/codegen-deno/sqlite_introspect_bulk.affine", - "lines": 80, + "file_path": "proposals/idaptik/migrated/PortScanner/PortScanner.affine", + "lines": 90, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tests/codegen-deno/string_lex_cmp.affine", - "lines": 22, + "file_path": "proposals/idaptik/migrated/MissionBriefing/MissionBriefing.affine", + "lines": 169, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tests/codegen-deno/transaction_smoke.affine", - "lines": 94, + "file_path": "proposals/idaptik/migrated/Kernel_Crypto/Kernel_Crypto.affine", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/codegen-deno/deno_scripting_part2.affine", - "lines": 63, + "file_path": "proposals/idaptik/migrated/NetworkTransfer/NetworkTransfer.affine", + "lines": 80, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/codegen-deno/random_smoke.deno.js", - "lines": 470, + "file_path": "proposals/idaptik/migrated/VictoryScreen/VictoryScreen.affine", + "lines": 100, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/parser/unsafe_stmt.affine", - "lines": 4, - "unsafe_blocks": 2, + "file_path": "proposals/idaptik/migrated/SecurityAi/SecurityAiInt.affine", + "lines": 64, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/parser/unsafe_simple.affine", - "lines": 10, - "unsafe_blocks": 2, + "file_path": "proposals/idaptik/migrated/SecurityAi/SecurityAi.affine", + "lines": 120, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -1994,58 +1974,58 @@ "threading_constructs": 0 }, { - "file_path": "tests/parser/unsafe_read.affine", - "lines": 7, - "unsafe_blocks": 2, + "file_path": "proposals/idaptik/migrated/LobbyManager/LobbyManager.affine", + "lines": 225, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "tests/parser/unsafe_empty.affine", - "lines": 4, - "unsafe_blocks": 2, + "file_path": "proposals/idaptik/migrated/Drone/Drone.affine", + "lines": 451, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "tests/parser/unsafe_all.affine", - "lines": 46, - "unsafe_blocks": 9, + "file_path": "proposals/idaptik/migrated/NetworkManager/NetworkManager.affine", + "lines": 374, + "unsafe_blocks": 10, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/parser/unsafe_ops.affine", - "lines": 45, - "unsafe_blocks": 10, + "file_path": "proposals/idaptik/migrated/DLCLoader/DLCLoader.affine", + "lines": 82, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "tests/componentize/filesystem_smoke.sh", - "lines": 93, + "file_path": "proposals/idaptik/migrated/HitboxGeom/HitboxGeom.affine", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/componentize/sockio_smoke.sh", - "lines": 53, + "file_path": "proposals/nextgen-evangelist/affine-parity/examples/string_float_demo.affine", + "lines": 23, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2054,13 +2034,13 @@ "threading_constructs": 0 }, { - "file_path": "tests/componentize/sockets_smoke.sh", - "lines": 104, + "file_path": "proposals/nextgen-evangelist/affine-parity/SecurityRank.affine", + "lines": 63, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { @@ -2074,8 +2054,8 @@ "threading_constructs": 0 }, { - "file_path": "affinescript-deno-test/example/smoke_driver.affine", - "lines": 20, + "file_path": "affinescript-deno-test/mod.affine", + "lines": 54, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2084,23 +2064,23 @@ "threading_constructs": 0 }, { - "file_path": "affinescript-deno-test/example/codegen_regression_test.affine", - "lines": 74, + "file_path": "affinescript-deno-test/example/smoke_driver.affine", + "lines": 20, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript-deno-test/mod.affine", - "lines": 54, + "file_path": "affinescript-deno-test/example/codegen_regression_test.affine", + "lines": 74, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 }, { @@ -2114,18 +2094,18 @@ "threading_constructs": 0 }, { - "file_path": "test/test_e2e.ml", - "lines": 5775, + "file_path": "test/e2e/fixtures/borrow_cond_origin_nll_ok.affine", + "lines": 17, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/test_golden.ml", - "lines": 132, + "file_path": "test/e2e/fixtures/borrow_callee_returned_borrow_aggregate.affine", + "lines": 28, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2134,7 +2114,7 @@ "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/borrow_cond_origin_nll_ok.affine", + "file_path": "test/e2e/fixtures/borrow_nll_read_after_mut_last_use.affine", "lines": 17, "unsafe_blocks": 0, "panic_sites": 0, @@ -2144,18 +2124,18 @@ "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/stub_backend_return_dropped.affine", - "lines": 12, + "file_path": "test/e2e/fixtures/slice_c_prime_loop_move_persists.affine", + "lines": 26, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/borrow_reassign_alias_survives.affine", - "lines": 27, + "file_path": "test/e2e/fixtures/ownership.affine", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2164,8 +2144,8 @@ "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/counter.affine", - "lines": 77, + "file_path": "test/e2e/fixtures/borrow_callee_returned_borrow_reassign.affine", + "lines": 32, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2174,8 +2154,8 @@ "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/slice_c_prime_loop_sound.affine", - "lines": 22, + "file_path": "test/e2e/fixtures/ref_to_ref_protects_owner.affine", + "lines": 19, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2184,8 +2164,8 @@ "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/slice_b_outer_assign_releases_old.affine", - "lines": 22, + "file_path": "test/e2e/fixtures/borrow_reassign_alias_survives.affine", + "lines": 27, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2194,28 +2174,28 @@ "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/borrow_call_arg_then_use.affine", - "lines": 18, + "file_path": "test/e2e/fixtures/borrow_uam_loop_ok.affine", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/ref_to_ref_protects_owner.affine", - "lines": 19, + "file_path": "test/e2e/fixtures/borrow_callee_value_return_ok.affine", + "lines": 26, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/borrow_callee_returned_borrow_reassign.affine", - "lines": 32, + "file_path": "test/e2e/fixtures/slice_b_outer_assign_releases_old.affine", + "lines": 22, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2224,28 +2204,28 @@ "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/slice_c_prime_loop_reinit_ok.affine", - "lines": 28, + "file_path": "test/e2e/fixtures/effects.affine", + "lines": 19, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/ownership.affine", - "lines": 15, + "file_path": "test/e2e/fixtures/borrow_uam_reinit_ok.affine", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/borrow_callee_returned_borrow_aggregate.affine", - "lines": 28, + "file_path": "test/e2e/fixtures/borrow_mutref_use_while.affine", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2254,18 +2234,18 @@ "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/borrow_uam_reinit_ok.affine", - "lines": 16, + "file_path": "test/e2e/fixtures/borrow_uam_double_move.affine", + "lines": 17, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/ref_to_ref_let_aliases.affine", - "lines": 19, + "file_path": "test/e2e/fixtures/borrow_shared_read_ok.affine", + "lines": 13, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2274,18 +2254,18 @@ "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/slice_c_prime_loop_move_persists.affine", - "lines": 26, + "file_path": "test/e2e/fixtures/slice_c_prime_loop_reinit_ok.affine", + "lines": 28, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/borrow_callee_returned_borrow_nll_ok.affine", - "lines": 27, + "file_path": "test/e2e/fixtures/counter.affine", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2294,58 +2274,58 @@ "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/borrow_uam_double_move.affine", - "lines": 17, + "file_path": "test/e2e/fixtures/borrow_assign_clears_move.affine", + "lines": 21, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/borrow_nll_read_after_mut_last_use.affine", - "lines": 17, + "file_path": "test/e2e/fixtures/slice_c_body_move_persists.affine", + "lines": 27, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/borrow_use_while_excl.affine", - "lines": 15, + "file_path": "test/e2e/fixtures/ref_to_ref_let_aliases.affine", + "lines": 19, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/borrow_assign_clears_move.affine", - "lines": 21, + "file_path": "test/e2e/fixtures/borrow_callee_returned_borrow_nll_ok.affine", + "lines": 27, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/borrow_callee_value_return_ok.affine", - "lines": 26, + "file_path": "test/e2e/fixtures/borrow_use_while_excl.affine", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/borrow_mutref_use_while.affine", - "lines": 15, + "file_path": "test/e2e/fixtures/slice_c_catch_arm_isolation.affine", + "lines": 25, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2354,28 +2334,28 @@ "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/effects.affine", - "lines": 19, + "file_path": "test/e2e/fixtures/slice_c_prime_loop_sound.affine", + "lines": 22, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/borrow_shared_read_ok.affine", - "lines": 13, + "file_path": "test/e2e/fixtures/borrow_call_arg_then_use.affine", + "lines": 18, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/slice_c_catch_arm_isolation.affine", - "lines": 25, + "file_path": "test/e2e/fixtures/stub_backend_return_dropped.affine", + "lines": 12, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2384,8 +2364,8 @@ "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/borrow_uam_loop_ok.affine", - "lines": 16, + "file_path": "test/test_golden.ml", + "lines": 132, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2394,18 +2374,18 @@ "threading_constructs": 0 }, { - "file_path": "test/e2e/fixtures/slice_c_body_move_persists.affine", - "lines": 27, + "file_path": "test/golden/effects.affine", + "lines": 10, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/golden/effects.affine", - "lines": 10, + "file_path": "test/test_deno_builtins_consistency.ml", + "lines": 134, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2414,18 +2394,18 @@ "threading_constructs": 0 }, { - "file_path": "test/test_deno_builtins_consistency.ml", - "lines": 134, + "file_path": "test/test_e2e.ml", + "lines": 5775, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "affinescript-dom/e2e/run.sh", - "lines": 24, + "file_path": "stdlib/alib.affine", + "lines": 188, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2434,8 +2414,8 @@ "threading_constructs": 0 }, { - "file_path": "affinescript-dom/e2e/run_browser.sh", - "lines": 33, + "file_path": "stdlib/Canvas.affine", + "lines": 179, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2444,48 +2424,48 @@ "threading_constructs": 0 }, { - "file_path": "affinescript-dom/src/abi/DOM.idr", - "lines": 79, - "unsafe_blocks": 6, + "file_path": "stdlib/Http.affine", + "lines": 253, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 14, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "stdlib/Transaction.affine", + "lines": 101, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 7, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, + "file_path": "stdlib/Console.affine", + "lines": 28, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/affinescript-cli/mod.d.affine", - "lines": 79, + "file_path": "stdlib/Pixi.affine", + "lines": 336, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "packages/affine-js/loader.js", - "lines": 245, + "file_path": "stdlib/Ipc.affine", + "lines": 108, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2494,28 +2474,28 @@ "threading_constructs": 0 }, { - "file_path": "packages/affine-js/mod.js", - "lines": 282, + "file_path": "stdlib/dict.affine", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "packages/affine-js/types.d.affine", - "lines": 221, - "unsafe_blocks": 0, + "file_path": "stdlib/Vscode.affine", + "lines": 354, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "packages/affine-vscode/mod.js", - "lines": 492, + "file_path": "stdlib/future.affine", + "lines": 92, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2524,8 +2504,8 @@ "threading_constructs": 0 }, { - "file_path": "conformance/valid/009_effect_def.affine", - "lines": 21, + "file_path": "stdlib/Dom.affine", + "lines": 107, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2534,28 +2514,28 @@ "threading_constructs": 0 }, { - "file_path": "docs/guides/warmup/02_ownership.affine", - "lines": 71, + "file_path": "stdlib/Bun.affine", + "lines": 27, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "docs/guides/warmup/01_basics.affine", - "lines": 53, + "file_path": "stdlib/effects.affine", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "docs/guides/warmup/04_rows.affine", - "lines": 70, + "file_path": "stdlib/Sqlite.affine", + "lines": 126, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2564,18 +2544,18 @@ "threading_constructs": 0 }, { - "file_path": "docs/guides/warmup/03_effects.affine", - "lines": 77, + "file_path": "stdlib/AlibSchema.affine", + "lines": 283, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "docs/patch_ecosystem.py", - "lines": 62, + "file_path": "stdlib/PixiSound.affine", + "lines": 113, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2584,8 +2564,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "stdlib/PixiUI.affine", + "lines": 176, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2594,13 +2574,33 @@ "threading_constructs": 0 }, { - "file_path": "run_wasm.js", - "lines": 24, + "file_path": "stdlib/Deno.affine", + "lines": 390, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 16, + "threading_constructs": 0 + }, + { + "file_path": "stdlib/io.affine", + "lines": 276, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 12, + "threading_constructs": 0 + }, + { + "file_path": "stdlib/Motion.affine", + "lines": 103, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -2615,714 +2615,702 @@ } ], "recommended_attacks": [ + "disk", "cpu", - "concurrency", - "network", "memory", - "disk" + "network", + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "docs/guides/warmup/02_ownership.affine", - "to": "docs/guides/warmup/01_basics.affine", - "relation": "shared_dir:docs/guides/warmup", - "weight": 1.0 - }, - { - "from": "docs/guides/warmup/01_basics.affine", - "to": "docs/guides/warmup/04_rows.affine", - "relation": "shared_dir:docs/guides/warmup", - "weight": 1.0 - }, - { - "from": "docs/guides/warmup/04_rows.affine", - "to": "docs/guides/warmup/03_effects.affine", - "relation": "shared_dir:docs/guides/warmup", + "from": "tools/coprocessor-gate.sh", + "to": "tools/provision-component-toolchain.sh", + "relation": "shared_dir:tools", "weight": 1.0 }, { - "from": "scripts/install-tree-sitter-cli.sh", - "to": "scripts/install-bun.sh", - "relation": "shared_dir:scripts", + "from": "tools/provision-component-toolchain.sh", + "to": "tools/alib_conformance_gen.jl", + "relation": "shared_dir:tools", "weight": 1.0 }, { - "from": "tools/affinescript-lsp/src/main.rs", - "to": "tools/affinescript-lsp/src/diagnostics.rs", - "relation": "shared_dir:tools/affinescript-lsp/src", + "from": "tests/parser/unsafe_read.affine", + "to": "tests/parser/unsafe_ops.affine", + "relation": "shared_dir:tests/parser", "weight": 1.0 }, { - "from": "tools/affinescript-lsp/src/diagnostics.rs", - "to": "tools/affinescript-lsp/src/text_index.rs", - "relation": "shared_dir:tools/affinescript-lsp/src", + "from": "tests/parser/unsafe_ops.affine", + "to": "tests/parser/unsafe_empty.affine", + "relation": "shared_dir:tests/parser", "weight": 1.0 }, { - "from": "tools/affinescript-lsp/src/text_index.rs", - "to": "tools/affinescript-lsp/src/handlers.rs", - "relation": "shared_dir:tools/affinescript-lsp/src", + "from": "tests/parser/unsafe_empty.affine", + "to": "tests/parser/unsafe_stmt.affine", + "relation": "shared_dir:tests/parser", "weight": 1.0 }, { - "from": "tools/affinescript-lsp/src/handlers.rs", - "to": "tools/affinescript-lsp/src/compiler.rs", - "relation": "shared_dir:tools/affinescript-lsp/src", + "from": "tests/parser/unsafe_stmt.affine", + "to": "tests/parser/unsafe_simple.affine", + "relation": "shared_dir:tests/parser", "weight": 1.0 }, { - "from": "tools/affinescript-lsp/src/compiler.rs", - "to": "tools/affinescript-lsp/src/document.rs", - "relation": "shared_dir:tools/affinescript-lsp/src", + "from": "tests/parser/unsafe_simple.affine", + "to": "tests/parser/unsafe_all.affine", + "relation": "shared_dir:tests/parser", "weight": 1.0 }, { - "from": "tests/codegen-deno/sqlite_introspect_bulk.harness.mjs", - "to": "tests/codegen-deno/bytes_binary_io.affine", - "relation": "shared_dir:tests/codegen-deno", + "from": "tests/codegen/http_thenable_skeleton.affine", + "to": "tests/codegen/string_case.affine", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tests/codegen-deno/bytes_binary_io.affine", - "to": "tests/codegen-deno/deno_scripting_part2.deno.js", - "relation": "shared_dir:tests/codegen-deno", + "from": "tests/codegen/string_case.affine", + "to": "tests/codegen/mixed_variant_match.affine", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tests/codegen-deno/deno_scripting_part2.deno.js", - "to": "tests/codegen-deno/int_div.affine", - "relation": "shared_dir:tests/codegen-deno", + "from": "tests/codegen/mixed_variant_match.affine", + "to": "tests/codegen/test_http_cps_base.mjs", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tests/codegen-deno/int_div.affine", - "to": "tests/codegen-deno/bytes_binary_io.deno.js", - "relation": "shared_dir:tests/codegen-deno", + "from": "tests/codegen/test_http_cps_base.mjs", + "to": "tests/codegen/http_cps_capture.affine", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tests/codegen-deno/bytes_binary_io.deno.js", - "to": "tests/codegen-deno/ipc_smoke.affine", - "relation": "shared_dir:tests/codegen-deno", + "from": "tests/codegen/http_cps_capture.affine", + "to": "tests/codegen/http_cps_base.affine", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tests/codegen-deno/ipc_smoke.affine", - "to": "tests/codegen-deno/http_fetch.harness.mjs", - "relation": "shared_dir:tests/codegen-deno", + "from": "tests/codegen/http_cps_base.affine", + "to": "tests/codegen/http_cps_chain.affine", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tests/codegen-deno/http_fetch.harness.mjs", - "to": "tests/codegen-deno/wasm_wasi_instance.affine", - "relation": "shared_dir:tests/codegen-deno", + "from": "tests/codegen/http_cps_chain.affine", + "to": "tests/codegen/clock_now_ms.affine", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tests/codegen-deno/wasm_wasi_instance.affine", - "to": "tests/codegen-deno/non_ascii.affine", - "relation": "shared_dir:tests/codegen-deno", + "from": "tests/codegen/clock_now_ms.affine", + "to": "tests/codegen/http_response_reader.affine", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tests/codegen-deno/non_ascii.affine", - "to": "tests/codegen-deno/deno_scripting.affine", - "relation": "shared_dir:tests/codegen-deno", + "from": "tests/codegen/http_response_reader.affine", + "to": "tests/codegen/string_trim.affine", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tests/codegen-deno/deno_scripting.affine", - "to": "tests/codegen-deno/sqlite_introspect_bulk.affine", - "relation": "shared_dir:tests/codegen-deno", + "from": "tests/codegen/string_trim.affine", + "to": "tests/codegen/test_http_thenable_skeleton.mjs", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tests/codegen-deno/sqlite_introspect_bulk.affine", - "to": "tests/codegen-deno/string_lex_cmp.affine", - "relation": "shared_dir:tests/codegen-deno", + "from": "tests/codegen/test_http_thenable_skeleton.mjs", + "to": "tests/codegen/string_from_char_code.affine", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tests/codegen-deno/string_lex_cmp.affine", - "to": "tests/codegen-deno/transaction_smoke.affine", - "relation": "shared_dir:tests/codegen-deno", + "from": "tests/codegen/string_from_char_code.affine", + "to": "tests/codegen/string_char_code_at.affine", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tests/codegen-deno/transaction_smoke.affine", - "to": "tests/codegen-deno/deno_scripting_part2.affine", - "relation": "shared_dir:tests/codegen-deno", + "from": "tests/codegen/string_char_code_at.affine", + "to": "tests/codegen/string_find.affine", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tests/codegen-deno/deno_scripting_part2.affine", - "to": "tests/codegen-deno/random_smoke.deno.js", - "relation": "shared_dir:tests/codegen-deno", + "from": "tests/codegen/string_find.affine", + "to": "tests/codegen/string_int_to_string.affine", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tests/componentize/filesystem_smoke.sh", - "to": "tests/componentize/sockio_smoke.sh", - "relation": "shared_dir:tests/componentize", + "from": "tests/codegen/string_int_to_string.affine", + "to": "tests/codegen/test_http_response_reader.mjs", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tests/componentize/sockio_smoke.sh", - "to": "tests/componentize/sockets_smoke.sh", - "relation": "shared_dir:tests/componentize", + "from": "tests/codegen/test_http_response_reader.mjs", + "to": "tests/codegen/string_sub.affine", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tools/res-to-affine/test/fixtures/sample.res", - "to": "tools/res-to-affine/test/fixtures/phase3c.res", - "relation": "shared_dir:tools/res-to-affine/test/fixtures", + "from": "tests/codegen/string_sub.affine", + "to": "tests/codegen/test_http_cps_chain.mjs", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "affinescript-deno-test/mod.affine", - "to": "affinescript-deno-test/cli.affine", - "relation": "shared_dir:affinescript-deno-test", + "from": "tests/codegen/test_http_cps_chain.mjs", + "to": "tests/codegen/wasi_fs_combo.affine", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "affinescript-deno-test/example/smoke_driver.affine", - "to": "affinescript-deno-test/example/codegen_regression_test.affine", - "relation": "shared_dir:affinescript-deno-test/example", + "from": "tests/codegen/wasi_fs_combo.affine", + "to": "tests/codegen/test_http_cps_capture.mjs", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tools/affine-pkg/src/storage.rs", - "to": "tools/affine-pkg/src/build.rs", - "relation": "shared_dir:tools/affine-pkg/src", + "from": "tests/codegen/test_http_cps_capture.mjs", + "to": "tests/codegen/file_roundtrip.affine", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tools/affine-pkg/src/build.rs", - "to": "tools/affine-pkg/src/config.rs", - "relation": "shared_dir:tools/affine-pkg/src", + "from": "tests/codegen/file_roundtrip.affine", + "to": "tests/codegen/string_concat.affine", + "relation": "shared_dir:tests/codegen", "weight": 1.0 }, { - "from": "tools/affine-pkg/src/config.rs", - "to": "tools/affine-pkg/src/workspace.rs", - "relation": "shared_dir:tools/affine-pkg/src", + "from": "test/e2e/fixtures/borrow_cond_origin_nll_ok.affine", + "to": "test/e2e/fixtures/borrow_callee_returned_borrow_aggregate.affine", + "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "tools/affine-pkg/src/workspace.rs", - "to": "tools/affine-pkg/src/resolve.rs", - "relation": "shared_dir:tools/affine-pkg/src", + "from": "test/e2e/fixtures/borrow_callee_returned_borrow_aggregate.affine", + "to": "test/e2e/fixtures/borrow_nll_read_after_mut_last_use.affine", + "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "tools/affine-pkg/src/resolve.rs", - "to": "tools/affine-pkg/src/lockfile.rs", - "relation": "shared_dir:tools/affine-pkg/src", + "from": "test/e2e/fixtures/borrow_nll_read_after_mut_last_use.affine", + "to": "test/e2e/fixtures/slice_c_prime_loop_move_persists.affine", + "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "tools/affine-pkg/src/lockfile.rs", - "to": "tools/affine-pkg/src/manifest.rs", - "relation": "shared_dir:tools/affine-pkg/src", + "from": "test/e2e/fixtures/slice_c_prime_loop_move_persists.affine", + "to": "test/e2e/fixtures/ownership.affine", + "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "tools/affine-doc/src/html.rs", - "to": "tools/affine-doc/src/render.rs", - "relation": "shared_dir:tools/affine-doc/src", + "from": "test/e2e/fixtures/ownership.affine", + "to": "test/e2e/fixtures/borrow_callee_returned_borrow_reassign.affine", + "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "tools/affine-doc/src/render.rs", - "to": "tools/affine-doc/src/extract.rs", - "relation": "shared_dir:tools/affine-doc/src", + "from": "test/e2e/fixtures/borrow_callee_returned_borrow_reassign.affine", + "to": "test/e2e/fixtures/ref_to_ref_protects_owner.affine", + "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "tools/affine-doc/src/extract.rs", - "to": "tools/affine-doc/src/index.rs", - "relation": "shared_dir:tools/affine-doc/src", + "from": "test/e2e/fixtures/ref_to_ref_protects_owner.affine", + "to": "test/e2e/fixtures/borrow_reassign_alias_survives.affine", + "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "tests/parser/unsafe_stmt.affine", - "to": "tests/parser/unsafe_simple.affine", - "relation": "shared_dir:tests/parser", + "from": "test/e2e/fixtures/borrow_reassign_alias_survives.affine", + "to": "test/e2e/fixtures/borrow_uam_loop_ok.affine", + "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "tests/parser/unsafe_simple.affine", - "to": "tests/parser/unsafe_read.affine", - "relation": "shared_dir:tests/parser", + "from": "test/e2e/fixtures/borrow_uam_loop_ok.affine", + "to": "test/e2e/fixtures/borrow_callee_value_return_ok.affine", + "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "tests/parser/unsafe_read.affine", - "to": "tests/parser/unsafe_empty.affine", - "relation": "shared_dir:tests/parser", + "from": "test/e2e/fixtures/borrow_callee_value_return_ok.affine", + "to": "test/e2e/fixtures/slice_b_outer_assign_releases_old.affine", + "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "tests/parser/unsafe_empty.affine", - "to": "tests/parser/unsafe_all.affine", - "relation": "shared_dir:tests/parser", + "from": "test/e2e/fixtures/slice_b_outer_assign_releases_old.affine", + "to": "test/e2e/fixtures/effects.affine", + "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "tests/parser/unsafe_all.affine", - "to": "tests/parser/unsafe_ops.affine", - "relation": "shared_dir:tests/parser", + "from": "test/e2e/fixtures/effects.affine", + "to": "test/e2e/fixtures/borrow_uam_reinit_ok.affine", + "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "examples/ownership.affine", - "to": "examples/wasm-exports-demo.affine", - "relation": "shared_dir:examples", + "from": "test/e2e/fixtures/borrow_uam_reinit_ok.affine", + "to": "test/e2e/fixtures/borrow_mutref_use_while.affine", + "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "examples/wasm-exports-demo.affine", - "to": "examples/effects.affine", - "relation": "shared_dir:examples", + "from": "test/e2e/fixtures/borrow_mutref_use_while.affine", + "to": "test/e2e/fixtures/borrow_uam_double_move.affine", + "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "test/e2e/fixtures/borrow_cond_origin_nll_ok.affine", - "to": "test/e2e/fixtures/stub_backend_return_dropped.affine", + "from": "test/e2e/fixtures/borrow_uam_double_move.affine", + "to": "test/e2e/fixtures/borrow_shared_read_ok.affine", "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "test/e2e/fixtures/stub_backend_return_dropped.affine", - "to": "test/e2e/fixtures/borrow_reassign_alias_survives.affine", + "from": "test/e2e/fixtures/borrow_shared_read_ok.affine", + "to": "test/e2e/fixtures/slice_c_prime_loop_reinit_ok.affine", "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "test/e2e/fixtures/borrow_reassign_alias_survives.affine", + "from": "test/e2e/fixtures/slice_c_prime_loop_reinit_ok.affine", "to": "test/e2e/fixtures/counter.affine", "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { "from": "test/e2e/fixtures/counter.affine", - "to": "test/e2e/fixtures/slice_c_prime_loop_sound.affine", + "to": "test/e2e/fixtures/borrow_assign_clears_move.affine", "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "test/e2e/fixtures/slice_c_prime_loop_sound.affine", - "to": "test/e2e/fixtures/slice_b_outer_assign_releases_old.affine", + "from": "test/e2e/fixtures/borrow_assign_clears_move.affine", + "to": "test/e2e/fixtures/slice_c_body_move_persists.affine", "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "test/e2e/fixtures/slice_b_outer_assign_releases_old.affine", - "to": "test/e2e/fixtures/borrow_call_arg_then_use.affine", + "from": "test/e2e/fixtures/slice_c_body_move_persists.affine", + "to": "test/e2e/fixtures/ref_to_ref_let_aliases.affine", "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "test/e2e/fixtures/borrow_call_arg_then_use.affine", - "to": "test/e2e/fixtures/ref_to_ref_protects_owner.affine", + "from": "test/e2e/fixtures/ref_to_ref_let_aliases.affine", + "to": "test/e2e/fixtures/borrow_callee_returned_borrow_nll_ok.affine", "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "test/e2e/fixtures/ref_to_ref_protects_owner.affine", - "to": "test/e2e/fixtures/borrow_callee_returned_borrow_reassign.affine", + "from": "test/e2e/fixtures/borrow_callee_returned_borrow_nll_ok.affine", + "to": "test/e2e/fixtures/borrow_use_while_excl.affine", "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "test/e2e/fixtures/borrow_callee_returned_borrow_reassign.affine", - "to": "test/e2e/fixtures/slice_c_prime_loop_reinit_ok.affine", + "from": "test/e2e/fixtures/borrow_use_while_excl.affine", + "to": "test/e2e/fixtures/slice_c_catch_arm_isolation.affine", "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "test/e2e/fixtures/slice_c_prime_loop_reinit_ok.affine", - "to": "test/e2e/fixtures/ownership.affine", + "from": "test/e2e/fixtures/slice_c_catch_arm_isolation.affine", + "to": "test/e2e/fixtures/slice_c_prime_loop_sound.affine", "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "test/e2e/fixtures/ownership.affine", - "to": "test/e2e/fixtures/borrow_callee_returned_borrow_aggregate.affine", + "from": "test/e2e/fixtures/slice_c_prime_loop_sound.affine", + "to": "test/e2e/fixtures/borrow_call_arg_then_use.affine", "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "test/e2e/fixtures/borrow_callee_returned_borrow_aggregate.affine", - "to": "test/e2e/fixtures/borrow_uam_reinit_ok.affine", + "from": "test/e2e/fixtures/borrow_call_arg_then_use.affine", + "to": "test/e2e/fixtures/stub_backend_return_dropped.affine", "relation": "shared_dir:test/e2e/fixtures", "weight": 1.0 }, { - "from": "test/e2e/fixtures/borrow_uam_reinit_ok.affine", - "to": "test/e2e/fixtures/ref_to_ref_let_aliases.affine", - "relation": "shared_dir:test/e2e/fixtures", + "from": "stdlib/alib.affine", + "to": "stdlib/Canvas.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "test/e2e/fixtures/ref_to_ref_let_aliases.affine", - "to": "test/e2e/fixtures/slice_c_prime_loop_move_persists.affine", - "relation": "shared_dir:test/e2e/fixtures", + "from": "stdlib/Canvas.affine", + "to": "stdlib/Http.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "test/e2e/fixtures/slice_c_prime_loop_move_persists.affine", - "to": "test/e2e/fixtures/borrow_callee_returned_borrow_nll_ok.affine", - "relation": "shared_dir:test/e2e/fixtures", + "from": "stdlib/Http.affine", + "to": "stdlib/Transaction.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "test/e2e/fixtures/borrow_callee_returned_borrow_nll_ok.affine", - "to": "test/e2e/fixtures/borrow_uam_double_move.affine", - "relation": "shared_dir:test/e2e/fixtures", + "from": "stdlib/Transaction.affine", + "to": "stdlib/Console.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "test/e2e/fixtures/borrow_uam_double_move.affine", - "to": "test/e2e/fixtures/borrow_nll_read_after_mut_last_use.affine", - "relation": "shared_dir:test/e2e/fixtures", + "from": "stdlib/Console.affine", + "to": "stdlib/Pixi.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "test/e2e/fixtures/borrow_nll_read_after_mut_last_use.affine", - "to": "test/e2e/fixtures/borrow_use_while_excl.affine", - "relation": "shared_dir:test/e2e/fixtures", + "from": "stdlib/Pixi.affine", + "to": "stdlib/Ipc.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "test/e2e/fixtures/borrow_use_while_excl.affine", - "to": "test/e2e/fixtures/borrow_assign_clears_move.affine", - "relation": "shared_dir:test/e2e/fixtures", + "from": "stdlib/Ipc.affine", + "to": "stdlib/dict.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "test/e2e/fixtures/borrow_assign_clears_move.affine", - "to": "test/e2e/fixtures/borrow_callee_value_return_ok.affine", - "relation": "shared_dir:test/e2e/fixtures", + "from": "stdlib/dict.affine", + "to": "stdlib/Vscode.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "test/e2e/fixtures/borrow_callee_value_return_ok.affine", - "to": "test/e2e/fixtures/borrow_mutref_use_while.affine", - "relation": "shared_dir:test/e2e/fixtures", + "from": "stdlib/Vscode.affine", + "to": "stdlib/future.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "test/e2e/fixtures/borrow_mutref_use_while.affine", - "to": "test/e2e/fixtures/effects.affine", - "relation": "shared_dir:test/e2e/fixtures", + "from": "stdlib/future.affine", + "to": "stdlib/Dom.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "test/e2e/fixtures/effects.affine", - "to": "test/e2e/fixtures/borrow_shared_read_ok.affine", - "relation": "shared_dir:test/e2e/fixtures", + "from": "stdlib/Dom.affine", + "to": "stdlib/Bun.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "test/e2e/fixtures/borrow_shared_read_ok.affine", - "to": "test/e2e/fixtures/slice_c_catch_arm_isolation.affine", - "relation": "shared_dir:test/e2e/fixtures", + "from": "stdlib/Bun.affine", + "to": "stdlib/effects.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "test/e2e/fixtures/slice_c_catch_arm_isolation.affine", - "to": "test/e2e/fixtures/borrow_uam_loop_ok.affine", - "relation": "shared_dir:test/e2e/fixtures", + "from": "stdlib/effects.affine", + "to": "stdlib/Sqlite.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "test/e2e/fixtures/borrow_uam_loop_ok.affine", - "to": "test/e2e/fixtures/slice_c_body_move_persists.affine", - "relation": "shared_dir:test/e2e/fixtures", + "from": "stdlib/Sqlite.affine", + "to": "stdlib/AlibSchema.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "tools/res-to-affine/test/test_walker.ml", - "to": "tools/res-to-affine/test/test_emit.ml", - "relation": "shared_dir:tools/res-to-affine/test", + "from": "stdlib/AlibSchema.affine", + "to": "stdlib/PixiSound.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "proposals/idaptik/migrated/SecurityAi/SecurityAiInt.affine", - "to": "proposals/idaptik/migrated/SecurityAi/SecurityAi.affine", - "relation": "shared_dir:proposals/idaptik/migrated/SecurityAi", + "from": "stdlib/PixiSound.affine", + "to": "stdlib/PixiUI.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "tools/alib_conformance_gen.jl", - "to": "tools/coprocessor-gate.sh", - "relation": "shared_dir:tools", + "from": "stdlib/PixiUI.affine", + "to": "stdlib/Deno.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "tools/coprocessor-gate.sh", - "to": "tools/provision-component-toolchain.sh", - "relation": "shared_dir:tools", + "from": "stdlib/Deno.affine", + "to": "stdlib/io.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "test/test_e2e.ml", - "to": "test/test_golden.ml", - "relation": "shared_dir:test", + "from": "stdlib/io.affine", + "to": "stdlib/Motion.affine", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "test/test_golden.ml", - "to": "test/test_deno_builtins_consistency.ml", - "relation": "shared_dir:test", + "from": "tools/affine-pkg/src/manifest.rs", + "to": "tools/affine-pkg/src/storage.rs", + "relation": "shared_dir:tools/affine-pkg/src", "weight": 1.0 }, { - "from": "affinescript-dom/e2e/run.sh", - "to": "affinescript-dom/e2e/run_browser.sh", - "relation": "shared_dir:affinescript-dom/e2e", + "from": "tools/affine-pkg/src/storage.rs", + "to": "tools/affine-pkg/src/build.rs", + "relation": "shared_dir:tools/affine-pkg/src", "weight": 1.0 }, { - "from": "stdlib/Pixi.affine", - "to": "stdlib/Motion.affine", - "relation": "shared_dir:stdlib", + "from": "tools/affine-pkg/src/build.rs", + "to": "tools/affine-pkg/src/resolve.rs", + "relation": "shared_dir:tools/affine-pkg/src", "weight": 1.0 }, { - "from": "stdlib/Motion.affine", - "to": "stdlib/Bun.affine", - "relation": "shared_dir:stdlib", + "from": "tools/affine-pkg/src/resolve.rs", + "to": "tools/affine-pkg/src/lockfile.rs", + "relation": "shared_dir:tools/affine-pkg/src", "weight": 1.0 }, { - "from": "stdlib/Bun.affine", - "to": "stdlib/alib.affine", - "relation": "shared_dir:stdlib", + "from": "tools/affine-pkg/src/lockfile.rs", + "to": "tools/affine-pkg/src/config.rs", + "relation": "shared_dir:tools/affine-pkg/src", "weight": 1.0 }, { - "from": "stdlib/alib.affine", - "to": "stdlib/Deno.affine", - "relation": "shared_dir:stdlib", + "from": "tools/affine-pkg/src/config.rs", + "to": "tools/affine-pkg/src/workspace.rs", + "relation": "shared_dir:tools/affine-pkg/src", "weight": 1.0 }, { - "from": "stdlib/Deno.affine", - "to": "stdlib/Console.affine", - "relation": "shared_dir:stdlib", + "from": "tests/componentize/sockets_smoke.sh", + "to": "tests/componentize/sockio_smoke.sh", + "relation": "shared_dir:tests/componentize", "weight": 1.0 }, { - "from": "stdlib/Console.affine", - "to": "stdlib/Transaction.affine", - "relation": "shared_dir:stdlib", + "from": "tests/componentize/sockio_smoke.sh", + "to": "tests/componentize/filesystem_smoke.sh", + "relation": "shared_dir:tests/componentize", "weight": 1.0 }, { - "from": "stdlib/Transaction.affine", - "to": "stdlib/future.affine", - "relation": "shared_dir:stdlib", + "from": "affinescript-deno-test/example/smoke_driver.affine", + "to": "affinescript-deno-test/example/codegen_regression_test.affine", + "relation": "shared_dir:affinescript-deno-test/example", "weight": 1.0 }, { - "from": "stdlib/future.affine", - "to": "stdlib/Vscode.affine", - "relation": "shared_dir:stdlib", + "from": "test/test_golden.ml", + "to": "test/test_deno_builtins_consistency.ml", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "stdlib/Vscode.affine", - "to": "stdlib/Canvas.affine", - "relation": "shared_dir:stdlib", + "from": "test/test_deno_builtins_consistency.ml", + "to": "test/test_e2e.ml", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "stdlib/Canvas.affine", - "to": "stdlib/Http.affine", - "relation": "shared_dir:stdlib", + "from": "examples/ownership.affine", + "to": "examples/effects.affine", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "stdlib/Http.affine", - "to": "stdlib/AlibSchema.affine", - "relation": "shared_dir:stdlib", + "from": "examples/effects.affine", + "to": "examples/wasm-exports-demo.affine", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "stdlib/AlibSchema.affine", - "to": "stdlib/PixiSound.affine", - "relation": "shared_dir:stdlib", + "from": "tests/codegen-deno/deno_scripting_part2.deno.js", + "to": "tests/codegen-deno/string_lex_cmp.affine", + "relation": "shared_dir:tests/codegen-deno", "weight": 1.0 }, { - "from": "stdlib/PixiSound.affine", - "to": "stdlib/Sqlite.affine", - "relation": "shared_dir:stdlib", + "from": "tests/codegen-deno/string_lex_cmp.affine", + "to": "tests/codegen-deno/non_ascii.affine", + "relation": "shared_dir:tests/codegen-deno", "weight": 1.0 }, { - "from": "stdlib/Sqlite.affine", - "to": "stdlib/PixiUI.affine", - "relation": "shared_dir:stdlib", + "from": "tests/codegen-deno/non_ascii.affine", + "to": "tests/codegen-deno/sqlite_introspect_bulk.harness.mjs", + "relation": "shared_dir:tests/codegen-deno", "weight": 1.0 }, { - "from": "stdlib/PixiUI.affine", - "to": "stdlib/io.affine", - "relation": "shared_dir:stdlib", + "from": "tests/codegen-deno/sqlite_introspect_bulk.harness.mjs", + "to": "tests/codegen-deno/wasm_wasi_instance.affine", + "relation": "shared_dir:tests/codegen-deno", "weight": 1.0 }, { - "from": "stdlib/io.affine", - "to": "stdlib/Dom.affine", - "relation": "shared_dir:stdlib", + "from": "tests/codegen-deno/wasm_wasi_instance.affine", + "to": "tests/codegen-deno/int_div.affine", + "relation": "shared_dir:tests/codegen-deno", "weight": 1.0 }, { - "from": "stdlib/Dom.affine", - "to": "stdlib/effects.affine", - "relation": "shared_dir:stdlib", + "from": "tests/codegen-deno/int_div.affine", + "to": "tests/codegen-deno/sqlite_introspect_bulk.affine", + "relation": "shared_dir:tests/codegen-deno", "weight": 1.0 }, { - "from": "stdlib/effects.affine", - "to": "stdlib/Ipc.affine", - "relation": "shared_dir:stdlib", + "from": "tests/codegen-deno/sqlite_introspect_bulk.affine", + "to": "tests/codegen-deno/ipc_smoke.affine", + "relation": "shared_dir:tests/codegen-deno", "weight": 1.0 }, { - "from": "stdlib/Ipc.affine", - "to": "stdlib/dict.affine", - "relation": "shared_dir:stdlib", + "from": "tests/codegen-deno/ipc_smoke.affine", + "to": "tests/codegen-deno/deno_scripting.affine", + "relation": "shared_dir:tests/codegen-deno", "weight": 1.0 }, { - "from": "tests/codegen/test_http_response_reader.mjs", - "to": "tests/codegen/test_http_cps_capture.mjs", - "relation": "shared_dir:tests/codegen", + "from": "tests/codegen-deno/deno_scripting.affine", + "to": "tests/codegen-deno/random_smoke.deno.js", + "relation": "shared_dir:tests/codegen-deno", "weight": 1.0 }, { - "from": "tests/codegen/test_http_cps_capture.mjs", - "to": "tests/codegen/string_case.affine", - "relation": "shared_dir:tests/codegen", + "from": "tests/codegen-deno/random_smoke.deno.js", + "to": "tests/codegen-deno/deno_scripting_part2.affine", + "relation": "shared_dir:tests/codegen-deno", "weight": 1.0 }, { - "from": "tests/codegen/string_case.affine", - "to": "tests/codegen/string_char_code_at.affine", - "relation": "shared_dir:tests/codegen", + "from": "tests/codegen-deno/deno_scripting_part2.affine", + "to": "tests/codegen-deno/bytes_binary_io.deno.js", + "relation": "shared_dir:tests/codegen-deno", "weight": 1.0 }, { - "from": "tests/codegen/string_char_code_at.affine", - "to": "tests/codegen/clock_now_ms.affine", - "relation": "shared_dir:tests/codegen", + "from": "tests/codegen-deno/bytes_binary_io.deno.js", + "to": "tests/codegen-deno/http_fetch.harness.mjs", + "relation": "shared_dir:tests/codegen-deno", "weight": 1.0 }, { - "from": "tests/codegen/clock_now_ms.affine", - "to": "tests/codegen/test_http_cps_base.mjs", - "relation": "shared_dir:tests/codegen", + "from": "tests/codegen-deno/http_fetch.harness.mjs", + "to": "tests/codegen-deno/transaction_smoke.affine", + "relation": "shared_dir:tests/codegen-deno", "weight": 1.0 }, { - "from": "tests/codegen/test_http_cps_base.mjs", - "to": "tests/codegen/test_http_cps_chain.mjs", - "relation": "shared_dir:tests/codegen", + "from": "tests/codegen-deno/transaction_smoke.affine", + "to": "tests/codegen-deno/bytes_binary_io.affine", + "relation": "shared_dir:tests/codegen-deno", "weight": 1.0 }, { - "from": "tests/codegen/test_http_cps_chain.mjs", - "to": "tests/codegen/string_concat.affine", - "relation": "shared_dir:tests/codegen", + "from": "proposals/idaptik/migrated/SecurityAi/SecurityAiInt.affine", + "to": "proposals/idaptik/migrated/SecurityAi/SecurityAi.affine", + "relation": "shared_dir:proposals/idaptik/migrated/SecurityAi", "weight": 1.0 }, { - "from": "tests/codegen/string_concat.affine", - "to": "tests/codegen/string_find.affine", - "relation": "shared_dir:tests/codegen", + "from": "tools/affine-doc/src/html.rs", + "to": "tools/affine-doc/src/render.rs", + "relation": "shared_dir:tools/affine-doc/src", "weight": 1.0 }, { - "from": "tests/codegen/string_find.affine", - "to": "tests/codegen/http_thenable_skeleton.affine", - "relation": "shared_dir:tests/codegen", + "from": "tools/affine-doc/src/render.rs", + "to": "tools/affine-doc/src/extract.rs", + "relation": "shared_dir:tools/affine-doc/src", "weight": 1.0 }, { - "from": "tests/codegen/http_thenable_skeleton.affine", - "to": "tests/codegen/mixed_variant_match.affine", - "relation": "shared_dir:tests/codegen", + "from": "tools/affine-doc/src/extract.rs", + "to": "tools/affine-doc/src/index.rs", + "relation": "shared_dir:tools/affine-doc/src", "weight": 1.0 }, { - "from": "tests/codegen/mixed_variant_match.affine", - "to": "tests/codegen/http_response_reader.affine", - "relation": "shared_dir:tests/codegen", + "from": "tools/res-to-affine/test/test_emit.ml", + "to": "tools/res-to-affine/test/test_walker.ml", + "relation": "shared_dir:tools/res-to-affine/test", "weight": 1.0 }, { - "from": "tests/codegen/http_response_reader.affine", - "to": "tests/codegen/string_sub.affine", - "relation": "shared_dir:tests/codegen", + "from": "packages/affine-js/types.d.affine", + "to": "packages/affine-js/loader.js", + "relation": "shared_dir:packages/affine-js", "weight": 1.0 }, { - "from": "tests/codegen/string_sub.affine", - "to": "tests/codegen/http_cps_chain.affine", - "relation": "shared_dir:tests/codegen", + "from": "packages/affine-js/loader.js", + "to": "packages/affine-js/mod.js", + "relation": "shared_dir:packages/affine-js", "weight": 1.0 }, { - "from": "tests/codegen/http_cps_chain.affine", - "to": "tests/codegen/string_trim.affine", - "relation": "shared_dir:tests/codegen", + "from": "tools/affinescript-lsp/src/compiler.rs", + "to": "tools/affinescript-lsp/src/text_index.rs", + "relation": "shared_dir:tools/affinescript-lsp/src", "weight": 1.0 }, { - "from": "tests/codegen/string_trim.affine", - "to": "tests/codegen/file_roundtrip.affine", - "relation": "shared_dir:tests/codegen", + "from": "tools/affinescript-lsp/src/text_index.rs", + "to": "tools/affinescript-lsp/src/main.rs", + "relation": "shared_dir:tools/affinescript-lsp/src", "weight": 1.0 }, { - "from": "tests/codegen/file_roundtrip.affine", - "to": "tests/codegen/http_cps_capture.affine", - "relation": "shared_dir:tests/codegen", + "from": "tools/affinescript-lsp/src/main.rs", + "to": "tools/affinescript-lsp/src/document.rs", + "relation": "shared_dir:tools/affinescript-lsp/src", "weight": 1.0 }, { - "from": "tests/codegen/http_cps_capture.affine", - "to": "tests/codegen/test_http_thenable_skeleton.mjs", - "relation": "shared_dir:tests/codegen", + "from": "tools/affinescript-lsp/src/document.rs", + "to": "tools/affinescript-lsp/src/diagnostics.rs", + "relation": "shared_dir:tools/affinescript-lsp/src", "weight": 1.0 }, { - "from": "tests/codegen/test_http_thenable_skeleton.mjs", - "to": "tests/codegen/http_cps_base.affine", - "relation": "shared_dir:tests/codegen", + "from": "tools/affinescript-lsp/src/diagnostics.rs", + "to": "tools/affinescript-lsp/src/handlers.rs", + "relation": "shared_dir:tools/affinescript-lsp/src", "weight": 1.0 }, { - "from": "tests/codegen/http_cps_base.affine", - "to": "tests/codegen/string_int_to_string.affine", - "relation": "shared_dir:tests/codegen", + "from": "affinescript-dom/e2e/run_browser.sh", + "to": "affinescript-dom/e2e/run.sh", + "relation": "shared_dir:affinescript-dom/e2e", "weight": 1.0 }, { - "from": "tests/codegen/string_int_to_string.affine", - "to": "tests/codegen/string_from_char_code.affine", - "relation": "shared_dir:tests/codegen", + "from": "affinescript-deno-test/mod.affine", + "to": "affinescript-deno-test/cli.affine", + "relation": "shared_dir:affinescript-deno-test", "weight": 1.0 }, { - "from": "tests/codegen/string_from_char_code.affine", - "to": "tests/codegen/wasi_fs_combo.affine", - "relation": "shared_dir:tests/codegen", + "from": "tools/res-to-affine/test/fixtures/sample.res", + "to": "tools/res-to-affine/test/fixtures/phase3c.res", + "relation": "shared_dir:tools/res-to-affine/test/fixtures", "weight": 1.0 }, { @@ -3333,116 +3321,103 @@ }, { "from": "lib/parse.ml", - "to": "lib/interp.ml", + "to": "lib/wasm_gc_encode.ml", "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "lib/interp.ml", + "from": "lib/wasm_gc_encode.ml", "to": "lib/cafe_face.ml", "relation": "shared_dir:lib", "weight": 1.0 }, { "from": "lib/cafe_face.ml", - "to": "lib/lsp_server.ml", + "to": "lib/python_face.ml", "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "lib/lsp_server.ml", - "to": "lib/lucid_face.ml", + "from": "lib/python_face.ml", + "to": "lib/interp.ml", "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "lib/lucid_face.ml", + "from": "lib/interp.ml", "to": "lib/face_pragma.ml", "relation": "shared_dir:lib", "weight": 1.0 }, { "from": "lib/face_pragma.ml", - "to": "lib/python_face.ml", + "to": "lib/wasm_encode.ml", "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "lib/python_face.ml", - "to": "lib/wasm_gc_encode.ml", + "from": "lib/wasm_encode.ml", + "to": "lib/lucid_face.ml", "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "lib/wasm_gc_encode.ml", - "to": "lib/wasm_encode.ml", + "from": "lib/lucid_face.ml", + "to": "lib/lsp_server.ml", "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "packages/affine-js/loader.js", - "to": "packages/affine-js/mod.js", - "relation": "shared_dir:packages/affine-js", + "from": "docs/guides/warmup/03_effects.affine", + "to": "docs/guides/warmup/02_ownership.affine", + "relation": "shared_dir:docs/guides/warmup", "weight": 1.0 }, { - "from": "packages/affine-js/mod.js", - "to": "packages/affine-js/types.d.affine", - "relation": "shared_dir:packages/affine-js", + "from": "docs/guides/warmup/02_ownership.affine", + "to": "docs/guides/warmup/04_rows.affine", + "relation": "shared_dir:docs/guides/warmup", + "weight": 1.0 + }, + { + "from": "docs/guides/warmup/04_rows.affine", + "to": "docs/guides/warmup/01_basics.affine", + "relation": "shared_dir:docs/guides/warmup", + "weight": 1.0 + }, + { + "from": "scripts/install-bun.sh", + "to": "scripts/install-tree-sitter-cli.sh", + "relation": "shared_dir:scripts", "weight": 1.0 } ] }, "taint_matrix": { "rows": [ - { - "source_category": "UnsafeFFI", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "proposals/idaptik/migrated/NetworkManager/NetworkManager.affine" - ], - "frameworks": [], - "relation": "UnsafeFFI->Memory" - }, { "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "tools/affinescript-lsp/src/main.rs", - "tools/affinescript-lsp/src/diagnostics.rs", + "tools/affine-doc/src/index.rs", "tools/affinescript-lsp/src/text_index.rs", + "tools/affinescript-lsp/src/main.rs", "tools/affinescript-lsp/src/document.rs", - "tools/affine-doc/src/index.rs" + "tools/affinescript-lsp/src/diagnostics.rs" ], "frameworks": [], "relation": "PanicPath->Memory" }, { - "source_category": "InputBoundary", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "tests/codegen-deno/sqlite_introspect_bulk.harness.mjs", - "tests/codegen-deno/deno_scripting_part2.deno.js", - "tests/codegen-deno/bytes_binary_io.deno.js", - "tests/codegen-deno/sqlite_smoke.harness.mjs", - "tests/codegen-deno/random_smoke.deno.js", - "tests/codegen-deno/aggregate_smoke.harness.mjs" - ], - "frameworks": [], - "relation": "InputBoundary->Cpu" - }, - { - "source_category": "UncheckedError", - "sink_axis": "cpu", - "severity_value": 1.0, + "source_category": "DynamicCodeExecution", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "tools/affine-pkg/src/main.rs" + "tests/codegen-deno/dom_window_smoke.harness.mjs" ], "frameworks": [], - "relation": "UncheckedError->Cpu" + "relation": "DynamicCodeExecution->Memory" }, { "source_category": "DynamicCodeExecution", @@ -3455,28 +3430,53 @@ "relation": "DynamicCodeExecution->Network" }, { - "source_category": "DynamicCodeExecution", + "source_category": "UnsafeFFI", "sink_axis": "memory", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "tests/codegen-deno/dom_window_smoke.harness.mjs" + "proposals/idaptik/migrated/NetworkManager/NetworkManager.affine" ], "frameworks": [], - "relation": "DynamicCodeExecution->Memory" + "relation": "UnsafeFFI->Memory" }, { "source_category": "PanicPath", "sink_axis": "disk", "severity_value": 2.5, "files": [ - "tools/affinescript-lsp/src/main.rs", - "tools/affinescript-lsp/src/diagnostics.rs", + "tools/affine-doc/src/index.rs", "tools/affinescript-lsp/src/text_index.rs", + "tools/affinescript-lsp/src/main.rs", "tools/affinescript-lsp/src/document.rs", - "tools/affine-doc/src/index.rs" + "tools/affinescript-lsp/src/diagnostics.rs" ], "frameworks": [], "relation": "PanicPath->Disk" + }, + { + "source_category": "UncheckedError", + "sink_axis": "cpu", + "severity_value": 1.0, + "files": [ + "tools/affine-pkg/src/main.rs" + ], + "frameworks": [], + "relation": "UncheckedError->Cpu" + }, + { + "source_category": "InputBoundary", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "tests/codegen-deno/deno_scripting_part2.deno.js", + "tests/codegen-deno/sqlite_introspect_bulk.harness.mjs", + "tests/codegen-deno/random_smoke.deno.js", + "tests/codegen-deno/sqlite_smoke.harness.mjs", + "tests/codegen-deno/bytes_binary_io.deno.js", + "tests/codegen-deno/aggregate_smoke.harness.mjs" + ], + "frameworks": [], + "relation": "InputBoundary->Cpu" } ] } diff --git a/scans/affinescriptiser.json b/scans/affinescriptiser.json index 999dee1d..2b6cc0fd 100644 --- a/scans/affinescriptiser.json +++ b/scans/affinescriptiser.json @@ -5,35 +5,35 @@ "frameworks": [], "weak_points": [ { - "category": "PanicPath", - "location": "src/codegen/wasm_gen.rs", - "file": "src/codegen/wasm_gen.rs", + "category": "UnboundedAllocation", + "location": "src/codegen/parser.rs", + "file": "src/codegen/parser.rs", "severity": "Medium", - "description": "0 panic sites and 32 unwrap/expect calls in src/codegen/wasm_gen.rs", + "description": "Potential unbounded allocation pattern detected in src/codegen/parser.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", + "category": "PanicPath", "location": "src/codegen/parser.rs", "file": "src/codegen/parser.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/codegen/parser.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/codegen/parser.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { "category": "PanicPath", - "location": "src/codegen/parser.rs", - "file": "src/codegen/parser.rs", + "location": "src/codegen/wasm_gen.rs", + "file": "src/codegen/wasm_gen.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/codegen/parser.rs", + "description": "0 panic sites and 32 unwrap/expect calls in src/codegen/wasm_gen.rs", "recommended_attack": [ "memory", "disk" @@ -73,23 +73,23 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "tests/integration_tests.rs", + "lines": 409, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "scripts/install-zig.sh", - "lines": 59, + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { @@ -103,23 +103,23 @@ "threading_constructs": 0 }, { - "file_path": "tests/integration_tests.rs", - "lines": 409, + "file_path": "scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/codegen/wasm_gen.rs", - "lines": 271, + "file_path": "src/manifest/mod.rs", + "lines": 360, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 32, - "allocation_sites": 6, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -133,22 +133,22 @@ "threading_constructs": 0 }, { - "file_path": "src/codegen/affine_gen.rs", - "lines": 373, + "file_path": "src/codegen/wasm_gen.rs", + "lines": 271, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 29, + "unwrap_calls": 32, "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 441, + "file_path": "src/codegen/affine_gen.rs", + "lines": 373, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "unwrap_calls": 29, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, @@ -163,39 +163,39 @@ "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 360, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 441, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", "memory", + "disk", "cpu" ], "dependency_graph": { "edges": [ { - "from": "src/codegen/wasm_gen.rs", - "to": "src/codegen/parser.rs", - "relation": "shared_dir:src/codegen", + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { "from": "src/codegen/parser.rs", - "to": "src/codegen/affine_gen.rs", + "to": "src/codegen/wasm_gen.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", - "relation": "shared_dir:scripts", + "from": "src/codegen/wasm_gen.rs", + "to": "src/codegen/affine_gen.rs", + "relation": "shared_dir:src/codegen", "weight": 1.0 } ] @@ -203,34 +203,34 @@ "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", + "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/codegen/parser.rs" + "src/codegen/parser.rs", + "src/codegen/wasm_gen.rs", + "src/codegen/affine_gen.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Memory" }, { - "source_category": "PanicPath", + "source_category": "UnboundedAllocation", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/codegen/wasm_gen.rs", - "src/codegen/parser.rs", - "src/codegen/affine_gen.rs" + "src/codegen/parser.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "PanicPath", "sink_axis": "disk", "severity_value": 2.5, "files": [ - "src/codegen/wasm_gen.rs", "src/codegen/parser.rs", + "src/codegen/wasm_gen.rs", "src/codegen/affine_gen.rs" ], "frameworks": [], diff --git a/scans/aggregate-library.json b/scans/aggregate-library.json index 73a03338..b9085e76 100644 --- a/scans/aggregate-library.json +++ b/scans/aggregate-library.json @@ -27,24 +27,24 @@ }, "file_statistics": [ { - "file_path": "lib/aggregate_library/file_io.ex", - "lines": 195, + "file_path": "tools/stdlib-merger/src/stripper.jl", + "lines": 107, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/stdlib-merger/src/orchestrator.jl", - "lines": 311, + "file_path": "tools/stdlib-merger/src/extractor.jl", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { "file_path": "tools/stdlib-merger/src/reporter.jl", @@ -57,18 +57,18 @@ "threading_constructs": 0 }, { - "file_path": "tools/stdlib-merger/src/stripper.jl", - "lines": 107, + "file_path": "tools/stdlib-merger/src/orchestrator.jl", + "lines": 311, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "tools/stdlib-merger/src/extractor.jl", - "lines": 129, + "file_path": "tools/stdlib-merger/src/parsers/elixir_parser.jl", + "lines": 358, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -77,18 +77,18 @@ "threading_constructs": 0 }, { - "file_path": "tools/stdlib-merger/src/parsers/elixir_parser.jl", - "lines": 358, + "file_path": "lib/aggregate_library/file_io.ex", + "lines": 195, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/validate-specs.affine", - "lines": 131, + "file_path": "scripts/run_conformance.sh", + "lines": 96, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -107,8 +107,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/run_conformance.sh", - "lines": 96, + "file_path": "scripts/validate-specs.affine", + "lines": 131, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -117,28 +117,28 @@ "threading_constructs": 0 }, { - "file_path": "src/test-runner.affine", - "lines": 319, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "src/conformance_runner.res", - "lines": 101, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/affinescript/ALib.affine", - "lines": 158, + "file_path": "src/test-runner.affine", + "lines": 319, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -147,67 +147,67 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "src/affinescript/ALib.affine", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, + "file_path": "src/conformance_runner.res", + "lines": 101, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "unwrap_calls": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", "memory", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "tools/stdlib-merger/src/orchestrator.jl", - "to": "tools/stdlib-merger/src/reporter.jl", - "relation": "shared_dir:tools/stdlib-merger/src", + "from": "src/test-runner.affine", + "to": "src/conformance_runner.res", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "tools/stdlib-merger/src/reporter.jl", - "to": "tools/stdlib-merger/src/stripper.jl", - "relation": "shared_dir:tools/stdlib-merger/src", + "from": "scripts/run_conformance.sh", + "to": "scripts/run-conformance-tests.affine", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "tools/stdlib-merger/src/stripper.jl", - "to": "tools/stdlib-merger/src/extractor.jl", - "relation": "shared_dir:tools/stdlib-merger/src", + "from": "scripts/run-conformance-tests.affine", + "to": "scripts/validate-specs.affine", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/test-runner.affine", - "to": "src/conformance_runner.res", - "relation": "shared_dir:src", + "from": "tools/stdlib-merger/src/stripper.jl", + "to": "tools/stdlib-merger/src/extractor.jl", + "relation": "shared_dir:tools/stdlib-merger/src", "weight": 1.0 }, { - "from": "scripts/validate-specs.affine", - "to": "scripts/run-conformance-tests.affine", - "relation": "shared_dir:scripts", + "from": "tools/stdlib-merger/src/extractor.jl", + "to": "tools/stdlib-merger/src/reporter.jl", + "relation": "shared_dir:tools/stdlib-merger/src", "weight": 1.0 }, { - "from": "scripts/run-conformance-tests.affine", - "to": "scripts/run_conformance.sh", - "relation": "shared_dir:scripts", + "from": "tools/stdlib-merger/src/reporter.jl", + "to": "tools/stdlib-merger/src/orchestrator.jl", + "relation": "shared_dir:tools/stdlib-merger/src", "weight": 1.0 } ] diff --git a/scans/airborne-submarine-squadron.json b/scans/airborne-submarine-squadron.json index 78d0f132..2c730eff 100644 --- a/scans/airborne-submarine-squadron.json +++ b/scans/airborne-submarine-squadron.json @@ -5,71 +5,70 @@ "frameworks": [], "weak_points": [ { - "category": "UnboundedAllocation", - "location": "tray/src/main.rs", - "file": "tray/src/main.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in tray/src/main.rs", + "category": "ExcessivePermissions", + "location": "run.js", + "file": "run.js", + "severity": "High", + "description": "Deno -A (all permissions) in run.js", "recommended_attack": [ - "memory", - "cpu" + "network", + "disk" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "tray/src/main.rs", - "file": "tray/src/main.rs", - "severity": "High", - "description": "1 unsafe blocks in tray/src/main.rs", + "category": "PathTraversal", + "location": "install.sh", + "file": "install.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in install.sh", "recommended_attack": [ - "memory", - "concurrency" + "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "tray/src/main.rs", - "file": "tray/src/main.rs", + "category": "PathTraversal", + "location": "gossamer/launch.sh", + "file": "gossamer/launch.sh", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in tray/src/main.rs", + "description": "Hardcoded /tmp/ path without mktemp in gossamer/launch.sh", "recommended_attack": [ - "memory", "disk" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "install.sh", - "file": "install.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in install.sh", + "category": "ExcessivePermissions", + "location": "launcher.sh", + "file": "launcher.sh", + "severity": "High", + "description": "Deno -A (all permissions) in launcher.sh", "recommended_attack": [ + "network", "disk" ], "test_context": "production" }, { "category": "PathTraversal", - "location": "desktop/install-debug.sh", - "file": "desktop/install-debug.sh", + "location": "launcher.sh", + "file": "launcher.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in desktop/install-debug.sh", + "description": "Hardcoded /tmp/ path without mktemp in launcher.sh", "recommended_attack": [ "disk" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "desktop/install.sh", - "file": "desktop/install.sh", + "category": "InputBoundary", + "location": "test/compatibility_test.js", + "file": "test/compatibility_test.js", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in desktop/install.sh", + "description": "3 JSON.parse call(s) with 0 try block(s) in test/compatibility_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ - "disk" + "cpu" ], "test_context": "production" }, @@ -85,58 +84,59 @@ "test_context": "production" }, { - "category": "InputBoundary", - "location": "test/compatibility_test.js", - "file": "test/compatibility_test.js", + "category": "PathTraversal", + "location": "desktop/install.sh", + "file": "desktop/install.sh", "severity": "Medium", - "description": "3 JSON.parse call(s) with 0 try block(s) in test/compatibility_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "Hardcoded /tmp/ path without mktemp in desktop/install.sh", "recommended_attack": [ - "cpu" + "disk" ], "test_context": "production" }, { "category": "PathTraversal", - "location": "gossamer/launch.sh", - "file": "gossamer/launch.sh", + "location": "desktop/install-debug.sh", + "file": "desktop/install-debug.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in gossamer/launch.sh", + "description": "Hardcoded /tmp/ path without mktemp in desktop/install-debug.sh", "recommended_attack": [ "disk" ], "test_context": "production" }, { - "category": "ExcessivePermissions", - "location": "run.js", - "file": "run.js", - "severity": "High", - "description": "Deno -A (all permissions) in run.js", + "category": "UnboundedAllocation", + "location": "tray/src/main.rs", + "file": "tray/src/main.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in tray/src/main.rs", "recommended_attack": [ - "network", - "disk" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "ExcessivePermissions", - "location": "launcher.sh", - "file": "launcher.sh", + "category": "UnsafeCode", + "location": "tray/src/main.rs", + "file": "tray/src/main.rs", "severity": "High", - "description": "Deno -A (all permissions) in launcher.sh", + "description": "1 unsafe blocks in tray/src/main.rs", "recommended_attack": [ - "network", - "disk" + "memory", + "concurrency" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "launcher.sh", - "file": "launcher.sh", + "category": "PanicPath", + "location": "tray/src/main.rs", + "file": "tray/src/main.rs", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in launcher.sh", + "description": "0 panic sites and 1 unwrap/expect calls in tray/src/main.rs", "recommended_attack": [ + "memory", "disk" ], "test_context": "production" @@ -153,26 +153,24 @@ }, "file_statistics": [ { - "file_path": "tray/benches/tray_bench.rs", - "lines": 92, + "file_path": "gossamer/net/signalling.js", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tray/src/main.rs", - "lines": 335, - "unsafe_blocks": 1, + "file_path": "gossamer/verisimdb.js", + "lines": 164, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 4, - "allocation_sites": 10, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 3, - "threading_constructs": 1 + "threading_constructs": 0 }, { "file_path": "gossamer/launch.sh", @@ -195,48 +193,48 @@ "threading_constructs": 0 }, { - "file_path": "gossamer/verisimdb.js", - "lines": 164, + "file_path": "launcher.sh", + "lines": 317, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "gossamer/net/signalling.js", - "lines": 223, + "file_path": "archive/web/app_enhanced.js", + "lines": 303, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "archive/src/main_complete_temp.affine", + "lines": 871, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, + "file_path": "archive/src/main_incremental_temp.affine", + "lines": 921, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "test_verisimdb_simple.js", - "lines": 59, + "file_path": "archive/src/main_final.affine", + "lines": 1033, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -245,23 +243,23 @@ "threading_constructs": 0 }, { - "file_path": "archive/web/app_enhanced.js", - "lines": 303, + "file_path": "archive/src/main_clean.affine", + "lines": 1006, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "archive/src/main_incremental.affine", - "lines": 1234, + "file_path": "archive/src/main_complete.affine", + "lines": 736, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { @@ -275,8 +273,8 @@ "threading_constructs": 0 }, { - "file_path": "archive/src/main_clean.affine", - "lines": 1006, + "file_path": "archive/src/main_hybrid.affine", + "lines": 921, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -285,28 +283,28 @@ "threading_constructs": 0 }, { - "file_path": "archive/src/main_enhanced.affine", - "lines": 560, + "file_path": "archive/src/main_final_working.affine", + "lines": 936, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "archive/src/main_final.affine", - "lines": 1033, + "file_path": "archive/src/main_complete_v2.affine", + "lines": 871, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "archive/src/main_step1.affine", - "lines": 1122, + "file_path": "archive/src/main_incremental.affine", + "lines": 1234, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -315,18 +313,8 @@ "threading_constructs": 0 }, { - "file_path": "archive/src/main_final_working.affine", - "lines": 936, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "archive/src/main_hybrid.affine", - "lines": 921, + "file_path": "archive/src/main_step1.affine", + "lines": 1122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -335,8 +323,8 @@ "threading_constructs": 0 }, { - "file_path": "archive/src/main_complete_temp.affine", - "lines": 871, + "file_path": "archive/src/main_enhanced.affine", + "lines": 560, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -345,28 +333,28 @@ "threading_constructs": 0 }, { - "file_path": "archive/src/main_complete_v2.affine", - "lines": 871, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "archive/src/main_complete.affine", - "lines": 736, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "archive/src/main_incremental_temp.affine", - "lines": 921, + "file_path": "test_verisimdb_simple.js", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -375,113 +363,145 @@ "threading_constructs": 0 }, { - "file_path": "launcher.sh", - "lines": 317, + "file_path": "tray/benches/tray_bench.rs", + "lines": 92, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 + }, + { + "file_path": "tray/src/main.rs", + "lines": 335, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 4, + "allocation_sites": 10, + "io_operations": 3, + "threading_constructs": 1 } ], "recommended_attacks": [ - "cpu", + "memory", "concurrency", + "network", "disk", - "memory", - "network" + "cpu" ], "dependency_graph": { "edges": [ { - "from": "archive/src/main_incremental.affine", - "to": "archive/src/main_complete_working.affine", - "relation": "shared_dir:archive/src", + "from": "gossamer/verisimdb.js", + "to": "gossamer/launch.sh", + "relation": "shared_dir:gossamer", "weight": 1.0 }, { - "from": "archive/src/main_complete_working.affine", - "to": "archive/src/main_clean.affine", - "relation": "shared_dir:archive/src", + "from": "gossamer/launch.sh", + "to": "gossamer/app_gossamer.js", + "relation": "shared_dir:gossamer", "weight": 1.0 }, { - "from": "archive/src/main_clean.affine", - "to": "archive/src/main_enhanced.affine", + "from": "launcher.sh", + "to": "test_verisimdb_simple.js", + "relation": "shared_dir:", + "weight": 1.0 + }, + { + "from": "archive/src/main_complete_temp.affine", + "to": "archive/src/main_incremental_temp.affine", "relation": "shared_dir:archive/src", "weight": 1.0 }, { - "from": "archive/src/main_enhanced.affine", + "from": "archive/src/main_incremental_temp.affine", "to": "archive/src/main_final.affine", "relation": "shared_dir:archive/src", "weight": 1.0 }, { "from": "archive/src/main_final.affine", - "to": "archive/src/main_step1.affine", + "to": "archive/src/main_clean.affine", "relation": "shared_dir:archive/src", "weight": 1.0 }, { - "from": "archive/src/main_step1.affine", - "to": "archive/src/main_final_working.affine", + "from": "archive/src/main_clean.affine", + "to": "archive/src/main_complete.affine", "relation": "shared_dir:archive/src", "weight": 1.0 }, { - "from": "archive/src/main_final_working.affine", + "from": "archive/src/main_complete.affine", + "to": "archive/src/main_complete_working.affine", + "relation": "shared_dir:archive/src", + "weight": 1.0 + }, + { + "from": "archive/src/main_complete_working.affine", "to": "archive/src/main_hybrid.affine", "relation": "shared_dir:archive/src", "weight": 1.0 }, { "from": "archive/src/main_hybrid.affine", - "to": "archive/src/main_complete_temp.affine", + "to": "archive/src/main_final_working.affine", "relation": "shared_dir:archive/src", "weight": 1.0 }, { - "from": "archive/src/main_complete_temp.affine", + "from": "archive/src/main_final_working.affine", "to": "archive/src/main_complete_v2.affine", "relation": "shared_dir:archive/src", "weight": 1.0 }, { "from": "archive/src/main_complete_v2.affine", - "to": "archive/src/main_complete.affine", + "to": "archive/src/main_incremental.affine", "relation": "shared_dir:archive/src", "weight": 1.0 }, { - "from": "archive/src/main_complete.affine", - "to": "archive/src/main_incremental_temp.affine", + "from": "archive/src/main_incremental.affine", + "to": "archive/src/main_step1.affine", "relation": "shared_dir:archive/src", "weight": 1.0 }, { - "from": "gossamer/launch.sh", - "to": "gossamer/app_gossamer.js", - "relation": "shared_dir:gossamer", - "weight": 1.0 - }, - { - "from": "gossamer/app_gossamer.js", - "to": "gossamer/verisimdb.js", - "relation": "shared_dir:gossamer", - "weight": 1.0 - }, - { - "from": "test_verisimdb_simple.js", - "to": "launcher.sh", - "relation": "shared_dir:", + "from": "archive/src/main_step1.affine", + "to": "archive/src/main_enhanced.affine", + "relation": "shared_dir:archive/src", "weight": 1.0 } ] }, "taint_matrix": { "rows": [ + { + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "tray/src/main.rs" + ], + "frameworks": [], + "relation": "PanicPath->Memory" + }, + { + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, + "files": [ + "tray/src/main.rs" + ], + "frameworks": [], + "relation": "UnsafeCode->Memory" + }, { "source_category": "ExcessivePermissions", "sink_axis": "disk", @@ -503,91 +523,71 @@ "frameworks": [], "relation": "PanicPath->Disk" }, - { - "source_category": "InputBoundary", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "test/bench.js", - "test/compatibility_test.js" - ], - "frameworks": [], - "relation": "InputBoundary->Cpu" - }, { "source_category": "PathTraversal", "sink_axis": "disk", "severity_value": 2.5, "files": [ "install.sh", - "desktop/install-debug.sh", - "desktop/install.sh", "gossamer/launch.sh", - "launcher.sh" + "launcher.sh", + "desktop/install.sh", + "desktop/install-debug.sh" ], "frameworks": [], "relation": "PathTraversal->Disk" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "concurrency", + "severity_value": 3.5, "files": [ "tray/src/main.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnsafeCode->Concurrency" }, { - "source_category": "UnsafeCode", - "sink_axis": "memory", + "source_category": "ExcessivePermissions", + "sink_axis": "network", "severity_value": 3.5, "files": [ - "tray/src/main.rs" + "run.js", + "launcher.sh" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "ExcessivePermissions->Network" }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ "tray/src/main.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", - "severity_value": 3.5, + "source_category": "UnboundedAllocation", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ "tray/src/main.rs" ], "frameworks": [], - "relation": "UnsafeCode->Concurrency" - }, - { - "source_category": "ExcessivePermissions", - "sink_axis": "network", - "severity_value": 3.5, - "files": [ - "run.js", - "launcher.sh" - ], - "frameworks": [], - "relation": "ExcessivePermissions->Network" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "InputBoundary", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "tray/src/main.rs" + "test/compatibility_test.js", + "test/bench.js" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "InputBoundary->Cpu" } ] } diff --git a/scans/alloyiser.json b/scans/alloyiser.json index 21a557b0..197f9d0c 100644 --- a/scans/alloyiser.json +++ b/scans/alloyiser.json @@ -4,6 +4,18 @@ "language": "idris", "frameworks": [], "weak_points": [ + { + "category": "UnboundedAllocation", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, { "category": "UnboundedAllocation", "location": "src/codegen/parser.rs", @@ -28,18 +40,6 @@ ], "test_context": "production" }, - { - "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, { "category": "MutationGap", "location": "Cargo.toml", @@ -70,6 +70,16 @@ "io_operations": 8, "threading_constructs": 0 }, + { + "file_path": "scripts/abi-ffi-gate.jl", + "lines": 116, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, { "file_path": "scripts/install-zig.sh", "lines": 59, @@ -81,12 +91,22 @@ "threading_constructs": 0 }, { - "file_path": "scripts/abi-ffi-gate.jl", - "lines": 116, + "file_path": "src/abi/mod.rs", + "lines": 425, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 10, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "src/manifest/mod.rs", + "lines": 334, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 2, "threading_constructs": 0 }, @@ -102,12 +122,12 @@ "threading_constructs": 0 }, { - "file_path": "src/codegen/alloy_gen.rs", - "lines": 358, + "file_path": "src/codegen/mod.rs", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, @@ -123,25 +143,15 @@ "threading_constructs": 0 }, { - "file_path": "src/codegen/mod.rs", - "lines": 155, + "file_path": "src/codegen/alloy_gen.rs", + "lines": 358, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, + "unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/interface/ffi/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, { "file_path": "src/interface/abi/Alloyiser/ABI/Foreign.idr", "lines": 340, @@ -153,54 +163,44 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/mod.rs", - "lines": 425, + "file_path": "src/interface/ffi/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/manifest/mod.rs", - "lines": 334, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, - "threading_constructs": 0 + "threading_constructs": 2 } ], "recommended_attacks": [ - "cpu", "disk", - "memory" + "memory", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { "from": "src/codegen/parser.rs", - "to": "src/codegen/alloy_gen.rs", + "to": "src/codegen/mod.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/codegen/alloy_gen.rs", + "from": "src/codegen/mod.rs", "to": "src/codegen/analyzer.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { "from": "src/codegen/analyzer.rs", - "to": "src/codegen/mod.rs", + "to": "src/codegen/alloy_gen.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 } @@ -213,8 +213,8 @@ "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/codegen/parser.rs", - "src/manifest/mod.rs" + "src/manifest/mod.rs", + "src/codegen/parser.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Memory" @@ -224,8 +224,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/codegen/parser.rs", - "src/manifest/mod.rs" + "src/manifest/mod.rs", + "src/codegen/parser.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Cpu" diff --git a/scans/ambientops.json b/scans/ambientops.json index a05aaf9b..b3016efd 100644 --- a/scans/ambientops.json +++ b/scans/ambientops.json @@ -3,934 +3,1004 @@ "program_path": "ambientops", "language": "elixir", "frameworks": [ - "Phoenix", "OTP", - "WebServer" + "WebServer", + "Phoenix" ], "weak_points": [ { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "CommandInjection", + "location": "records/referrals/lib/feedback_a_tron/network_verifier.ex", + "file": "records/referrals/lib/feedback_a_tron/network_verifier.ex", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "System command execution in records/referrals/lib/feedback_a_tron/network_verifier.ex", "recommended_attack": [ - "network" + "cpu", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "CommandInjection", + "location": "records/referrals/lib/feedback_a_tron/submitter.ex", + "file": "records/referrals/lib/feedback_a_tron/submitter.ex", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "System command execution in records/referrals/lib/feedback_a_tron/submitter.ex", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "MutationGap", + "location": "records/referrals/test/feedback_a_tron/audit_log_test.exs", + "file": "records/referrals/test/feedback_a_tron/audit_log_test.exs", + "severity": "Low", + "description": "Elixir test file records/referrals/test/feedback_a_tron/audit_log_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "MutationGap", + "location": "records/referrals/test/feedback_a_tron/deduplicator_test.exs", + "file": "records/referrals/test/feedback_a_tron/deduplicator_test.exs", + "severity": "Low", + "description": "Elixir test file records/referrals/test/feedback_a_tron/deduplicator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "CommandInjection", + "location": "records/service-autopsy/lib/service_autopsy/watcher.ex", + "file": "records/service-autopsy/lib/service_autopsy/watcher.ex", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "System command execution in records/service-autopsy/lib/service_autopsy/watcher.ex", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "CommandInjection", + "location": "records/service-autopsy/lib/service_autopsy/collector.ex", + "file": "records/service-autopsy/lib/service_autopsy/collector.ex", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "System command execution in records/service-autopsy/lib/service_autopsy/collector.ex", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "MutationGap", + "location": "records/service-autopsy/test/service_autopsy/report_store_test.exs", + "file": "records/service-autopsy/test/service_autopsy/report_store_test.exs", + "severity": "Low", + "description": "Elixir test file records/service-autopsy/test/service_autopsy/report_store_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "CommandInjection", + "location": "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", + "file": "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "System command execution in total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "CommandInjection", + "location": "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", + "file": "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "System command execution in total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "CommandInjection", + "location": "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", + "file": "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "System command execution in total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", "recommended_attack": [ - "network" + "cpu", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "CommandInjection", + "location": "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", + "file": "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "System command execution in total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "CommandInjection", + "location": "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", + "file": "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "System command execution in total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "CommandInjection", + "location": "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", + "file": "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "System command execution in total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", "recommended_attack": [ - "network" + "cpu", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "CommandInjection", + "location": "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", + "file": "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "System command execution in total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "CommandInjection", + "location": "total-update/test/skeleton_test.sh", + "file": "total-update/test/skeleton_test.sh", + "severity": "Critical", + "description": "eval usage in total-update/test/skeleton_test.sh", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "UnboundedAllocation", + "location": "clinician/src/tools/crisis.rs", + "file": "clinician/src/tools/crisis.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "Potential unbounded allocation pattern detected in clinician/src/tools/crisis.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "UnboundedAllocation", + "location": "clinician/src/tools/bt_sentinel.rs", + "file": "clinician/src/tools/bt_sentinel.rs", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "Potential unbounded allocation pattern detected in clinician/src/tools/bt_sentinel.rs", "recommended_attack": [ - "memory" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "PanicPath", + "location": "clinician/src/tools/bt_sentinel.rs", + "file": "clinician/src/tools/bt_sentinel.rs", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "0 panic sites and 2 unwrap/expect calls in clinician/src/tools/bt_sentinel.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "UnboundedAllocation", + "location": "clinician/src/tools/network.rs", + "file": "clinician/src/tools/network.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "Potential unbounded allocation pattern detected in clinician/src/tools/network.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "UnboundedAllocation", + "location": "clinician/src/reasoning/mod.rs", + "file": "clinician/src/reasoning/mod.rs", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "Potential unbounded allocation pattern detected in clinician/src/reasoning/mod.rs", "recommended_attack": [ - "memory" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "UnboundedAllocation", + "location": "clinician/src/satellites/panic_attacker.rs", + "file": "clinician/src/satellites/panic_attacker.rs", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "Potential unbounded allocation pattern detected in clinician/src/satellites/panic_attacker.rs", "recommended_attack": [ - "memory" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "UnboundedAllocation", + "location": "clinician/src/rules/mod.rs", + "file": "clinician/src/rules/mod.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "Potential unbounded allocation pattern detected in clinician/src/rules/mod.rs", "recommended_attack": [ - "network" + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "MutationGap", + "location": "monitoring/observatory/test/system_observatory/correlator_test.exs", + "file": "monitoring/observatory/test/system_observatory/correlator_test.exs", + "severity": "Low", + "description": "Elixir test file monitoring/observatory/test/system_observatory/correlator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "MutationGap", + "location": "monitoring/observatory/test/system_observatory/bundle_ingestion_test.exs", + "file": "monitoring/observatory/test/system_observatory/bundle_ingestion_test.exs", + "severity": "Low", + "description": "Elixir test file monitoring/observatory/test/system_observatory/bundle_ingestion_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "MutationGap", + "location": "monitoring/observatory/test/system_observatory/cli_test.exs", + "file": "monitoring/observatory/test/system_observatory/cli_test.exs", + "severity": "Low", + "description": "Elixir test file monitoring/observatory/test/system_observatory/cli_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "MutationGap", + "location": "monitoring/observatory/test/system_observatory/metrics/store_test.exs", + "file": "monitoring/observatory/test/system_observatory/metrics/store_test.exs", + "severity": "Low", + "description": "Elixir test file monitoring/observatory/test/system_observatory/metrics/store_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "MutationGap", + "location": "monitoring/observatory/test/system_observatory/recommendation_test.exs", + "file": "monitoring/observatory/test/system_observatory/recommendation_test.exs", + "severity": "Low", + "description": "Elixir test file monitoring/observatory/test/system_observatory/recommendation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "MutationGap", + "location": "monitoring/observatory/test/system_observatory/forecasting_test.exs", + "file": "monitoring/observatory/test/system_observatory/forecasting_test.exs", + "severity": "Low", + "description": "Elixir test file monitoring/observatory/test/system_observatory/forecasting_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "MutationGap", + "location": "monitoring/observatory/test/system_observatory_test.exs", + "file": "monitoring/observatory/test/system_observatory_test.exs", + "severity": "Low", + "description": "Elixir test file monitoring/observatory/test/system_observatory_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InputBoundary", + "location": "monitoring/systems-observatory/tools/generate_html_report.jl", + "file": "monitoring/systems-observatory/tools/generate_html_report.jl", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "2 JSON3.read/JSON.parse call(s) with 0 try block(s) in monitoring/systems-observatory/tools/generate_html_report.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ - "memory" + "cpu" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "InputBoundary", + "location": "monitoring/systems-observatory/examples/example_advanced_analysis.jl", + "file": "monitoring/systems-observatory/examples/example_advanced_analysis.jl", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "1 JSON3.read/JSON.parse call(s) with 0 try block(s) in monitoring/systems-observatory/examples/example_advanced_analysis.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "InputBoundary", + "location": "monitoring/systems-observatory/examples/example_database_stats.jl", + "file": "monitoring/systems-observatory/examples/example_database_stats.jl", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "2 JSON3.read/JSON.parse call(s) with 0 try block(s) in monitoring/systems-observatory/examples/example_database_stats.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ - "network" + "cpu" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InputBoundary", + "location": "monitoring/systems-observatory/test/runtests.jl", + "file": "monitoring/systems-observatory/test/runtests.jl", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "2 JSON3.read/JSON.parse call(s) with 0 try block(s) in monitoring/systems-observatory/test/runtests.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "MutationGap", + "location": "monitoring/systems-observatory/test/runtests.jl", + "file": "monitoring/systems-observatory/test/runtests.jl", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "18 @test assertion(s) in monitoring/systems-observatory/test/runtests.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "ProofDrift", + "location": "monitoring/systems-observatory/test/test_database.jl", + "file": "monitoring/systems-observatory/test/test_database.jl", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "16 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in monitoring/systems-observatory/test/test_database.jl", "recommended_attack": [ - "network" + "cpu" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InputBoundary", + "location": "monitoring/systems-observatory/test/test_database.jl", + "file": "monitoring/systems-observatory/test/test_database.jl", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "7 JSON3.read/JSON.parse call(s) with 1 try block(s) in monitoring/systems-observatory/test/test_database.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "location": "monitoring/systems-observatory/src/diagnostics_integration.jl", + "file": "monitoring/systems-observatory/src/diagnostics_integration.jl", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "6 ccall/FFI calls in monitoring/systems-observatory/src/diagnostics_integration.jl", "recommended_attack": [ "memory" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "InputBoundary", + "location": "monitoring/systems-observatory/benchmarks/benchmark_database.jl", + "file": "monitoring/systems-observatory/benchmarks/benchmark_database.jl", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "9 JSON3.read/JSON.parse call(s) with 0 try block(s) in monitoring/systems-observatory/benchmarks/benchmark_database.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ - "network" + "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "UnboundedAllocation", + "location": "emergency-room/rust/src/pulse.rs", + "file": "emergency-room/rust/src/pulse.rs", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "Potential unbounded allocation pattern detected in emergency-room/rust/src/pulse.rs", "recommended_attack": [ - "memory" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "UnboundedAllocation", + "location": "emergency-room/rust/src/boot_guardian.rs", + "file": "emergency-room/rust/src/boot_guardian.rs", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "Potential unbounded allocation pattern detected in emergency-room/rust/src/boot_guardian.rs", "recommended_attack": [ - "memory" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "UnboundedAllocation", + "location": "emergency-room/rust/src/shutdown_marshal.rs", + "file": "emergency-room/rust/src/shutdown_marshal.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "Potential unbounded allocation pattern detected in emergency-room/rust/src/shutdown_marshal.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "PanicPath", + "location": "czech-file-knife/cfk-ios/src/lib.rs", + "file": "czech-file-knife/cfk-ios/src/lib.rs", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "0 panic sites and 2 unwrap/expect calls in czech-file-knife/cfk-ios/src/lib.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "UnboundedAllocation", + "location": "czech-file-knife/cfk-ios/src/domain.rs", + "file": "czech-file-knife/cfk-ios/src/domain.rs", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "Potential unbounded allocation pattern detected in czech-file-knife/cfk-ios/src/domain.rs", "recommended_attack": [ - "memory" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "recommended_attack": [ - "network" - ], - "test_context": "test_only" - }, - { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "ResourceLeak", + "location": "czech-file-knife/cfk-ios/src/ffi.rs", + "file": "czech-file-knife/cfk-ios/src/ffi.rs", + "severity": "High", + "description": "mem::forget usage (resource leak) in czech-file-knife/cfk-ios/src/ffi.rs", "recommended_attack": [ "memory" ], + "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "UnsafeCode", + "location": "czech-file-knife/cfk-ios/src/ffi.rs", + "file": "czech-file-knife/cfk-ios/src/ffi.rs", + "severity": "High", + "description": "Raw pointer cast in czech-file-knife/cfk-ios/src/ffi.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], + "suppressed": true, "test_context": "production" }, { "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "location": "czech-file-knife/cfk-core/src/path.rs", + "file": "czech-file-knife/cfk-core/src/path.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "1 HTTP (non-HTTPS) URLs in czech-file-knife/cfk-core/src/path.rs", "recommended_attack": [ "network" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "PanicPath", + "location": "czech-file-knife/cfk-providers/src/webdav.rs", + "file": "czech-file-knife/cfk-providers/src/webdav.rs", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "0 panic sites and 5 unwrap/expect calls in czech-file-knife/cfk-providers/src/webdav.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "PanicPath", + "location": "czech-file-knife/cfk-providers/src/syncthing.rs", + "file": "czech-file-knife/cfk-providers/src/syncthing.rs", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "0 panic sites and 2 unwrap/expect calls in czech-file-knife/cfk-providers/src/syncthing.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "PanicPath", + "location": "czech-file-knife/cfk-providers/src/dropbox.rs", + "file": "czech-file-knife/cfk-providers/src/dropbox.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "0 panic sites and 3 unwrap/expect calls in czech-file-knife/cfk-providers/src/dropbox.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "PanicPath", + "location": "czech-file-knife/cfk-providers/src/afs.rs", + "file": "czech-file-knife/cfk-providers/src/afs.rs", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "0 panic sites and 4 unwrap/expect calls in czech-file-knife/cfk-providers/src/afs.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "UnboundedAllocation", + "location": "czech-file-knife/cfk-providers/src/protocols.rs", + "file": "czech-file-knife/cfk-providers/src/protocols.rs", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "Potential unbounded allocation pattern detected in czech-file-knife/cfk-providers/src/protocols.rs", "recommended_attack": [ - "memory" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "UnboundedAllocation", + "location": "czech-file-knife/cfk-providers/src/local.rs", + "file": "czech-file-knife/cfk-providers/src/local.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "Potential unbounded allocation pattern detected in czech-file-knife/cfk-providers/src/local.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "UnsafeCode", + "location": "czech-file-knife/cfk-providers/src/local.rs", + "file": "czech-file-knife/cfk-providers/src/local.rs", + "severity": "High", + "description": "2 unsafe blocks in czech-file-knife/cfk-providers/src/local.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], + "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "PanicPath", + "location": "czech-file-knife/cfk-providers/src/box_com.rs", + "file": "czech-file-knife/cfk-providers/src/box_com.rs", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "0 panic sites and 3 unwrap/expect calls in czech-file-knife/cfk-providers/src/box_com.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "PanicPath", + "location": "czech-file-knife/cfk-providers/src/onedrive.rs", + "file": "czech-file-knife/cfk-providers/src/onedrive.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "0 panic sites and 3 unwrap/expect calls in czech-file-knife/cfk-providers/src/onedrive.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "PanicPath", + "location": "czech-file-knife/cfk-providers/src/transport.rs", + "file": "czech-file-knife/cfk-providers/src/transport.rs", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "0 panic sites and 2 unwrap/expect calls in czech-file-knife/cfk-providers/src/transport.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "PanicPath", + "location": "czech-file-knife/cfk-providers/src/s3.rs", + "file": "czech-file-knife/cfk-providers/src/s3.rs", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "0 panic sites and 1 unwrap/expect calls in czech-file-knife/cfk-providers/src/s3.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "UnboundedAllocation", + "location": "czech-file-knife/cfk-providers/src/nfs.rs", + "file": "czech-file-knife/cfk-providers/src/nfs.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "Potential unbounded allocation pattern detected in czech-file-knife/cfk-providers/src/nfs.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "UnsafeCode", + "location": "czech-file-knife/cfk-providers/src/nfs.rs", + "file": "czech-file-knife/cfk-providers/src/nfs.rs", + "severity": "High", + "description": "2 unsafe blocks in czech-file-knife/cfk-providers/src/nfs.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], + "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "PanicPath", + "location": "czech-file-knife/cfk-providers/src/nfs.rs", + "file": "czech-file-knife/cfk-providers/src/nfs.rs", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "0 panic sites and 1 unwrap/expect calls in czech-file-knife/cfk-providers/src/nfs.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "PanicPath", + "location": "czech-file-knife/cfk-providers/src/gdrive.rs", + "file": "czech-file-knife/cfk-providers/src/gdrive.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "0 panic sites and 4 unwrap/expect calls in czech-file-knife/cfk-providers/src/gdrive.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "PanicPath", + "location": "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "file": "czech-file-knife/cfk-cache/src/metadata_cache.rs", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "0 panic sites and 1 unwrap/expect calls in czech-file-knife/cfk-cache/src/metadata_cache.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "PanicPath", + "location": "czech-file-knife/cfk-integrations/src/agrep.rs", + "file": "czech-file-knife/cfk-integrations/src/agrep.rs", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "0 panic sites and 1 unwrap/expect calls in czech-file-knife/cfk-integrations/src/agrep.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "PanicPath", + "location": "czech-file-knife/cfk-integrations/src/aria2.rs", + "file": "czech-file-knife/cfk-integrations/src/aria2.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "0 panic sites and 4 unwrap/expect calls in czech-file-knife/cfk-integrations/src/aria2.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "PanicPath", + "location": "czech-file-knife/cfk-integrations/src/pandoc.rs", + "file": "czech-file-knife/cfk-integrations/src/pandoc.rs", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "0 panic sites and 2 unwrap/expect calls in czech-file-knife/cfk-integrations/src/pandoc.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "PanicPath", + "location": "panoptes/src/ollama.rs", + "file": "panoptes/src/ollama.rs", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "0 panic sites and 1 unwrap/expect calls in panoptes/src/ollama.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "PanicPath", + "location": "panoptes/src/main.rs", + "file": "panoptes/src/main.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "0 panic sites and 2 unwrap/expect calls in panoptes/src/main.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "UnboundedAllocation", + "location": "panoptes/src/config/mod.rs", + "file": "panoptes/src/config/mod.rs", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "Potential unbounded allocation pattern detected in panoptes/src/config/mod.rs", "recommended_attack": [ - "memory" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "UnboundedAllocation", + "location": "panoptes/src/analyzers/document.rs", + "file": "panoptes/src/analyzers/document.rs", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "Potential unbounded allocation pattern detected in panoptes/src/analyzers/document.rs", "recommended_attack": [ - "memory" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "UnboundedAllocation", + "location": "hardware-crash-team/src/scanner/mod.rs", + "file": "hardware-crash-team/src/scanner/mod.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "Potential unbounded allocation pattern detected in hardware-crash-team/src/scanner/mod.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "UnboundedAllocation", + "location": "hardware-crash-team/src/remediation/mod.rs", + "file": "hardware-crash-team/src/remediation/mod.rs", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "Potential unbounded allocation pattern detected in hardware-crash-team/src/remediation/mod.rs", "recommended_attack": [ - "memory" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "PanicPath", + "location": "hardware-crash-team/src/remediation/mod.rs", + "file": "hardware-crash-team/src/remediation/mod.rs", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "1 panic sites and 0 unwrap/expect calls in hardware-crash-team/src/remediation/mod.rs", "recommended_attack": [ - "memory" + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "InputBoundary", + "location": "contracts/schemas/mod.js", + "file": "contracts/schemas/mod.js", + "severity": "Medium", + "description": "1 JSON.parse call(s) with 0 try block(s) in contracts/schemas/mod.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "recommended_attack": [ + "cpu" ], "test_context": "production" }, { "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "location": "broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InsecureProtocol", @@ -944,341 +1014,341 @@ "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "category": "InsecureProtocol", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "network" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ "memory" ], @@ -1286,32 +1356,32 @@ }, { "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "network" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ "memory" ], @@ -1319,32 +1389,32 @@ }, { "category": "UnsafeFFI", - "location": "broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "broad-spectrum/tests/UrlParser_test.affine", - "file": "broad-spectrum/tests/UrlParser_test.affine", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in broad-spectrum/tests/UrlParser_test.affine", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "network" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "UnsafeFFI", - "location": "broad-spectrum/src/SeoParserImpl.affine", - "file": "broad-spectrum/src/SeoParserImpl.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "6 FFI/external bindings in broad-spectrum/src/SeoParserImpl.affine", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ "memory" ], @@ -1352,869 +1422,837 @@ }, { "category": "UnsafeFFI", - "location": "broad-spectrum/src/DenoBindings.affine", - "file": "broad-spectrum/src/DenoBindings.affine", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "27 FFI/external bindings in broad-spectrum/src/DenoBindings.affine", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "observatory/lib/system_observatory/bt_sentinel.ex", - "file": "observatory/lib/system_observatory/bt_sentinel.ex", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "System command execution in observatory/lib/system_observatory/bt_sentinel.ex", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "observatory/lib/system_observatory/nvme_sentinel.ex", - "file": "observatory/lib/system_observatory/nvme_sentinel.ex", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "System command execution in observatory/lib/system_observatory/nvme_sentinel.ex", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, { - "category": "MutationGap", - "location": "observatory/test/system_observatory/recommendation_test.exs", - "file": "observatory/test/system_observatory/recommendation_test.exs", - "severity": "Low", - "description": "Elixir test file observatory/test/system_observatory/recommendation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "observatory/test/system_observatory/nvme_sentinel_test.exs", - "file": "observatory/test/system_observatory/nvme_sentinel_test.exs", - "severity": "Low", - "description": "Elixir test file observatory/test/system_observatory/nvme_sentinel_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "severity": "Medium", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "observatory/test/system_observatory/cli_test.exs", - "file": "observatory/test/system_observatory/cli_test.exs", - "severity": "Low", - "description": "Elixir test file observatory/test/system_observatory/cli_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "observatory/test/system_observatory/ambient_test.exs", - "file": "observatory/test/system_observatory/ambient_test.exs", - "severity": "Low", - "description": "Elixir test file observatory/test/system_observatory/ambient_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "severity": "Medium", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "observatory/test/system_observatory/bundle_ingestion_test.exs", - "file": "observatory/test/system_observatory/bundle_ingestion_test.exs", - "severity": "Low", - "description": "Elixir test file observatory/test/system_observatory/bundle_ingestion_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "observatory/test/system_observatory/forecasting_test.exs", - "file": "observatory/test/system_observatory/forecasting_test.exs", - "severity": "Low", - "description": "Elixir test file observatory/test/system_observatory/forecasting_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "severity": "Medium", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "observatory/test/system_observatory/metrics/store_test.exs", - "file": "observatory/test/system_observatory/metrics/store_test.exs", - "severity": "Low", - "description": "Elixir test file observatory/test/system_observatory/metrics/store_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "observatory/test/system_observatory/themes_test.exs", - "file": "observatory/test/system_observatory/themes_test.exs", - "severity": "Low", - "description": "Elixir test file observatory/test/system_observatory/themes_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "severity": "Medium", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "observatory/test/system_observatory/correlator_test.exs", - "file": "observatory/test/system_observatory/correlator_test.exs", - "severity": "Low", - "description": "Elixir test file observatory/test/system_observatory/correlator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "observatory/test/system_observatory_test.exs", - "file": "observatory/test/system_observatory_test.exs", - "severity": "Low", - "description": "Elixir test file observatory/test/system_observatory_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "severity": "Medium", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "ProofDrift", - "location": "cicada/test/test_config.jl", - "file": "cicada/test/test_config.jl", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in cicada/test/test_config.jl", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "ProofDrift", - "location": "cicada/test/test_types.jl", - "file": "cicada/test/test_types.jl", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "8 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in cicada/test/test_types.jl", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "ProofDrift", - "location": "cicada/test/test_keygen.jl", - "file": "cicada/test/test_keygen.jl", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "5 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in cicada/test/test_keygen.jl", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "UnsafeFFI", - "location": "cicada/src/keygen/postquantum.jl", - "file": "cicada/src/keygen/postquantum.jl", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "18 ccall/FFI calls in cicada/src/keygen/postquantum.jl", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "InputBoundary", - "location": "monitoring/systems-observatory/examples/example_advanced_analysis.jl", - "file": "monitoring/systems-observatory/examples/example_advanced_analysis.jl", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "1 JSON3.read/JSON.parse call(s) with 0 try block(s) in monitoring/systems-observatory/examples/example_advanced_analysis.jl — these throw on malformed input; wrap in try/catch", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "InputBoundary", - "location": "monitoring/systems-observatory/examples/example_database_stats.jl", - "file": "monitoring/systems-observatory/examples/example_database_stats.jl", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "2 JSON3.read/JSON.parse call(s) with 0 try block(s) in monitoring/systems-observatory/examples/example_database_stats.jl — these throw on malformed input; wrap in try/catch", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "InputBoundary", - "location": "monitoring/systems-observatory/benchmarks/benchmark_database.jl", - "file": "monitoring/systems-observatory/benchmarks/benchmark_database.jl", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "9 JSON3.read/JSON.parse call(s) with 0 try block(s) in monitoring/systems-observatory/benchmarks/benchmark_database.jl — these throw on malformed input; wrap in try/catch", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], "test_context": "production" }, { - "category": "InputBoundary", - "location": "monitoring/systems-observatory/tools/generate_html_report.jl", - "file": "monitoring/systems-observatory/tools/generate_html_report.jl", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "2 JSON3.read/JSON.parse call(s) with 0 try block(s) in monitoring/systems-observatory/tools/generate_html_report.jl — these throw on malformed input; wrap in try/catch", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], "test_context": "production" }, { - "category": "InputBoundary", - "location": "monitoring/systems-observatory/test/runtests.jl", - "file": "monitoring/systems-observatory/test/runtests.jl", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "2 JSON3.read/JSON.parse call(s) with 0 try block(s) in monitoring/systems-observatory/test/runtests.jl — these throw on malformed input; wrap in try/catch", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "monitoring/systems-observatory/test/runtests.jl", - "file": "monitoring/systems-observatory/test/runtests.jl", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "18 @test assertion(s) in monitoring/systems-observatory/test/runtests.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "ProofDrift", - "location": "monitoring/systems-observatory/test/test_database.jl", - "file": "monitoring/systems-observatory/test/test_database.jl", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "16 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in monitoring/systems-observatory/test/test_database.jl", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "InputBoundary", - "location": "monitoring/systems-observatory/test/test_database.jl", - "file": "monitoring/systems-observatory/test/test_database.jl", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "7 JSON3.read/JSON.parse call(s) with 1 try block(s) in monitoring/systems-observatory/test/test_database.jl — these throw on malformed input; wrap in try/catch", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { "category": "UnsafeFFI", - "location": "monitoring/systems-observatory/src/diagnostics_integration.jl", - "file": "monitoring/systems-observatory/src/diagnostics_integration.jl", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "6 ccall/FFI calls in monitoring/systems-observatory/src/diagnostics_integration.jl", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ "memory" ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "monitoring/observatory/test/system_observatory/recommendation_test.exs", - "file": "monitoring/observatory/test/system_observatory/recommendation_test.exs", - "severity": "Low", - "description": "Elixir test file monitoring/observatory/test/system_observatory/recommendation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "monitoring/observatory/test/system_observatory/cli_test.exs", - "file": "monitoring/observatory/test/system_observatory/cli_test.exs", - "severity": "Low", - "description": "Elixir test file monitoring/observatory/test/system_observatory/cli_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "severity": "Medium", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "monitoring/observatory/test/system_observatory/bundle_ingestion_test.exs", - "file": "monitoring/observatory/test/system_observatory/bundle_ingestion_test.exs", - "severity": "Low", - "description": "Elixir test file monitoring/observatory/test/system_observatory/bundle_ingestion_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "monitoring/observatory/test/system_observatory/forecasting_test.exs", - "file": "monitoring/observatory/test/system_observatory/forecasting_test.exs", - "severity": "Low", - "description": "Elixir test file monitoring/observatory/test/system_observatory/forecasting_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "severity": "Medium", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "monitoring/observatory/test/system_observatory/metrics/store_test.exs", - "file": "monitoring/observatory/test/system_observatory/metrics/store_test.exs", - "severity": "Low", - "description": "Elixir test file monitoring/observatory/test/system_observatory/metrics/store_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "monitoring/observatory/test/system_observatory/correlator_test.exs", - "file": "monitoring/observatory/test/system_observatory/correlator_test.exs", - "severity": "Low", - "description": "Elixir test file monitoring/observatory/test/system_observatory/correlator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "severity": "Medium", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "monitoring/observatory/test/system_observatory_test.exs", - "file": "monitoring/observatory/test/system_observatory_test.exs", - "severity": "Low", - "description": "Elixir test file monitoring/observatory/test/system_observatory_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "port-endoscope/src/process.rs", - "file": "port-endoscope/src/process.rs", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in port-endoscope/src/process.rs", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "memory", - "cpu" + "memory" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "port-endoscope/src/process.rs", - "file": "port-endoscope/src/process.rs", - "severity": "High", - "description": "1 unsafe blocks in port-endoscope/src/process.rs", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], - "suppressed": true, "test_context": "production" }, { - "category": "PathTraversal", - "location": "personal-sysadmin/scripts/setup-new-repo.sh", - "file": "personal-sysadmin/scripts/setup-new-repo.sh", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/setup-new-repo.sh", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "disk" + "memory" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", - "file": "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "disk" + "memory" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "personal-sysadmin/scripts/github-admin/add-missing-files.sh", - "file": "personal-sysadmin/scripts/github-admin/add-missing-files.sh", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/add-missing-files.sh", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "disk" + "memory" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", - "file": "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/add-language-blockers.sh", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "disk" + "memory" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "personal-sysadmin/scripts/github-admin/advanced-security-config.sh", - "file": "personal-sysadmin/scripts/github-admin/advanced-security-config.sh", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/advanced-security-config.sh", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "disk" + "memory" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "personal-sysadmin/scripts/github-admin/configure-all-repos.sh", - "file": "personal-sysadmin/scripts/github-admin/configure-all-repos.sh", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/configure-all-repos.sh", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "disk" + "memory" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", - "file": "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "disk" + "memory" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "personal-sysadmin/scripts/github-admin/add-scm-files.sh", - "file": "personal-sysadmin/scripts/github-admin/add-scm-files.sh", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/add-scm-files.sh", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "disk" + "memory" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "personal-sysadmin/scripts/github-admin/add-descriptions.sh", - "file": "personal-sysadmin/scripts/github-admin/add-descriptions.sh", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/add-descriptions.sh", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "disk" + "memory" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "personal-sysadmin/scripts/github-admin/add-license-badges.sh", - "file": "personal-sysadmin/scripts/github-admin/add-license-badges.sh", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/add-license-badges.sh", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "disk" + "memory" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", - "file": "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "disk" + "memory" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "personal-sysadmin/scripts/github-admin/add-community-health.sh", - "file": "personal-sysadmin/scripts/github-admin/add-community-health.sh", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/add-community-health.sh", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "disk" + "memory" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "personal-sysadmin/src/tools/crisis.rs", - "file": "personal-sysadmin/src/tools/crisis.rs", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in personal-sysadmin/src/tools/crisis.rs", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "memory", - "cpu" + "memory" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "personal-sysadmin/src/tools/network.rs", - "file": "personal-sysadmin/src/tools/network.rs", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in personal-sysadmin/src/tools/network.rs", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "memory", - "cpu" + "memory" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "personal-sysadmin/src/reasoning/mod.rs", - "file": "personal-sysadmin/src/reasoning/mod.rs", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in personal-sysadmin/src/reasoning/mod.rs", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "memory", - "cpu" + "memory" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "personal-sysadmin/src/rules/mod.rs", - "file": "personal-sysadmin/src/rules/mod.rs", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in personal-sysadmin/src/rules/mod.rs", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "memory", - "cpu" + "memory" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "emergency-room/rust/src/shutdown_marshal.rs", - "file": "emergency-room/rust/src/shutdown_marshal.rs", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in emergency-room/rust/src/shutdown_marshal.rs", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "memory", - "cpu" + "memory" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "emergency-room/rust/src/boot_guardian.rs", - "file": "emergency-room/rust/src/boot_guardian.rs", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in emergency-room/rust/src/boot_guardian.rs", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "memory", - "cpu" + "memory" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "emergency-room/rust/src/pulse.rs", - "file": "emergency-room/rust/src/pulse.rs", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in emergency-room/rust/src/pulse.rs", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "memory", - "cpu" + "memory" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "scripts/demo-flow.sh", - "file": "scripts/demo-flow.sh", - "severity": "Critical", - "description": "eval usage in scripts/demo-flow.sh", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu", - "disk" + "memory" ], - "suppressed": true, "test_context": "production" }, { - "category": "PathTraversal", - "location": "scripts/demo-flow.sh", - "file": "scripts/demo-flow.sh", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/demo-flow.sh", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "disk" + "memory" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "records/referrals/lib/feedback_a_tron/network_verifier.ex", - "file": "records/referrals/lib/feedback_a_tron/network_verifier.ex", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "System command execution in records/referrals/lib/feedback_a_tron/network_verifier.ex", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "records/referrals/lib/feedback_a_tron/submitter.ex", - "file": "records/referrals/lib/feedback_a_tron/submitter.ex", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "System command execution in records/referrals/lib/feedback_a_tron/submitter.ex", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, { - "category": "MutationGap", - "location": "records/referrals/test/feedback_a_tron/deduplicator_test.exs", - "file": "records/referrals/test/feedback_a_tron/deduplicator_test.exs", - "severity": "Low", - "description": "Elixir test file records/referrals/test/feedback_a_tron/deduplicator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "records/referrals/test/feedback_a_tron/audit_log_test.exs", - "file": "records/referrals/test/feedback_a_tron/audit_log_test.exs", - "severity": "Low", - "description": "Elixir test file records/referrals/test/feedback_a_tron/audit_log_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "severity": "Medium", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "CommandInjection", - "location": "records/service-autopsy/lib/service_autopsy/collector.ex", - "file": "records/service-autopsy/lib/service_autopsy/collector.ex", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "System command execution in records/service-autopsy/lib/service_autopsy/collector.ex", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "records/service-autopsy/lib/service_autopsy/watcher.ex", - "file": "records/service-autopsy/lib/service_autopsy/watcher.ex", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "System command execution in records/service-autopsy/lib/service_autopsy/watcher.ex", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, { - "category": "MutationGap", - "location": "records/service-autopsy/test/service_autopsy/report_store_test.exs", - "file": "records/service-autopsy/test/service_autopsy/report_store_test.exs", - "severity": "Low", - "description": "Elixir test file records/service-autopsy/test/service_autopsy/report_store_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "hybrid-automation-router/lib/har_web.ex", - "file": "hybrid-automation-router/lib/har_web.ex", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "Dynamic apply/3 in hybrid-automation-router/lib/har_web.ex", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "hybrid-automation-router/lib/har_web/components/core_components.ex", - "file": "hybrid-automation-router/lib/har_web/components/core_components.ex", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "severity": "Medium", - "description": "5 HTTP (non-HTTPS) URLs in hybrid-automation-router/lib/har_web/components/core_components.ex", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "network" + "memory" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "hybrid-automation-router/lib/har_web/live/graph_live.ex", - "file": "hybrid-automation-router/lib/har_web/live/graph_live.ex", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in hybrid-automation-router/lib/har_web/live/graph_live.ex", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "network" + "memory" ], "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/attestation/a2ml_test.exs", - "file": "hybrid-automation-router/test/attestation/a2ml_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/attestation/a2ml_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "hybrid-automation-router/test/attestation/a2ml_test.exs", - "file": "hybrid-automation-router/test/attestation/a2ml_test.exs", - "severity": "Critical", - "description": "Possible hardcoded secret in hybrid-automation-router/test/attestation/a2ml_test.exs", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "severity": "Medium", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "network" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/web/error_html_test.exs", - "file": "hybrid-automation-router/test/web/error_html_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/web/error_html_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/web/graph_live_test.exs", - "file": "hybrid-automation-router/test/web/graph_live_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/web/graph_live_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "severity": "Medium", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/web/transform_controller_test.exs", - "file": "hybrid-automation-router/test/web/transform_controller_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/web/transform_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/web/router_test.exs", - "file": "hybrid-automation-router/test/web/router_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/web/router_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "severity": "Medium", + "description": "27 FFI/external bindings in broad-spectrum/broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/web/transform_live_test.exs", - "file": "hybrid-automation-router/test/web/transform_live_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/web/transform_live_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/src/SeoParserImpl.affine", + "file": "broad-spectrum/src/SeoParserImpl.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in broad-spectrum/src/SeoParserImpl.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/web/error_json_test.exs", - "file": "hybrid-automation-router/test/web/error_json_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/web/error_json_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "broad-spectrum/src/DenoBindings.affine", + "file": "broad-spectrum/src/DenoBindings.affine", + "severity": "Medium", + "description": "27 FFI/external bindings in broad-spectrum/src/DenoBindings.affine", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/web/dashboard_live_test.exs", - "file": "hybrid-automation-router/test/web/dashboard_live_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/web/dashboard_live_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": "observatory/lib/system_observatory/nvme_sentinel.ex", + "file": "observatory/lib/system_observatory/nvme_sentinel.ex", + "severity": "Medium", + "description": "System command execution in observatory/lib/system_observatory/nvme_sentinel.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/transformer_dispatch_test.exs", - "file": "hybrid-automation-router/test/data_plane/transformer_dispatch_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/transformer_dispatch_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": "observatory/lib/system_observatory/bt_sentinel.ex", + "file": "observatory/lib/system_observatory/bt_sentinel.ex", + "severity": "Medium", + "description": "System command execution in observatory/lib/system_observatory/bt_sentinel.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/parser_dispatch_test.exs", - "file": "hybrid-automation-router/test/data_plane/parser_dispatch_test.exs", + "location": "observatory/test/system_observatory/correlator_test.exs", + "file": "observatory/test/system_observatory/correlator_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/parser_dispatch_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file observatory/test/system_observatory/correlator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2222,10 +2260,10 @@ }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/input_validator_test.exs", - "file": "hybrid-automation-router/test/data_plane/input_validator_test.exs", + "location": "observatory/test/system_observatory/bundle_ingestion_test.exs", + "file": "observatory/test/system_observatory/bundle_ingestion_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/input_validator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file observatory/test/system_observatory/bundle_ingestion_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2233,10 +2271,10 @@ }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/transformers/cloudformation_test.exs", - "file": "hybrid-automation-router/test/data_plane/transformers/cloudformation_test.exs", + "location": "observatory/test/system_observatory/cli_test.exs", + "file": "observatory/test/system_observatory/cli_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/cloudformation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file observatory/test/system_observatory/cli_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2244,10 +2282,10 @@ }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/transformers/chef_test.exs", - "file": "hybrid-automation-router/test/data_plane/transformers/chef_test.exs", + "location": "observatory/test/system_observatory/metrics/store_test.exs", + "file": "observatory/test/system_observatory/metrics/store_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/chef_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file observatory/test/system_observatory/metrics/store_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2255,21 +2293,22 @@ }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/transformers/salt_test.exs", - "file": "hybrid-automation-router/test/data_plane/transformers/salt_test.exs", + "location": "observatory/test/system_observatory/nvme_sentinel_test.exs", + "file": "observatory/test/system_observatory/nvme_sentinel_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/salt_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file observatory/test/system_observatory/nvme_sentinel_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/transformers/terraform_test.exs", - "file": "hybrid-automation-router/test/data_plane/transformers/terraform_test.exs", + "location": "observatory/test/system_observatory/ambient_test.exs", + "file": "observatory/test/system_observatory/ambient_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/terraform_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file observatory/test/system_observatory/ambient_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2277,10 +2316,10 @@ }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/transformers/kubernetes_test.exs", - "file": "hybrid-automation-router/test/data_plane/transformers/kubernetes_test.exs", + "location": "observatory/test/system_observatory/recommendation_test.exs", + "file": "observatory/test/system_observatory/recommendation_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/kubernetes_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file observatory/test/system_observatory/recommendation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2288,10 +2327,10 @@ }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/transformers/ansible_test.exs", - "file": "hybrid-automation-router/test/data_plane/transformers/ansible_test.exs", + "location": "observatory/test/system_observatory/forecasting_test.exs", + "file": "observatory/test/system_observatory/forecasting_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/ansible_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file observatory/test/system_observatory/forecasting_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2299,10 +2338,10 @@ }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/transformers/docker_compose_test.exs", - "file": "hybrid-automation-router/test/data_plane/transformers/docker_compose_test.exs", + "location": "observatory/test/system_observatory/themes_test.exs", + "file": "observatory/test/system_observatory/themes_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/docker_compose_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file observatory/test/system_observatory/themes_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2310,219 +2349,242 @@ }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/transformers/puppet_test.exs", - "file": "hybrid-automation-router/test/data_plane/transformers/puppet_test.exs", + "location": "observatory/test/system_observatory_test.exs", + "file": "observatory/test/system_observatory_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/puppet_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file observatory/test/system_observatory_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/transformers/pulumi_test.exs", - "file": "hybrid-automation-router/test/data_plane/transformers/pulumi_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/pulumi_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": "scripts/demo-flow.sh", + "file": "scripts/demo-flow.sh", + "severity": "Critical", + "description": "eval usage in scripts/demo-flow.sh", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], - "test_context": "test_only" + "suppressed": true, + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/parsers/cloudformation_test.exs", - "file": "hybrid-automation-router/test/data_plane/parsers/cloudformation_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/cloudformation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "PathTraversal", + "location": "scripts/demo-flow.sh", + "file": "scripts/demo-flow.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in scripts/demo-flow.sh", "recommended_attack": [ - "cpu" + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/parsers/chef_test.exs", - "file": "hybrid-automation-router/test/data_plane/parsers/chef_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/chef_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "port-endoscope/src/process.rs", + "file": "port-endoscope/src/process.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in port-endoscope/src/process.rs", "recommended_attack": [ + "memory", "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/parsers/salt_test.exs", - "file": "hybrid-automation-router/test/data_plane/parsers/salt_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/salt_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeCode", + "location": "port-endoscope/src/process.rs", + "file": "port-endoscope/src/process.rs", + "severity": "High", + "description": "1 unsafe blocks in port-endoscope/src/process.rs", "recommended_attack": [ - "cpu" + "memory", + "concurrency" ], - "test_context": "test_only" + "suppressed": true, + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/parsers/terraform_test.exs", - "file": "hybrid-automation-router/test/data_plane/parsers/terraform_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/terraform_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeCode", + "location": "ffi/systemd/shim/src/lib.rs", + "file": "ffi/systemd/shim/src/lib.rs", + "severity": "High", + "description": "Raw pointer cast in ffi/systemd/shim/src/lib.rs", "recommended_attack": [ - "cpu" + "memory", + "concurrency" ], - "test_context": "test_only" + "suppressed": true, + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/parsers/kubernetes_test.exs", - "file": "hybrid-automation-router/test/data_plane/parsers/kubernetes_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/kubernetes_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeCode", + "location": "ffi/systemd/src/main.zig", + "file": "ffi/systemd/src/main.zig", + "severity": "High", + "description": "1 unsafe pointer casts in ffi/systemd/src/main.zig", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "suppressed": true, + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/parsers/ansible_test.exs", - "file": "hybrid-automation-router/test/data_plane/parsers/ansible_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/ansible_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "ffi/fuse/src/c.zig", + "file": "ffi/fuse/src/c.zig", + "severity": "High", + "description": "1 C interop imports in ffi/fuse/src/c.zig", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "suppressed": true, + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/parsers/docker_compose_test.exs", - "file": "hybrid-automation-router/test/data_plane/parsers/docker_compose_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/docker_compose_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeCode", + "location": "ffi/fuse/src/cloud/cloud_fs.zig", + "file": "ffi/fuse/src/cloud/cloud_fs.zig", + "severity": "High", + "description": "4 unsafe pointer casts in ffi/fuse/src/cloud/cloud_fs.zig", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "suppressed": true, + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/parsers/puppet_test.exs", - "file": "hybrid-automation-router/test/data_plane/parsers/puppet_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/puppet_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeCode", + "location": "nerdsafe-restart/src/ada/nerdsafe_tui.adb", + "file": "nerdsafe-restart/src/ada/nerdsafe_tui.adb", + "severity": "High", + "description": "2 Unchecked_* operations in nerdsafe-restart/src/ada/nerdsafe_tui.adb", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "suppressed": true, + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/data_plane/parsers/pulumi_test.exs", - "file": "hybrid-automation-router/test/data_plane/parsers/pulumi_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/pulumi_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": "nerdsafe-restart/bootstrap-check.sh", + "file": "nerdsafe-restart/bootstrap-check.sh", + "severity": "Critical", + "description": "eval usage in nerdsafe-restart/bootstrap-check.sh", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/integration/round_trip_test.exs", - "file": "hybrid-automation-router/test/integration/round_trip_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/integration/round_trip_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": "nerdsafe-restart/nerdsafe-restart.sh", + "file": "nerdsafe-restart/nerdsafe-restart.sh", + "severity": "Medium", + "description": "21 potentially unquoted variable expansions in nerdsafe-restart/nerdsafe-restart.sh", "recommended_attack": [ "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/integration/ansible_salt_roundtrip_test.exs", - "file": "hybrid-automation-router/test/integration/ansible_salt_roundtrip_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/integration/ansible_salt_roundtrip_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "ProofDrift", + "location": "cicada/test/test_types.jl", + "file": "cicada/test/test_types.jl", + "severity": "Medium", + "description": "8 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in cicada/test/test_types.jl", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/integration/convert_test.exs", - "file": "hybrid-automation-router/test/integration/convert_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/integration/convert_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "ProofDrift", + "location": "cicada/test/test_config.jl", + "file": "cicada/test/test_config.jl", + "severity": "Medium", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in cicada/test/test_config.jl", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/security/security_extensions_test.exs", - "file": "hybrid-automation-router/test/security/security_extensions_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/security/security_extensions_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "ProofDrift", + "location": "cicada/test/test_keygen.jl", + "file": "cicada/test/test_keygen.jl", + "severity": "Medium", + "description": "5 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in cicada/test/test_keygen.jl", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/security/security_manager_test.exs", - "file": "hybrid-automation-router/test/security/security_manager_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/security/security_manager_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "cicada/src/keygen/postquantum.jl", + "file": "cicada/src/keygen/postquantum.jl", + "severity": "Medium", + "description": "18 ccall/FFI calls in cicada/src/keygen/postquantum.jl", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/control_plane/routing_table_test.exs", - "file": "hybrid-automation-router/test/control_plane/routing_table_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/control_plane/routing_table_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "DynamicCodeExecution", + "location": "hybrid-automation-router/lib/har_web.ex", + "file": "hybrid-automation-router/lib/har_web.ex", + "severity": "Medium", + "description": "Dynamic apply/3 in hybrid-automation-router/lib/har_web.ex", "recommended_attack": [ "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/control_plane/router_test.exs", - "file": "hybrid-automation-router/test/control_plane/router_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/control_plane/router_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "InsecureProtocol", + "location": "hybrid-automation-router/lib/har_web/live/graph_live.ex", + "file": "hybrid-automation-router/lib/har_web/live/graph_live.ex", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in hybrid-automation-router/lib/har_web/live/graph_live.ex", "recommended_attack": [ - "cpu" + "network" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "hybrid-automation-router/test/control_plane/circuit_breaker_test.exs", - "file": "hybrid-automation-router/test/control_plane/circuit_breaker_test.exs", - "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/control_plane/circuit_breaker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" + "category": "InsecureProtocol", + "location": "hybrid-automation-router/lib/har_web/components/core_components.ex", + "file": "hybrid-automation-router/lib/har_web/components/core_components.ex", + "severity": "Medium", + "description": "5 HTTP (non-HTTPS) URLs in hybrid-automation-router/lib/har_web/components/core_components.ex", + "recommended_attack": [ + "network" + ], + "test_context": "production" + }, + { + "category": "MutationGap", + "location": "hybrid-automation-router/test/control_plane/router_test.exs", + "file": "hybrid-automation-router/test/control_plane/router_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/control_plane/router_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" ], "test_context": "test_only" }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/control_plane/policy_engine_test.exs", - "file": "hybrid-automation-router/test/control_plane/policy_engine_test.exs", + "location": "hybrid-automation-router/test/control_plane/routing_table_test.exs", + "file": "hybrid-automation-router/test/control_plane/routing_table_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/control_plane/policy_engine_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file hybrid-automation-router/test/control_plane/routing_table_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2530,10 +2592,10 @@ }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/control_plane/health_checker_test.exs", - "file": "hybrid-automation-router/test/control_plane/health_checker_test.exs", + "location": "hybrid-automation-router/test/control_plane/policy_engine_test.exs", + "file": "hybrid-automation-router/test/control_plane/policy_engine_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/control_plane/health_checker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file hybrid-automation-router/test/control_plane/policy_engine_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2541,10 +2603,10 @@ }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/control_plane/routing_decision_test.exs", - "file": "hybrid-automation-router/test/control_plane/routing_decision_test.exs", + "location": "hybrid-automation-router/test/control_plane/circuit_breaker_test.exs", + "file": "hybrid-automation-router/test/control_plane/circuit_breaker_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/control_plane/routing_decision_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file hybrid-automation-router/test/control_plane/circuit_breaker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2552,10 +2614,10 @@ }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/har_test.exs", - "file": "hybrid-automation-router/test/har_test.exs", + "location": "hybrid-automation-router/test/control_plane/routing_decision_test.exs", + "file": "hybrid-automation-router/test/control_plane/routing_decision_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/har_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file hybrid-automation-router/test/control_plane/routing_decision_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2563,46 +2625,43 @@ }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/mix/tasks/har_convert_test.exs", - "file": "hybrid-automation-router/test/mix/tasks/har_convert_test.exs", + "location": "hybrid-automation-router/test/control_plane/health_checker_test.exs", + "file": "hybrid-automation-router/test/control_plane/health_checker_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/mix/tasks/har_convert_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file hybrid-automation-router/test/control_plane/health_checker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", - "file": "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", + "location": "hybrid-automation-router/test/semantic/dependency_test.exs", + "file": "hybrid-automation-router/test/semantic/dependency_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/mix/tasks/har_transform_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file hybrid-automation-router/test/semantic/dependency_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/mix/tasks/har_parse_test.exs", - "file": "hybrid-automation-router/test/mix/tasks/har_parse_test.exs", + "location": "hybrid-automation-router/test/semantic/operation_test.exs", + "file": "hybrid-automation-router/test/semantic/operation_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/mix/tasks/har_parse_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file hybrid-automation-router/test/semantic/operation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/contracts/k9_contract_test.exs", - "file": "hybrid-automation-router/test/contracts/k9_contract_test.exs", + "location": "hybrid-automation-router/test/semantic/graph_test.exs", + "file": "hybrid-automation-router/test/semantic/graph_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/contracts/k9_contract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file hybrid-automation-router/test/semantic/graph_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2621,10 +2680,10 @@ }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/semantic/dependency_test.exs", - "file": "hybrid-automation-router/test/semantic/dependency_test.exs", + "location": "hybrid-automation-router/test/integration/round_trip_test.exs", + "file": "hybrid-automation-router/test/integration/round_trip_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/semantic/dependency_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file hybrid-automation-router/test/integration/round_trip_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2632,10 +2691,10 @@ }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/semantic/operation_test.exs", - "file": "hybrid-automation-router/test/semantic/operation_test.exs", + "location": "hybrid-automation-router/test/integration/ansible_salt_roundtrip_test.exs", + "file": "hybrid-automation-router/test/integration/ansible_salt_roundtrip_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/semantic/operation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file hybrid-automation-router/test/integration/ansible_salt_roundtrip_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2643,660 +2702,601 @@ }, { "category": "MutationGap", - "location": "hybrid-automation-router/test/semantic/graph_test.exs", - "file": "hybrid-automation-router/test/semantic/graph_test.exs", + "location": "hybrid-automation-router/test/integration/convert_test.exs", + "file": "hybrid-automation-router/test/integration/convert_test.exs", "severity": "Low", - "description": "Elixir test file hybrid-automation-router/test/semantic/graph_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file hybrid-automation-router/test/integration/convert_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "clinician/src/tools/crisis.rs", - "file": "clinician/src/tools/crisis.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in clinician/src/tools/crisis.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/har_test.exs", + "file": "hybrid-automation-router/test/har_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/har_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "clinician/src/tools/network.rs", - "file": "clinician/src/tools/network.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in clinician/src/tools/network.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/contracts/k9_contract_test.exs", + "file": "hybrid-automation-router/test/contracts/k9_contract_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/contracts/k9_contract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "clinician/src/tools/bt_sentinel.rs", - "file": "clinician/src/tools/bt_sentinel.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in clinician/src/tools/bt_sentinel.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/attestation/a2ml_test.exs", + "file": "hybrid-automation-router/test/attestation/a2ml_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/attestation/a2ml_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "clinician/src/tools/bt_sentinel.rs", - "file": "clinician/src/tools/bt_sentinel.rs", - "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in clinician/src/tools/bt_sentinel.rs", + "category": "HardcodedSecret", + "location": "hybrid-automation-router/test/attestation/a2ml_test.exs", + "file": "hybrid-automation-router/test/attestation/a2ml_test.exs", + "severity": "Critical", + "description": "Possible hardcoded secret in hybrid-automation-router/test/attestation/a2ml_test.exs", "recommended_attack": [ - "memory", - "disk" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "clinician/src/reasoning/mod.rs", - "file": "clinician/src/reasoning/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in clinician/src/reasoning/mod.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/transformer_dispatch_test.exs", + "file": "hybrid-automation-router/test/data_plane/transformer_dispatch_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/transformer_dispatch_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "clinician/src/rules/mod.rs", - "file": "clinician/src/rules/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in clinician/src/rules/mod.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/input_validator_test.exs", + "file": "hybrid-automation-router/test/data_plane/input_validator_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/input_validator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "clinician/src/satellites/panic_attacker.rs", - "file": "clinician/src/satellites/panic_attacker.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in clinician/src/satellites/panic_attacker.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/transformers/chef_test.exs", + "file": "hybrid-automation-router/test/data_plane/transformers/chef_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/chef_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "panoptes/src/main.rs", - "file": "panoptes/src/main.rs", - "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in panoptes/src/main.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/transformers/pulumi_test.exs", + "file": "hybrid-automation-router/test/data_plane/transformers/pulumi_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/pulumi_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "panoptes/src/analyzers/document.rs", - "file": "panoptes/src/analyzers/document.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in panoptes/src/analyzers/document.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/transformers/cloudformation_test.exs", + "file": "hybrid-automation-router/test/data_plane/transformers/cloudformation_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/cloudformation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "panoptes/src/config/mod.rs", - "file": "panoptes/src/config/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in panoptes/src/config/mod.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/transformers/docker_compose_test.exs", + "file": "hybrid-automation-router/test/data_plane/transformers/docker_compose_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/docker_compose_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "panoptes/src/ollama.rs", - "file": "panoptes/src/ollama.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in panoptes/src/ollama.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/transformers/ansible_test.exs", + "file": "hybrid-automation-router/test/data_plane/transformers/ansible_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/ansible_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeCode", - "location": "ffi/systemd/shim/src/lib.rs", - "file": "ffi/systemd/shim/src/lib.rs", - "severity": "High", - "description": "Raw pointer cast in ffi/systemd/shim/src/lib.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/transformers/terraform_test.exs", + "file": "hybrid-automation-router/test/data_plane/transformers/terraform_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/terraform_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "concurrency" + "cpu" ], - "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeCode", - "location": "ffi/systemd/src/main.zig", - "file": "ffi/systemd/src/main.zig", - "severity": "High", - "description": "1 unsafe pointer casts in ffi/systemd/src/main.zig", - "recommended_attack": [ - "memory" - ], - "suppressed": true, - "test_context": "production" - }, - { - "category": "UnsafeCode", - "location": "ffi/fuse/src/cloud/cloud_fs.zig", - "file": "ffi/fuse/src/cloud/cloud_fs.zig", - "severity": "High", - "description": "4 unsafe pointer casts in ffi/fuse/src/cloud/cloud_fs.zig", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/transformers/kubernetes_test.exs", + "file": "hybrid-automation-router/test/data_plane/transformers/kubernetes_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/kubernetes_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "ffi/fuse/src/c.zig", - "file": "ffi/fuse/src/c.zig", - "severity": "High", - "description": "1 C interop imports in ffi/fuse/src/c.zig", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/transformers/puppet_test.exs", + "file": "hybrid-automation-router/test/data_plane/transformers/puppet_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/puppet_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeCode", - "location": "nerdsafe-restart/src/ada/nerdsafe_tui.adb", - "file": "nerdsafe-restart/src/ada/nerdsafe_tui.adb", - "severity": "High", - "description": "2 Unchecked_* operations in nerdsafe-restart/src/ada/nerdsafe_tui.adb", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/transformers/salt_test.exs", + "file": "hybrid-automation-router/test/data_plane/transformers/salt_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/transformers/salt_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { - "category": "CommandInjection", - "location": "nerdsafe-restart/nerdsafe-restart.sh", - "file": "nerdsafe-restart/nerdsafe-restart.sh", - "severity": "Medium", - "description": "21 potentially unquoted variable expansions in nerdsafe-restart/nerdsafe-restart.sh", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/parser_dispatch_test.exs", + "file": "hybrid-automation-router/test/data_plane/parser_dispatch_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/parser_dispatch_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "CommandInjection", - "location": "nerdsafe-restart/bootstrap-check.sh", - "file": "nerdsafe-restart/bootstrap-check.sh", - "severity": "Critical", - "description": "eval usage in nerdsafe-restart/bootstrap-check.sh", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/parsers/chef_test.exs", + "file": "hybrid-automation-router/test/data_plane/parsers/chef_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/chef_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "hardware-crash-team/src/scanner/mod.rs", - "file": "hardware-crash-team/src/scanner/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in hardware-crash-team/src/scanner/mod.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/parsers/pulumi_test.exs", + "file": "hybrid-automation-router/test/data_plane/parsers/pulumi_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/pulumi_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "hardware-crash-team/src/remediation/mod.rs", - "file": "hardware-crash-team/src/remediation/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in hardware-crash-team/src/remediation/mod.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/parsers/cloudformation_test.exs", + "file": "hybrid-automation-router/test/data_plane/parsers/cloudformation_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/cloudformation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "hardware-crash-team/src/remediation/mod.rs", - "file": "hardware-crash-team/src/remediation/mod.rs", - "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in hardware-crash-team/src/remediation/mod.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/parsers/docker_compose_test.exs", + "file": "hybrid-automation-router/test/data_plane/parsers/docker_compose_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/docker_compose_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-cache/src/metadata_cache.rs", - "file": "czech-file-knife/cfk-cache/src/metadata_cache.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in czech-file-knife/cfk-cache/src/metadata_cache.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/parsers/ansible_test.exs", + "file": "hybrid-automation-router/test/data_plane/parsers/ansible_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/ansible_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "czech-file-knife/cfk-core/src/path.rs", - "file": "czech-file-knife/cfk-core/src/path.rs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in czech-file-knife/cfk-core/src/path.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/parsers/terraform_test.exs", + "file": "hybrid-automation-router/test/data_plane/parsers/terraform_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/terraform_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "czech-file-knife/cfk-providers/src/local.rs", - "file": "czech-file-knife/cfk-providers/src/local.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in czech-file-knife/cfk-providers/src/local.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/parsers/kubernetes_test.exs", + "file": "hybrid-automation-router/test/data_plane/parsers/kubernetes_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/kubernetes_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeCode", - "location": "czech-file-knife/cfk-providers/src/local.rs", - "file": "czech-file-knife/cfk-providers/src/local.rs", - "severity": "High", - "description": "2 unsafe blocks in czech-file-knife/cfk-providers/src/local.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/parsers/puppet_test.exs", + "file": "hybrid-automation-router/test/data_plane/parsers/puppet_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/puppet_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "concurrency" + "cpu" ], - "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/gdrive.rs", - "file": "czech-file-knife/cfk-providers/src/gdrive.rs", - "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in czech-file-knife/cfk-providers/src/gdrive.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/data_plane/parsers/salt_test.exs", + "file": "hybrid-automation-router/test/data_plane/parsers/salt_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/data_plane/parsers/salt_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/afs.rs", - "file": "czech-file-knife/cfk-providers/src/afs.rs", - "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in czech-file-knife/cfk-providers/src/afs.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/mix/tasks/har_parse_test.exs", + "file": "hybrid-automation-router/test/mix/tasks/har_parse_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/mix/tasks/har_parse_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "czech-file-knife/cfk-providers/src/nfs.rs", - "file": "czech-file-knife/cfk-providers/src/nfs.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in czech-file-knife/cfk-providers/src/nfs.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", + "file": "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/mix/tasks/har_transform_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "UnsafeCode", - "location": "czech-file-knife/cfk-providers/src/nfs.rs", - "file": "czech-file-knife/cfk-providers/src/nfs.rs", - "severity": "High", - "description": "2 unsafe blocks in czech-file-knife/cfk-providers/src/nfs.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/mix/tasks/har_convert_test.exs", + "file": "hybrid-automation-router/test/mix/tasks/har_convert_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/mix/tasks/har_convert_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "concurrency" + "cpu" ], "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/nfs.rs", - "file": "czech-file-knife/cfk-providers/src/nfs.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in czech-file-knife/cfk-providers/src/nfs.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/web/router_test.exs", + "file": "hybrid-automation-router/test/web/router_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/web/router_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/box_com.rs", - "file": "czech-file-knife/cfk-providers/src/box_com.rs", - "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in czech-file-knife/cfk-providers/src/box_com.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/web/error_json_test.exs", + "file": "hybrid-automation-router/test/web/error_json_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/web/error_json_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/webdav.rs", - "file": "czech-file-knife/cfk-providers/src/webdav.rs", - "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in czech-file-knife/cfk-providers/src/webdav.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/web/graph_live_test.exs", + "file": "hybrid-automation-router/test/web/graph_live_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/web/graph_live_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/dropbox.rs", - "file": "czech-file-knife/cfk-providers/src/dropbox.rs", - "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in czech-file-knife/cfk-providers/src/dropbox.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/web/error_html_test.exs", + "file": "hybrid-automation-router/test/web/error_html_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/web/error_html_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/s3.rs", - "file": "czech-file-knife/cfk-providers/src/s3.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in czech-file-knife/cfk-providers/src/s3.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/web/transform_live_test.exs", + "file": "hybrid-automation-router/test/web/transform_live_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/web/transform_live_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/syncthing.rs", - "file": "czech-file-knife/cfk-providers/src/syncthing.rs", - "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in czech-file-knife/cfk-providers/src/syncthing.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/web/dashboard_live_test.exs", + "file": "hybrid-automation-router/test/web/dashboard_live_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/web/dashboard_live_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/transport.rs", - "file": "czech-file-knife/cfk-providers/src/transport.rs", - "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in czech-file-knife/cfk-providers/src/transport.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/web/transform_controller_test.exs", + "file": "hybrid-automation-router/test/web/transform_controller_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/web/transform_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/onedrive.rs", - "file": "czech-file-knife/cfk-providers/src/onedrive.rs", - "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in czech-file-knife/cfk-providers/src/onedrive.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/security/security_extensions_test.exs", + "file": "hybrid-automation-router/test/security/security_extensions_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/security/security_extensions_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "czech-file-knife/cfk-providers/src/protocols.rs", - "file": "czech-file-knife/cfk-providers/src/protocols.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in czech-file-knife/cfk-providers/src/protocols.rs", + "category": "MutationGap", + "location": "hybrid-automation-router/test/security/security_manager_test.exs", + "file": "hybrid-automation-router/test/security/security_manager_test.exs", + "severity": "Low", + "description": "Elixir test file hybrid-automation-router/test/security/security_manager_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-ios/src/lib.rs", - "file": "czech-file-knife/cfk-ios/src/lib.rs", + "category": "PathTraversal", + "location": "personal-sysadmin/scripts/setup-new-repo.sh", + "file": "personal-sysadmin/scripts/setup-new-repo.sh", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in czech-file-knife/cfk-ios/src/lib.rs", + "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/setup-new-repo.sh", "recommended_attack": [ - "memory", "disk" ], "test_context": "production" }, { - "category": "ResourceLeak", - "location": "czech-file-knife/cfk-ios/src/ffi.rs", - "file": "czech-file-knife/cfk-ios/src/ffi.rs", - "severity": "High", - "description": "mem::forget usage (resource leak) in czech-file-knife/cfk-ios/src/ffi.rs", - "recommended_attack": [ - "memory" - ], - "suppressed": true, - "test_context": "production" - }, - { - "category": "UnsafeCode", - "location": "czech-file-knife/cfk-ios/src/ffi.rs", - "file": "czech-file-knife/cfk-ios/src/ffi.rs", - "severity": "High", - "description": "Raw pointer cast in czech-file-knife/cfk-ios/src/ffi.rs", + "category": "PathTraversal", + "location": "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", + "file": "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/add-language-blockers.sh", "recommended_attack": [ - "memory", - "concurrency" + "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "czech-file-knife/cfk-ios/src/domain.rs", - "file": "czech-file-knife/cfk-ios/src/domain.rs", + "category": "PathTraversal", + "location": "personal-sysadmin/scripts/github-admin/advanced-security-config.sh", + "file": "personal-sysadmin/scripts/github-admin/advanced-security-config.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in czech-file-knife/cfk-ios/src/domain.rs", + "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/advanced-security-config.sh", "recommended_attack": [ - "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-integrations/src/agrep.rs", - "file": "czech-file-knife/cfk-integrations/src/agrep.rs", + "category": "PathTraversal", + "location": "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", + "file": "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in czech-file-knife/cfk-integrations/src/agrep.rs", + "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", "recommended_attack": [ - "memory", "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-integrations/src/aria2.rs", - "file": "czech-file-knife/cfk-integrations/src/aria2.rs", + "category": "PathTraversal", + "location": "personal-sysadmin/scripts/github-admin/add-scm-files.sh", + "file": "personal-sysadmin/scripts/github-admin/add-scm-files.sh", "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in czech-file-knife/cfk-integrations/src/aria2.rs", + "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/add-scm-files.sh", "recommended_attack": [ - "memory", "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-integrations/src/pandoc.rs", - "file": "czech-file-knife/cfk-integrations/src/pandoc.rs", + "category": "PathTraversal", + "location": "personal-sysadmin/scripts/github-admin/add-license-badges.sh", + "file": "personal-sysadmin/scripts/github-admin/add-license-badges.sh", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in czech-file-knife/cfk-integrations/src/pandoc.rs", + "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/add-license-badges.sh", "recommended_attack": [ - "memory", "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", - "file": "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", + "category": "PathTraversal", + "location": "personal-sysadmin/scripts/github-admin/configure-all-repos.sh", + "file": "personal-sysadmin/scripts/github-admin/configure-all-repos.sh", "severity": "Medium", - "description": "System command execution in total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", + "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/configure-all-repos.sh", "recommended_attack": [ - "cpu", "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", - "file": "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", + "category": "PathTraversal", + "location": "personal-sysadmin/scripts/github-admin/add-community-health.sh", + "file": "personal-sysadmin/scripts/github-admin/add-community-health.sh", "severity": "Medium", - "description": "System command execution in total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", + "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/add-community-health.sh", "recommended_attack": [ - "cpu", "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", - "file": "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", + "category": "PathTraversal", + "location": "personal-sysadmin/scripts/github-admin/add-descriptions.sh", + "file": "personal-sysadmin/scripts/github-admin/add-descriptions.sh", "severity": "Medium", - "description": "System command execution in total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", + "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/add-descriptions.sh", "recommended_attack": [ - "cpu", "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", - "file": "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", + "category": "PathTraversal", + "location": "personal-sysadmin/scripts/github-admin/add-missing-files.sh", + "file": "personal-sysadmin/scripts/github-admin/add-missing-files.sh", "severity": "Medium", - "description": "System command execution in total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", + "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/add-missing-files.sh", "recommended_attack": [ - "cpu", "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", - "file": "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", + "category": "PathTraversal", + "location": "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", + "file": "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", "severity": "Medium", - "description": "System command execution in total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", + "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", "recommended_attack": [ - "cpu", "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", - "file": "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", + "category": "PathTraversal", + "location": "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", + "file": "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", "severity": "Medium", - "description": "System command execution in total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", + "description": "Hardcoded /tmp/ path without mktemp in personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", "recommended_attack": [ - "cpu", "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", - "file": "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", + "category": "UnboundedAllocation", + "location": "personal-sysadmin/src/tools/crisis.rs", + "file": "personal-sysadmin/src/tools/crisis.rs", "severity": "Medium", - "description": "System command execution in total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", + "description": "Potential unbounded allocation pattern detected in personal-sysadmin/src/tools/crisis.rs", "recommended_attack": [ - "cpu", - "disk" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "total-update/test/skeleton_test.sh", - "file": "total-update/test/skeleton_test.sh", - "severity": "Critical", - "description": "eval usage in total-update/test/skeleton_test.sh", + "category": "UnboundedAllocation", + "location": "personal-sysadmin/src/tools/network.rs", + "file": "personal-sysadmin/src/tools/network.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in personal-sysadmin/src/tools/network.rs", "recommended_attack": [ - "cpu", - "disk" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "InputBoundary", - "location": "contracts/schemas/mod.js", - "file": "contracts/schemas/mod.js", + "category": "UnboundedAllocation", + "location": "personal-sysadmin/src/reasoning/mod.rs", + "file": "personal-sysadmin/src/reasoning/mod.rs", "severity": "Medium", - "description": "1 JSON.parse call(s) with 0 try block(s) in contracts/schemas/mod.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "Potential unbounded allocation pattern detected in personal-sysadmin/src/reasoning/mod.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "personal-sysadmin/src/rules/mod.rs", + "file": "personal-sysadmin/src/rules/mod.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in personal-sysadmin/src/rules/mod.rs", "recommended_attack": [ + "memory", "cpu" ], "test_context": "production" @@ -3322,139 +3322,139 @@ }, "file_statistics": [ { - "file_path": "network-dashboard/lib/network_dashboard/module_poller.ex", - "lines": 60, + "file_path": "records/referrals/lib/feedback_a_tron/credentials.ex", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 1 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "records/referrals/lib/feedback_a_tron/mcp/server.ex", + "lines": 259, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 + "io_operations": 1, + "threading_constructs": 4 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "records/referrals/lib/feedback_a_tron/network_verifier.ex", + "lines": 498, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 7 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "records/referrals/lib/feedback_a_tron/audit_log.ex", + "lines": 287, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "records/referrals/lib/feedback_a_tron/submitter.ex", + "lines": 368, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 4, + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "records/referrals/lib/feedback_a_tron/verisim_client.ex", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 3, + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "records/referrals/lib/feedback_a_tron/deduplicator.ex", + "lines": 287, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "records/service-autopsy/lib/service_autopsy/report_store.ex", + "lines": 124, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "records/service-autopsy/lib/service_autopsy/watcher.ex", + "lines": 328, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "records/service-autopsy/lib/service_autopsy/collector.ex", + "lines": 345, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 6 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "recovery/operating-theatre/src/packs/cleanup.d", + "lines": 200, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "recovery/operating-theatre/src/packs/diagnostics.d", + "lines": 507, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "recovery/operating-theatre/src/packs/repos.d", + "lines": 242, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "recovery/operating-theatre/src/packs/system.d", + "lines": 175, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3462,18 +3462,18 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "recovery/operating-theatre/src/core/security.d", + "lines": 173, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "recovery/operating-theatre/src/core/engine.d", + "lines": 289, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3482,89 +3482,99 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "recovery/operating-theatre/src/core/ecosystem.d", + "lines": 251, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "recovery/operating-theatre/src/main.d", + "lines": 748, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "recovery/emergency-room/src/zig/incident.zig", + "lines": 421, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "recovery/emergency-room/src/zig/utils.zig", + "lines": 301, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 8, + "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "recovery/emergency-room/src/zig/handoff.zig", + "lines": 266, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "recovery/emergency-room/src/zig/backup.zig", + "lines": 538, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 22, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "recovery/emergency-room/src/zig/capture.zig", + "lines": 511, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "total-update/ada/dnfinition/src/plugins/plugin_registry.adb", + "lines": 443, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 7, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "total-update/ada/dnfinition/src/plugins/plugin_registry.ads", + "lines": 202, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "total-update/ada/dnfinition/src/tui/tui-main_window.adb", + "lines": 146, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3572,317 +3582,317 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "total-update/ada/dnfinition/src/backends/backend_nix.adb", + "lines": 491, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "total-update/ada/dnfinition/src/backends/backend_interface.ads", + "lines": 207, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "total-update/ada/dnfinition/src/backends/backend_nix.ads", + "lines": 178, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 5, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "total-update/ada/dnfinition/src/backends/backend_guix.ads", + "lines": 178, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 5, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "total-update/ada/dnfinition/src/backends/backend_guix.adb", + "lines": 488, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "allocation_sites": 7, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "total-update/ada/dnfinition/src/dnfinition.adb", + "lines": 493, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "total-update/ada/dnfinition/src/platform/platform_detection.adb", + "lines": 483, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 14, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.adb", + "lines": 432, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "total-update/ada/dnfinition/src/reversibility/reversibility_types.ads", + "lines": 140, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.ads", + "lines": 178, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "total-update/ada/totalupdate/src/totalupdate_main.adb", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "total-update/ada/totalupdate/src/totalupdate-config.adb", + "lines": 152, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "total-update/ada/totalupdate/src/totalupdate-daemon.adb", + "lines": 173, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "total-update/ada/totalupdate/src/totalupdate-logging.adb", + "lines": 126, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "total-update/elixir/dnfinition/lib/dnfinition/plugins/strategy_matrix.ex", + "lines": 523, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "total-update/elixir/dnfinition/lib/dnfinition/plugins/plugin_registry.ex", + "lines": 414, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", + "lines": 496, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", + "lines": 526, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "total-update/elixir/dnfinition/lib/dnfinition/transaction_log.ex", + "lines": 191, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 2, + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", + "lines": 447, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 2, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "total-update/elixir/dnfinition/lib/dnfinition/recovery.ex", + "lines": 181, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", + "lines": 219, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", + "lines": 362, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", + "lines": 671, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", + "lines": 279, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "total-update/elixir/totalupdate/lib/totalupdate/watcher.ex", + "lines": 195, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "total-update/elixir/totalupdate/lib/totalupdate/plugin_manager.ex", + "lines": 346, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "total-update/elixir/totalupdate/lib/totalupdate/scheduler.ex", + "lines": 198, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "total-update/scripts/generate-man.sh", + "lines": 78, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "total-update/ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "total-update/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "file_path": "total-update/src/abi/Foreign.idr", "lines": 216, "unsafe_blocks": 12, "panic_sites": 0, @@ -3892,7 +3902,7 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "file_path": "total-update/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3902,217 +3912,212 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "clinician/src/storage/mod.rs", + "lines": 390, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "clinician/src/tools/crisis.rs", + "lines": 392, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 6, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "clinician/src/tools/ipfs.rs", + "lines": 661, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 14, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "clinician/src/tools/bt_sentinel.rs", + "lines": 707, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, + "safe_unwrap_calls": 12, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "clinician/src/tools/security.rs", + "lines": 185, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "clinician/src/tools/network.rs", + "lines": 293, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 8, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "clinician/src/tools/service.rs", + "lines": 116, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "clinician/src/tools/cache_layer.rs", + "lines": 724, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "safe_unwrap_calls": 5, + "allocation_sites": 10, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "clinician/src/correlation.rs", + "lines": 90, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 4, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "clinician/src/ai/mod.rs", + "lines": 159, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "clinician/src/reasoning/mod.rs", + "lines": 376, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "clinician/src/p2p/mod.rs", + "lines": 617, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "clinician/src/forum/mod.rs", + "lines": 78, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "clinician/src/satellites/hypatia.rs", + "lines": 143, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "clinician/src/rules/mod.rs", + "lines": 741, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 8, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "clinician/src/daemon/mod.rs", + "lines": 548, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "gui/src/tea/ambientops_gui.affine", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "gui/src/ambientops_tea.js", + "lines": 70, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "composer/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -4122,7 +4127,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "composer/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -4132,19 +4137,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "composer/src/composer/cli.gleam", + "lines": 454, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "composer/src/abi/Foreign.idr", + "lines": 219, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4152,128 +4157,128 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "composer/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "monitoring/observatory/lib/system_observatory/bundle_ingestion.ex", + "lines": 187, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "monitoring/observatory/lib/system_observatory/correlator.ex", + "lines": 210, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "monitoring/observatory/lib/system_observatory/metrics/store.ex", + "lines": 233, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "monitoring/observatory/lib/system_observatory/verisim.ex", + "lines": 223, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "monitoring/systems-observatory/tools/migration_planner.jl", + "lines": 406, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "monitoring/systems-observatory/tools/generate_html_report.jl", + "lines": 581, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 6, + "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "monitoring/systems-observatory/tools/rsr_verify.jl", + "lines": 382, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "monitoring/systems-observatory/tools/compare_alternatives.jl", + "lines": 425, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "monitoring/systems-observatory/examples/example_advanced_analysis.jl", + "lines": 291, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "monitoring/systems-observatory/examples/example_database_stats.jl", + "lines": 330, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "monitoring/systems-observatory/src-diagnostics/d/diagnostics.d", + "lines": 801, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "monitoring/systems-observatory/src-diagnostics/d/developer_diagnostics.d", + "lines": 548, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4282,159 +4287,163 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "monitoring/systems-observatory/test/runtests.jl", + "lines": 187, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "monitoring/systems-observatory/test/test_database.jl", + "lines": 305, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 14, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "monitoring/systems-observatory/src/alternatives.jl", + "lines": 445, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "monitoring/systems-observatory/src/automate.jl", + "lines": 498, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 7, + "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "monitoring/systems-observatory/src/io.jl", + "lines": 503, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "monitoring/systems-observatory/src/reports.jl", + "lines": 362, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "monitoring/systems-observatory/src/ambient.jl", + "lines": 293, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "monitoring/systems-observatory/src/core.jl", + "lines": 461, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "monitoring/systems-observatory/src/diagnostics_integration.jl", + "lines": 383, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "monitoring/systems-observatory/src/security.jl", + "lines": 558, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "monitoring/systems-observatory/benchmarks/benchmark_database.jl", + "lines": 406, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 20, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "emergency-room/rust/src/pulse.rs", + "lines": 1478, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "safe_unwrap_calls": 18, + "allocation_sites": 12, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "emergency-room/rust/src/boot_guardian.rs", + "lines": 175, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "emergency-room/rust/src/capture.rs", + "lines": 313, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "emergency-room/rust/src/shutdown_marshal.rs", + "lines": 194, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "emergency-room/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4442,9 +4451,9 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "emergency-room/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4452,9 +4461,9 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "emergency-room/src/zig/incident_test.zig", + "lines": 114, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4462,118 +4471,88 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "emergency-room/src/zig/integration_test.zig", + "lines": 179, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "emergency-room/src/zig/incident.zig", + "lines": 417, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 15, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "emergency-room/src/zig/utils.zig", + "lines": 359, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 3, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "emergency-room/src/zig/boot_guardian.zig", + "lines": 529, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "emergency-room/src/zig/handoff.zig", + "lines": 198, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "emergency-room/src/zig/backup.zig", + "lines": 395, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 19, + "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "emergency-room/src/zig/capture.zig", + "lines": 397, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "emergency-room/src/zig/shutdown_marshal.zig", + "lines": 525, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "nick-shells/shell/apply.sh", + "lines": 225, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4582,359 +4561,382 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "czech-file-knife/cfk-ios/swift/CfkBridge.h", + "lines": 239, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "czech-file-knife/cfk-ios/src/provider.rs", + "lines": 499, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 13, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "czech-file-knife/cfk-ios/src/lib.rs", + "lines": 91, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "czech-file-knife/cfk-ios/src/domain.rs", + "lines": 194, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "czech-file-knife/cfk-ios/src/ffi.rs", + "lines": 474, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 13, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "czech-file-knife/cfk-core/src/path.rs", + "lines": 234, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "czech-file-knife/cfk-core/src/platform.rs", + "lines": 219, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "czech-file-knife/cfk-core/src/error.rs", + "lines": 147, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "czech-file-knife/cfk-vfs/src/lib.rs", + "lines": 471, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 4, + "io_operations": 15, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "czech-file-knife/cfk-providers/src/webdav.rs", + "lines": 611, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "unwrap_calls": 5, + "safe_unwrap_calls": 10, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "czech-file-knife/cfk-providers/src/syncthing.rs", + "lines": 531, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 2, + "safe_unwrap_calls": 3, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "czech-file-knife/cfk-providers/src/dropbox.rs", + "lines": 582, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 3, + "safe_unwrap_calls": 6, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "czech-file-knife/cfk-providers/src/ipfs.rs", + "lines": 802, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 11, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "czech-file-knife/cfk-providers/src/lib.rs", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "czech-file-knife/cfk-providers/src/afs.rs", + "lines": 530, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "unwrap_calls": 4, + "safe_unwrap_calls": 4, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "czech-file-knife/cfk-providers/src/protocols.rs", + "lines": 763, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "safe_unwrap_calls": 12, + "allocation_sites": 28, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "czech-file-knife/cfk-providers/src/smb.rs", + "lines": 781, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "safe_unwrap_calls": 5, + "allocation_sites": 6, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "czech-file-knife/cfk-providers/src/local.rs", + "lines": 484, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 12, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "czech-file-knife/cfk-providers/src/box_com.rs", + "lines": 721, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "unwrap_calls": 3, + "safe_unwrap_calls": 9, + "allocation_sites": 10, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "czech-file-knife/cfk-providers/src/onedrive.rs", + "lines": 620, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "unwrap_calls": 3, + "safe_unwrap_calls": 11, + "allocation_sites": 8, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "czech-file-knife/cfk-providers/src/ninep.rs", + "lines": 960, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 8, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "czech-file-knife/cfk-providers/src/transport.rs", + "lines": 593, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "unwrap_calls": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "czech-file-knife/cfk-providers/src/s3.rs", + "lines": 711, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 9, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "czech-file-knife/cfk-providers/src/sftp.rs", + "lines": 604, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "safe_unwrap_calls": 6, + "allocation_sites": 8, + "io_operations": 5, + "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "czech-file-knife/cfk-providers/src/nfs.rs", + "lines": 589, + "unsafe_blocks": 2, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 6, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "czech-file-knife/cfk-providers/src/gdrive.rs", + "lines": 731, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 4, + "safe_unwrap_calls": 6, + "allocation_sites": 6, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "czech-file-knife/cfk-search/src/lib.rs", + "lines": 648, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 + "safe_unwrap_calls": 8, + "allocation_sites": 12, + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "czech-file-knife/cfk-tui/src/cfk_tui_main.adb", + "lines": 36, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "czech-file-knife/cfk-cli/src/commands.rs", + "lines": 401, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 5, "allocation_sites": 0, "io_operations": 2, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "czech-file-knife/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "czech-file-knife/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "czech-file-knife/cfk-cache/src/blob_store.rs", + "lines": 449, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "czech-file-knife/cfk-cache/src/lib.rs", + "lines": 178, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "lines": 534, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 4, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "czech-file-knife/cfk-cache/src/policy.rs", + "lines": 423, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "czech-file-knife/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4942,9 +4944,9 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "czech-file-knife/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4952,37 +4954,60 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "czech-file-knife/cfk-integrations/src/agrep.rs", + "lines": 101, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "czech-file-knife/cfk-integrations/src/aria2.rs", + "lines": 76, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 4, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "czech-file-knife/cfk-integrations/src/pandoc.rs", + "lines": 110, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "total-recall/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "total-recall/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "file_path": "total-recall/src/abi/Foreign.idr", "lines": 216, "unsafe_blocks": 12, "panic_sites": 0, @@ -4992,7 +5017,7 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "file_path": "total-recall/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -5002,17 +5027,18 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "emergency-button/rust/src/capture.rs", + "lines": 313, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "emergency-button/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5022,7 +5048,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "emergency-button/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5032,9 +5058,9 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "emergency-button/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5042,9 +5068,9 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "emergency-button/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5052,28 +5078,28 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "emergency-button/src/zig/incident.zig", + "lines": 421, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "emergency-button/src/zig/utils.zig", + "lines": 301, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "emergency-button/src/zig/handoff.zig", + "lines": 266, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -5082,279 +5108,291 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "emergency-button/src/zig/backup.zig", + "lines": 538, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 22, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "emergency-button/src/zig/capture.zig", + "lines": 511, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "contracts-rust/src/message_intent.rs", + "lines": 252, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "contracts-rust/src/plan.rs", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 8, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "contracts-rust/src/weather.rs", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "contracts-rust/src/receipt.rs", + "lines": 206, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "contracts-rust/src/envelope.rs", + "lines": 228, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "contracts-rust/src/run_bundle.rs", + "lines": 280, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "contracts-rust/src/pack_manifest.rs", + "lines": 286, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "contracts-rust/src/conversions.rs", + "lines": 335, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 9, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "panoptes/src/ollama.rs", + "lines": 193, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "panoptes/src/watcher.rs", + "lines": 173, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 + "allocation_sites": 2, + "io_operations": 3, + "threading_constructs": 3 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "panoptes/src/main.rs", + "lines": 959, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 + "unwrap_calls": 2, + "safe_unwrap_calls": 8, + "allocation_sites": 4, + "io_operations": 7, + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "panoptes/src/config/mod.rs", + "lines": 315, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "panoptes/src/history.rs", + "lines": 146, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "panoptes/src/db/mod.rs", + "lines": 357, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 6, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "panoptes/src/web/mod.rs", + "lines": 433, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 15, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "panoptes/src/analyzers/video.rs", + "lines": 276, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 7, + "allocation_sites": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "panoptes/src/analyzers/mod.rs", + "lines": 250, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 20, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "panoptes/src/analyzers/archive.rs", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "panoptes/src/analyzers/document.rs", + "lines": 240, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "safe_unwrap_calls": 6, + "allocation_sites": 10, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "panoptes/src/analyzers/image.rs", + "lines": 131, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "panoptes/src/analyzers/pdf.rs", + "lines": 161, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "panoptes/src/analyzers/code.rs", + "lines": 285, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 4, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "panoptes/src/analyzers/audio.rs", + "lines": 231, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "panoptes/src/bin/panoptes-web.rs", + "lines": 107, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "panoptes/src/bin/panoptes-undo.rs", + "lines": 159, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "panoptes/src/error.rs", + "lines": 52, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5362,57 +5400,81 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "hardware-crash-team/src/tui/ui.rs", + "lines": 616, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, + "file_path": "hardware-crash-team/src/scanner/mod.rs", + "lines": 1105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 10, + "allocation_sites": 42, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "hardware-crash-team/src/analyzer/mod.rs", + "lines": 536, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 5, + "allocation_sites": 16, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "hardware-crash-team/src/main.rs", + "lines": 215, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, - "unsafe_blocks": 1, + "file_path": "hardware-crash-team/src/remediation/mod.rs", + "lines": 594, + "unsafe_blocks": 0, + "panic_sites": 1, + "unwrap_calls": 0, + "safe_unwrap_calls": 5, + "allocation_sites": 10, + "io_operations": 7, + "threading_constructs": 0 + }, + { + "file_path": "project-cb/import-acetext.jl", + "lines": 78, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "project-cb/import-acetext.sh", + "lines": 82, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5422,7 +5484,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5432,19 +5494,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5452,39 +5514,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5492,27 +5554,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5522,7 +5584,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5532,19 +5594,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5552,39 +5614,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5592,27 +5654,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5622,7 +5684,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5632,19 +5694,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5652,39 +5714,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5692,27 +5754,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5722,7 +5784,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5732,19 +5794,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5752,39 +5814,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5792,27 +5854,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5822,7 +5884,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5832,19 +5894,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5852,39 +5914,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5892,27 +5954,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5922,7 +5984,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5932,19 +5994,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5952,39 +6014,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5992,27 +6054,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6022,7 +6084,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6032,19 +6094,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6052,39 +6114,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6092,27 +6154,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6122,7 +6184,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6132,19 +6194,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6152,39 +6214,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6192,27 +6254,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6222,7 +6284,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6232,19 +6294,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6252,39 +6314,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6292,27 +6354,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6322,7 +6384,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6332,19 +6394,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6352,39 +6414,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6392,27 +6454,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6422,7 +6484,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6432,19 +6494,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6452,39 +6514,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6492,27 +6554,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6522,7 +6584,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6532,19 +6594,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6552,39 +6614,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6592,27 +6654,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6622,7 +6684,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6632,19 +6694,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6652,39 +6714,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6692,27 +6754,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6722,7 +6784,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6732,19 +6794,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6752,39 +6814,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6792,27 +6854,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6822,7 +6884,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6832,19 +6894,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6852,39 +6914,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6892,27 +6954,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6922,7 +6984,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6932,19 +6994,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6952,39 +7014,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6992,27 +7054,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -7022,7 +7084,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -7032,19 +7094,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -7052,39 +7114,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -7092,27 +7154,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -7122,7 +7184,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -7132,19 +7194,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -7152,39 +7214,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -7192,27 +7254,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -7222,7 +7284,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -7232,19 +7294,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -7252,39 +7314,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -7292,27 +7354,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -7322,7 +7384,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -7332,19 +7394,19 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/src/SeoParserImpl.affine", - "lines": 220, - "unsafe_blocks": 6, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/src/LinkChecker.affine", - "lines": 65, - "unsafe_blocks": 3, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -7352,39 +7414,39 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/src/Main.affine", - "lines": 62, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/src/DenoBindings.affine", - "lines": 94, - "unsafe_blocks": 27, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/src/ReportImpl.affine", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -7392,27 +7454,27 @@ "threading_constructs": 0 }, { - "file_path": "broad-spectrum/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/src/Report.affine", - "lines": 258, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "broad-spectrum/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -7422,7 +7484,7 @@ "threading_constructs": 2 }, { - "file_path": "broad-spectrum/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -7432,69 +7494,69 @@ "threading_constructs": 0 }, { - "file_path": "observatory/lib/system_observatory/bt_sentinel.ex", - "lines": 421, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "observatory/lib/system_observatory/nvme_sentinel.ex", - "lines": 533, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "observatory/lib/system_observatory/correlator.ex", - "lines": 210, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "observatory/lib/system_observatory/metrics/store.ex", - "lines": 222, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "observatory/lib/system_observatory/groove.ex", - "lines": 336, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "observatory/lib/system_observatory/bundle_ingestion.ex", - "lines": 282, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "observatory/lib/system_observatory/cli.ex", - "lines": 403, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -7502,28 +7564,48 @@ "threading_constructs": 0 }, { - "file_path": "observatory/scripts/nvme-health-check.sh", - "lines": 88, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "observatory/test/system_observatory/nvme_sentinel_test.exs", - "lines": 77, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "observatory/src/abi/Foreign.idr", - "lines": 219, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -7532,7 +7614,7 @@ "threading_constructs": 0 }, { - "file_path": "observatory/src/abi/Types.idr", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -7542,119 +7624,129 @@ "threading_constructs": 0 }, { - "file_path": "observatory/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "observatory/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cicada/scripts/verify_rsr.jl", - "lines": 330, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 17, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cicada/src/integrations/github.jl", - "lines": 178, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cicada/src/storage/keystore.jl", - "lines": 240, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cicada/src/storage/backup.jl", - "lines": 245, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cicada/src/validation/verify.jl", - "lines": 203, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cicada/src/keygen/postquantum.jl", - "lines": 751, - "unsafe_blocks": 26, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cicada/src/keygen/classical.jl", - "lines": 163, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cicada/src/config.jl", - "lines": 157, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cicada/src/main.jl", - "lines": 679, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cicada/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -7662,17 +7754,27 @@ "threading_constructs": 0 }, { - "file_path": "cicada/src/abi/Types.idr", - "lines": 231, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cicada/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -7682,7 +7784,7 @@ "threading_constructs": 2 }, { - "file_path": "cicada/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -7692,300 +7794,287 @@ "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/examples/example_advanced_analysis.jl", - "lines": 291, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/examples/example_database_stats.jl", - "lines": 330, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/benchmarks/benchmark_database.jl", - "lines": 406, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 20, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/tools/compare_alternatives.jl", - "lines": 425, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/tools/rsr_verify.jl", - "lines": 382, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/tools/migration_planner.jl", - "lines": 406, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/tools/generate_html_report.jl", - "lines": 581, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/src-diagnostics/d/diagnostics.d", - "lines": 801, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/src-diagnostics/d/developer_diagnostics.d", - "lines": 548, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "monitoring/systems-observatory/test/runtests.jl", - "lines": 187, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, - "threading_constructs": 0 - }, - { - "file_path": "monitoring/systems-observatory/test/test_database.jl", - "lines": 305, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 14, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/src/automate.jl", - "lines": 498, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/src/core.jl", - "lines": 461, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/src/alternatives.jl", - "lines": 445, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/src/diagnostics_integration.jl", - "lines": 383, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/src/reports.jl", - "lines": 362, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/src/ambient.jl", - "lines": 293, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/src/security.jl", - "lines": 558, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "monitoring/systems-observatory/src/io.jl", - "lines": 503, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "monitoring/observatory/lib/system_observatory/correlator.ex", - "lines": 210, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "monitoring/observatory/lib/system_observatory/metrics/store.ex", - "lines": 233, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "monitoring/observatory/lib/system_observatory/bundle_ingestion.ex", - "lines": 187, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "monitoring/observatory/lib/system_observatory/verisim.ex", - "lines": 223, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "nick-shells/shell/apply.sh", - "lines": 225, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "port-endoscope/src/main.rs", - "lines": 309, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "port-endoscope/src/port.rs", - "lines": 227, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 8, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "port-endoscope/src/process.rs", - "lines": 191, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "traffic-conditioner/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "traffic-conditioner/src/abi/Types.idr", - "lines": 231, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "traffic-conditioner/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -7995,7 +8084,7 @@ "threading_constructs": 2 }, { - "file_path": "traffic-conditioner/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -8005,8 +8094,8 @@ "threading_constructs": 0 }, { - "file_path": "ambulances/disk/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -8015,8 +8104,8 @@ "threading_constructs": 0 }, { - "file_path": "ambulances/disk/src/abi/Foreign.idr", - "lines": 217, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -8025,7 +8114,7 @@ "threading_constructs": 0 }, { - "file_path": "ambulances/disk/src/abi/Types.idr", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8035,39 +8124,39 @@ "threading_constructs": 0 }, { - "file_path": "ambulances/disk/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "ambulances/disk/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ambulances/security/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/tui-ada/src/psa_tui.adb", - "lines": 195, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -8075,38 +8164,38 @@ "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/tui-ada/src/psa_client.adb", - "lines": 138, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/tui-ada/src/psa_ui.adb", - "lines": 375, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "personal-sysadmin/scripts/setup-new-repo.sh", - "lines": 145, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", - "lines": 85, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -8115,69 +8204,69 @@ "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/scripts/github-admin/add-missing-files.sh", - "lines": 95, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", - "lines": 33, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", - "lines": 78, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/scripts/github-admin/add-scm-files.sh", - "lines": 168, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/scripts/github-admin/add-license-badges.sh", - "lines": 63, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", - "lines": 120, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/scripts/github-admin/add-community-health.sh", - "lines": 119, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -8185,126 +8274,137 @@ "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/src/tools/crisis.rs", - "lines": 311, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, - "io_operations": 4, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "personal-sysadmin/src/tools/security.rs", - "lines": 185, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/src/tools/network.rs", - "lines": 293, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/src/tools/service.rs", - "lines": 116, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/src/reasoning/mod.rs", - "lines": 267, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/src/ai/mod.rs", - "lines": 101, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/src/daemon/mod.rs", - "lines": 548, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/src/forum/mod.rs", - "lines": 78, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/src/rules/mod.rs", - "lines": 640, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "personal-sysadmin/src/correlation.rs", - "lines": 90, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 2 }, { - "file_path": "emergency-button/rust/src/capture.rs", - "lines": 313, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "emergency-button/src/abi/Foreign.idr", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "lines": 216, "unsafe_blocks": 12, "panic_sites": 0, @@ -8314,7 +8414,7 @@ "threading_constructs": 0 }, { - "file_path": "emergency-button/src/abi/Types.idr", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8324,57 +8424,57 @@ "threading_constructs": 0 }, { - "file_path": "emergency-button/src/zig/utils.zig", - "lines": 301, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "emergency-button/src/zig/handoff.zig", - "lines": 266, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "emergency-button/src/zig/backup.zig", - "lines": 538, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 22, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "emergency-button/src/zig/capture.zig", - "lines": 511, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "emergency-button/src/zig/incident.zig", - "lines": 421, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "emergency-button/ffi/zig/test/integration_test.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -8384,7 +8484,7 @@ "threading_constructs": 2 }, { - "file_path": "emergency-button/ffi/zig/src/main.zig", + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -8394,79 +8494,79 @@ "threading_constructs": 0 }, { - "file_path": "recovery/emergency-room/src/zig/utils.zig", - "lines": 301, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "recovery/emergency-room/src/zig/handoff.zig", - "lines": 266, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "recovery/emergency-room/src/zig/backup.zig", - "lines": 538, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 22, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "recovery/emergency-room/src/zig/capture.zig", - "lines": 511, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "recovery/emergency-room/src/zig/incident.zig", - "lines": 421, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "recovery/operating-theatre/src/packs/system.d", - "lines": 175, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "recovery/operating-theatre/src/packs/repos.d", - "lines": 242, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "recovery/operating-theatre/src/packs/diagnostics.d", - "lines": 507, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -8474,28 +8574,28 @@ "threading_constructs": 0 }, { - "file_path": "recovery/operating-theatre/src/packs/cleanup.d", - "lines": 200, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "recovery/operating-theatre/src/main.d", - "lines": 748, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "recovery/operating-theatre/src/core/engine.d", - "lines": 289, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -8504,102 +8604,98 @@ "threading_constructs": 0 }, { - "file_path": "recovery/operating-theatre/src/core/security.d", - "lines": 173, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "recovery/operating-theatre/src/core/ecosystem.d", - "lines": 251, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "emergency-room/rust/src/shutdown_marshal.rs", - "lines": 194, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "emergency-room/rust/src/boot_guardian.rs", - "lines": 175, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "emergency-room/rust/src/pulse.rs", - "lines": 1478, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 18, - "allocation_sites": 12, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "emergency-room/rust/src/capture.rs", - "lines": 313, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "emergency-room/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "emergency-room/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "emergency-room/src/zig/utils.zig", - "lines": 359, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 9, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "emergency-room/src/zig/handoff.zig", - "lines": 198, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -8608,359 +8704,369 @@ "threading_constructs": 0 }, { - "file_path": "emergency-room/src/zig/backup.zig", - "lines": 395, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 19, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "emergency-room/src/zig/boot_guardian.zig", - "lines": 529, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "emergency-room/src/zig/shutdown_marshal.zig", - "lines": 525, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "emergency-room/src/zig/capture.zig", - "lines": 397, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "emergency-room/src/zig/incident_test.zig", - "lines": 114, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "emergency-room/src/zig/integration_test.zig", - "lines": 179, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "emergency-room/src/zig/incident.zig", - "lines": 417, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 15, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "nano-aider/tests/test_options.adb", - "lines": 66, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "nano-aider/src/nano_aider-config.adb", - "lines": 188, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "nano-aider/src/nano_aider-options.adb", - "lines": 234, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "nano-aider/src/nano_aider.adb", - "lines": 98, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "nano-aider/src/nano_aider-profiles.adb", - "lines": 150, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "records/referrals/lib/feedback_a_tron/mcp/server.ex", - "lines": 259, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 4 + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "records/referrals/lib/feedback_a_tron/network_verifier.ex", - "lines": 498, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 7 + "threading_constructs": 0 }, { - "file_path": "records/referrals/lib/feedback_a_tron/audit_log.ex", - "lines": 287, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 1 + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "records/referrals/lib/feedback_a_tron/submitter.ex", - "lines": 368, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 1 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "records/referrals/lib/feedback_a_tron/deduplicator.ex", - "lines": 287, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "records/referrals/lib/feedback_a_tron/verisim_client.ex", - "lines": 275, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 1 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "records/referrals/lib/feedback_a_tron/credentials.ex", - "lines": 173, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "records/service-autopsy/lib/service_autopsy/collector.ex", - "lines": 345, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 6 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "records/service-autopsy/lib/service_autopsy/report_store.ex", - "lines": 124, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "records/service-autopsy/lib/service_autopsy/watcher.ex", - "lines": 328, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "gui/src/tea/ambientops_gui.affine", - "lines": 105, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "gui/src/ambientops_tea.js", - "lines": 70, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "hybrid-automation-router/lib/har/ipfs/node.ex", - "lines": 340, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "hybrid-automation-router/lib/har/security/manager.ex", - "lines": 914, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 2, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "hybrid-automation-router/lib/har/control_plane/health_checker.ex", - "lines": 355, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "hybrid-automation-router/lib/har/control_plane/policy_engine.ex", - "lines": 335, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "hybrid-automation-router/lib/har/control_plane/routing_table.ex", - "lines": 260, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "hybrid-automation-router/lib/har/control_plane/circuit_breaker.ex", - "lines": 678, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "hybrid-automation-router/lib/har/contracts/k9_contract.ex", - "lines": 712, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "hybrid-automation-router/lib/mix/tasks/har.parse.ex", - "lines": 156, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "hybrid-automation-router/lib/mix/tasks/har.transform.ex", - "lines": 138, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "hybrid-automation-router/lib/mix/tasks/har.convert.ex", - "lines": 163, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "hybrid-automation-router/deploy/run.sh", - "lines": 221, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "hybrid-automation-router/test/mix/tasks/har_convert_test.exs", - "lines": 190, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -8968,343 +9074,289 @@ "threading_constructs": 0 }, { - "file_path": "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", - "lines": 209, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "hybrid-automation-router/test/mix/tasks/har_parse_test.exs", - "lines": 215, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "clinician/src/tools/crisis.rs", - "lines": 392, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, - "io_operations": 5, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "clinician/src/tools/security.rs", - "lines": 185, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "clinician/src/tools/ipfs.rs", - "lines": 661, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 14, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "clinician/src/tools/network.rs", - "lines": 293, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "clinician/src/tools/cache_layer.rs", - "lines": 724, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 10, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "clinician/src/tools/service.rs", - "lines": 116, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "clinician/src/tools/bt_sentinel.rs", - "lines": 707, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 12, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "clinician/src/reasoning/mod.rs", - "lines": 376, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "clinician/src/ai/mod.rs", - "lines": 159, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "clinician/src/storage/mod.rs", - "lines": 390, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "clinician/src/daemon/mod.rs", - "lines": 548, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "clinician/src/forum/mod.rs", - "lines": 78, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "clinician/src/rules/mod.rs", - "lines": 741, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, "allocation_sites": 0, - "io_operations": 11, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "clinician/src/correlation.rs", - "lines": 90, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "clinician/src/p2p/mod.rs", - "lines": 617, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "clinician/src/satellites/hypatia.rs", - "lines": 143, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "immutable-linux-auditor/src/AuditorData.cpp", - "lines": 606, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "panoptes/src/main.rs", - "lines": 959, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 8, - "allocation_sites": 4, - "io_operations": 7, - "threading_constructs": 1 - }, - { - "file_path": "panoptes/src/analyzers/code.rs", - "lines": 285, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "panoptes/src/analyzers/audio.rs", - "lines": 231, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "panoptes/src/analyzers/video.rs", - "lines": 276, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 2, - "io_operations": 3, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "panoptes/src/analyzers/archive.rs", - "lines": 256, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 3, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "panoptes/src/analyzers/mod.rs", - "lines": 250, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 20, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "panoptes/src/analyzers/image.rs", - "lines": 131, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "panoptes/src/analyzers/document.rs", - "lines": 240, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 10, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "panoptes/src/analyzers/pdf.rs", - "lines": 161, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "panoptes/src/watcher.rs", - "lines": 173, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 3, - "threading_constructs": 3 - }, - { - "file_path": "panoptes/src/error.rs", - "lines": 52, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "panoptes/src/web/mod.rs", - "lines": 433, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 15, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "panoptes/src/config/mod.rs", - "lines": 315, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -9312,40 +9364,38 @@ "threading_constructs": 0 }, { - "file_path": "panoptes/src/ollama.rs", - "lines": 193, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "panoptes/src/history.rs", - "lines": 146, + "file_path": "broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 3, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "panoptes/src/db/mod.rs", - "lines": 357, + "file_path": "broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "panoptes/src/bin/panoptes-web.rs", - "lines": 107, + "file_path": "broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -9354,19 +9404,19 @@ "threading_constructs": 0 }, { - "file_path": "panoptes/src/bin/panoptes-undo.rs", - "lines": 159, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/broad-spectrum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -9374,100 +9424,109 @@ "threading_constructs": 0 }, { - "file_path": "contracts-rust/src/weather.rs", - "lines": 198, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "contracts-rust/src/message_intent.rs", - "lines": 252, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/src/Report.affine", + "lines": 258, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "contracts-rust/src/envelope.rs", - "lines": 228, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "contracts-rust/src/conversions.rs", - "lines": 335, - "unsafe_blocks": 0, - "panic_sites": 0, + "file_path": "broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 9, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "contracts-rust/src/pack_manifest.rs", - "lines": 286, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "contracts-rust/src/run_bundle.rs", - "lines": 280, + "file_path": "broad-spectrum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "contracts-rust/src/receipt.rs", - "lines": 206, + "file_path": "broad-spectrum/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "contracts-rust/src/plan.rs", - "lines": 198, + "file_path": "broad-spectrum/src/ReportImpl.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "broad-spectrum/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/systemd/src/main.zig", - "lines": 291, + "file_path": "broad-spectrum/src/abi/Types.idr", + "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/systemd/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "broad-spectrum/src/SeoParserImpl.affine", + "lines": 220, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -9475,8 +9534,8 @@ "threading_constructs": 0 }, { - "file_path": "ffi/systemd/src/abi/Types.idr", - "lines": 231, + "file_path": "broad-spectrum/src/Report.affine", + "lines": 258, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, @@ -9485,48 +9544,48 @@ "threading_constructs": 0 }, { - "file_path": "ffi/systemd/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/src/LinkChecker.affine", + "lines": 65, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "ffi/systemd/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/src/DenoBindings.affine", + "lines": 94, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "ffi/fuse/src/cloud/prefetch.zig", - "lines": 68, - "unsafe_blocks": 0, + "file_path": "broad-spectrum/src/Main.affine", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "ffi/fuse/src/cloud/cache.zig", - "lines": 111, + "file_path": "observatory/lib/system_observatory/bundle_ingestion.ex", + "lines": 282, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "ffi/fuse/src/cloud/rate_limiter.zig", - "lines": 52, + "file_path": "observatory/lib/system_observatory/groove.ex", + "lines": 336, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -9535,67 +9594,67 @@ "threading_constructs": 1 }, { - "file_path": "ffi/fuse/src/cloud/cloud_fs.zig", - "lines": 111, - "unsafe_blocks": 4, + "file_path": "observatory/lib/system_observatory/cli.ex", + "lines": 403, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "ffi/fuse/src/c.zig", - "lines": 8, - "unsafe_blocks": 1, + "file_path": "observatory/lib/system_observatory/correlator.ex", + "lines": 210, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "ffi/fuse/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "observatory/lib/system_observatory/nvme_sentinel.ex", + "lines": 533, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "ffi/fuse/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "observatory/lib/system_observatory/bt_sentinel.ex", + "lines": 421, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "ffi/fuse/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "observatory/lib/system_observatory/metrics/store.ex", + "lines": 222, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "ffi/fuse/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "observatory/scripts/nvme-health-check.sh", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", + "file_path": "observatory/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -9605,7 +9664,7 @@ "threading_constructs": 2 }, { - "file_path": "ffi/zig/src/main.zig", + "file_path": "observatory/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -9615,57 +9674,57 @@ "threading_constructs": 0 }, { - "file_path": "nerdsafe-restart/src/ada/nerdsafe_tui.ads", - "lines": 161, + "file_path": "observatory/test/system_observatory/nvme_sentinel_test.exs", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "nerdsafe-restart/src/ada/nerdsafe_tui.adb", - "lines": 734, - "unsafe_blocks": 2, + "file_path": "observatory/src/abi/Foreign.idr", + "lines": 219, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "nerdsafe-restart/src/ada/main.adb", - "lines": 129, - "unsafe_blocks": 0, + "file_path": "observatory/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "nerdsafe-restart/nerdsafe-restart.sh", - "lines": 487, + "file_path": "traffic-conditioner/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "nerdsafe-restart/bootstrap-check.sh", - "lines": 241, + "file_path": "traffic-conditioner/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "total-recall/src/abi/Foreign.idr", + "file_path": "traffic-conditioner/src/abi/Foreign.idr", "lines": 216, "unsafe_blocks": 12, "panic_sites": 0, @@ -9675,7 +9734,7 @@ "threading_constructs": 0 }, { - "file_path": "total-recall/src/abi/Types.idr", + "file_path": "traffic-conditioner/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9685,381 +9744,340 @@ "threading_constructs": 0 }, { - "file_path": "total-recall/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "port-endoscope/src/main.rs", + "lines": 309, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 2 }, { - "file_path": "total-recall/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "port-endoscope/src/port.rs", + "lines": 227, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "hardware-crash-team/src/scanner/mod.rs", - "lines": 1105, - "unsafe_blocks": 0, + "file_path": "port-endoscope/src/process.rs", + "lines": 191, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 10, - "allocation_sites": 42, + "safe_unwrap_calls": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "hardware-crash-team/src/main.rs", - "lines": 215, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "hardware-crash-team/src/remediation/mod.rs", - "lines": 594, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 10, - "io_operations": 7, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "hardware-crash-team/src/tui/ui.rs", - "lines": 616, + "file_path": "ffi/systemd/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "hardware-crash-team/src/analyzer/mod.rs", - "lines": 536, + "file_path": "ffi/systemd/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 16, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-tui/src/cfk_tui_main.adb", - "lines": 36, - "unsafe_blocks": 0, + "file_path": "ffi/systemd/src/main.zig", + "lines": 291, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-cache/src/policy.rs", - "lines": 423, - "unsafe_blocks": 0, + "file_path": "ffi/systemd/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-cache/src/blob_store.rs", - "lines": 449, - "unsafe_blocks": 0, + "file_path": "ffi/systemd/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-cache/src/lib.rs", - "lines": 178, + "file_path": "ffi/fuse/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "czech-file-knife/cfk-cache/src/metadata_cache.rs", - "lines": 534, + "file_path": "ffi/fuse/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 4, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-core/src/error.rs", - "lines": 147, - "unsafe_blocks": 0, + "file_path": "ffi/fuse/src/c.zig", + "lines": 8, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-core/src/path.rs", - "lines": 234, - "unsafe_blocks": 0, + "file_path": "ffi/fuse/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-core/src/platform.rs", - "lines": 219, - "unsafe_blocks": 0, + "file_path": "ffi/fuse/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/local.rs", - "lines": 484, - "unsafe_blocks": 2, + "file_path": "ffi/fuse/src/cloud/cloud_fs.zig", + "lines": 111, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/gdrive.rs", - "lines": 731, + "file_path": "ffi/fuse/src/cloud/prefetch.zig", + "lines": 68, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 6, - "allocation_sites": 6, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "czech-file-knife/cfk-providers/src/afs.rs", - "lines": 530, + "file_path": "ffi/fuse/src/cloud/rate_limiter.zig", + "lines": 52, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 4, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "ffi/fuse/src/cloud/cache.zig", + "lines": 111, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "immutable-linux-auditor/src/AuditorData.cpp", + "lines": 606, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/nfs.rs", - "lines": 589, + "file_path": "nerdsafe-restart/src/ada/nerdsafe_tui.adb", + "lines": 734, "unsafe_blocks": 2, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 3, - "allocation_sites": 6, - "io_operations": 4, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/ninep.rs", - "lines": 960, + "file_path": "nerdsafe-restart/src/ada/main.adb", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 8, - "io_operations": 0, - "threading_constructs": 2 + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/ipfs.rs", - "lines": 802, + "file_path": "nerdsafe-restart/src/ada/nerdsafe_tui.ads", + "lines": 161, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 11, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/smb.rs", - "lines": 781, + "file_path": "nerdsafe-restart/bootstrap-check.sh", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 6, - "io_operations": 5, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/box_com.rs", - "lines": 721, + "file_path": "nerdsafe-restart/nerdsafe-restart.sh", + "lines": 487, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 9, - "allocation_sites": 10, - "io_operations": 0, - "threading_constructs": 1 + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/webdav.rs", - "lines": 611, + "file_path": "network-dashboard/lib/network_dashboard/module_poller.ex", + "lines": 60, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 10, - "allocation_sites": 4, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 1 }, { - "file_path": "czech-file-knife/cfk-providers/src/lib.rs", - "lines": 137, + "file_path": "ambulances/disk/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/dropbox.rs", - "lines": 582, + "file_path": "ambulances/disk/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 6, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "czech-file-knife/cfk-providers/src/s3.rs", - "lines": 711, + "file_path": "ambulances/disk/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 9, - "allocation_sites": 2, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/syncthing.rs", - "lines": 531, - "unsafe_blocks": 0, + "file_path": "ambulances/disk/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 3, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/sftp.rs", - "lines": 604, - "unsafe_blocks": 0, + "file_path": "ambulances/disk/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 8, - "io_operations": 5, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/transport.rs", - "lines": 593, + "file_path": "ambulances/security/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 1, - "allocation_sites": 6, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/onedrive.rs", - "lines": 620, + "file_path": "cicada/scripts/verify_rsr.jl", + "lines": 330, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 11, - "allocation_sites": 8, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "czech-file-knife/cfk-providers/src/protocols.rs", - "lines": 763, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 12, - "allocation_sites": 28, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "czech-file-knife/cfk-search/src/lib.rs", - "lines": 648, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 12, - "io_operations": 1, - "threading_constructs": 1 - }, - { - "file_path": "czech-file-knife/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, - "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "czech-file-knife/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "io_operations": 17, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/ffi/zig/test/integration_test.zig", + "file_path": "cicada/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -10069,7 +10087,7 @@ "threading_constructs": 2 }, { - "file_path": "czech-file-knife/ffi/zig/src/main.zig", + "file_path": "cicada/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -10079,164 +10097,138 @@ "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-ios/src/provider.rs", - "lines": 499, + "file_path": "cicada/src/storage/keystore.jl", + "lines": 240, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 13, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "czech-file-knife/cfk-ios/src/lib.rs", - "lines": 91, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 10, + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-ios/src/ffi.rs", - "lines": 474, + "file_path": "cicada/src/storage/backup.jl", + "lines": 245, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 13, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 6, + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-ios/src/domain.rs", - "lines": 194, - "unsafe_blocks": 0, + "file_path": "cicada/src/keygen/postquantum.jl", + "lines": 751, + "unsafe_blocks": 26, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-ios/swift/CfkBridge.h", - "lines": 239, + "file_path": "cicada/src/keygen/classical.jl", + "lines": 163, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-cli/src/commands.rs", - "lines": 401, - "unsafe_blocks": 0, + "file_path": "cicada/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 1 - }, - { - "file_path": "czech-file-knife/cfk-integrations/src/agrep.rs", - "lines": 101, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-integrations/src/aria2.rs", - "lines": 76, - "unsafe_blocks": 0, + "file_path": "cicada/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-integrations/src/pandoc.rs", - "lines": 110, + "file_path": "cicada/src/main.jl", + "lines": 679, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-vfs/src/lib.rs", - "lines": 471, + "file_path": "cicada/src/integrations/github.jl", + "lines": 178, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 15, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", - "lines": 362, + "file_path": "cicada/src/validation/verify.jl", + "lines": 203, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 1 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", - "lines": 279, + "file_path": "cicada/src/config.jl", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "total-update/elixir/totalupdate/lib/totalupdate/plugin_manager.ex", - "lines": 346, + "file_path": "hybrid-automation-router/lib/mix/tasks/har.parse.ex", + "lines": 156, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", - "lines": 671, + "file_path": "hybrid-automation-router/lib/mix/tasks/har.transform.ex", + "lines": 138, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 1 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "total-update/elixir/totalupdate/lib/totalupdate/scheduler.ex", - "lines": 198, + "file_path": "hybrid-automation-router/lib/mix/tasks/har.convert.ex", + "lines": 163, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "total-update/elixir/totalupdate/lib/totalupdate/watcher.ex", - "lines": 195, + "file_path": "hybrid-automation-router/lib/har/control_plane/health_checker.ex", + "lines": 355, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -10245,28 +10237,28 @@ "threading_constructs": 1 }, { - "file_path": "total-update/elixir/dnfinition/lib/dnfinition/plugins/strategy_matrix.ex", - "lines": 523, + "file_path": "hybrid-automation-router/lib/har/control_plane/routing_table.ex", + "lines": 260, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "total-update/elixir/dnfinition/lib/dnfinition/plugins/plugin_registry.ex", - "lines": 414, + "file_path": "hybrid-automation-router/lib/har/control_plane/circuit_breaker.ex", + "lines": 678, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "total-update/elixir/dnfinition/lib/dnfinition/recovery.ex", - "lines": 181, + "file_path": "hybrid-automation-router/lib/har/control_plane/policy_engine.ex", + "lines": 335, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -10275,78 +10267,78 @@ "threading_constructs": 1 }, { - "file_path": "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", - "lines": 219, + "file_path": "hybrid-automation-router/lib/har/contracts/k9_contract.ex", + "lines": 712, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "total-update/elixir/dnfinition/lib/dnfinition/transaction_log.ex", - "lines": 191, + "file_path": "hybrid-automation-router/lib/har/ipfs/node.ex", + "lines": 340, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", - "lines": 447, + "file_path": "hybrid-automation-router/lib/har/security/manager.ex", + "lines": 914, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 2, "threading_constructs": 1 }, { - "file_path": "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", - "lines": 526, + "file_path": "hybrid-automation-router/test/mix/tasks/har_parse_test.exs", + "lines": 215, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", - "lines": 496, + "file_path": "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", + "lines": 209, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "total-update/ada/totalupdate/src/totalupdate-logging.adb", - "lines": 126, + "file_path": "hybrid-automation-router/test/mix/tasks/har_convert_test.exs", + "lines": 190, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "total-update/ada/totalupdate/src/totalupdate-config.adb", - "lines": 152, + "file_path": "hybrid-automation-router/deploy/run.sh", + "lines": 221, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "total-update/ada/totalupdate/src/totalupdate-daemon.adb", - "lines": 173, + "file_path": "nano-aider/tests/test_options.adb", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -10355,8 +10347,8 @@ "threading_constructs": 0 }, { - "file_path": "total-update/ada/totalupdate/src/totalupdate_main.adb", - "lines": 192, + "file_path": "nano-aider/src/nano_aider-config.adb", + "lines": 188, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -10365,28 +10357,18 @@ "threading_constructs": 0 }, { - "file_path": "total-update/ada/dnfinition/src/plugins/plugin_registry.adb", - "lines": 443, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 7, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "total-update/ada/dnfinition/src/plugins/plugin_registry.ads", - "lines": 202, + "file_path": "nano-aider/src/nano_aider.adb", + "lines": 98, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "total-update/ada/dnfinition/src/reversibility/reversibility_types.ads", - "lines": 140, + "file_path": "nano-aider/src/nano_aider-profiles.adb", + "lines": 150, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -10395,28 +10377,28 @@ "threading_constructs": 0 }, { - "file_path": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.adb", - "lines": 432, + "file_path": "nano-aider/src/nano_aider-options.adb", + "lines": 234, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.ads", - "lines": 178, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "total-update/ada/dnfinition/src/dnfinition.adb", - "lines": 493, + "file_path": "personal-sysadmin/tui-ada/src/psa_client.adb", + "lines": 138, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -10425,8 +10407,8 @@ "threading_constructs": 0 }, { - "file_path": "total-update/ada/dnfinition/src/tui/tui-main_window.adb", - "lines": 146, + "file_path": "personal-sysadmin/tui-ada/src/psa_tui.adb", + "lines": 195, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -10435,15744 +10417,15811 @@ "threading_constructs": 0 }, { - "file_path": "total-update/ada/dnfinition/src/platform/platform_detection.adb", - "lines": 483, + "file_path": "personal-sysadmin/tui-ada/src/psa_ui.adb", + "lines": 375, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 14, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "total-update/ada/dnfinition/src/backends/backend_interface.ads", - "lines": 207, + "file_path": "personal-sysadmin/scripts/setup-new-repo.sh", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "total-update/ada/dnfinition/src/backends/backend_guix.ads", - "lines": 178, + "file_path": "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", + "lines": 33, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 5, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "total-update/ada/dnfinition/src/backends/backend_guix.adb", - "lines": 488, + "file_path": "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", + "lines": 120, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 7, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "total-update/ada/dnfinition/src/backends/backend_nix.adb", - "lines": 491, + "file_path": "personal-sysadmin/scripts/github-admin/add-scm-files.sh", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "total-update/ada/dnfinition/src/backends/backend_nix.ads", - "lines": 178, + "file_path": "personal-sysadmin/scripts/github-admin/add-license-badges.sh", + "lines": 63, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 5, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "total-update/scripts/generate-man.sh", - "lines": 78, + "file_path": "personal-sysadmin/scripts/github-admin/add-community-health.sh", + "lines": 119, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "total-update/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "personal-sysadmin/scripts/github-admin/add-missing-files.sh", + "lines": 95, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "total-update/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", + "lines": 85, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "total-update/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "total-update/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "personal-sysadmin/src/tools/crisis.rs", + "lines": 311, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 6, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "personal-sysadmin/src/tools/security.rs", + "lines": 185, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "project-cb/import-acetext.sh", - "lines": 82, + "file_path": "personal-sysadmin/src/tools/network.rs", + "lines": 293, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 8, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "project-cb/import-acetext.jl", - "lines": 78, + "file_path": "personal-sysadmin/src/tools/service.rs", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "composer/src/abi/Foreign.idr", - "lines": 219, - "unsafe_blocks": 12, + "file_path": "personal-sysadmin/src/correlation.rs", + "lines": 90, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 4, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "composer/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "personal-sysadmin/src/ai/mod.rs", + "lines": 101, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "composer/src/composer/cli.gleam", - "lines": 454, - "unsafe_blocks": 1, + "file_path": "personal-sysadmin/src/reasoning/mod.rs", + "lines": 267, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "composer/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "personal-sysadmin/src/forum/mod.rs", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "composer/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "personal-sysadmin/src/rules/mod.rs", + "lines": 640, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "safe_unwrap_calls": 5, + "allocation_sites": 0, + "io_operations": 7, + "threading_constructs": 0 + }, + { + "file_path": "personal-sysadmin/src/daemon/mod.rs", + "lines": 548, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 } ], "recommended_attacks": [ "concurrency", - "disk", "memory", - "network", - "cpu" + "cpu", + "disk", + "network" ], "dependency_graph": { "edges": [ { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "ffi/fuse/src/cloud/prefetch.zig", - "to": "ffi/fuse/src/cloud/cache.zig", - "relation": "shared_dir:ffi/fuse/src/cloud", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "ffi/fuse/src/cloud/cache.zig", - "to": "ffi/fuse/src/cloud/rate_limiter.zig", - "relation": "shared_dir:ffi/fuse/src/cloud", + "from": "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", + "to": "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", + "relation": "shared_dir:total-update/elixir/totalupdate/lib/totalupdate", "weight": 1.0 }, { - "from": "ffi/fuse/src/cloud/rate_limiter.zig", - "to": "ffi/fuse/src/cloud/cloud_fs.zig", - "relation": "shared_dir:ffi/fuse/src/cloud", + "from": "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", + "to": "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", + "relation": "shared_dir:total-update/elixir/totalupdate/lib/totalupdate", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", + "to": "total-update/elixir/totalupdate/lib/totalupdate/watcher.ex", + "relation": "shared_dir:total-update/elixir/totalupdate/lib/totalupdate", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "total-update/elixir/totalupdate/lib/totalupdate/watcher.ex", + "to": "total-update/elixir/totalupdate/lib/totalupdate/plugin_manager.ex", + "relation": "shared_dir:total-update/elixir/totalupdate/lib/totalupdate", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "total-update/elixir/totalupdate/lib/totalupdate/plugin_manager.ex", + "to": "total-update/elixir/totalupdate/lib/totalupdate/scheduler.ex", + "relation": "shared_dir:total-update/elixir/totalupdate/lib/totalupdate", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "port-endoscope/src/main.rs", + "to": "port-endoscope/src/port.rs", + "relation": "shared_dir:port-endoscope/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "port-endoscope/src/port.rs", + "to": "port-endoscope/src/process.rs", + "relation": "shared_dir:port-endoscope/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "nano-aider/src/nano_aider-config.adb", + "to": "nano-aider/src/nano_aider.adb", + "relation": "shared_dir:nano-aider/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "nano-aider/src/nano_aider.adb", + "to": "nano-aider/src/nano_aider-profiles.adb", + "relation": "shared_dir:nano-aider/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "nano-aider/src/nano_aider-profiles.adb", + "to": "nano-aider/src/nano_aider-options.adb", + "relation": "shared_dir:nano-aider/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/plugins/strategy_matrix.ex", - "to": "total-update/elixir/dnfinition/lib/dnfinition/plugins/plugin_registry.ex", - "relation": "shared_dir:total-update/elixir/dnfinition/lib/dnfinition/plugins", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "cicada/src/config.jl", - "to": "cicada/src/main.jl", - "relation": "shared_dir:cicada/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "recovery/operating-theatre/src/core/engine.d", - "to": "recovery/operating-theatre/src/core/security.d", - "relation": "shared_dir:recovery/operating-theatre/src/core", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "recovery/operating-theatre/src/core/security.d", - "to": "recovery/operating-theatre/src/core/ecosystem.d", - "relation": "shared_dir:recovery/operating-theatre/src/core", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "emergency-room/src/zig/utils.zig", - "to": "emergency-room/src/zig/handoff.zig", - "relation": "shared_dir:emergency-room/src/zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "emergency-room/src/zig/handoff.zig", - "to": "emergency-room/src/zig/backup.zig", - "relation": "shared_dir:emergency-room/src/zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "emergency-room/src/zig/backup.zig", - "to": "emergency-room/src/zig/boot_guardian.zig", - "relation": "shared_dir:emergency-room/src/zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "emergency-room/src/zig/boot_guardian.zig", - "to": "emergency-room/src/zig/shutdown_marshal.zig", - "relation": "shared_dir:emergency-room/src/zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "emergency-room/src/zig/shutdown_marshal.zig", - "to": "emergency-room/src/zig/capture.zig", - "relation": "shared_dir:emergency-room/src/zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "emergency-room/src/zig/capture.zig", - "to": "emergency-room/src/zig/incident_test.zig", - "relation": "shared_dir:emergency-room/src/zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "emergency-room/src/zig/incident_test.zig", - "to": "emergency-room/src/zig/integration_test.zig", - "relation": "shared_dir:emergency-room/src/zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "emergency-room/src/zig/integration_test.zig", - "to": "emergency-room/src/zig/incident.zig", - "relation": "shared_dir:emergency-room/src/zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/src/Main.affine", - "to": "broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "ffi/systemd/src/abi/Foreign.idr", - "to": "ffi/systemd/src/abi/Types.idr", - "relation": "shared_dir:ffi/systemd/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", - "to": "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", - "relation": "shared_dir:total-update/elixir/dnfinition/lib/dnfinition/backends", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "cicada/src/keygen/postquantum.jl", - "to": "cicada/src/keygen/classical.jl", - "relation": "shared_dir:cicada/src/keygen", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "monitoring/observatory/lib/system_observatory/bundle_ingestion.ex", + "to": "monitoring/observatory/lib/system_observatory/correlator.ex", + "relation": "shared_dir:monitoring/observatory/lib/system_observatory", "weight": 1.0 }, { - "from": "nano-aider/src/nano_aider-config.adb", - "to": "nano-aider/src/nano_aider-options.adb", - "relation": "shared_dir:nano-aider/src", + "from": "monitoring/observatory/lib/system_observatory/correlator.ex", + "to": "monitoring/observatory/lib/system_observatory/verisim.ex", + "relation": "shared_dir:monitoring/observatory/lib/system_observatory", "weight": 1.0 }, { - "from": "nano-aider/src/nano_aider-options.adb", - "to": "nano-aider/src/nano_aider.adb", - "relation": "shared_dir:nano-aider/src", + "from": "total-recall/src/abi/Foreign.idr", + "to": "total-recall/src/abi/Types.idr", + "relation": "shared_dir:total-recall/src/abi", "weight": 1.0 }, { - "from": "nano-aider/src/nano_aider.adb", - "to": "nano-aider/src/nano_aider-profiles.adb", - "relation": "shared_dir:nano-aider/src", + "from": "nerdsafe-restart/src/ada/nerdsafe_tui.adb", + "to": "nerdsafe-restart/src/ada/main.adb", + "relation": "shared_dir:nerdsafe-restart/src/ada", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "nerdsafe-restart/src/ada/main.adb", + "to": "nerdsafe-restart/src/ada/nerdsafe_tui.ads", + "relation": "shared_dir:nerdsafe-restart/src/ada", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "monitoring/systems-observatory/examples/example_advanced_analysis.jl", + "to": "monitoring/systems-observatory/examples/example_database_stats.jl", + "relation": "shared_dir:monitoring/systems-observatory/examples", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "ffi/systemd/src/abi/Foreign.idr", + "to": "ffi/systemd/src/abi/Types.idr", + "relation": "shared_dir:ffi/systemd/src/abi", "weight": 1.0 }, { - "from": "records/service-autopsy/lib/service_autopsy/collector.ex", - "to": "records/service-autopsy/lib/service_autopsy/report_store.ex", - "relation": "shared_dir:records/service-autopsy/lib/service_autopsy", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "records/service-autopsy/lib/service_autopsy/report_store.ex", - "to": "records/service-autopsy/lib/service_autopsy/watcher.ex", - "relation": "shared_dir:records/service-autopsy/lib/service_autopsy", + "from": "emergency-button/src/zig/incident.zig", + "to": "emergency-button/src/zig/utils.zig", + "relation": "shared_dir:emergency-button/src/zig", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "emergency-button/src/zig/utils.zig", + "to": "emergency-button/src/zig/handoff.zig", + "relation": "shared_dir:emergency-button/src/zig", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "emergency-button/src/zig/handoff.zig", + "to": "emergency-button/src/zig/backup.zig", + "relation": "shared_dir:emergency-button/src/zig", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "emergency-button/src/zig/backup.zig", + "to": "emergency-button/src/zig/capture.zig", + "relation": "shared_dir:emergency-button/src/zig", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "contracts-rust/src/message_intent.rs", + "to": "contracts-rust/src/plan.rs", + "relation": "shared_dir:contracts-rust/src", "weight": 1.0 }, { - "from": "ffi/fuse/src/abi/Foreign.idr", - "to": "ffi/fuse/src/abi/Types.idr", - "relation": "shared_dir:ffi/fuse/src/abi", + "from": "contracts-rust/src/plan.rs", + "to": "contracts-rust/src/weather.rs", + "relation": "shared_dir:contracts-rust/src", "weight": 1.0 }, { - "from": "nerdsafe-restart/src/ada/nerdsafe_tui.ads", - "to": "nerdsafe-restart/src/ada/nerdsafe_tui.adb", - "relation": "shared_dir:nerdsafe-restart/src/ada", + "from": "contracts-rust/src/weather.rs", + "to": "contracts-rust/src/receipt.rs", + "relation": "shared_dir:contracts-rust/src", "weight": 1.0 }, { - "from": "nerdsafe-restart/src/ada/nerdsafe_tui.adb", - "to": "nerdsafe-restart/src/ada/main.adb", - "relation": "shared_dir:nerdsafe-restart/src/ada", + "from": "contracts-rust/src/receipt.rs", + "to": "contracts-rust/src/envelope.rs", + "relation": "shared_dir:contracts-rust/src", "weight": 1.0 }, { - "from": "records/referrals/lib/feedback_a_tron/network_verifier.ex", - "to": "records/referrals/lib/feedback_a_tron/audit_log.ex", - "relation": "shared_dir:records/referrals/lib/feedback_a_tron", + "from": "contracts-rust/src/envelope.rs", + "to": "contracts-rust/src/run_bundle.rs", + "relation": "shared_dir:contracts-rust/src", "weight": 1.0 }, { - "from": "records/referrals/lib/feedback_a_tron/audit_log.ex", - "to": "records/referrals/lib/feedback_a_tron/submitter.ex", - "relation": "shared_dir:records/referrals/lib/feedback_a_tron", + "from": "contracts-rust/src/run_bundle.rs", + "to": "contracts-rust/src/pack_manifest.rs", + "relation": "shared_dir:contracts-rust/src", "weight": 1.0 }, { - "from": "records/referrals/lib/feedback_a_tron/submitter.ex", - "to": "records/referrals/lib/feedback_a_tron/deduplicator.ex", - "relation": "shared_dir:records/referrals/lib/feedback_a_tron", + "from": "contracts-rust/src/pack_manifest.rs", + "to": "contracts-rust/src/conversions.rs", + "relation": "shared_dir:contracts-rust/src", "weight": 1.0 }, { - "from": "records/referrals/lib/feedback_a_tron/deduplicator.ex", - "to": "records/referrals/lib/feedback_a_tron/verisim_client.ex", - "relation": "shared_dir:records/referrals/lib/feedback_a_tron", + "from": "clinician/src/tools/crisis.rs", + "to": "clinician/src/tools/ipfs.rs", + "relation": "shared_dir:clinician/src/tools", "weight": 1.0 }, { - "from": "records/referrals/lib/feedback_a_tron/verisim_client.ex", - "to": "records/referrals/lib/feedback_a_tron/credentials.ex", - "relation": "shared_dir:records/referrals/lib/feedback_a_tron", + "from": "clinician/src/tools/ipfs.rs", + "to": "clinician/src/tools/bt_sentinel.rs", + "relation": "shared_dir:clinician/src/tools", "weight": 1.0 }, { - "from": "panoptes/src/analyzers/code.rs", - "to": "panoptes/src/analyzers/audio.rs", - "relation": "shared_dir:panoptes/src/analyzers", + "from": "clinician/src/tools/bt_sentinel.rs", + "to": "clinician/src/tools/security.rs", + "relation": "shared_dir:clinician/src/tools", "weight": 1.0 }, { - "from": "panoptes/src/analyzers/audio.rs", - "to": "panoptes/src/analyzers/video.rs", - "relation": "shared_dir:panoptes/src/analyzers", + "from": "clinician/src/tools/security.rs", + "to": "clinician/src/tools/network.rs", + "relation": "shared_dir:clinician/src/tools", "weight": 1.0 }, { - "from": "panoptes/src/analyzers/video.rs", - "to": "panoptes/src/analyzers/archive.rs", - "relation": "shared_dir:panoptes/src/analyzers", + "from": "clinician/src/tools/network.rs", + "to": "clinician/src/tools/service.rs", + "relation": "shared_dir:clinician/src/tools", "weight": 1.0 }, { - "from": "panoptes/src/analyzers/archive.rs", - "to": "panoptes/src/analyzers/mod.rs", - "relation": "shared_dir:panoptes/src/analyzers", + "from": "clinician/src/tools/service.rs", + "to": "clinician/src/tools/cache_layer.rs", + "relation": "shared_dir:clinician/src/tools", "weight": 1.0 }, { - "from": "panoptes/src/analyzers/mod.rs", - "to": "panoptes/src/analyzers/image.rs", - "relation": "shared_dir:panoptes/src/analyzers", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "panoptes/src/analyzers/image.rs", - "to": "panoptes/src/analyzers/document.rs", - "relation": "shared_dir:panoptes/src/analyzers", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "panoptes/src/analyzers/document.rs", - "to": "panoptes/src/analyzers/pdf.rs", - "relation": "shared_dir:panoptes/src/analyzers", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/reversibility/reversibility_types.ads", - "to": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.adb", - "relation": "shared_dir:total-update/ada/dnfinition/src/reversibility", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.adb", - "to": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.ads", - "relation": "shared_dir:total-update/ada/dnfinition/src/reversibility", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "composer/src/abi/Foreign.idr", - "to": "composer/src/abi/Types.idr", - "relation": "shared_dir:composer/src/abi", + "from": "czech-file-knife/src/abi/Foreign.idr", + "to": "czech-file-knife/src/abi/Types.idr", + "relation": "shared_dir:czech-file-knife/src/abi", "weight": 1.0 }, { - "from": "total-recall/src/abi/Foreign.idr", - "to": "total-recall/src/abi/Types.idr", - "relation": "shared_dir:total-recall/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "emergency-button/src/zig/utils.zig", - "to": "emergency-button/src/zig/handoff.zig", - "relation": "shared_dir:emergency-button/src/zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "emergency-button/src/zig/handoff.zig", - "to": "emergency-button/src/zig/backup.zig", - "relation": "shared_dir:emergency-button/src/zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "emergency-button/src/zig/backup.zig", - "to": "emergency-button/src/zig/capture.zig", - "relation": "shared_dir:emergency-button/src/zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "emergency-button/src/zig/capture.zig", - "to": "emergency-button/src/zig/incident.zig", - "relation": "shared_dir:emergency-button/src/zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "hybrid-automation-router/test/mix/tasks/har_convert_test.exs", - "to": "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", - "relation": "shared_dir:hybrid-automation-router/test/mix/tasks", + "from": "broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", - "to": "hybrid-automation-router/test/mix/tasks/har_parse_test.exs", - "relation": "shared_dir:hybrid-automation-router/test/mix/tasks", + "from": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.adb", + "to": "total-update/ada/dnfinition/src/reversibility/reversibility_types.ads", + "relation": "shared_dir:total-update/ada/dnfinition/src/reversibility", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", - "weight": 1.0 - }, + "from": "total-update/ada/dnfinition/src/reversibility/reversibility_types.ads", + "to": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.ads", + "relation": "shared_dir:total-update/ada/dnfinition/src/reversibility", + "weight": 1.0 + }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "panoptes/src/bin/panoptes-web.rs", + "to": "panoptes/src/bin/panoptes-undo.rs", + "relation": "shared_dir:panoptes/src/bin", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-core/src/error.rs", - "to": "czech-file-knife/cfk-core/src/path.rs", - "relation": "shared_dir:czech-file-knife/cfk-core/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-core/src/path.rs", - "to": "czech-file-knife/cfk-core/src/platform.rs", - "relation": "shared_dir:czech-file-knife/cfk-core/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "czech-file-knife/cfk-integrations/src/agrep.rs", + "to": "czech-file-knife/cfk-integrations/src/aria2.rs", + "relation": "shared_dir:czech-file-knife/cfk-integrations/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "czech-file-knife/cfk-integrations/src/aria2.rs", + "to": "czech-file-knife/cfk-integrations/src/pandoc.rs", + "relation": "shared_dir:czech-file-knife/cfk-integrations/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-cache/src/policy.rs", - "to": "czech-file-knife/cfk-cache/src/blob_store.rs", - "relation": "shared_dir:czech-file-knife/cfk-cache/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-cache/src/blob_store.rs", - "to": "czech-file-knife/cfk-cache/src/lib.rs", - "relation": "shared_dir:czech-file-knife/cfk-cache/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-cache/src/lib.rs", - "to": "czech-file-knife/cfk-cache/src/metadata_cache.rs", - "relation": "shared_dir:czech-file-knife/cfk-cache/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/local.rs", - "to": "czech-file-knife/cfk-providers/src/gdrive.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/gdrive.rs", - "to": "czech-file-knife/cfk-providers/src/afs.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/afs.rs", - "to": "czech-file-knife/cfk-providers/src/nfs.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/nfs.rs", - "to": "czech-file-knife/cfk-providers/src/ninep.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/ninep.rs", - "to": "czech-file-knife/cfk-providers/src/ipfs.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/ipfs.rs", - "to": "czech-file-knife/cfk-providers/src/smb.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/smb.rs", - "to": "czech-file-knife/cfk-providers/src/box_com.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/box_com.rs", - "to": "czech-file-knife/cfk-providers/src/webdav.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/webdav.rs", - "to": "czech-file-knife/cfk-providers/src/lib.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/lib.rs", - "to": "czech-file-knife/cfk-providers/src/dropbox.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/dropbox.rs", - "to": "czech-file-knife/cfk-providers/src/s3.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/s3.rs", - "to": "czech-file-knife/cfk-providers/src/syncthing.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "ffi/fuse/src/abi/Foreign.idr", + "to": "ffi/fuse/src/abi/Types.idr", + "relation": "shared_dir:ffi/fuse/src/abi", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/syncthing.rs", - "to": "czech-file-knife/cfk-providers/src/sftp.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "personal-sysadmin/src/tools/crisis.rs", + "to": "personal-sysadmin/src/tools/security.rs", + "relation": "shared_dir:personal-sysadmin/src/tools", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/sftp.rs", - "to": "czech-file-knife/cfk-providers/src/transport.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "personal-sysadmin/src/tools/security.rs", + "to": "personal-sysadmin/src/tools/network.rs", + "relation": "shared_dir:personal-sysadmin/src/tools", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/transport.rs", - "to": "czech-file-knife/cfk-providers/src/onedrive.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "personal-sysadmin/src/tools/network.rs", + "to": "personal-sysadmin/src/tools/service.rs", + "relation": "shared_dir:personal-sysadmin/src/tools", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/onedrive.rs", - "to": "czech-file-knife/cfk-providers/src/protocols.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/src/abi/Foreign.idr", - "to": "czech-file-knife/src/abi/Types.idr", - "relation": "shared_dir:czech-file-knife/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/recovery.ex", - "to": "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", - "relation": "shared_dir:total-update/elixir/dnfinition/lib/dnfinition", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", - "to": "total-update/elixir/dnfinition/lib/dnfinition/transaction_log.ex", - "relation": "shared_dir:total-update/elixir/dnfinition/lib/dnfinition", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/transaction_log.ex", - "to": "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", - "relation": "shared_dir:total-update/elixir/dnfinition/lib/dnfinition", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-integrations/src/agrep.rs", - "to": "czech-file-knife/cfk-integrations/src/aria2.rs", - "relation": "shared_dir:czech-file-knife/cfk-integrations/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-integrations/src/aria2.rs", - "to": "czech-file-knife/cfk-integrations/src/pandoc.rs", - "relation": "shared_dir:czech-file-knife/cfk-integrations/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "personal-sysadmin/tui-ada/src/psa_tui.adb", - "to": "personal-sysadmin/tui-ada/src/psa_client.adb", - "relation": "shared_dir:personal-sysadmin/tui-ada/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "personal-sysadmin/tui-ada/src/psa_client.adb", - "to": "personal-sysadmin/tui-ada/src/psa_ui.adb", - "relation": "shared_dir:personal-sysadmin/tui-ada/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "cicada/src/abi/Foreign.idr", + "to": "cicada/src/abi/Types.idr", + "relation": "shared_dir:cicada/src/abi", "weight": 1.0 }, { - "from": "monitoring/observatory/lib/system_observatory/correlator.ex", - "to": "monitoring/observatory/lib/system_observatory/bundle_ingestion.ex", - "relation": "shared_dir:monitoring/observatory/lib/system_observatory", + "from": "panoptes/src/analyzers/video.rs", + "to": "panoptes/src/analyzers/mod.rs", + "relation": "shared_dir:panoptes/src/analyzers", "weight": 1.0 }, { - "from": "monitoring/observatory/lib/system_observatory/bundle_ingestion.ex", - "to": "monitoring/observatory/lib/system_observatory/verisim.ex", - "relation": "shared_dir:monitoring/observatory/lib/system_observatory", + "from": "panoptes/src/analyzers/mod.rs", + "to": "panoptes/src/analyzers/archive.rs", + "relation": "shared_dir:panoptes/src/analyzers", "weight": 1.0 }, { - "from": "hybrid-automation-router/lib/mix/tasks/har.parse.ex", - "to": "hybrid-automation-router/lib/mix/tasks/har.transform.ex", - "relation": "shared_dir:hybrid-automation-router/lib/mix/tasks", + "from": "panoptes/src/analyzers/archive.rs", + "to": "panoptes/src/analyzers/document.rs", + "relation": "shared_dir:panoptes/src/analyzers", "weight": 1.0 }, { - "from": "hybrid-automation-router/lib/mix/tasks/har.transform.ex", - "to": "hybrid-automation-router/lib/mix/tasks/har.convert.ex", - "relation": "shared_dir:hybrid-automation-router/lib/mix/tasks", + "from": "panoptes/src/analyzers/document.rs", + "to": "panoptes/src/analyzers/image.rs", + "relation": "shared_dir:panoptes/src/analyzers", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "panoptes/src/analyzers/image.rs", + "to": "panoptes/src/analyzers/pdf.rs", + "relation": "shared_dir:panoptes/src/analyzers", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "panoptes/src/analyzers/pdf.rs", + "to": "panoptes/src/analyzers/code.rs", + "relation": "shared_dir:panoptes/src/analyzers", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "panoptes/src/analyzers/code.rs", + "to": "panoptes/src/analyzers/audio.rs", + "relation": "shared_dir:panoptes/src/analyzers", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "emergency-room/src/zig/incident_test.zig", + "to": "emergency-room/src/zig/integration_test.zig", + "relation": "shared_dir:emergency-room/src/zig", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "emergency-room/src/zig/integration_test.zig", + "to": "emergency-room/src/zig/incident.zig", + "relation": "shared_dir:emergency-room/src/zig", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "emergency-room/src/zig/incident.zig", + "to": "emergency-room/src/zig/utils.zig", + "relation": "shared_dir:emergency-room/src/zig", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "emergency-room/src/zig/utils.zig", + "to": "emergency-room/src/zig/boot_guardian.zig", + "relation": "shared_dir:emergency-room/src/zig", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "emergency-room/src/zig/boot_guardian.zig", + "to": "emergency-room/src/zig/handoff.zig", + "relation": "shared_dir:emergency-room/src/zig", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "emergency-room/src/zig/handoff.zig", + "to": "emergency-room/src/zig/backup.zig", + "relation": "shared_dir:emergency-room/src/zig", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "emergency-room/src/zig/backup.zig", + "to": "emergency-room/src/zig/capture.zig", + "relation": "shared_dir:emergency-room/src/zig", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "emergency-room/src/zig/capture.zig", + "to": "emergency-room/src/zig/shutdown_marshal.zig", + "relation": "shared_dir:emergency-room/src/zig", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", + "to": "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", + "relation": "shared_dir:total-update/elixir/dnfinition/lib/dnfinition/backends", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "traffic-conditioner/src/abi/Foreign.idr", + "to": "traffic-conditioner/src/abi/Types.idr", + "relation": "shared_dir:traffic-conditioner/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "total-update/ada/totalupdate/src/totalupdate-logging.adb", - "to": "total-update/ada/totalupdate/src/totalupdate-config.adb", - "relation": "shared_dir:total-update/ada/totalupdate/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "total-update/ada/totalupdate/src/totalupdate-config.adb", - "to": "total-update/ada/totalupdate/src/totalupdate-daemon.adb", - "relation": "shared_dir:total-update/ada/totalupdate/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "total-update/ada/totalupdate/src/totalupdate-daemon.adb", - "to": "total-update/ada/totalupdate/src/totalupdate_main.adb", - "relation": "shared_dir:total-update/ada/totalupdate/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "port-endoscope/src/main.rs", - "to": "port-endoscope/src/port.rs", - "relation": "shared_dir:port-endoscope/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "port-endoscope/src/port.rs", - "to": "port-endoscope/src/process.rs", - "relation": "shared_dir:port-endoscope/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "total-update/src/abi/Foreign.idr", + "to": "total-update/src/abi/Types.idr", + "relation": "shared_dir:total-update/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/src/Report.affine", + "to": "broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "monitoring/systems-observatory/tools/migration_planner.jl", + "to": "monitoring/systems-observatory/tools/generate_html_report.jl", + "relation": "shared_dir:monitoring/systems-observatory/tools", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "monitoring/systems-observatory/tools/generate_html_report.jl", + "to": "monitoring/systems-observatory/tools/rsr_verify.jl", + "relation": "shared_dir:monitoring/systems-observatory/tools", "weight": 1.0 }, { - "from": "cicada/src/abi/Foreign.idr", - "to": "cicada/src/abi/Types.idr", - "relation": "shared_dir:cicada/src/abi", + "from": "monitoring/systems-observatory/tools/rsr_verify.jl", + "to": "monitoring/systems-observatory/tools/compare_alternatives.jl", + "relation": "shared_dir:monitoring/systems-observatory/tools", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "hybrid-automation-router/lib/mix/tasks/har.parse.ex", + "to": "hybrid-automation-router/lib/mix/tasks/har.transform.ex", + "relation": "shared_dir:hybrid-automation-router/lib/mix/tasks", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "hybrid-automation-router/lib/mix/tasks/har.transform.ex", + "to": "hybrid-automation-router/lib/mix/tasks/har.convert.ex", + "relation": "shared_dir:hybrid-automation-router/lib/mix/tasks", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "recovery/operating-theatre/src/core/security.d", + "to": "recovery/operating-theatre/src/core/engine.d", + "relation": "shared_dir:recovery/operating-theatre/src/core", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "recovery/operating-theatre/src/core/engine.d", + "to": "recovery/operating-theatre/src/core/ecosystem.d", + "relation": "shared_dir:recovery/operating-theatre/src/core", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "total-update/ada/dnfinition/src/backends/backend_nix.adb", + "to": "total-update/ada/dnfinition/src/backends/backend_interface.ads", + "relation": "shared_dir:total-update/ada/dnfinition/src/backends", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "total-update/ada/dnfinition/src/backends/backend_interface.ads", + "to": "total-update/ada/dnfinition/src/backends/backend_nix.ads", + "relation": "shared_dir:total-update/ada/dnfinition/src/backends", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "total-update/ada/dnfinition/src/backends/backend_nix.ads", + "to": "total-update/ada/dnfinition/src/backends/backend_guix.ads", + "relation": "shared_dir:total-update/ada/dnfinition/src/backends", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "total-update/ada/dnfinition/src/backends/backend_guix.ads", + "to": "total-update/ada/dnfinition/src/backends/backend_guix.adb", + "relation": "shared_dir:total-update/ada/dnfinition/src/backends", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "panoptes/src/ollama.rs", + "to": "panoptes/src/watcher.rs", + "relation": "shared_dir:panoptes/src", "weight": 1.0 }, { - "from": "project-cb/import-acetext.sh", - "to": "project-cb/import-acetext.jl", - "relation": "shared_dir:project-cb", + "from": "panoptes/src/watcher.rs", + "to": "panoptes/src/main.rs", + "relation": "shared_dir:panoptes/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "panoptes/src/main.rs", + "to": "panoptes/src/history.rs", + "relation": "shared_dir:panoptes/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "panoptes/src/history.rs", + "to": "panoptes/src/error.rs", + "relation": "shared_dir:panoptes/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "cicada/src/storage/keystore.jl", + "to": "cicada/src/storage/backup.jl", + "relation": "shared_dir:cicada/src/storage", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "czech-file-knife/cfk-core/src/path.rs", + "to": "czech-file-knife/cfk-core/src/platform.rs", + "relation": "shared_dir:czech-file-knife/cfk-core/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "czech-file-knife/cfk-core/src/platform.rs", + "to": "czech-file-knife/cfk-core/src/error.rs", + "relation": "shared_dir:czech-file-knife/cfk-core/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "emergency-room/src/abi/Foreign.idr", + "to": "emergency-room/src/abi/Types.idr", + "relation": "shared_dir:emergency-room/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "panoptes/src/bin/panoptes-web.rs", - "to": "panoptes/src/bin/panoptes-undo.rs", - "relation": "shared_dir:panoptes/src/bin", + "from": "total-update/ada/totalupdate/src/totalupdate_main.adb", + "to": "total-update/ada/totalupdate/src/totalupdate-config.adb", + "relation": "shared_dir:total-update/ada/totalupdate/src", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_interface.ads", - "to": "total-update/ada/dnfinition/src/backends/backend_guix.ads", - "relation": "shared_dir:total-update/ada/dnfinition/src/backends", + "from": "total-update/ada/totalupdate/src/totalupdate-config.adb", + "to": "total-update/ada/totalupdate/src/totalupdate-daemon.adb", + "relation": "shared_dir:total-update/ada/totalupdate/src", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_guix.ads", - "to": "total-update/ada/dnfinition/src/backends/backend_guix.adb", - "relation": "shared_dir:total-update/ada/dnfinition/src/backends", + "from": "total-update/ada/totalupdate/src/totalupdate-daemon.adb", + "to": "total-update/ada/totalupdate/src/totalupdate-logging.adb", + "relation": "shared_dir:total-update/ada/totalupdate/src", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_guix.adb", - "to": "total-update/ada/dnfinition/src/backends/backend_nix.adb", - "relation": "shared_dir:total-update/ada/dnfinition/src/backends", + "from": "monitoring/systems-observatory/test/runtests.jl", + "to": "monitoring/systems-observatory/test/test_database.jl", + "relation": "shared_dir:monitoring/systems-observatory/test", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_nix.adb", - "to": "total-update/ada/dnfinition/src/backends/backend_nix.ads", - "relation": "shared_dir:total-update/ada/dnfinition/src/backends", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "observatory/lib/system_observatory/bt_sentinel.ex", - "to": "observatory/lib/system_observatory/nvme_sentinel.ex", - "relation": "shared_dir:observatory/lib/system_observatory", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "observatory/lib/system_observatory/nvme_sentinel.ex", - "to": "observatory/lib/system_observatory/correlator.ex", - "relation": "shared_dir:observatory/lib/system_observatory", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "observatory/lib/system_observatory/correlator.ex", - "to": "observatory/lib/system_observatory/groove.ex", - "relation": "shared_dir:observatory/lib/system_observatory", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "observatory/lib/system_observatory/groove.ex", - "to": "observatory/lib/system_observatory/bundle_ingestion.ex", - "relation": "shared_dir:observatory/lib/system_observatory", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "observatory/lib/system_observatory/bundle_ingestion.ex", - "to": "observatory/lib/system_observatory/cli.ex", - "relation": "shared_dir:observatory/lib/system_observatory", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/examples/example_advanced_analysis.jl", - "to": "monitoring/systems-observatory/examples/example_database_stats.jl", - "relation": "shared_dir:monitoring/systems-observatory/examples", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "personal-sysadmin/src/tools/crisis.rs", - "to": "personal-sysadmin/src/tools/security.rs", - "relation": "shared_dir:personal-sysadmin/src/tools", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "personal-sysadmin/src/tools/security.rs", - "to": "personal-sysadmin/src/tools/network.rs", - "relation": "shared_dir:personal-sysadmin/src/tools", + "from": "records/service-autopsy/lib/service_autopsy/report_store.ex", + "to": "records/service-autopsy/lib/service_autopsy/watcher.ex", + "relation": "shared_dir:records/service-autopsy/lib/service_autopsy", "weight": 1.0 }, { - "from": "personal-sysadmin/src/tools/network.rs", - "to": "personal-sysadmin/src/tools/service.rs", - "relation": "shared_dir:personal-sysadmin/src/tools", + "from": "records/service-autopsy/lib/service_autopsy/watcher.ex", + "to": "records/service-autopsy/lib/service_autopsy/collector.ex", + "relation": "shared_dir:records/service-autopsy/lib/service_autopsy", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/provider.rs", - "to": "czech-file-knife/cfk-ios/src/lib.rs", - "relation": "shared_dir:czech-file-knife/cfk-ios/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/lib.rs", - "to": "czech-file-knife/cfk-ios/src/ffi.rs", - "relation": "shared_dir:czech-file-knife/cfk-ios/src", + "from": "hybrid-automation-router/lib/har/control_plane/health_checker.ex", + "to": "hybrid-automation-router/lib/har/control_plane/routing_table.ex", + "relation": "shared_dir:hybrid-automation-router/lib/har/control_plane", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/ffi.rs", - "to": "czech-file-knife/cfk-ios/src/domain.rs", - "relation": "shared_dir:czech-file-knife/cfk-ios/src", + "from": "hybrid-automation-router/lib/har/control_plane/routing_table.ex", + "to": "hybrid-automation-router/lib/har/control_plane/circuit_breaker.ex", + "relation": "shared_dir:hybrid-automation-router/lib/har/control_plane", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/tools/compare_alternatives.jl", - "to": "monitoring/systems-observatory/tools/rsr_verify.jl", - "relation": "shared_dir:monitoring/systems-observatory/tools", + "from": "hybrid-automation-router/lib/har/control_plane/circuit_breaker.ex", + "to": "hybrid-automation-router/lib/har/control_plane/policy_engine.ex", + "relation": "shared_dir:hybrid-automation-router/lib/har/control_plane", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/tools/rsr_verify.jl", - "to": "monitoring/systems-observatory/tools/migration_planner.jl", - "relation": "shared_dir:monitoring/systems-observatory/tools", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/tools/migration_planner.jl", - "to": "monitoring/systems-observatory/tools/generate_html_report.jl", - "relation": "shared_dir:monitoring/systems-observatory/tools", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "total-update/src/abi/Foreign.idr", - "to": "total-update/src/abi/Types.idr", - "relation": "shared_dir:total-update/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "observatory/src/abi/Foreign.idr", + "to": "observatory/src/abi/Types.idr", + "relation": "shared_dir:observatory/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "monitoring/systems-observatory/src-diagnostics/d/diagnostics.d", + "to": "monitoring/systems-observatory/src-diagnostics/d/developer_diagnostics.d", + "relation": "shared_dir:monitoring/systems-observatory/src-diagnostics/d", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "emergency-button/src/abi/Foreign.idr", - "to": "emergency-button/src/abi/Types.idr", - "relation": "shared_dir:emergency-button/src/abi", + "from": "broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "cicada/src/keygen/postquantum.jl", + "to": "cicada/src/keygen/classical.jl", + "relation": "shared_dir:cicada/src/keygen", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "cicada/src/main.jl", + "to": "cicada/src/config.jl", + "relation": "shared_dir:cicada/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "emergency-room/rust/src/pulse.rs", + "to": "emergency-room/rust/src/boot_guardian.rs", + "relation": "shared_dir:emergency-room/rust/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "emergency-room/rust/src/boot_guardian.rs", + "to": "emergency-room/rust/src/capture.rs", + "relation": "shared_dir:emergency-room/rust/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "emergency-room/rust/src/capture.rs", + "to": "emergency-room/rust/src/shutdown_marshal.rs", + "relation": "shared_dir:emergency-room/rust/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "monitoring/systems-observatory/src/alternatives.jl", + "to": "monitoring/systems-observatory/src/automate.jl", + "relation": "shared_dir:monitoring/systems-observatory/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "monitoring/systems-observatory/src/automate.jl", + "to": "monitoring/systems-observatory/src/io.jl", + "relation": "shared_dir:monitoring/systems-observatory/src", "weight": 1.0 }, { - "from": "contracts-rust/src/weather.rs", - "to": "contracts-rust/src/message_intent.rs", - "relation": "shared_dir:contracts-rust/src", + "from": "monitoring/systems-observatory/src/io.jl", + "to": "monitoring/systems-observatory/src/reports.jl", + "relation": "shared_dir:monitoring/systems-observatory/src", "weight": 1.0 }, { - "from": "contracts-rust/src/message_intent.rs", - "to": "contracts-rust/src/envelope.rs", - "relation": "shared_dir:contracts-rust/src", + "from": "monitoring/systems-observatory/src/reports.jl", + "to": "monitoring/systems-observatory/src/ambient.jl", + "relation": "shared_dir:monitoring/systems-observatory/src", "weight": 1.0 }, { - "from": "contracts-rust/src/envelope.rs", - "to": "contracts-rust/src/conversions.rs", - "relation": "shared_dir:contracts-rust/src", + "from": "monitoring/systems-observatory/src/ambient.jl", + "to": "monitoring/systems-observatory/src/core.jl", + "relation": "shared_dir:monitoring/systems-observatory/src", "weight": 1.0 }, { - "from": "contracts-rust/src/conversions.rs", - "to": "contracts-rust/src/pack_manifest.rs", - "relation": "shared_dir:contracts-rust/src", + "from": "monitoring/systems-observatory/src/core.jl", + "to": "monitoring/systems-observatory/src/diagnostics_integration.jl", + "relation": "shared_dir:monitoring/systems-observatory/src", "weight": 1.0 }, { - "from": "contracts-rust/src/pack_manifest.rs", - "to": "contracts-rust/src/run_bundle.rs", - "relation": "shared_dir:contracts-rust/src", + "from": "monitoring/systems-observatory/src/diagnostics_integration.jl", + "to": "monitoring/systems-observatory/src/security.jl", + "relation": "shared_dir:monitoring/systems-observatory/src", "weight": 1.0 }, { - "from": "contracts-rust/src/run_bundle.rs", - "to": "contracts-rust/src/receipt.rs", - "relation": "shared_dir:contracts-rust/src", + "from": "emergency-button/src/abi/Foreign.idr", + "to": "emergency-button/src/abi/Types.idr", + "relation": "shared_dir:emergency-button/src/abi", "weight": 1.0 }, { - "from": "contracts-rust/src/receipt.rs", - "to": "contracts-rust/src/plan.rs", - "relation": "shared_dir:contracts-rust/src", + "from": "project-cb/import-acetext.jl", + "to": "project-cb/import-acetext.sh", + "relation": "shared_dir:project-cb", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", - "weight": 1.0 - }, - { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", - "weight": 1.0 - }, - { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "total-update/ada/dnfinition/src/plugins/plugin_registry.adb", + "to": "total-update/ada/dnfinition/src/plugins/plugin_registry.ads", + "relation": "shared_dir:total-update/ada/dnfinition/src/plugins", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "composer/src/abi/Foreign.idr", + "to": "composer/src/abi/Types.idr", + "relation": "shared_dir:composer/src/abi", "weight": 1.0 }, { - "from": "observatory/src/abi/Foreign.idr", - "to": "observatory/src/abi/Types.idr", - "relation": "shared_dir:observatory/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "ffi/fuse/src/cloud/cloud_fs.zig", + "to": "ffi/fuse/src/cloud/prefetch.zig", + "relation": "shared_dir:ffi/fuse/src/cloud", "weight": 1.0 }, { - "from": "emergency-room/rust/src/shutdown_marshal.rs", - "to": "emergency-room/rust/src/boot_guardian.rs", - "relation": "shared_dir:emergency-room/rust/src", + "from": "ffi/fuse/src/cloud/prefetch.zig", + "to": "ffi/fuse/src/cloud/rate_limiter.zig", + "relation": "shared_dir:ffi/fuse/src/cloud", "weight": 1.0 }, { - "from": "emergency-room/rust/src/boot_guardian.rs", - "to": "emergency-room/rust/src/pulse.rs", - "relation": "shared_dir:emergency-room/rust/src", + "from": "ffi/fuse/src/cloud/rate_limiter.zig", + "to": "ffi/fuse/src/cloud/cache.zig", + "relation": "shared_dir:ffi/fuse/src/cloud", "weight": 1.0 }, { - "from": "emergency-room/rust/src/pulse.rs", - "to": "emergency-room/rust/src/capture.rs", - "relation": "shared_dir:emergency-room/rust/src", + "from": "nerdsafe-restart/bootstrap-check.sh", + "to": "nerdsafe-restart/nerdsafe-restart.sh", + "relation": "shared_dir:nerdsafe-restart", "weight": 1.0 }, { - "from": "recovery/emergency-room/src/zig/utils.zig", - "to": "recovery/emergency-room/src/zig/handoff.zig", - "relation": "shared_dir:recovery/emergency-room/src/zig", + "from": "recovery/operating-theatre/src/packs/cleanup.d", + "to": "recovery/operating-theatre/src/packs/diagnostics.d", + "relation": "shared_dir:recovery/operating-theatre/src/packs", "weight": 1.0 }, { - "from": "recovery/emergency-room/src/zig/handoff.zig", - "to": "recovery/emergency-room/src/zig/backup.zig", - "relation": "shared_dir:recovery/emergency-room/src/zig", + "from": "recovery/operating-theatre/src/packs/diagnostics.d", + "to": "recovery/operating-theatre/src/packs/repos.d", + "relation": "shared_dir:recovery/operating-theatre/src/packs", "weight": 1.0 }, { - "from": "recovery/emergency-room/src/zig/backup.zig", - "to": "recovery/emergency-room/src/zig/capture.zig", - "relation": "shared_dir:recovery/emergency-room/src/zig", + "from": "recovery/operating-theatre/src/packs/repos.d", + "to": "recovery/operating-theatre/src/packs/system.d", + "relation": "shared_dir:recovery/operating-theatre/src/packs", "weight": 1.0 }, { - "from": "recovery/emergency-room/src/zig/capture.zig", - "to": "recovery/emergency-room/src/zig/incident.zig", - "relation": "shared_dir:recovery/emergency-room/src/zig", + "from": "total-update/elixir/dnfinition/lib/dnfinition/plugins/strategy_matrix.ex", + "to": "total-update/elixir/dnfinition/lib/dnfinition/plugins/plugin_registry.ex", + "relation": "shared_dir:total-update/elixir/dnfinition/lib/dnfinition/plugins", "weight": 1.0 }, { - "from": "clinician/src/tools/crisis.rs", - "to": "clinician/src/tools/security.rs", - "relation": "shared_dir:clinician/src/tools", + "from": "czech-file-knife/cfk-ios/src/provider.rs", + "to": "czech-file-knife/cfk-ios/src/lib.rs", + "relation": "shared_dir:czech-file-knife/cfk-ios/src", "weight": 1.0 }, { - "from": "clinician/src/tools/security.rs", - "to": "clinician/src/tools/ipfs.rs", - "relation": "shared_dir:clinician/src/tools", + "from": "czech-file-knife/cfk-ios/src/lib.rs", + "to": "czech-file-knife/cfk-ios/src/domain.rs", + "relation": "shared_dir:czech-file-knife/cfk-ios/src", "weight": 1.0 }, { - "from": "clinician/src/tools/ipfs.rs", - "to": "clinician/src/tools/network.rs", - "relation": "shared_dir:clinician/src/tools", + "from": "czech-file-knife/cfk-ios/src/domain.rs", + "to": "czech-file-knife/cfk-ios/src/ffi.rs", + "relation": "shared_dir:czech-file-knife/cfk-ios/src", "weight": 1.0 }, { - "from": "clinician/src/tools/network.rs", - "to": "clinician/src/tools/cache_layer.rs", - "relation": "shared_dir:clinician/src/tools", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "clinician/src/tools/cache_layer.rs", - "to": "clinician/src/tools/service.rs", - "relation": "shared_dir:clinician/src/tools", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "clinician/src/tools/service.rs", - "to": "clinician/src/tools/bt_sentinel.rs", - "relation": "shared_dir:clinician/src/tools", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", - "to": "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", - "relation": "shared_dir:total-update/elixir/totalupdate/lib/totalupdate", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", - "to": "total-update/elixir/totalupdate/lib/totalupdate/plugin_manager.ex", - "relation": "shared_dir:total-update/elixir/totalupdate/lib/totalupdate", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/plugin_manager.ex", - "to": "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", - "relation": "shared_dir:total-update/elixir/totalupdate/lib/totalupdate", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", - "to": "total-update/elixir/totalupdate/lib/totalupdate/scheduler.ex", - "relation": "shared_dir:total-update/elixir/totalupdate/lib/totalupdate", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/scheduler.ex", - "to": "total-update/elixir/totalupdate/lib/totalupdate/watcher.ex", - "relation": "shared_dir:total-update/elixir/totalupdate/lib/totalupdate", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", - "to": "personal-sysadmin/scripts/github-admin/add-missing-files.sh", - "relation": "shared_dir:personal-sysadmin/scripts/github-admin", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-missing-files.sh", - "to": "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", - "relation": "shared_dir:personal-sysadmin/scripts/github-admin", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", - "to": "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", - "relation": "shared_dir:personal-sysadmin/scripts/github-admin", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", - "to": "personal-sysadmin/scripts/github-admin/add-scm-files.sh", - "relation": "shared_dir:personal-sysadmin/scripts/github-admin", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-scm-files.sh", - "to": "personal-sysadmin/scripts/github-admin/add-license-badges.sh", - "relation": "shared_dir:personal-sysadmin/scripts/github-admin", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-license-badges.sh", - "to": "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", - "relation": "shared_dir:personal-sysadmin/scripts/github-admin", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", - "to": "personal-sysadmin/scripts/github-admin/add-community-health.sh", - "relation": "shared_dir:personal-sysadmin/scripts/github-admin", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/test/runtests.jl", - "to": "monitoring/systems-observatory/test/test_database.jl", - "relation": "shared_dir:monitoring/systems-observatory/test", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "ambulances/disk/src/abi/Foreign.idr", + "to": "ambulances/disk/src/abi/Types.idr", + "relation": "shared_dir:ambulances/disk/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "czech-file-knife/cfk-cache/src/blob_store.rs", + "to": "czech-file-knife/cfk-cache/src/lib.rs", + "relation": "shared_dir:czech-file-knife/cfk-cache/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "czech-file-knife/cfk-cache/src/lib.rs", + "to": "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "relation": "shared_dir:czech-file-knife/cfk-cache/src", "weight": 1.0 }, { - "from": "cicada/src/storage/keystore.jl", - "to": "cicada/src/storage/backup.jl", - "relation": "shared_dir:cicada/src/storage", + "from": "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "to": "czech-file-knife/cfk-cache/src/policy.rs", + "relation": "shared_dir:czech-file-knife/cfk-cache/src", "weight": 1.0 }, { - "from": "ambulances/disk/src/abi/Foreign.idr", - "to": "ambulances/disk/src/abi/Types.idr", - "relation": "shared_dir:ambulances/disk/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "traffic-conditioner/src/abi/Foreign.idr", - "to": "traffic-conditioner/src/abi/Types.idr", - "relation": "shared_dir:traffic-conditioner/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/src/abi", + "from": "total-update/elixir/dnfinition/lib/dnfinition/transaction_log.ex", + "to": "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", + "relation": "shared_dir:total-update/elixir/dnfinition/lib/dnfinition", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", + "to": "total-update/elixir/dnfinition/lib/dnfinition/recovery.ex", + "relation": "shared_dir:total-update/elixir/dnfinition/lib/dnfinition", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "total-update/elixir/dnfinition/lib/dnfinition/recovery.ex", + "to": "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", + "relation": "shared_dir:total-update/elixir/dnfinition/lib/dnfinition", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "recovery/emergency-room/src/zig/incident.zig", + "to": "recovery/emergency-room/src/zig/utils.zig", + "relation": "shared_dir:recovery/emergency-room/src/zig", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "recovery/emergency-room/src/zig/utils.zig", + "to": "recovery/emergency-room/src/zig/handoff.zig", + "relation": "shared_dir:recovery/emergency-room/src/zig", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "recovery/emergency-room/src/zig/handoff.zig", + "to": "recovery/emergency-room/src/zig/backup.zig", + "relation": "shared_dir:recovery/emergency-room/src/zig", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "recovery/emergency-room/src/zig/backup.zig", + "to": "recovery/emergency-room/src/zig/capture.zig", + "relation": "shared_dir:recovery/emergency-room/src/zig", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src/automate.jl", - "to": "monitoring/systems-observatory/src/core.jl", - "relation": "shared_dir:monitoring/systems-observatory/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src/core.jl", - "to": "monitoring/systems-observatory/src/alternatives.jl", - "relation": "shared_dir:monitoring/systems-observatory/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src/alternatives.jl", - "to": "monitoring/systems-observatory/src/diagnostics_integration.jl", - "relation": "shared_dir:monitoring/systems-observatory/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src/diagnostics_integration.jl", - "to": "monitoring/systems-observatory/src/reports.jl", - "relation": "shared_dir:monitoring/systems-observatory/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src/reports.jl", - "to": "monitoring/systems-observatory/src/ambient.jl", - "relation": "shared_dir:monitoring/systems-observatory/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src/ambient.jl", - "to": "monitoring/systems-observatory/src/security.jl", - "relation": "shared_dir:monitoring/systems-observatory/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src/security.jl", - "to": "monitoring/systems-observatory/src/io.jl", - "relation": "shared_dir:monitoring/systems-observatory/src", + "from": "records/referrals/lib/feedback_a_tron/credentials.ex", + "to": "records/referrals/lib/feedback_a_tron/network_verifier.ex", + "relation": "shared_dir:records/referrals/lib/feedback_a_tron", "weight": 1.0 }, { - "from": "hybrid-automation-router/lib/har/control_plane/health_checker.ex", - "to": "hybrid-automation-router/lib/har/control_plane/policy_engine.ex", - "relation": "shared_dir:hybrid-automation-router/lib/har/control_plane", + "from": "records/referrals/lib/feedback_a_tron/network_verifier.ex", + "to": "records/referrals/lib/feedback_a_tron/audit_log.ex", + "relation": "shared_dir:records/referrals/lib/feedback_a_tron", "weight": 1.0 }, { - "from": "hybrid-automation-router/lib/har/control_plane/policy_engine.ex", - "to": "hybrid-automation-router/lib/har/control_plane/routing_table.ex", - "relation": "shared_dir:hybrid-automation-router/lib/har/control_plane", + "from": "records/referrals/lib/feedback_a_tron/audit_log.ex", + "to": "records/referrals/lib/feedback_a_tron/submitter.ex", + "relation": "shared_dir:records/referrals/lib/feedback_a_tron", "weight": 1.0 }, { - "from": "hybrid-automation-router/lib/har/control_plane/routing_table.ex", - "to": "hybrid-automation-router/lib/har/control_plane/circuit_breaker.ex", - "relation": "shared_dir:hybrid-automation-router/lib/har/control_plane", + "from": "records/referrals/lib/feedback_a_tron/submitter.ex", + "to": "records/referrals/lib/feedback_a_tron/verisim_client.ex", + "relation": "shared_dir:records/referrals/lib/feedback_a_tron", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/plugins/plugin_registry.adb", - "to": "total-update/ada/dnfinition/src/plugins/plugin_registry.ads", - "relation": "shared_dir:total-update/ada/dnfinition/src/plugins", + "from": "records/referrals/lib/feedback_a_tron/verisim_client.ex", + "to": "records/referrals/lib/feedback_a_tron/deduplicator.ex", + "relation": "shared_dir:records/referrals/lib/feedback_a_tron", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "hybrid-automation-router/test/mix/tasks/har_parse_test.exs", + "to": "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", + "relation": "shared_dir:hybrid-automation-router/test/mix/tasks", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", + "to": "hybrid-automation-router/test/mix/tasks/har_convert_test.exs", + "relation": "shared_dir:hybrid-automation-router/test/mix/tasks", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", + "to": "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", + "relation": "shared_dir:personal-sysadmin/scripts/github-admin", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src-diagnostics/d/diagnostics.d", - "to": "monitoring/systems-observatory/src-diagnostics/d/developer_diagnostics.d", - "relation": "shared_dir:monitoring/systems-observatory/src-diagnostics/d", + "from": "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", + "to": "personal-sysadmin/scripts/github-admin/add-scm-files.sh", + "relation": "shared_dir:personal-sysadmin/scripts/github-admin", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "personal-sysadmin/scripts/github-admin/add-scm-files.sh", + "to": "personal-sysadmin/scripts/github-admin/add-license-badges.sh", + "relation": "shared_dir:personal-sysadmin/scripts/github-admin", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "personal-sysadmin/scripts/github-admin/add-license-badges.sh", + "to": "personal-sysadmin/scripts/github-admin/add-community-health.sh", + "relation": "shared_dir:personal-sysadmin/scripts/github-admin", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "personal-sysadmin/scripts/github-admin/add-community-health.sh", + "to": "personal-sysadmin/scripts/github-admin/add-missing-files.sh", + "relation": "shared_dir:personal-sysadmin/scripts/github-admin", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "personal-sysadmin/scripts/github-admin/add-missing-files.sh", + "to": "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", + "relation": "shared_dir:personal-sysadmin/scripts/github-admin", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", + "to": "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", + "relation": "shared_dir:personal-sysadmin/scripts/github-admin", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "personal-sysadmin/tui-ada/src/psa_client.adb", + "to": "personal-sysadmin/tui-ada/src/psa_tui.adb", + "relation": "shared_dir:personal-sysadmin/tui-ada/src", "weight": 1.0 }, { - "from": "recovery/operating-theatre/src/packs/system.d", - "to": "recovery/operating-theatre/src/packs/repos.d", - "relation": "shared_dir:recovery/operating-theatre/src/packs", + "from": "personal-sysadmin/tui-ada/src/psa_tui.adb", + "to": "personal-sysadmin/tui-ada/src/psa_ui.adb", + "relation": "shared_dir:personal-sysadmin/tui-ada/src", "weight": 1.0 }, { - "from": "recovery/operating-theatre/src/packs/repos.d", - "to": "recovery/operating-theatre/src/packs/diagnostics.d", - "relation": "shared_dir:recovery/operating-theatre/src/packs", + "from": "observatory/lib/system_observatory/bundle_ingestion.ex", + "to": "observatory/lib/system_observatory/groove.ex", + "relation": "shared_dir:observatory/lib/system_observatory", "weight": 1.0 }, { - "from": "recovery/operating-theatre/src/packs/diagnostics.d", - "to": "recovery/operating-theatre/src/packs/cleanup.d", - "relation": "shared_dir:recovery/operating-theatre/src/packs", + "from": "observatory/lib/system_observatory/groove.ex", + "to": "observatory/lib/system_observatory/cli.ex", + "relation": "shared_dir:observatory/lib/system_observatory", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "observatory/lib/system_observatory/cli.ex", + "to": "observatory/lib/system_observatory/correlator.ex", + "relation": "shared_dir:observatory/lib/system_observatory", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "observatory/lib/system_observatory/correlator.ex", + "to": "observatory/lib/system_observatory/nvme_sentinel.ex", + "relation": "shared_dir:observatory/lib/system_observatory", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "from": "observatory/lib/system_observatory/nvme_sentinel.ex", + "to": "observatory/lib/system_observatory/bt_sentinel.ex", + "relation": "shared_dir:observatory/lib/system_observatory", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "czech-file-knife/cfk-providers/src/webdav.rs", + "to": "czech-file-knife/cfk-providers/src/syncthing.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "czech-file-knife/cfk-providers/src/syncthing.rs", + "to": "czech-file-knife/cfk-providers/src/dropbox.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "czech-file-knife/cfk-providers/src/dropbox.rs", + "to": "czech-file-knife/cfk-providers/src/ipfs.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "czech-file-knife/cfk-providers/src/ipfs.rs", + "to": "czech-file-knife/cfk-providers/src/lib.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "czech-file-knife/cfk-providers/src/lib.rs", + "to": "czech-file-knife/cfk-providers/src/afs.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "czech-file-knife/cfk-providers/src/afs.rs", + "to": "czech-file-knife/cfk-providers/src/protocols.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "czech-file-knife/cfk-providers/src/protocols.rs", + "to": "czech-file-knife/cfk-providers/src/smb.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "czech-file-knife/cfk-providers/src/smb.rs", + "to": "czech-file-knife/cfk-providers/src/local.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "czech-file-knife/cfk-providers/src/local.rs", + "to": "czech-file-knife/cfk-providers/src/box_com.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", - "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", - "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src", + "from": "czech-file-knife/cfk-providers/src/box_com.rs", + "to": "czech-file-knife/cfk-providers/src/onedrive.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "emergency-room/src/abi/Foreign.idr", - "to": "emergency-room/src/abi/Types.idr", - "relation": "shared_dir:emergency-room/src/abi", + "from": "czech-file-knife/cfk-providers/src/onedrive.rs", + "to": "czech-file-knife/cfk-providers/src/ninep.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "panoptes/src/main.rs", - "to": "panoptes/src/watcher.rs", - "relation": "shared_dir:panoptes/src", + "from": "czech-file-knife/cfk-providers/src/ninep.rs", + "to": "czech-file-knife/cfk-providers/src/transport.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "panoptes/src/watcher.rs", - "to": "panoptes/src/error.rs", - "relation": "shared_dir:panoptes/src", + "from": "czech-file-knife/cfk-providers/src/transport.rs", + "to": "czech-file-knife/cfk-providers/src/s3.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "panoptes/src/error.rs", - "to": "panoptes/src/ollama.rs", - "relation": "shared_dir:panoptes/src", + "from": "czech-file-knife/cfk-providers/src/s3.rs", + "to": "czech-file-knife/cfk-providers/src/sftp.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "panoptes/src/ollama.rs", - "to": "panoptes/src/history.rs", - "relation": "shared_dir:panoptes/src", + "from": "czech-file-knife/cfk-providers/src/sftp.rs", + "to": "czech-file-knife/cfk-providers/src/nfs.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "nerdsafe-restart/nerdsafe-restart.sh", - "to": "nerdsafe-restart/bootstrap-check.sh", - "relation": "shared_dir:nerdsafe-restart", + "from": "czech-file-knife/cfk-providers/src/nfs.rs", + "to": "czech-file-knife/cfk-providers/src/gdrive.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "network-dashboard/lib/network_dashboard/module_poller.ex", - "to": "Phoenix", - "relation": "framework", - "weight": 2.0 + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi", + "weight": 1.0 }, { - "from": "network-dashboard/lib/network_dashboard/module_poller.ex", + "from": "broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "to": "broad-spectrum/broad-spectrum/src/abi/Types.idr", + "relation": "shared_dir:broad-spectrum/broad-spectrum/src/abi", + "weight": 1.0 + }, + { + "from": "records/referrals/lib/feedback_a_tron/credentials.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "network-dashboard/lib/network_dashboard/module_poller.ex", + "from": "records/referrals/lib/feedback_a_tron/credentials.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "records/referrals/lib/feedback_a_tron/credentials.ex", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "records/referrals/lib/feedback_a_tron/mcp/server.ex", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 8.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "records/referrals/lib/feedback_a_tron/mcp/server.ex", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 8.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "records/referrals/lib/feedback_a_tron/mcp/server.ex", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 8.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "records/referrals/lib/feedback_a_tron/network_verifier.ex", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 14.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "records/referrals/lib/feedback_a_tron/network_verifier.ex", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 14.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "records/referrals/lib/feedback_a_tron/network_verifier.ex", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 14.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "records/referrals/lib/feedback_a_tron/audit_log.ex", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "records/referrals/lib/feedback_a_tron/audit_log.ex", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "records/referrals/lib/feedback_a_tron/audit_log.ex", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "records/referrals/lib/feedback_a_tron/submitter.ex", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "records/referrals/lib/feedback_a_tron/submitter.ex", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "records/referrals/lib/feedback_a_tron/submitter.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "records/referrals/lib/feedback_a_tron/verisim_client.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "records/referrals/lib/feedback_a_tron/verisim_client.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "records/referrals/lib/feedback_a_tron/verisim_client.ex", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "records/referrals/lib/feedback_a_tron/deduplicator.ex", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "records/referrals/lib/feedback_a_tron/deduplicator.ex", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "records/referrals/lib/feedback_a_tron/deduplicator.ex", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "records/service-autopsy/lib/service_autopsy/report_store.ex", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "records/service-autopsy/lib/service_autopsy/report_store.ex", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "records/service-autopsy/lib/service_autopsy/report_store.ex", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "records/service-autopsy/lib/service_autopsy/watcher.ex", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "records/service-autopsy/lib/service_autopsy/watcher.ex", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "records/service-autopsy/lib/service_autopsy/watcher.ex", "to": "Phoenix", "relation": "framework", "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "records/service-autopsy/lib/service_autopsy/collector.ex", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 12.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "records/service-autopsy/lib/service_autopsy/collector.ex", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 12.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "records/service-autopsy/lib/service_autopsy/collector.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "recovery/operating-theatre/src/packs/cleanup.d", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "recovery/operating-theatre/src/packs/cleanup.d", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "recovery/operating-theatre/src/packs/cleanup.d", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "recovery/operating-theatre/src/packs/diagnostics.d", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "recovery/operating-theatre/src/packs/diagnostics.d", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "recovery/operating-theatre/src/packs/diagnostics.d", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "recovery/operating-theatre/src/packs/repos.d", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "recovery/operating-theatre/src/packs/repos.d", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "recovery/operating-theatre/src/packs/repos.d", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "recovery/operating-theatre/src/packs/system.d", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "recovery/operating-theatre/src/packs/system.d", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "recovery/operating-theatre/src/packs/system.d", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "recovery/operating-theatre/src/core/security.d", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "recovery/operating-theatre/src/core/security.d", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "recovery/operating-theatre/src/core/security.d", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "recovery/operating-theatre/src/core/engine.d", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "recovery/operating-theatre/src/core/engine.d", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "recovery/operating-theatre/src/core/engine.d", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "recovery/operating-theatre/src/core/ecosystem.d", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "recovery/operating-theatre/src/core/ecosystem.d", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "recovery/operating-theatre/src/core/ecosystem.d", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "recovery/operating-theatre/src/main.d", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "recovery/operating-theatre/src/main.d", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "recovery/operating-theatre/src/main.d", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "recovery/emergency-room/src/zig/incident.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "recovery/emergency-room/src/zig/incident.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "recovery/emergency-room/src/zig/incident.zig", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "recovery/emergency-room/src/zig/utils.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "recovery/emergency-room/src/zig/utils.zig", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "recovery/emergency-room/src/zig/utils.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "recovery/emergency-room/src/zig/handoff.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "recovery/emergency-room/src/zig/handoff.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "recovery/emergency-room/src/zig/handoff.zig", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "recovery/emergency-room/src/zig/backup.zig", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "recovery/emergency-room/src/zig/backup.zig", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "recovery/emergency-room/src/zig/backup.zig", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "recovery/emergency-room/src/zig/capture.zig", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "recovery/emergency-room/src/zig/capture.zig", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "recovery/emergency-room/src/zig/capture.zig", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "total-update/ada/dnfinition/src/plugins/plugin_registry.adb", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "total-update/ada/dnfinition/src/plugins/plugin_registry.adb", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "total-update/ada/dnfinition/src/plugins/plugin_registry.adb", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "total-update/ada/dnfinition/src/plugins/plugin_registry.ads", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "total-update/ada/dnfinition/src/plugins/plugin_registry.ads", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "total-update/ada/dnfinition/src/plugins/plugin_registry.ads", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "total-update/ada/dnfinition/src/tui/tui-main_window.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "total-update/ada/dnfinition/src/tui/tui-main_window.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "total-update/ada/dnfinition/src/tui/tui-main_window.adb", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "total-update/ada/dnfinition/src/backends/backend_nix.adb", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "total-update/ada/dnfinition/src/backends/backend_nix.adb", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "total-update/ada/dnfinition/src/backends/backend_nix.adb", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "total-update/ada/dnfinition/src/backends/backend_interface.ads", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "total-update/ada/dnfinition/src/backends/backend_interface.ads", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "total-update/ada/dnfinition/src/backends/backend_interface.ads", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "total-update/ada/dnfinition/src/backends/backend_nix.ads", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "total-update/ada/dnfinition/src/backends/backend_nix.ads", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "total-update/ada/dnfinition/src/backends/backend_nix.ads", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "total-update/ada/dnfinition/src/backends/backend_guix.ads", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "total-update/ada/dnfinition/src/backends/backend_guix.ads", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "total-update/ada/dnfinition/src/backends/backend_guix.ads", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "total-update/ada/dnfinition/src/backends/backend_guix.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "total-update/ada/dnfinition/src/backends/backend_guix.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "total-update/ada/dnfinition/src/backends/backend_guix.adb", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "total-update/ada/dnfinition/src/dnfinition.adb", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "total-update/ada/dnfinition/src/dnfinition.adb", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "total-update/ada/dnfinition/src/dnfinition.adb", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "total-update/ada/dnfinition/src/platform/platform_detection.adb", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "total-update/ada/dnfinition/src/platform/platform_detection.adb", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "total-update/ada/dnfinition/src/platform/platform_detection.adb", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.adb", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.adb", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.adb", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "total-update/ada/dnfinition/src/reversibility/reversibility_types.ads", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "total-update/ada/dnfinition/src/reversibility/reversibility_types.ads", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "total-update/ada/dnfinition/src/reversibility/reversibility_types.ads", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.ads", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.ads", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.ads", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "total-update/ada/totalupdate/src/totalupdate_main.adb", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "total-update/ada/totalupdate/src/totalupdate_main.adb", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "total-update/ada/totalupdate/src/totalupdate_main.adb", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "total-update/ada/totalupdate/src/totalupdate-config.adb", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "total-update/ada/totalupdate/src/totalupdate-config.adb", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "total-update/ada/totalupdate/src/totalupdate-config.adb", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "total-update/ada/totalupdate/src/totalupdate-daemon.adb", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "total-update/ada/totalupdate/src/totalupdate-daemon.adb", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "total-update/ada/totalupdate/src/totalupdate-daemon.adb", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "total-update/ada/totalupdate/src/totalupdate-logging.adb", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "total-update/ada/totalupdate/src/totalupdate-logging.adb", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "total-update/ada/totalupdate/src/totalupdate-logging.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "total-update/elixir/dnfinition/lib/dnfinition/plugins/strategy_matrix.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "total-update/elixir/dnfinition/lib/dnfinition/plugins/strategy_matrix.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "total-update/elixir/dnfinition/lib/dnfinition/plugins/strategy_matrix.ex", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "total-update/elixir/dnfinition/lib/dnfinition/plugins/plugin_registry.ex", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "total-update/elixir/dnfinition/lib/dnfinition/plugins/plugin_registry.ex", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "total-update/elixir/dnfinition/lib/dnfinition/plugins/plugin_registry.ex", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "total-update/elixir/dnfinition/lib/dnfinition/transaction_log.ex", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "total-update/elixir/dnfinition/lib/dnfinition/transaction_log.ex", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "total-update/elixir/dnfinition/lib/dnfinition/transaction_log.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "total-update/elixir/dnfinition/lib/dnfinition/recovery.ex", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "total-update/elixir/dnfinition/lib/dnfinition/recovery.ex", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "total-update/elixir/dnfinition/lib/dnfinition/recovery.ex", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "total-update/elixir/totalupdate/lib/totalupdate/watcher.ex", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "total-update/elixir/totalupdate/lib/totalupdate/watcher.ex", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "total-update/elixir/totalupdate/lib/totalupdate/watcher.ex", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "total-update/elixir/totalupdate/lib/totalupdate/plugin_manager.ex", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "total-update/elixir/totalupdate/lib/totalupdate/plugin_manager.ex", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "total-update/elixir/totalupdate/lib/totalupdate/plugin_manager.ex", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "total-update/elixir/totalupdate/lib/totalupdate/scheduler.ex", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "total-update/elixir/totalupdate/lib/totalupdate/scheduler.ex", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "total-update/elixir/totalupdate/lib/totalupdate/scheduler.ex", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "total-update/scripts/generate-man.sh", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "total-update/scripts/generate-man.sh", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "total-update/scripts/generate-man.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "total-update/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "total-update/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "total-update/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "total-update/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "total-update/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "total-update/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "total-update/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "total-update/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "total-update/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "total-update/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "total-update/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "total-update/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "clinician/src/storage/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "clinician/src/storage/mod.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "clinician/src/storage/mod.rs", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "clinician/src/tools/crisis.rs", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "clinician/src/tools/crisis.rs", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "clinician/src/tools/crisis.rs", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "clinician/src/tools/ipfs.rs", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "clinician/src/tools/ipfs.rs", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "clinician/src/tools/ipfs.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "clinician/src/tools/bt_sentinel.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "clinician/src/tools/bt_sentinel.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "clinician/src/tools/bt_sentinel.rs", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "clinician/src/tools/security.rs", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "clinician/src/tools/security.rs", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "clinician/src/tools/security.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "clinician/src/tools/network.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "clinician/src/tools/network.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "clinician/src/tools/network.rs", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "clinician/src/tools/service.rs", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "clinician/src/tools/service.rs", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "clinician/src/tools/service.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "clinician/src/tools/cache_layer.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "clinician/src/tools/cache_layer.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "clinician/src/tools/cache_layer.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "clinician/src/correlation.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "clinician/src/correlation.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "clinician/src/correlation.rs", "to": "Phoenix", "relation": "framework", "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "clinician/src/ai/mod.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "clinician/src/ai/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "clinician/src/ai/mod.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "clinician/src/reasoning/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "clinician/src/reasoning/mod.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "clinician/src/reasoning/mod.rs", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "clinician/src/p2p/mod.rs", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "clinician/src/p2p/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "clinician/src/p2p/mod.rs", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "clinician/src/forum/mod.rs", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "clinician/src/forum/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "clinician/src/forum/mod.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "clinician/src/satellites/hypatia.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "clinician/src/satellites/hypatia.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "clinician/src/satellites/hypatia.rs", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "clinician/src/rules/mod.rs", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "clinician/src/rules/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "clinician/src/rules/mod.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "clinician/src/daemon/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "clinician/src/daemon/mod.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "clinician/src/daemon/mod.rs", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "gui/src/tea/ambientops_gui.affine", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "gui/src/tea/ambientops_gui.affine", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "gui/src/tea/ambientops_gui.affine", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "gui/src/ambientops_tea.js", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "gui/src/ambientops_tea.js", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "gui/src/ambientops_tea.js", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "composer/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "composer/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "composer/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "composer/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "composer/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "composer/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "composer/src/composer/cli.gleam", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "composer/src/composer/cli.gleam", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "composer/src/composer/cli.gleam", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "composer/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "composer/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "composer/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "composer/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "composer/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "composer/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "monitoring/observatory/lib/system_observatory/bundle_ingestion.ex", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "monitoring/observatory/lib/system_observatory/bundle_ingestion.ex", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "monitoring/observatory/lib/system_observatory/bundle_ingestion.ex", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "monitoring/observatory/lib/system_observatory/correlator.ex", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "monitoring/observatory/lib/system_observatory/correlator.ex", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "monitoring/observatory/lib/system_observatory/correlator.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "monitoring/observatory/lib/system_observatory/metrics/store.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "monitoring/observatory/lib/system_observatory/metrics/store.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "monitoring/observatory/lib/system_observatory/metrics/store.ex", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "monitoring/observatory/lib/system_observatory/verisim.ex", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "monitoring/observatory/lib/system_observatory/verisim.ex", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "monitoring/observatory/lib/system_observatory/verisim.ex", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "monitoring/systems-observatory/tools/migration_planner.jl", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "monitoring/systems-observatory/tools/migration_planner.jl", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "monitoring/systems-observatory/tools/migration_planner.jl", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "monitoring/systems-observatory/tools/generate_html_report.jl", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "monitoring/systems-observatory/tools/generate_html_report.jl", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "monitoring/systems-observatory/tools/generate_html_report.jl", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "monitoring/systems-observatory/tools/rsr_verify.jl", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "monitoring/systems-observatory/tools/rsr_verify.jl", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "monitoring/systems-observatory/tools/rsr_verify.jl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "monitoring/systems-observatory/tools/compare_alternatives.jl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "monitoring/systems-observatory/tools/compare_alternatives.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "monitoring/systems-observatory/tools/compare_alternatives.jl", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "monitoring/systems-observatory/examples/example_advanced_analysis.jl", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "monitoring/systems-observatory/examples/example_advanced_analysis.jl", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "monitoring/systems-observatory/examples/example_advanced_analysis.jl", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "monitoring/systems-observatory/examples/example_database_stats.jl", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "monitoring/systems-observatory/examples/example_database_stats.jl", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "monitoring/systems-observatory/examples/example_database_stats.jl", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "monitoring/systems-observatory/src-diagnostics/d/diagnostics.d", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "monitoring/systems-observatory/src-diagnostics/d/diagnostics.d", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "monitoring/systems-observatory/src-diagnostics/d/diagnostics.d", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "monitoring/systems-observatory/src-diagnostics/d/developer_diagnostics.d", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "monitoring/systems-observatory/src-diagnostics/d/developer_diagnostics.d", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "monitoring/systems-observatory/src-diagnostics/d/developer_diagnostics.d", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "monitoring/systems-observatory/test/runtests.jl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "monitoring/systems-observatory/test/runtests.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "monitoring/systems-observatory/test/runtests.jl", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "monitoring/systems-observatory/test/test_database.jl", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "monitoring/systems-observatory/test/test_database.jl", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "monitoring/systems-observatory/test/test_database.jl", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "monitoring/systems-observatory/src/alternatives.jl", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "monitoring/systems-observatory/src/alternatives.jl", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "monitoring/systems-observatory/src/alternatives.jl", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "monitoring/systems-observatory/src/automate.jl", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "monitoring/systems-observatory/src/automate.jl", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "monitoring/systems-observatory/src/automate.jl", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "monitoring/systems-observatory/src/io.jl", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "monitoring/systems-observatory/src/io.jl", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "monitoring/systems-observatory/src/io.jl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "monitoring/systems-observatory/src/reports.jl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "monitoring/systems-observatory/src/reports.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "monitoring/systems-observatory/src/reports.jl", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "monitoring/systems-observatory/src/ambient.jl", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "monitoring/systems-observatory/src/ambient.jl", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "monitoring/systems-observatory/src/ambient.jl", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "monitoring/systems-observatory/src/core.jl", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "monitoring/systems-observatory/src/core.jl", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "monitoring/systems-observatory/src/core.jl", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "monitoring/systems-observatory/src/diagnostics_integration.jl", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "monitoring/systems-observatory/src/diagnostics_integration.jl", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "monitoring/systems-observatory/src/diagnostics_integration.jl", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "monitoring/systems-observatory/src/security.jl", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "monitoring/systems-observatory/src/security.jl", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "monitoring/systems-observatory/src/security.jl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "monitoring/systems-observatory/benchmarks/benchmark_database.jl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "monitoring/systems-observatory/benchmarks/benchmark_database.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "monitoring/systems-observatory/benchmarks/benchmark_database.jl", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "emergency-room/rust/src/pulse.rs", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "emergency-room/rust/src/pulse.rs", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "emergency-room/rust/src/pulse.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "emergency-room/rust/src/boot_guardian.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "emergency-room/rust/src/boot_guardian.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "emergency-room/rust/src/boot_guardian.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "emergency-room/rust/src/capture.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "emergency-room/rust/src/capture.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "emergency-room/rust/src/capture.rs", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "emergency-room/rust/src/shutdown_marshal.rs", "to": "OTP", "relation": "framework", "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "emergency-room/rust/src/shutdown_marshal.rs", "to": "WebServer", "relation": "framework", "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "emergency-room/rust/src/shutdown_marshal.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "emergency-room/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "emergency-room/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "emergency-room/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "emergency-room/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "emergency-room/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "emergency-room/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "emergency-room/src/zig/incident_test.zig", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "emergency-room/src/zig/incident_test.zig", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "emergency-room/src/zig/incident_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "emergency-room/src/zig/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "emergency-room/src/zig/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "emergency-room/src/zig/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "emergency-room/src/zig/incident.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "emergency-room/src/zig/incident.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "emergency-room/src/zig/incident.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "emergency-room/src/zig/utils.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "emergency-room/src/zig/utils.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "emergency-room/src/zig/utils.zig", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "emergency-room/src/zig/boot_guardian.zig", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "emergency-room/src/zig/boot_guardian.zig", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "emergency-room/src/zig/boot_guardian.zig", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "emergency-room/src/zig/handoff.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "emergency-room/src/zig/handoff.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "emergency-room/src/zig/handoff.zig", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "emergency-room/src/zig/backup.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "emergency-room/src/zig/backup.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "emergency-room/src/zig/backup.zig", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "emergency-room/src/zig/capture.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "emergency-room/src/zig/capture.zig", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "emergency-room/src/zig/capture.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "emergency-room/src/zig/shutdown_marshal.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "emergency-room/src/zig/shutdown_marshal.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "emergency-room/src/zig/shutdown_marshal.zig", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "nick-shells/shell/apply.sh", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "nick-shells/shell/apply.sh", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "nick-shells/shell/apply.sh", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "czech-file-knife/cfk-ios/swift/CfkBridge.h", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "czech-file-knife/cfk-ios/swift/CfkBridge.h", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "czech-file-knife/cfk-ios/swift/CfkBridge.h", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "czech-file-knife/cfk-ios/src/provider.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "czech-file-knife/cfk-ios/src/provider.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "czech-file-knife/cfk-ios/src/provider.rs", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "czech-file-knife/cfk-ios/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "czech-file-knife/cfk-ios/src/lib.rs", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "czech-file-knife/cfk-ios/src/lib.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "czech-file-knife/cfk-ios/src/domain.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "czech-file-knife/cfk-ios/src/domain.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "czech-file-knife/cfk-ios/src/domain.rs", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "czech-file-knife/cfk-ios/src/ffi.rs", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "czech-file-knife/cfk-ios/src/ffi.rs", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "czech-file-knife/cfk-ios/src/ffi.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "czech-file-knife/cfk-core/src/path.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "czech-file-knife/cfk-core/src/path.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "czech-file-knife/cfk-core/src/path.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "czech-file-knife/cfk-core/src/platform.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "czech-file-knife/cfk-core/src/platform.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "czech-file-knife/cfk-core/src/platform.rs", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "czech-file-knife/cfk-core/src/error.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "czech-file-knife/cfk-core/src/error.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "czech-file-knife/cfk-core/src/error.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "czech-file-knife/cfk-vfs/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "czech-file-knife/cfk-vfs/src/lib.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "czech-file-knife/cfk-vfs/src/lib.rs", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "czech-file-knife/cfk-providers/src/webdav.rs", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 7.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "czech-file-knife/cfk-providers/src/webdav.rs", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 7.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "czech-file-knife/cfk-providers/src/webdav.rs", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 7.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "czech-file-knife/cfk-providers/src/syncthing.rs", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "czech-file-knife/cfk-providers/src/syncthing.rs", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "czech-file-knife/cfk-providers/src/syncthing.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "czech-file-knife/cfk-providers/src/dropbox.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 5.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "czech-file-knife/cfk-providers/src/dropbox.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 5.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "czech-file-knife/cfk-providers/src/dropbox.rs", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 5.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "czech-file-knife/cfk-providers/src/ipfs.rs", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "czech-file-knife/cfk-providers/src/ipfs.rs", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "czech-file-knife/cfk-providers/src/ipfs.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "czech-file-knife/cfk-providers/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "czech-file-knife/cfk-providers/src/lib.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "czech-file-knife/cfk-providers/src/lib.rs", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "czech-file-knife/cfk-providers/src/afs.rs", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "czech-file-knife/cfk-providers/src/afs.rs", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "czech-file-knife/cfk-providers/src/afs.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "czech-file-knife/cfk-providers/src/protocols.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "czech-file-knife/cfk-providers/src/protocols.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "czech-file-knife/cfk-providers/src/protocols.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "czech-file-knife/cfk-providers/src/smb.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "czech-file-knife/cfk-providers/src/smb.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "czech-file-knife/cfk-providers/src/smb.rs", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "czech-file-knife/cfk-providers/src/local.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "czech-file-knife/cfk-providers/src/local.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "czech-file-knife/cfk-providers/src/local.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "czech-file-knife/cfk-providers/src/box_com.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "czech-file-knife/cfk-providers/src/box_com.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "czech-file-knife/cfk-providers/src/box_com.rs", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 5.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "czech-file-knife/cfk-providers/src/onedrive.rs", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 5.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "czech-file-knife/cfk-providers/src/onedrive.rs", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 5.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "czech-file-knife/cfk-providers/src/onedrive.rs", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 5.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "czech-file-knife/cfk-providers/src/ninep.rs", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "czech-file-knife/cfk-providers/src/ninep.rs", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "czech-file-knife/cfk-providers/src/ninep.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "czech-file-knife/cfk-providers/src/transport.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "czech-file-knife/cfk-providers/src/transport.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "czech-file-knife/cfk-providers/src/transport.rs", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "czech-file-knife/cfk-providers/src/s3.rs", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "czech-file-knife/cfk-providers/src/s3.rs", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "czech-file-knife/cfk-providers/src/s3.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "czech-file-knife/cfk-providers/src/sftp.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "czech-file-knife/cfk-providers/src/sftp.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "czech-file-knife/cfk-providers/src/sftp.rs", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "czech-file-knife/cfk-providers/src/nfs.rs", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 7.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "czech-file-knife/cfk-providers/src/nfs.rs", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 7.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "czech-file-knife/cfk-providers/src/nfs.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 7.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "czech-file-knife/cfk-providers/src/gdrive.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 6.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "czech-file-knife/cfk-providers/src/gdrive.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 6.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "czech-file-knife/cfk-providers/src/gdrive.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 6.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "czech-file-knife/cfk-search/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "czech-file-knife/cfk-search/src/lib.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "czech-file-knife/cfk-search/src/lib.rs", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "czech-file-knife/cfk-tui/src/cfk_tui_main.adb", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "czech-file-knife/cfk-tui/src/cfk_tui_main.adb", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "czech-file-knife/cfk-tui/src/cfk_tui_main.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "czech-file-knife/cfk-cli/src/commands.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "czech-file-knife/cfk-cli/src/commands.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "czech-file-knife/cfk-cli/src/commands.rs", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "czech-file-knife/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "czech-file-knife/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "czech-file-knife/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "czech-file-knife/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "czech-file-knife/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "czech-file-knife/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "czech-file-knife/cfk-cache/src/blob_store.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "czech-file-knife/cfk-cache/src/blob_store.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "czech-file-knife/cfk-cache/src/blob_store.rs", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "czech-file-knife/cfk-cache/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "czech-file-knife/cfk-cache/src/lib.rs", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "czech-file-knife/cfk-cache/src/lib.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "czech-file-knife/cfk-cache/src/metadata_cache.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "czech-file-knife/cfk-cache/src/metadata_cache.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "czech-file-knife/cfk-cache/src/metadata_cache.rs", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "czech-file-knife/cfk-cache/src/policy.rs", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "czech-file-knife/cfk-cache/src/policy.rs", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "czech-file-knife/cfk-cache/src/policy.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "czech-file-knife/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "czech-file-knife/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "czech-file-knife/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "czech-file-knife/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "czech-file-knife/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "czech-file-knife/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "czech-file-knife/cfk-integrations/src/agrep.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "czech-file-knife/cfk-integrations/src/agrep.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "czech-file-knife/cfk-integrations/src/agrep.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "czech-file-knife/cfk-integrations/src/aria2.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "czech-file-knife/cfk-integrations/src/aria2.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "czech-file-knife/cfk-integrations/src/aria2.rs", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "czech-file-knife/cfk-integrations/src/pandoc.rs", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "czech-file-knife/cfk-integrations/src/pandoc.rs", "to": "WebServer", "relation": "framework", - "weight": 18.0 - }, - { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "Phoenix", - "relation": "framework", - "weight": 9.0 - }, - { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "OTP", - "relation": "framework", - "weight": 9.0 - }, - { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "WebServer", - "relation": "framework", - "weight": 9.0 - }, - { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "Phoenix", - "relation": "framework", - "weight": 3.0 - }, - { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "OTP", - "relation": "framework", - "weight": 3.0 - }, - { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "WebServer", - "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "czech-file-knife/cfk-integrations/src/pandoc.rs", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "total-recall/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "total-recall/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "total-recall/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "total-recall/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "total-recall/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "total-recall/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "total-recall/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "total-recall/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "total-recall/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "total-recall/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "total-recall/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "total-recall/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "emergency-button/rust/src/capture.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "emergency-button/rust/src/capture.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "emergency-button/rust/src/capture.rs", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "emergency-button/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "emergency-button/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "emergency-button/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "emergency-button/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "emergency-button/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "emergency-button/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "emergency-button/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "emergency-button/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "emergency-button/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "emergency-button/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "emergency-button/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "emergency-button/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "emergency-button/src/zig/incident.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "emergency-button/src/zig/incident.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "emergency-button/src/zig/incident.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "emergency-button/src/zig/utils.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "emergency-button/src/zig/utils.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "emergency-button/src/zig/utils.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "emergency-button/src/zig/handoff.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "emergency-button/src/zig/handoff.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "emergency-button/src/zig/handoff.zig", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "emergency-button/src/zig/backup.zig", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "emergency-button/src/zig/backup.zig", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "emergency-button/src/zig/backup.zig", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "emergency-button/src/zig/capture.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "emergency-button/src/zig/capture.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "emergency-button/src/zig/capture.zig", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "contracts-rust/src/message_intent.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "contracts-rust/src/message_intent.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "contracts-rust/src/message_intent.rs", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "contracts-rust/src/plan.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "contracts-rust/src/plan.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "contracts-rust/src/plan.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "contracts-rust/src/weather.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "contracts-rust/src/weather.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "contracts-rust/src/weather.rs", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "contracts-rust/src/receipt.rs", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "contracts-rust/src/receipt.rs", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "contracts-rust/src/receipt.rs", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "contracts-rust/src/envelope.rs", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "contracts-rust/src/envelope.rs", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "contracts-rust/src/envelope.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "contracts-rust/src/run_bundle.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "contracts-rust/src/run_bundle.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "contracts-rust/src/run_bundle.rs", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "contracts-rust/src/pack_manifest.rs", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "contracts-rust/src/pack_manifest.rs", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "contracts-rust/src/pack_manifest.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "contracts-rust/src/conversions.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "contracts-rust/src/conversions.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "contracts-rust/src/conversions.rs", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "panoptes/src/ollama.rs", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "panoptes/src/ollama.rs", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "panoptes/src/ollama.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "panoptes/src/watcher.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 6.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "panoptes/src/watcher.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 6.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "panoptes/src/watcher.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 6.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "panoptes/src/main.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "panoptes/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "panoptes/src/main.rs", "to": "Phoenix", "relation": "framework", "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "panoptes/src/config/mod.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "panoptes/src/config/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "panoptes/src/config/mod.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "panoptes/src/history.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "panoptes/src/history.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "panoptes/src/history.rs", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "panoptes/src/db/mod.rs", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "panoptes/src/db/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "panoptes/src/db/mod.rs", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "panoptes/src/web/mod.rs", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "panoptes/src/web/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "panoptes/src/web/mod.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "panoptes/src/analyzers/video.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "panoptes/src/analyzers/video.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "panoptes/src/analyzers/video.rs", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "panoptes/src/analyzers/mod.rs", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "panoptes/src/analyzers/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "panoptes/src/analyzers/mod.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "panoptes/src/analyzers/archive.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "panoptes/src/analyzers/archive.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "panoptes/src/analyzers/archive.rs", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "panoptes/src/analyzers/document.rs", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "panoptes/src/analyzers/document.rs", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "panoptes/src/analyzers/document.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "panoptes/src/analyzers/image.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "panoptes/src/analyzers/image.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "panoptes/src/analyzers/image.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "panoptes/src/analyzers/pdf.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "panoptes/src/analyzers/pdf.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "panoptes/src/analyzers/pdf.rs", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "panoptes/src/analyzers/code.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "panoptes/src/analyzers/code.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "panoptes/src/analyzers/code.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "panoptes/src/analyzers/audio.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "panoptes/src/analyzers/audio.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "panoptes/src/analyzers/audio.rs", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "panoptes/src/bin/panoptes-web.rs", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "panoptes/src/bin/panoptes-web.rs", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "panoptes/src/bin/panoptes-web.rs", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "panoptes/src/bin/panoptes-undo.rs", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "panoptes/src/bin/panoptes-undo.rs", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "panoptes/src/bin/panoptes-undo.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "panoptes/src/error.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "panoptes/src/error.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "panoptes/src/error.rs", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "hardware-crash-team/src/tui/ui.rs", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "hardware-crash-team/src/tui/ui.rs", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "hardware-crash-team/src/tui/ui.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "hardware-crash-team/src/scanner/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "hardware-crash-team/src/scanner/mod.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "hardware-crash-team/src/scanner/mod.rs", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "hardware-crash-team/src/analyzer/mod.rs", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "hardware-crash-team/src/analyzer/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "hardware-crash-team/src/analyzer/mod.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "hardware-crash-team/src/main.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "hardware-crash-team/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "hardware-crash-team/src/main.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "hardware-crash-team/src/remediation/mod.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "hardware-crash-team/src/remediation/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "hardware-crash-team/src/remediation/mod.rs", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "project-cb/import-acetext.jl", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "project-cb/import-acetext.jl", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "project-cb/import-acetext.jl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "project-cb/import-acetext.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "project-cb/import-acetext.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "project-cb/import-acetext.sh", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "Phoenix", - "relation": "framework", - "weight": 9.0 - }, - { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "OTP", - "relation": "framework", - "weight": 9.0 - }, - { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", - "to": "WebServer", - "relation": "framework", - "weight": 9.0 - }, - { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "Phoenix", - "relation": "framework", - "weight": 3.0 - }, - { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "OTP", - "relation": "framework", - "weight": 3.0 - }, - { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", - "to": "WebServer", - "relation": "framework", - "weight": 3.0 - }, - { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/src/SeoParserImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 81.0 }, { - "from": "broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/src/LinkChecker.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 3.0 }, { - "from": "broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/src/Main.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 81.0 + "weight": 4.0 }, { - "from": "broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/src/DenoBindings.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 81.0 + "weight": 1.0 }, { - "from": "broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/src/ReportImpl.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/src/Report.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "broad-spectrum/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "observatory/lib/system_observatory/bt_sentinel.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 9.0 }, { - "from": "observatory/lib/system_observatory/bt_sentinel.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 81.0 }, { - "from": "observatory/lib/system_observatory/bt_sentinel.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 81.0 }, { - "from": "observatory/lib/system_observatory/nvme_sentinel.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 81.0 }, { - "from": "observatory/lib/system_observatory/nvme_sentinel.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "observatory/lib/system_observatory/nvme_sentinel.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "observatory/lib/system_observatory/correlator.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "observatory/lib/system_observatory/correlator.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "observatory/lib/system_observatory/correlator.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "observatory/lib/system_observatory/metrics/store.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "observatory/lib/system_observatory/metrics/store.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "observatory/lib/system_observatory/metrics/store.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "observatory/lib/system_observatory/groove.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "observatory/lib/system_observatory/groove.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "observatory/lib/system_observatory/groove.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "observatory/lib/system_observatory/bundle_ingestion.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "observatory/lib/system_observatory/bundle_ingestion.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "observatory/lib/system_observatory/bundle_ingestion.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "observatory/lib/system_observatory/cli.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "observatory/lib/system_observatory/cli.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "observatory/lib/system_observatory/cli.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "observatory/scripts/nvme-health-check.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "observatory/scripts/nvme-health-check.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "observatory/scripts/nvme-health-check.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "observatory/test/system_observatory/nvme_sentinel_test.exs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "observatory/test/system_observatory/nvme_sentinel_test.exs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "observatory/test/system_observatory/nvme_sentinel_test.exs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "observatory/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 3.0 }, { - "from": "observatory/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 9.0 }, { - "from": "observatory/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 9.0 }, { - "from": "observatory/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 9.0 }, { - "from": "observatory/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 81.0 }, { - "from": "observatory/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 81.0 }, { - "from": "observatory/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 81.0 }, { - "from": "observatory/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "observatory/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "observatory/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "observatory/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "observatory/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "cicada/scripts/verify_rsr.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "cicada/scripts/verify_rsr.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cicada/scripts/verify_rsr.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "cicada/src/integrations/github.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "cicada/src/integrations/github.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cicada/src/integrations/github.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "cicada/src/storage/keystore.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "cicada/src/storage/keystore.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "cicada/src/storage/keystore.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "cicada/src/storage/backup.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "cicada/src/storage/backup.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "cicada/src/storage/backup.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "cicada/src/validation/verify.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "cicada/src/validation/verify.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "cicada/src/validation/verify.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "cicada/src/keygen/postquantum.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 78.0 + "weight": 18.0 }, { - "from": "cicada/src/keygen/postquantum.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 78.0 + "weight": 3.0 }, { - "from": "cicada/src/keygen/postquantum.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 78.0 + "weight": 3.0 }, { - "from": "cicada/src/keygen/classical.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "cicada/src/keygen/classical.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "cicada/src/keygen/classical.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "cicada/src/config.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "cicada/src/config.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "cicada/src/config.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "cicada/src/main.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "cicada/src/main.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "cicada/src/main.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "cicada/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 3.0 }, { - "from": "cicada/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 4.0 }, { - "from": "cicada/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 4.0 }, { - "from": "cicada/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "cicada/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "cicada/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "cicada/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "cicada/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "cicada/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "cicada/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "cicada/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "cicada/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "monitoring/systems-observatory/examples/example_advanced_analysis.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "monitoring/systems-observatory/examples/example_advanced_analysis.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/examples/example_advanced_analysis.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/examples/example_database_stats.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/examples/example_database_stats.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "monitoring/systems-observatory/examples/example_database_stats.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "monitoring/systems-observatory/benchmarks/benchmark_database.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "monitoring/systems-observatory/benchmarks/benchmark_database.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/benchmarks/benchmark_database.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/tools/compare_alternatives.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/tools/compare_alternatives.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "monitoring/systems-observatory/tools/compare_alternatives.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "monitoring/systems-observatory/tools/rsr_verify.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "monitoring/systems-observatory/tools/rsr_verify.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "monitoring/systems-observatory/tools/rsr_verify.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "monitoring/systems-observatory/tools/migration_planner.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "monitoring/systems-observatory/tools/migration_planner.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/tools/migration_planner.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/tools/generate_html_report.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/tools/generate_html_report.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "monitoring/systems-observatory/tools/generate_html_report.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "monitoring/systems-observatory/src-diagnostics/d/diagnostics.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "monitoring/systems-observatory/src-diagnostics/d/diagnostics.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src-diagnostics/d/diagnostics.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src-diagnostics/d/developer_diagnostics.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src-diagnostics/d/developer_diagnostics.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src-diagnostics/d/developer_diagnostics.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/test/runtests.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/test/runtests.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "monitoring/systems-observatory/test/runtests.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "monitoring/systems-observatory/test/test_database.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "monitoring/systems-observatory/test/test_database.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/test/test_database.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/src/automate.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/src/automate.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "monitoring/systems-observatory/src/automate.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "monitoring/systems-observatory/src/core.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "monitoring/systems-observatory/src/core.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/src/core.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/src/alternatives.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/src/alternatives.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "monitoring/systems-observatory/src/alternatives.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "monitoring/systems-observatory/src/diagnostics_integration.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 18.0 + "weight": 9.0 }, { - "from": "monitoring/systems-observatory/src/diagnostics_integration.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "monitoring/systems-observatory/src/diagnostics_integration.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 81.0 }, { - "from": "monitoring/systems-observatory/src/reports.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "monitoring/systems-observatory/src/reports.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/src/reports.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/src/ambient.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/systems-observatory/src/ambient.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "to": "OTP", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "to": "WebServer", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "to": "Phoenix", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src/ambient.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src/security.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src/security.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src/security.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src/io.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "monitoring/systems-observatory/src/io.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "monitoring/systems-observatory/src/io.jl", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "monitoring/observatory/lib/system_observatory/correlator.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 36.0 }, { - "from": "monitoring/observatory/lib/system_observatory/correlator.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "monitoring/observatory/lib/system_observatory/correlator.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "monitoring/observatory/lib/system_observatory/metrics/store.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "monitoring/observatory/lib/system_observatory/metrics/store.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 18.0 }, { - "from": "monitoring/observatory/lib/system_observatory/metrics/store.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 18.0 }, { - "from": "monitoring/observatory/lib/system_observatory/bundle_ingestion.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "monitoring/observatory/lib/system_observatory/bundle_ingestion.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/observatory/lib/system_observatory/bundle_ingestion.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/observatory/lib/system_observatory/verisim.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "monitoring/observatory/lib/system_observatory/verisim.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "monitoring/observatory/lib/system_observatory/verisim.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "nick-shells/shell/apply.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "nick-shells/shell/apply.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "nick-shells/shell/apply.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "port-endoscope/src/main.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 81.0 }, { - "from": "port-endoscope/src/main.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "to": "OTP", + "relation": "framework", + "weight": 3.0 + }, + { + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "to": "WebServer", + "relation": "framework", + "weight": 3.0 + }, + { + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", + "to": "Phoenix", + "relation": "framework", + "weight": 3.0 + }, + { + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", "weight": 4.0 }, { - "from": "port-endoscope/src/main.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", "weight": 4.0 }, { - "from": "port-endoscope/src/port.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "port-endoscope/src/port.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "port-endoscope/src/port.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "port-endoscope/src/process.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { - "from": "port-endoscope/src/process.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { - "from": "port-endoscope/src/process.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { - "from": "traffic-conditioner/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "traffic-conditioner/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "traffic-conditioner/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "traffic-conditioner/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "traffic-conditioner/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "traffic-conditioner/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "traffic-conditioner/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "traffic-conditioner/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "traffic-conditioner/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "traffic-conditioner/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "traffic-conditioner/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "traffic-conditioner/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "ambulances/disk/contractiles/trust/Trustfile.hs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "ambulances/disk/contractiles/trust/Trustfile.hs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "ambulances/disk/contractiles/trust/Trustfile.hs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "ambulances/disk/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 9.0 }, { - "from": "ambulances/disk/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 81.0 }, { - "from": "ambulances/disk/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 81.0 }, { - "from": "ambulances/disk/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 81.0 }, { - "from": "ambulances/disk/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "ambulances/disk/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "ambulances/disk/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "ambulances/disk/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", "weight": 4.0 }, { - "from": "ambulances/disk/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", "weight": 4.0 }, { - "from": "ambulances/disk/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "ambulances/disk/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "ambulances/disk/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "ambulances/security/contractiles/trust/Trustfile.hs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "ambulances/security/contractiles/trust/Trustfile.hs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "ambulances/security/contractiles/trust/Trustfile.hs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "personal-sysadmin/tui-ada/src/psa_tui.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "personal-sysadmin/tui-ada/src/psa_tui.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "personal-sysadmin/tui-ada/src/psa_tui.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "personal-sysadmin/tui-ada/src/psa_client.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "personal-sysadmin/tui-ada/src/psa_client.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/tui-ada/src/psa_client.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/tui-ada/src/psa_ui.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/tui-ada/src/psa_ui.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "personal-sysadmin/tui-ada/src/psa_ui.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "personal-sysadmin/scripts/setup-new-repo.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "personal-sysadmin/scripts/setup-new-repo.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/scripts/setup-new-repo.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-missing-files.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-missing-files.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-missing-files.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-scm-files.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-scm-files.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-scm-files.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-license-badges.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-license-badges.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-license-badges.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-community-health.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-community-health.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/scripts/github-admin/add-community-health.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/src/tools/crisis.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/src/tools/crisis.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "personal-sysadmin/src/tools/crisis.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "personal-sysadmin/src/tools/security.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "personal-sysadmin/src/tools/security.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/src/tools/security.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/src/tools/network.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/src/tools/network.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "personal-sysadmin/src/tools/network.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "personal-sysadmin/src/tools/service.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "personal-sysadmin/src/tools/service.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "personal-sysadmin/src/tools/service.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "personal-sysadmin/src/reasoning/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "personal-sysadmin/src/reasoning/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/src/reasoning/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/src/ai/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/src/ai/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "personal-sysadmin/src/ai/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "personal-sysadmin/src/daemon/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "personal-sysadmin/src/daemon/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "personal-sysadmin/src/daemon/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "personal-sysadmin/src/forum/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "personal-sysadmin/src/forum/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "personal-sysadmin/src/forum/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "personal-sysadmin/src/rules/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "personal-sysadmin/src/rules/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "personal-sysadmin/src/rules/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "personal-sysadmin/src/correlation.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 36.0 }, { - "from": "personal-sysadmin/src/correlation.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "personal-sysadmin/src/correlation.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "emergency-button/rust/src/capture.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "emergency-button/rust/src/capture.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "emergency-button/rust/src/capture.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "emergency-button/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 18.0 }, { - "from": "emergency-button/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 3.0 }, { - "from": "emergency-button/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 3.0 }, { - "from": "emergency-button/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "emergency-button/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 9.0 }, { - "from": "emergency-button/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 9.0 }, { - "from": "emergency-button/src/zig/utils.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "emergency-button/src/zig/utils.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "emergency-button/src/zig/utils.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "emergency-button/src/zig/handoff.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "emergency-button/src/zig/handoff.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "emergency-button/src/zig/handoff.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "emergency-button/src/zig/backup.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "emergency-button/src/zig/backup.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "emergency-button/src/zig/backup.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "emergency-button/src/zig/capture.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "emergency-button/src/zig/capture.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "emergency-button/src/zig/capture.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "emergency-button/src/zig/incident.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "emergency-button/src/zig/incident.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "emergency-button/src/zig/incident.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "emergency-button/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "emergency-button/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 36.0 }, { - "from": "emergency-button/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 36.0 }, { - "from": "emergency-button/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "emergency-button/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "emergency-button/ffi/zig/src/main.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "recovery/emergency-room/src/zig/utils.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "recovery/emergency-room/src/zig/utils.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "recovery/emergency-room/src/zig/utils.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "recovery/emergency-room/src/zig/handoff.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "recovery/emergency-room/src/zig/handoff.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "recovery/emergency-room/src/zig/handoff.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "recovery/emergency-room/src/zig/backup.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "recovery/emergency-room/src/zig/backup.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "recovery/emergency-room/src/zig/backup.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "recovery/emergency-room/src/zig/capture.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "recovery/emergency-room/src/zig/capture.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "recovery/emergency-room/src/zig/capture.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "recovery/emergency-room/src/zig/incident.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "recovery/emergency-room/src/zig/incident.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "recovery/emergency-room/src/zig/incident.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "recovery/operating-theatre/src/packs/system.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "recovery/operating-theatre/src/packs/system.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "recovery/operating-theatre/src/packs/system.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "recovery/operating-theatre/src/packs/repos.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "recovery/operating-theatre/src/packs/repos.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "recovery/operating-theatre/src/packs/repos.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "recovery/operating-theatre/src/packs/diagnostics.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "recovery/operating-theatre/src/packs/diagnostics.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "recovery/operating-theatre/src/packs/diagnostics.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "recovery/operating-theatre/src/packs/cleanup.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "recovery/operating-theatre/src/packs/cleanup.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "recovery/operating-theatre/src/packs/cleanup.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "recovery/operating-theatre/src/main.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "recovery/operating-theatre/src/main.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "recovery/operating-theatre/src/main.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "recovery/operating-theatre/src/core/engine.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "recovery/operating-theatre/src/core/engine.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "recovery/operating-theatre/src/core/engine.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "recovery/operating-theatre/src/core/security.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "recovery/operating-theatre/src/core/security.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "recovery/operating-theatre/src/core/security.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "recovery/operating-theatre/src/core/ecosystem.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "recovery/operating-theatre/src/core/ecosystem.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "recovery/operating-theatre/src/core/ecosystem.d", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "emergency-room/rust/src/shutdown_marshal.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 9.0 }, { - "from": "emergency-room/rust/src/shutdown_marshal.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 81.0 }, { - "from": "emergency-room/rust/src/shutdown_marshal.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 81.0 }, { - "from": "emergency-room/rust/src/boot_guardian.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "emergency-room/rust/src/boot_guardian.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "emergency-room/rust/src/boot_guardian.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "emergency-room/rust/src/pulse.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "emergency-room/rust/src/pulse.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "to": "OTP", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "to": "WebServer", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", + "to": "Phoenix", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "emergency-room/rust/src/pulse.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "emergency-room/rust/src/capture.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "emergency-room/rust/src/capture.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "emergency-room/rust/src/capture.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "emergency-room/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "emergency-room/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "emergency-room/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "emergency-room/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "emergency-room/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "emergency-room/src/abi/Types.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "emergency-room/src/zig/utils.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "emergency-room/src/zig/utils.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "emergency-room/src/zig/utils.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "emergency-room/src/zig/handoff.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "emergency-room/src/zig/handoff.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "emergency-room/src/zig/handoff.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "emergency-room/src/zig/backup.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "emergency-room/src/zig/backup.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "emergency-room/src/zig/backup.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "emergency-room/src/zig/boot_guardian.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "emergency-room/src/zig/boot_guardian.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "emergency-room/src/zig/boot_guardian.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "emergency-room/src/zig/shutdown_marshal.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "emergency-room/src/zig/shutdown_marshal.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "emergency-room/src/zig/shutdown_marshal.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "emergency-room/src/zig/capture.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "emergency-room/src/zig/capture.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "emergency-room/src/zig/capture.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "emergency-room/src/zig/incident_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "emergency-room/src/zig/incident_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "emergency-room/src/zig/incident_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "emergency-room/src/zig/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "emergency-room/src/zig/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "emergency-room/src/zig/integration_test.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "emergency-room/src/zig/incident.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "emergency-room/src/zig/incident.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "emergency-room/src/zig/incident.zig", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "nano-aider/tests/test_options.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "nano-aider/tests/test_options.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "nano-aider/tests/test_options.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "nano-aider/src/nano_aider-config.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "nano-aider/src/nano_aider-config.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "nano-aider/src/nano_aider-config.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "nano-aider/src/nano_aider-options.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "nano-aider/src/nano_aider-options.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "nano-aider/src/nano_aider-options.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "nano-aider/src/nano_aider.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "nano-aider/src/nano_aider.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "nano-aider/src/nano_aider.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "nano-aider/src/nano_aider-profiles.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "nano-aider/src/nano_aider-profiles.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "nano-aider/src/nano_aider-profiles.adb", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "records/referrals/lib/feedback_a_tron/mcp/server.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 8.0 + "weight": 81.0 }, { - "from": "records/referrals/lib/feedback_a_tron/mcp/server.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 8.0 + "weight": 3.0 }, { - "from": "records/referrals/lib/feedback_a_tron/mcp/server.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 8.0 + "weight": 3.0 }, { - "from": "records/referrals/lib/feedback_a_tron/network_verifier.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 14.0 + "weight": 3.0 }, { - "from": "records/referrals/lib/feedback_a_tron/network_verifier.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 14.0 + "weight": 4.0 }, { - "from": "records/referrals/lib/feedback_a_tron/network_verifier.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 14.0 + "weight": 4.0 }, { - "from": "records/referrals/lib/feedback_a_tron/audit_log.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "records/referrals/lib/feedback_a_tron/audit_log.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "records/referrals/lib/feedback_a_tron/audit_log.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "records/referrals/lib/feedback_a_tron/submitter.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "records/referrals/lib/feedback_a_tron/submitter.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "records/referrals/lib/feedback_a_tron/submitter.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "records/referrals/lib/feedback_a_tron/deduplicator.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "records/referrals/lib/feedback_a_tron/deduplicator.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 36.0 }, { - "from": "records/referrals/lib/feedback_a_tron/deduplicator.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 36.0 }, { - "from": "records/referrals/lib/feedback_a_tron/verisim_client.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 36.0 }, { - "from": "records/referrals/lib/feedback_a_tron/verisim_client.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "records/referrals/lib/feedback_a_tron/verisim_client.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "records/referrals/lib/feedback_a_tron/credentials.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "records/referrals/lib/feedback_a_tron/credentials.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "records/referrals/lib/feedback_a_tron/credentials.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "records/service-autopsy/lib/service_autopsy/collector.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 12.0 + "weight": 18.0 }, { - "from": "records/service-autopsy/lib/service_autopsy/collector.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 12.0 + "weight": 3.0 }, { - "from": "records/service-autopsy/lib/service_autopsy/collector.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 12.0 + "weight": 3.0 }, { - "from": "records/service-autopsy/lib/service_autopsy/report_store.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "records/service-autopsy/lib/service_autopsy/report_store.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 9.0 }, { - "from": "records/service-autopsy/lib/service_autopsy/report_store.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 9.0 }, { - "from": "records/service-autopsy/lib/service_autopsy/watcher.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 9.0 }, { - "from": "records/service-autopsy/lib/service_autopsy/watcher.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 81.0 }, { - "from": "records/service-autopsy/lib/service_autopsy/watcher.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 81.0 }, { - "from": "gui/src/tea/ambientops_gui.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "gui/src/tea/ambientops_gui.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "gui/src/tea/ambientops_gui.affine", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "gui/src/ambientops_tea.js", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "gui/src/ambientops_tea.js", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "gui/src/ambientops_tea.js", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "hybrid-automation-router/lib/har/ipfs/node.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "hybrid-automation-router/lib/har/ipfs/node.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "hybrid-automation-router/lib/har/ipfs/node.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "hybrid-automation-router/lib/har/security/manager.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "hybrid-automation-router/lib/har/security/manager.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "hybrid-automation-router/lib/har/security/manager.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "hybrid-automation-router/lib/har/control_plane/health_checker.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "hybrid-automation-router/lib/har/control_plane/health_checker.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 36.0 }, { - "from": "hybrid-automation-router/lib/har/control_plane/health_checker.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 36.0 }, { - "from": "hybrid-automation-router/lib/har/control_plane/policy_engine.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 36.0 }, { - "from": "hybrid-automation-router/lib/har/control_plane/policy_engine.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "hybrid-automation-router/lib/har/control_plane/policy_engine.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "hybrid-automation-router/lib/har/control_plane/routing_table.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "hybrid-automation-router/lib/har/control_plane/routing_table.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 18.0 }, { - "from": "hybrid-automation-router/lib/har/control_plane/routing_table.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 18.0 }, { - "from": "hybrid-automation-router/lib/har/control_plane/circuit_breaker.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 18.0 }, { - "from": "hybrid-automation-router/lib/har/control_plane/circuit_breaker.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "hybrid-automation-router/lib/har/control_plane/circuit_breaker.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "hybrid-automation-router/lib/har/contracts/k9_contract.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "hybrid-automation-router/lib/har/contracts/k9_contract.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "hybrid-automation-router/lib/har/contracts/k9_contract.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "hybrid-automation-router/lib/mix/tasks/har.parse.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "hybrid-automation-router/lib/mix/tasks/har.parse.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "hybrid-automation-router/lib/mix/tasks/har.parse.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "hybrid-automation-router/lib/mix/tasks/har.transform.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "hybrid-automation-router/lib/mix/tasks/har.transform.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "hybrid-automation-router/lib/mix/tasks/har.transform.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "hybrid-automation-router/lib/mix/tasks/har.convert.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "hybrid-automation-router/lib/mix/tasks/har.convert.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "hybrid-automation-router/lib/mix/tasks/har.convert.ex", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "hybrid-automation-router/deploy/run.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "hybrid-automation-router/deploy/run.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "hybrid-automation-router/deploy/run.sh", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "hybrid-automation-router/test/mix/tasks/har_convert_test.exs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "hybrid-automation-router/test/mix/tasks/har_convert_test.exs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "hybrid-automation-router/test/mix/tasks/har_convert_test.exs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "hybrid-automation-router/test/mix/tasks/har_parse_test.exs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "hybrid-automation-router/test/mix/tasks/har_parse_test.exs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "hybrid-automation-router/test/mix/tasks/har_parse_test.exs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/tools/crisis.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/tools/crisis.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "clinician/src/tools/crisis.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "clinician/src/tools/security.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "clinician/src/tools/security.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/tools/security.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/tools/ipfs.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/tools/ipfs.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "clinician/src/tools/ipfs.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "clinician/src/tools/network.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "clinician/src/tools/network.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "clinician/src/tools/network.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "clinician/src/tools/cache_layer.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "clinician/src/tools/cache_layer.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/tools/cache_layer.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/tools/service.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/tools/service.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "clinician/src/tools/service.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "clinician/src/tools/bt_sentinel.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "clinician/src/tools/bt_sentinel.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "clinician/src/tools/bt_sentinel.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "clinician/src/reasoning/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "clinician/src/reasoning/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "clinician/src/reasoning/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "clinician/src/ai/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "clinician/src/ai/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "clinician/src/ai/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "clinician/src/storage/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "clinician/src/storage/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/storage/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/daemon/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/daemon/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "clinician/src/daemon/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "clinician/src/forum/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "clinician/src/forum/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/forum/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/rules/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/rules/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "clinician/src/rules/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "clinician/src/correlation.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 9.0 }, { - "from": "clinician/src/correlation.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 81.0 }, { - "from": "clinician/src/correlation.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 81.0 }, { - "from": "clinician/src/p2p/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "clinician/src/p2p/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/p2p/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/satellites/hypatia.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "clinician/src/satellites/hypatia.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "clinician/src/satellites/hypatia.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "immutable-linux-auditor/src/AuditorData.cpp", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "immutable-linux-auditor/src/AuditorData.cpp", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "immutable-linux-auditor/src/AuditorData.cpp", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "panoptes/src/main.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "panoptes/src/main.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "panoptes/src/main.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "panoptes/src/analyzers/code.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "panoptes/src/analyzers/code.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "panoptes/src/analyzers/code.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "panoptes/src/analyzers/audio.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "panoptes/src/analyzers/audio.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "panoptes/src/analyzers/audio.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "panoptes/src/analyzers/video.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "panoptes/src/analyzers/video.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "panoptes/src/analyzers/video.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "panoptes/src/analyzers/archive.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "panoptes/src/analyzers/archive.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "panoptes/src/analyzers/archive.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "panoptes/src/analyzers/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "panoptes/src/analyzers/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "panoptes/src/analyzers/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "panoptes/src/analyzers/image.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "panoptes/src/analyzers/image.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "panoptes/src/analyzers/image.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "panoptes/src/analyzers/document.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "panoptes/src/analyzers/document.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "panoptes/src/analyzers/document.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "panoptes/src/analyzers/pdf.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "panoptes/src/analyzers/pdf.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "panoptes/src/analyzers/pdf.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "panoptes/src/watcher.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 6.0 + "weight": 4.0 }, { - "from": "panoptes/src/watcher.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "panoptes/src/watcher.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "panoptes/src/error.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "panoptes/src/error.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "panoptes/src/error.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "panoptes/src/web/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "panoptes/src/web/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 36.0 }, { - "from": "panoptes/src/web/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 36.0 }, { - "from": "panoptes/src/config/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "panoptes/src/config/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "panoptes/src/config/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "panoptes/src/ollama.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "panoptes/src/ollama.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "panoptes/src/ollama.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "panoptes/src/history.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "panoptes/src/history.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "panoptes/src/history.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "panoptes/src/db/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "panoptes/src/db/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 9.0 }, { - "from": "panoptes/src/db/mod.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 9.0 }, { - "from": "panoptes/src/bin/panoptes-web.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "panoptes/src/bin/panoptes-web.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "panoptes/src/bin/panoptes-web.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "panoptes/src/bin/panoptes-undo.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "panoptes/src/bin/panoptes-undo.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "panoptes/src/bin/panoptes-undo.rs", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 3.0 }, { - "from": "src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 4.0 }, { - "from": "src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 4.0 }, { - "from": "contracts-rust/src/weather.rs", + "from": "broad-spectrum/broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "contracts-rust/src/weather.rs", + "from": "broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "contracts-rust/src/weather.rs", + "from": "broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "contracts-rust/src/message_intent.rs", + "from": "broad-spectrum/broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "contracts-rust/src/message_intent.rs", + "from": "broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "contracts-rust/src/message_intent.rs", + "from": "broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "contracts-rust/src/envelope.rs", + "from": "broad-spectrum/broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "contracts-rust/src/envelope.rs", + "from": "broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "contracts-rust/src/envelope.rs", + "from": "broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "contracts-rust/src/conversions.rs", + "from": "broad-spectrum/broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "contracts-rust/src/conversions.rs", + "from": "broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "contracts-rust/src/conversions.rs", + "from": "broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "contracts-rust/src/pack_manifest.rs", + "from": "broad-spectrum/broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "contracts-rust/src/pack_manifest.rs", + "from": "broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "contracts-rust/src/pack_manifest.rs", + "from": "broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "contracts-rust/src/run_bundle.rs", + "from": "broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "contracts-rust/src/run_bundle.rs", + "from": "broad-spectrum/broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "contracts-rust/src/run_bundle.rs", + "from": "broad-spectrum/broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "contracts-rust/src/receipt.rs", + "from": "broad-spectrum/broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "contracts-rust/src/receipt.rs", + "from": "broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "contracts-rust/src/receipt.rs", + "from": "broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "contracts-rust/src/plan.rs", + "from": "broad-spectrum/broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "contracts-rust/src/plan.rs", + "from": "broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "contracts-rust/src/plan.rs", + "from": "broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "ffi/systemd/src/main.zig", + "from": "broad-spectrum/broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 81.0 }, { - "from": "ffi/systemd/src/main.zig", + "from": "broad-spectrum/broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "ffi/systemd/src/main.zig", + "from": "broad-spectrum/broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "ffi/systemd/src/abi/Foreign.idr", + "from": "broad-spectrum/broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 3.0 }, { - "from": "ffi/systemd/src/abi/Foreign.idr", + "from": "broad-spectrum/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 4.0 }, { - "from": "ffi/systemd/src/abi/Foreign.idr", + "from": "broad-spectrum/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 4.0 }, { - "from": "ffi/systemd/src/abi/Types.idr", + "from": "broad-spectrum/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "ffi/systemd/src/abi/Types.idr", + "from": "broad-spectrum/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "ffi/systemd/src/abi/Types.idr", + "from": "broad-spectrum/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "ffi/systemd/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/systemd/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/src/ReportImpl.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/systemd/ffi/zig/test/integration_test.zig", + "from": "broad-spectrum/src/ReportImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/systemd/ffi/zig/src/main.zig", + "from": "broad-spectrum/src/ReportImpl.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/systemd/ffi/zig/src/main.zig", + "from": "broad-spectrum/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "ffi/systemd/ffi/zig/src/main.zig", + "from": "broad-spectrum/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "ffi/fuse/src/cloud/prefetch.zig", + "from": "broad-spectrum/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 36.0 }, { - "from": "ffi/fuse/src/cloud/prefetch.zig", + "from": "broad-spectrum/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "ffi/fuse/src/cloud/prefetch.zig", + "from": "broad-spectrum/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "ffi/fuse/src/cloud/cache.zig", + "from": "broad-spectrum/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "ffi/fuse/src/cloud/cache.zig", + "from": "broad-spectrum/src/SeoParserImpl.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 18.0 }, { - "from": "ffi/fuse/src/cloud/cache.zig", + "from": "broad-spectrum/src/SeoParserImpl.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 18.0 }, { - "from": "ffi/fuse/src/cloud/rate_limiter.zig", + "from": "broad-spectrum/src/SeoParserImpl.affine", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 18.0 }, { - "from": "ffi/fuse/src/cloud/rate_limiter.zig", + "from": "broad-spectrum/src/Report.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "ffi/fuse/src/cloud/rate_limiter.zig", + "from": "broad-spectrum/src/Report.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "ffi/fuse/src/cloud/cloud_fs.zig", + "from": "broad-spectrum/src/Report.affine", "to": "Phoenix", "relation": "framework", - "weight": 12.0 + "weight": 3.0 }, { - "from": "ffi/fuse/src/cloud/cloud_fs.zig", + "from": "broad-spectrum/src/LinkChecker.affine", "to": "OTP", "relation": "framework", - "weight": 12.0 + "weight": 9.0 }, { - "from": "ffi/fuse/src/cloud/cloud_fs.zig", + "from": "broad-spectrum/src/LinkChecker.affine", "to": "WebServer", "relation": "framework", - "weight": 12.0 + "weight": 9.0 }, { - "from": "ffi/fuse/src/c.zig", + "from": "broad-spectrum/src/LinkChecker.affine", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 9.0 }, { - "from": "ffi/fuse/src/c.zig", + "from": "broad-spectrum/src/DenoBindings.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 81.0 }, { - "from": "ffi/fuse/src/c.zig", + "from": "broad-spectrum/src/DenoBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 81.0 }, { - "from": "ffi/fuse/src/abi/Foreign.idr", + "from": "broad-spectrum/src/DenoBindings.affine", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 81.0 }, { - "from": "ffi/fuse/src/abi/Foreign.idr", + "from": "broad-spectrum/src/Main.affine", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 3.0 }, { - "from": "ffi/fuse/src/abi/Foreign.idr", + "from": "broad-spectrum/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 3.0 }, { - "from": "ffi/fuse/src/abi/Types.idr", + "from": "broad-spectrum/src/Main.affine", "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "ffi/fuse/src/abi/Types.idr", + "from": "observatory/lib/system_observatory/bundle_ingestion.ex", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "ffi/fuse/src/abi/Types.idr", + "from": "observatory/lib/system_observatory/bundle_ingestion.ex", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "ffi/fuse/ffi/zig/test/integration_test.zig", + "from": "observatory/lib/system_observatory/bundle_ingestion.ex", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/fuse/ffi/zig/test/integration_test.zig", + "from": "observatory/lib/system_observatory/groove.ex", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "ffi/fuse/ffi/zig/test/integration_test.zig", + "from": "observatory/lib/system_observatory/groove.ex", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "ffi/fuse/ffi/zig/src/main.zig", + "from": "observatory/lib/system_observatory/groove.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "ffi/fuse/ffi/zig/src/main.zig", + "from": "observatory/lib/system_observatory/cli.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/fuse/ffi/zig/src/main.zig", + "from": "observatory/lib/system_observatory/cli.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "observatory/lib/system_observatory/cli.ex", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "observatory/lib/system_observatory/correlator.ex", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "observatory/lib/system_observatory/correlator.ex", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "observatory/lib/system_observatory/correlator.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "observatory/lib/system_observatory/nvme_sentinel.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "observatory/lib/system_observatory/nvme_sentinel.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "nerdsafe-restart/src/ada/nerdsafe_tui.ads", + "from": "observatory/lib/system_observatory/nvme_sentinel.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "nerdsafe-restart/src/ada/nerdsafe_tui.ads", + "from": "observatory/lib/system_observatory/bt_sentinel.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "nerdsafe-restart/src/ada/nerdsafe_tui.ads", + "from": "observatory/lib/system_observatory/bt_sentinel.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "nerdsafe-restart/src/ada/nerdsafe_tui.adb", + "from": "observatory/lib/system_observatory/bt_sentinel.ex", "to": "Phoenix", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "nerdsafe-restart/src/ada/nerdsafe_tui.adb", + "from": "observatory/lib/system_observatory/metrics/store.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "nerdsafe-restart/src/ada/nerdsafe_tui.adb", + "from": "observatory/lib/system_observatory/metrics/store.ex", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "nerdsafe-restart/src/ada/main.adb", + "from": "observatory/lib/system_observatory/metrics/store.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "nerdsafe-restart/src/ada/main.adb", + "from": "observatory/scripts/nvme-health-check.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "nerdsafe-restart/src/ada/main.adb", + "from": "observatory/scripts/nvme-health-check.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "nerdsafe-restart/nerdsafe-restart.sh", + "from": "observatory/scripts/nvme-health-check.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "nerdsafe-restart/nerdsafe-restart.sh", + "from": "observatory/ffi/zig/test/integration_test.zig", + "to": "OTP", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "observatory/ffi/zig/test/integration_test.zig", + "to": "WebServer", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "observatory/ffi/zig/test/integration_test.zig", + "to": "Phoenix", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "observatory/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "nerdsafe-restart/nerdsafe-restart.sh", + "from": "observatory/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "nerdsafe-restart/bootstrap-check.sh", + "from": "observatory/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "nerdsafe-restart/bootstrap-check.sh", + "from": "observatory/test/system_observatory/nvme_sentinel_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "nerdsafe-restart/bootstrap-check.sh", + "from": "observatory/test/system_observatory/nvme_sentinel_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-recall/src/abi/Foreign.idr", + "from": "observatory/test/system_observatory/nvme_sentinel_test.exs", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "total-recall/src/abi/Foreign.idr", + "from": "observatory/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "total-recall/src/abi/Foreign.idr", + "from": "observatory/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "total-recall/src/abi/Types.idr", + "from": "observatory/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "total-recall/src/abi/Types.idr", + "from": "observatory/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "total-recall/src/abi/Types.idr", + "from": "observatory/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "total-recall/ffi/zig/test/integration_test.zig", + "from": "observatory/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "total-recall/ffi/zig/test/integration_test.zig", + "from": "traffic-conditioner/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", "weight": 4.0 }, { - "from": "total-recall/ffi/zig/test/integration_test.zig", + "from": "traffic-conditioner/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", "weight": 4.0 }, { - "from": "total-recall/ffi/zig/src/main.zig", + "from": "traffic-conditioner/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "total-recall/ffi/zig/src/main.zig", + "from": "traffic-conditioner/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-recall/ffi/zig/src/main.zig", + "from": "traffic-conditioner/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "hardware-crash-team/src/scanner/mod.rs", + "from": "traffic-conditioner/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "hardware-crash-team/src/scanner/mod.rs", + "from": "traffic-conditioner/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "hardware-crash-team/src/scanner/mod.rs", + "from": "traffic-conditioner/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "hardware-crash-team/src/main.rs", + "from": "traffic-conditioner/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "hardware-crash-team/src/main.rs", + "from": "traffic-conditioner/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "hardware-crash-team/src/main.rs", + "from": "traffic-conditioner/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "hardware-crash-team/src/remediation/mod.rs", + "from": "traffic-conditioner/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "hardware-crash-team/src/remediation/mod.rs", + "from": "port-endoscope/src/main.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "hardware-crash-team/src/remediation/mod.rs", + "from": "port-endoscope/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "hardware-crash-team/src/tui/ui.rs", + "from": "port-endoscope/src/main.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "hardware-crash-team/src/tui/ui.rs", + "from": "port-endoscope/src/port.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "hardware-crash-team/src/tui/ui.rs", + "from": "port-endoscope/src/port.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "hardware-crash-team/src/analyzer/mod.rs", + "from": "port-endoscope/src/port.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "hardware-crash-team/src/analyzer/mod.rs", + "from": "port-endoscope/src/process.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 7.0 }, { - "from": "hardware-crash-team/src/analyzer/mod.rs", + "from": "port-endoscope/src/process.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 7.0 }, { - "from": "czech-file-knife/cfk-tui/src/cfk_tui_main.adb", + "from": "port-endoscope/src/process.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 7.0 }, { - "from": "czech-file-knife/cfk-tui/src/cfk_tui_main.adb", + "from": "ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "czech-file-knife/cfk-tui/src/cfk_tui_main.adb", + "from": "ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "czech-file-knife/cfk-cache/src/policy.rs", + "from": "ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "czech-file-knife/cfk-cache/src/policy.rs", + "from": "ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-cache/src/policy.rs", + "from": "ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-cache/src/blob_store.rs", + "from": "ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-cache/src/blob_store.rs", + "from": "ffi/systemd/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "czech-file-knife/cfk-cache/src/blob_store.rs", + "from": "ffi/systemd/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "czech-file-knife/cfk-cache/src/lib.rs", + "from": "ffi/systemd/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "czech-file-knife/cfk-cache/src/lib.rs", + "from": "ffi/systemd/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-cache/src/lib.rs", + "from": "ffi/systemd/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "from": "ffi/systemd/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "from": "ffi/systemd/src/main.zig", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "from": "ffi/systemd/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "czech-file-knife/cfk-core/src/error.rs", + "from": "ffi/systemd/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "czech-file-knife/cfk-core/src/error.rs", + "from": "ffi/systemd/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "czech-file-knife/cfk-core/src/error.rs", + "from": "ffi/systemd/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "czech-file-knife/cfk-core/src/path.rs", + "from": "ffi/systemd/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "czech-file-knife/cfk-core/src/path.rs", + "from": "ffi/systemd/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "czech-file-knife/cfk-core/src/path.rs", + "from": "ffi/systemd/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "czech-file-knife/cfk-core/src/platform.rs", + "from": "ffi/systemd/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "czech-file-knife/cfk-core/src/platform.rs", + "from": "ffi/fuse/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "czech-file-knife/cfk-core/src/platform.rs", + "from": "ffi/fuse/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "czech-file-knife/cfk-providers/src/local.rs", + "from": "ffi/fuse/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 6.0 + "weight": 4.0 }, { - "from": "czech-file-knife/cfk-providers/src/local.rs", + "from": "ffi/fuse/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/local.rs", + "from": "ffi/fuse/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/gdrive.rs", + "from": "ffi/fuse/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/gdrive.rs", + "from": "ffi/fuse/src/c.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 3.0 }, { - "from": "czech-file-knife/cfk-providers/src/gdrive.rs", + "from": "ffi/fuse/src/c.zig", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 3.0 }, { - "from": "czech-file-knife/cfk-providers/src/afs.rs", + "from": "ffi/fuse/src/c.zig", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "czech-file-knife/cfk-providers/src/afs.rs", + "from": "ffi/fuse/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 36.0 }, { - "from": "czech-file-knife/cfk-providers/src/afs.rs", + "from": "ffi/fuse/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 36.0 }, { - "from": "czech-file-knife/cfk-providers/src/nfs.rs", + "from": "ffi/fuse/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 7.0 + "weight": 36.0 }, { - "from": "czech-file-knife/cfk-providers/src/nfs.rs", + "from": "ffi/fuse/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 7.0 + "weight": 3.0 }, { - "from": "czech-file-knife/cfk-providers/src/nfs.rs", + "from": "ffi/fuse/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 7.0 + "weight": 3.0 }, { - "from": "czech-file-knife/cfk-providers/src/ninep.rs", + "from": "ffi/fuse/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "czech-file-knife/cfk-providers/src/ninep.rs", + "from": "ffi/fuse/src/cloud/cloud_fs.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 12.0 }, { - "from": "czech-file-knife/cfk-providers/src/ninep.rs", + "from": "ffi/fuse/src/cloud/cloud_fs.zig", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 12.0 }, { - "from": "czech-file-knife/cfk-providers/src/ipfs.rs", + "from": "ffi/fuse/src/cloud/cloud_fs.zig", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 12.0 }, { - "from": "czech-file-knife/cfk-providers/src/ipfs.rs", + "from": "ffi/fuse/src/cloud/prefetch.zig", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "czech-file-knife/cfk-providers/src/ipfs.rs", + "from": "ffi/fuse/src/cloud/prefetch.zig", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "czech-file-knife/cfk-providers/src/smb.rs", + "from": "ffi/fuse/src/cloud/prefetch.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "czech-file-knife/cfk-providers/src/smb.rs", + "from": "ffi/fuse/src/cloud/rate_limiter.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "czech-file-knife/cfk-providers/src/smb.rs", + "from": "ffi/fuse/src/cloud/rate_limiter.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "czech-file-knife/cfk-providers/src/box_com.rs", + "from": "ffi/fuse/src/cloud/rate_limiter.zig", "to": "Phoenix", "relation": "framework", - "weight": 5.0 + "weight": 2.0 }, { - "from": "czech-file-knife/cfk-providers/src/box_com.rs", + "from": "ffi/fuse/src/cloud/cache.zig", "to": "OTP", "relation": "framework", - "weight": 5.0 + "weight": 2.0 }, { - "from": "czech-file-knife/cfk-providers/src/box_com.rs", + "from": "ffi/fuse/src/cloud/cache.zig", "to": "WebServer", "relation": "framework", - "weight": 5.0 + "weight": 2.0 }, { - "from": "czech-file-knife/cfk-providers/src/webdav.rs", + "from": "ffi/fuse/src/cloud/cache.zig", "to": "Phoenix", "relation": "framework", - "weight": 7.0 + "weight": 2.0 }, { - "from": "czech-file-knife/cfk-providers/src/webdav.rs", + "from": "immutable-linux-auditor/src/AuditorData.cpp", "to": "OTP", "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/webdav.rs", + "from": "immutable-linux-auditor/src/AuditorData.cpp", "to": "WebServer", "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/lib.rs", + "from": "immutable-linux-auditor/src/AuditorData.cpp", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/lib.rs", + "from": "nerdsafe-restart/src/ada/nerdsafe_tui.adb", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "czech-file-knife/cfk-providers/src/lib.rs", + "from": "nerdsafe-restart/src/ada/nerdsafe_tui.adb", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "czech-file-knife/cfk-providers/src/dropbox.rs", + "from": "nerdsafe-restart/src/ada/nerdsafe_tui.adb", "to": "Phoenix", "relation": "framework", - "weight": 5.0 + "weight": 6.0 }, { - "from": "czech-file-knife/cfk-providers/src/dropbox.rs", + "from": "nerdsafe-restart/src/ada/main.adb", "to": "OTP", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/dropbox.rs", + "from": "nerdsafe-restart/src/ada/main.adb", "to": "WebServer", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/s3.rs", + "from": "nerdsafe-restart/src/ada/main.adb", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/s3.rs", + "from": "nerdsafe-restart/src/ada/nerdsafe_tui.ads", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/s3.rs", + "from": "nerdsafe-restart/src/ada/nerdsafe_tui.ads", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/syncthing.rs", + "from": "nerdsafe-restart/src/ada/nerdsafe_tui.ads", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/syncthing.rs", + "from": "nerdsafe-restart/bootstrap-check.sh", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/syncthing.rs", + "from": "nerdsafe-restart/bootstrap-check.sh", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/sftp.rs", + "from": "nerdsafe-restart/bootstrap-check.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/sftp.rs", + "from": "nerdsafe-restart/nerdsafe-restart.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/sftp.rs", + "from": "nerdsafe-restart/nerdsafe-restart.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/transport.rs", + "from": "nerdsafe-restart/nerdsafe-restart.sh", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/transport.rs", + "from": "network-dashboard/lib/network_dashboard/module_poller.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "czech-file-knife/cfk-providers/src/transport.rs", + "from": "network-dashboard/lib/network_dashboard/module_poller.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "czech-file-knife/cfk-providers/src/onedrive.rs", + "from": "network-dashboard/lib/network_dashboard/module_poller.ex", "to": "Phoenix", "relation": "framework", - "weight": 5.0 + "weight": 2.0 }, { - "from": "czech-file-knife/cfk-providers/src/onedrive.rs", + "from": "ambulances/disk/contractiles/trust/Trustfile.hs", "to": "OTP", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/onedrive.rs", + "from": "ambulances/disk/contractiles/trust/Trustfile.hs", "to": "WebServer", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/protocols.rs", + "from": "ambulances/disk/contractiles/trust/Trustfile.hs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/protocols.rs", + "from": "ambulances/disk/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "czech-file-knife/cfk-providers/src/protocols.rs", + "from": "ambulances/disk/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "czech-file-knife/cfk-search/src/lib.rs", + "from": "ambulances/disk/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "czech-file-knife/cfk-search/src/lib.rs", + "from": "ambulances/disk/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-search/src/lib.rs", + "from": "ambulances/disk/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/src/abi/Foreign.idr", + "from": "ambulances/disk/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "czech-file-knife/src/abi/Foreign.idr", + "from": "ambulances/disk/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "czech-file-knife/src/abi/Foreign.idr", + "from": "ambulances/disk/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", "weight": 36.0 }, { - "from": "czech-file-knife/src/abi/Types.idr", + "from": "ambulances/disk/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "czech-file-knife/src/abi/Types.idr", + "from": "ambulances/disk/src/abi/Types.idr", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "czech-file-knife/src/abi/Types.idr", + "from": "ambulances/disk/src/abi/Types.idr", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "czech-file-knife/ffi/zig/test/integration_test.zig", + "from": "ambulances/disk/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "czech-file-knife/ffi/zig/test/integration_test.zig", + "from": "ambulances/security/contractiles/trust/Trustfile.hs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "czech-file-knife/ffi/zig/test/integration_test.zig", + "from": "ambulances/security/contractiles/trust/Trustfile.hs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "czech-file-knife/ffi/zig/src/main.zig", + "from": "ambulances/security/contractiles/trust/Trustfile.hs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/ffi/zig/src/main.zig", + "from": "cicada/scripts/verify_rsr.jl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/ffi/zig/src/main.zig", + "from": "cicada/scripts/verify_rsr.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/provider.rs", + "from": "cicada/scripts/verify_rsr.jl", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/provider.rs", + "from": "cicada/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "czech-file-knife/cfk-ios/src/provider.rs", + "from": "cicada/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "czech-file-knife/cfk-ios/src/lib.rs", + "from": "cicada/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", "weight": 4.0 }, { - "from": "czech-file-knife/cfk-ios/src/lib.rs", + "from": "cicada/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/lib.rs", + "from": "cicada/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/ffi.rs", + "from": "cicada/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/ffi.rs", + "from": "cicada/src/storage/keystore.jl", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/ffi.rs", + "from": "cicada/src/storage/keystore.jl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/domain.rs", + "from": "cicada/src/storage/keystore.jl", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/domain.rs", + "from": "cicada/src/storage/backup.jl", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/domain.rs", + "from": "cicada/src/storage/backup.jl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/swift/CfkBridge.h", + "from": "cicada/src/storage/backup.jl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/swift/CfkBridge.h", + "from": "cicada/src/keygen/postquantum.jl", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 78.0 }, { - "from": "czech-file-knife/cfk-ios/swift/CfkBridge.h", + "from": "cicada/src/keygen/postquantum.jl", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 78.0 }, { - "from": "czech-file-knife/cfk-cli/src/commands.rs", + "from": "cicada/src/keygen/postquantum.jl", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 78.0 }, { - "from": "czech-file-knife/cfk-cli/src/commands.rs", + "from": "cicada/src/keygen/classical.jl", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-cli/src/commands.rs", + "from": "cicada/src/keygen/classical.jl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-integrations/src/agrep.rs", + "from": "cicada/src/keygen/classical.jl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-integrations/src/agrep.rs", + "from": "cicada/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "czech-file-knife/cfk-integrations/src/agrep.rs", + "from": "cicada/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "czech-file-knife/cfk-integrations/src/aria2.rs", + "from": "cicada/src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 36.0 }, { - "from": "czech-file-knife/cfk-integrations/src/aria2.rs", + "from": "cicada/src/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "czech-file-knife/cfk-integrations/src/aria2.rs", + "from": "cicada/src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "czech-file-knife/cfk-integrations/src/pandoc.rs", + "from": "cicada/src/abi/Types.idr", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "czech-file-knife/cfk-integrations/src/pandoc.rs", + "from": "cicada/src/main.jl", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-integrations/src/pandoc.rs", + "from": "cicada/src/main.jl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-vfs/src/lib.rs", + "from": "cicada/src/main.jl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-vfs/src/lib.rs", + "from": "cicada/src/integrations/github.jl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-vfs/src/lib.rs", + "from": "cicada/src/integrations/github.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", + "from": "cicada/src/integrations/github.jl", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", + "from": "cicada/src/validation/verify.jl", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", + "from": "cicada/src/validation/verify.jl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", + "from": "cicada/src/validation/verify.jl", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", + "from": "cicada/src/config.jl", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", + "from": "cicada/src/config.jl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/plugin_manager.ex", + "from": "cicada/src/config.jl", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/plugin_manager.ex", + "from": "hybrid-automation-router/lib/mix/tasks/har.parse.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/plugin_manager.ex", + "from": "hybrid-automation-router/lib/mix/tasks/har.parse.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", + "from": "hybrid-automation-router/lib/mix/tasks/har.parse.ex", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", + "from": "hybrid-automation-router/lib/mix/tasks/har.transform.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", + "from": "hybrid-automation-router/lib/mix/tasks/har.transform.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/scheduler.ex", + "from": "hybrid-automation-router/lib/mix/tasks/har.transform.ex", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/scheduler.ex", + "from": "hybrid-automation-router/lib/mix/tasks/har.convert.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/scheduler.ex", + "from": "hybrid-automation-router/lib/mix/tasks/har.convert.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/watcher.ex", + "from": "hybrid-automation-router/lib/mix/tasks/har.convert.ex", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/watcher.ex", + "from": "hybrid-automation-router/lib/har/control_plane/health_checker.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "total-update/elixir/totalupdate/lib/totalupdate/watcher.ex", + "from": "hybrid-automation-router/lib/har/control_plane/health_checker.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/plugins/strategy_matrix.ex", + "from": "hybrid-automation-router/lib/har/control_plane/health_checker.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/plugins/strategy_matrix.ex", + "from": "hybrid-automation-router/lib/har/control_plane/routing_table.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/plugins/strategy_matrix.ex", + "from": "hybrid-automation-router/lib/har/control_plane/routing_table.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/plugins/plugin_registry.ex", + "from": "hybrid-automation-router/lib/har/control_plane/routing_table.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/plugins/plugin_registry.ex", + "from": "hybrid-automation-router/lib/har/control_plane/circuit_breaker.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/plugins/plugin_registry.ex", + "from": "hybrid-automation-router/lib/har/control_plane/circuit_breaker.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/recovery.ex", + "from": "hybrid-automation-router/lib/har/control_plane/circuit_breaker.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/recovery.ex", + "from": "hybrid-automation-router/lib/har/control_plane/policy_engine.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/recovery.ex", + "from": "hybrid-automation-router/lib/har/control_plane/policy_engine.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", + "from": "hybrid-automation-router/lib/har/control_plane/policy_engine.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", + "from": "hybrid-automation-router/lib/har/contracts/k9_contract.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", + "from": "hybrid-automation-router/lib/har/contracts/k9_contract.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/transaction_log.ex", + "from": "hybrid-automation-router/lib/har/contracts/k9_contract.ex", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/transaction_log.ex", + "from": "hybrid-automation-router/lib/har/ipfs/node.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/transaction_log.ex", + "from": "hybrid-automation-router/lib/har/ipfs/node.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", + "from": "hybrid-automation-router/lib/har/ipfs/node.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", + "from": "hybrid-automation-router/lib/har/security/manager.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", + "from": "hybrid-automation-router/lib/har/security/manager.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", + "from": "hybrid-automation-router/lib/har/security/manager.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", + "from": "hybrid-automation-router/test/mix/tasks/har_parse_test.exs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", + "from": "hybrid-automation-router/test/mix/tasks/har_parse_test.exs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", + "from": "hybrid-automation-router/test/mix/tasks/har_parse_test.exs", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", + "from": "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", + "from": "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "total-update/ada/totalupdate/src/totalupdate-logging.adb", + "from": "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/totalupdate/src/totalupdate-logging.adb", + "from": "hybrid-automation-router/test/mix/tasks/har_convert_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/totalupdate/src/totalupdate-logging.adb", + "from": "hybrid-automation-router/test/mix/tasks/har_convert_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/totalupdate/src/totalupdate-config.adb", + "from": "hybrid-automation-router/test/mix/tasks/har_convert_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/totalupdate/src/totalupdate-config.adb", + "from": "hybrid-automation-router/deploy/run.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/totalupdate/src/totalupdate-config.adb", + "from": "hybrid-automation-router/deploy/run.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/totalupdate/src/totalupdate-daemon.adb", + "from": "hybrid-automation-router/deploy/run.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/totalupdate/src/totalupdate-daemon.adb", + "from": "nano-aider/tests/test_options.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/totalupdate/src/totalupdate-daemon.adb", + "from": "nano-aider/tests/test_options.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/totalupdate/src/totalupdate_main.adb", + "from": "nano-aider/tests/test_options.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/totalupdate/src/totalupdate_main.adb", + "from": "nano-aider/src/nano_aider-config.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/totalupdate/src/totalupdate_main.adb", + "from": "nano-aider/src/nano_aider-config.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/plugins/plugin_registry.adb", + "from": "nano-aider/src/nano_aider-config.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/plugins/plugin_registry.adb", + "from": "nano-aider/src/nano_aider.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/plugins/plugin_registry.adb", + "from": "nano-aider/src/nano_aider.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/plugins/plugin_registry.ads", + "from": "nano-aider/src/nano_aider.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/plugins/plugin_registry.ads", + "from": "nano-aider/src/nano_aider-profiles.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/plugins/plugin_registry.ads", + "from": "nano-aider/src/nano_aider-profiles.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/reversibility/reversibility_types.ads", + "from": "nano-aider/src/nano_aider-profiles.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/reversibility/reversibility_types.ads", + "from": "nano-aider/src/nano_aider-options.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/reversibility/reversibility_types.ads", + "from": "nano-aider/src/nano_aider-options.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.adb", + "from": "nano-aider/src/nano_aider-options.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.adb", + "from": "src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.adb", + "from": "src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.ads", + "from": "src/abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.ads", + "from": "personal-sysadmin/tui-ada/src/psa_client.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/reversibility/snapshot_manager.ads", + "from": "personal-sysadmin/tui-ada/src/psa_client.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/dnfinition.adb", + "from": "personal-sysadmin/tui-ada/src/psa_client.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/dnfinition.adb", + "from": "personal-sysadmin/tui-ada/src/psa_tui.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/dnfinition.adb", + "from": "personal-sysadmin/tui-ada/src/psa_tui.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/tui/tui-main_window.adb", + "from": "personal-sysadmin/tui-ada/src/psa_tui.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/tui/tui-main_window.adb", + "from": "personal-sysadmin/tui-ada/src/psa_ui.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/tui/tui-main_window.adb", + "from": "personal-sysadmin/tui-ada/src/psa_ui.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/platform/platform_detection.adb", + "from": "personal-sysadmin/tui-ada/src/psa_ui.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/platform/platform_detection.adb", + "from": "personal-sysadmin/scripts/setup-new-repo.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/platform/platform_detection.adb", + "from": "personal-sysadmin/scripts/setup-new-repo.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_interface.ads", + "from": "personal-sysadmin/scripts/setup-new-repo.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_interface.ads", + "from": "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_interface.ads", + "from": "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_guix.ads", + "from": "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_guix.ads", + "from": "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_guix.ads", + "from": "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_guix.adb", + "from": "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_guix.adb", + "from": "personal-sysadmin/scripts/github-admin/add-scm-files.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_guix.adb", + "from": "personal-sysadmin/scripts/github-admin/add-scm-files.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_nix.adb", + "from": "personal-sysadmin/scripts/github-admin/add-scm-files.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_nix.adb", + "from": "personal-sysadmin/scripts/github-admin/add-license-badges.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_nix.adb", + "from": "personal-sysadmin/scripts/github-admin/add-license-badges.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_nix.ads", + "from": "personal-sysadmin/scripts/github-admin/add-license-badges.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_nix.ads", + "from": "personal-sysadmin/scripts/github-admin/add-community-health.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ada/dnfinition/src/backends/backend_nix.ads", + "from": "personal-sysadmin/scripts/github-admin/add-community-health.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/scripts/generate-man.sh", + "from": "personal-sysadmin/scripts/github-admin/add-community-health.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/scripts/generate-man.sh", + "from": "personal-sysadmin/scripts/github-admin/add-missing-files.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/scripts/generate-man.sh", + "from": "personal-sysadmin/scripts/github-admin/add-missing-files.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/src/abi/Foreign.idr", + "from": "personal-sysadmin/scripts/github-admin/add-missing-files.sh", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "total-update/src/abi/Foreign.idr", + "from": "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "total-update/src/abi/Foreign.idr", + "from": "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "total-update/src/abi/Types.idr", + "from": "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "total-update/src/abi/Types.idr", + "from": "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "total-update/src/abi/Types.idr", + "from": "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "total-update/ffi/zig/test/integration_test.zig", + "from": "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "total-update/ffi/zig/test/integration_test.zig", + "from": "personal-sysadmin/src/tools/crisis.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "total-update/ffi/zig/test/integration_test.zig", + "from": "personal-sysadmin/src/tools/crisis.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "total-update/ffi/zig/src/main.zig", + "from": "personal-sysadmin/src/tools/crisis.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ffi/zig/src/main.zig", + "from": "personal-sysadmin/src/tools/security.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-update/ffi/zig/src/main.zig", + "from": "personal-sysadmin/src/tools/security.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "personal-sysadmin/src/tools/security.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "personal-sysadmin/src/tools/network.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "personal-sysadmin/src/tools/network.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "project-cb/import-acetext.sh", + "from": "personal-sysadmin/src/tools/network.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "project-cb/import-acetext.sh", + "from": "personal-sysadmin/src/tools/service.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "project-cb/import-acetext.sh", + "from": "personal-sysadmin/src/tools/service.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "project-cb/import-acetext.jl", + "from": "personal-sysadmin/src/tools/service.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "project-cb/import-acetext.jl", + "from": "personal-sysadmin/src/correlation.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "project-cb/import-acetext.jl", + "from": "personal-sysadmin/src/correlation.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "composer/src/abi/Foreign.idr", + "from": "personal-sysadmin/src/correlation.rs", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 4.0 }, { - "from": "composer/src/abi/Foreign.idr", + "from": "personal-sysadmin/src/ai/mod.rs", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "composer/src/abi/Foreign.idr", + "from": "personal-sysadmin/src/ai/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "composer/src/abi/Types.idr", + "from": "personal-sysadmin/src/ai/mod.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "composer/src/abi/Types.idr", + "from": "personal-sysadmin/src/reasoning/mod.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "composer/src/abi/Types.idr", + "from": "personal-sysadmin/src/reasoning/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "composer/src/composer/cli.gleam", + "from": "personal-sysadmin/src/reasoning/mod.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "composer/src/composer/cli.gleam", + "from": "personal-sysadmin/src/forum/mod.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "composer/src/composer/cli.gleam", + "from": "personal-sysadmin/src/forum/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "composer/ffi/zig/test/integration_test.zig", + "from": "personal-sysadmin/src/forum/mod.rs", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "composer/ffi/zig/test/integration_test.zig", + "from": "personal-sysadmin/src/rules/mod.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "composer/ffi/zig/test/integration_test.zig", + "from": "personal-sysadmin/src/rules/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "composer/ffi/zig/src/main.zig", + "from": "personal-sysadmin/src/rules/mod.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "composer/ffi/zig/src/main.zig", + "from": "personal-sysadmin/src/daemon/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "composer/ffi/zig/src/main.zig", + "from": "personal-sysadmin/src/daemon/mod.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 + }, + { + "from": "personal-sysadmin/src/daemon/mod.rs", + "to": "Phoenix", + "relation": "framework", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "ProofDrift", + "source_category": "UnboundedAllocation", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "cicada/test/test_config.jl", - "cicada/test/test_types.jl", - "cicada/test/test_keygen.jl", - "monitoring/systems-observatory/test/test_database.jl" + "clinician/src/tools/crisis.rs", + "clinician/src/tools/bt_sentinel.rs", + "clinician/src/tools/network.rs", + "clinician/src/reasoning/mod.rs", + "clinician/src/satellites/panic_attacker.rs", + "clinician/src/rules/mod.rs", + "emergency-room/rust/src/pulse.rs", + "emergency-room/rust/src/boot_guardian.rs", + "emergency-room/rust/src/shutdown_marshal.rs", + "czech-file-knife/cfk-ios/src/domain.rs", + "czech-file-knife/cfk-providers/src/protocols.rs", + "czech-file-knife/cfk-providers/src/local.rs", + "czech-file-knife/cfk-providers/src/nfs.rs", + "panoptes/src/config/mod.rs", + "panoptes/src/analyzers/document.rs", + "hardware-crash-team/src/scanner/mod.rs", + "hardware-crash-team/src/remediation/mod.rs", + "port-endoscope/src/process.rs", + "personal-sysadmin/src/tools/crisis.rs", + "personal-sysadmin/src/tools/network.rs", + "personal-sysadmin/src/reasoning/mod.rs", + "personal-sysadmin/src/rules/mod.rs" ], "frameworks": [ - "Phoenix", "OTP", - "WebServer" + "WebServer", + "Phoenix" ], - "relation": "ProofDrift->Cpu" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnsafeCode", + "source_category": "PanicPath", "sink_axis": "memory", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "port-endoscope/src/process.rs", - "ffi/systemd/shim/src/lib.rs", - "ffi/systemd/src/main.zig", - "ffi/fuse/src/cloud/cloud_fs.zig", - "nerdsafe-restart/src/ada/nerdsafe_tui.adb", - "czech-file-knife/cfk-providers/src/local.rs", + "clinician/src/tools/bt_sentinel.rs", + "czech-file-knife/cfk-ios/src/lib.rs", + "czech-file-knife/cfk-providers/src/webdav.rs", + "czech-file-knife/cfk-providers/src/syncthing.rs", + "czech-file-knife/cfk-providers/src/dropbox.rs", + "czech-file-knife/cfk-providers/src/afs.rs", + "czech-file-knife/cfk-providers/src/box_com.rs", + "czech-file-knife/cfk-providers/src/onedrive.rs", + "czech-file-knife/cfk-providers/src/transport.rs", + "czech-file-knife/cfk-providers/src/s3.rs", "czech-file-knife/cfk-providers/src/nfs.rs", - "czech-file-knife/cfk-ios/src/ffi.rs" + "czech-file-knife/cfk-providers/src/gdrive.rs", + "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "czech-file-knife/cfk-integrations/src/agrep.rs", + "czech-file-knife/cfk-integrations/src/aria2.rs", + "czech-file-knife/cfk-integrations/src/pandoc.rs", + "panoptes/src/ollama.rs", + "panoptes/src/main.rs", + "hardware-crash-team/src/remediation/mod.rs" ], "frameworks": [ - "Phoenix", "OTP", - "WebServer" + "WebServer", + "Phoenix" ], - "relation": "UnsafeCode->Memory" + "relation": "PanicPath->Memory" + }, + { + "source_category": "InputBoundary", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "monitoring/systems-observatory/tools/generate_html_report.jl", + "monitoring/systems-observatory/examples/example_advanced_analysis.jl", + "monitoring/systems-observatory/examples/example_database_stats.jl", + "monitoring/systems-observatory/test/runtests.jl", + "monitoring/systems-observatory/test/test_database.jl", + "monitoring/systems-observatory/benchmarks/benchmark_database.jl", + "contracts/schemas/mod.js" + ], + "frameworks": [ + "OTP", + "WebServer", + "Phoenix" + ], + "relation": "InputBoundary->Cpu" }, { "source_category": "DynamicCodeExecution", @@ -26182,103 +26231,309 @@ "hybrid-automation-router/lib/har_web.ex" ], "frameworks": [ - "Phoenix", "OTP", - "WebServer" + "WebServer", + "Phoenix" ], "relation": "DynamicCodeExecution->Cpu" }, { - "source_category": "CommandInjection", + "source_category": "PanicPath", "sink_axis": "disk", - "severity_value": 5.0, + "severity_value": 2.5, "files": [ - "observatory/lib/system_observatory/bt_sentinel.ex", - "observatory/lib/system_observatory/nvme_sentinel.ex", - "scripts/demo-flow.sh", - "records/referrals/lib/feedback_a_tron/network_verifier.ex", - "records/referrals/lib/feedback_a_tron/submitter.ex", - "records/service-autopsy/lib/service_autopsy/collector.ex", - "records/service-autopsy/lib/service_autopsy/watcher.ex", - "nerdsafe-restart/bootstrap-check.sh", - "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", - "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", - "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", - "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", - "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", - "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", - "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", - "total-update/test/skeleton_test.sh" + "clinician/src/tools/bt_sentinel.rs", + "czech-file-knife/cfk-ios/src/lib.rs", + "czech-file-knife/cfk-providers/src/webdav.rs", + "czech-file-knife/cfk-providers/src/syncthing.rs", + "czech-file-knife/cfk-providers/src/dropbox.rs", + "czech-file-knife/cfk-providers/src/afs.rs", + "czech-file-knife/cfk-providers/src/box_com.rs", + "czech-file-knife/cfk-providers/src/onedrive.rs", + "czech-file-knife/cfk-providers/src/transport.rs", + "czech-file-knife/cfk-providers/src/s3.rs", + "czech-file-knife/cfk-providers/src/nfs.rs", + "czech-file-knife/cfk-providers/src/gdrive.rs", + "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "czech-file-knife/cfk-integrations/src/agrep.rs", + "czech-file-knife/cfk-integrations/src/aria2.rs", + "czech-file-knife/cfk-integrations/src/pandoc.rs", + "panoptes/src/ollama.rs", + "panoptes/src/main.rs", + "hardware-crash-team/src/remediation/mod.rs" ], "frameworks": [ - "Phoenix", "OTP", - "WebServer" + "WebServer", + "Phoenix" ], - "relation": "CommandInjection->Disk" + "relation": "PanicPath->Disk" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", + "source_category": "UnboundedAllocation", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", - "broad-spectrum/tests/UrlParser_test.affine", - "hybrid-automation-router/lib/har_web/components/core_components.ex", - "hybrid-automation-router/lib/har_web/live/graph_live.ex", - "czech-file-knife/cfk-core/src/path.rs" + "clinician/src/tools/crisis.rs", + "clinician/src/tools/bt_sentinel.rs", + "clinician/src/tools/network.rs", + "clinician/src/reasoning/mod.rs", + "clinician/src/satellites/panic_attacker.rs", + "clinician/src/rules/mod.rs", + "emergency-room/rust/src/pulse.rs", + "emergency-room/rust/src/boot_guardian.rs", + "emergency-room/rust/src/shutdown_marshal.rs", + "czech-file-knife/cfk-ios/src/domain.rs", + "czech-file-knife/cfk-providers/src/protocols.rs", + "czech-file-knife/cfk-providers/src/local.rs", + "czech-file-knife/cfk-providers/src/nfs.rs", + "panoptes/src/config/mod.rs", + "panoptes/src/analyzers/document.rs", + "hardware-crash-team/src/scanner/mod.rs", + "hardware-crash-team/src/remediation/mod.rs", + "port-endoscope/src/process.rs", + "personal-sysadmin/src/tools/crisis.rs", + "personal-sysadmin/src/tools/network.rs", + "personal-sysadmin/src/reasoning/mod.rs", + "personal-sysadmin/src/rules/mod.rs" ], "frameworks": [ - "Phoenix", "OTP", - "WebServer" + "WebServer", + "Phoenix" ], - "relation": "InsecureProtocol->Network" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "UnsafeFFI", - "sink_axis": "memory", + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 5.0, + "files": [ + "records/referrals/lib/feedback_a_tron/network_verifier.ex", + "records/referrals/lib/feedback_a_tron/submitter.ex", + "records/service-autopsy/lib/service_autopsy/watcher.ex", + "records/service-autopsy/lib/service_autopsy/collector.ex", + "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", + "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", + "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", + "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", + "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", + "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", + "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", + "total-update/test/skeleton_test.sh", + "observatory/lib/system_observatory/nvme_sentinel.ex", + "observatory/lib/system_observatory/bt_sentinel.ex", + "scripts/demo-flow.sh", + "nerdsafe-restart/bootstrap-check.sh", + "nerdsafe-restart/nerdsafe-restart.sh" + ], + "frameworks": [ + "OTP", + "WebServer", + "Phoenix" + ], + "relation": "CommandInjection->Cpu" + }, + { + "source_category": "UnsafeCode", + "sink_axis": "concurrency", + "severity_value": 3.5, + "files": [ + "czech-file-knife/cfk-ios/src/ffi.rs", + "czech-file-knife/cfk-providers/src/local.rs", + "czech-file-knife/cfk-providers/src/nfs.rs", + "port-endoscope/src/process.rs", + "ffi/systemd/shim/src/lib.rs" + ], + "frameworks": [ + "OTP", + "WebServer", + "Phoenix" + ], + "relation": "UnsafeCode->Concurrency" + }, + { + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, + "files": [ + "czech-file-knife/cfk-ios/src/ffi.rs", + "czech-file-knife/cfk-providers/src/local.rs", + "czech-file-knife/cfk-providers/src/nfs.rs", + "port-endoscope/src/process.rs", + "ffi/systemd/shim/src/lib.rs", + "ffi/systemd/src/main.zig", + "ffi/fuse/src/cloud/cloud_fs.zig", + "nerdsafe-restart/src/ada/nerdsafe_tui.adb" + ], + "frameworks": [ + "OTP", + "WebServer", + "Phoenix" + ], + "relation": "UnsafeCode->Memory" + }, + { + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 5.0, + "files": [ + "records/referrals/lib/feedback_a_tron/network_verifier.ex", + "records/referrals/lib/feedback_a_tron/submitter.ex", + "records/service-autopsy/lib/service_autopsy/watcher.ex", + "records/service-autopsy/lib/service_autopsy/collector.ex", + "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", + "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", + "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", + "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", + "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", + "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", + "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", + "total-update/test/skeleton_test.sh", + "observatory/lib/system_observatory/nvme_sentinel.ex", + "observatory/lib/system_observatory/bt_sentinel.ex", + "scripts/demo-flow.sh", + "nerdsafe-restart/bootstrap-check.sh" + ], + "frameworks": [ + "OTP", + "WebServer", + "Phoenix" + ], + "relation": "CommandInjection->Disk" + }, + { + "source_category": "MutationGap", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "records/referrals/test/feedback_a_tron/audit_log_test.exs", + "records/referrals/test/feedback_a_tron/deduplicator_test.exs", + "records/service-autopsy/test/service_autopsy/report_store_test.exs", + "monitoring/observatory/test/system_observatory/correlator_test.exs", + "monitoring/observatory/test/system_observatory/bundle_ingestion_test.exs", + "monitoring/observatory/test/system_observatory/cli_test.exs", + "monitoring/observatory/test/system_observatory/metrics/store_test.exs", + "monitoring/observatory/test/system_observatory/recommendation_test.exs", + "monitoring/observatory/test/system_observatory/forecasting_test.exs", + "monitoring/observatory/test/system_observatory_test.exs", + "monitoring/systems-observatory/test/runtests.jl", + "observatory/test/system_observatory/correlator_test.exs", + "observatory/test/system_observatory/bundle_ingestion_test.exs", + "observatory/test/system_observatory/cli_test.exs", + "observatory/test/system_observatory/metrics/store_test.exs", + "observatory/test/system_observatory/nvme_sentinel_test.exs", + "observatory/test/system_observatory/ambient_test.exs", + "observatory/test/system_observatory/recommendation_test.exs", + "observatory/test/system_observatory/forecasting_test.exs", + "observatory/test/system_observatory/themes_test.exs", + "observatory/test/system_observatory_test.exs", + "hybrid-automation-router/test/control_plane/router_test.exs", + "hybrid-automation-router/test/control_plane/routing_table_test.exs", + "hybrid-automation-router/test/control_plane/policy_engine_test.exs", + "hybrid-automation-router/test/control_plane/circuit_breaker_test.exs", + "hybrid-automation-router/test/control_plane/routing_decision_test.exs", + "hybrid-automation-router/test/control_plane/health_checker_test.exs", + "hybrid-automation-router/test/semantic/dependency_test.exs", + "hybrid-automation-router/test/semantic/operation_test.exs", + "hybrid-automation-router/test/semantic/graph_test.exs", + "hybrid-automation-router/test/semantic/cycle_detector_test.exs", + "hybrid-automation-router/test/integration/round_trip_test.exs", + "hybrid-automation-router/test/integration/ansible_salt_roundtrip_test.exs", + "hybrid-automation-router/test/integration/convert_test.exs", + "hybrid-automation-router/test/har_test.exs", + "hybrid-automation-router/test/contracts/k9_contract_test.exs", + "hybrid-automation-router/test/attestation/a2ml_test.exs", + "hybrid-automation-router/test/data_plane/transformer_dispatch_test.exs", + "hybrid-automation-router/test/data_plane/input_validator_test.exs", + "hybrid-automation-router/test/data_plane/transformers/chef_test.exs", + "hybrid-automation-router/test/data_plane/transformers/pulumi_test.exs", + "hybrid-automation-router/test/data_plane/transformers/cloudformation_test.exs", + "hybrid-automation-router/test/data_plane/transformers/docker_compose_test.exs", + "hybrid-automation-router/test/data_plane/transformers/ansible_test.exs", + "hybrid-automation-router/test/data_plane/transformers/terraform_test.exs", + "hybrid-automation-router/test/data_plane/transformers/kubernetes_test.exs", + "hybrid-automation-router/test/data_plane/transformers/puppet_test.exs", + "hybrid-automation-router/test/data_plane/transformers/salt_test.exs", + "hybrid-automation-router/test/data_plane/parser_dispatch_test.exs", + "hybrid-automation-router/test/data_plane/parsers/chef_test.exs", + "hybrid-automation-router/test/data_plane/parsers/pulumi_test.exs", + "hybrid-automation-router/test/data_plane/parsers/cloudformation_test.exs", + "hybrid-automation-router/test/data_plane/parsers/docker_compose_test.exs", + "hybrid-automation-router/test/data_plane/parsers/ansible_test.exs", + "hybrid-automation-router/test/data_plane/parsers/terraform_test.exs", + "hybrid-automation-router/test/data_plane/parsers/kubernetes_test.exs", + "hybrid-automation-router/test/data_plane/parsers/puppet_test.exs", + "hybrid-automation-router/test/data_plane/parsers/salt_test.exs", + "hybrid-automation-router/test/mix/tasks/har_parse_test.exs", + "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", + "hybrid-automation-router/test/mix/tasks/har_convert_test.exs", + "hybrid-automation-router/test/web/router_test.exs", + "hybrid-automation-router/test/web/error_json_test.exs", + "hybrid-automation-router/test/web/graph_live_test.exs", + "hybrid-automation-router/test/web/error_html_test.exs", + "hybrid-automation-router/test/web/transform_live_test.exs", + "hybrid-automation-router/test/web/dashboard_live_test.exs", + "hybrid-automation-router/test/web/transform_controller_test.exs", + "hybrid-automation-router/test/security/security_extensions_test.exs", + "hybrid-automation-router/test/security/security_manager_test.exs" + ], + "frameworks": [ + "OTP", + "WebServer", + "Phoenix" + ], + "relation": "MutationGap->Cpu" + }, + { + "source_category": "ProofDrift", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "monitoring/systems-observatory/test/test_database.jl", + "cicada/test/test_types.jl", + "cicada/test/test_config.jl", + "cicada/test/test_keygen.jl" + ], + "frameworks": [ + "OTP", + "WebServer", + "Phoenix" + ], + "relation": "ProofDrift->Cpu" + }, + { + "source_category": "PathTraversal", + "sink_axis": "disk", + "severity_value": 2.5, + "files": [ + "scripts/demo-flow.sh", + "personal-sysadmin/scripts/setup-new-repo.sh", + "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", + "personal-sysadmin/scripts/github-admin/advanced-security-config.sh", + "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", + "personal-sysadmin/scripts/github-admin/add-scm-files.sh", + "personal-sysadmin/scripts/github-admin/add-license-badges.sh", + "personal-sysadmin/scripts/github-admin/configure-all-repos.sh", + "personal-sysadmin/scripts/github-admin/add-community-health.sh", + "personal-sysadmin/scripts/github-admin/add-descriptions.sh", + "personal-sysadmin/scripts/github-admin/add-missing-files.sh", + "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", + "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh" + ], + "frameworks": [ + "OTP", + "WebServer", + "Phoenix" + ], + "relation": "PathTraversal->Disk" + }, + { + "source_category": "UnsafeFFI", + "sink_axis": "memory", "severity_value": 3.5, "files": [ + "monitoring/systems-observatory/src/diagnostics_integration.jl", "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/DenoBindings.affine", "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/src/SeoParserImpl.affine", @@ -26361,46 +26616,29 @@ "broad-spectrum/broad-spectrum/src/DenoBindings.affine", "broad-spectrum/src/SeoParserImpl.affine", "broad-spectrum/src/DenoBindings.affine", - "cicada/src/keygen/postquantum.jl", - "monitoring/systems-observatory/src/diagnostics_integration.jl", - "ffi/fuse/src/c.zig" + "ffi/fuse/src/c.zig", + "cicada/src/keygen/postquantum.jl" ], "frameworks": [ - "Phoenix", "OTP", - "WebServer" + "WebServer", + "Phoenix" ], "relation": "UnsafeFFI->Memory" }, { - "source_category": "CommandInjection", - "sink_axis": "cpu", + "source_category": "HardcodedSecret", + "sink_axis": "network", "severity_value": 5.0, "files": [ - "observatory/lib/system_observatory/bt_sentinel.ex", - "observatory/lib/system_observatory/nvme_sentinel.ex", - "scripts/demo-flow.sh", - "records/referrals/lib/feedback_a_tron/network_verifier.ex", - "records/referrals/lib/feedback_a_tron/submitter.ex", - "records/service-autopsy/lib/service_autopsy/collector.ex", - "records/service-autopsy/lib/service_autopsy/watcher.ex", - "nerdsafe-restart/nerdsafe-restart.sh", - "nerdsafe-restart/bootstrap-check.sh", - "total-update/elixir/totalupdate/lib/totalupdate/daemon.ex", - "total-update/elixir/totalupdate/lib/totalupdate/download_manager.ex", - "total-update/elixir/totalupdate/lib/totalupdate/strategy_engine.ex", - "total-update/elixir/dnfinition/lib/dnfinition/ada_wrapper.ex", - "total-update/elixir/dnfinition/lib/dnfinition/snapshot_manager.ex", - "total-update/elixir/dnfinition/lib/dnfinition/backends/nix_backend.ex", - "total-update/elixir/dnfinition/lib/dnfinition/backends/guix_backend.ex", - "total-update/test/skeleton_test.sh" + "hybrid-automation-router/test/attestation/a2ml_test.exs" ], "frameworks": [ - "Phoenix", "OTP", - "WebServer" + "WebServer", + "Phoenix" ], - "relation": "CommandInjection->Cpu" + "relation": "HardcodedSecret->Network" }, { "source_category": "ResourceLeak", @@ -26410,306 +26648,68 @@ "czech-file-knife/cfk-ios/src/ffi.rs" ], "frameworks": [ - "Phoenix", "OTP", - "WebServer" + "WebServer", + "Phoenix" ], "relation": "ResourceLeak->Memory" }, { - "source_category": "MutationGap", - "sink_axis": "cpu", + "source_category": "InsecureProtocol", + "sink_axis": "network", "severity_value": 2.5, "files": [ - "observatory/test/system_observatory/recommendation_test.exs", - "observatory/test/system_observatory/nvme_sentinel_test.exs", - "observatory/test/system_observatory/cli_test.exs", - "observatory/test/system_observatory/ambient_test.exs", - "observatory/test/system_observatory/bundle_ingestion_test.exs", - "observatory/test/system_observatory/forecasting_test.exs", - "observatory/test/system_observatory/metrics/store_test.exs", - "observatory/test/system_observatory/themes_test.exs", - "observatory/test/system_observatory/correlator_test.exs", - "observatory/test/system_observatory_test.exs", - "monitoring/systems-observatory/test/runtests.jl", - "monitoring/observatory/test/system_observatory/recommendation_test.exs", - "monitoring/observatory/test/system_observatory/cli_test.exs", - "monitoring/observatory/test/system_observatory/bundle_ingestion_test.exs", - "monitoring/observatory/test/system_observatory/forecasting_test.exs", - "monitoring/observatory/test/system_observatory/metrics/store_test.exs", - "monitoring/observatory/test/system_observatory/correlator_test.exs", - "monitoring/observatory/test/system_observatory_test.exs", - "records/referrals/test/feedback_a_tron/deduplicator_test.exs", - "records/referrals/test/feedback_a_tron/audit_log_test.exs", - "records/service-autopsy/test/service_autopsy/report_store_test.exs", - "hybrid-automation-router/test/attestation/a2ml_test.exs", - "hybrid-automation-router/test/web/error_html_test.exs", - "hybrid-automation-router/test/web/graph_live_test.exs", - "hybrid-automation-router/test/web/transform_controller_test.exs", - "hybrid-automation-router/test/web/router_test.exs", - "hybrid-automation-router/test/web/transform_live_test.exs", - "hybrid-automation-router/test/web/error_json_test.exs", - "hybrid-automation-router/test/web/dashboard_live_test.exs", - "hybrid-automation-router/test/data_plane/transformer_dispatch_test.exs", - "hybrid-automation-router/test/data_plane/parser_dispatch_test.exs", - "hybrid-automation-router/test/data_plane/input_validator_test.exs", - "hybrid-automation-router/test/data_plane/transformers/cloudformation_test.exs", - "hybrid-automation-router/test/data_plane/transformers/chef_test.exs", - "hybrid-automation-router/test/data_plane/transformers/salt_test.exs", - "hybrid-automation-router/test/data_plane/transformers/terraform_test.exs", - "hybrid-automation-router/test/data_plane/transformers/kubernetes_test.exs", - "hybrid-automation-router/test/data_plane/transformers/ansible_test.exs", - "hybrid-automation-router/test/data_plane/transformers/docker_compose_test.exs", - "hybrid-automation-router/test/data_plane/transformers/puppet_test.exs", - "hybrid-automation-router/test/data_plane/transformers/pulumi_test.exs", - "hybrid-automation-router/test/data_plane/parsers/cloudformation_test.exs", - "hybrid-automation-router/test/data_plane/parsers/chef_test.exs", - "hybrid-automation-router/test/data_plane/parsers/salt_test.exs", - "hybrid-automation-router/test/data_plane/parsers/terraform_test.exs", - "hybrid-automation-router/test/data_plane/parsers/kubernetes_test.exs", - "hybrid-automation-router/test/data_plane/parsers/ansible_test.exs", - "hybrid-automation-router/test/data_plane/parsers/docker_compose_test.exs", - "hybrid-automation-router/test/data_plane/parsers/puppet_test.exs", - "hybrid-automation-router/test/data_plane/parsers/pulumi_test.exs", - "hybrid-automation-router/test/integration/round_trip_test.exs", - "hybrid-automation-router/test/integration/ansible_salt_roundtrip_test.exs", - "hybrid-automation-router/test/integration/convert_test.exs", - "hybrid-automation-router/test/security/security_extensions_test.exs", - "hybrid-automation-router/test/security/security_manager_test.exs", - "hybrid-automation-router/test/control_plane/routing_table_test.exs", - "hybrid-automation-router/test/control_plane/router_test.exs", - "hybrid-automation-router/test/control_plane/circuit_breaker_test.exs", - "hybrid-automation-router/test/control_plane/policy_engine_test.exs", - "hybrid-automation-router/test/control_plane/health_checker_test.exs", - "hybrid-automation-router/test/control_plane/routing_decision_test.exs", - "hybrid-automation-router/test/har_test.exs", - "hybrid-automation-router/test/mix/tasks/har_convert_test.exs", - "hybrid-automation-router/test/mix/tasks/har_transform_test.exs", - "hybrid-automation-router/test/mix/tasks/har_parse_test.exs", - "hybrid-automation-router/test/contracts/k9_contract_test.exs", - "hybrid-automation-router/test/semantic/cycle_detector_test.exs", - "hybrid-automation-router/test/semantic/dependency_test.exs", - "hybrid-automation-router/test/semantic/operation_test.exs", - "hybrid-automation-router/test/semantic/graph_test.exs" - ], - "frameworks": [ - "Phoenix", - "OTP", - "WebServer" - ], - "relation": "MutationGap->Cpu" - }, - { - "source_category": "HardcodedSecret", - "sink_axis": "network", - "severity_value": 5.0, - "files": [ - "hybrid-automation-router/test/attestation/a2ml_test.exs" - ], - "frameworks": [ - "Phoenix", - "OTP", - "WebServer" - ], - "relation": "HardcodedSecret->Network" - }, - { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", - "severity_value": 3.5, - "files": [ - "port-endoscope/src/process.rs", - "ffi/systemd/shim/src/lib.rs", - "czech-file-knife/cfk-providers/src/local.rs", - "czech-file-knife/cfk-providers/src/nfs.rs", - "czech-file-knife/cfk-ios/src/ffi.rs" - ], - "frameworks": [ - "Phoenix", - "OTP", - "WebServer" - ], - "relation": "UnsafeCode->Concurrency" - }, - { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "port-endoscope/src/process.rs", - "personal-sysadmin/src/tools/crisis.rs", - "personal-sysadmin/src/tools/network.rs", - "personal-sysadmin/src/reasoning/mod.rs", - "personal-sysadmin/src/rules/mod.rs", - "emergency-room/rust/src/shutdown_marshal.rs", - "emergency-room/rust/src/boot_guardian.rs", - "emergency-room/rust/src/pulse.rs", - "clinician/src/tools/crisis.rs", - "clinician/src/tools/network.rs", - "clinician/src/tools/bt_sentinel.rs", - "clinician/src/reasoning/mod.rs", - "clinician/src/rules/mod.rs", - "clinician/src/satellites/panic_attacker.rs", - "panoptes/src/analyzers/document.rs", - "panoptes/src/config/mod.rs", - "hardware-crash-team/src/scanner/mod.rs", - "hardware-crash-team/src/remediation/mod.rs", - "czech-file-knife/cfk-providers/src/local.rs", - "czech-file-knife/cfk-providers/src/nfs.rs", - "czech-file-knife/cfk-providers/src/protocols.rs", - "czech-file-knife/cfk-ios/src/domain.rs" - ], - "frameworks": [ - "Phoenix", - "OTP", - "WebServer" - ], - "relation": "UnboundedAllocation->Cpu" - }, - { - "source_category": "InputBoundary", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "monitoring/systems-observatory/examples/example_advanced_analysis.jl", - "monitoring/systems-observatory/examples/example_database_stats.jl", - "monitoring/systems-observatory/benchmarks/benchmark_database.jl", - "monitoring/systems-observatory/tools/generate_html_report.jl", - "monitoring/systems-observatory/test/runtests.jl", - "monitoring/systems-observatory/test/test_database.jl", - "contracts/schemas/mod.js" - ], - "frameworks": [ - "Phoenix", - "OTP", - "WebServer" - ], - "relation": "InputBoundary->Cpu" - }, - { - "source_category": "PathTraversal", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "personal-sysadmin/scripts/setup-new-repo.sh", - "personal-sysadmin/scripts/github-admin/add-justfile-mustfile.sh", - "personal-sysadmin/scripts/github-admin/add-missing-files.sh", - "personal-sysadmin/scripts/github-admin/add-language-blockers.sh", - "personal-sysadmin/scripts/github-admin/advanced-security-config.sh", - "personal-sysadmin/scripts/github-admin/configure-all-repos.sh", - "personal-sysadmin/scripts/github-admin/setup-palimpsest.sh", - "personal-sysadmin/scripts/github-admin/add-scm-files.sh", - "personal-sysadmin/scripts/github-admin/add-descriptions.sh", - "personal-sysadmin/scripts/github-admin/add-license-badges.sh", - "personal-sysadmin/scripts/github-admin/add-readme-roadmap.sh", - "personal-sysadmin/scripts/github-admin/add-community-health.sh", - "scripts/demo-flow.sh" - ], - "frameworks": [ - "Phoenix", - "OTP", - "WebServer" - ], - "relation": "PathTraversal->Disk" - }, - { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "clinician/src/tools/bt_sentinel.rs", - "panoptes/src/main.rs", - "panoptes/src/ollama.rs", - "hardware-crash-team/src/remediation/mod.rs", - "czech-file-knife/cfk-cache/src/metadata_cache.rs", - "czech-file-knife/cfk-providers/src/gdrive.rs", - "czech-file-knife/cfk-providers/src/afs.rs", - "czech-file-knife/cfk-providers/src/nfs.rs", - "czech-file-knife/cfk-providers/src/box_com.rs", - "czech-file-knife/cfk-providers/src/webdav.rs", - "czech-file-knife/cfk-providers/src/dropbox.rs", - "czech-file-knife/cfk-providers/src/s3.rs", - "czech-file-knife/cfk-providers/src/syncthing.rs", - "czech-file-knife/cfk-providers/src/transport.rs", - "czech-file-knife/cfk-providers/src/onedrive.rs", - "czech-file-knife/cfk-ios/src/lib.rs", - "czech-file-knife/cfk-integrations/src/agrep.rs", - "czech-file-knife/cfk-integrations/src/aria2.rs", - "czech-file-knife/cfk-integrations/src/pandoc.rs" - ], - "frameworks": [ - "Phoenix", - "OTP", - "WebServer" - ], - "relation": "PanicPath->Disk" - }, - { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "port-endoscope/src/process.rs", - "personal-sysadmin/src/tools/crisis.rs", - "personal-sysadmin/src/tools/network.rs", - "personal-sysadmin/src/reasoning/mod.rs", - "personal-sysadmin/src/rules/mod.rs", - "emergency-room/rust/src/shutdown_marshal.rs", - "emergency-room/rust/src/boot_guardian.rs", - "emergency-room/rust/src/pulse.rs", - "clinician/src/tools/crisis.rs", - "clinician/src/tools/network.rs", - "clinician/src/tools/bt_sentinel.rs", - "clinician/src/reasoning/mod.rs", - "clinician/src/rules/mod.rs", - "clinician/src/satellites/panic_attacker.rs", - "panoptes/src/analyzers/document.rs", - "panoptes/src/config/mod.rs", - "hardware-crash-team/src/scanner/mod.rs", - "hardware-crash-team/src/remediation/mod.rs", - "czech-file-knife/cfk-providers/src/local.rs", - "czech-file-knife/cfk-providers/src/nfs.rs", - "czech-file-knife/cfk-providers/src/protocols.rs", - "czech-file-knife/cfk-ios/src/domain.rs" - ], - "frameworks": [ - "Phoenix", - "OTP", - "WebServer" - ], - "relation": "UnboundedAllocation->Memory" - }, - { - "source_category": "PanicPath", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "clinician/src/tools/bt_sentinel.rs", - "panoptes/src/main.rs", - "panoptes/src/ollama.rs", - "hardware-crash-team/src/remediation/mod.rs", - "czech-file-knife/cfk-cache/src/metadata_cache.rs", - "czech-file-knife/cfk-providers/src/gdrive.rs", - "czech-file-knife/cfk-providers/src/afs.rs", - "czech-file-knife/cfk-providers/src/nfs.rs", - "czech-file-knife/cfk-providers/src/box_com.rs", - "czech-file-knife/cfk-providers/src/webdav.rs", - "czech-file-knife/cfk-providers/src/dropbox.rs", - "czech-file-knife/cfk-providers/src/s3.rs", - "czech-file-knife/cfk-providers/src/syncthing.rs", - "czech-file-knife/cfk-providers/src/transport.rs", - "czech-file-knife/cfk-providers/src/onedrive.rs", - "czech-file-knife/cfk-ios/src/lib.rs", - "czech-file-knife/cfk-integrations/src/agrep.rs", - "czech-file-knife/cfk-integrations/src/aria2.rs", - "czech-file-knife/cfk-integrations/src/pandoc.rs" + "czech-file-knife/cfk-core/src/path.rs", + "broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/broad-spectrum/tests/UrlParser_test.affine", + "hybrid-automation-router/lib/har_web/live/graph_live.ex", + "hybrid-automation-router/lib/har_web/components/core_components.ex" ], "frameworks": [ - "Phoenix", "OTP", - "WebServer" + "WebServer", + "Phoenix" ], - "relation": "PanicPath->Memory" + "relation": "InsecureProtocol->Network" } ] } diff --git a/scans/anamnesis.json b/scans/anamnesis.json index 47173562..fab616bc 100644 --- a/scans/anamnesis.json +++ b/scans/anamnesis.json @@ -6,28 +6,6 @@ "OTP" ], "weak_points": [ - { - "category": "InsecureProtocol", - "location": "learning/test/runtests.jl", - "file": "learning/test/runtests.jl", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in learning/test/runtests.jl", - "recommended_attack": [ - "network" - ], - "test_context": "test_only" - }, - { - "category": "InsecureProtocol", - "location": "learning/src/rdf/schema.jl", - "file": "learning/src/rdf/schema.jl", - "severity": "Medium", - "description": "4 HTTP (non-HTTPS) URLs in learning/src/rdf/schema.jl", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, { "category": "CommandInjection", "location": "orchestrator/lib/anamnesis/ports/julia_port.ex", @@ -66,26 +44,48 @@ }, { "category": "MutationGap", - "location": "orchestrator/test/anamnesis/ports/parser_port_test.exs", - "file": "orchestrator/test/anamnesis/ports/parser_port_test.exs", + "location": "orchestrator/test/anamnesis/pipelines/ingestion_pipeline_test.exs", + "file": "orchestrator/test/anamnesis/pipelines/ingestion_pipeline_test.exs", "severity": "Low", - "description": "Elixir test file orchestrator/test/anamnesis/ports/parser_port_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file orchestrator/test/anamnesis/pipelines/ingestion_pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "orchestrator/test/anamnesis/pipelines/ingestion_pipeline_test.exs", - "file": "orchestrator/test/anamnesis/pipelines/ingestion_pipeline_test.exs", + "location": "orchestrator/test/anamnesis/ports/parser_port_test.exs", + "file": "orchestrator/test/anamnesis/ports/parser_port_test.exs", "severity": "Low", - "description": "Elixir test file orchestrator/test/anamnesis/pipelines/ingestion_pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file orchestrator/test/anamnesis/ports/parser_port_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" + }, + { + "category": "InsecureProtocol", + "location": "learning/test/runtests.jl", + "file": "learning/test/runtests.jl", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in learning/test/runtests.jl", + "recommended_attack": [ + "network" + ], + "test_context": "test_only" + }, + { + "category": "InsecureProtocol", + "location": "learning/src/rdf/schema.jl", + "file": "learning/src/rdf/schema.jl", + "severity": "Medium", + "description": "4 HTTP (non-HTTPS) URLs in learning/src/rdf/schema.jl", + "recommended_attack": [ + "network" + ], + "test_context": "production" } ], "statistics": { @@ -99,23 +99,13 @@ }, "file_statistics": [ { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -139,49 +129,59 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", "network", + "disk", "cpu" ], "dependency_graph": { "edges": [ { - "from": "ffi/zig/test/integration_test.zig", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "orchestrator/lib/anamnesis/pipelines/ingestion_pipeline.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "orchestrator/lib/anamnesis/pipelines/ingestion_pipeline.ex", + "from": "orchestrator/test/anamnesis/pipelines/ingestion_pipeline_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "orchestrator/test/anamnesis/pipelines/ingestion_pipeline_test.exs", + "from": "ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -190,20 +190,6 @@ }, "taint_matrix": { "rows": [ - { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "orchestrator/lib/anamnesis/ports/julia_port.ex", - "orchestrator/lib/anamnesis/ports/parser_port.ex", - "orchestrator/lib/anamnesis/ports/lambda_prolog_port.ex" - ], - "frameworks": [ - "OTP" - ], - "relation": "CommandInjection->Cpu" - }, { "source_category": "InsecureProtocol", "sink_axis": "network", @@ -236,13 +222,27 @@ "sink_axis": "cpu", "severity_value": 1.0, "files": [ - "orchestrator/test/anamnesis/ports/parser_port_test.exs", - "orchestrator/test/anamnesis/pipelines/ingestion_pipeline_test.exs" + "orchestrator/test/anamnesis/pipelines/ingestion_pipeline_test.exs", + "orchestrator/test/anamnesis/ports/parser_port_test.exs" ], "frameworks": [ "OTP" ], "relation": "MutationGap->Cpu" + }, + { + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "orchestrator/lib/anamnesis/ports/julia_port.ex", + "orchestrator/lib/anamnesis/ports/parser_port.ex", + "orchestrator/lib/anamnesis/ports/lambda_prolog_port.ex" + ], + "frameworks": [ + "OTP" + ], + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/anvomidav.json b/scans/anvomidav.json index cb5774da..525b5708 100644 --- a/scans/anvomidav.json +++ b/scans/anvomidav.json @@ -1,7 +1,7 @@ { "schema_version": "2.5", "program_path": "anvomidav", - "language": "shell", + "language": "elixir", "frameworks": [], "weak_points": [ { diff --git a/scans/anvomidaviser.json b/scans/anvomidaviser.json index 13a19365..3adf182c 100644 --- a/scans/anvomidaviser.json +++ b/scans/anvomidaviser.json @@ -37,23 +37,24 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "tests/integration_tests.rs", + "lines": 404, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/install-zig.sh", - "lines": 59, + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { @@ -67,24 +68,23 @@ "threading_constructs": 0 }, { - "file_path": "tests/integration_tests.rs", - "lines": 404, + "file_path": "scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/codegen/validator.rs", - "lines": 360, + "file_path": "src/manifest/mod.rs", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -98,22 +98,12 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/test/integration_test.zig", - "lines": 244, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 455, + "file_path": "src/codegen/validator.rs", + "lines": 360, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, @@ -128,33 +118,43 @@ "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 164, + "file_path": "src/interface/ffi/test/integration_test.zig", + "lines": 244, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "src/interface/ffi/src/main.zig", + "lines": 455, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", "memory", - "cpu" + "cpu", + "disk" ], "dependency_graph": { "edges": [ { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.py", - "relation": "shared_dir:scripts", + "from": "src/codegen/mod.rs", + "to": "src/codegen/validator.rs", + "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/codegen/validator.rs", - "to": "src/codegen/mod.rs", - "relation": "shared_dir:src/codegen", + "from": "scripts/abi-ffi-gate.py", + "to": "scripts/install-zig.sh", + "relation": "shared_dir:scripts", "weight": 1.0 } ] @@ -163,23 +163,23 @@ "rows": [ { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" } ] } diff --git a/scans/anytype.json b/scans/anytype.json index e0d560a6..89d48baf 100644 --- a/scans/anytype.json +++ b/scans/anytype.json @@ -5,15 +5,15 @@ "frameworks": [], "weak_points": [ { - "category": "PathTraversal", - "location": "tests/e2e.sh", - "file": "tests/e2e.sh", + "category": "CommandInjection", + "location": ".machine_readable/arrival-pack/extract.sh", + "file": ".machine_readable/arrival-pack/extract.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in tests/e2e.sh", + "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", "recommended_attack": [ - "disk" + "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "CommandInjection", @@ -27,15 +27,15 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": ".machine_readable/arrival-pack/extract.sh", - "file": ".machine_readable/arrival-pack/extract.sh", + "category": "PathTraversal", + "location": "tests/e2e.sh", + "file": "tests/e2e.sh", "severity": "Medium", - "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", + "description": "Hardcoded /tmp/ path without mktemp in tests/e2e.sh", "recommended_attack": [ - "cpu" + "disk" ], - "test_context": "production" + "test_context": "test_only" } ], "statistics": { @@ -49,8 +49,8 @@ }, "file_statistics": [ { - "file_path": "scripts/check-idris2-proofs.sh", - "lines": 166, + "file_path": ".machine_readable/arrival-pack/generate.sh", + "lines": 45, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -59,48 +59,48 @@ "threading_constructs": 0 }, { - "file_path": "tests/e2e.sh", - "lines": 142, + "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interface/Abi/Foreign.idr", - "lines": 33, - "unsafe_blocks": 1, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 141, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/coaptation/coapt.ncl", - "lines": 169, + "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", + "lines": 276, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/coaptation/verify.sh", - "lines": 34, + "file_path": ".machine_readable/contractiles/dust/dust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -119,8 +119,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.ncl", - "lines": 66, + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -129,33 +129,33 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 141, + "file_path": ".machine_readable/contractiles/must/must.k9.ncl", + "lines": 236, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.ncl", - "lines": 88, + "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", + "lines": 160, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", - "lines": 276, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { @@ -179,8 +179,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -189,8 +189,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", - "lines": 160, + "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -199,8 +199,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.ncl", - "lines": 64, + "file_path": ".machine_readable/coaptation/verify.sh", + "lines": 34, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -209,28 +209,28 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.k9.ncl", - "lines": 236, + "file_path": ".machine_readable/coaptation/coapt.ncl", + "lines": 169, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", - "lines": 62, + "file_path": "tests/e2e.sh", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "lines": 166, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -239,8 +239,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/arrival-pack/generate.sh", - "lines": 45, + "file_path": "scripts/check-idris2-proofs.sh", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -249,19 +249,19 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", - "lines": 88, - "unsafe_blocks": 0, + "file_path": "src/interface/Abi/Foreign.idr", + "lines": 33, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [ @@ -272,9 +272,9 @@ "weight": 1.0 }, { - "from": ".machine_readable/contractiles/trust/trust.ncl", - "to": ".machine_readable/contractiles/trust/trust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/trust", + "from": ".machine_readable/arrival-pack/generate.sh", + "to": ".machine_readable/arrival-pack/arrival-pack.ncl", + "relation": "shared_dir:.machine_readable/arrival-pack", "weight": 1.0 }, { @@ -284,33 +284,33 @@ "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": ".machine_readable/contractiles/bust/bust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/bust", + "from": ".machine_readable/contractiles/trust/trust.ncl", + "to": ".machine_readable/contractiles/trust/trust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/trust", "weight": 1.0 }, { - "from": ".machine_readable/arrival-pack/generate.sh", - "to": ".machine_readable/arrival-pack/arrival-pack.ncl", - "relation": "shared_dir:.machine_readable/arrival-pack", + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "to": ".machine_readable/contractiles/bust/bust.ncl", + "relation": "shared_dir:.machine_readable/contractiles/bust", "weight": 1.0 }, { - "from": ".machine_readable/coaptation/coapt.ncl", - "to": ".machine_readable/coaptation/verify.sh", - "relation": "shared_dir:.machine_readable/coaptation", + "from": ".machine_readable/contractiles/must/must.ncl", + "to": ".machine_readable/contractiles/must/must.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/must", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", - "to": ".machine_readable/contractiles/dust/dust.ncl", - "relation": "shared_dir:.machine_readable/contractiles/dust", + "from": ".machine_readable/coaptation/verify.sh", + "to": ".machine_readable/coaptation/coapt.ncl", + "relation": "shared_dir:.machine_readable/coaptation", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.ncl", - "to": ".machine_readable/contractiles/must/must.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/must", + "from": ".machine_readable/contractiles/dust/dust.ncl", + "to": ".machine_readable/contractiles/dust/dust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/dust", "weight": 1.0 } ] @@ -322,8 +322,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - ".machine_readable/coaptation/extract-facts.sh", - ".machine_readable/arrival-pack/extract.sh" + ".machine_readable/arrival-pack/extract.sh", + ".machine_readable/coaptation/extract-facts.sh" ], "frameworks": [], "relation": "CommandInjection->Cpu" diff --git a/scans/arghda-core.json b/scans/arghda-core.json index bb07c7b8..0165b389 100644 --- a/scans/arghda-core.json +++ b/scans/arghda-core.json @@ -41,10 +41,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/event.rs", - "file": "src/event.rs", + "location": "src/graph.rs", + "file": "src/graph.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/event.rs", + "description": "Potential unbounded allocation pattern detected in src/graph.rs", "recommended_attack": [ "memory", "cpu" @@ -53,10 +53,22 @@ }, { "category": "UnboundedAllocation", - "location": "src/config.rs", - "file": "src/config.rs", + "location": "src/dag.rs", + "file": "src/dag.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/config.rs", + "description": "Potential unbounded allocation pattern detected in src/dag.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "src/proven.rs", + "file": "src/proven.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src/proven.rs", "recommended_attack": [ "memory", "cpu" @@ -76,10 +88,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/lint/isabelle.rs", - "file": "src/lint/isabelle.rs", + "location": "src/event.rs", + "file": "src/event.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/lint/isabelle.rs", + "description": "Potential unbounded allocation pattern detected in src/event.rs", "recommended_attack": [ "memory", "cpu" @@ -88,34 +100,22 @@ }, { "category": "UnboundedAllocation", - "location": "src/lint/unpinned_headline.rs", - "file": "src/lint/unpinned_headline.rs", + "location": "src/config.rs", + "file": "src/config.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/lint/unpinned_headline.rs", + "description": "Potential unbounded allocation pattern detected in src/config.rs", "recommended_attack": [ "memory", "cpu" ], "test_context": "production" }, - { - "category": "PanicPath", - "location": "src/lint/unpinned_headline.rs", - "file": "src/lint/unpinned_headline.rs", - "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in src/lint/unpinned_headline.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, { "category": "UnboundedAllocation", - "location": "src/lint/idris2.rs", - "file": "src/lint/idris2.rs", + "location": "src/prover/isabelle.rs", + "file": "src/prover/isabelle.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/lint/idris2.rs", + "description": "Potential unbounded allocation pattern detected in src/prover/isabelle.rs", "recommended_attack": [ "memory", "cpu" @@ -124,10 +124,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/lint/lean.rs", - "file": "src/lint/lean.rs", + "location": "src/prover/idris2.rs", + "file": "src/prover/idris2.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/lint/lean.rs", + "description": "Potential unbounded allocation pattern detected in src/prover/idris2.rs", "recommended_attack": [ "memory", "cpu" @@ -136,10 +136,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/lint/escape_hatch.rs", - "file": "src/lint/escape_hatch.rs", + "location": "src/prover/mizar.rs", + "file": "src/prover/mizar.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/lint/escape_hatch.rs", + "description": "Potential unbounded allocation pattern detected in src/prover/mizar.rs", "recommended_attack": [ "memory", "cpu" @@ -148,10 +148,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/lint/tab_mix.rs", - "file": "src/lint/tab_mix.rs", + "location": "src/prover/lean.rs", + "file": "src/prover/lean.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/lint/tab_mix.rs", + "description": "Potential unbounded allocation pattern detected in src/prover/lean.rs", "recommended_attack": [ "memory", "cpu" @@ -160,10 +160,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/lint/postulate.rs", - "file": "src/lint/postulate.rs", + "location": "src/lint/unpinned_headline.rs", + "file": "src/lint/unpinned_headline.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/lint/postulate.rs", + "description": "Potential unbounded allocation pattern detected in src/lint/unpinned_headline.rs", "recommended_attack": [ "memory", "cpu" @@ -171,35 +171,35 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src/lint/coq.rs", - "file": "src/lint/coq.rs", + "category": "PanicPath", + "location": "src/lint/unpinned_headline.rs", + "file": "src/lint/unpinned_headline.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/lint/coq.rs", + "description": "0 panic sites and 2 unwrap/expect calls in src/lint/unpinned_headline.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "src/lint/mod.rs", - "file": "src/lint/mod.rs", + "category": "UnboundedAllocation", + "location": "src/lint/escape_hatch.rs", + "file": "src/lint/escape_hatch.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/lint/mod.rs", + "description": "Potential unbounded allocation pattern detected in src/lint/escape_hatch.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "src/dag.rs", - "file": "src/dag.rs", + "location": "src/lint/postulate.rs", + "file": "src/lint/postulate.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/dag.rs", + "description": "Potential unbounded allocation pattern detected in src/lint/postulate.rs", "recommended_attack": [ "memory", "cpu" @@ -207,23 +207,23 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src/graph.rs", - "file": "src/graph.rs", + "category": "PanicPath", + "location": "src/lint/mod.rs", + "file": "src/lint/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/graph.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/lint/mod.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "src/proven.rs", - "file": "src/proven.rs", + "location": "src/lint/isabelle.rs", + "file": "src/lint/isabelle.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/proven.rs", + "description": "Potential unbounded allocation pattern detected in src/lint/isabelle.rs", "recommended_attack": [ "memory", "cpu" @@ -232,10 +232,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/prover/isabelle.rs", - "file": "src/prover/isabelle.rs", + "location": "src/lint/idris2.rs", + "file": "src/lint/idris2.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/prover/isabelle.rs", + "description": "Potential unbounded allocation pattern detected in src/lint/idris2.rs", "recommended_attack": [ "memory", "cpu" @@ -244,10 +244,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/prover/idris2.rs", - "file": "src/prover/idris2.rs", + "location": "src/lint/tab_mix.rs", + "file": "src/lint/tab_mix.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/prover/idris2.rs", + "description": "Potential unbounded allocation pattern detected in src/lint/tab_mix.rs", "recommended_attack": [ "memory", "cpu" @@ -256,10 +256,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/prover/mizar.rs", - "file": "src/prover/mizar.rs", + "location": "src/lint/coq.rs", + "file": "src/lint/coq.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/prover/mizar.rs", + "description": "Potential unbounded allocation pattern detected in src/lint/coq.rs", "recommended_attack": [ "memory", "cpu" @@ -268,10 +268,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/prover/lean.rs", - "file": "src/prover/lean.rs", + "location": "src/lint/lean.rs", + "file": "src/lint/lean.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/prover/lean.rs", + "description": "Potential unbounded allocation pattern detected in src/lint/lean.rs", "recommended_attack": [ "memory", "cpu" @@ -299,23 +299,24 @@ }, "file_statistics": [ { - "file_path": "scripts/provision-provers.sh", - "lines": 306, + "file_path": "tests/smoke.rs", + "lines": 114, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/check-spdx.sh", - "lines": 59, + "file_path": "tests/smt.rs", + "lines": 53, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { @@ -329,19 +330,18 @@ "threading_constructs": 0 }, { - "file_path": "tests/smoke.rs", - "lines": 114, + "file_path": "tests/idris2.rs", + "lines": 133, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/idris2.rs", - "lines": 133, + "file_path": "tests/coq.rs", + "lines": 75, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -360,8 +360,8 @@ "threading_constructs": 0 }, { - "file_path": "tests/smt.rs", - "lines": 53, + "file_path": "tests/lean.rs", + "lines": 58, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -370,7 +370,27 @@ "threading_constructs": 0 }, { - "file_path": "tests/lean.rs", + "file_path": "scripts/provision-provers.sh", + "lines": 306, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 7, + "threading_constructs": 0 + }, + { + "file_path": "scripts/check-spdx.sh", + "lines": 59, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "src/diagnostic.rs", "lines": 58, "unsafe_blocks": 0, "panic_sites": 0, @@ -380,33 +400,46 @@ "threading_constructs": 0 }, { - "file_path": "tests/coq.rs", - "lines": 75, + "file_path": "src/reason/mod.rs", + "lines": 684, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 7, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/event.rs", - "lines": 114, + "file_path": "src/graph.rs", + "lines": 319, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 10, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "src/config.rs", - "lines": 195, + "file_path": "src/watcher.rs", + "lines": 28, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "src/dag.rs", + "lines": 178, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { @@ -431,126 +464,129 @@ "threading_constructs": 0 }, { - "file_path": "src/watcher.rs", - "lines": 28, + "file_path": "src/event.rs", + "lines": 114, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 4, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "src/diagnostic.rs", - "lines": 58, + "file_path": "src/config.rs", + "lines": 195, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "src/reason/mod.rs", - "lines": 684, + "file_path": "src/prover/smt.rs", + "lines": 244, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 6, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/workspace.rs", - "lines": 217, + "file_path": "src/prover/mod.rs", + "lines": 236, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 4, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/unused.rs", - "lines": 244, + "file_path": "src/prover/agda.rs", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/lint/isabelle.rs", - "lines": 146, + "file_path": "src/prover/isabelle.rs", + "lines": 478, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 1, + "safe_unwrap_calls": 6, + "allocation_sites": 12, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "src/lint/unpinned_headline.rs", - "lines": 426, + "file_path": "src/prover/idris2.rs", + "lines": 302, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 1, - "allocation_sites": 8, - "io_operations": 3, + "unwrap_calls": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 14, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "src/lint/idris2.rs", - "lines": 256, + "file_path": "src/prover/rocq.rs", + "lines": 645, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 1, + "safe_unwrap_calls": 8, + "allocation_sites": 8, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "src/lint/safe_pragma.rs", - "lines": 145, + "file_path": "src/prover/mizar.rs", + "lines": 491, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 1, + "safe_unwrap_calls": 7, + "allocation_sites": 10, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "src/lint/lean.rs", - "lines": 116, + "file_path": "src/prover/lean.rs", + "lines": 490, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 1, + "safe_unwrap_calls": 4, + "allocation_sites": 8, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "src/lint/escape_hatch.rs", - "lines": 135, + "file_path": "src/lint/unpinned_headline.rs", + "lines": 426, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 1, + "allocation_sites": 8, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/lint/tab_mix.rs", - "lines": 78, + "file_path": "src/lint/escape_hatch.rs", + "lines": 135, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 1, "threading_constructs": 0 @@ -565,16 +601,6 @@ "io_operations": 1, "threading_constructs": 0 }, - { - "file_path": "src/lint/coq.rs", - "lines": 154, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 1, - "threading_constructs": 0 - }, { "file_path": "src/lint/mod.rs", "lines": 97, @@ -586,83 +612,69 @@ "threading_constructs": 0 }, { - "file_path": "src/dag.rs", - "lines": 178, + "file_path": "src/lint/isabelle.rs", + "lines": 146, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/graph.rs", - "lines": 319, + "file_path": "src/lint/idris2.rs", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 10, - "io_operations": 8, - "threading_constructs": 0 - }, - { - "file_path": "src/prover/agda.rs", - "lines": 241, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/prover/isabelle.rs", - "lines": 478, + "file_path": "src/lint/tab_mix.rs", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 12, - "io_operations": 6, + "allocation_sites": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/prover/idris2.rs", - "lines": 302, + "file_path": "src/lint/safe_pragma.rs", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 14, - "io_operations": 7, + "allocation_sites": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/prover/mizar.rs", - "lines": 491, + "file_path": "src/lint/coq.rs", + "lines": 154, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 10, - "io_operations": 10, + "allocation_sites": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/prover/rocq.rs", - "lines": 645, + "file_path": "src/lint/lean.rs", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 8, - "io_operations": 7, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/prover/smt.rs", + "file_path": "src/unused.rs", "lines": 244, "unsafe_blocks": 0, "panic_sites": 0, @@ -672,86 +684,44 @@ "threading_constructs": 0 }, { - "file_path": "src/prover/lean.rs", - "lines": 490, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 8, - "io_operations": 9, - "threading_constructs": 0 - }, - { - "file_path": "src/prover/mod.rs", - "lines": 236, + "file_path": "src/workspace.rs", + "lines": 217, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 4, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ "network", + "cpu", "memory", - "disk", - "cpu" + "disk" ], "dependency_graph": { "edges": [ { - "from": "src/prover/agda.rs", - "to": "src/prover/isabelle.rs", - "relation": "shared_dir:src/prover", - "weight": 1.0 - }, - { - "from": "src/prover/isabelle.rs", - "to": "src/prover/idris2.rs", - "relation": "shared_dir:src/prover", - "weight": 1.0 - }, - { - "from": "src/prover/idris2.rs", - "to": "src/prover/mizar.rs", - "relation": "shared_dir:src/prover", - "weight": 1.0 - }, - { - "from": "src/prover/mizar.rs", - "to": "src/prover/rocq.rs", - "relation": "shared_dir:src/prover", - "weight": 1.0 - }, - { - "from": "src/prover/rocq.rs", - "to": "src/prover/smt.rs", - "relation": "shared_dir:src/prover", - "weight": 1.0 - }, - { - "from": "src/prover/smt.rs", - "to": "src/prover/lean.rs", - "relation": "shared_dir:src/prover", + "from": "src/diagnostic.rs", + "to": "src/graph.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/prover/lean.rs", - "to": "src/prover/mod.rs", - "relation": "shared_dir:src/prover", + "from": "src/graph.rs", + "to": "src/watcher.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/event.rs", - "to": "src/config.rs", + "from": "src/watcher.rs", + "to": "src/dag.rs", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/config.rs", + "from": "src/dag.rs", "to": "src/main.rs", "relation": "shared_dir:src", "weight": 1.0 @@ -764,127 +734,115 @@ }, { "from": "src/dispatch.rs", - "to": "src/watcher.rs", - "relation": "shared_dir:src", - "weight": 1.0 - }, - { - "from": "src/watcher.rs", - "to": "src/diagnostic.rs", + "to": "src/event.rs", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/diagnostic.rs", - "to": "src/workspace.rs", + "from": "src/event.rs", + "to": "src/config.rs", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/workspace.rs", + "from": "src/config.rs", "to": "src/unused.rs", "relation": "shared_dir:src", "weight": 1.0 }, { "from": "src/unused.rs", - "to": "src/dag.rs", + "to": "src/workspace.rs", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/dag.rs", - "to": "src/graph.rs", - "relation": "shared_dir:src", + "from": "tests/smoke.rs", + "to": "tests/smt.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "tests/isabelle.rs", - "to": "tests/smoke.rs", + "from": "tests/smt.rs", + "to": "tests/isabelle.rs", "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "tests/smoke.rs", + "from": "tests/isabelle.rs", "to": "tests/idris2.rs", "relation": "shared_dir:tests", "weight": 1.0 }, { "from": "tests/idris2.rs", - "to": "tests/mizar.rs", + "to": "tests/coq.rs", "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "tests/mizar.rs", - "to": "tests/smt.rs", + "from": "tests/coq.rs", + "to": "tests/mizar.rs", "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "tests/smt.rs", + "from": "tests/mizar.rs", "to": "tests/lean.rs", "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "tests/lean.rs", - "to": "tests/coq.rs", - "relation": "shared_dir:tests", - "weight": 1.0 - }, - { - "from": "src/lint/isabelle.rs", - "to": "src/lint/unpinned_headline.rs", + "from": "src/lint/unpinned_headline.rs", + "to": "src/lint/escape_hatch.rs", "relation": "shared_dir:src/lint", "weight": 1.0 }, { - "from": "src/lint/unpinned_headline.rs", - "to": "src/lint/idris2.rs", + "from": "src/lint/escape_hatch.rs", + "to": "src/lint/postulate.rs", "relation": "shared_dir:src/lint", "weight": 1.0 }, { - "from": "src/lint/idris2.rs", - "to": "src/lint/safe_pragma.rs", + "from": "src/lint/postulate.rs", + "to": "src/lint/mod.rs", "relation": "shared_dir:src/lint", "weight": 1.0 }, { - "from": "src/lint/safe_pragma.rs", - "to": "src/lint/lean.rs", + "from": "src/lint/mod.rs", + "to": "src/lint/isabelle.rs", "relation": "shared_dir:src/lint", "weight": 1.0 }, { - "from": "src/lint/lean.rs", - "to": "src/lint/escape_hatch.rs", + "from": "src/lint/isabelle.rs", + "to": "src/lint/idris2.rs", "relation": "shared_dir:src/lint", "weight": 1.0 }, { - "from": "src/lint/escape_hatch.rs", + "from": "src/lint/idris2.rs", "to": "src/lint/tab_mix.rs", "relation": "shared_dir:src/lint", "weight": 1.0 }, { "from": "src/lint/tab_mix.rs", - "to": "src/lint/postulate.rs", + "to": "src/lint/safe_pragma.rs", "relation": "shared_dir:src/lint", "weight": 1.0 }, { - "from": "src/lint/postulate.rs", + "from": "src/lint/safe_pragma.rs", "to": "src/lint/coq.rs", "relation": "shared_dir:src/lint", "weight": 1.0 }, { "from": "src/lint/coq.rs", - "to": "src/lint/mod.rs", + "to": "src/lint/lean.rs", "relation": "shared_dir:src/lint", "weight": 1.0 }, @@ -893,11 +851,74 @@ "to": "scripts/check-spdx.sh", "relation": "shared_dir:scripts", "weight": 1.0 + }, + { + "from": "src/prover/smt.rs", + "to": "src/prover/mod.rs", + "relation": "shared_dir:src/prover", + "weight": 1.0 + }, + { + "from": "src/prover/mod.rs", + "to": "src/prover/agda.rs", + "relation": "shared_dir:src/prover", + "weight": 1.0 + }, + { + "from": "src/prover/agda.rs", + "to": "src/prover/isabelle.rs", + "relation": "shared_dir:src/prover", + "weight": 1.0 + }, + { + "from": "src/prover/isabelle.rs", + "to": "src/prover/idris2.rs", + "relation": "shared_dir:src/prover", + "weight": 1.0 + }, + { + "from": "src/prover/idris2.rs", + "to": "src/prover/rocq.rs", + "relation": "shared_dir:src/prover", + "weight": 1.0 + }, + { + "from": "src/prover/rocq.rs", + "to": "src/prover/mizar.rs", + "relation": "shared_dir:src/prover", + "weight": 1.0 + }, + { + "from": "src/prover/mizar.rs", + "to": "src/prover/lean.rs", + "relation": "shared_dir:src/prover", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ + { + "source_category": "InsecureProtocol", + "sink_axis": "network", + "severity_value": 2.5, + "files": [ + "scripts/provision-provers.sh", + "src/dispatch.rs" + ], + "frameworks": [], + "relation": "InsecureProtocol->Network" + }, + { + "source_category": "PathTraversal", + "sink_axis": "disk", + "severity_value": 2.5, + "files": [ + "scripts/provision-provers.sh" + ], + "frameworks": [], + "relation": "PathTraversal->Disk" + }, { "source_category": "PanicPath", "sink_axis": "disk", @@ -919,32 +940,6 @@ "frameworks": [], "relation": "CommandInjection->Cpu" }, - { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "src/event.rs", - "src/config.rs", - "src/lint/isabelle.rs", - "src/lint/unpinned_headline.rs", - "src/lint/idris2.rs", - "src/lint/lean.rs", - "src/lint/escape_hatch.rs", - "src/lint/tab_mix.rs", - "src/lint/postulate.rs", - "src/lint/coq.rs", - "src/dag.rs", - "src/graph.rs", - "src/proven.rs", - "src/prover/isabelle.rs", - "src/prover/idris2.rs", - "src/prover/mizar.rs", - "src/prover/lean.rs" - ], - "frameworks": [], - "relation": "UnboundedAllocation->Memory" - }, { "source_category": "PanicPath", "sink_axis": "memory", @@ -957,61 +952,66 @@ "relation": "PanicPath->Memory" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", - "severity_value": 2.5, + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 5.0, "files": [ - "scripts/provision-provers.sh", - "src/dispatch.rs" + "scripts/provision-provers.sh" ], "frameworks": [], - "relation": "InsecureProtocol->Network" + "relation": "CommandInjection->Disk" }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ + "src/graph.rs", + "src/dag.rs", + "src/proven.rs", "src/event.rs", "src/config.rs", - "src/lint/isabelle.rs", + "src/prover/isabelle.rs", + "src/prover/idris2.rs", + "src/prover/mizar.rs", + "src/prover/lean.rs", "src/lint/unpinned_headline.rs", - "src/lint/idris2.rs", - "src/lint/lean.rs", "src/lint/escape_hatch.rs", - "src/lint/tab_mix.rs", "src/lint/postulate.rs", + "src/lint/isabelle.rs", + "src/lint/idris2.rs", + "src/lint/tab_mix.rs", "src/lint/coq.rs", - "src/dag.rs", - "src/graph.rs", - "src/proven.rs", - "src/prover/isabelle.rs", - "src/prover/idris2.rs", - "src/prover/mizar.rs", - "src/prover/lean.rs" + "src/lint/lean.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "scripts/provision-provers.sh" - ], - "frameworks": [], - "relation": "PathTraversal->Disk" - }, - { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 5.0, - "files": [ - "scripts/provision-provers.sh" + "src/graph.rs", + "src/dag.rs", + "src/proven.rs", + "src/event.rs", + "src/config.rs", + "src/prover/isabelle.rs", + "src/prover/idris2.rs", + "src/prover/mizar.rs", + "src/prover/lean.rs", + "src/lint/unpinned_headline.rs", + "src/lint/escape_hatch.rs", + "src/lint/postulate.rs", + "src/lint/isabelle.rs", + "src/lint/idris2.rs", + "src/lint/tab_mix.rs", + "src/lint/coq.rs", + "src/lint/lean.rs" ], "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "UnboundedAllocation->Cpu" } ] } diff --git a/scans/asdf-tool-plugins.json b/scans/asdf-tool-plugins.json index ea4d7b97..ec60cacd 100644 --- a/scans/asdf-tool-plugins.json +++ b/scans/asdf-tool-plugins.json @@ -1,51 +1,61 @@ { "schema_version": "2.5", "program_path": "asdf-tool-plugins", - "language": "idris", + "language": "zig", "frameworks": [], "weak_points": [ { - "category": "PanicPath", - "location": "asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "file": "asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "severity": "Medium", - "description": "0 panic sites and 6 unwrap/expect calls in asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "category": "CommandInjection", + "location": "asdf-plugin-collection/plugins/security/lib/utils.bash", + "file": "asdf-plugin-collection/plugins/security/lib/utils.bash", + "severity": "Critical", + "description": "eval usage in asdf-plugin-collection/plugins/security/lib/utils.bash", "recommended_attack": [ - "memory", + "cpu", "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", - "file": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "category": "CommandInjection", + "location": "asdf-plugin-collection/plugins/security/lib/utils.bash", + "file": "asdf-plugin-collection/plugins/security/lib/utils.bash", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "description": "24 potentially unquoted variable expansions in asdf-plugin-collection/plugins/security/lib/utils.bash", "recommended_attack": [ - "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "asdf-security-plugin/lib/utils.bash", + "file": "asdf-security-plugin/lib/utils.bash", + "severity": "Critical", + "description": "eval usage in asdf-security-plugin/lib/utils.bash", + "recommended_attack": [ + "cpu", "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "file": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "category": "CommandInjection", + "location": "asdf-security-plugin/lib/utils.bash", + "file": "asdf-security-plugin/lib/utils.bash", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "description": "24 potentially unquoted variable expansions in asdf-security-plugin/lib/utils.bash", "recommended_attack": [ - "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "PanicPath", - "location": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", - "file": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "location": "asdf-plugin-configurator/src/commands/sync.rs", + "file": "asdf-plugin-configurator/src/commands/sync.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "description": "0 panic sites and 4 unwrap/expect calls in asdf-plugin-configurator/src/commands/sync.rs", "recommended_attack": [ "memory", "disk" @@ -53,46 +63,47 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", - "file": "asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", + "category": "UnboundedAllocation", + "location": "asdf-plugin-configurator/src/config.rs", + "file": "asdf-plugin-configurator/src/config.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", + "description": "Potential unbounded allocation pattern detected in asdf-plugin-configurator/src/config.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "asdf-security-plugin/lib/utils.bash", - "file": "asdf-security-plugin/lib/utils.bash", + "location": "asdf-ghjk/scripts/benchmark.sh", + "file": "asdf-ghjk/scripts/benchmark.sh", "severity": "Critical", - "description": "eval usage in asdf-security-plugin/lib/utils.bash", + "description": "eval usage in asdf-ghjk/scripts/benchmark.sh", "recommended_attack": [ "cpu", "disk" ], + "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "asdf-security-plugin/lib/utils.bash", - "file": "asdf-security-plugin/lib/utils.bash", + "category": "PathTraversal", + "location": "asdf-ghjk/scripts/benchmark.sh", + "file": "asdf-ghjk/scripts/benchmark.sh", "severity": "Medium", - "description": "24 potentially unquoted variable expansions in asdf-security-plugin/lib/utils.bash", + "description": "Hardcoded /tmp/ path without mktemp in asdf-ghjk/scripts/benchmark.sh", "recommended_attack": [ - "cpu" + "disk" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "asdf-plugin-collection/plugins/security/lib/utils.bash", - "file": "asdf-plugin-collection/plugins/security/lib/utils.bash", + "location": "asdf-ghjk/scripts/rsr-verify.sh", + "file": "asdf-ghjk/scripts/rsr-verify.sh", "severity": "Critical", - "description": "eval usage in asdf-plugin-collection/plugins/security/lib/utils.bash", + "description": "eval usage in asdf-ghjk/scripts/rsr-verify.sh", "recommended_attack": [ "cpu", "disk" @@ -101,33 +112,56 @@ }, { "category": "CommandInjection", - "location": "asdf-plugin-collection/plugins/security/lib/utils.bash", - "file": "asdf-plugin-collection/plugins/security/lib/utils.bash", + "location": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "file": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "severity": "Critical", + "description": "eval usage in asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "recommended_attack": [ + "cpu", + "disk" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "file": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", "severity": "Medium", - "description": "24 potentially unquoted variable expansions in asdf-plugin-collection/plugins/security/lib/utils.bash", + "description": "24 potentially unquoted variable expansions in asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "asdf-plugin-configurator/src/config.rs", - "file": "asdf-plugin-configurator/src/config.rs", + "category": "CommandInjection", + "location": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "file": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "severity": "Critical", + "description": "eval usage in asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "recommended_attack": [ + "cpu", + "disk" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "file": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in asdf-plugin-configurator/src/config.rs", + "description": "24 potentially unquoted variable expansions in asdf-augmenters/asdf-security-plugin/lib/utils.bash", "recommended_attack": [ - "memory", "cpu" ], "test_context": "production" }, { "category": "PanicPath", - "location": "asdf-plugin-configurator/src/commands/sync.rs", - "file": "asdf-plugin-configurator/src/commands/sync.rs", + "location": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", + "file": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in asdf-plugin-configurator/src/commands/sync.rs", + "description": "0 panic sites and 4 unwrap/expect calls in asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", "recommended_attack": [ "memory", "disk" @@ -135,47 +169,46 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "category": "UnboundedAllocation", + "location": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", + "file": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", "severity": "Medium", - "description": "0 panic sites and 6 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "description": "Potential unbounded allocation pattern detected in asdf-augmenters/asdf-plugin-configurator/src/config.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", - "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "category": "PathTraversal", + "location": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "file": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "description": "Hardcoded /tmp/ path without mktemp in asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", "recommended_attack": [ - "memory", "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "category": "CommandInjection", + "location": "asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh", + "file": "asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh", + "severity": "Critical", + "description": "eval usage in asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh", "recommended_attack": [ - "memory", + "cpu", "disk" ], "test_context": "production" }, { "category": "PanicPath", - "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", - "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "description": "0 panic sites and 6 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", "recommended_attack": [ "memory", "disk" @@ -195,69 +228,71 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", - "file": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", - "severity": "Critical", - "description": "eval usage in asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "category": "PanicPath", + "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", "recommended_attack": [ - "cpu", + "memory", "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", - "file": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "category": "PanicPath", + "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", "severity": "Medium", - "description": "24 potentially unquoted variable expansions in asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "description": "0 panic sites and 1 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", - "file": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", - "severity": "Critical", - "description": "eval usage in asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "category": "PanicPath", + "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", "recommended_attack": [ - "cpu", + "memory", "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", - "file": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "category": "PanicPath", + "location": "asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "file": "asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", "severity": "Medium", - "description": "24 potentially unquoted variable expansions in asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "description": "0 panic sites and 6 unwrap/expect calls in asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", - "file": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", + "category": "PanicPath", + "location": "asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", + "file": "asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in asdf-augmenters/asdf-plugin-configurator/src/config.rs", + "description": "0 panic sites and 2 unwrap/expect calls in asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { "category": "PanicPath", - "location": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", - "file": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", + "location": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "file": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", + "description": "0 panic sites and 1 unwrap/expect calls in asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", "recommended_attack": [ "memory", "disk" @@ -265,60 +300,25 @@ "test_context": "production" }, { - "category": "PathTraversal", - "location": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", - "file": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "category": "PanicPath", + "location": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "file": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "description": "0 panic sites and 1 unwrap/expect calls in asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", "recommended_attack": [ + "memory", "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh", - "file": "asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh", - "severity": "Critical", - "description": "eval usage in asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh", + "category": "PanicPath", + "location": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "file": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, - { - "category": "CommandInjection", - "location": "asdf-ghjk/scripts/benchmark.sh", - "file": "asdf-ghjk/scripts/benchmark.sh", - "severity": "Critical", - "description": "eval usage in asdf-ghjk/scripts/benchmark.sh", - "recommended_attack": [ - "cpu", - "disk" - ], - "suppressed": true, - "test_context": "production" - }, - { - "category": "PathTraversal", - "location": "asdf-ghjk/scripts/benchmark.sh", - "file": "asdf-ghjk/scripts/benchmark.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in asdf-ghjk/scripts/benchmark.sh", - "recommended_attack": [ - "disk" - ], - "test_context": "production" - }, - { - "category": "CommandInjection", - "location": "asdf-ghjk/scripts/rsr-verify.sh", - "file": "asdf-ghjk/scripts/rsr-verify.sh", - "severity": "Critical", - "description": "eval usage in asdf-ghjk/scripts/rsr-verify.sh", - "recommended_attack": [ - "cpu", + "memory", "disk" ], "test_context": "production" @@ -335,8 +335,8 @@ }, "file_statistics": [ { - "file_path": "asdf-dragonfly-plugin/lib/utils.bash", - "lines": 59, + "file_path": "asdf-dhall-plugin/lib/utils.bash", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -345,27 +345,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-dragonfly-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "asdf-dragonfly-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "asdf-dragonfly-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-dhall-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -375,7 +355,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-dragonfly-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-dhall-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -385,19 +365,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-pomerium-plugin/lib/utils.bash", - "lines": 16, - "unsafe_blocks": 0, + "file_path": "asdf-dhall-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-pomerium-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-dhall-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -405,17 +385,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-pomerium-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-dragonfly-plugin/lib/utils.bash", + "lines": 59, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-pomerium-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-dragonfly-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -425,7 +405,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-pomerium-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-dragonfly-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -435,19 +415,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-bebop-plugin/lib/utils.bash", - "lines": 62, - "unsafe_blocks": 0, + "file_path": "asdf-dragonfly-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-bebop-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-dragonfly-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -455,17 +435,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-bebop-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-collection/plugins/openssh/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-bebop-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-plugin-collection/plugins/openssh/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-plugin-collection/plugins/openssh/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -475,7 +465,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-bebop-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-plugin-collection/plugins/openssh/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -485,47 +475,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-grype-plugin/lib/utils.bash", - "lines": 18, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/openssh/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-nickel-plugin/lib/utils.bash", - "lines": 74, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/openssh/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-nickel-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-plugin-collection/plugins/neo4j/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-nickel-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-collection/plugins/neo4j/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-nickel-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-plugin-collection/plugins/neo4j/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -535,7 +525,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-nickel-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-plugin-collection/plugins/neo4j/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -545,164 +535,148 @@ "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/lib/utils.bash", - "lines": 40, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/neo4j/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/crates/asdf-cache/src/error.rs", - "lines": 50, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/neo4j/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", - "lines": 91, + "file_path": "asdf-plugin-collection/plugins/orchid/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "lines": 147, + "file_path": "asdf-plugin-collection/plugins/orchid/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 6, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", - "lines": 150, + "file_path": "asdf-plugin-collection/plugins/orchid/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "asdf-acceleration-middleware/crates/asdf-monitor/src/main.rs", - "lines": 445, + "file_path": "asdf-plugin-collection/plugins/orchid/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", - "lines": 99, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/orchid/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "lines": 221, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/orchid/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", - "lines": 118, + "file_path": "asdf-plugin-collection/plugins/couchdb/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/crates/asdf-metrics/src/error.rs", - "lines": 30, + "file_path": "asdf-plugin-collection/plugins/couchdb/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/crates/asdf-config/src/error.rs", - "lines": 34, + "file_path": "asdf-plugin-collection/plugins/couchdb/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", - "lines": 192, + "file_path": "asdf-plugin-collection/plugins/couchdb/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", - "lines": 138, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "asdf-acceleration-middleware/crates/asdf-discover/src/main.rs", - "lines": 144, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/couchdb/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/crates/asdf-parallel/src/executor.rs", - "lines": 264, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/couchdb/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/crates/asdf-core/src/error.rs", - "lines": 54, + "file_path": "asdf-plugin-collection/plugins/melange/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -711,59 +685,58 @@ "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/crates/asdf-bench/src/main.rs", - "lines": 485, + "file_path": "asdf-plugin-collection/plugins/melange/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "asdf-plugin-collection/plugins/melange/ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "asdf-acceleration-middleware/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-collection/plugins/melange/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/melange/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "asdf-acceleration-middleware/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/melange/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-opa-plugin/lib/utils.bash", - "lines": 16, + "file_path": "asdf-plugin-collection/plugins/haproxy/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -772,27 +745,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-opa-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-plugin-collection/plugins/rekor/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-opa-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-collection/plugins/rekor/lib/utils.bash", + "lines": 15, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-opa-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-plugin-collection/plugins/rekor/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -802,7 +775,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-opa-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-plugin-collection/plugins/rekor/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -812,19 +785,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-lego-plugin/lib/utils.bash", - "lines": 15, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/rekor/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-lego-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-plugin-collection/plugins/rekor/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -832,17 +805,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-lego-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-collection/plugins/pomerium/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-lego-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-plugin-collection/plugins/pomerium/lib/utils.bash", + "lines": 16, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-plugin-collection/plugins/pomerium/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -852,7 +835,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-lego-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-plugin-collection/plugins/pomerium/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -862,19 +845,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-taplo-plugin/lib/utils.bash", - "lines": 16, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/pomerium/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-taplo-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-plugin-collection/plugins/pomerium/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -882,17 +865,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-taplo-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-collection/plugins/dhall/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-taplo-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-plugin-collection/plugins/dhall/lib/utils.bash", + "lines": 62, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-plugin-collection/plugins/dhall/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -902,7 +895,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-taplo-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-plugin-collection/plugins/dhall/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -912,19 +905,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-openlitespeed-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/dhall/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-openlitespeed-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-plugin-collection/plugins/dhall/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -932,47 +925,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-openlitespeed-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-collection/plugins/mysql/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-openlitespeed-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/mysql/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-openlitespeed-plugin/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/mysql/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "asdf-security-plugin/lib/utils.bash", - "lines": 552, + "file_path": "asdf-plugin-collection/plugins/mysql/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 9, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-security-plugin/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/mysql/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -982,7 +975,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-security-plugin/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/mysql/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -992,48 +985,48 @@ "threading_constructs": 0 }, { - "file_path": "asdf-security-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/syft/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-security-plugin/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/syft/lib/utils.bash", + "lines": 18, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-gitleaks-plugin/lib/utils.bash", - "lines": 15, + "file_path": "asdf-plugin-collection/plugins/syft/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-ocaml-plugin/lib/utils.bash", - "lines": 14, + "file_path": "asdf-plugin-collection/plugins/syft/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-ocaml-plugin/src/abi/Foreign.idr", - "lines": 217, + "file_path": "asdf-plugin-collection/plugins/syft/src/abi/Foreign.idr", + "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -1042,7 +1035,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-ocaml-plugin/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/syft/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -1052,48 +1045,48 @@ "threading_constructs": 0 }, { - "file_path": "asdf-ocaml-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/ada/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-ocaml-plugin/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/ada/lib/utils.bash", + "lines": 49, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-fortran-plugin/lib/utils.bash", - "lines": 164, + "file_path": "asdf-plugin-collection/plugins/ada/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-casket-ssg-plugin/lib/utils.bash", - "lines": 228, + "file_path": "asdf-plugin-collection/plugins/ada/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-casket-ssg-plugin/src/abi/Foreign.idr", - "lines": 217, + "file_path": "asdf-plugin-collection/plugins/ada/src/abi/Foreign.idr", + "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -1102,7 +1095,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-casket-ssg-plugin/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/ada/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -1112,7 +1105,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-casket-ssg-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-plugin-collection/plugins/influxdb/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "asdf-plugin-collection/plugins/influxdb/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-plugin-collection/plugins/influxdb/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -1122,7 +1135,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-casket-ssg-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-plugin-collection/plugins/influxdb/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -1132,19 +1145,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-pollen-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/influxdb/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-pollen-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-plugin-collection/plugins/influxdb/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -1152,17 +1165,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-pollen-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-collection/plugins/lego/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-pollen-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-plugin-collection/plugins/lego/lib/utils.bash", + "lines": 15, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-plugin-collection/plugins/lego/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -1172,7 +1195,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-pollen-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-plugin-collection/plugins/lego/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -1182,19 +1205,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-step-ca-plugin/lib/utils.bash", - "lines": 16, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/lego/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-step-ca-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-plugin-collection/plugins/lego/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -1202,17 +1225,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-step-ca-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-collection/plugins/bebop/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-step-ca-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-plugin-collection/plugins/bebop/lib/utils.bash", + "lines": 62, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-plugin-collection/plugins/bebop/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -1222,7 +1255,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-step-ca-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-plugin-collection/plugins/bebop/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -1232,19 +1265,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-melange-plugin/lib/utils.bash", - "lines": 16, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/bebop/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-melange-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-plugin-collection/plugins/bebop/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -1252,17 +1285,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-melange-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-collection/plugins/step-ca/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-melange-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-plugin-collection/plugins/step-ca/lib/utils.bash", + "lines": 16, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-plugin-collection/plugins/step-ca/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -1272,7 +1315,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-melange-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-plugin-collection/plugins/step-ca/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -1282,19 +1325,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-sops-plugin/lib/utils.bash", - "lines": 146, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/step-ca/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-sops-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-plugin-collection/plugins/step-ca/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -1302,17 +1345,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-sops-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-collection/plugins/borg/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-sops-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-plugin-collection/plugins/borg/lib/utils.bash", + "lines": 30, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-plugin-collection/plugins/borg/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -1322,7 +1375,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-sops-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-plugin-collection/plugins/borg/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -1332,19 +1385,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-openssh-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/borg/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-openssh-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-plugin-collection/plugins/borg/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -1352,17 +1405,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-openssh-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-collection/plugins/yq/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-openssh-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-plugin-collection/plugins/yq/lib/utils.bash", + "lines": 16, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-plugin-collection/plugins/yq/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -1372,7 +1435,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-openssh-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-plugin-collection/plugins/yq/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -1382,19 +1445,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-rethinkdb-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/yq/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-rethinkdb-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-plugin-collection/plugins/yq/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -1402,48 +1465,48 @@ "threading_constructs": 0 }, { - "file_path": "asdf-rethinkdb-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-collection/plugins/cassandra/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-rethinkdb-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/cassandra/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-rethinkdb-plugin/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/cassandra/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "asdf-coredns-plugin/lib/utils.bash", - "lines": 16, + "file_path": "asdf-plugin-collection/plugins/cassandra/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-coredns-plugin/src/abi/Foreign.idr", - "lines": 217, + "file_path": "asdf-plugin-collection/plugins/cassandra/src/abi/Foreign.idr", + "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -1452,7 +1515,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-coredns-plugin/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/cassandra/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -1462,38 +1525,28 @@ "threading_constructs": 0 }, { - "file_path": "asdf-coredns-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/franklin/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-coredns-plugin/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-ephapax-plugin/lib/utils.bash", - "lines": 147, + "file_path": "asdf-plugin-collection/plugins/serum/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-kdl-fmt-plugin/lib/utils.bash", - "lines": 16, + "file_path": "asdf-plugin-collection/plugins/serum/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1502,77 +1555,77 @@ "threading_constructs": 0 }, { - "file_path": "asdf-kdl-fmt-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-plugin-collection/plugins/serum/ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "asdf-kdl-fmt-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-collection/plugins/serum/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-kdl-fmt-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/serum/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "asdf-kdl-fmt-plugin/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/serum/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-hashicorp-plugin/lib/utils.bash", - "lines": 273, + "file_path": "asdf-plugin-collection/plugins/fornax/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-hashicorp-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-plugin-collection/plugins/casket-ssg/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-hashicorp-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-collection/plugins/casket-ssg/lib/utils.bash", + "lines": 228, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "asdf-hashicorp-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-plugin-collection/plugins/casket-ssg/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -1582,7 +1635,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-hashicorp-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-plugin-collection/plugins/casket-ssg/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -1592,18 +1645,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-cobalt-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "asdf-cobalt-plugin/src/abi/Foreign.idr", - "lines": 217, + "file_path": "asdf-plugin-collection/plugins/casket-ssg/src/abi/Foreign.idr", + "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -1612,7 +1655,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-cobalt-plugin/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/casket-ssg/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -1622,47 +1665,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-cobalt-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/restic/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-cobalt-plugin/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/restic/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/serum/lib/utils.bash", - "lines": 14, + "file_path": "asdf-plugin-collection/plugins/restic/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/serum/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/restic/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/serum/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/restic/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -1672,7 +1715,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/serum/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/restic/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -1682,47 +1725,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/serum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/apko/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/serum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/apko/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/yj/lib/utils.bash", - "lines": 16, + "file_path": "asdf-plugin-collection/plugins/apko/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/yj/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/apko/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/yj/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/apko/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -1732,7 +1775,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/yj/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/apko/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -1742,47 +1785,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/yj/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/rescript/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/yj/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/rescript/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/arangodb/lib/utils.bash", - "lines": 51, + "file_path": "asdf-plugin-collection/plugins/rescript/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/arangodb/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/rescript/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/arangodb/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/rescript/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -1792,7 +1835,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/arangodb/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/rescript/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -1802,47 +1845,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/arangodb/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/virtuoso/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/arangodb/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/virtuoso/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/rescript/lib/utils.bash", - "lines": 14, + "file_path": "asdf-plugin-collection/plugins/virtuoso/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/rescript/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/virtuoso/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/rescript/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/virtuoso/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -1852,7 +1895,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/rescript/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/virtuoso/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -1862,47 +1905,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/rescript/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/ui/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/rescript/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/ui/lib/utils.bash", + "lines": 311, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/bebop/lib/utils.bash", - "lines": 62, + "file_path": "asdf-plugin-collection/plugins/ui/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/bebop/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/ui/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/bebop/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/ui/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -1912,7 +1955,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/bebop/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/ui/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -1922,47 +1965,57 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/bebop/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/fulcio/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/bebop/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/arangodb/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/hashicorp/lib/utils.bash", - "lines": 273, + "file_path": "asdf-plugin-collection/plugins/arangodb/lib/utils.bash", + "lines": 51, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/hashicorp/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/arangodb/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-plugin-collection/plugins/arangodb/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/hashicorp/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/arangodb/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -1972,7 +2025,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/hashicorp/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/arangodb/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -1982,47 +2035,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/hashicorp/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/deno/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/hashicorp/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/deno/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/dhall/lib/utils.bash", - "lines": 62, + "file_path": "asdf-plugin-collection/plugins/deno/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/dhall/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/deno/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/dhall/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/deno/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -2032,7 +2085,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/dhall/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/deno/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -2042,28 +2095,18 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/dhall/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/httpd/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-plugin-collection/plugins/dhall/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/envoy/lib/utils.bash", - "lines": 16, + "file_path": "asdf-plugin-collection/plugins/httpd/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2072,27 +2115,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/lego/lib/utils.bash", - "lines": 15, + "file_path": "asdf-plugin-collection/plugins/httpd/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/lego/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/httpd/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/lego/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/httpd/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -2102,7 +2145,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/lego/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/httpd/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -2112,57 +2155,57 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/lego/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/gitleaks/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/lego/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/zig/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/fornax/lib/utils.bash", - "lines": 14, + "file_path": "asdf-plugin-collection/plugins/zig/lib/utils.bash", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/nickel/lib/utils.bash", - "lines": 74, + "file_path": "asdf-plugin-collection/plugins/zig/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/nickel/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/zig/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/nickel/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/zig/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -2172,7 +2215,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/nickel/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/zig/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -2182,47 +2225,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/nickel/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/cosign/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/nickel/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/cosign/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/trivy/lib/utils.bash", - "lines": 44, + "file_path": "asdf-plugin-collection/plugins/cosign/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/trivy/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/cosign/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/trivy/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/cosign/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -2232,7 +2275,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/trivy/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/cosign/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -2242,28 +2285,28 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/trivy/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/git-crypt/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/trivy/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/mdbook/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/surrealdb/lib/utils.bash", - "lines": 62, + "file_path": "asdf-plugin-collection/plugins/mdbook/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2272,17 +2315,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/surrealdb/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/mdbook/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-plugin-collection/plugins/mdbook/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/surrealdb/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/mdbook/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -2292,7 +2345,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/surrealdb/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/mdbook/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -2302,47 +2355,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/surrealdb/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/openssl/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/surrealdb/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/openssl/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/melange/lib/utils.bash", - "lines": 16, + "file_path": "asdf-plugin-collection/plugins/openssl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/melange/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/openssl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/melange/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/openssl/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -2352,7 +2405,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/melange/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/openssl/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -2362,47 +2415,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/melange/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/kdl-fmt/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/melange/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/kdl-fmt/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cassandra/lib/utils.bash", - "lines": 14, + "file_path": "asdf-plugin-collection/plugins/kdl-fmt/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/cassandra/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/kdl-fmt/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cassandra/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/kdl-fmt/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -2412,7 +2465,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cassandra/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/kdl-fmt/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -2422,47 +2475,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cassandra/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/trivy/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cassandra/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/trivy/lib/utils.bash", + "lines": 44, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/syft/lib/utils.bash", - "lines": 18, + "file_path": "asdf-plugin-collection/plugins/trivy/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/syft/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/trivy/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/syft/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/trivy/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -2472,7 +2525,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/syft/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/trivy/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -2482,27 +2535,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/syft/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/grype/lib/utils.bash", + "lines": 18, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/syft/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/mariadb/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/restic/lib/utils.bash", + "file_path": "asdf-plugin-collection/plugins/mariadb/lib/utils.bash", "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, @@ -2512,17 +2565,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/restic/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/mariadb/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-plugin-collection/plugins/mariadb/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/restic/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/mariadb/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -2532,7 +2595,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/restic/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/mariadb/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -2542,47 +2605,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/restic/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/hashicorp/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/restic/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/hashicorp/lib/utils.bash", + "lines": 273, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/openssh/lib/utils.bash", - "lines": 14, + "file_path": "asdf-plugin-collection/plugins/hashicorp/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/openssh/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/hashicorp/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/openssh/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/hashicorp/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -2592,7 +2655,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/openssh/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/hashicorp/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -2602,27 +2665,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/openssh/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/coredns/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-plugin-collection/plugins/openssh/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/opa/lib/utils.bash", + "file_path": "asdf-plugin-collection/plugins/coredns/lib/utils.bash", "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, @@ -2632,29 +2685,29 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/opa/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/coredns/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/opa/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "file_path": "asdf-plugin-collection/plugins/coredns/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/opa/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-collection/plugins/coredns/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2662,28 +2715,28 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/opa/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-collection/plugins/coredns/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/opa/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/linkerd/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cobalt/lib/utils.bash", - "lines": 14, + "file_path": "asdf-plugin-collection/plugins/linkerd/lib/utils.bash", + "lines": 27, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2692,17 +2745,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cobalt/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/linkerd/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-plugin-collection/plugins/linkerd/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cobalt/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/linkerd/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -2712,7 +2775,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cobalt/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/linkerd/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -2722,47 +2785,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cobalt/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/age/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cobalt/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/age/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/pollen/lib/utils.bash", - "lines": 14, + "file_path": "asdf-plugin-collection/plugins/age/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/pollen/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/age/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/pollen/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/age/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -2772,7 +2835,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/pollen/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/age/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -2782,47 +2845,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/pollen/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/cue/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/pollen/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/cue/lib/utils.bash", + "lines": 63, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/borg/lib/utils.bash", - "lines": 30, + "file_path": "asdf-plugin-collection/plugins/cue/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/borg/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/cue/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/borg/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/cue/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -2832,7 +2895,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/borg/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/cue/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -2842,47 +2905,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/borg/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/varnish/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/borg/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/varnish/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/ada/lib/utils.bash", - "lines": 49, + "file_path": "asdf-plugin-collection/plugins/varnish/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/ada/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/varnish/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/ada/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/varnish/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -2892,7 +2955,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/ada/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/varnish/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -2902,47 +2965,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/ada/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/taplo/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/ada/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/taplo/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/ui/lib/utils.bash", - "lines": 311, + "file_path": "asdf-plugin-collection/plugins/taplo/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/ui/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/taplo/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/ui/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/taplo/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -2952,7 +3015,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/ui/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/taplo/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -2962,47 +3025,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/ui/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/vlang/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/ui/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/vlang/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/openssl/lib/utils.bash", - "lines": 14, + "file_path": "asdf-plugin-collection/plugins/vlang/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/openssl/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/vlang/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/openssl/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/vlang/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -3012,7 +3075,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/openssl/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/vlang/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3022,27 +3085,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/openssl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/openlitespeed/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-plugin-collection/plugins/openssl/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/influxdb/lib/utils.bash", + "file_path": "asdf-plugin-collection/plugins/openlitespeed/lib/utils.bash", "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, @@ -3052,17 +3105,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/influxdb/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/openlitespeed/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-plugin-collection/plugins/openlitespeed/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/influxdb/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/openlitespeed/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -3072,7 +3135,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/influxdb/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/openlitespeed/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3082,47 +3145,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/influxdb/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/cobol/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/influxdb/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/cobol/lib/utils.bash", + "lines": 33, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/yq/lib/utils.bash", - "lines": 16, + "file_path": "asdf-plugin-collection/plugins/cobol/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/yq/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/cobol/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/yq/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/cobol/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -3132,7 +3195,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/yq/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/cobol/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3142,38 +3205,18 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/yq/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-plugin-collection/plugins/yq/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "asdf-plugin-collection/plugins/git-crypt/lib/utils.bash", - "lines": 15, + "file_path": "asdf-plugin-collection/plugins/cfssl/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/fulcio/lib/utils.bash", - "lines": 15, + "file_path": "asdf-plugin-collection/plugins/cfssl/lib/utils.bash", + "lines": 17, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3182,27 +3225,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cosign/lib/utils.bash", - "lines": 15, + "file_path": "asdf-plugin-collection/plugins/cfssl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/cosign/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/cfssl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cosign/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/cfssl/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -3212,7 +3255,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cosign/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/cfssl/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3222,47 +3265,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cosign/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/ocaml/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cosign/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/ocaml/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/age/lib/utils.bash", - "lines": 15, + "file_path": "asdf-plugin-collection/plugins/ocaml/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/age/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/ocaml/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/age/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/ocaml/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -3272,7 +3315,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/age/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/ocaml/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3282,47 +3325,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/age/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/dragonfly/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/age/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/dragonfly/lib/utils.bash", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/mariadb/lib/utils.bash", - "lines": 16, + "file_path": "asdf-plugin-collection/plugins/dragonfly/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/mariadb/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/dragonfly/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/mariadb/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/dragonfly/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -3332,7 +3375,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/mariadb/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/dragonfly/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3342,47 +3385,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/mariadb/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/metaiconic/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/mariadb/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/metaiconic/lib/utils.bash", + "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/orchid/lib/utils.bash", - "lines": 14, + "file_path": "asdf-plugin-collection/plugins/metaiconic/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/orchid/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/metaiconic/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/orchid/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/metaiconic/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -3392,7 +3435,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/orchid/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/metaiconic/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3402,47 +3445,57 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/orchid/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/envoy/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/orchid/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/surrealdb/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/security/lib/utils.bash", - "lines": 552, + "file_path": "asdf-plugin-collection/plugins/surrealdb/lib/utils.bash", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/security/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/surrealdb/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-plugin-collection/plugins/surrealdb/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/security/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/surrealdb/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -3452,7 +3505,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/security/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/surrealdb/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3462,47 +3515,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/security/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/doctl/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/security/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/doctl/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/apko/lib/utils.bash", - "lines": 16, + "file_path": "asdf-plugin-collection/plugins/doctl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/apko/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/doctl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/apko/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/doctl/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -3512,7 +3565,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/apko/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/doctl/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3522,47 +3575,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/apko/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/opa/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/apko/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/opa/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cobol/lib/utils.bash", - "lines": 33, + "file_path": "asdf-plugin-collection/plugins/opa/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/cobol/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/opa/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cobol/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/opa/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -3572,7 +3625,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cobol/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/opa/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3582,28 +3635,18 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cobol/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/nickel/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-plugin-collection/plugins/cobol/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/gitleaks/lib/utils.bash", - "lines": 15, + "file_path": "asdf-plugin-collection/plugins/nickel/lib/utils.bash", + "lines": 74, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3612,27 +3655,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/varnish/lib/utils.bash", - "lines": 14, + "file_path": "asdf-plugin-collection/plugins/nickel/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/varnish/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/nickel/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/varnish/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/nickel/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -3642,7 +3685,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/varnish/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/nickel/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3652,47 +3695,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/varnish/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/zola/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/varnish/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/zola/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/deno/lib/utils.bash", - "lines": 14, + "file_path": "asdf-plugin-collection/plugins/zola/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/deno/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/zola/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/deno/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/zola/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -3702,7 +3745,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/deno/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/zola/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3712,47 +3755,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/deno/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/cobalt/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/deno/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/cobalt/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/rekor/lib/utils.bash", - "lines": 15, + "file_path": "asdf-plugin-collection/plugins/cobalt/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/rekor/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/cobalt/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/rekor/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/cobalt/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -3762,7 +3805,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/rekor/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/cobalt/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3772,47 +3815,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/rekor/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/security/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/rekor/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/security/lib/utils.bash", + "lines": 552, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/pomerium/lib/utils.bash", - "lines": 16, + "file_path": "asdf-plugin-collection/plugins/security/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/pomerium/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/security/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/pomerium/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/security/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -3822,7 +3865,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/pomerium/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/security/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3832,47 +3875,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/pomerium/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/sops/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/pomerium/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/sops/lib/utils.bash", + "lines": 146, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/ocaml/lib/utils.bash", - "lines": 14, + "file_path": "asdf-plugin-collection/plugins/sops/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/ocaml/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/sops/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/ocaml/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/sops/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -3882,7 +3925,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/ocaml/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/sops/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3892,47 +3935,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/ocaml/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/yj/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/ocaml/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/yj/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cue/lib/utils.bash", - "lines": 63, + "file_path": "asdf-plugin-collection/plugins/yj/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/cue/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/yj/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cue/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/yj/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -3942,7 +3985,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cue/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/yj/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3952,28 +3995,28 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cue/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/fortran/lib/utils.bash", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cue/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/pollen/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/linkerd/lib/utils.bash", - "lines": 27, + "file_path": "asdf-plugin-collection/plugins/pollen/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3982,17 +4025,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/linkerd/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/pollen/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-plugin-collection/plugins/pollen/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/linkerd/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/pollen/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -4002,7 +4055,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/linkerd/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/pollen/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -4012,47 +4065,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/linkerd/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-collection/plugins/rethinkdb/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/linkerd/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-collection/plugins/rethinkdb/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/taplo/lib/utils.bash", - "lines": 16, + "file_path": "asdf-plugin-collection/plugins/rethinkdb/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/taplo/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-plugin-collection/plugins/rethinkdb/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/taplo/src/abi/Foreign.idr", + "file_path": "asdf-plugin-collection/plugins/rethinkdb/src/abi/Foreign.idr", "lines": 218, "unsafe_blocks": 12, "panic_sites": 0, @@ -4062,7 +4115,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/taplo/src/abi/Types.idr", + "file_path": "asdf-plugin-collection/plugins/rethinkdb/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -4072,48 +4125,38 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/taplo/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-ocaml-plugin/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-plugin-collection/plugins/taplo/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/neo4j/lib/utils.bash", - "lines": 14, + "file_path": "asdf-ocaml-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/neo4j/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-ocaml-plugin/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/neo4j/src/abi/Foreign.idr", - "lines": 218, + "file_path": "asdf-ocaml-plugin/src/abi/Foreign.idr", + "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -4122,7 +4165,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/neo4j/src/abi/Types.idr", + "file_path": "asdf-ocaml-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -4132,28 +4175,28 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/neo4j/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-fortran-plugin/lib/utils.bash", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/neo4j/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-franklin-plugin/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/metaiconic/lib/utils.bash", - "lines": 41, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4162,88 +4205,88 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/metaiconic/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-openlitespeed-plugin/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/metaiconic/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "asdf-openlitespeed-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/metaiconic/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-openlitespeed-plugin/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/metaiconic/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "asdf-openlitespeed-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/metaiconic/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "asdf-openlitespeed-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/fortran/lib/utils.bash", - "lines": 164, + "file_path": "asdf-zola-plugin/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/httpd/lib/utils.bash", - "lines": 14, + "file_path": "asdf-zola-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/httpd/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-zola-plugin/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/httpd/src/abi/Foreign.idr", - "lines": 218, + "file_path": "asdf-zola-plugin/src/abi/Foreign.idr", + "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -4252,7 +4295,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/httpd/src/abi/Types.idr", + "file_path": "asdf-zola-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -4262,7 +4305,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/httpd/ffi/zig/test/integration_test.zig", + "file_path": "asdf-cobalt-plugin/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-cobalt-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -4272,7 +4325,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/httpd/ffi/zig/src/main.zig", + "file_path": "asdf-cobalt-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -4282,29 +4335,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/virtuoso/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-cobalt-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/virtuoso/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "asdf-plugin-collection/plugins/virtuoso/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "asdf-cobalt-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4312,17 +4355,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/virtuoso/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-vlang-plugin/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/virtuoso/ffi/zig/test/integration_test.zig", + "file_path": "asdf-vlang-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -4332,7 +4375,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/virtuoso/ffi/zig/src/main.zig", + "file_path": "asdf-vlang-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -4342,28 +4385,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/vlang/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "asdf-plugin-collection/plugins/vlang/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "asdf-plugin-collection/plugins/vlang/src/abi/Foreign.idr", - "lines": 218, + "file_path": "asdf-vlang-plugin/src/abi/Foreign.idr", + "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -4372,7 +4395,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/vlang/src/abi/Types.idr", + "file_path": "asdf-vlang-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -4382,28 +4405,18 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/vlang/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-git-crypt-plugin/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-plugin-collection/plugins/vlang/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/grype/lib/utils.bash", - "lines": 18, + "file_path": "asdf-couchdb-plugin/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4412,28 +4425,28 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/mysql/lib/utils.bash", - "lines": 14, + "file_path": "asdf-couchdb-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/mysql/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-couchdb-plugin/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/mysql/src/abi/Foreign.idr", - "lines": 218, + "file_path": "asdf-couchdb-plugin/src/abi/Foreign.idr", + "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -4442,7 +4455,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/mysql/src/abi/Types.idr", + "file_path": "asdf-couchdb-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -4452,49 +4465,49 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/mysql/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-kdl-fmt-plugin/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/mysql/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-kdl-fmt-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/dragonfly/lib/utils.bash", - "lines": 59, + "file_path": "asdf-kdl-fmt-plugin/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/dragonfly/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, + "file_path": "asdf-kdl-fmt-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/dragonfly/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "asdf-kdl-fmt-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4502,17 +4515,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/dragonfly/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-step-ca-plugin/lib/utils.bash", + "lines": 16, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/dragonfly/ffi/zig/test/integration_test.zig", + "file_path": "asdf-step-ca-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -4522,7 +4535,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/dragonfly/ffi/zig/src/main.zig", + "file_path": "asdf-step-ca-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -4532,29 +4545,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/step-ca/lib/utils.bash", - "lines": 16, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "asdf-plugin-collection/plugins/step-ca/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, + "file_path": "asdf-step-ca-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/step-ca/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "asdf-step-ca-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4562,17 +4565,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/step-ca/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-httpd-plugin/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/step-ca/ffi/zig/test/integration_test.zig", + "file_path": "asdf-httpd-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -4582,7 +4585,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/step-ca/ffi/zig/src/main.zig", + "file_path": "asdf-httpd-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -4592,47 +4595,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cfssl/lib/utils.bash", - "lines": 17, - "unsafe_blocks": 0, + "file_path": "asdf-httpd-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cfssl/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, + "file_path": "asdf-httpd-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cfssl/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "asdf-ephapax-plugin/lib/utils.bash", + "lines": 147, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cfssl/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-neo4j-plugin/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/cfssl/ffi/zig/test/integration_test.zig", + "file_path": "asdf-neo4j-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -4642,7 +4645,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/cfssl/ffi/zig/src/main.zig", + "file_path": "asdf-neo4j-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -4652,29 +4655,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/kdl-fmt/lib/utils.bash", - "lines": 16, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "asdf-plugin-collection/plugins/kdl-fmt/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, + "file_path": "asdf-neo4j-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/kdl-fmt/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "asdf-neo4j-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4682,17 +4675,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/kdl-fmt/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-openssh-plugin/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/kdl-fmt/ffi/zig/test/integration_test.zig", + "file_path": "asdf-openssh-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -4702,7 +4695,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/kdl-fmt/ffi/zig/src/main.zig", + "file_path": "asdf-openssh-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -4712,29 +4705,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/zola/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "asdf-plugin-collection/plugins/zola/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, + "file_path": "asdf-openssh-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/zola/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "asdf-openssh-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4742,17 +4725,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/zola/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-hashicorp-plugin/lib/utils.bash", + "lines": 273, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/zola/ffi/zig/test/integration_test.zig", + "file_path": "asdf-hashicorp-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -4762,7 +4745,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/zola/ffi/zig/src/main.zig", + "file_path": "asdf-hashicorp-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -4772,29 +4755,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/rethinkdb/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "asdf-plugin-collection/plugins/rethinkdb/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, + "file_path": "asdf-hashicorp-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/rethinkdb/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "asdf-hashicorp-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4802,17 +4775,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/rethinkdb/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-melange-plugin/lib/utils.bash", + "lines": 16, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/rethinkdb/ffi/zig/test/integration_test.zig", + "file_path": "asdf-melange-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -4822,7 +4795,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/rethinkdb/ffi/zig/src/main.zig", + "file_path": "asdf-melange-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -4832,29 +4805,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/mdbook/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "asdf-plugin-collection/plugins/mdbook/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, + "file_path": "asdf-melange-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/mdbook/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "asdf-melange-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4862,17 +4825,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/mdbook/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-linkerd-plugin/lib/utils.bash", + "lines": 27, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/mdbook/ffi/zig/test/integration_test.zig", + "file_path": "asdf-linkerd-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -4882,7 +4845,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/mdbook/ffi/zig/src/main.zig", + "file_path": "asdf-linkerd-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -4892,29 +4855,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/openlitespeed/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "asdf-plugin-collection/plugins/openlitespeed/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, + "file_path": "asdf-linkerd-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/openlitespeed/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "asdf-linkerd-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4922,17 +4875,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/openlitespeed/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-trivy-plugin/lib/utils.bash", + "lines": 44, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/openlitespeed/ffi/zig/test/integration_test.zig", + "file_path": "asdf-trivy-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -4942,7 +4895,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/openlitespeed/ffi/zig/src/main.zig", + "file_path": "asdf-trivy-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -4952,28 +4905,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/doctl/lib/utils.bash", - "lines": 15, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "asdf-plugin-collection/plugins/doctl/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "asdf-plugin-collection/plugins/doctl/src/abi/Foreign.idr", - "lines": 218, + "file_path": "asdf-trivy-plugin/src/abi/Foreign.idr", + "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -4982,7 +4915,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/doctl/src/abi/Types.idr", + "file_path": "asdf-trivy-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -4992,27 +4925,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/doctl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-fulcio-plugin/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-plugin-collection/plugins/doctl/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/franklin/lib/utils.bash", + "file_path": "asdf-pollen-plugin/lib/utils.bash", "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, @@ -5022,28 +4945,28 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/casket-ssg/lib/utils.bash", - "lines": 228, + "file_path": "asdf-pollen-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/casket-ssg/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-pollen-plugin/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/casket-ssg/src/abi/Foreign.idr", - "lines": 218, + "file_path": "asdf-pollen-plugin/src/abi/Foreign.idr", + "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -5052,7 +4975,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/casket-ssg/src/abi/Types.idr", + "file_path": "asdf-pollen-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -5062,49 +4985,49 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/casket-ssg/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-surrealdb-plugin/lib/utils.bash", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/casket-ssg/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-surrealdb-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/couchdb/lib/utils.bash", - "lines": 14, + "file_path": "asdf-surrealdb-plugin/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/couchdb/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, + "file_path": "asdf-surrealdb-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/couchdb/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "asdf-surrealdb-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5112,17 +5035,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/couchdb/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-metaiconic-plugin/lib/utils.bash", + "lines": 41, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/couchdb/ffi/zig/test/integration_test.zig", + "file_path": "asdf-metaiconic-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5132,7 +5055,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/couchdb/ffi/zig/src/main.zig", + "file_path": "asdf-metaiconic-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5142,29 +5065,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/sops/lib/utils.bash", - "lines": 146, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "asdf-plugin-collection/plugins/sops/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, + "file_path": "asdf-metaiconic-plugin/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/sops/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "asdf-metaiconic-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5172,17 +5085,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/sops/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-openssl-plugin/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/sops/ffi/zig/test/integration_test.zig", + "file_path": "asdf-openssl-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5192,7 +5105,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/sops/ffi/zig/src/main.zig", + "file_path": "asdf-openssl-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5202,29 +5115,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/coredns/lib/utils.bash", - "lines": 16, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "asdf-plugin-collection/plugins/coredns/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, + "file_path": "asdf-openssl-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/coredns/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "asdf-openssl-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5232,17 +5135,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/coredns/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-cosign-plugin/lib/utils.bash", + "lines": 15, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/coredns/ffi/zig/test/integration_test.zig", + "file_path": "asdf-cosign-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5252,7 +5155,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/coredns/ffi/zig/src/main.zig", + "file_path": "asdf-cosign-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5262,38 +5165,58 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/haproxy/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-cosign-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/zig/lib/utils.bash", - "lines": 172, + "file_path": "asdf-cosign-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "asdf-opa-plugin/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/zig/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-opa-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-opa-plugin/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/zig/src/abi/Foreign.idr", - "lines": 218, + "file_path": "asdf-opa-plugin/src/abi/Foreign.idr", + "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -5302,7 +5225,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/zig/src/abi/Types.idr", + "file_path": "asdf-opa-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -5312,7 +5235,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-collection/plugins/zig/ffi/zig/test/integration_test.zig", + "file_path": "asdf-bebop-plugin/lib/utils.bash", + "lines": 62, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-bebop-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5322,7 +5255,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-plugin-collection/plugins/zig/ffi/zig/src/main.zig", + "file_path": "asdf-bebop-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5332,19 +5265,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-vlang-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-bebop-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-vlang-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-bebop-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5352,17 +5285,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-vlang-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-nickel-plugin/lib/utils.bash", + "lines": 74, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-vlang-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-nickel-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5372,7 +5305,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-vlang-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-nickel-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5382,82 +5315,58 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-configurator/lib/utils.bash", - "lines": 41, - "unsafe_blocks": 0, + "file_path": "asdf-nickel-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "asdf-plugin-configurator/src/config.rs", - "lines": 201, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "asdf-plugin-configurator/src/main.rs", - "lines": 243, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-configurator/src/commands/list.rs", - "lines": 205, - "unsafe_blocks": 0, + "file_path": "asdf-nickel-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-configurator/src/commands/init.rs", - "lines": 39, + "file_path": "asdf-pomerium-plugin/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-configurator/src/commands/sync.rs", - "lines": 422, + "file_path": "asdf-pomerium-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-plugin-configurator/src/commands/export.rs", - "lines": 91, + "file_path": "asdf-pomerium-plugin/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-plugin-configurator/src/abi/Foreign.idr", - "lines": 218, + "file_path": "asdf-pomerium-plugin/src/abi/Foreign.idr", + "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -5466,7 +5375,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-configurator/src/abi/Types.idr", + "file_path": "asdf-pomerium-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -5476,7 +5385,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-plugin-configurator/ffi/zig/test/integration_test.zig", + "file_path": "asdf-control-tower/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5486,7 +5395,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-plugin-configurator/ffi/zig/src/main.zig", + "file_path": "asdf-control-tower/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5496,19 +5405,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-syft-plugin/lib/utils.bash", - "lines": 18, - "unsafe_blocks": 0, + "file_path": "asdf-control-tower/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-syft-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-control-tower/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5516,17 +5425,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-syft-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-security-plugin/lib/utils.bash", + "lines": 552, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "asdf-syft-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-security-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5536,7 +5445,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-syft-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-security-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5546,19 +5455,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-dhall-plugin/lib/utils.bash", - "lines": 62, - "unsafe_blocks": 0, + "file_path": "asdf-security-plugin/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-dhall-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-security-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5566,17 +5475,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-dhall-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-configurator/lib/utils.bash", + "lines": 41, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-dhall-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-plugin-configurator/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5586,7 +5495,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-dhall-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-plugin-configurator/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5596,19 +5505,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-mysql-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-plugin-configurator/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-mysql-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-plugin-configurator/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5616,67 +5525,81 @@ "threading_constructs": 0 }, { - "file_path": "asdf-mysql-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-configurator/src/main.rs", + "lines": 243, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-mysql-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-plugin-configurator/src/commands/init.rs", + "lines": 39, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-mysql-plugin/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-plugin-configurator/src/commands/list.rs", + "lines": 205, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-cue-plugin/lib/utils.bash", - "lines": 63, + "file_path": "asdf-plugin-configurator/src/commands/export.rs", + "lines": 91, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-cue-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-plugin-configurator/src/commands/sync.rs", + "lines": 422, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 4, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-cue-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-plugin-configurator/src/config.rs", + "lines": 201, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 2, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "asdf-apko-plugin/lib/utils.bash", + "lines": 16, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-cue-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-apko-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5686,7 +5609,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-cue-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-apko-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5695,16 +5618,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "asdf-apko-plugin/lib/utils.bash", - "lines": 16, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, { "file_path": "asdf-apko-plugin/src/abi/Foreign.idr", "lines": 217, @@ -5726,7 +5639,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-apko-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-arangodb-plugin/lib/utils.bash", + "lines": 51, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-arangodb-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5736,7 +5659,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-apko-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-arangodb-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5746,19 +5669,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-neo4j-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-arangodb-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-neo4j-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-arangodb-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5766,17 +5689,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-neo4j-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-doctl-plugin/lib/utils.bash", + "lines": 15, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-neo4j-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-doctl-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5786,7 +5709,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-neo4j-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-doctl-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5796,19 +5719,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-varnish-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-doctl-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-varnish-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-doctl-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5816,17 +5739,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-varnish-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-restic-plugin/lib/utils.bash", + "lines": 16, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-varnish-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-restic-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5836,7 +5759,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-varnish-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-restic-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5846,19 +5769,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-yj-plugin/lib/utils.bash", - "lines": 16, - "unsafe_blocks": 0, + "file_path": "asdf-restic-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-yj-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-restic-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5866,17 +5789,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-yj-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-taplo-plugin/lib/utils.bash", + "lines": 16, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-yj-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-taplo-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -5886,7 +5809,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-yj-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-taplo-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -5896,17 +5819,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-linkerd-plugin/lib/utils.bash", - "lines": 27, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "asdf-linkerd-plugin/src/abi/Foreign.idr", + "file_path": "asdf-taplo-plugin/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -5916,7 +5829,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-linkerd-plugin/src/abi/Types.idr", + "file_path": "asdf-taplo-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -5926,78 +5839,58 @@ "threading_constructs": 0 }, { - "file_path": "asdf-linkerd-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-ghjk/lib/utils.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-linkerd-plugin/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-ghjk/lib/cache.sh", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-yq-plugin/lib/utils.bash", - "lines": 16, + "file_path": "asdf-ghjk/lib/utils.bash", + "lines": 232, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "asdf-yq-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-ghjk/scripts/setup-dev.sh", + "lines": 112, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-yq-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-ghjk/scripts/benchmark.sh", + "lines": 127, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "asdf-yq-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-yq-plugin/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-metaiconic-plugin/lib/utils.bash", - "lines": 41, + "file_path": "asdf-ghjk/scripts/cleanup.sh", + "lines": 197, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6006,27 +5899,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-metaiconic-plugin/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "asdf-ghjk/scripts/doctor.sh", + "lines": 199, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "asdf-metaiconic-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-syft-plugin/lib/utils.bash", + "lines": 18, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-metaiconic-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-syft-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6036,7 +5929,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-metaiconic-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-syft-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6046,19 +5939,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-zig-plugin/lib/utils.bash", - "lines": 172, - "unsafe_blocks": 0, + "file_path": "asdf-syft-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-zig-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-syft-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6066,17 +5959,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-zig-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-influxdb-plugin/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-zig-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-influxdb-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6086,7 +5979,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-zig-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-influxdb-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6096,19 +5989,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-arangodb-plugin/lib/utils.bash", - "lines": 51, - "unsafe_blocks": 0, + "file_path": "asdf-influxdb-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-arangodb-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-influxdb-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6116,17 +6009,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-arangodb-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-cue-plugin/lib/utils.bash", + "lines": 63, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-arangodb-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-cue-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6136,7 +6029,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-arangodb-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-cue-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6146,19 +6039,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-couchdb-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-cue-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-couchdb-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-cue-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6166,17 +6059,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-couchdb-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-zig-plugin/lib/utils.bash", + "lines": 172, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-couchdb-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-zig-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6186,7 +6079,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-couchdb-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-zig-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6196,19 +6089,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-influxdb-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-zig-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-influxdb-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-zig-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6216,17 +6109,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-influxdb-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-borg-plugin/lib/utils.bash", + "lines": 30, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-influxdb-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-borg-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6236,7 +6129,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-influxdb-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-borg-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6246,19 +6139,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-openssl-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-borg-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-openssl-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-borg-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6266,17 +6159,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-openssl-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-rekor-plugin/lib/utils.bash", + "lines": 15, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-openssl-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-rekor-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6286,7 +6179,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-openssl-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-rekor-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6296,19 +6189,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-mdbook-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-rekor-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-mdbook-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-rekor-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6316,17 +6209,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-mdbook-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-ui-plugin/lib/utils.bash", + "lines": 311, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-mdbook-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-ui-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6336,7 +6229,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-mdbook-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-ui-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6345,16 +6238,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "asdf-ui-plugin/lib/utils.bash", - "lines": 311, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, { "file_path": "asdf-ui-plugin/src/abi/Foreign.idr", "lines": 217, @@ -6376,37 +6259,37 @@ "threading_constructs": 0 }, { - "file_path": "asdf-ui-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-casket-ssg-plugin/lib/utils.bash", + "lines": 228, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "asdf-ui-plugin/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-casket-ssg-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "asdf-orchid-plugin/lib/utils.bash", - "lines": 14, + "file_path": "asdf-casket-ssg-plugin/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-orchid-plugin/src/abi/Foreign.idr", + "file_path": "asdf-casket-ssg-plugin/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -6416,7 +6299,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-orchid-plugin/src/abi/Types.idr", + "file_path": "asdf-casket-ssg-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -6426,27 +6309,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-orchid-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-envoy-plugin/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-orchid-plugin/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-gitleaks-plugin/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-serum-plugin/lib/utils.bash", + "file_path": "asdf-virtuoso-plugin/lib/utils.bash", "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, @@ -6456,27 +6339,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-serum-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "asdf-serum-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "asdf-serum-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-virtuoso-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6486,7 +6349,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-serum-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-virtuoso-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6495,16 +6358,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "asdf-virtuoso-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, { "file_path": "asdf-virtuoso-plugin/src/abi/Foreign.idr", "lines": 217, @@ -6526,7 +6379,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-virtuoso-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-serum-plugin/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-serum-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6536,7 +6399,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-virtuoso-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-serum-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6546,19 +6409,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-surrealdb-plugin/lib/utils.bash", - "lines": 62, - "unsafe_blocks": 0, + "file_path": "asdf-serum-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-surrealdb-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-serum-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6566,17 +6429,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-surrealdb-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-mariadb-plugin/lib/utils.bash", + "lines": 16, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-surrealdb-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-mariadb-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6586,7 +6449,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-surrealdb-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-mariadb-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6596,19 +6459,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-cassandra-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-mariadb-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-cassandra-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-mariadb-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6616,17 +6479,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-cassandra-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-mdbook-plugin/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-cassandra-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-mdbook-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6636,7 +6499,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-cassandra-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-mdbook-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6646,19 +6509,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-rescript-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-mdbook-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-rescript-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-mdbook-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6666,17 +6529,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-rescript-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-rethinkdb-plugin/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-rescript-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-rethinkdb-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6686,7 +6549,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-rescript-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-rethinkdb-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6696,17 +6559,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-cosign-plugin/lib/utils.bash", - "lines": 15, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "asdf-cosign-plugin/src/abi/Foreign.idr", + "file_path": "asdf-rethinkdb-plugin/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -6716,7 +6569,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-cosign-plugin/src/abi/Types.idr", + "file_path": "asdf-rethinkdb-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -6726,28 +6579,18 @@ "threading_constructs": 0 }, { - "file_path": "asdf-cosign-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-grype-plugin/lib/utils.bash", + "lines": 18, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-cosign-plugin/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-rekor-plugin/lib/utils.bash", - "lines": 15, + "file_path": "asdf-haproxy-plugin/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6756,27 +6599,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-rekor-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "asdf-rekor-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-sops-plugin/lib/utils.bash", + "lines": 146, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-rekor-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-sops-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6786,7 +6619,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-rekor-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-sops-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6796,19 +6629,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-httpd-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-sops-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-httpd-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-sops-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6816,17 +6649,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-httpd-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-httpd-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6836,7 +6679,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-httpd-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6846,19 +6689,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-ada-plugin/lib/utils.bash", - "lines": 49, - "unsafe_blocks": 0, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-ada-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -6866,17 +6709,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-ada-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-ada-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -6886,7 +6739,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-ada-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -6896,113 +6749,88 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/lib/utils.bash", - "lines": 40, - "unsafe_blocks": 0, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/error.rs", - "lines": 50, - "unsafe_blocks": 0, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", - "lines": 91, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "lines": 147, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 6, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", - "lines": 150, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-monitor/src/main.rs", - "lines": 445, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", - "lines": 99, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "lines": 221, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", - "lines": 118, - "unsafe_blocks": 0, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-metrics/src/error.rs", - "lines": 30, - "unsafe_blocks": 0, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/error.rs", - "lines": 34, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -7011,89 +6839,77 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", - "lines": 192, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", - "lines": 138, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-discover/src/main.rs", - "lines": 144, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-parallel/src/executor.rs", - "lines": 264, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-core/src/error.rs", - "lines": 54, - "unsafe_blocks": 0, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-bench/src/main.rs", - "lines": 485, - "unsafe_blocks": 0, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/melange/contractiles/trust/Trustfile.hs", + "lines": 105, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/melange/lib/utils.bash", + "lines": 16, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/ffi/zig/test/integration_test.zig", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/melange/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -7103,7 +6919,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/ffi/zig/src/main.zig", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/melange/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -7113,17 +6929,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", - "lines": 552, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 9, - "threading_constructs": 0 - }, - { - "file_path": "asdf-augmenters/asdf-security-plugin/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/melange/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -7133,7 +6939,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-security-plugin/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/melange/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -7143,28 +6949,28 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-security-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/haproxy/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-security-plugin/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/serum/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -7173,17 +6979,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/serum/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/serum/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -7193,7 +7009,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/serum/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -7203,47 +7019,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/serum/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/serum/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yj/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yj/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yj/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -7253,7 +7069,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yj/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -7263,47 +7079,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yj/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yj/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/lib/utils.bash", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/lib/utils.bash", - "lines": 51, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -7313,7 +7129,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -7323,47 +7139,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -7373,7 +7189,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -7383,47 +7199,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/syft/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/syft/lib/utils.bash", + "lines": 18, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/lib/utils.bash", - "lines": 62, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/syft/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/syft/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/syft/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -7433,7 +7249,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/syft/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -7443,47 +7259,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ada/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ada/lib/utils.bash", + "lines": 49, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/lib/utils.bash", - "lines": 273, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ada/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ada/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ada/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -7493,7 +7309,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ada/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -7503,47 +7319,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/lib/utils.bash", - "lines": 62, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -7553,7 +7369,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -7563,28 +7379,18 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/lego/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/envoy/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/lego/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -7593,23 +7399,23 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/lego/lib/utils.bash", - "lines": 15, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/lego/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/lego/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/lego/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -7633,28 +7439,18 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/lego/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/lego/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/fornax/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/lib/utils.bash", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -7663,27 +7459,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/lib/utils.bash", - "lines": 74, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -7693,7 +7489,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -7703,47 +7499,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/lib/utils.bash", - "lines": 44, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -7753,7 +7549,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -7763,47 +7559,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/borg/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/borg/lib/utils.bash", + "lines": 30, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/lib/utils.bash", - "lines": 62, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/borg/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/borg/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/borg/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -7813,7 +7609,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/borg/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -7823,47 +7619,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yq/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yq/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/melange/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yq/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/melange/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yq/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/melange/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yq/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -7873,7 +7669,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/melange/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yq/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -7883,23 +7679,13 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/melange/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cassandra/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/melange/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -7913,13 +7699,23 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cassandra/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cassandra/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cassandra/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -7943,28 +7739,28 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cassandra/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/franklin/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cassandra/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/serum/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/syft/lib/utils.bash", - "lines": 18, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/serum/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -7973,17 +7769,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/syft/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/serum/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/serum/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/syft/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/serum/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -7993,7 +7799,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/syft/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/serum/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8003,47 +7809,57 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/syft/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/fornax/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/syft/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/restic/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/lib/utils.bash", + "lines": 228, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/restic/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/restic/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -8053,7 +7869,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/restic/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8063,47 +7879,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/restic/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/restic/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/restic/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/restic/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/restic/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/restic/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/restic/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -8113,7 +7929,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/restic/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8123,47 +7939,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/apko/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/apko/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/opa/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/apko/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/opa/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/apko/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/opa/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/apko/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -8173,7 +7989,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/opa/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/apko/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8183,47 +7999,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/opa/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/opa/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -8233,7 +8049,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8243,47 +8059,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pollen/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pollen/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pollen/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -8293,7 +8109,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pollen/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8303,47 +8119,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pollen/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ui/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pollen/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ui/lib/utils.bash", + "lines": 311, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/borg/lib/utils.bash", - "lines": 30, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ui/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/borg/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ui/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/borg/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ui/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -8353,7 +8169,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/borg/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ui/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8363,47 +8179,57 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/borg/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/fulcio/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/borg/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ada/lib/utils.bash", - "lines": 49, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/lib/utils.bash", + "lines": 51, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ada/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ada/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -8413,7 +8239,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ada/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8423,47 +8249,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ada/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/deno/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ada/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/deno/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ui/lib/utils.bash", - "lines": 311, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/deno/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ui/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/deno/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ui/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/deno/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -8473,7 +8299,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ui/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/deno/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8483,47 +8309,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ui/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ui/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -8533,7 +8359,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8543,47 +8369,57 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/gitleaks/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zig/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zig/lib/utils.bash", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zig/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zig/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zig/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -8593,7 +8429,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zig/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8603,47 +8439,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yq/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yq/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yq/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -8653,7 +8489,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yq/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8663,38 +8499,28 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yq/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/git-crypt/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yq/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/git-crypt/lib/utils.bash", - "lines": 15, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/fulcio/lib/utils.bash", - "lines": 15, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -8703,27 +8529,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/lib/utils.bash", - "lines": 15, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -8733,7 +8559,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8743,47 +8569,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/age/lib/utils.bash", - "lines": 15, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/age/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/age/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -8793,7 +8619,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/age/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8803,47 +8629,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/age/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/age/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -8853,7 +8679,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8863,47 +8689,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/lib/utils.bash", + "lines": 44, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -8913,7 +8739,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8923,47 +8749,57 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/grype/lib/utils.bash", + "lines": 18, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", - "lines": 552, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/security/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/security/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -8973,7 +8809,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/security/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -8983,47 +8819,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/security/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/security/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/lib/utils.bash", + "lines": 273, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/apko/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/apko/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/apko/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -9033,7 +8869,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/apko/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9043,47 +8879,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/apko/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/apko/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/lib/utils.bash", - "lines": 33, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -9093,7 +8929,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9103,28 +8939,18 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/gitleaks/lib/utils.bash", - "lines": 15, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/lib/utils.bash", + "lines": 27, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -9133,27 +8959,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -9163,7 +8989,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9173,47 +8999,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/age/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/age/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/deno/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/age/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/deno/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/age/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/deno/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/age/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -9223,7 +9049,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/deno/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/age/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9233,47 +9059,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/deno/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cue/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/deno/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cue/lib/utils.bash", + "lines": 63, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/lib/utils.bash", - "lines": 15, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cue/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cue/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cue/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -9283,7 +9109,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cue/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9293,47 +9119,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -9343,7 +9169,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9353,47 +9179,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -9403,7 +9229,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9413,47 +9239,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cue/lib/utils.bash", - "lines": 63, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cue/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cue/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -9463,7 +9289,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cue/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9473,47 +9299,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cue/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cue/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/lib/utils.bash", - "lines": 27, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -9523,7 +9349,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9533,47 +9359,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/lib/utils.bash", + "lines": 33, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -9583,7 +9409,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9593,47 +9419,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/lib/utils.bash", + "lines": 17, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -9643,7 +9469,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9653,47 +9479,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/lib/utils.bash", - "lines": 41, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -9703,7 +9529,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9713,57 +9539,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/fortran/lib/utils.bash", - "lines": 164, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/lib/utils.bash", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -9773,7 +9589,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9783,47 +9599,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/lib/utils.bash", + "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -9833,7 +9649,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9843,28 +9659,28 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/envoy/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/lib/utils.bash", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -9873,17 +9689,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -9893,7 +9719,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9903,28 +9729,18 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/grype/lib/utils.bash", - "lines": 18, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -9933,27 +9749,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -9963,7 +9779,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -9973,47 +9789,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/opa/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/opa/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/lib/utils.bash", - "lines": 59, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/opa/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/opa/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/opa/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -10023,7 +9839,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/opa/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -10033,47 +9849,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/lib/utils.bash", + "lines": 74, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -10083,7 +9899,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -10093,47 +9909,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zola/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zola/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/lib/utils.bash", - "lines": 17, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zola/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zola/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zola/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -10143,7 +9959,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zola/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -10153,47 +9969,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -10203,7 +10019,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -10213,47 +10029,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/security/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "lines": 552, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zola/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/security/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zola/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/security/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zola/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/security/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -10263,7 +10079,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zola/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/security/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -10273,47 +10089,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zola/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/sops/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zola/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/sops/lib/utils.bash", + "lines": 146, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/sops/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/sops/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/sops/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -10323,7 +10139,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/sops/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -10333,47 +10149,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yj/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yj/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yj/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yj/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yj/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -10383,7 +10199,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yj/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -10393,27 +10209,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/fortran/lib/utils.bash", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pollen/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/lib/utils.bash", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pollen/lib/utils.bash", "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, @@ -10423,17 +10239,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pollen/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pollen/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pollen/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -10443,7 +10269,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pollen/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -10453,47 +10279,47 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/lib/utils.bash", - "lines": 15, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -10503,7 +10329,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -10513,57 +10339,37 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/franklin/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-metaiconic-plugin/lib/utils.bash", + "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/lib/utils.bash", - "lines": 228, + "file_path": "asdf-augmenters/asdf-metaiconic-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-metaiconic-plugin/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-metaiconic-plugin/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -10573,7 +10379,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-metaiconic-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -10583,7 +10389,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/ffi/zig/test/integration_test.zig", + "file_path": "asdf-augmenters/asdf-control-tower/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -10593,7 +10399,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/ffi/zig/src/main.zig", + "file_path": "asdf-augmenters/asdf-control-tower/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -10603,29 +10409,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, + "file_path": "asdf-augmenters/asdf-control-tower/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-augmenters/asdf-control-tower/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -10633,17 +10429,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "lines": 552, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/ffi/zig/test/integration_test.zig", + "file_path": "asdf-augmenters/asdf-security-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -10653,7 +10449,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/ffi/zig/src/main.zig", + "file_path": "asdf-augmenters/asdf-security-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -10663,27 +10459,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/sops/lib/utils.bash", - "lines": 146, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/sops/contractiles/trust/Trustfile.hs", - "lines": 105, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/sops/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-security-plugin/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -10693,7 +10469,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/sops/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-security-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -10703,47 +10479,37 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/sops/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-configurator/lib/utils.bash", + "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/sops/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-configurator/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-configurator/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-plugin-configurator/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -10753,7 +10519,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-plugin-configurator/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -10763,140 +10529,142 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-configurator/src/main.rs", + "lines": 243, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-configurator/src/commands/init.rs", + "lines": 39, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/haproxy/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-configurator/src/commands/list.rs", + "lines": 205, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zig/lib/utils.bash", - "lines": 172, + "file_path": "asdf-augmenters/asdf-plugin-configurator/src/commands/export.rs", + "lines": 91, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zig/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", + "lines": 422, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 4, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zig/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", + "lines": 201, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zig/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-augmenters/asdf-ghjk/lib/utils.sh", + "lines": 278, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zig/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-ghjk/lib/cache.sh", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zig/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-ghjk/lib/utils.bash", + "lines": 249, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/lib/utils.bash", - "lines": 41, + "file_path": "asdf-augmenters/asdf-ghjk/scripts/setup-dev.sh", + "lines": 112, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", - "lines": 201, + "file_path": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "lines": 134, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/src/main.rs", - "lines": 243, + "file_path": "asdf-augmenters/asdf-ghjk/scripts/cleanup.sh", + "lines": 197, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/src/commands/list.rs", - "lines": 205, + "file_path": "asdf-augmenters/asdf-ghjk/scripts/doctor.sh", + "lines": 199, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/src/commands/init.rs", - "lines": 39, + "file_path": "asdf-augmenters/asdf-ui-plugin/lib/utils.bash", + "lines": 311, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -10905,29 +10673,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", - "lines": 422, + "file_path": "asdf-augmenters/asdf-ui-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/src/commands/export.rs", - "lines": 91, + "file_path": "asdf-augmenters/asdf-ui-plugin/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/src/abi/Foreign.idr", + "file_path": "asdf-augmenters/asdf-ui-plugin/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -10937,7 +10703,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/src/abi/Types.idr", + "file_path": "asdf-augmenters/asdf-ui-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -10947,78 +10713,69 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/lib/utils.bash", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-parallel/src/executor.rs", + "lines": 264, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 6, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "asdf-augmenters/asdf-metaiconic-plugin/lib/utils.bash", - "lines": 41, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "lines": 147, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "asdf-augmenters/asdf-metaiconic-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, - "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 6, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-metaiconic-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", + "lines": 91, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "asdf-augmenters/asdf-metaiconic-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", + "lines": 150, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "asdf-augmenters/asdf-metaiconic-plugin/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/error.rs", + "lines": 50, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ui-plugin/lib/utils.bash", - "lines": 311, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-metrics/src/error.rs", + "lines": 30, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -11027,88 +10784,93 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ui-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", + "lines": 192, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ui-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/error.rs", + "lines": 34, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ui-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", + "lines": 138, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ui-plugin/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-discover/src/main.rs", + "lines": 144, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-control-tower/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "lines": 118, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-control-tower/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "lines": 221, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-control-tower/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "lines": 99, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-control-tower/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-bench/src/main.rs", + "lines": 485, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ghjk/lib/cache.sh", - "lines": 148, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-core/src/error.rs", + "lines": 54, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -11117,77 +10879,88 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ghjk/lib/utils.sh", - "lines": 278, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-monitor/src/main.rs", + "lines": 445, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 3, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ghjk/lib/utils.bash", - "lines": 249, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", - "lines": 134, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ghjk/scripts/setup-dev.sh", - "lines": 112, - "unsafe_blocks": 0, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ghjk/scripts/doctor.sh", - "lines": 199, - "unsafe_blocks": 0, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ghjk/scripts/cleanup.sh", - "lines": 197, + "file_path": "asdf-ada-plugin/lib/utils.bash", + "lines": 49, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-doctl-plugin/lib/utils.bash", - "lines": 15, + "file_path": "asdf-ada-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-ada-plugin/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-doctl-plugin/src/abi/Foreign.idr", + "file_path": "asdf-ada-plugin/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -11197,7 +10970,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-doctl-plugin/src/abi/Types.idr", + "file_path": "asdf-ada-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -11207,7 +10980,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-doctl-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-yj-plugin/lib/utils.bash", + "lines": 16, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-yj-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -11217,7 +11000,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-doctl-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-yj-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -11227,19 +11010,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-envoy-plugin/lib/utils.bash", - "lines": 16, - "unsafe_blocks": 0, + "file_path": "asdf-yj-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-control-tower/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "asdf-yj-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -11247,17 +11030,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-control-tower/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-lego-plugin/lib/utils.bash", + "lines": 15, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-control-tower/ffi/zig/test/integration_test.zig", + "file_path": "asdf-lego-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -11267,7 +11050,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-control-tower/ffi/zig/src/main.zig", + "file_path": "asdf-lego-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -11277,19 +11060,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-restic-plugin/lib/utils.bash", - "lines": 16, - "unsafe_blocks": 0, + "file_path": "asdf-lego-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-restic-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-lego-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -11297,17 +11080,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-restic-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-cobol-plugin/lib/utils.bash", + "lines": 33, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-restic-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-cobol-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -11317,7 +11100,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-restic-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-cobol-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -11327,29 +11110,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-fornax-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "asdf-borg-plugin/lib/utils.bash", - "lines": 30, - "unsafe_blocks": 0, + "file_path": "asdf-cobol-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-borg-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-cobol-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -11357,17 +11130,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-borg-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-mysql-plugin/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-borg-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-mysql-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -11377,7 +11150,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-borg-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-mysql-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -11387,29 +11160,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-franklin-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-mysql-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-deno-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "asdf-deno-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-mysql-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -11417,17 +11180,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-deno-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-age-plugin/lib/utils.bash", + "lines": 15, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-deno-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-age-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -11437,7 +11200,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-deno-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-age-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -11447,28 +11210,28 @@ "threading_constructs": 0 }, { - "file_path": "asdf-haproxy-plugin/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "asdf-age-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-fulcio-plugin/lib/utils.bash", - "lines": 15, - "unsafe_blocks": 0, + "file_path": "asdf-age-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "asdf-acceleration-middleware/lib/utils.bash", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -11477,137 +11240,174 @@ "threading_constructs": 0 }, { - "file_path": "asdf-trivy-plugin/lib/utils.bash", - "lines": 44, + "file_path": "asdf-acceleration-middleware/crates/asdf-parallel/src/executor.rs", + "lines": 264, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "allocation_sites": 6, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "lines": 147, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 6, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-trivy-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", + "lines": 91, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "asdf-trivy-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", + "lines": 150, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "asdf-acceleration-middleware/crates/asdf-cache/src/error.rs", + "lines": 50, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-trivy-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-acceleration-middleware/crates/asdf-metrics/src/error.rs", + "lines": 30, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "asdf-trivy-plugin/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-age-plugin/lib/utils.bash", - "lines": 15, + "file_path": "asdf-acceleration-middleware/crates/asdf-config/src/error.rs", + "lines": 34, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-age-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", + "lines": 138, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-age-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-acceleration-middleware/crates/asdf-discover/src/main.rs", + "lines": 144, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "lines": 118, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-age-plugin/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "lines": 221, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 2 }, { - "file_path": "asdf-age-plugin/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "lines": 99, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-cfssl-plugin/lib/utils.bash", - "lines": 17, + "file_path": "asdf-acceleration-middleware/crates/asdf-bench/src/main.rs", + "lines": 485, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-cfssl-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-acceleration-middleware/crates/asdf-core/src/error.rs", + "lines": 54, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-cfssl-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-acceleration-middleware/crates/asdf-monitor/src/main.rs", + "lines": 445, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 3, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-cfssl-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-acceleration-middleware/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -11617,7 +11417,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-cfssl-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-acceleration-middleware/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -11627,19 +11427,19 @@ "threading_constructs": 0 }, { - "file_path": "asdf-mariadb-plugin/lib/utils.bash", - "lines": 16, - "unsafe_blocks": 0, + "file_path": "asdf-acceleration-middleware/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-mariadb-plugin/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "asdf-acceleration-middleware/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -11647,17 +11447,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-mariadb-plugin/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "asdf-varnish-plugin/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-mariadb-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-varnish-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -11667,7 +11467,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-mariadb-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-varnish-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -11677,28 +11477,28 @@ "threading_constructs": 0 }, { - "file_path": "asdf-git-crypt-plugin/lib/utils.bash", - "lines": 15, - "unsafe_blocks": 0, + "file_path": "asdf-varnish-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-ghjk/lib/cache.sh", - "lines": 148, - "unsafe_blocks": 0, + "file_path": "asdf-varnish-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-ghjk/lib/utils.sh", - "lines": 278, + "file_path": "asdf-coredns-plugin/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -11707,67 +11507,77 @@ "threading_constructs": 0 }, { - "file_path": "asdf-ghjk/lib/utils.bash", - "lines": 232, + "file_path": "asdf-coredns-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-ghjk/scripts/benchmark.sh", - "lines": 127, + "file_path": "asdf-coredns-plugin/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-ghjk/scripts/setup-dev.sh", - "lines": 112, - "unsafe_blocks": 0, + "file_path": "asdf-coredns-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-ghjk/scripts/doctor.sh", - "lines": 199, - "unsafe_blocks": 0, + "file_path": "asdf-coredns-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-ghjk/scripts/cleanup.sh", - "lines": 197, + "file_path": "asdf-orchid-plugin/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-cobol-plugin/lib/utils.bash", - "lines": 33, + "file_path": "asdf-orchid-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-orchid-plugin/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-cobol-plugin/src/abi/Foreign.idr", + "file_path": "asdf-orchid-plugin/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -11777,7 +11587,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-cobol-plugin/src/abi/Types.idr", + "file_path": "asdf-orchid-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -11787,7 +11597,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-cobol-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-fornax-plugin/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-cassandra-plugin/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-cassandra-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -11797,7 +11627,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-cobol-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-cassandra-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -11807,7 +11637,127 @@ "threading_constructs": 0 }, { - "file_path": "asdf-zola-plugin/lib/utils.bash", + "file_path": "asdf-cassandra-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "asdf-cassandra-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "asdf-cfssl-plugin/lib/utils.bash", + "lines": 17, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-cfssl-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-cfssl-plugin/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "asdf-cfssl-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "asdf-cfssl-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "asdf-yq-plugin/lib/utils.bash", + "lines": 16, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-yq-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-yq-plugin/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "asdf-yq-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "asdf-yq-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "asdf-rescript-plugin/lib/utils.bash", "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, @@ -11817,7 +11767,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-zola-plugin/src/abi/Foreign.idr", + "file_path": "asdf-rescript-plugin/ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "asdf-rescript-plugin/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "asdf-rescript-plugin/src/abi/Foreign.idr", "lines": 217, "unsafe_blocks": 12, "panic_sites": 0, @@ -11827,7 +11797,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-zola-plugin/src/abi/Types.idr", + "file_path": "asdf-rescript-plugin/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -11837,7 +11807,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-zola-plugin/ffi/zig/test/integration_test.zig", + "file_path": "asdf-deno-plugin/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "asdf-deno-plugin/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -11847,7 +11827,7 @@ "threading_constructs": 2 }, { - "file_path": "asdf-zola-plugin/ffi/zig/src/main.zig", + "file_path": "asdf-deno-plugin/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -11855,170 +11835,196 @@ "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 + }, + { + "file_path": "asdf-deno-plugin/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "asdf-deno-plugin/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", - "concurrency", + "disk", "memory", - "disk" + "cpu", + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "asdf-pollen-plugin/src/abi/Foreign.idr", - "to": "asdf-pollen-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-pollen-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/melange/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/melange/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/melange/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/bebop/src/abi", + "from": "asdf-plugin-collection/plugins/trivy/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/trivy/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/trivy/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/cassandra/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/cassandra/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/cassandra/src/abi", + "from": "asdf-age-plugin/src/abi/Foreign.idr", + "to": "asdf-age-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-age-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-mdbook-plugin/src/abi/Foreign.idr", - "to": "asdf-mdbook-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-mdbook-plugin/src/abi", + "from": "asdf-varnish-plugin/src/abi/Foreign.idr", + "to": "asdf-varnish-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-varnish-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/security/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/security/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/security/src/abi", + "from": "asdf-augmenters/asdf-plugin-configurator/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-configurator/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src/abi", "weight": 1.0 }, { - "from": "asdf-taplo-plugin/src/abi/Foreign.idr", - "to": "asdf-taplo-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-taplo-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/taplo/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/linkerd/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/linkerd/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/linkerd/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/couchdb/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/src/abi", "weight": 1.0 }, { - "from": "asdf-arangodb-plugin/src/abi/Foreign.idr", - "to": "asdf-arangodb-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-arangodb-plugin/src/abi", + "from": "asdf-mdbook-plugin/src/abi/Foreign.idr", + "to": "asdf-mdbook-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-mdbook-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-acceleration-middleware/crates/asdf-cache/src/error.rs", - "to": "asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", - "relation": "shared_dir:asdf-acceleration-middleware/crates/asdf-cache/src", + "from": "asdf-plugin-collection/plugins/lego/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/lego/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/lego/src/abi", "weight": 1.0 }, { - "from": "asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", - "to": "asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "relation": "shared_dir:asdf-acceleration-middleware/crates/asdf-cache/src", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", + "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/error.rs", + "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src", "weight": 1.0 }, { - "from": "asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "to": "asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", - "relation": "shared_dir:asdf-acceleration-middleware/crates/asdf-cache/src", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/error.rs", + "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", + "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/zig/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/zig/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/zig/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/cobol/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/mdbook/src/abi", + "from": "asdf-rekor-plugin/src/abi/Foreign.idr", + "to": "asdf-rekor-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-rekor-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-cobol-plugin/src/abi/Foreign.idr", - "to": "asdf-cobol-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-cobol-plugin/src/abi", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", + "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src", + "weight": 1.0 + }, + { + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", + "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", + "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", - "to": "asdf-augmenters/asdf-ghjk/scripts/setup-dev.sh", - "relation": "shared_dir:asdf-augmenters/asdf-ghjk/scripts", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", + "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/error.rs", + "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/scripts/setup-dev.sh", - "to": "asdf-augmenters/asdf-ghjk/scripts/doctor.sh", - "relation": "shared_dir:asdf-augmenters/asdf-ghjk/scripts", + "from": "asdf-hashicorp-plugin/src/abi/Foreign.idr", + "to": "asdf-hashicorp-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-hashicorp-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/scripts/doctor.sh", - "to": "asdf-augmenters/asdf-ghjk/scripts/cleanup.sh", - "relation": "shared_dir:asdf-augmenters/asdf-ghjk/scripts", + "from": "asdf-cosign-plugin/src/abi/Foreign.idr", + "to": "asdf-cosign-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-cosign-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/restic/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/restic/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/restic/src/abi", + "from": "asdf-plugin-collection/plugins/orchid/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/orchid/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/orchid/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/security/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/security/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/security/src/abi", + "from": "asdf-plugin-collection/plugins/linkerd/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/linkerd/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/linkerd/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-configurator/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-configurator/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src/abi", + "from": "asdf-plugin-collection/plugins/cfssl/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/cfssl/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/cfssl/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/src/abi", + "from": "asdf-ghjk/scripts/setup-dev.sh", + "to": "asdf-ghjk/scripts/benchmark.sh", + "relation": "shared_dir:asdf-ghjk/scripts", "weight": 1.0 }, { - "from": "asdf-plugin-configurator/src/config.rs", - "to": "asdf-plugin-configurator/src/main.rs", - "relation": "shared_dir:asdf-plugin-configurator/src", + "from": "asdf-ghjk/scripts/benchmark.sh", + "to": "asdf-ghjk/scripts/cleanup.sh", + "relation": "shared_dir:asdf-ghjk/scripts", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/src/abi", + "from": "asdf-ghjk/scripts/cleanup.sh", + "to": "asdf-ghjk/scripts/doctor.sh", + "relation": "shared_dir:asdf-ghjk/scripts", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/rescript/src/abi", + "from": "asdf-step-ca-plugin/src/abi/Foreign.idr", + "to": "asdf-step-ca-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-step-ca-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/deno/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/deno/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/deno/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/mariadb/src/abi", "weight": 1.0 }, { @@ -12028,303 +12034,309 @@ "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/apko/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/apko/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/apko/src/abi", + "from": "asdf-openlitespeed-plugin/src/abi/Foreign.idr", + "to": "asdf-openlitespeed-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-openlitespeed-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/vlang/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/step-ca/src/abi", + "from": "asdf-doctl-plugin/src/abi/Foreign.idr", + "to": "asdf-doctl-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-doctl-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/httpd/src/abi", + "from": "asdf-sops-plugin/src/abi/Foreign.idr", + "to": "asdf-sops-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-sops-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/vlang/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/vlang/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/vlang/src/abi", + "from": "asdf-plugin-collection/plugins/age/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/age/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/age/src/abi", "weight": 1.0 }, { - "from": "asdf-coredns-plugin/src/abi/Foreign.idr", - "to": "asdf-coredns-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-coredns-plugin/src/abi", + "from": "asdf-mysql-plugin/src/abi/Foreign.idr", + "to": "asdf-mysql-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-mysql-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/coredns/src/abi", + "from": "asdf-metaiconic-plugin/src/abi/Foreign.idr", + "to": "asdf-metaiconic-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-metaiconic-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-serum-plugin/src/abi/Foreign.idr", - "to": "asdf-serum-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-serum-plugin/src/abi", + "from": "asdf-plugin-configurator/src/main.rs", + "to": "asdf-plugin-configurator/src/config.rs", + "relation": "shared_dir:asdf-plugin-configurator/src", "weight": 1.0 }, { - "from": "asdf-influxdb-plugin/src/abi/Foreign.idr", - "to": "asdf-influxdb-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-influxdb-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/cobol/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/bebop/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-control-tower/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-control-tower/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-control-tower/src/abi", + "from": "asdf-cue-plugin/src/abi/Foreign.idr", + "to": "asdf-cue-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-cue-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/yq/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/yq/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/yq/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/sops/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/sops/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/sops/src/abi", "weight": 1.0 }, { - "from": "asdf-apko-plugin/src/abi/Foreign.idr", - "to": "asdf-apko-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-apko-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/pomerium/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/pomerium/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/pomerium/src/abi", "weight": 1.0 }, { - "from": "asdf-openssh-plugin/src/abi/Foreign.idr", - "to": "asdf-openssh-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-openssh-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/deno/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/deno/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/deno/src/abi", "weight": 1.0 }, { - "from": "asdf-linkerd-plugin/src/abi/Foreign.idr", - "to": "asdf-linkerd-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-linkerd-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/step-ca/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/list.rs", - "to": "asdf-augmenters/asdf-plugin-configurator/src/commands/init.rs", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src/commands", + "from": "asdf-surrealdb-plugin/src/abi/Foreign.idr", + "to": "asdf-surrealdb-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-surrealdb-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/init.rs", - "to": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src/commands", + "from": "asdf-opa-plugin/src/abi/Foreign.idr", + "to": "asdf-opa-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-opa-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", - "to": "asdf-augmenters/asdf-plugin-configurator/src/commands/export.rs", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src/commands", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/orchid/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/arangodb/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/cobalt/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-acceleration-middleware/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/src/abi", + "from": "asdf-zig-plugin/src/abi/Foreign.idr", + "to": "asdf-zig-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-zig-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/lego/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/lego/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/lego/src/abi", + "from": "asdf-pomerium-plugin/src/abi/Foreign.idr", + "to": "asdf-pomerium-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-pomerium-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/bebop/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/bebop/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/bebop/src/abi", + "from": "asdf-plugin-configurator/src/abi/Foreign.idr", + "to": "asdf-plugin-configurator/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-configurator/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/orchid/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/orchid/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/orchid/src/abi", + "from": "asdf-plugin-collection/plugins/cobalt/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/cobalt/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/cobalt/src/abi", "weight": 1.0 }, { - "from": "asdf-lego-plugin/src/abi/Foreign.idr", - "to": "asdf-lego-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-lego-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/zig/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/zig/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/zig/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/taplo/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/taplo/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/taplo/src/abi", + "from": "asdf-plugin-collection/plugins/openssl/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/openssl/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/openssl/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/mdbook/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/mdbook/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/mdbook/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/serum/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/serum/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/serum/src/abi", "weight": 1.0 }, { - "from": "asdf-neo4j-plugin/src/abi/Foreign.idr", - "to": "asdf-neo4j-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-neo4j-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/borg/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/borg/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/borg/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/cfssl/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/cfssl/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/cfssl/src/abi", + "from": "asdf-virtuoso-plugin/src/abi/Foreign.idr", + "to": "asdf-virtuoso-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-virtuoso-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-cassandra-plugin/src/abi/Foreign.idr", - "to": "asdf-cassandra-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-cassandra-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/mariadb/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/mariadb/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/mariadb/src/abi", "weight": 1.0 }, { - "from": "asdf-acceleration-middleware/crates/asdf-config/src/error.rs", - "to": "asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", - "relation": "shared_dir:asdf-acceleration-middleware/crates/asdf-config/src", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/src/abi", "weight": 1.0 }, { - "from": "asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", - "to": "asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", - "relation": "shared_dir:asdf-acceleration-middleware/crates/asdf-config/src", + "from": "asdf-augmenters/asdf-ghjk/scripts/setup-dev.sh", + "to": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "relation": "shared_dir:asdf-augmenters/asdf-ghjk/scripts", "weight": 1.0 }, { - "from": "asdf-cfssl-plugin/src/abi/Foreign.idr", - "to": "asdf-cfssl-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-cfssl-plugin/src/abi", + "from": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "to": "asdf-augmenters/asdf-ghjk/scripts/cleanup.sh", + "relation": "shared_dir:asdf-augmenters/asdf-ghjk/scripts", "weight": 1.0 }, { - "from": "asdf-ocaml-plugin/src/abi/Foreign.idr", - "to": "asdf-ocaml-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-ocaml-plugin/src/abi", + "from": "asdf-augmenters/asdf-ghjk/scripts/cleanup.sh", + "to": "asdf-augmenters/asdf-ghjk/scripts/doctor.sh", + "relation": "shared_dir:asdf-augmenters/asdf-ghjk/scripts", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/dhall/src/abi", + "from": "asdf-plugin-collection/plugins/ada/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/ada/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/ada/src/abi", + "weight": 1.0 + }, + { + "from": "asdf-cobol-plugin/src/abi/Foreign.idr", + "to": "asdf-cobol-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-cobol-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/httpd/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/httpd/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/httpd/src/abi", + "from": "asdf-cassandra-plugin/src/abi/Foreign.idr", + "to": "asdf-cassandra-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-cassandra-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/hashicorp/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/hashicorp/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/hashicorp/src/abi", + "from": "asdf-augmenters/asdf-ui-plugin/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-ui-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-ui-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/yq/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/yq/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/yq/src/abi", + "from": "asdf-plugin-collection/plugins/neo4j/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/neo4j/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/neo4j/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/cobalt/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/ada/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/ada/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/ada/src/abi", "weight": 1.0 }, { - "from": "asdf-rekor-plugin/src/abi/Foreign.idr", - "to": "asdf-rekor-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-rekor-plugin/src/abi", + "from": "asdf-acceleration-middleware/src/abi/Foreign.idr", + "to": "asdf-acceleration-middleware/src/abi/Types.idr", + "relation": "shared_dir:asdf-acceleration-middleware/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/nickel/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/nickel/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/nickel/src/abi", + "from": "asdf-syft-plugin/src/abi/Foreign.idr", + "to": "asdf-syft-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-syft-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/influxdb/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/influxdb/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/influxdb/src/abi", + "from": "asdf-plugin-collection/plugins/dragonfly/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/dragonfly/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/dragonfly/src/abi", "weight": 1.0 }, { - "from": "asdf-cosign-plugin/src/abi/Foreign.idr", - "to": "asdf-cosign-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-cosign-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/httpd/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/httpd/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/httpd/src/abi", "weight": 1.0 }, { - "from": "asdf-dhall-plugin/src/abi/Foreign.idr", - "to": "asdf-dhall-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-dhall-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/coredns/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/coredns/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/coredns/src/abi", "weight": 1.0 }, { - "from": "asdf-mariadb-plugin/src/abi/Foreign.idr", - "to": "asdf-mariadb-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-mariadb-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/serum/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/serum/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/serum/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/rescript/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/rescript/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/rescript/src/abi", + "from": "asdf-yq-plugin/src/abi/Foreign.idr", + "to": "asdf-yq-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-yq-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/zola/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/zola/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/zola/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/rescript/src/abi", "weight": 1.0 }, { - "from": "asdf-openlitespeed-plugin/src/abi/Foreign.idr", - "to": "asdf-openlitespeed-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-openlitespeed-plugin/src/abi", + "from": "asdf-rescript-plugin/src/abi/Foreign.idr", + "to": "asdf-rescript-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-rescript-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-bebop-plugin/src/abi/Foreign.idr", - "to": "asdf-bebop-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-bebop-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/apko/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/apko/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/apko/src/abi", "weight": 1.0 }, { - "from": "asdf-control-tower/src/abi/Foreign.idr", - "to": "asdf-control-tower/src/abi/Types.idr", - "relation": "shared_dir:asdf-control-tower/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/ocaml/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/ocaml/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/ocaml/src/abi", + "from": "asdf-trivy-plugin/src/abi/Foreign.idr", + "to": "asdf-trivy-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-trivy-plugin/src/abi", "weight": 1.0 }, { @@ -12334,141 +12346,141 @@ "weight": 1.0 }, { - "from": "asdf-varnish-plugin/src/abi/Foreign.idr", - "to": "asdf-varnish-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-varnish-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/mysql/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/mysql/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/mysql/src/abi", "weight": 1.0 }, { - "from": "asdf-cue-plugin/src/abi/Foreign.idr", - "to": "asdf-cue-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-cue-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/openssh/src/abi", "weight": 1.0 }, { - "from": "asdf-yj-plugin/src/abi/Foreign.idr", - "to": "asdf-yj-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-yj-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/metaiconic/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/metaiconic/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/metaiconic/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/nickel/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/influxdb/src/abi", "weight": 1.0 }, { - "from": "asdf-restic-plugin/src/abi/Foreign.idr", - "to": "asdf-restic-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-restic-plugin/src/abi", + "from": "asdf-dhall-plugin/src/abi/Foreign.idr", + "to": "asdf-dhall-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-dhall-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/src/abi", + "from": "asdf-plugin-collection/plugins/cassandra/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/cassandra/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/cassandra/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/src/abi", + "from": "asdf-openssl-plugin/src/abi/Foreign.idr", + "to": "asdf-openssl-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-openssl-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/cassandra/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/cassandra/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/cassandra/src/abi", + "from": "asdf-plugin-collection/plugins/yq/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/yq/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/yq/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/mysql/src/abi", + "from": "asdf-ada-plugin/src/abi/Foreign.idr", + "to": "asdf-ada-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-ada-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/ada/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/ada/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/ada/src/abi", + "from": "asdf-plugin-collection/plugins/vlang/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/vlang/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/vlang/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/pomerium/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/ui/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/ui/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/ui/src/abi", "weight": 1.0 }, { - "from": "asdf-sops-plugin/src/abi/Foreign.idr", - "to": "asdf-sops-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-sops-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/rekor/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/serum/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/serum/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/serum/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/mdbook/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/openssh/src/abi", + "from": "asdf-mariadb-plugin/src/abi/Foreign.idr", + "to": "asdf-mariadb-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-mariadb-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/melange/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/melange/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/melange/src/abi", + "from": "asdf-plugin-collection/plugins/melange/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/melange/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/melange/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/cue/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/cue/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/cue/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/lego/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/lego/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/lego/src/abi", "weight": 1.0 }, { - "from": "asdf-mysql-plugin/src/abi/Foreign.idr", - "to": "asdf-mysql-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-mysql-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/deno/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/deno/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/deno/src/abi", "weight": 1.0 }, { - "from": "asdf-ghjk/lib/cache.sh", - "to": "asdf-ghjk/lib/utils.sh", - "relation": "shared_dir:asdf-ghjk/lib", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/varnish/src/abi", "weight": 1.0 }, { - "from": "asdf-ghjk/lib/utils.sh", - "to": "asdf-ghjk/lib/utils.bash", - "relation": "shared_dir:asdf-ghjk/lib", + "from": "asdf-cobalt-plugin/src/abi/Foreign.idr", + "to": "asdf-cobalt-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-cobalt-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-security-plugin/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-security-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-security-plugin/src/abi", + "from": "asdf-kdl-fmt-plugin/src/abi/Foreign.idr", + "to": "asdf-kdl-fmt-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-kdl-fmt-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-acceleration-middleware/src/abi/Foreign.idr", - "to": "asdf-acceleration-middleware/src/abi/Types.idr", - "relation": "shared_dir:asdf-acceleration-middleware/src/abi", + "from": "asdf-plugin-collection/plugins/syft/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/syft/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/syft/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/kdl-fmt/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/kdl-fmt/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/kdl-fmt/src/abi", + "from": "asdf-bebop-plugin/src/abi/Foreign.idr", + "to": "asdf-bebop-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-bebop-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/mariadb/src/abi", + "from": "asdf-deno-plugin/src/abi/Foreign.idr", + "to": "asdf-deno-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-deno-plugin/src/abi", "weight": 1.0 }, { @@ -12478,717 +12490,705 @@ "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/sops/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/sops/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/sops/src/abi", - "weight": 1.0 - }, - { - "from": "asdf-plugin-collection/plugins/arangodb/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/arangodb/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/arangodb/src/abi", - "weight": 1.0 - }, - { - "from": "asdf-plugin-collection/plugins/age/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/age/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/age/src/abi", - "weight": 1.0 - }, - { - "from": "asdf-deno-plugin/src/abi/Foreign.idr", - "to": "asdf-deno-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-deno-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/cosign/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/cosign/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/cosign/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/apko/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/apko/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/apko/src/abi", + "from": "asdf-plugin-collection/plugins/influxdb/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/influxdb/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/influxdb/src/abi", "weight": 1.0 }, { - "from": "asdf-hashicorp-plugin/src/abi/Foreign.idr", - "to": "asdf-hashicorp-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-hashicorp-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/ui/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/ui/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/ui/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/mariadb/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/mariadb/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/mariadb/src/abi", + "from": "asdf-lego-plugin/src/abi/Foreign.idr", + "to": "asdf-lego-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-lego-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", - "to": "asdf-augmenters/asdf-plugin-configurator/src/main.rs", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src", + "from": "asdf-plugin-collection/plugins/hashicorp/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/hashicorp/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/hashicorp/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/orchid/src/abi", + "from": "asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", + "to": "asdf-acceleration-middleware/crates/asdf-config/src/error.rs", + "relation": "shared_dir:asdf-acceleration-middleware/crates/asdf-config/src", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/openssl/src/abi", + "from": "asdf-acceleration-middleware/crates/asdf-config/src/error.rs", + "to": "asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", + "relation": "shared_dir:asdf-acceleration-middleware/crates/asdf-config/src", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/error.rs", - "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", - "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", - "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", - "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src", + "from": "asdf-plugin-collection/plugins/security/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/security/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/security/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/src/abi", + "from": "asdf-plugin-collection/plugins/zola/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/zola/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/zola/src/abi", "weight": 1.0 }, { - "from": "asdf-borg-plugin/src/abi/Foreign.idr", - "to": "asdf-borg-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-borg-plugin/src/abi", + "from": "asdf-apko-plugin/src/abi/Foreign.idr", + "to": "asdf-apko-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-apko-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/zola/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/zola/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/zola/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/dhall/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ui-plugin/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-ui-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-ui-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/pollen/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/pollen/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/pollen/src/abi", "weight": 1.0 }, { - "from": "asdf-pomerium-plugin/src/abi/Foreign.idr", - "to": "asdf-pomerium-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-pomerium-plugin/src/abi", + "from": "asdf-augmenters/asdf-security-plugin/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-security-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-security-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/trivy/src/abi", + "from": "asdf-pollen-plugin/src/abi/Foreign.idr", + "to": "asdf-pollen-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-pollen-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/yj/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/yj/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/yj/src/abi", + "from": "asdf-ghjk/lib/utils.sh", + "to": "asdf-ghjk/lib/cache.sh", + "relation": "shared_dir:asdf-ghjk/lib", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/pomerium/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/pomerium/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/pomerium/src/abi", + "from": "asdf-ghjk/lib/cache.sh", + "to": "asdf-ghjk/lib/utils.bash", + "relation": "shared_dir:asdf-ghjk/lib", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/syft/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/syft/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/syft/src/abi", + "from": "asdf-plugin-collection/plugins/kdl-fmt/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/kdl-fmt/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/kdl-fmt/src/abi", "weight": 1.0 }, { - "from": "asdf-trivy-plugin/src/abi/Foreign.idr", - "to": "asdf-trivy-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-trivy-plugin/src/abi", + "from": "asdf-httpd-plugin/src/abi/Foreign.idr", + "to": "asdf-httpd-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-httpd-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-orchid-plugin/src/abi/Foreign.idr", - "to": "asdf-orchid-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-orchid-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/doctl/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/cobalt/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/cobalt/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/cobalt/src/abi", + "from": "asdf-couchdb-plugin/src/abi/Foreign.idr", + "to": "asdf-couchdb-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-couchdb-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/ui/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/ui/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/ui/src/abi", + "from": "asdf-plugin-collection/plugins/virtuoso/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/virtuoso/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/virtuoso/src/abi", "weight": 1.0 }, { - "from": "asdf-ui-plugin/src/abi/Foreign.idr", - "to": "asdf-ui-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-ui-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/arangodb/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/ocaml/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/zig/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/zig/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/zig/src/abi", "weight": 1.0 }, { - "from": "asdf-security-plugin/src/abi/Foreign.idr", - "to": "asdf-security-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-security-plugin/src/abi", + "from": "asdf-casket-ssg-plugin/src/abi/Foreign.idr", + "to": "asdf-casket-ssg-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-casket-ssg-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/serum/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/serum/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/serum/src/abi", + "from": "asdf-plugin-collection/plugins/cue/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/cue/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/cue/src/abi", "weight": 1.0 }, { - "from": "asdf-zola-plugin/src/abi/Foreign.idr", - "to": "asdf-zola-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-zola-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/init.rs", + "to": "asdf-augmenters/asdf-plugin-configurator/src/commands/list.rs", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src/commands", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/virtuoso/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/virtuoso/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/virtuoso/src/abi", + "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/list.rs", + "to": "asdf-augmenters/asdf-plugin-configurator/src/commands/export.rs", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src/commands", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/influxdb/src/abi", + "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/export.rs", + "to": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src/commands", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", - "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands", + "from": "asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "to": "asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", + "relation": "shared_dir:asdf-acceleration-middleware/crates/asdf-cache/src", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", - "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands", + "from": "asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", + "to": "asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", + "relation": "shared_dir:asdf-acceleration-middleware/crates/asdf-cache/src", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/syft/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/syft/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/syft/src/abi", + "from": "asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", + "to": "asdf-acceleration-middleware/crates/asdf-cache/src/error.rs", + "relation": "shared_dir:asdf-acceleration-middleware/crates/asdf-cache/src", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/metaiconic/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/metaiconic/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/metaiconic/src/abi", + "from": "asdf-coredns-plugin/src/abi/Foreign.idr", + "to": "asdf-coredns-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-coredns-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/cue/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/cue/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/cue/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/coredns/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/borg/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/borg/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/borg/src/abi", + "from": "asdf-plugin-collection/plugins/taplo/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/taplo/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/taplo/src/abi", "weight": 1.0 }, { - "from": "asdf-syft-plugin/src/abi/Foreign.idr", - "to": "asdf-syft-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-syft-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/syft/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/syft/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/syft/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/coredns/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/coredns/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/coredns/src/abi", + "from": "asdf-restic-plugin/src/abi/Foreign.idr", + "to": "asdf-restic-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-restic-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/varnish/src/abi", + "from": "asdf-borg-plugin/src/abi/Foreign.idr", + "to": "asdf-borg-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-borg-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/src/abi", + "from": "asdf-serum-plugin/src/abi/Foreign.idr", + "to": "asdf-serum-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-serum-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-cobalt-plugin/src/abi/Foreign.idr", - "to": "asdf-cobalt-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-cobalt-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/pollen/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/pollen/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/pollen/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/cassandra/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/cassandra/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/cassandra/src/abi", "weight": 1.0 }, { - "from": "asdf-rescript-plugin/src/abi/Foreign.idr", - "to": "asdf-rescript-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-rescript-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/cobol/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/cobol/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/cobol/src/abi", "weight": 1.0 }, { - "from": "asdf-openssl-plugin/src/abi/Foreign.idr", - "to": "asdf-openssl-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-openssl-plugin/src/abi", + "from": "asdf-cfssl-plugin/src/abi/Foreign.idr", + "to": "asdf-cfssl-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-cfssl-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-rethinkdb-plugin/src/abi/Foreign.idr", - "to": "asdf-rethinkdb-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-rethinkdb-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/step-ca/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/step-ca/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/step-ca/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/dhall/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/dhall/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/dhall/src/abi", + "from": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "to": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "relation": "shared_dir:asdf-acceleration-middleware/crates/asdf-accelerate/src/commands", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/opa/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/opa/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/opa/src/abi", + "from": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "to": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "relation": "shared_dir:asdf-acceleration-middleware/crates/asdf-accelerate/src/commands", "weight": 1.0 }, { - "from": "asdf-virtuoso-plugin/src/abi/Foreign.idr", - "to": "asdf-virtuoso-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-virtuoso-plugin/src/abi", + "from": "asdf-taplo-plugin/src/abi/Foreign.idr", + "to": "asdf-taplo-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-taplo-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-configurator/src/abi/Foreign.idr", - "to": "asdf-plugin-configurator/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-configurator/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/openlitespeed/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/openlitespeed/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/openlitespeed/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/cfssl/src/abi", "weight": 1.0 }, { - "from": "asdf-casket-ssg-plugin/src/abi/Foreign.idr", - "to": "asdf-casket-ssg-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-casket-ssg-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/rethinkdb/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/rethinkdb/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/rethinkdb/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/ada/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/ada/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/ada/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/trivy/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/openssh/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/openssh/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/openssh/src/abi", + "from": "asdf-plugin-configurator/src/commands/init.rs", + "to": "asdf-plugin-configurator/src/commands/list.rs", + "relation": "shared_dir:asdf-plugin-configurator/src/commands", "weight": 1.0 }, { "from": "asdf-plugin-configurator/src/commands/list.rs", - "to": "asdf-plugin-configurator/src/commands/init.rs", + "to": "asdf-plugin-configurator/src/commands/export.rs", "relation": "shared_dir:asdf-plugin-configurator/src/commands", "weight": 1.0 }, { - "from": "asdf-plugin-configurator/src/commands/init.rs", + "from": "asdf-plugin-configurator/src/commands/export.rs", "to": "asdf-plugin-configurator/src/commands/sync.rs", "relation": "shared_dir:asdf-plugin-configurator/src/commands", "weight": 1.0 }, { - "from": "asdf-plugin-configurator/src/commands/sync.rs", - "to": "asdf-plugin-configurator/src/commands/export.rs", - "relation": "shared_dir:asdf-plugin-configurator/src/commands", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/src/abi", "weight": 1.0 }, { - "from": "asdf-surrealdb-plugin/src/abi/Foreign.idr", - "to": "asdf-surrealdb-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-surrealdb-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/cosign/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/lib/cache.sh", - "to": "asdf-augmenters/asdf-ghjk/lib/utils.sh", - "relation": "shared_dir:asdf-augmenters/asdf-ghjk/lib", + "from": "asdf-plugin-collection/plugins/openssh/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/openssh/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/openssh/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/lib/utils.sh", - "to": "asdf-augmenters/asdf-ghjk/lib/utils.bash", - "relation": "shared_dir:asdf-augmenters/asdf-ghjk/lib", + "from": "asdf-plugin-collection/plugins/opa/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/opa/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/opa/src/abi", "weight": 1.0 }, { - "from": "asdf-ghjk/scripts/benchmark.sh", - "to": "asdf-ghjk/scripts/setup-dev.sh", - "relation": "shared_dir:asdf-ghjk/scripts", + "from": "asdf-security-plugin/src/abi/Foreign.idr", + "to": "asdf-security-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-security-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-ghjk/scripts/setup-dev.sh", - "to": "asdf-ghjk/scripts/doctor.sh", - "relation": "shared_dir:asdf-ghjk/scripts", + "from": "asdf-plugin-collection/plugins/rescript/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/rescript/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/rescript/src/abi", "weight": 1.0 }, { - "from": "asdf-ghjk/scripts/doctor.sh", - "to": "asdf-ghjk/scripts/cleanup.sh", - "relation": "shared_dir:asdf-ghjk/scripts", + "from": "asdf-neo4j-plugin/src/abi/Foreign.idr", + "to": "asdf-neo4j-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-neo4j-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-vlang-plugin/src/abi/Foreign.idr", - "to": "asdf-vlang-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-vlang-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/casket-ssg/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/casket-ssg/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/casket-ssg/src/abi", + "from": "asdf-arangodb-plugin/src/abi/Foreign.idr", + "to": "asdf-arangodb-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-arangodb-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/doctl/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/doctl/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/doctl/src/abi", + "from": "asdf-orchid-plugin/src/abi/Foreign.idr", + "to": "asdf-orchid-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-orchid-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/mysql/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/mysql/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/mysql/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/linkerd/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/vlang/src/abi", + "from": "asdf-plugin-collection/plugins/surrealdb/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/surrealdb/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/surrealdb/src/abi", "weight": 1.0 }, { - "from": "asdf-melange-plugin/src/abi/Foreign.idr", - "to": "asdf-melange-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-melange-plugin/src/abi", + "from": "asdf-vlang-plugin/src/abi/Foreign.idr", + "to": "asdf-vlang-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-vlang-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-httpd-plugin/src/abi/Foreign.idr", - "to": "asdf-httpd-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-httpd-plugin/src/abi", + "from": "asdf-ui-plugin/src/abi/Foreign.idr", + "to": "asdf-ui-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-ui-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-nickel-plugin/src/abi/Foreign.idr", - "to": "asdf-nickel-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-nickel-plugin/src/abi", + "from": "asdf-control-tower/src/abi/Foreign.idr", + "to": "asdf-control-tower/src/abi/Types.idr", + "relation": "shared_dir:asdf-control-tower/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/cfssl/src/abi", + "from": "asdf-plugin-collection/plugins/arangodb/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/arangodb/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/arangodb/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/melange/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/melange/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/melange/src/abi", + "from": "asdf-plugin-collection/plugins/varnish/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/varnish/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/varnish/src/abi", "weight": 1.0 }, { - "from": "asdf-kdl-fmt-plugin/src/abi/Foreign.idr", - "to": "asdf-kdl-fmt-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-kdl-fmt-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/yj/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/yj/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/yj/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/step-ca/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/step-ca/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/step-ca/src/abi", + "from": "asdf-influxdb-plugin/src/abi/Foreign.idr", + "to": "asdf-influxdb-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-influxdb-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/openssl/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/openssl/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/openssl/src/abi", + "from": "asdf-rethinkdb-plugin/src/abi/Foreign.idr", + "to": "asdf-rethinkdb-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-rethinkdb-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/doctl/src/abi", + "from": "asdf-augmenters/asdf-plugin-configurator/src/main.rs", + "to": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/yj/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/yj/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/yj/src/abi", + "from": "asdf-plugin-collection/plugins/nickel/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/nickel/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/nickel/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/error.rs", - "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", - "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/opa/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/opa/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/opa/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", - "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", - "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src", + "from": "asdf-plugin-collection/plugins/apko/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/apko/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/apko/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/restic/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/restic/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/restic/src/abi", + "from": "asdf-plugin-collection/plugins/dhall/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/dhall/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/dhall/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/neo4j/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/neo4j/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/neo4j/src/abi", + "from": "asdf-plugin-collection/plugins/sops/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/sops/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/sops/src/abi", "weight": 1.0 }, { - "from": "asdf-doctl-plugin/src/abi/Foreign.idr", - "to": "asdf-doctl-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-doctl-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/cue/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/cue/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/cue/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/cosign/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/nickel/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/lego/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/lego/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/lego/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/security/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/security/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/security/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/sops/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/sops/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/sops/src/abi", + "from": "asdf-augmenters/asdf-ghjk/lib/utils.sh", + "to": "asdf-augmenters/asdf-ghjk/lib/cache.sh", + "relation": "shared_dir:asdf-augmenters/asdf-ghjk/lib", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-metaiconic-plugin/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-metaiconic-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-metaiconic-plugin/src/abi", + "from": "asdf-augmenters/asdf-ghjk/lib/cache.sh", + "to": "asdf-augmenters/asdf-ghjk/lib/utils.bash", + "relation": "shared_dir:asdf-augmenters/asdf-ghjk/lib", "weight": 1.0 }, { - "from": "asdf-opa-plugin/src/abi/Foreign.idr", - "to": "asdf-opa-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-opa-plugin/src/abi", + "from": "asdf-yj-plugin/src/abi/Foreign.idr", + "to": "asdf-yj-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-yj-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/dragonfly/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/dragonfly/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/dragonfly/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/mysql/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/borg/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/borg/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/borg/src/abi", + "from": "asdf-dragonfly-plugin/src/abi/Foreign.idr", + "to": "asdf-dragonfly-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-dragonfly-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-age-plugin/src/abi/Foreign.idr", - "to": "asdf-age-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-age-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/neo4j/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/deno/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/deno/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/deno/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/pomerium/src/abi", + "weight": 1.0 + }, + { + "from": "asdf-plugin-collection/plugins/bebop/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/bebop/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/bebop/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/ui/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/ui/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/ui/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/zig/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/zig/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/zig/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/restic/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/restic/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/restic/src/abi", "weight": 1.0 }, { - "from": "asdf-couchdb-plugin/src/abi/Foreign.idr", - "to": "asdf-couchdb-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-couchdb-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/yj/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/yj/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/yj/src/abi", "weight": 1.0 }, { - "from": "asdf-dragonfly-plugin/src/abi/Foreign.idr", - "to": "asdf-dragonfly-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-dragonfly-plugin/src/abi", + "from": "asdf-augmenters/asdf-control-tower/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-control-tower/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-control-tower/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/opa/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/opa/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/opa/src/abi", + "from": "asdf-plugin-collection/plugins/openlitespeed/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/openlitespeed/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/openlitespeed/src/abi", "weight": 1.0 }, { - "from": "asdf-zig-plugin/src/abi/Foreign.idr", - "to": "asdf-zig-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-zig-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/casket-ssg/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/casket-ssg/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/casket-ssg/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/zola/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/zola/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/zola/src/abi", "weight": 1.0 }, { - "from": "asdf-yq-plugin/src/abi/Foreign.idr", - "to": "asdf-yq-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-yq-plugin/src/abi", + "from": "asdf-openssh-plugin/src/abi/Foreign.idr", + "to": "asdf-openssh-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-openssh-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-ada-plugin/src/abi/Foreign.idr", - "to": "asdf-ada-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-ada-plugin/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/ocaml/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/couchdb/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/borg/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/borg/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/borg/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/neo4j/src/abi", + "from": "asdf-nickel-plugin/src/abi/Foreign.idr", + "to": "asdf-nickel-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-nickel-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/taplo/src/abi", + "from": "asdf-plugin-collection/plugins/mdbook/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/mdbook/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/mdbook/src/abi", "weight": 1.0 }, { - "from": "asdf-step-ca-plugin/src/abi/Foreign.idr", - "to": "asdf-step-ca-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-step-ca-plugin/src/abi", + "from": "asdf-plugin-collection/plugins/doctl/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/doctl/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/doctl/src/abi", "weight": 1.0 }, { - "from": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", - "to": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "relation": "shared_dir:asdf-acceleration-middleware/crates/asdf-accelerate/src/commands", + "from": "asdf-linkerd-plugin/src/abi/Foreign.idr", + "to": "asdf-linkerd-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-linkerd-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "to": "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", - "relation": "shared_dir:asdf-acceleration-middleware/crates/asdf-accelerate/src/commands", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/httpd/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/linkerd/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/openssl/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/cosign/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/cosign/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/cosign/src/abi", + "from": "asdf-zola-plugin/src/abi/Foreign.idr", + "to": "asdf-zola-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-zola-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/couchdb/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/couchdb/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/couchdb/src/abi", + "from": "asdf-plugin-collection/plugins/ocaml/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/ocaml/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/ocaml/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/varnish/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/varnish/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/varnish/src/abi", + "from": "asdf-melange-plugin/src/abi/Foreign.idr", + "to": "asdf-melange-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-melange-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/src/abi/Foreign.idr", - "to": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/src/abi/Types.idr", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/rekor/src/abi", + "from": "asdf-plugin-collection/plugins/couchdb/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/couchdb/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/couchdb/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/cobol/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/cobol/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/cobol/src/abi", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/yq/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-plugin-collection/plugins/yq/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-collection/plugins/yq/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/trivy/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/trivy/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/trivy/src/abi", + "from": "asdf-augmenters/asdf-metaiconic-plugin/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-metaiconic-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-metaiconic-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/rethinkdb/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/rethinkdb/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/rethinkdb/src/abi", + "from": "asdf-ocaml-plugin/src/abi/Foreign.idr", + "to": "asdf-ocaml-plugin/src/abi/Types.idr", + "relation": "shared_dir:asdf-ocaml-plugin/src/abi", "weight": 1.0 }, { - "from": "asdf-metaiconic-plugin/src/abi/Foreign.idr", - "to": "asdf-metaiconic-plugin/src/abi/Types.idr", - "relation": "shared_dir:asdf-metaiconic-plugin/src/abi", + "from": "asdf-augmenters/asdf-acceleration-middleware/src/abi/Foreign.idr", + "to": "asdf-augmenters/asdf-acceleration-middleware/src/abi/Types.idr", + "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/src/abi", "weight": 1.0 }, { - "from": "asdf-plugin-collection/plugins/surrealdb/src/abi/Foreign.idr", - "to": "asdf-plugin-collection/plugins/surrealdb/src/abi/Types.idr", - "relation": "shared_dir:asdf-plugin-collection/plugins/surrealdb/src/abi", + "from": "asdf-plugin-collection/plugins/restic/src/abi/Foreign.idr", + "to": "asdf-plugin-collection/plugins/restic/src/abi/Types.idr", + "relation": "shared_dir:asdf-plugin-collection/plugins/restic/src/abi", "weight": 1.0 } ] @@ -13196,93 +13196,104 @@ "taint_matrix": { "rows": [ { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", - "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", - "asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", - "asdf-plugin-configurator/src/commands/sync.rs", - "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", - "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", - "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", - "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs" + "asdf-plugin-configurator/src/config.rs", + "asdf-augmenters/asdf-plugin-configurator/src/config.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 5.0, + "source_category": "PathTraversal", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "asdf-security-plugin/lib/utils.bash", - "asdf-security-plugin/lib/utils.bash", - "asdf-plugin-collection/plugins/security/lib/utils.bash", - "asdf-plugin-collection/plugins/security/lib/utils.bash", - "asdf-augmenters/asdf-security-plugin/lib/utils.bash", - "asdf-augmenters/asdf-security-plugin/lib/utils.bash", - "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", - "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", - "asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh", "asdf-ghjk/scripts/benchmark.sh", - "asdf-ghjk/scripts/rsr-verify.sh" + "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "PathTraversal->Disk" }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ + "asdf-plugin-configurator/src/commands/sync.rs", + "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", + "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", + "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", "asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", - "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", "asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", + "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs" + ], + "frameworks": [], + "relation": "PanicPath->Disk" + }, + { + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ "asdf-plugin-configurator/src/commands/sync.rs", + "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", - "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", - "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs" + "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", + "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs" ], "frameworks": [], "relation": "PanicPath->Memory" }, { "source_category": "CommandInjection", - "sink_axis": "disk", + "sink_axis": "cpu", "severity_value": 5.0, "files": [ - "asdf-security-plugin/lib/utils.bash", "asdf-plugin-collection/plugins/security/lib/utils.bash", - "asdf-augmenters/asdf-security-plugin/lib/utils.bash", - "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", - "asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh", + "asdf-plugin-collection/plugins/security/lib/utils.bash", + "asdf-security-plugin/lib/utils.bash", + "asdf-security-plugin/lib/utils.bash", "asdf-ghjk/scripts/benchmark.sh", - "asdf-ghjk/scripts/rsr-verify.sh" + "asdf-ghjk/scripts/rsr-verify.sh", + "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh" ], "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "CommandInjection->Cpu" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 5.0, "files": [ - "asdf-plugin-configurator/src/config.rs", - "asdf-augmenters/asdf-plugin-configurator/src/config.rs" + "asdf-plugin-collection/plugins/security/lib/utils.bash", + "asdf-security-plugin/lib/utils.bash", + "asdf-ghjk/scripts/benchmark.sh", + "asdf-ghjk/scripts/rsr-verify.sh", + "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "CommandInjection->Disk" }, { "source_category": "UnboundedAllocation", @@ -13294,17 +13305,6 @@ ], "frameworks": [], "relation": "UnboundedAllocation->Memory" - }, - { - "source_category": "PathTraversal", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", - "asdf-ghjk/scripts/benchmark.sh" - ], - "frameworks": [], - "relation": "PathTraversal->Disk" } ] } diff --git a/scans/aspasia.json b/scans/aspasia.json index 1f6ef4fc..79d80d51 100644 --- a/scans/aspasia.json +++ b/scans/aspasia.json @@ -15,13 +15,13 @@ }, "file_statistics": [ { - "file_path": "src/logtalk/statistical_knowledge.lgt", - "lines": 177, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -45,13 +45,13 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/logtalk/statistical_knowledge.lgt", + "lines": 177, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 3, + "io_operations": 0, "threading_constructs": 0 } ], diff --git a/scans/atsiser.json b/scans/atsiser.json index 16241812..03054776 100644 --- a/scans/atsiser.json +++ b/scans/atsiser.json @@ -18,10 +18,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/codegen/parser.rs", - "file": "src/codegen/parser.rs", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/codegen/parser.rs", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -29,26 +29,26 @@ "test_context": "production" }, { - "category": "PanicPath", + "category": "UnboundedAllocation", "location": "src/codegen/parser.rs", "file": "src/codegen/parser.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in src/codegen/parser.rs", + "description": "Potential unbounded allocation pattern detected in src/codegen/parser.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", + "category": "PanicPath", + "location": "src/codegen/parser.rs", + "file": "src/codegen/parser.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", + "description": "0 panic sites and 2 unwrap/expect calls in src/codegen/parser.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, @@ -72,6 +72,16 @@ "threading_constructs": 1 }, "file_statistics": [ + { + "file_path": "tests/integration_test.rs", + "lines": 616, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 20, + "io_operations": 5, + "threading_constructs": 0 + }, { "file_path": "examples/safe-malloc/include/stdlib_subset.h", "lines": 28, @@ -92,6 +102,16 @@ "io_operations": 8, "threading_constructs": 0 }, + { + "file_path": "scripts/abi-ffi-gate.py", + "lines": 103, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, { "file_path": "scripts/install-zig.sh", "lines": 59, @@ -103,23 +123,36 @@ "threading_constructs": 0 }, { - "file_path": "scripts/abi-ffi-gate.py", - "lines": 103, + "file_path": "src/abi/mod.rs", + "lines": 489, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 14, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "src/manifest/mod.rs", + "lines": 469, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 16, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/integration_test.rs", - "lines": 616, + "file_path": "src/codegen/compiler.rs", + "lines": 335, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 20, - "io_operations": 5, + "safe_unwrap_calls": 2, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { @@ -133,17 +166,6 @@ "io_operations": 1, "threading_constructs": 1 }, - { - "file_path": "src/codegen/ats_gen.rs", - "lines": 455, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 8, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/codegen/mod.rs", "lines": 137, @@ -155,13 +177,13 @@ "threading_constructs": 0 }, { - "file_path": "src/codegen/compiler.rs", - "lines": 335, + "file_path": "src/codegen/ats_gen.rs", + "lines": 455, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 10, + "safe_unwrap_calls": 6, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, @@ -174,58 +196,36 @@ "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 - }, - { - "file_path": "src/abi/mod.rs", - "lines": 489, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 14, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/manifest/mod.rs", - "lines": 469, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 16, - "io_operations": 2, - "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", "memory", + "disk", "cpu" ], "dependency_graph": { "edges": [ { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.py", + "from": "scripts/abi-ffi-gate.py", + "to": "scripts/install-zig.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/codegen/parser.rs", - "to": "src/codegen/ats_gen.rs", + "from": "src/codegen/compiler.rs", + "to": "src/codegen/parser.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/codegen/ats_gen.rs", + "from": "src/codegen/parser.rs", "to": "src/codegen/mod.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { "from": "src/codegen/mod.rs", - "to": "src/codegen/compiler.rs", + "to": "src/codegen/ats_gen.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 } @@ -234,25 +234,25 @@ "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/codegen/parser.rs", - "src/manifest/mod.rs" + "src/codegen/parser.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "PanicPath->Memory" }, { - "source_category": "PanicPath", + "source_category": "UnboundedAllocation", "sink_axis": "memory", "severity_value": 2.5, "files": [ + "src/manifest/mod.rs", "src/codegen/parser.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "UncheckedAllocation", @@ -265,25 +265,25 @@ "relation": "UncheckedAllocation->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "src/codegen/parser.rs", - "src/manifest/mod.rs" + "src/codegen/parser.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Disk" }, { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ + "src/manifest/mod.rs", "src/codegen/parser.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "UnboundedAllocation->Cpu" } ] } diff --git a/scans/awesome-idris2.json b/scans/awesome-idris2.json index 4de7a92f..9941c14a 100644 --- a/scans/awesome-idris2.json +++ b/scans/awesome-idris2.json @@ -1,7 +1,7 @@ { "schema_version": "2.5", "program_path": "awesome-idris2", - "language": "shell", + "language": "idris", "frameworks": [], "weak_points": [], "statistics": { diff --git a/scans/betlang.json b/scans/betlang.json index d4c342a3..c218ce8d 100644 --- a/scans/betlang.json +++ b/scans/betlang.json @@ -7,18 +7,6 @@ "Networking" ], "weak_points": [ - { - "category": "UnboundedAllocation", - "location": "bench/bench_lexer.rs", - "file": "bench/bench_lexer.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bench/bench_lexer.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, { "category": "UnboundedAllocation", "location": "tools/bet-cli/src/main.rs", @@ -32,62 +20,59 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "compiler/bet-syntax/src/symbol.rs", - "file": "compiler/bet-syntax/src/symbol.rs", + "category": "InsecureProtocol", + "location": "packaging/scripts/build-all.sh", + "file": "packaging/scripts/build-all.sh", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in compiler/bet-syntax/src/symbol.rs", + "description": "1 HTTP (non-HTTPS) URLs in packaging/scripts/build-all.sh", "recommended_attack": [ - "memory", - "disk" + "network" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "compiler/bet-wasm/src/lib.rs", - "file": "compiler/bet-wasm/src/lib.rs", + "category": "CommandInjection", + "location": "ui/INSTALL.sh", + "file": "ui/INSTALL.sh", "severity": "Medium", - "description": "0 panic sites and 7 unwrap/expect calls in compiler/bet-wasm/src/lib.rs", + "description": "24 potentially unquoted variable expansions in ui/INSTALL.sh", "recommended_attack": [ - "memory", - "disk" + "cpu" ], + "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "compiler/bet-check/src/lib.rs", - "file": "compiler/bet-check/src/lib.rs", + "category": "PathTraversal", + "location": "ui/INSTALL.sh", + "file": "ui/INSTALL.sh", "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in compiler/bet-check/src/lib.rs", + "description": "Hardcoded /tmp/ path without mktemp in ui/INSTALL.sh", "recommended_attack": [ - "memory", "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "compiler/bet-parse/src/tests.rs", - "file": "compiler/bet-parse/src/tests.rs", + "category": "InsecureProtocol", + "location": "ui/INSTALL.sh", + "file": "ui/INSTALL.sh", "severity": "Medium", - "description": "50 panic sites and 101 unwrap/expect calls in compiler/bet-parse/src/tests.rs", + "description": "1 HTTP (non-HTTPS) URLs in ui/INSTALL.sh", "recommended_attack": [ - "memory", - "disk" + "network" ], - "suppressed": true, "test_context": "production" }, { - "category": "PathTraversal", - "location": "ui/launcher/betlang-playground.sh", - "file": "ui/launcher/betlang-playground.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in ui/launcher/betlang-playground.sh", + "category": "DynamicCodeExecution", + "location": "ui/public/app.js", + "file": "ui/public/app.js", + "severity": "High", + "description": "DOM manipulation (innerHTML/document.write) in ui/public/app.js", "recommended_attack": [ - "disk" + "memory", + "network" ], "test_context": "production" }, @@ -115,52 +100,17 @@ ], "test_context": "production" }, - { - "category": "CommandInjection", - "location": "ui/INSTALL.sh", - "file": "ui/INSTALL.sh", - "severity": "Medium", - "description": "24 potentially unquoted variable expansions in ui/INSTALL.sh", - "recommended_attack": [ - "cpu" - ], - "suppressed": true, - "test_context": "production" - }, { "category": "PathTraversal", - "location": "ui/INSTALL.sh", - "file": "ui/INSTALL.sh", + "location": "ui/launcher/betlang-playground.sh", + "file": "ui/launcher/betlang-playground.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in ui/INSTALL.sh", + "description": "Hardcoded /tmp/ path without mktemp in ui/launcher/betlang-playground.sh", "recommended_attack": [ "disk" ], "test_context": "production" }, - { - "category": "InsecureProtocol", - "location": "ui/INSTALL.sh", - "file": "ui/INSTALL.sh", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in ui/INSTALL.sh", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, - { - "category": "DynamicCodeExecution", - "location": "ui/public/app.js", - "file": "ui/public/app.js", - "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in ui/public/app.js", - "recommended_attack": [ - "memory", - "network" - ], - "test_context": "production" - }, { "category": "UnboundedAllocation", "location": "verification/benchmarks/bench_lexer.rs", @@ -173,17 +123,6 @@ ], "test_context": "production" }, - { - "category": "InsecureProtocol", - "location": "packaging/scripts/build-all.sh", - "file": "packaging/scripts/build-all.sh", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in packaging/scripts/build-all.sh", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, { "category": "DynamicCodeExecution", "location": "repl/shell.rkt", @@ -210,10 +149,10 @@ }, { "category": "UnsafeCode", - "location": "bindings/chapel/src/lib.rs", - "file": "bindings/chapel/src/lib.rs", + "location": "bindings/julia/src/lib.rs", + "file": "bindings/julia/src/lib.rs", "severity": "High", - "description": "10 unsafe blocks in bindings/chapel/src/lib.rs", + "description": "19 unsafe blocks in bindings/julia/src/lib.rs", "recommended_attack": [ "memory", "concurrency" @@ -222,10 +161,10 @@ }, { "category": "PanicPath", - "location": "bindings/chapel/src/lib.rs", - "file": "bindings/chapel/src/lib.rs", + "location": "bindings/julia/src/lib.rs", + "file": "bindings/julia/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in bindings/chapel/src/lib.rs", + "description": "0 panic sites and 1 unwrap/expect calls in bindings/julia/src/lib.rs", "recommended_attack": [ "memory", "disk" @@ -234,10 +173,10 @@ }, { "category": "UnsafeCode", - "location": "bindings/chapel/src/lib.rs", - "file": "bindings/chapel/src/lib.rs", + "location": "bindings/julia/src/lib.rs", + "file": "bindings/julia/src/lib.rs", "severity": "High", - "description": "Raw pointer cast in bindings/chapel/src/lib.rs", + "description": "Raw pointer cast in bindings/julia/src/lib.rs", "recommended_attack": [ "memory", "concurrency" @@ -257,10 +196,10 @@ }, { "category": "UnsafeCode", - "location": "bindings/julia/src/lib.rs", - "file": "bindings/julia/src/lib.rs", + "location": "bindings/chapel/src/lib.rs", + "file": "bindings/chapel/src/lib.rs", "severity": "High", - "description": "19 unsafe blocks in bindings/julia/src/lib.rs", + "description": "10 unsafe blocks in bindings/chapel/src/lib.rs", "recommended_attack": [ "memory", "concurrency" @@ -269,10 +208,10 @@ }, { "category": "PanicPath", - "location": "bindings/julia/src/lib.rs", - "file": "bindings/julia/src/lib.rs", + "location": "bindings/chapel/src/lib.rs", + "file": "bindings/chapel/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in bindings/julia/src/lib.rs", + "description": "0 panic sites and 1 unwrap/expect calls in bindings/chapel/src/lib.rs", "recommended_attack": [ "memory", "disk" @@ -281,16 +220,77 @@ }, { "category": "UnsafeCode", - "location": "bindings/julia/src/lib.rs", - "file": "bindings/julia/src/lib.rs", + "location": "bindings/chapel/src/lib.rs", + "file": "bindings/chapel/src/lib.rs", "severity": "High", - "description": "Raw pointer cast in bindings/julia/src/lib.rs", + "description": "Raw pointer cast in bindings/chapel/src/lib.rs", "recommended_attack": [ "memory", "concurrency" ], "test_context": "production" }, + { + "category": "PanicPath", + "location": "compiler/bet-check/src/lib.rs", + "file": "compiler/bet-check/src/lib.rs", + "severity": "Medium", + "description": "1 panic sites and 0 unwrap/expect calls in compiler/bet-check/src/lib.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "compiler/bet-parse/src/tests.rs", + "file": "compiler/bet-parse/src/tests.rs", + "severity": "Medium", + "description": "50 panic sites and 101 unwrap/expect calls in compiler/bet-parse/src/tests.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "compiler/bet-syntax/src/symbol.rs", + "file": "compiler/bet-syntax/src/symbol.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in compiler/bet-syntax/src/symbol.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "compiler/bet-wasm/src/lib.rs", + "file": "compiler/bet-wasm/src/lib.rs", + "severity": "Medium", + "description": "0 panic sites and 7 unwrap/expect calls in compiler/bet-wasm/src/lib.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "bench/bench_lexer.rs", + "file": "bench/bench_lexer.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in bench/bench_lexer.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, { "category": "MutationGap", "location": "Cargo.toml", @@ -311,17 +311,6 @@ "threading_constructs": 8 }, "file_statistics": [ - { - "file_path": "bench/bench_lexer.rs", - "lines": 138, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, { "file_path": "tools/bet-cli/src/main.rs", "lines": 790, @@ -344,23 +333,22 @@ "threading_constructs": 0 }, { - "file_path": "tools/bet-dap/src/main.rs", - "lines": 168, + "file_path": "tools/bet-lsp/src/backend.rs", + "lines": 133, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "tools/bet-lsp/src/handlers/symbols.rs", - "lines": 157, + "file_path": "tools/bet-lsp/src/handlers/formatting.rs", + "lines": 84, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, + "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 @@ -377,8 +365,8 @@ "threading_constructs": 0 }, { - "file_path": "tools/bet-lsp/src/handlers/formatting.rs", - "lines": 84, + "file_path": "tools/bet-lsp/src/handlers/completion.rs", + "lines": 120, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -388,279 +376,291 @@ "threading_constructs": 0 }, { - "file_path": "tools/bet-lsp/src/handlers/completion.rs", - "lines": 120, + "file_path": "tools/bet-lsp/src/handlers/symbols.rs", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "safe_unwrap_calls": 6, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tools/bet-lsp/src/backend.rs", - "lines": 133, + "file_path": "tools/bet-dap/src/main.rs", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "compiler/bet-syntax/src/ast.rs", - "lines": 542, + "file_path": "packaging/scripts/build-all.sh", + "lines": 505, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "compiler/bet-syntax/src/pretty.rs", - "lines": 903, + "file_path": "ui/INSTALL.sh", + "lines": 534, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "compiler/bet-syntax/src/symbol.rs", - "lines": 157, + "file_path": "ui/launcher/betlang-playground.sh", + "lines": 400, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "compiler/bet-wasm/src/lib.rs", - "lines": 751, + "file_path": "verification/benchmarks/bench_lexer.rs", + "lines": 138, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 7, - "allocation_sites": 8, - "io_operations": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "compiler/bet-check/src/lib.rs", - "lines": 1814, + "file_path": "playground/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 382, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "compiler/bet-parse/src/tests.rs", - "lines": 1277, + "file_path": "playground/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, - "panic_sites": 50, - "unwrap_calls": 101, - "allocation_sites": 2, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/bet-parse/src/lib.rs", - "lines": 327, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "compiler/bet-parse/src/lexer.rs", - "lines": 444, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/bet-eval/src/lib.rs", - "lines": 546, + "file_path": "containers/build.sh", + "lines": 144, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 50, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "compiler/bet-core/src/env.rs", - "lines": 80, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/lib.rs", + "lines": 573, + "unsafe_blocks": 19, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, + "unwrap_calls": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/bet-codegen/src/lib.rs", - "lines": 1822, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Betlang.jl", + "lines": 566, + "unsafe_blocks": 36, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 186, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ui/launcher/betlang-playground.sh", - "lines": 400, - "unsafe_blocks": 0, + "file_path": "bindings/chapel/src/lib.rs", + "lines": 418, + "unsafe_blocks": 10, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ui/INSTALL.sh", - "lines": 534, - "unsafe_blocks": 0, + "file_path": "lsp/bet-lsp/src/bet_lsp.gleam", + "lines": 166, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "verification/benchmarks/bench_lexer.rs", - "lines": 138, + "file_path": "compiler/bet-check/src/lib.rs", + "lines": 1814, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 382, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "playground/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "compiler/bet-parse/src/lexer.rs", + "lines": 444, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "playground/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "compiler/bet-parse/src/tests.rs", + "lines": 1277, + "unsafe_blocks": 0, + "panic_sites": 50, + "unwrap_calls": 101, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "compiler/bet-parse/src/lib.rs", + "lines": 327, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packaging/scripts/build-all.sh", - "lines": 505, + "file_path": "compiler/bet-syntax/src/ast.rs", + "lines": 542, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 11, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "compiler/bet-syntax/src/pretty.rs", + "lines": 903, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "compiler/bet-syntax/src/symbol.rs", + "lines": 157, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 2, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 2 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, + "file_path": "compiler/bet-eval/src/lib.rs", + "lines": 546, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 50, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "containers/build.sh", - "lines": 144, + "file_path": "compiler/bet-core/src/env.rs", + "lines": 80, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "lsp/bet-lsp/src/bet_lsp.gleam", - "lines": 166, - "unsafe_blocks": 5, + "file_path": "compiler/bet-codegen/src/lib.rs", + "lines": 1822, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 186, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/chapel/src/lib.rs", - "lines": 418, - "unsafe_blocks": 10, + "file_path": "compiler/bet-wasm/src/lib.rs", + "lines": 751, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 0, + "unwrap_calls": 7, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/julia/src/Betlang.jl", - "lines": 566, - "unsafe_blocks": 36, + "file_path": "bench/bench_lexer.rs", + "lines": 138, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 - }, - { - "file_path": "bindings/julia/src/lib.rs", - "lines": 573, - "unsafe_blocks": 19, - "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", + "disk", "concurrency", + "cpu", "network", - "disk", - "cpu" + "memory" ], "dependency_graph": { "edges": [ @@ -671,483 +671,468 @@ "weight": 1.0 }, { - "from": "tools/bet-lsp/src/handlers/symbols.rs", - "to": "tools/bet-lsp/src/handlers/diagnostics.rs", - "relation": "shared_dir:tools/bet-lsp/src/handlers", + "from": "compiler/bet-syntax/src/ast.rs", + "to": "compiler/bet-syntax/src/pretty.rs", + "relation": "shared_dir:compiler/bet-syntax/src", "weight": 1.0 }, { - "from": "tools/bet-lsp/src/handlers/diagnostics.rs", - "to": "tools/bet-lsp/src/handlers/formatting.rs", - "relation": "shared_dir:tools/bet-lsp/src/handlers", + "from": "compiler/bet-syntax/src/pretty.rs", + "to": "compiler/bet-syntax/src/symbol.rs", + "relation": "shared_dir:compiler/bet-syntax/src", "weight": 1.0 }, { - "from": "tools/bet-lsp/src/handlers/formatting.rs", - "to": "tools/bet-lsp/src/handlers/completion.rs", - "relation": "shared_dir:tools/bet-lsp/src/handlers", + "from": "bindings/julia/src/lib.rs", + "to": "bindings/julia/src/Betlang.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "compiler/bet-syntax/src/ast.rs", - "to": "compiler/bet-syntax/src/pretty.rs", - "relation": "shared_dir:compiler/bet-syntax/src", + "from": "tools/bet-lsp/src/handlers/formatting.rs", + "to": "tools/bet-lsp/src/handlers/diagnostics.rs", + "relation": "shared_dir:tools/bet-lsp/src/handlers", "weight": 1.0 }, { - "from": "compiler/bet-syntax/src/pretty.rs", - "to": "compiler/bet-syntax/src/symbol.rs", - "relation": "shared_dir:compiler/bet-syntax/src", + "from": "tools/bet-lsp/src/handlers/diagnostics.rs", + "to": "tools/bet-lsp/src/handlers/completion.rs", + "relation": "shared_dir:tools/bet-lsp/src/handlers", "weight": 1.0 }, { - "from": "bindings/julia/src/Betlang.jl", - "to": "bindings/julia/src/lib.rs", - "relation": "shared_dir:bindings/julia/src", + "from": "tools/bet-lsp/src/handlers/completion.rs", + "to": "tools/bet-lsp/src/handlers/symbols.rs", + "relation": "shared_dir:tools/bet-lsp/src/handlers", "weight": 1.0 }, { - "from": "compiler/bet-parse/src/tests.rs", - "to": "compiler/bet-parse/src/lib.rs", + "from": "compiler/bet-parse/src/lexer.rs", + "to": "compiler/bet-parse/src/tests.rs", "relation": "shared_dir:compiler/bet-parse/src", "weight": 1.0 }, { - "from": "compiler/bet-parse/src/lib.rs", - "to": "compiler/bet-parse/src/lexer.rs", + "from": "compiler/bet-parse/src/tests.rs", + "to": "compiler/bet-parse/src/lib.rs", "relation": "shared_dir:compiler/bet-parse/src", "weight": 1.0 }, { - "from": "bench/bench_lexer.rs", + "from": "tools/bet-cli/src/main.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "bench/bench_lexer.rs", + "from": "tools/bet-cli/src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bet-cli/src/main.rs", + "from": "tools/bet-cli/src/repl.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bet-cli/src/main.rs", + "from": "tools/bet-cli/src/repl.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bet-cli/src/repl.rs", + "from": "tools/bet-lsp/src/backend.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/bet-cli/src/repl.rs", + "from": "tools/bet-lsp/src/backend.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/bet-dap/src/main.rs", + "from": "tools/bet-lsp/src/handlers/formatting.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bet-dap/src/main.rs", + "from": "tools/bet-lsp/src/handlers/formatting.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bet-lsp/src/handlers/symbols.rs", + "from": "tools/bet-lsp/src/handlers/diagnostics.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bet-lsp/src/handlers/symbols.rs", + "from": "tools/bet-lsp/src/handlers/diagnostics.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bet-lsp/src/handlers/diagnostics.rs", + "from": "tools/bet-lsp/src/handlers/completion.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bet-lsp/src/handlers/diagnostics.rs", + "from": "tools/bet-lsp/src/handlers/completion.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bet-lsp/src/handlers/formatting.rs", + "from": "tools/bet-lsp/src/handlers/symbols.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bet-lsp/src/handlers/formatting.rs", + "from": "tools/bet-lsp/src/handlers/symbols.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bet-lsp/src/handlers/completion.rs", + "from": "tools/bet-dap/src/main.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bet-lsp/src/handlers/completion.rs", + "from": "tools/bet-dap/src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bet-lsp/src/backend.rs", + "from": "packaging/scripts/build-all.sh", "to": "Concurrent", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/bet-lsp/src/backend.rs", + "from": "packaging/scripts/build-all.sh", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "compiler/bet-syntax/src/ast.rs", + "from": "ui/INSTALL.sh", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/bet-syntax/src/ast.rs", + "from": "ui/INSTALL.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/bet-syntax/src/pretty.rs", + "from": "ui/launcher/betlang-playground.sh", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/bet-syntax/src/pretty.rs", + "from": "ui/launcher/betlang-playground.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/bet-syntax/src/symbol.rs", + "from": "verification/benchmarks/bench_lexer.rs", "to": "Concurrent", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "compiler/bet-syntax/src/symbol.rs", + "from": "verification/benchmarks/bench_lexer.rs", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "compiler/bet-wasm/src/lib.rs", + "from": "playground/ffi/zig/test/integration_test.zig", "to": "Concurrent", "relation": "framework", - "weight": 7.0 + "weight": 4.0 }, { - "from": "compiler/bet-wasm/src/lib.rs", + "from": "playground/ffi/zig/test/integration_test.zig", "to": "Networking", "relation": "framework", - "weight": 7.0 + "weight": 4.0 }, { - "from": "compiler/bet-check/src/lib.rs", + "from": "playground/ffi/zig/src/main.zig", "to": "Concurrent", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "compiler/bet-check/src/lib.rs", + "from": "playground/ffi/zig/src/main.zig", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "compiler/bet-parse/src/tests.rs", + "from": "ffi/zig/test/integration_test.zig", "to": "Concurrent", "relation": "framework", - "weight": 201.0 + "weight": 4.0 }, { - "from": "compiler/bet-parse/src/tests.rs", + "from": "ffi/zig/test/integration_test.zig", "to": "Networking", "relation": "framework", - "weight": 201.0 + "weight": 4.0 }, { - "from": "compiler/bet-parse/src/lib.rs", + "from": "ffi/zig/src/main.zig", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/bet-parse/src/lib.rs", + "from": "ffi/zig/src/main.zig", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/bet-parse/src/lexer.rs", + "from": "containers/build.sh", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/bet-parse/src/lexer.rs", + "from": "containers/build.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/bet-eval/src/lib.rs", + "from": "bindings/julia/src/lib.rs", "to": "Concurrent", "relation": "framework", - "weight": 2.0 + "weight": 58.0 }, { - "from": "compiler/bet-eval/src/lib.rs", + "from": "bindings/julia/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 58.0 }, { - "from": "compiler/bet-core/src/env.rs", + "from": "bindings/julia/src/Betlang.jl", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 108.0 }, { - "from": "compiler/bet-core/src/env.rs", + "from": "bindings/julia/src/Betlang.jl", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 108.0 }, { - "from": "compiler/bet-codegen/src/lib.rs", + "from": "bindings/chapel/src/lib.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 31.0 }, { - "from": "compiler/bet-codegen/src/lib.rs", + "from": "bindings/chapel/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 31.0 }, { - "from": "ui/launcher/betlang-playground.sh", + "from": "lsp/bet-lsp/src/bet_lsp.gleam", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 15.0 }, { - "from": "ui/launcher/betlang-playground.sh", + "from": "lsp/bet-lsp/src/bet_lsp.gleam", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 15.0 }, { - "from": "ui/INSTALL.sh", + "from": "compiler/bet-check/src/lib.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "ui/INSTALL.sh", + "from": "compiler/bet-check/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "verification/benchmarks/bench_lexer.rs", + "from": "compiler/bet-parse/src/lexer.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "verification/benchmarks/bench_lexer.rs", + "from": "compiler/bet-parse/src/lexer.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "playground/ffi/zig/test/integration_test.zig", + "from": "compiler/bet-parse/src/tests.rs", "to": "Concurrent", "relation": "framework", - "weight": 4.0 + "weight": 201.0 }, { - "from": "playground/ffi/zig/test/integration_test.zig", + "from": "compiler/bet-parse/src/tests.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 201.0 }, { - "from": "playground/ffi/zig/src/main.zig", + "from": "compiler/bet-parse/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "playground/ffi/zig/src/main.zig", + "from": "compiler/bet-parse/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "packaging/scripts/build-all.sh", + "from": "compiler/bet-syntax/src/ast.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "packaging/scripts/build-all.sh", + "from": "compiler/bet-syntax/src/ast.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "compiler/bet-syntax/src/pretty.rs", "to": "Concurrent", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "compiler/bet-syntax/src/pretty.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "compiler/bet-syntax/src/symbol.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "compiler/bet-syntax/src/symbol.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "containers/build.sh", + "from": "compiler/bet-eval/src/lib.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "containers/build.sh", + "from": "compiler/bet-eval/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lsp/bet-lsp/src/bet_lsp.gleam", + "from": "compiler/bet-core/src/env.rs", "to": "Concurrent", "relation": "framework", - "weight": 15.0 + "weight": 1.0 }, { - "from": "lsp/bet-lsp/src/bet_lsp.gleam", + "from": "compiler/bet-core/src/env.rs", "to": "Networking", "relation": "framework", - "weight": 15.0 + "weight": 1.0 }, { - "from": "bindings/chapel/src/lib.rs", + "from": "compiler/bet-codegen/src/lib.rs", "to": "Concurrent", "relation": "framework", - "weight": 31.0 + "weight": 1.0 }, { - "from": "bindings/chapel/src/lib.rs", + "from": "compiler/bet-codegen/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 31.0 + "weight": 1.0 }, { - "from": "bindings/julia/src/Betlang.jl", + "from": "compiler/bet-wasm/src/lib.rs", "to": "Concurrent", "relation": "framework", - "weight": 108.0 + "weight": 7.0 }, { - "from": "bindings/julia/src/Betlang.jl", + "from": "compiler/bet-wasm/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 108.0 + "weight": 7.0 }, { - "from": "bindings/julia/src/lib.rs", + "from": "bench/bench_lexer.rs", "to": "Concurrent", "relation": "framework", - "weight": 58.0 + "weight": 1.0 }, { - "from": "bindings/julia/src/lib.rs", + "from": "bench/bench_lexer.rs", "to": "Networking", "relation": "framework", - "weight": 58.0 + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ - { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "bench/bench_lexer.rs", - "tools/bet-cli/src/main.rs", - "verification/benchmarks/bench_lexer.rs" - ], - "frameworks": [ - "Concurrent", - "Networking" - ], - "relation": "UnboundedAllocation->Cpu" - }, { "source_category": "UnsafeCode", - "sink_axis": "memory", + "sink_axis": "concurrency", "severity_value": 3.5, "files": [ - "bindings/chapel/src/lib.rs", - "bindings/chapel/src/lib.rs", "bindings/julia/src/lib.rs", - "bindings/julia/src/lib.rs" + "bindings/julia/src/lib.rs", + "bindings/chapel/src/lib.rs", + "bindings/chapel/src/lib.rs" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "UnsafeCode->Memory" + "relation": "UnsafeCode->Concurrency" }, { "source_category": "UnsafeFFI", @@ -1163,88 +1148,104 @@ "relation": "UnsafeFFI->Memory" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", + "source_category": "PathTraversal", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "ui/INSTALL.sh", - "packaging/scripts/build-all.sh" + "ui/launcher/keepopen.sh", + "ui/launcher/betlang-playground.sh" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "InsecureProtocol->Network" + "relation": "PathTraversal->Disk" }, { "source_category": "DynamicCodeExecution", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 3.5, "files": [ + "ui/public/app.js", "repl/shell.rkt" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "DynamicCodeExecution->Cpu" + "relation": "DynamicCodeExecution->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "compiler/bet-syntax/src/symbol.rs", - "compiler/bet-wasm/src/lib.rs", - "compiler/bet-check/src/lib.rs", - "compiler/bet-parse/src/tests.rs", + "bindings/julia/src/lib.rs", + "bindings/julia/src/lib.rs", "bindings/chapel/src/lib.rs", - "bindings/julia/src/lib.rs" + "bindings/chapel/src/lib.rs" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "PanicPath->Disk" + "relation": "UnsafeCode->Memory" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "InsecureProtocol", + "sink_axis": "network", "severity_value": 2.5, "files": [ - "ui/launcher/betlang-playground.sh", - "ui/launcher/keepopen.sh", + "packaging/scripts/build-all.sh", "ui/INSTALL.sh" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "PathTraversal->Disk" + "relation": "InsecureProtocol->Network" }, { "source_category": "CommandInjection", - "sink_axis": "cpu", + "sink_axis": "disk", "severity_value": 5.0, "files": [ "ui/launcher/keepopen.sh", - "ui/INSTALL.sh", "repl/shell.rkt" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "CommandInjection->Cpu" + "relation": "CommandInjection->Disk" + }, + { + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, + "files": [ + "bindings/julia/src/lib.rs", + "bindings/chapel/src/lib.rs", + "compiler/bet-check/src/lib.rs", + "compiler/bet-parse/src/tests.rs", + "compiler/bet-syntax/src/symbol.rs", + "compiler/bet-wasm/src/lib.rs" + ], + "frameworks": [ + "Concurrent", + "Networking" + ], + "relation": "PanicPath->Disk" }, { "source_category": "UnboundedAllocation", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "bench/bench_lexer.rs", "tools/bet-cli/src/main.rs", - "verification/benchmarks/bench_lexer.rs" + "verification/benchmarks/bench_lexer.rs", + "bench/bench_lexer.rs" ], "frameworks": [ "Concurrent", @@ -1253,46 +1254,44 @@ "relation": "UnboundedAllocation->Memory" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "ui/public/app.js", - "repl/shell.rkt" + "tools/bet-cli/src/main.rs", + "verification/benchmarks/bench_lexer.rs", + "bench/bench_lexer.rs" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "DynamicCodeExecution->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", + "source_category": "DynamicCodeExecution", + "sink_axis": "network", "severity_value": 3.5, "files": [ - "bindings/chapel/src/lib.rs", - "bindings/chapel/src/lib.rs", - "bindings/julia/src/lib.rs", - "bindings/julia/src/lib.rs" + "ui/public/app.js" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "UnsafeCode->Concurrency" + "relation": "DynamicCodeExecution->Network" }, { "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "compiler/bet-syntax/src/symbol.rs", - "compiler/bet-wasm/src/lib.rs", + "bindings/julia/src/lib.rs", + "bindings/chapel/src/lib.rs", "compiler/bet-check/src/lib.rs", "compiler/bet-parse/src/tests.rs", - "bindings/chapel/src/lib.rs", - "bindings/julia/src/lib.rs" + "compiler/bet-syntax/src/symbol.rs", + "compiler/bet-wasm/src/lib.rs" ], "frameworks": [ "Concurrent", @@ -1302,22 +1301,23 @@ }, { "source_category": "DynamicCodeExecution", - "sink_axis": "network", + "sink_axis": "cpu", "severity_value": 3.5, "files": [ - "ui/public/app.js" + "repl/shell.rkt" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "DynamicCodeExecution->Network" + "relation": "DynamicCodeExecution->Cpu" }, { "source_category": "CommandInjection", - "sink_axis": "disk", + "sink_axis": "cpu", "severity_value": 5.0, "files": [ + "ui/INSTALL.sh", "ui/launcher/keepopen.sh", "repl/shell.rkt" ], @@ -1325,7 +1325,7 @@ "Concurrent", "Networking" ], - "relation": "CommandInjection->Disk" + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/betlangiser.json b/scans/betlangiser.json index c0851fca..f5aa4fb4 100644 --- a/scans/betlangiser.json +++ b/scans/betlangiser.json @@ -1,9 +1,21 @@ { "schema_version": "2.5", "program_path": "betlangiser", - "language": "idris", + "language": "rust", "frameworks": [], "weak_points": [ + { + "category": "UnboundedAllocation", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, { "category": "PanicPath", "location": "src/codegen/codegen.rs", @@ -38,18 +50,6 @@ ], "test_context": "production" }, - { - "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, { "category": "MutationGap", "location": "Cargo.toml", @@ -70,6 +70,16 @@ "threading_constructs": 0 }, "file_statistics": [ + { + "file_path": "tests/integration_test.rs", + "lines": 402, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, { "file_path": "examples/SafeDOMExample.affine", "lines": 129, @@ -91,8 +101,8 @@ "threading_constructs": 0 }, { - "file_path": "tests/integration_test.rs", - "lines": 402, + "file_path": "src/manifest/mod.rs", + "lines": 453, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -110,16 +120,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 659, - "unsafe_blocks": 2, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/interface/abi/Betlangiser/ABI/Foreign.idr", "lines": 402, @@ -131,20 +131,20 @@ "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 453, - "unsafe_blocks": 0, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 659, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", + "disk", "cpu", - "disk" + "memory" ], "dependency_graph": { "edges": [] @@ -153,13 +153,13 @@ "rows": [ { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/codegen/codegen.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "PanicPath->Memory" }, { "source_category": "UnboundedAllocation", @@ -172,44 +172,44 @@ "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", - "severity_value": 2.5, + "source_category": "UncheckedError", + "sink_axis": "cpu", + "severity_value": 1.0, "files": [ - "src/manifest/mod.rs" + "src/codegen/codegen.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UncheckedError->Cpu" }, { - "source_category": "UnsafeCode", + "source_category": "UnboundedAllocation", "sink_axis": "memory", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "src/interface/ffi/src/main.zig" + "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "UncheckedError", - "sink_axis": "cpu", - "severity_value": 1.0, + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ "src/codegen/codegen.rs" ], "frameworks": [], - "relation": "UncheckedError->Cpu" + "relation": "PanicPath->Disk" }, { - "source_category": "PanicPath", + "source_category": "UnsafeCode", "sink_axis": "memory", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ - "src/codegen/codegen.rs" + "src/interface/ffi/src/main.zig" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "UnsafeCode->Memory" } ] } diff --git a/scans/bitfuckit.json b/scans/bitfuckit.json index 035d4835..fc72aaa8 100644 --- a/scans/bitfuckit.json +++ b/scans/bitfuckit.json @@ -48,23 +48,23 @@ "threading_constructs": 0 }, { - "file_path": "scripts/mirror-sweep.sh", - "lines": 113, + "file_path": "scripts/forge-mesh.sh", + "lines": 456, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "scripts/setup.sh", - "lines": 191, + "file_path": "scripts/mirror-sweep.sh", + "lines": 113, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { @@ -78,28 +78,28 @@ "threading_constructs": 0 }, { - "file_path": "scripts/forge-mesh.sh", - "lines": 456, + "file_path": "scripts/setup.sh", + "lines": 191, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/graphql_server.adb", - "lines": 146, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "src/pipelines.adb", - "lines": 816, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -108,48 +108,48 @@ "threading_constructs": 0 }, { - "file_path": "src/network_aware.adb", - "lines": 290, + "file_path": "src/system_security.adb", + "lines": 267, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "src/storage.adb", - "lines": 340, + "file_path": "src/bitbucket_api.adb", + "lines": 221, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 13, + "allocation_sites": 1, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/syncthing_sync.adb", - "lines": 225, + "file_path": "src/resilience.adb", + "lines": 222, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/security_scan.adb", - "lines": 278, + "file_path": "src/network_aware.adb", + "lines": 290, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/issues.ads", - "lines": 198, + "file_path": "src/pull_requests.ads", + "lines": 189, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -158,13 +158,23 @@ "threading_constructs": 0 }, { - "file_path": "src/system_security.adb", - "lines": 267, + "file_path": "src/bitfuckit.adb", + "lines": 699, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 12, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "src/pipelines.adb", + "lines": 816, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -178,33 +188,33 @@ "threading_constructs": 0 }, { - "file_path": "src/config.adb", - "lines": 80, + "file_path": "src/rgtv.adb", + "lines": 396, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 20, + "allocation_sites": 5, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "src/bitfuckit.adb", - "lines": 699, + "file_path": "src/config.adb", + "lines": 80, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 20, "threading_constructs": 0 }, { - "file_path": "src/rgtv.adb", - "lines": 396, + "file_path": "src/graphql_server.adb", + "lines": 146, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 5, - "io_operations": 9, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -218,38 +228,38 @@ "threading_constructs": 0 }, { - "file_path": "src/resilience.adb", - "lines": 222, + "file_path": "src/webhooks.ads", + "lines": 154, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/bitbucket_api.adb", - "lines": 221, + "file_path": "src/syncthing_sync.adb", + "lines": 225, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/pull_requests.ads", - "lines": 189, + "file_path": "src/security_scan.adb", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/webhooks.ads", - "lines": 154, + "file_path": "src/issues.ads", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -268,151 +278,141 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "src/storage.adb", + "lines": 340, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 13, "threading_constructs": 0 } ], "recommended_attacks": [ - "network", - "disk", "cpu", + "disk", + "network", "memory" ], "dependency_graph": { "edges": [ { - "from": "scripts/mirror-sweep.sh", - "to": "scripts/setup.sh", + "from": "scripts/forge-mesh.sh", + "to": "scripts/mirror-sweep.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/setup.sh", + "from": "scripts/mirror-sweep.sh", "to": "scripts/setup.fish", "relation": "shared_dir:scripts", "weight": 1.0 }, { "from": "scripts/setup.fish", - "to": "scripts/forge-mesh.sh", + "to": "scripts/setup.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/graphql_server.adb", - "to": "src/pipelines.adb", + "from": "src/system_security.adb", + "to": "src/bitbucket_api.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/pipelines.adb", - "to": "src/network_aware.adb", + "from": "src/bitbucket_api.adb", + "to": "src/resilience.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/network_aware.adb", - "to": "src/storage.adb", + "from": "src/resilience.adb", + "to": "src/network_aware.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/storage.adb", - "to": "src/syncthing_sync.adb", + "from": "src/network_aware.adb", + "to": "src/pull_requests.ads", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/syncthing_sync.adb", - "to": "src/security_scan.adb", + "from": "src/pull_requests.ads", + "to": "src/bitfuckit.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/security_scan.adb", - "to": "src/issues.ads", + "from": "src/bitfuckit.adb", + "to": "src/pipelines.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/issues.ads", - "to": "src/system_security.adb", + "from": "src/pipelines.adb", + "to": "src/progress.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/system_security.adb", - "to": "src/progress.adb", + "from": "src/progress.adb", + "to": "src/rgtv.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/progress.adb", + "from": "src/rgtv.adb", "to": "src/config.adb", "relation": "shared_dir:src", "weight": 1.0 }, { "from": "src/config.adb", - "to": "src/bitfuckit.adb", + "to": "src/graphql_server.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/bitfuckit.adb", - "to": "src/rgtv.adb", + "from": "src/graphql_server.adb", + "to": "src/teams.ads", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/rgtv.adb", - "to": "src/teams.ads", + "from": "src/teams.ads", + "to": "src/webhooks.ads", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/teams.ads", - "to": "src/resilience.adb", + "from": "src/webhooks.ads", + "to": "src/syncthing_sync.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/resilience.adb", - "to": "src/bitbucket_api.adb", + "from": "src/syncthing_sync.adb", + "to": "src/security_scan.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/bitbucket_api.adb", - "to": "src/pull_requests.ads", + "from": "src/security_scan.adb", + "to": "src/issues.ads", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/pull_requests.ads", - "to": "src/webhooks.ads", + "from": "src/issues.ads", + "to": "src/tui.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/webhooks.ads", - "to": "src/tui.adb", + "from": "src/tui.adb", + "to": "src/storage.adb", "relation": "shared_dir:src", "weight": 1.0 } @@ -420,16 +420,6 @@ }, "taint_matrix": { "rows": [ - { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "scripts/setup.fish" - ], - "frameworks": [], - "relation": "CommandInjection->Cpu" - }, { "source_category": "HardcodedSecret", "sink_axis": "network", @@ -439,6 +429,16 @@ ], "frameworks": [], "relation": "HardcodedSecret->Network" + }, + { + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "scripts/setup.fish" + ], + "frameworks": [], + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/blocky-writer.json b/scans/blocky-writer.json index 8d46f3d5..adbbae92 100644 --- a/scans/blocky-writer.json +++ b/scans/blocky-writer.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "UnsafeFFI", - "location": "src/core/Storage.affine", - "file": "src/core/Storage.affine", + "location": "src/core/ProvenMount.affine", + "file": "src/core/ProvenMount.affine", "severity": "Medium", - "description": "4 FFI/external bindings in src/core/Storage.affine", + "description": "4 FFI/external bindings in src/core/ProvenMount.affine", "recommended_attack": [ "memory" ], @@ -17,10 +17,10 @@ }, { "category": "UnsafeFFI", - "location": "src/core/ProvenMount.affine", - "file": "src/core/ProvenMount.affine", + "location": "src/core/Storage.affine", + "file": "src/core/Storage.affine", "severity": "Medium", - "description": "4 FFI/external bindings in src/core/ProvenMount.affine", + "description": "4 FFI/external bindings in src/core/Storage.affine", "recommended_attack": [ "memory" ], @@ -48,26 +48,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/components/Block.affine", - "lines": 31, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/background.affine", - "lines": 67, - "unsafe_blocks": 4, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/core/PdfTool.affine", "lines": 52, @@ -79,8 +59,8 @@ "threading_constructs": 0 }, { - "file_path": "src/core/Storage.affine", - "lines": 50, + "file_path": "src/core/ProvenMount.affine", + "lines": 101, "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, @@ -89,8 +69,8 @@ "threading_constructs": 0 }, { - "file_path": "src/core/ProvenMount.affine", - "lines": 101, + "file_path": "src/core/Storage.affine", + "lines": 50, "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, @@ -117,6 +97,26 @@ "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 + }, + { + "file_path": "src/background.affine", + "lines": 67, + "unsafe_blocks": 4, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "src/components/Block.affine", + "lines": 31, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 } ], "recommended_attacks": [ @@ -127,25 +127,25 @@ "edges": [ { "from": "src/core/PdfTool.affine", - "to": "src/core/Storage.affine", + "to": "src/core/ProvenMount.affine", "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "src/core/Storage.affine", - "to": "src/core/ProvenMount.affine", + "from": "src/core/ProvenMount.affine", + "to": "src/core/Storage.affine", "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "src/background.affine", - "to": "src/content.affine", + "from": "src/content.affine", + "to": "src/popup.affine", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/content.affine", - "to": "src/popup.affine", + "from": "src/popup.affine", + "to": "src/background.affine", "relation": "shared_dir:src", "weight": 1.0 } @@ -158,8 +158,8 @@ "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/core/Storage.affine", - "src/core/ProvenMount.affine" + "src/core/ProvenMount.affine", + "src/core/Storage.affine" ], "frameworks": [], "relation": "UnsafeFFI->Memory" diff --git a/scans/blue-screen-of-app.json b/scans/blue-screen-of-app.json index fd6e63dd..3419d358 100644 --- a/scans/blue-screen-of-app.json +++ b/scans/blue-screen-of-app.json @@ -34,16 +34,6 @@ "io_operations": 3, "threading_constructs": 0 }, - { - "file_path": "src/ErrorMessages.affine", - "lines": 164, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, { "file_path": "ffi/zig/src/main.zig", "lines": 274, @@ -53,6 +43,16 @@ "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 + }, + { + "file_path": "src/ErrorMessages.affine", + "lines": 164, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 } ], "recommended_attacks": [ diff --git a/scans/bofig.json b/scans/bofig.json index 520495f4..eef14db5 100644 --- a/scans/bofig.json +++ b/scans/bofig.json @@ -4,22 +4,33 @@ "language": "elixir", "frameworks": [ "Phoenix", - "Ecto", "Database", "OTP", - "WebServer" + "WebServer", + "Ecto" ], "weak_points": [ { - "category": "HardcodedSecret", - "location": "lib/evidence_graph/accounts.ex", - "file": "lib/evidence_graph/accounts.ex", - "severity": "Critical", - "description": "Possible hardcoded secret in lib/evidence_graph/accounts.ex", + "category": "InputBoundary", + "location": "tests/e2e/graph_lifecycle_test.js", + "file": "tests/e2e/graph_lifecycle_test.js", + "severity": "Medium", + "description": "6 JSON.parse call(s) with 2 try block(s) in tests/e2e/graph_lifecycle_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ - "network" + "cpu" ], - "test_context": "production" + "test_context": "test_only" + }, + { + "category": "InputBoundary", + "location": "tests/bench/graph_bench.js", + "file": "tests/bench/graph_bench.js", + "severity": "Medium", + "description": "5 JSON.parse call(s) with 0 try block(s) in tests/bench/graph_bench.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" }, { "category": "InsecureProtocol", @@ -32,12 +43,23 @@ ], "test_context": "production" }, + { + "category": "HardcodedSecret", + "location": "lib/evidence_graph/accounts.ex", + "file": "lib/evidence_graph/accounts.ex", + "severity": "Critical", + "description": "Possible hardcoded secret in lib/evidence_graph/accounts.ex", + "recommended_attack": [ + "network" + ], + "test_context": "production" + }, { "category": "DynamicCodeExecution", - "location": "lib/evidence_graph_web.ex", - "file": "lib/evidence_graph_web.ex", + "location": "lib/evidence_graph_web/live/graph_live.ex", + "file": "lib/evidence_graph_web/live/graph_live.ex", "severity": "Medium", - "description": "Dynamic apply/3 in lib/evidence_graph_web.ex", + "description": "Dynamic apply/3 in lib/evidence_graph_web/live/graph_live.ex", "recommended_attack": [ "cpu" ], @@ -56,58 +78,58 @@ }, { "category": "DynamicCodeExecution", - "location": "lib/evidence_graph_web/live/graph_live.ex", - "file": "lib/evidence_graph_web/live/graph_live.ex", + "location": "lib/evidence_graph_web.ex", + "file": "lib/evidence_graph_web.ex", "severity": "Medium", - "description": "Dynamic apply/3 in lib/evidence_graph_web/live/graph_live.ex", + "description": "Dynamic apply/3 in lib/evidence_graph_web.ex", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "InputBoundary", - "location": "tests/bench/graph_bench.js", - "file": "tests/bench/graph_bench.js", - "severity": "Medium", - "description": "5 JSON.parse call(s) with 0 try block(s) in tests/bench/graph_bench.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "category": "MutationGap", + "location": "test/support/data_case.ex", + "file": "test/support/data_case.ex", + "severity": "Low", + "description": "Elixir test file test/support/data_case.ex uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "InputBoundary", - "location": "tests/e2e/graph_lifecycle_test.js", - "file": "tests/e2e/graph_lifecycle_test.js", - "severity": "Medium", - "description": "6 JSON.parse call(s) with 2 try block(s) in tests/e2e/graph_lifecycle_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "category": "MutationGap", + "location": "test/support/conn_case.ex", + "file": "test/support/conn_case.ex", + "severity": "Low", + "description": "Elixir test file test/support/conn_case.ex uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "MutationGap", - "location": "test/support/conn_case.ex", - "file": "test/support/conn_case.ex", + "location": "test/evidence_graph/navigation/path_test.exs", + "file": "test/evidence_graph/navigation/path_test.exs", "severity": "Low", - "description": "Elixir test file test/support/conn_case.ex uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/evidence_graph/navigation/path_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/support/data_case.ex", - "file": "test/support/data_case.ex", + "location": "test/evidence_graph/evidence/evidence_test.exs", + "file": "test/evidence_graph/evidence/evidence_test.exs", "severity": "Low", - "description": "Elixir test file test/support/data_case.ex uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/evidence_graph/evidence/evidence_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "MutationGap", @@ -122,10 +144,10 @@ }, { "category": "MutationGap", - "location": "test/evidence_graph/prompt_scores_test.exs", - "file": "test/evidence_graph/prompt_scores_test.exs", + "location": "test/evidence_graph/lithoglyph/ner_extractor_test.exs", + "file": "test/evidence_graph/lithoglyph/ner_extractor_test.exs", "severity": "Low", - "description": "Elixir test file test/evidence_graph/prompt_scores_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/evidence_graph/lithoglyph/ner_extractor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -133,10 +155,10 @@ }, { "category": "MutationGap", - "location": "test/evidence_graph/navigation/path_test.exs", - "file": "test/evidence_graph/navigation/path_test.exs", + "location": "test/evidence_graph/zotero/mapper_test.exs", + "file": "test/evidence_graph/zotero/mapper_test.exs", "severity": "Low", - "description": "Elixir test file test/evidence_graph/navigation/path_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/evidence_graph/zotero/mapper_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -166,25 +188,13 @@ }, { "category": "MutationGap", - "location": "test/evidence_graph/lithoglyph/ner_extractor_test.exs", - "file": "test/evidence_graph/lithoglyph/ner_extractor_test.exs", - "severity": "Low", - "description": "Elixir test file test/evidence_graph/lithoglyph/ner_extractor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "test/evidence_graph/pipeline_contract_test.exs", - "file": "test/evidence_graph/pipeline_contract_test.exs", + "location": "test/evidence_graph/prompt_scores_test.exs", + "file": "test/evidence_graph/prompt_scores_test.exs", "severity": "Low", - "description": "Elixir test file test/evidence_graph/pipeline_contract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/evidence_graph/prompt_scores_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { @@ -200,32 +210,22 @@ }, { "category": "MutationGap", - "location": "test/evidence_graph/zotero/mapper_test.exs", - "file": "test/evidence_graph/zotero/mapper_test.exs", - "severity": "Low", - "description": "Elixir test file test/evidence_graph/zotero/mapper_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "test/evidence_graph/evidence/evidence_test.exs", - "file": "test/evidence_graph/evidence/evidence_test.exs", + "location": "test/evidence_graph/pipeline_contract_test.exs", + "file": "test/evidence_graph/pipeline_contract_test.exs", "severity": "Low", - "description": "Elixir test file test/evidence_graph/evidence/evidence_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/evidence_graph/pipeline_contract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/evidence_graph_web/user_auth_test.exs", - "file": "test/evidence_graph_web/user_auth_test.exs", + "location": "test/evidence_graph_web/live/graph_live_test.exs", + "file": "test/evidence_graph_web/live/graph_live_test.exs", "severity": "Low", - "description": "Elixir test file test/evidence_graph_web/user_auth_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/evidence_graph_web/live/graph_live_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -233,10 +233,10 @@ }, { "category": "MutationGap", - "location": "test/evidence_graph_web/live/graph_live_test.exs", - "file": "test/evidence_graph_web/live/graph_live_test.exs", + "location": "test/evidence_graph_web/live/navigation_live_test.exs", + "file": "test/evidence_graph_web/live/navigation_live_test.exs", "severity": "Low", - "description": "Elixir test file test/evidence_graph_web/live/graph_live_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/evidence_graph_web/live/navigation_live_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -244,10 +244,10 @@ }, { "category": "MutationGap", - "location": "test/evidence_graph_web/live/navigation_live_test.exs", - "file": "test/evidence_graph_web/live/navigation_live_test.exs", + "location": "test/evidence_graph_web/live/prompt_live_test.exs", + "file": "test/evidence_graph_web/live/prompt_live_test.exs", "severity": "Low", - "description": "Elixir test file test/evidence_graph_web/live/navigation_live_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/evidence_graph_web/live/prompt_live_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -266,10 +266,10 @@ }, { "category": "MutationGap", - "location": "test/evidence_graph_web/live/prompt_live_test.exs", - "file": "test/evidence_graph_web/live/prompt_live_test.exs", + "location": "test/evidence_graph_web/user_auth_test.exs", + "file": "test/evidence_graph_web/user_auth_test.exs", "severity": "Low", - "description": "Elixir test file test/evidence_graph_web/live/prompt_live_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/evidence_graph_web/user_auth_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -277,10 +277,10 @@ }, { "category": "MutationGap", - "location": "test/evidence_graph_web/controllers/user_settings_controller_test.exs", - "file": "test/evidence_graph_web/controllers/user_settings_controller_test.exs", + "location": "test/evidence_graph_web/controllers/evidence_api_controller_test.exs", + "file": "test/evidence_graph_web/controllers/evidence_api_controller_test.exs", "severity": "Low", - "description": "Elixir test file test/evidence_graph_web/controllers/user_settings_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/evidence_graph_web/controllers/evidence_api_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -288,10 +288,10 @@ }, { "category": "MutationGap", - "location": "test/evidence_graph_web/controllers/user_registration_controller_test.exs", - "file": "test/evidence_graph_web/controllers/user_registration_controller_test.exs", + "location": "test/evidence_graph_web/controllers/user_session_controller_test.exs", + "file": "test/evidence_graph_web/controllers/user_session_controller_test.exs", "severity": "Low", - "description": "Elixir test file test/evidence_graph_web/controllers/user_registration_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/evidence_graph_web/controllers/user_session_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -299,10 +299,10 @@ }, { "category": "MutationGap", - "location": "test/evidence_graph_web/controllers/evidence_api_controller_test.exs", - "file": "test/evidence_graph_web/controllers/evidence_api_controller_test.exs", + "location": "test/evidence_graph_web/controllers/user_registration_controller_test.exs", + "file": "test/evidence_graph_web/controllers/user_registration_controller_test.exs", "severity": "Low", - "description": "Elixir test file test/evidence_graph_web/controllers/evidence_api_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/evidence_graph_web/controllers/user_registration_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -310,10 +310,10 @@ }, { "category": "MutationGap", - "location": "test/evidence_graph_web/controllers/user_session_controller_test.exs", - "file": "test/evidence_graph_web/controllers/user_session_controller_test.exs", + "location": "test/evidence_graph_web/controllers/user_settings_controller_test.exs", + "file": "test/evidence_graph_web/controllers/user_settings_controller_test.exs", "severity": "Low", - "description": "Elixir test file test/evidence_graph_web/controllers/user_session_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/evidence_graph_web/controllers/user_settings_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -342,33 +342,43 @@ }, "file_statistics": [ { - "file_path": "lib/evidence_graph/ipfs.ex", - "lines": 291, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 16, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "lib/evidence_graph/lithoglyph/importer.ex", - "lines": 389, + "file_path": "tests/unit/evidence_graph_test.deno.js", + "lines": 1010, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "lib/evidence_graph/lithoglyph/client.ex", - "lines": 175, + "file_path": "lib/evidence_graph/ipfs.ex", + "lines": 291, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 16, + "threading_constructs": 0 + }, + { + "file_path": "lib/evidence_graph/collaboration.ex", + "lines": 280, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { @@ -382,13 +392,23 @@ "threading_constructs": 1 }, { - "file_path": "lib/evidence_graph/collaboration.ex", - "lines": 280, + "file_path": "lib/evidence_graph/lithoglyph/importer.ex", + "lines": 389, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "lib/evidence_graph/lithoglyph/client.ex", + "lines": 175, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { @@ -402,18 +422,18 @@ "threading_constructs": 0 }, { - "file_path": "assets/tailwind.config.js", - "lines": 100, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/unit/evidence_graph_test.deno.js", - "lines": 1010, + "file_path": "test/evidence_graph/pipeline_contract_test.exs", + "lines": 631, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -422,13 +442,13 @@ "threading_constructs": 0 }, { - "file_path": "test/evidence_graph/pipeline_contract_test.exs", - "lines": 631, - "unsafe_blocks": 0, + "file_path": "src/EvidenceGraph/ABI/Foreign.idr", + "lines": 223, + "unsafe_blocks": 13, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -442,52 +462,32 @@ "threading_constructs": 0 }, { - "file_path": "src/EvidenceGraph/ABI/Foreign.idr", - "lines": 223, - "unsafe_blocks": 13, + "file_path": "assets/tailwind.config.js", + "lines": 100, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 } ], "recommended_attacks": [ + "cpu", "network", - "disk", - "cpu" + "disk" ], "dependency_graph": { "edges": [ { "from": "lib/evidence_graph/ipfs.ex", - "to": "lib/evidence_graph/api_keys.ex", + "to": "lib/evidence_graph/collaboration.ex", "relation": "shared_dir:lib/evidence_graph", "weight": 1.0 }, { - "from": "lib/evidence_graph/api_keys.ex", - "to": "lib/evidence_graph/collaboration.ex", + "from": "lib/evidence_graph/collaboration.ex", + "to": "lib/evidence_graph/api_keys.ex", "relation": "shared_dir:lib/evidence_graph", "weight": 1.0 }, @@ -498,104 +498,128 @@ "weight": 1.0 }, { - "from": "lib/evidence_graph/ipfs.ex", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/evidence_graph/ipfs.ex", + "from": ".machine_readable/contractiles/bust/bust.ncl", + "to": "Database", + "relation": "framework", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/bust/bust.ncl", + "to": "OTP", + "relation": "framework", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/bust/bust.ncl", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "lib/evidence_graph/ipfs.ex", + "from": "tests/unit/evidence_graph_test.deno.js", + "to": "Phoenix", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "tests/unit/evidence_graph_test.deno.js", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "lib/evidence_graph/ipfs.ex", + "from": "tests/unit/evidence_graph_test.deno.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/evidence_graph/ipfs.ex", + "from": "tests/unit/evidence_graph_test.deno.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/evidence_graph/lithoglyph/importer.ex", - "to": "Phoenix", + "from": "tests/unit/evidence_graph_test.deno.js", + "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/evidence_graph/lithoglyph/importer.ex", - "to": "Ecto", + "from": "lib/evidence_graph/ipfs.ex", + "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/evidence_graph/lithoglyph/importer.ex", + "from": "lib/evidence_graph/ipfs.ex", "to": "Database", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/evidence_graph/lithoglyph/importer.ex", + "from": "lib/evidence_graph/ipfs.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/evidence_graph/lithoglyph/importer.ex", + "from": "lib/evidence_graph/ipfs.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/evidence_graph/lithoglyph/client.ex", - "to": "Phoenix", + "from": "lib/evidence_graph/ipfs.ex", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "lib/evidence_graph/lithoglyph/client.ex", - "to": "Ecto", + "from": "lib/evidence_graph/collaboration.ex", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/evidence_graph/lithoglyph/client.ex", + "from": "lib/evidence_graph/collaboration.ex", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "lib/evidence_graph/lithoglyph/client.ex", + "from": "lib/evidence_graph/collaboration.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/evidence_graph/lithoglyph/client.ex", + "from": "lib/evidence_graph/collaboration.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/evidence_graph/api_keys.ex", - "to": "Phoenix", + "from": "lib/evidence_graph/collaboration.ex", + "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { "from": "lib/evidence_graph/api_keys.ex", - "to": "Ecto", + "to": "Phoenix", "relation": "framework", "weight": 2.0 }, @@ -618,134 +642,134 @@ "weight": 2.0 }, { - "from": "lib/evidence_graph/collaboration.ex", - "to": "Phoenix", + "from": "lib/evidence_graph/api_keys.ex", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/evidence_graph/collaboration.ex", - "to": "Ecto", + "from": "lib/evidence_graph/lithoglyph/importer.ex", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/evidence_graph/collaboration.ex", + "from": "lib/evidence_graph/lithoglyph/importer.ex", "to": "Database", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/evidence_graph/collaboration.ex", + "from": "lib/evidence_graph/lithoglyph/importer.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/evidence_graph/collaboration.ex", + "from": "lib/evidence_graph/lithoglyph/importer.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/evidence_graph_web/plugs/api_key_auth.ex", - "to": "Phoenix", + "from": "lib/evidence_graph/lithoglyph/importer.ex", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/evidence_graph_web/plugs/api_key_auth.ex", - "to": "Ecto", + "from": "lib/evidence_graph/lithoglyph/client.ex", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/evidence_graph_web/plugs/api_key_auth.ex", + "from": "lib/evidence_graph/lithoglyph/client.ex", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "lib/evidence_graph_web/plugs/api_key_auth.ex", + "from": "lib/evidence_graph/lithoglyph/client.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/evidence_graph_web/plugs/api_key_auth.ex", + "from": "lib/evidence_graph/lithoglyph/client.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "assets/tailwind.config.js", - "to": "Phoenix", + "from": "lib/evidence_graph/lithoglyph/client.ex", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "assets/tailwind.config.js", - "to": "Ecto", + "from": "lib/evidence_graph_web/plugs/api_key_auth.ex", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "assets/tailwind.config.js", + "from": "lib/evidence_graph_web/plugs/api_key_auth.ex", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "assets/tailwind.config.js", + "from": "lib/evidence_graph_web/plugs/api_key_auth.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "assets/tailwind.config.js", + "from": "lib/evidence_graph_web/plugs/api_key_auth.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/unit/evidence_graph_test.deno.js", - "to": "Phoenix", + "from": "lib/evidence_graph_web/plugs/api_key_auth.ex", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "tests/unit/evidence_graph_test.deno.js", - "to": "Ecto", + "from": "ffi/zig/src/main.zig", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tests/unit/evidence_graph_test.deno.js", + "from": "ffi/zig/src/main.zig", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "tests/unit/evidence_graph_test.deno.js", + "from": "ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tests/unit/evidence_graph_test.deno.js", + "from": "ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/evidence_graph/pipeline_contract_test.exs", - "to": "Phoenix", + "from": "ffi/zig/src/main.zig", + "to": "Ecto", "relation": "framework", "weight": 1.0 }, { "from": "test/evidence_graph/pipeline_contract_test.exs", - "to": "Ecto", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, @@ -768,34 +792,10 @@ "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", - "to": "Phoenix", - "relation": "framework", - "weight": 36.0 - }, - { - "from": "src/abi/Foreign.idr", + "from": "test/evidence_graph/pipeline_contract_test.exs", "to": "Ecto", "relation": "framework", - "weight": 36.0 - }, - { - "from": "src/abi/Foreign.idr", - "to": "Database", - "relation": "framework", - "weight": 36.0 - }, - { - "from": "src/abi/Foreign.idr", - "to": "OTP", - "relation": "framework", - "weight": 36.0 - }, - { - "from": "src/abi/Foreign.idr", - "to": "WebServer", - "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { "from": "src/EvidenceGraph/ABI/Foreign.idr", @@ -803,12 +803,6 @@ "relation": "framework", "weight": 39.0 }, - { - "from": "src/EvidenceGraph/ABI/Foreign.idr", - "to": "Ecto", - "relation": "framework", - "weight": 39.0 - }, { "from": "src/EvidenceGraph/ABI/Foreign.idr", "to": "Database", @@ -828,120 +822,145 @@ "weight": 39.0 }, { - "from": "ffi/zig/src/main.zig", - "to": "Phoenix", + "from": "src/EvidenceGraph/ABI/Foreign.idr", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 39.0 }, { - "from": "ffi/zig/src/main.zig", - "to": "Ecto", + "from": "src/abi/Foreign.idr", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "src/abi/Foreign.idr", "to": "Database", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": "Phoenix", + "from": "src/abi/Foreign.idr", + "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": "Ecto", + "from": "assets/tailwind.config.js", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "assets/tailwind.config.js", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "assets/tailwind.config.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "assets/tailwind.config.js", "to": "WebServer", "relation": "framework", "weight": 1.0 + }, + { + "from": "assets/tailwind.config.js", + "to": "Ecto", + "relation": "framework", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "HardcodedSecret", - "sink_axis": "network", - "severity_value": 5.0, + "source_category": "MutationGap", + "sink_axis": "cpu", + "severity_value": 1.0, "files": [ - "lib/evidence_graph/accounts.ex", - "test/evidence_graph/accounts_test.exs" + "test/support/data_case.ex", + "test/support/conn_case.ex", + "test/evidence_graph/navigation/path_test.exs", + "test/evidence_graph/evidence/evidence_test.exs", + "test/evidence_graph/relationships/relationship_test.exs", + "test/evidence_graph/lithoglyph/ner_extractor_test.exs", + "test/evidence_graph/zotero/mapper_test.exs", + "test/evidence_graph/accounts_test.exs", + "test/evidence_graph/prompt_scores_test.exs", + "test/evidence_graph/claims/claim_test.exs", + "test/evidence_graph/pipeline_contract_test.exs", + "test/evidence_graph_web/live/graph_live_test.exs", + "test/evidence_graph_web/live/navigation_live_test.exs", + "test/evidence_graph_web/live/prompt_live_test.exs", + "test/evidence_graph_web/live/investigation_live_test.exs", + "test/evidence_graph_web/user_auth_test.exs", + "test/evidence_graph_web/controllers/evidence_api_controller_test.exs", + "test/evidence_graph_web/controllers/user_session_controller_test.exs", + "test/evidence_graph_web/controllers/user_registration_controller_test.exs", + "test/evidence_graph_web/controllers/user_settings_controller_test.exs", + "test/evidence_graph_web/schema/authorization_test.exs" ], "frameworks": [ "Phoenix", - "Ecto", "Database", "OTP", - "WebServer" + "WebServer", + "Ecto" ], - "relation": "HardcodedSecret->Network" + "relation": "MutationGap->Cpu" }, { - "source_category": "DynamicCodeExecution", + "source_category": "InputBoundary", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "lib/evidence_graph_web.ex", - "lib/evidence_graph_web/live/prompt_live.ex", - "lib/evidence_graph_web/live/graph_live.ex" + "tests/e2e/graph_lifecycle_test.js", + "tests/bench/graph_bench.js" ], "frameworks": [ "Phoenix", - "Ecto", "Database", "OTP", - "WebServer" + "WebServer", + "Ecto" ], - "relation": "DynamicCodeExecution->Cpu" + "relation": "InputBoundary->Cpu" }, { - "source_category": "InputBoundary", + "source_category": "DynamicCodeExecution", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "tests/bench/graph_bench.js", - "tests/e2e/graph_lifecycle_test.js" + "lib/evidence_graph_web/live/graph_live.ex", + "lib/evidence_graph_web/live/prompt_live.ex", + "lib/evidence_graph_web.ex" ], "frameworks": [ "Phoenix", - "Ecto", "Database", "OTP", - "WebServer" + "WebServer", + "Ecto" ], - "relation": "InputBoundary->Cpu" + "relation": "DynamicCodeExecution->Cpu" }, { "source_category": "InsecureProtocol", @@ -952,48 +971,29 @@ ], "frameworks": [ "Phoenix", - "Ecto", "Database", "OTP", - "WebServer" + "WebServer", + "Ecto" ], "relation": "InsecureProtocol->Network" }, { - "source_category": "MutationGap", - "sink_axis": "cpu", - "severity_value": 1.0, + "source_category": "HardcodedSecret", + "sink_axis": "network", + "severity_value": 5.0, "files": [ - "test/support/conn_case.ex", - "test/support/data_case.ex", - "test/evidence_graph/relationships/relationship_test.exs", - "test/evidence_graph/prompt_scores_test.exs", - "test/evidence_graph/navigation/path_test.exs", - "test/evidence_graph/accounts_test.exs", - "test/evidence_graph/lithoglyph/ner_extractor_test.exs", - "test/evidence_graph/pipeline_contract_test.exs", - "test/evidence_graph/claims/claim_test.exs", - "test/evidence_graph/zotero/mapper_test.exs", - "test/evidence_graph/evidence/evidence_test.exs", - "test/evidence_graph_web/user_auth_test.exs", - "test/evidence_graph_web/live/graph_live_test.exs", - "test/evidence_graph_web/live/navigation_live_test.exs", - "test/evidence_graph_web/live/investigation_live_test.exs", - "test/evidence_graph_web/live/prompt_live_test.exs", - "test/evidence_graph_web/controllers/user_settings_controller_test.exs", - "test/evidence_graph_web/controllers/user_registration_controller_test.exs", - "test/evidence_graph_web/controllers/evidence_api_controller_test.exs", - "test/evidence_graph_web/controllers/user_session_controller_test.exs", - "test/evidence_graph_web/schema/authorization_test.exs" + "lib/evidence_graph/accounts.ex", + "test/evidence_graph/accounts_test.exs" ], "frameworks": [ "Phoenix", - "Ecto", "Database", "OTP", - "WebServer" + "WebServer", + "Ecto" ], - "relation": "MutationGap->Cpu" + "relation": "HardcodedSecret->Network" } ] } diff --git a/scans/bofj-kitt.json b/scans/bofj-kitt.json index e816c996..db82c83a 100644 --- a/scans/bofj-kitt.json +++ b/scans/bofj-kitt.json @@ -27,33 +27,33 @@ }, "file_statistics": [ { - "file_path": "tests/e2e.sh", - "lines": 142, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": "tests/e2e.sh", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 } ], diff --git a/scans/boinc-boinc.json b/scans/boinc-boinc.json index b3483dc8..f91b8a4a 100644 --- a/scans/boinc-boinc.json +++ b/scans/boinc-boinc.json @@ -6,6 +6,18 @@ "OTP" ], "weak_points": [ + { + "category": "DynamicCodeExecution", + "location": "deployment/arangodb/init-db.js", + "file": "deployment/arangodb/init-db.js", + "severity": "Critical", + "description": "eval() usage in deployment/arangodb/init-db.js", + "recommended_attack": [ + "cpu", + "memory" + ], + "test_context": "production" + }, { "category": "PanicPath", "location": "rust-parser/src/parser/parser.rs", @@ -30,18 +42,6 @@ "cpu" ], "test_context": "production" - }, - { - "category": "DynamicCodeExecution", - "location": "deployment/arangodb/init-db.js", - "file": "deployment/arangodb/init-db.js", - "severity": "Critical", - "description": "eval() usage in deployment/arangodb/init-db.js", - "recommended_attack": [ - "cpu", - "memory" - ], - "test_context": "production" } ], "statistics": { @@ -55,8 +55,8 @@ }, "file_statistics": [ { - "file_path": "elixir-coordinator/lib/coordinator/database.ex", - "lines": 145, + "file_path": "elixir-coordinator/lib/coordinator/result_validator.ex", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -65,8 +65,8 @@ "threading_constructs": 1 }, { - "file_path": "elixir-coordinator/lib/coordinator/result_validator.ex", - "lines": 198, + "file_path": "elixir-coordinator/lib/coordinator/database.ex", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -75,8 +75,8 @@ "threading_constructs": 1 }, { - "file_path": "elixir-coordinator/lib/coordinator/proof_tracker.ex", - "lines": 192, + "file_path": "elixir-coordinator/lib/coordinator/work_generator.ex", + "lines": 307, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -85,8 +85,8 @@ "threading_constructs": 1 }, { - "file_path": "elixir-coordinator/lib/coordinator/work_generator.ex", - "lines": 307, + "file_path": "elixir-coordinator/lib/coordinator/proof_tracker.ex", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -115,68 +115,68 @@ "threading_constructs": 0 }, { - "file_path": "rust-parser/src/ast/pretty_print.rs", - "lines": 207, + "file_path": "rust-parser/src/analyzer/call_graph.rs", + "lines": 201, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rust-parser/src/ast/visitor.rs", - "lines": 139, + "file_path": "rust-parser/src/analyzer/termination.rs", + "lines": 206, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rust-parser/src/phases/separator.rs", - "lines": 219, + "file_path": "rust-parser/src/parser/parser.rs", + "lines": 431, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 6, + "unwrap_calls": 50, + "allocation_sites": 70, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rust-parser/src/parser/parser.rs", - "lines": 431, + "file_path": "rust-parser/src/phases/separator.rs", + "lines": 219, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 50, - "allocation_sites": 70, + "unwrap_calls": 0, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rust-parser/src/analyzer/call_graph.rs", - "lines": 201, + "file_path": "rust-parser/src/ast/pretty_print.rs", + "lines": 207, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rust-parser/src/analyzer/termination.rs", - "lines": 206, + "file_path": "rust-parser/src/ast/visitor.rs", + "lines": 139, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/deploy/production.sh", - "lines": 94, + "file_path": "scripts/setup/dev-setup.sh", + "lines": 106, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -185,8 +185,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/setup/dev-setup.sh", - "lines": 106, + "file_path": "scripts/deploy/production.sh", + "lines": 94, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -216,69 +216,69 @@ } ], "recommended_attacks": [ - "concurrency", - "disk", + "cpu", "memory", - "cpu" + "disk", + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "elixir-coordinator/lib/coordinator/database.ex", - "to": "elixir-coordinator/lib/coordinator/result_validator.ex", - "relation": "shared_dir:elixir-coordinator/lib/coordinator", + "from": "rust-parser/src/analyzer/call_graph.rs", + "to": "rust-parser/src/analyzer/termination.rs", + "relation": "shared_dir:rust-parser/src/analyzer", + "weight": 1.0 + }, + { + "from": "rust-parser/src/ast/pretty_print.rs", + "to": "rust-parser/src/ast/visitor.rs", + "relation": "shared_dir:rust-parser/src/ast", "weight": 1.0 }, { "from": "elixir-coordinator/lib/coordinator/result_validator.ex", - "to": "elixir-coordinator/lib/coordinator/proof_tracker.ex", + "to": "elixir-coordinator/lib/coordinator/database.ex", "relation": "shared_dir:elixir-coordinator/lib/coordinator", "weight": 1.0 }, { - "from": "elixir-coordinator/lib/coordinator/proof_tracker.ex", + "from": "elixir-coordinator/lib/coordinator/database.ex", "to": "elixir-coordinator/lib/coordinator/work_generator.ex", "relation": "shared_dir:elixir-coordinator/lib/coordinator", "weight": 1.0 }, { "from": "elixir-coordinator/lib/coordinator/work_generator.ex", - "to": "elixir-coordinator/lib/coordinator/property_manager.ex", + "to": "elixir-coordinator/lib/coordinator/proof_tracker.ex", "relation": "shared_dir:elixir-coordinator/lib/coordinator", "weight": 1.0 }, { - "from": "rust-parser/src/ast/pretty_print.rs", - "to": "rust-parser/src/ast/visitor.rs", - "relation": "shared_dir:rust-parser/src/ast", - "weight": 1.0 - }, - { - "from": "rust-parser/src/analyzer/call_graph.rs", - "to": "rust-parser/src/analyzer/termination.rs", - "relation": "shared_dir:rust-parser/src/analyzer", + "from": "elixir-coordinator/lib/coordinator/proof_tracker.ex", + "to": "elixir-coordinator/lib/coordinator/property_manager.ex", + "relation": "shared_dir:elixir-coordinator/lib/coordinator", "weight": 1.0 }, { - "from": "elixir-coordinator/lib/coordinator/database.ex", + "from": "elixir-coordinator/lib/coordinator/result_validator.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-coordinator/lib/coordinator/result_validator.ex", + "from": "elixir-coordinator/lib/coordinator/database.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-coordinator/lib/coordinator/proof_tracker.ex", + "from": "elixir-coordinator/lib/coordinator/work_generator.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-coordinator/lib/coordinator/work_generator.ex", + "from": "elixir-coordinator/lib/coordinator/proof_tracker.ex", "to": "OTP", "relation": "framework", "weight": 2.0 @@ -296,49 +296,49 @@ "weight": 1.0 }, { - "from": "rust-parser/src/ast/pretty_print.rs", + "from": "rust-parser/src/analyzer/call_graph.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "rust-parser/src/ast/visitor.rs", + "from": "rust-parser/src/analyzer/termination.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "rust-parser/src/phases/separator.rs", + "from": "rust-parser/src/parser/parser.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 50.0 }, { - "from": "rust-parser/src/parser/parser.rs", + "from": "rust-parser/src/phases/separator.rs", "to": "OTP", "relation": "framework", - "weight": 50.0 + "weight": 1.0 }, { - "from": "rust-parser/src/analyzer/call_graph.rs", + "from": "rust-parser/src/ast/pretty_print.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "rust-parser/src/analyzer/termination.rs", + "from": "rust-parser/src/ast/visitor.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/deploy/production.sh", + "from": "scripts/setup/dev-setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/setup/dev-setup.sh", + "from": "scripts/deploy/production.sh", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -360,64 +360,64 @@ "taint_matrix": { "rows": [ { - "source_category": "DynamicCodeExecution", - "sink_axis": "cpu", - "severity_value": 5.0, + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "deployment/arangodb/init-db.js" + "rust-parser/src/parser/parser.rs" ], "frameworks": [ "OTP" ], - "relation": "DynamicCodeExecution->Cpu" + "relation": "PanicPath->Memory" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "memory", - "severity_value": 5.0, + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "deployment/arangodb/init-db.js" + "rust-parser/src/parser/parser.rs" ], "frameworks": [ "OTP" ], - "relation": "DynamicCodeExecution->Memory" + "relation": "PanicPath->Disk" }, { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "rust-parser/src/parser/parser.rs" + "rust-parser/src/bin/oblibeny-cli.rs" ], "frameworks": [ "OTP" ], - "relation": "PanicPath->Disk" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "PanicPath", + "source_category": "DynamicCodeExecution", "sink_axis": "memory", - "severity_value": 2.5, + "severity_value": 5.0, "files": [ - "rust-parser/src/parser/parser.rs" + "deployment/arangodb/init-db.js" ], "frameworks": [ "OTP" ], - "relation": "PanicPath->Memory" + "relation": "DynamicCodeExecution->Memory" }, { - "source_category": "UnboundedAllocation", + "source_category": "DynamicCodeExecution", "sink_axis": "cpu", - "severity_value": 2.5, + "severity_value": 5.0, "files": [ - "rust-parser/src/bin/oblibeny-cli.rs" + "deployment/arangodb/init-db.js" ], "frameworks": [ "OTP" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "DynamicCodeExecution->Cpu" }, { "source_category": "UnboundedAllocation", diff --git a/scans/boj-server-cartridges.json b/scans/boj-server-cartridges.json index 42c5f894..b11f5fab 100644 --- a/scans/boj-server-cartridges.json +++ b/scans/boj-server-cartridges.json @@ -18,29 +18,6 @@ ], "test_context": "production" }, - { - "category": "InputBoundary", - "location": "tools/validate-cartridges/main.js", - "file": "tools/validate-cartridges/main.js", - "severity": "Medium", - "description": "2 JSON.parse call(s) with 1 try block(s) in tools/validate-cartridges/main.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", - "recommended_attack": [ - "cpu" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "tools/migrate_cartridges.rs", - "file": "tools/migrate_cartridges.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in tools/migrate_cartridges.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, { "category": "InputBoundary", "location": "tools/cartridge-minter/mint.test.js", @@ -65,70 +42,45 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "cartridges/templates/gossamer-mcp/adapter/gossamer_adapter.zig", - "file": "cartridges/templates/gossamer-mcp/adapter/gossamer_adapter.zig", - "severity": "High", - "description": "3 unsafe pointer casts in cartridges/templates/gossamer-mcp/adapter/gossamer_adapter.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "CommandInjection", - "location": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/rabbitmq.ex", - "file": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/rabbitmq.ex", - "severity": "Medium", - "description": "System command execution in cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/rabbitmq.ex", - "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, - { - "category": "CommandInjection", - "location": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/redis_streams.ex", - "file": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/redis_streams.ex", + "category": "PanicPath", + "location": "tools/migrate_cartridges.rs", + "file": "tools/migrate_cartridges.rs", "severity": "Medium", - "description": "System command execution in cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/redis_streams.ex", + "description": "0 panic sites and 1 unwrap/expect calls in tools/migrate_cartridges.rs", "recommended_attack": [ - "cpu", + "memory", "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", - "file": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", + "category": "InputBoundary", + "location": "tools/validate-cartridges/main.js", + "file": "tools/validate-cartridges/main.js", "severity": "Medium", - "description": "System command execution in cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", + "description": "2 JSON.parse call(s) with 1 try block(s) in tools/validate-cartridges/main.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/nats.ex", - "file": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/nats.ex", - "severity": "Medium", - "description": "System command execution in cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/nats.ex", + "category": "UnsafeCode", + "location": "cartridges/templates/gossamer-mcp/adapter/gossamer_adapter.zig", + "file": "cartridges/templates/gossamer-mcp/adapter/gossamer_adapter.zig", + "severity": "High", + "description": "3 unsafe pointer casts in cartridges/templates/gossamer-mcp/adapter/gossamer_adapter.zig", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/aws.ex", - "file": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/aws.ex", + "location": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex", + "file": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/aws.ex", + "description": "System command execution in cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex", "recommended_attack": [ "cpu", "disk" @@ -136,47 +88,46 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", - "file": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", + "category": "InsecureProtocol", + "location": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/adapter/executor_test.js", + "file": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/adapter/executor_test.js", "severity": "Medium", - "description": "System command execution in cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", + "description": "1 HTTP (non-HTTPS) URLs in cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/adapter/executor_test.js", "recommended_attack": [ - "cpu", - "disk" + "network" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", - "file": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", - "severity": "Medium", - "description": "System command execution in cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", + "category": "UnsafeFFI", + "location": "cartridges/cross-cutting/health/boj-health-mcp/ffi/boj_health_ffi.zig", + "file": "cartridges/cross-cutting/health/boj-health-mcp/ffi/boj_health_ffi.zig", + "severity": "High", + "description": "1 C interop imports in cartridges/cross-cutting/health/boj-health-mcp/ffi/boj_health_ffi.zig", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", - "file": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", - "severity": "Medium", - "description": "System command execution in cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", + "location": "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/test-contracts.sh", + "file": "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/test-contracts.sh", + "severity": "Critical", + "description": "eval usage in cartridges/cross-cutting/agentic/local-coord-mcp/schemas/test-contracts.sh", "recommended_attack": [ "cpu", "disk" ], + "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "cartridges/domains/utilities/textkit-mcp/ffi/textkit_ffi.zig", - "file": "cartridges/domains/utilities/textkit-mcp/ffi/textkit_ffi.zig", + "location": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/coord_identity.zig", + "file": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/coord_identity.zig", "severity": "High", - "description": "1 unsafe pointer casts in cartridges/domains/utilities/textkit-mcp/ffi/textkit_ffi.zig", + "description": "18446744073709551615 unsafe pointer casts in cartridges/cross-cutting/agentic/local-coord-mcp/ffi/coord_identity.zig", "recommended_attack": [ "memory" ], @@ -184,10 +135,10 @@ }, { "category": "UnsafeCode", - "location": "cartridges/domains/gaming/npc-mcp/ffi/npc_mcp_ffi.zig", - "file": "cartridges/domains/gaming/npc-mcp/ffi/npc_mcp_ffi.zig", + "location": "cartridges/cross-cutting/agentic/model-router-mcp/ffi/model_router_ffi.zig", + "file": "cartridges/cross-cutting/agentic/model-router-mcp/ffi/model_router_ffi.zig", "severity": "High", - "description": "2 unsafe pointer casts in cartridges/domains/gaming/npc-mcp/ffi/npc_mcp_ffi.zig", + "description": "3 unsafe pointer casts in cartridges/cross-cutting/agentic/model-router-mcp/ffi/model_router_ffi.zig", "recommended_attack": [ "memory" ], @@ -206,10 +157,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/jaeger.ex", - "file": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/jaeger.ex", + "location": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", + "file": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/jaeger.ex", + "description": "System command execution in cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", "recommended_attack": [ "cpu", "disk" @@ -218,10 +169,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", - "file": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", + "location": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", + "file": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", + "description": "System command execution in cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", "recommended_attack": [ "cpu", "disk" @@ -230,10 +181,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/loki.ex", - "file": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/loki.ex", + "location": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", + "file": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/loki.ex", + "description": "System command execution in cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", "recommended_attack": [ "cpu", "disk" @@ -242,10 +193,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/prometheus.ex", - "file": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/prometheus.ex", + "location": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "file": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/prometheus.ex", + "description": "System command execution in cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", "recommended_attack": [ "cpu", "disk" @@ -254,10 +205,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "file": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "location": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/jaeger.ex", + "file": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/jaeger.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "description": "System command execution in cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/jaeger.ex", "recommended_attack": [ "cpu", "disk" @@ -266,10 +217,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/coq.ex", - "file": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/coq.ex", + "location": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/loki.ex", + "file": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/loki.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/coq.ex", + "description": "System command execution in cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/loki.ex", "recommended_attack": [ "cpu", "disk" @@ -278,10 +229,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", - "file": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", + "location": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/prometheus.ex", + "file": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/prometheus.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", + "description": "System command execution in cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/prometheus.ex", "recommended_attack": [ "cpu", "disk" @@ -290,10 +241,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", - "file": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", + "location": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", + "file": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", + "description": "System command execution in cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", "recommended_attack": [ "cpu", "disk" @@ -301,35 +252,33 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", - "file": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", - "severity": "Medium", - "description": "System command execution in cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", + "category": "UnsafeCode", + "location": "cartridges/domains/database/database-mcp/ffi/database_ffi.zig", + "file": "cartridges/domains/database/database-mcp/ffi/database_ffi.zig", + "severity": "High", + "description": "3 unsafe pointer casts in cartridges/domains/database/database-mcp/ffi/database_ffi.zig", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "file": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "severity": "Medium", - "description": "System command execution in cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "category": "UnsafeFFI", + "location": "cartridges/domains/database/database-mcp/ffi/database_ffi.zig", + "file": "cartridges/domains/database/database-mcp/ffi/database_ffi.zig", + "severity": "High", + "description": "1 C interop imports in cartridges/domains/database/database-mcp/ffi/database_ffi.zig", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", - "file": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", + "location": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", + "file": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", + "description": "System command execution in cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", "recommended_attack": [ "cpu", "disk" @@ -338,10 +287,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", - "file": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", + "location": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", + "file": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", + "description": "System command execution in cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", "recommended_attack": [ "cpu", "disk" @@ -350,10 +299,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", - "file": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", + "location": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", + "file": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", + "description": "System command execution in cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", "recommended_attack": [ "cpu", "disk" @@ -362,10 +311,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", - "file": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", + "location": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", + "file": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", + "description": "System command execution in cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", "recommended_attack": [ "cpu", "disk" @@ -374,10 +323,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", - "file": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", + "location": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", + "file": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", + "description": "System command execution in cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", "recommended_attack": [ "cpu", "disk" @@ -386,10 +335,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", - "file": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", + "location": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", + "file": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", + "description": "System command execution in cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", "recommended_attack": [ "cpu", "disk" @@ -397,103 +346,111 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "file": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "severity": "Medium", - "description": "System command execution in cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "category": "UnsafeCode", + "location": "cartridges/domains/knowledge/local-memory-mcp/ffi/local_memory_ffi.zig", + "file": "cartridges/domains/knowledge/local-memory-mcp/ffi/local_memory_ffi.zig", + "severity": "High", + "description": "1 unsafe pointer casts in cartridges/domains/knowledge/local-memory-mcp/ffi/local_memory_ffi.zig", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", - "file": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", + "category": "InputBoundary", + "location": "cartridges/domains/productivity/airtable-mcp/mod.js", + "file": "cartridges/domains/productivity/airtable-mcp/mod.js", "severity": "Medium", - "description": "System command execution in cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", + "description": "2 JSON.parse call(s) with 0 try block(s) in cartridges/domains/productivity/airtable-mcp/mod.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", - "file": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", + "category": "InputBoundary", + "location": "cartridges/domains/productivity/google-sheets-mcp/mod.js", + "file": "cartridges/domains/productivity/google-sheets-mcp/mod.js", "severity": "Medium", - "description": "Dynamic apply/3 in cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", + "description": "2 JSON.parse call(s) with 0 try block(s) in cartridges/domains/productivity/google-sheets-mcp/mod.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", - "file": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", + "category": "PanicPath", + "location": "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/Extension.res", + "file": "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/Extension.res", "severity": "Medium", - "description": "System command execution in cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", + "description": "1 unsafe get calls in cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/Extension.res", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", - "file": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", - "severity": "Medium", - "description": "Dynamic apply/3 in cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", + "category": "MutationGap", + "location": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/orchestrator/stack_parser_test.exs", + "file": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/orchestrator/stack_parser_test.exs", + "severity": "Low", + "description": "Elixir test file cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/orchestrator/stack_parser_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "DynamicCodeExecution", - "location": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", - "file": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", - "severity": "Medium", - "description": "Dynamic apply/3 in cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", + "category": "MutationGap", + "location": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/orchestrator/planner_test.exs", + "file": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/orchestrator/planner_test.exs", + "severity": "Low", + "description": "Elixir test file cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/orchestrator/planner_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "CommandInjection", - "location": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", - "file": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", - "severity": "Medium", - "description": "System command execution in cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", + "category": "MutationGap", + "location": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/lsp/handlers/hover_test.exs", + "file": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/lsp/handlers/hover_test.exs", + "severity": "Low", + "description": "Elixir test file cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/lsp/handlers/hover_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "DynamicCodeExecution", - "location": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", - "file": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", - "severity": "Medium", - "description": "Dynamic apply/3 in cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", + "category": "MutationGap", + "location": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/lsp/handlers/completion_test.exs", + "file": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/lsp/handlers/completion_test.exs", + "severity": "Low", + "description": "Elixir test file cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/lsp/handlers/completion_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "test_context": "test_only" + }, + { + "category": "UnsafeCode", + "location": "cartridges/domains/languages/orchestrator-lsp-mcp/ffi/zig/src/main.zig", + "file": "cartridges/domains/languages/orchestrator-lsp-mcp/ffi/zig/src/main.zig", + "severity": "High", + "description": "1 unsafe pointer casts in cartridges/domains/languages/orchestrator-lsp-mcp/ffi/zig/src/main.zig", + "recommended_attack": [ + "memory" + ], "test_context": "production" }, { "category": "CommandInjection", - "location": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/docker.ex", - "file": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/docker.ex", + "location": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "file": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/docker.ex", + "description": "System command execution in cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", "recommended_attack": [ "cpu", "disk" @@ -502,10 +459,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", - "file": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", + "location": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/coq.ex", + "file": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/coq.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", + "description": "System command execution in cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/coq.ex", "recommended_attack": [ "cpu", "disk" @@ -514,10 +471,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/podman.ex", - "file": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/podman.ex", + "location": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", + "file": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/podman.ex", + "description": "System command execution in cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", "recommended_attack": [ "cpu", "disk" @@ -525,24 +482,26 @@ "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "cartridges/domains/project-management/linear-mcp/benchmarks/bench.js", - "file": "cartridges/domains/project-management/linear-mcp/benchmarks/bench.js", - "severity": "Critical", - "description": "Possible hardcoded secret in cartridges/domains/project-management/linear-mcp/benchmarks/bench.js", + "category": "CommandInjection", + "location": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", + "file": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", + "severity": "Medium", + "description": "System command execution in cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", "recommended_attack": [ - "network" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "cartridges/domains/config/conflow-mcp/ffi/conflow_ffi.zig", - "file": "cartridges/domains/config/conflow-mcp/ffi/conflow_ffi.zig", - "severity": "High", - "description": "1 unsafe pointer casts in cartridges/domains/config/conflow-mcp/ffi/conflow_ffi.zig", + "category": "CommandInjection", + "location": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", + "file": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", + "severity": "Medium", + "description": "System command execution in cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, @@ -558,23 +517,22 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "cartridges/domains/security/vault-mcp/tests/integration_test.sh", - "file": "cartridges/domains/security/vault-mcp/tests/integration_test.sh", - "severity": "Critical", - "description": "eval usage in cartridges/domains/security/vault-mcp/tests/integration_test.sh", + "category": "UnsafeCode", + "location": "cartridges/domains/config/conflow-mcp/ffi/conflow_ffi.zig", + "file": "cartridges/domains/config/conflow-mcp/ffi/conflow_ffi.zig", + "severity": "High", + "description": "1 unsafe pointer casts in cartridges/domains/config/conflow-mcp/ffi/conflow_ffi.zig", "recommended_attack": [ - "cpu", - "disk" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "CommandInjection", - "location": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/sops.ex", - "file": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/sops.ex", + "location": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", + "file": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/sops.ex", + "description": "System command execution in cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", "recommended_attack": [ "cpu", "disk" @@ -583,10 +541,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/vault.ex", - "file": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/vault.ex", + "location": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", + "file": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/vault.ex", + "description": "System command execution in cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", "recommended_attack": [ "cpu", "disk" @@ -595,10 +553,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "file": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "location": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", + "file": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "description": "System command execution in cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", "recommended_attack": [ "cpu", "disk" @@ -607,34 +565,33 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/security/rokur-mcp/tests/integration_test.sh", - "file": "cartridges/domains/security/rokur-mcp/tests/integration_test.sh", - "severity": "Critical", - "description": "eval usage in cartridges/domains/security/rokur-mcp/tests/integration_test.sh", + "location": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/aws.ex", + "file": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/aws.ex", + "severity": "Medium", + "description": "System command execution in cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/aws.ex", "recommended_attack": [ "cpu", "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "CommandInjection", - "location": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", - "file": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", - "severity": "Medium", - "description": "System command execution in cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", + "category": "UnsafeCode", + "location": "cartridges/domains/utilities/textkit-mcp/ffi/textkit_ffi.zig", + "file": "cartridges/domains/utilities/textkit-mcp/ffi/textkit_ffi.zig", + "severity": "High", + "description": "1 unsafe pointer casts in cartridges/domains/utilities/textkit-mcp/ffi/textkit_ffi.zig", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", - "file": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", + "location": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/podman.ex", + "file": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/podman.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", + "description": "System command execution in cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/podman.ex", "recommended_attack": [ "cpu", "disk" @@ -643,10 +600,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", - "file": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", + "location": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", + "file": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", + "description": "System command execution in cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", "recommended_attack": [ "cpu", "disk" @@ -655,10 +612,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", - "file": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", + "location": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/docker.ex", + "file": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/docker.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", + "description": "System command execution in cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/docker.ex", "recommended_attack": [ "cpu", "disk" @@ -666,22 +623,23 @@ "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", - "file": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", + "category": "CommandInjection", + "location": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", + "file": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", "severity": "Medium", - "description": "Dynamic apply/3 in cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", + "description": "System command execution in cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], "test_context": "production" }, { "category": "DynamicCodeExecution", - "location": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", - "file": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", + "location": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", + "file": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", "severity": "Medium", - "description": "Dynamic apply/3 in cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", + "description": "Dynamic apply/3 in cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", "recommended_attack": [ "cpu" ], @@ -689,10 +647,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", - "file": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", + "location": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", + "file": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", + "description": "System command execution in cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", "recommended_attack": [ "cpu", "disk" @@ -701,10 +659,10 @@ }, { "category": "DynamicCodeExecution", - "location": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", - "file": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", + "location": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", + "file": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", "severity": "Medium", - "description": "Dynamic apply/3 in cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", + "description": "Dynamic apply/3 in cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", "recommended_attack": [ "cpu" ], @@ -712,10 +670,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "file": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "location": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", + "file": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "description": "System command execution in cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", "recommended_attack": [ "cpu", "disk" @@ -724,54 +682,44 @@ }, { "category": "DynamicCodeExecution", - "location": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/hover.ex", - "file": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/hover.ex", + "location": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", + "file": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", "severity": "Medium", - "description": "Dynamic apply/3 in cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/hover.ex", + "description": "Dynamic apply/3 in cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "cartridges/domains/infrastructure/hesiod-mcp/ffi/hesiod_ffi.zig", - "file": "cartridges/domains/infrastructure/hesiod-mcp/ffi/hesiod_ffi.zig", - "severity": "High", - "description": "3 unsafe pointer casts in cartridges/domains/infrastructure/hesiod-mcp/ffi/hesiod_ffi.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "InputBoundary", - "location": "cartridges/domains/productivity/google-sheets-mcp/mod.js", - "file": "cartridges/domains/productivity/google-sheets-mcp/mod.js", + "category": "DynamicCodeExecution", + "location": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", + "file": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", "severity": "Medium", - "description": "2 JSON.parse call(s) with 0 try block(s) in cartridges/domains/productivity/google-sheets-mcp/mod.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "Dynamic apply/3 in cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "InputBoundary", - "location": "cartridges/domains/productivity/airtable-mcp/mod.js", - "file": "cartridges/domains/productivity/airtable-mcp/mod.js", + "category": "CommandInjection", + "location": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/rabbitmq.ex", + "file": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/rabbitmq.ex", "severity": "Medium", - "description": "2 JSON.parse call(s) with 0 try block(s) in cartridges/domains/productivity/airtable-mcp/mod.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "System command execution in cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/rabbitmq.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", - "file": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", + "location": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/redis_streams.ex", + "file": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/redis_streams.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", + "description": "System command execution in cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/redis_streams.ex", "recommended_attack": [ "cpu", "disk" @@ -780,10 +728,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", - "file": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", + "location": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", + "file": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", + "description": "System command execution in cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", "recommended_attack": [ "cpu", "disk" @@ -792,22 +740,33 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", - "file": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", + "location": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/nats.ex", + "file": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/nats.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", + "description": "System command execution in cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/nats.ex", "recommended_attack": [ "cpu", "disk" ], "test_context": "production" }, + { + "category": "UnsafeCode", + "location": "cartridges/domains/gaming/npc-mcp/ffi/npc_mcp_ffi.zig", + "file": "cartridges/domains/gaming/npc-mcp/ffi/npc_mcp_ffi.zig", + "severity": "High", + "description": "2 unsafe pointer casts in cartridges/domains/gaming/npc-mcp/ffi/npc_mcp_ffi.zig", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, { "category": "CommandInjection", - "location": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", - "file": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", + "location": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "file": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", + "description": "System command execution in cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", "recommended_attack": [ "cpu", "disk" @@ -816,10 +775,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", - "file": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", + "location": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", + "file": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", + "description": "System command execution in cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", "recommended_attack": [ "cpu", "disk" @@ -828,10 +787,10 @@ }, { "category": "CommandInjection", - "location": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", - "file": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", + "location": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", + "file": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", "severity": "Medium", - "description": "System command execution in cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", + "description": "System command execution in cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", "recommended_attack": [ "cpu", "disk" @@ -839,186 +798,227 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "cartridges/domains/database/database-mcp/ffi/database_ffi.zig", - "file": "cartridges/domains/database/database-mcp/ffi/database_ffi.zig", - "severity": "High", - "description": "3 unsafe pointer casts in cartridges/domains/database/database-mcp/ffi/database_ffi.zig", + "category": "CommandInjection", + "location": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", + "file": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", + "severity": "Medium", + "description": "System command execution in cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "cartridges/domains/database/database-mcp/ffi/database_ffi.zig", - "file": "cartridges/domains/database/database-mcp/ffi/database_ffi.zig", - "severity": "High", - "description": "1 C interop imports in cartridges/domains/database/database-mcp/ffi/database_ffi.zig", + "category": "CommandInjection", + "location": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", + "file": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", + "severity": "Medium", + "description": "System command execution in cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "cartridges/domains/knowledge/local-memory-mcp/ffi/local_memory_ffi.zig", - "file": "cartridges/domains/knowledge/local-memory-mcp/ffi/local_memory_ffi.zig", - "severity": "High", - "description": "1 unsafe pointer casts in cartridges/domains/knowledge/local-memory-mcp/ffi/local_memory_ffi.zig", + "category": "CommandInjection", + "location": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", + "file": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", + "severity": "Medium", + "description": "System command execution in cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "cartridges/domains/community/feedback-mcp/ffi/feedback_ffi.zig", - "file": "cartridges/domains/community/feedback-mcp/ffi/feedback_ffi.zig", - "severity": "High", - "description": "1 unsafe pointer casts in cartridges/domains/community/feedback-mcp/ffi/feedback_ffi.zig", + "category": "CommandInjection", + "location": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", + "file": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", + "severity": "Medium", + "description": "System command execution in cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { "category": "UnsafeCode", - "location": "cartridges/domains/languages/orchestrator-lsp-mcp/ffi/zig/src/main.zig", - "file": "cartridges/domains/languages/orchestrator-lsp-mcp/ffi/zig/src/main.zig", + "location": "cartridges/domains/infrastructure/hesiod-mcp/ffi/hesiod_ffi.zig", + "file": "cartridges/domains/infrastructure/hesiod-mcp/ffi/hesiod_ffi.zig", "severity": "High", - "description": "1 unsafe pointer casts in cartridges/domains/languages/orchestrator-lsp-mcp/ffi/zig/src/main.zig", + "description": "3 unsafe pointer casts in cartridges/domains/infrastructure/hesiod-mcp/ffi/hesiod_ffi.zig", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "MutationGap", - "location": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/orchestrator/stack_parser_test.exs", - "file": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/orchestrator/stack_parser_test.exs", - "severity": "Low", - "description": "Elixir test file cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/orchestrator/stack_parser_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "DynamicCodeExecution", + "location": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/hover.ex", + "file": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/hover.ex", + "severity": "Medium", + "description": "Dynamic apply/3 in cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/hover.ex", "recommended_attack": [ "cpu" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/orchestrator/planner_test.exs", - "file": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/orchestrator/planner_test.exs", - "severity": "Low", - "description": "Elixir test file cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/orchestrator/planner_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "file": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "severity": "Medium", + "description": "System command execution in cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/lsp/handlers/hover_test.exs", - "file": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/lsp/handlers/hover_test.exs", - "severity": "Low", - "description": "Elixir test file cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/lsp/handlers/hover_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", + "file": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", + "severity": "Medium", + "description": "System command execution in cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/lsp/handlers/completion_test.exs", - "file": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/lsp/handlers/completion_test.exs", - "severity": "Low", - "description": "Elixir test file cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/lsp/handlers/completion_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "DynamicCodeExecution", + "location": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", + "file": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", + "severity": "Medium", + "description": "Dynamic apply/3 in cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", "recommended_attack": [ "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "PanicPath", - "location": "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/Extension.res", - "file": "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/Extension.res", + "category": "CommandInjection", + "location": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", + "file": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", "severity": "Medium", - "description": "1 unsafe get calls in cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/Extension.res", + "description": "System command execution in cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/coord_identity.zig", - "file": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/coord_identity.zig", - "severity": "High", - "description": "18446744073709551615 unsafe pointer casts in cartridges/cross-cutting/agentic/local-coord-mcp/ffi/coord_identity.zig", + "category": "DynamicCodeExecution", + "location": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", + "file": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", + "severity": "Medium", + "description": "Dynamic apply/3 in cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", "recommended_attack": [ - "memory" + "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/test-contracts.sh", - "file": "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/test-contracts.sh", - "severity": "Critical", - "description": "eval usage in cartridges/cross-cutting/agentic/local-coord-mcp/schemas/test-contracts.sh", + "category": "DynamicCodeExecution", + "location": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", + "file": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", + "severity": "Medium", + "description": "Dynamic apply/3 in cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], - "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "cartridges/cross-cutting/agentic/model-router-mcp/ffi/model_router_ffi.zig", - "file": "cartridges/cross-cutting/agentic/model-router-mcp/ffi/model_router_ffi.zig", + "location": "cartridges/domains/community/feedback-mcp/ffi/feedback_ffi.zig", + "file": "cartridges/domains/community/feedback-mcp/ffi/feedback_ffi.zig", "severity": "High", - "description": "3 unsafe pointer casts in cartridges/cross-cutting/agentic/model-router-mcp/ffi/model_router_ffi.zig", + "description": "1 unsafe pointer casts in cartridges/domains/community/feedback-mcp/ffi/feedback_ffi.zig", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "cartridges/cross-cutting/health/boj-health-mcp/ffi/boj_health_ffi.zig", - "file": "cartridges/cross-cutting/health/boj-health-mcp/ffi/boj_health_ffi.zig", - "severity": "High", - "description": "1 C interop imports in cartridges/cross-cutting/health/boj-health-mcp/ffi/boj_health_ffi.zig", + "category": "HardcodedSecret", + "location": "cartridges/domains/project-management/linear-mcp/benchmarks/bench.js", + "file": "cartridges/domains/project-management/linear-mcp/benchmarks/bench.js", + "severity": "Critical", + "description": "Possible hardcoded secret in cartridges/domains/project-management/linear-mcp/benchmarks/bench.js", "recommended_attack": [ - "memory" + "network" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/adapter/executor_test.js", - "file": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/adapter/executor_test.js", + "category": "CommandInjection", + "location": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "file": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/adapter/executor_test.js", + "description": "System command execution in cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", "recommended_attack": [ - "network" + "cpu", + "disk" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex", - "file": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex", + "location": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/vault.ex", + "file": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/vault.ex", "severity": "Medium", - "description": "System command execution in cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex", + "description": "System command execution in cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/vault.ex", "recommended_attack": [ "cpu", "disk" ], "test_context": "production" - } - ], + }, + { + "category": "CommandInjection", + "location": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/sops.ex", + "file": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/sops.ex", + "severity": "Medium", + "description": "System command execution in cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/sops.ex", + "recommended_attack": [ + "cpu", + "disk" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "cartridges/domains/security/vault-mcp/tests/integration_test.sh", + "file": "cartridges/domains/security/vault-mcp/tests/integration_test.sh", + "severity": "Critical", + "description": "eval usage in cartridges/domains/security/vault-mcp/tests/integration_test.sh", + "recommended_attack": [ + "cpu", + "disk" + ], + "test_context": "test_only" + }, + { + "category": "CommandInjection", + "location": "cartridges/domains/security/rokur-mcp/tests/integration_test.sh", + "file": "cartridges/domains/security/rokur-mcp/tests/integration_test.sh", + "severity": "Critical", + "description": "eval usage in cartridges/domains/security/rokur-mcp/tests/integration_test.sh", + "recommended_attack": [ + "cpu", + "disk" + ], + "test_context": "test_only" + } + ], "statistics": { "total_lines": 182150, "unsafe_blocks": 27, @@ -1051,14 +1051,14 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/templates/gossamer-mcp/mod.js", - "lines": 57, - "unsafe_blocks": 0, + "file_path": "cartridges/templates/gossamer-mcp/adapter/gossamer_adapter.zig", + "lines": 332, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { "file_path": "cartridges/templates/gossamer-mcp/ffi/cartridge_shim.zig", @@ -1071,28 +1071,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/templates/gossamer-mcp/adapter/gossamer_adapter.zig", - "lines": 332, - "unsafe_blocks": 3, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "cartridges/domains/messaging/queues-mcp/mod.js", - "lines": 59, + "file_path": "cartridges/templates/gossamer-mcp/mod.js", + "lines": 57, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/messaging/queues-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/cross-cutting/debug/dap-mcp/adapter/dap_adapter.zig", + "lines": 416, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1101,8 +1091,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/messaging/queues-mcp/adapter/queues_adapter.zig", - "lines": 163, + "file_path": "cartridges/cross-cutting/debug/dap-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1111,28 +1101,28 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/rabbitmq.ex", - "lines": 217, + "file_path": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/executor.ex", + "lines": 421, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/redis_streams.ex", - "lines": 231, + "file_path": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/stack_parser.ex", + "lines": 226, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/nats.ex", - "lines": 236, + "file_path": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex", + "lines": 306, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1141,58 +1131,58 @@ "threading_constructs": 1 }, { - "file_path": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "lines": 206, + "file_path": "cartridges/cross-cutting/health/boj-health-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/lsp/server.ex", - "lines": 219, - "unsafe_blocks": 0, + "file_path": "cartridges/cross-cutting/health/boj-health-mcp/ffi/boj_health_ffi.zig", + "lines": 91, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/cloud-mcp/mod.js", - "lines": 55, + "file_path": "cartridges/cross-cutting/agentic/local-coord-mcp/tests/e2e_coord.zig", + "lines": 341, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 4, + "threading_constructs": 2 }, { - "file_path": "cartridges/domains/cloud/cloud-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/test-contracts.sh", + "lines": 264, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/cloud-mcp/adapter/cloud_adapter.zig", - "lines": 153, + "file_path": "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/examples/prover-tag-claim.ncl", + "lines": 44, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/render-mcp/mod.js", - "lines": 266, + "file_path": "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/coord-messages-contracts.ncl", + "lines": 209, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1201,7 +1191,7 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/render-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -1211,18 +1201,28 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/cloud/render-mcp/adapter/render_adapter.zig", - "lines": 247, + "file_path": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/coord_identity.zig", + "lines": 476, + "unsafe_blocks": 18446744073709551615, + "panic_sites": 1, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/bench_coord.zig", + "lines": 313, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 6, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/aws-mcp/mod.js", - "lines": 83, + "file_path": "cartridges/cross-cutting/agentic/local-coord-mcp/mod.js", + "lines": 47, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1231,8 +1231,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/aws-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/cross-cutting/agentic/agent-mcp/adapter/agent_adapter.zig", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1241,8 +1241,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/cloud/aws-mcp/adapter/aws_mcp_adapter.zig", - "lines": 160, + "file_path": "cartridges/cross-cutting/agentic/agent-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1251,17 +1251,17 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/cloud/fly-mcp/mod.js", - "lines": 419, + "file_path": "cartridges/cross-cutting/agentic/agent-mcp/mod.js", + "lines": 61, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/fly-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/cross-cutting/agentic/model-router-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -1271,38 +1271,38 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/cloud/fly-mcp/adapter/fly_adapter.zig", - "lines": 267, - "unsafe_blocks": 0, + "file_path": "cartridges/cross-cutting/agentic/model-router-mcp/ffi/model_router_ffi.zig", + "lines": 657, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/railway-mcp/mod.js", - "lines": 539, + "file_path": "cartridges/cross-cutting/agentic/claude-ai-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/cloud/railway-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/cross-cutting/agentic/claude-ai-mcp/mod.js", + "lines": 98, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/railway-mcp/adapter/railway_adapter.zig", - "lines": 259, + "file_path": "cartridges/cross-cutting/agentic/claude-agents-power-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1311,8 +1311,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/cloud/hetzner-mcp/mod.js", - "lines": 358, + "file_path": "cartridges/cross-cutting/agentic/claude-agents-power-mcp/mod.js", + "lines": 92, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1321,8 +1321,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/hetzner-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/cross-cutting/fleet/fleet-mcp/adapter/fleet_adapter.zig", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1331,8 +1331,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/cloud/hetzner-mcp/adapter/hetzner_adapter.zig", - "lines": 263, + "file_path": "cartridges/cross-cutting/fleet/fleet-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1341,18 +1341,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/cloud/linode-mcp/mod.js", - "lines": 306, + "file_path": "cartridges/cross-cutting/fleet/fleet-mcp/mod.js", + "lines": 57, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/linode-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/cross-cutting/nesy/nesy-mcp/adapter/nesy_adapter.zig", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1361,8 +1361,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/cloud/linode-mcp/adapter/linode_adapter.zig", - "lines": 255, + "file_path": "cartridges/cross-cutting/nesy/nesy-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1371,8 +1371,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/cloud/gcp-mcp/mod.js", - "lines": 78, + "file_path": "cartridges/cross-cutting/nesy/nesy-mcp/mod.js", + "lines": 49, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1381,8 +1381,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/gcp-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/cross-cutting/nesy/ml-mcp/adapter/ml_adapter.zig", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1391,8 +1391,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/cloud/gcp-mcp/adapter/gcp_mcp_adapter.zig", - "lines": 157, + "file_path": "cartridges/cross-cutting/nesy/ml-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1401,67 +1401,67 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/aws.ex", - "lines": 201, + "file_path": "cartridges/cross-cutting/nesy/ml-mcp/mod.js", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", - "lines": 228, + "file_path": "cartridges/domains/education/kategoria-mcp/adapter/kategoria_adapter.zig", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", - "lines": 253, + "file_path": "cartridges/domains/education/kategoria-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", - "lines": 232, - "unsafe_blocks": 0, + "file_path": "cartridges/domains/education/kategoria-mcp/ffi/kategoria_ffi.zig", + "lines": 294, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/lsp/server.ex", - "lines": 231, + "file_path": "cartridges/domains/education/kategoria-mcp/mod.js", + "lines": 48, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/cloudflare-mcp/mod.js", - "lines": 189, + "file_path": "cartridges/domains/development/codeseeker-mcp/adapter/codeseeker_adapter.zig", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/cloud/cloudflare-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/development/codeseeker-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -1471,58 +1471,58 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/cloud/digitalocean-mcp/mod.js", - "lines": 316, + "file_path": "cartridges/domains/development/codeseeker-mcp/mod.js", + "lines": 57, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/digitalocean-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/development/bug-filing-mcp/tests/integration_test.sh", + "lines": 82, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/cloud/digitalocean-mcp/adapter/digitalocean_mcp_adapter.zig", - "lines": 183, + "file_path": "cartridges/domains/development/bug-filing-mcp/adapter/bug_filing_mcp_adapter.zig", + "lines": 312, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/utilities/textkit-mcp/mod.js", - "lines": 57, + "file_path": "cartridges/domains/development/bug-filing-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/utilities/textkit-mcp/ffi/textkit_ffi.zig", - "lines": 175, - "unsafe_blocks": 1, + "file_path": "cartridges/domains/development/bug-filing-mcp/mod.js", + "lines": 62, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/utilities/textkit-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/development/git-mcp/adapter/git_adapter.zig", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1531,8 +1531,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/utilities/textkit-mcp/adapter/gossamer_adapter.zig", - "lines": 156, + "file_path": "cartridges/domains/development/git-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1541,8 +1541,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/gaming/idaptik-admin-mcp/mod.js", - "lines": 67, + "file_path": "cartridges/domains/development/git-mcp/mod.js", + "lines": 61, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1551,8 +1551,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/gaming/idaptik-admin-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/development/github-api-mcp/adapter/github_api_mcp_adapter.zig", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1561,8 +1561,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/gaming/idaptik-admin-mcp/adapter/idaptik_admin_adapter.zig", - "lines": 183, + "file_path": "cartridges/domains/development/github-api-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1571,8 +1571,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/gaming/game-admin-mcp/mod.js", - "lines": 61, + "file_path": "cartridges/domains/development/github-api-mcp/mod.js", + "lines": 63, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1581,8 +1581,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/gaming/game-admin-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/development/gitlab-api-mcp/adapter/gitlab_api_mcp_adapter.zig", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1591,8 +1591,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/gaming/game-admin-mcp/adapter/game_admin_adapter.zig", - "lines": 168, + "file_path": "cartridges/domains/development/gitlab-api-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1601,67 +1601,77 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/gaming/npc-mcp/ffi/npc_mcp_ffi.zig", - "lines": 193, - "unsafe_blocks": 2, + "file_path": "cartridges/domains/development/gitlab-api-mcp/mod.js", + "lines": 61, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/gaming/npc-mcp/ffi/src/npcmcp.zig", - "lines": 224, + "file_path": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/lsp/server.ex", + "lines": 190, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "cartridges/domains/gaming/npc-mcp/ffi/src/command/audit.zig", - "lines": 81, + "file_path": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", + "lines": 195, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/gaming/npc-mcp/ffi/src/perception/raw_buffer.zig", - "lines": 91, + "file_path": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/bitbucket.ex", + "lines": 99, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/gaming/npc-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/gaming/ums-mcp/mod.js", - "lines": 61, + "file_path": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", + "lines": 126, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/gaming/ums-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", + "lines": 170, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 1 + }, + { + "file_path": "cartridges/domains/development/fireflag-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -1671,8 +1681,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/gaming/ums-mcp/adapter/ums_adapter.zig", - "lines": 168, + "file_path": "cartridges/domains/observability/observe-mcp/adapter/observe_adapter.zig", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1681,28 +1691,28 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/education/kategoria-mcp/mod.js", - "lines": 48, + "file_path": "cartridges/domains/observability/observe-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/education/kategoria-mcp/ffi/kategoria_ffi.zig", - "lines": 294, - "unsafe_blocks": 1, + "file_path": "cartridges/domains/observability/observe-mcp/mod.js", + "lines": 55, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/education/kategoria-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/observability/grafana-mcp/adapter/grafana_adapter.zig", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1711,8 +1721,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/education/kategoria-mcp/adapter/kategoria_adapter.zig", - "lines": 153, + "file_path": "cartridges/domains/observability/grafana-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1721,8 +1731,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/observability/sentry-mcp/mod.js", - "lines": 207, + "file_path": "cartridges/domains/observability/grafana-mcp/mod.js", + "lines": 216, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1731,8 +1741,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/observability/sentry-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/observability/prometheus-mcp/adapter/prometheus_adapter.zig", + "lines": 215, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1741,8 +1751,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/observability/sentry-mcp/adapter/sentry_adapter.zig", - "lines": 223, + "file_path": "cartridges/domains/observability/prometheus-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1751,78 +1761,78 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/jaeger.ex", - "lines": 188, + "file_path": "cartridges/domains/observability/prometheus-mcp/mod.js", + "lines": 177, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", - "lines": 176, + "file_path": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/server.ex", + "lines": 227, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 1 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/loki.ex", - "lines": 150, + "file_path": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/prometheus.ex", - "lines": 152, + "file_path": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/jaeger.ex", + "lines": 188, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 1 }, { - "file_path": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "lines": 164, + "file_path": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/loki.ex", + "lines": 150, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/server.ex", - "lines": 227, + "file_path": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/prometheus.ex", + "lines": 152, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/observability/observe-mcp/mod.js", - "lines": 55, + "file_path": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", + "lines": 176, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 2, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/observability/observe-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/observability/sentry-mcp/adapter/sentry_adapter.zig", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1831,8 +1841,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/observability/observe-mcp/adapter/observe_adapter.zig", - "lines": 153, + "file_path": "cartridges/domains/observability/sentry-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1841,8 +1851,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/observability/prometheus-mcp/mod.js", - "lines": 177, + "file_path": "cartridges/domains/observability/sentry-mcp/mod.js", + "lines": 207, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1851,7 +1861,7 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/observability/prometheus-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/bioinformatics/origene-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -1861,18 +1871,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/observability/prometheus-mcp/adapter/prometheus_adapter.zig", - "lines": 215, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 - }, - { - "file_path": "cartridges/domains/observability/grafana-mcp/mod.js", - "lines": 216, + "file_path": "cartridges/domains/bioinformatics/origene-mcp/mod.js", + "lines": 89, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1881,8 +1881,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/observability/grafana-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/database/arango-mcp/adapter/arango_mcp_adapter.zig", + "lines": 163, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1891,8 +1891,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/observability/grafana-mcp/adapter/grafana_adapter.zig", - "lines": 223, + "file_path": "cartridges/domains/database/arango-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1901,18 +1901,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/registry/opsm-mcp/mod.js", - "lines": 169, + "file_path": "cartridges/domains/database/arango-mcp/mod.js", + "lines": 90, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/registry/opsm-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/database/clickhouse-mcp/adapter/clickhouse_mcp_adapter.zig", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1921,8 +1921,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/registry/opsm-mcp/adapter/opsm_adapter.zig", - "lines": 370, + "file_path": "cartridges/domains/database/clickhouse-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1931,8 +1931,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/registry/crates-mcp/mod.js", - "lines": 245, + "file_path": "cartridges/domains/database/clickhouse-mcp/mod.js", + "lines": 79, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1941,8 +1941,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/registry/crates-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/database/postgresql-mcp/adapter/postgresql_mcp_adapter.zig", + "lines": 163, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1951,8 +1951,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/registry/crates-mcp/adapter/crates_adapter.zig", - "lines": 235, + "file_path": "cartridges/domains/database/postgresql-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1961,8 +1961,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/registry/pypi-mcp/mod.js", - "lines": 281, + "file_path": "cartridges/domains/database/postgresql-mcp/mod.js", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1971,8 +1971,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/registry/pypi-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/database/mongodb-mcp/adapter/mongodb_mcp_adapter.zig", + "lines": 160, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1981,8 +1981,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/registry/pypi-mcp/adapter/pypi_adapter.zig", - "lines": 227, + "file_path": "cartridges/domains/database/mongodb-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1991,8 +1991,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/registry/hackage-mcp/mod.js", - "lines": 218, + "file_path": "cartridges/domains/database/mongodb-mcp/mod.js", + "lines": 82, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2001,8 +2001,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/registry/hackage-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/database/duckdb-mcp/adapter/duckdb_mcp_adapter.zig", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2011,8 +2011,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/registry/hackage-mcp/adapter/hackage_adapter.zig", - "lines": 231, + "file_path": "cartridges/domains/database/duckdb-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2021,18 +2021,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/registry/npm-registry-mcp/mod.js", - "lines": 313, + "file_path": "cartridges/domains/database/duckdb-mcp/mod.js", + "lines": 73, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/registry/npm-registry-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/database/neon-mcp/adapter/neon_mcp_adapter.zig", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2041,8 +2041,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/registry/npm-registry-mcp/adapter/npm_registry_adapter.zig", - "lines": 231, + "file_path": "cartridges/domains/database/neon-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2051,8 +2051,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/registry/hex-mcp/mod.js", - "lines": 225, + "file_path": "cartridges/domains/database/neon-mcp/mod.js", + "lines": 75, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2061,8 +2061,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/registry/hex-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/database/neo4j-mcp/adapter/neo4j_mcp_adapter.zig", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2071,8 +2071,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/registry/hex-mcp/adapter/hex_adapter.zig", - "lines": 223, + "file_path": "cartridges/domains/database/neo4j-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2081,18 +2081,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/registry/opam-mcp/mod.js", - "lines": 215, + "file_path": "cartridges/domains/database/neo4j-mcp/mod.js", + "lines": 57, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/registry/opam-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/database/database-mcp/adapter/database_adapter.zig", + "lines": 154, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2101,8 +2101,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/registry/opam-mcp/adapter/opam_adapter.zig", - "lines": 223, + "file_path": "cartridges/domains/database/database-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2111,67 +2111,67 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/formal-verification/echidna-llm-mcp/mod.js", - "lines": 344, - "unsafe_blocks": 0, + "file_path": "cartridges/domains/database/database-mcp/ffi/database_ffi.zig", + "lines": 1255, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/coq.ex", - "lines": 150, + "file_path": "cartridges/domains/database/database-mcp/mod.js", + "lines": 70, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", - "lines": 144, + "file_path": "cartridges/domains/database/verisimdb-mcp/adapter/verisimdb_adapter.zig", + "lines": 156, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", - "lines": 150, + "file_path": "cartridges/domains/database/verisimdb-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", - "lines": 152, + "file_path": "cartridges/domains/database/verisimdb-mcp/mod.js", + "lines": 56, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/lsp/server.ex", - "lines": 222, + "file_path": "cartridges/domains/database/redis-mcp/adapter/redis_mcp_adapter.zig", + "lines": 163, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/formal-verification/ephapax-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/database/redis-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -2181,8 +2181,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/formal-verification/proof-mcp/mod.js", - "lines": 84, + "file_path": "cartridges/domains/database/redis-mcp/mod.js", + "lines": 89, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2191,8 +2191,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/formal-verification/proof-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/database/turso-mcp/adapter/turso_mcp_adapter.zig", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2201,8 +2201,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/formal-verification/proof-mcp/adapter/proof_adapter.zig", - "lines": 168, + "file_path": "cartridges/domains/database/turso-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2211,48 +2211,48 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/web/ssg-mcp/mod.js", - "lines": 57, + "file_path": "cartridges/domains/database/turso-mcp/mod.js", + "lines": 75, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/web/ssg-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/poly_db_lsp.ex", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/web/ssg-mcp/adapter/ssg_adapter.zig", - "lines": 158, + "file_path": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/lsp/server.ex", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 2 }, { - "file_path": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", - "lines": 116, + "file_path": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", - "lines": 105, + "file_path": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", + "lines": 199, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2261,8 +2261,8 @@ "threading_constructs": 1 }, { - "file_path": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", - "lines": 110, + "file_path": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", + "lines": 214, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2271,8 +2271,8 @@ "threading_constructs": 1 }, { - "file_path": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", - "lines": 117, + "file_path": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", + "lines": 175, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2281,8 +2281,8 @@ "threading_constructs": 1 }, { - "file_path": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", - "lines": 125, + "file_path": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", + "lines": 188, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2291,8 +2291,8 @@ "threading_constructs": 1 }, { - "file_path": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", - "lines": 110, + "file_path": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", + "lines": 207, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2301,28 +2301,28 @@ "threading_constructs": 1 }, { - "file_path": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "lines": 166, + "file_path": "cartridges/domains/database/supabase-mcp/adapter/supabase_mcp_adapter.zig", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/server.ex", - "lines": 228, + "file_path": "cartridges/domains/database/supabase-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/bioinformatics/origene-mcp/mod.js", - "lines": 89, + "file_path": "cartridges/domains/database/supabase-mcp/mod.js", + "lines": 76, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2331,27 +2331,17 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/bioinformatics/origene-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/knowledge/librarian-mcp/ffi/src/extract.zig", + "lines": 98, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 3 - }, - { - "file_path": "cartridges/domains/container/k8s-mcp/mod.js", - "lines": 85, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/container/k8s-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/knowledge/librarian-mcp/ffi/src/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -2361,38 +2351,58 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/container/k8s-mcp/adapter/k8s_adapter.zig", - "lines": 160, + "file_path": "cartridges/domains/knowledge/librarian-mcp/ffi/src/embed.zig", + "lines": 99, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/container/docker-hub-mcp/mod.js", - "lines": 308, + "file_path": "cartridges/domains/knowledge/librarian-mcp/ffi/src/librarian.zig", + "lines": 353, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/container/docker-hub-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/knowledge/librarian-mcp/ffi/src/store.zig", + "lines": 305, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/container/docker-hub-mcp/adapter/docker_hub_adapter.zig", - "lines": 247, + "file_path": "cartridges/domains/knowledge/librarian-mcp/ffi/src/pipeline.zig", + "lines": 205, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 5, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "cartridges/domains/knowledge/librarian-mcp/ffi/src/search.zig", + "lines": 102, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "cartridges/domains/knowledge/obsidian-mcp/adapter/obsidian_adapter.zig", + "lines": 231, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2401,48 +2411,48 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", - "lines": 177, + "file_path": "cartridges/domains/knowledge/obsidian-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", - "lines": 228, + "file_path": "cartridges/domains/knowledge/obsidian-mcp/mod.js", + "lines": 225, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 1 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", - "lines": 135, + "file_path": "cartridges/domains/knowledge/local-memory-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/lsp/server.ex", - "lines": 164, - "unsafe_blocks": 0, + "file_path": "cartridges/domains/knowledge/local-memory-mcp/ffi/local_memory_ffi.zig", + "lines": 510, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/container/container-mcp/mod.js", - "lines": 86, + "file_path": "cartridges/domains/knowledge/local-memory-mcp/mod.js", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2451,8 +2461,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/container/container-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/automation/browser-mcp/adapter/browser_mcp_adapter.zig", + "lines": 178, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2461,8 +2471,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/container/container-mcp/adapter/container_adapter.zig", - "lines": 160, + "file_path": "cartridges/domains/automation/browser-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2471,58 +2481,68 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/poly_container_lsp.ex", - "lines": 49, + "file_path": "cartridges/domains/automation/browser-mcp/mod.js", + "lines": 65, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/docker.ex", - "lines": 216, + "file_path": "cartridges/domains/legal/pmpl-mcp/adapter/pmpl_adapter.zig", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", - "lines": 215, + "file_path": "cartridges/domains/legal/pmpl-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/podman.ex", - "lines": 220, + "file_path": "cartridges/domains/legal/pmpl-mcp/mod.js", + "lines": 57, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "cartridges/domains/communications/slack-mcp/adapter/slack_mcp_adapter.zig", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/lsp/server.ex", - "lines": 153, + "file_path": "cartridges/domains/communications/slack-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/container/stapeln-mcp/mod.js", - "lines": 56, + "file_path": "cartridges/domains/communications/slack-mcp/mod.js", + "lines": 76, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2531,8 +2551,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/container/stapeln-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/communications/telegram-mcp/adapter/telegram_mcp_adapter.zig", + "lines": 154, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2541,8 +2561,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/container/stapeln-mcp/adapter/stapeln_adapter.zig", - "lines": 156, + "file_path": "cartridges/domains/communications/telegram-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2551,8 +2571,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/project-management/linear-mcp/mod.js", - "lines": 617, + "file_path": "cartridges/domains/communications/telegram-mcp/mod.js", + "lines": 71, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2561,8 +2581,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/project-management/linear-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/communications/comms-mcp/adapter/comms_adapter.zig", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2571,8 +2591,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/project-management/linear-mcp/adapter/linear_mcp_adapter.zig", - "lines": 168, + "file_path": "cartridges/domains/communications/comms-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2581,8 +2601,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/project-management/jira-mcp/mod.js", - "lines": 63, + "file_path": "cartridges/domains/communications/comms-mcp/mod.js", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2591,8 +2611,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/project-management/jira-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/communications/matrix-mcp/adapter/matrix_mcp_adapter.zig", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2601,18 +2621,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/project-management/jira-mcp/ffi/jira_mcp_ffi.zig", - "lines": 696, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "cartridges/domains/project-management/jira-mcp/adapter/jira_mcp_adapter.zig", - "lines": 173, + "file_path": "cartridges/domains/communications/matrix-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2621,8 +2631,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/open-data/opendata-mcp/mod.js", - "lines": 74, + "file_path": "cartridges/domains/communications/matrix-mcp/mod.js", + "lines": 75, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2631,7 +2641,7 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/open-data/opendata-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/communications/notifyhub-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -2641,18 +2651,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/config/conflow-mcp/mod.js", - "lines": 55, + "file_path": "cartridges/domains/communications/notifyhub-mcp/mod.js", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/config/conflow-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/communications/burble-admin-mcp/adapter/burble_admin_adapter.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2661,18 +2671,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/config/conflow-mcp/ffi/conflow_ffi.zig", - "lines": 181, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "cartridges/domains/config/conflow-mcp/adapter/conflow_adapter.zig", - "lines": 153, + "file_path": "cartridges/domains/communications/burble-admin-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2681,18 +2681,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/config/k9iser-mcp/mod.js", - "lines": 46, + "file_path": "cartridges/domains/communications/burble-admin-mcp/mod.js", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/config/k9iser-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/communications/discord-mcp/adapter/discord_mcp_adapter.zig", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2701,14 +2701,14 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/config/k9iser-mcp/adapter/k9iser_adapter.zig", - "lines": 302, - "unsafe_blocks": 3, + "file_path": "cartridges/domains/communications/discord-mcp/ffi/cartridge_shim.zig", + "lines": 256, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { "file_path": "cartridges/domains/communications/discord-mcp/mod.js", @@ -2721,8 +2721,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/communications/discord-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/productivity/notion-mcp/adapter/notion_mcp_adapter.zig", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2731,8 +2731,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/communications/discord-mcp/adapter/discord_mcp_adapter.zig", - "lines": 157, + "file_path": "cartridges/domains/productivity/notion-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2741,18 +2741,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/communications/notifyhub-mcp/mod.js", - "lines": 88, + "file_path": "cartridges/domains/productivity/notion-mcp/mod.js", + "lines": 61, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/communications/notifyhub-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/productivity/airtable-mcp/adapter/airtable_adapter.zig", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2761,38 +2761,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/communications/telegram-mcp/mod.js", - "lines": 71, + "file_path": "cartridges/domains/productivity/airtable-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/communications/telegram-mcp/ffi/cartridge_shim.zig", - "lines": 256, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 - }, - { - "file_path": "cartridges/domains/communications/telegram-mcp/adapter/telegram_mcp_adapter.zig", - "lines": 154, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 - }, - { - "file_path": "cartridges/domains/communications/slack-mcp/mod.js", - "lines": 76, + "file_path": "cartridges/domains/productivity/airtable-mcp/mod.js", + "lines": 248, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2801,8 +2781,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/communications/slack-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/productivity/google-docs-mcp/adapter/google_docs_adapter.zig", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2811,8 +2791,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/communications/slack-mcp/adapter/slack_mcp_adapter.zig", - "lines": 157, + "file_path": "cartridges/domains/productivity/google-docs-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2821,18 +2801,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/communications/burble-admin-mcp/mod.js", - "lines": 67, + "file_path": "cartridges/domains/productivity/google-docs-mcp/mod.js", + "lines": 264, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/communications/burble-admin-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/productivity/todoist-mcp/adapter/todoist_adapter.zig", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2841,8 +2821,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/communications/burble-admin-mcp/adapter/burble_admin_adapter.zig", - "lines": 183, + "file_path": "cartridges/domains/productivity/todoist-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2851,18 +2831,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/communications/comms-mcp/mod.js", - "lines": 55, + "file_path": "cartridges/domains/productivity/todoist-mcp/mod.js", + "lines": 202, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/communications/comms-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/productivity/google-sheets-mcp/adapter/google_sheets_adapter.zig", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2871,8 +2851,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/communications/comms-mcp/adapter/comms_adapter.zig", - "lines": 153, + "file_path": "cartridges/domains/productivity/google-sheets-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2881,8 +2861,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/communications/matrix-mcp/mod.js", - "lines": 75, + "file_path": "cartridges/domains/productivity/google-sheets-mcp/mod.js", + "lines": 271, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2891,8 +2871,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/communications/matrix-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/languages/lsp-mcp/adapter/lsp_adapter.zig", + "lines": 733, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2901,8 +2881,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/communications/matrix-mcp/adapter/matrix_mcp_adapter.zig", - "lines": 157, + "file_path": "cartridges/domains/languages/lsp-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2911,17 +2891,17 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/security/vordr-mcp/mod.js", - "lines": 55, + "file_path": "cartridges/domains/languages/007-mcp/adapter/oo7_adapter.zig", + "lines": 396, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/security/vordr-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/languages/007-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -2931,128 +2911,118 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/security/vordr-mcp/adapter/vordr_adapter.zig", - "lines": 156, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 - }, - { - "file_path": "cartridges/domains/security/vault-mcp/mod.js", - "lines": 57, + "file_path": "cartridges/domains/languages/007-mcp/ffi/oo7_mcp_ffi.zig", + "lines": 843, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 4, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/security/vault-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/Extension.res", + "lines": 144, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/security/vault-mcp/adapter/vault_mcp_adapter.zig", - "lines": 158, - "unsafe_blocks": 0, + "file_path": "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/VscodeApi.res", + "lines": 74, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/security/secrets-mcp/mod.js", - "lines": 57, + "file_path": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/orchestrator/stack_parser.ex", + "lines": 110, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/security/secrets-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/orchestrator/lsp_client_pool.ex", + "lines": 69, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/security/secrets-mcp/adapter/secrets_adapter.zig", - "lines": 158, + "file_path": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/lsp/server.ex", + "lines": 101, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 2 }, { - "file_path": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/sops.ex", - "lines": 283, + "file_path": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/orchestrator/stack_parser_test.exs", + "lines": 123, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 1 + "io_operations": 5, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/vault.ex", - "lines": 208, - "unsafe_blocks": 0, + "file_path": "cartridges/domains/languages/orchestrator-lsp-mcp/ffi/zig/src/main.zig", + "lines": 582, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "lines": 193, + "file_path": "cartridges/domains/languages/typed-wasm-mcp/adapter/typed_wasm_adapter.zig", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/server.ex", - "lines": 216, + "file_path": "cartridges/domains/languages/typed-wasm-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/security/dns-shield-mcp/mod.js", - "lines": 57, + "file_path": "cartridges/domains/languages/affinescript-mcp/tests/integration_test.sh", + "lines": 80, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/security/dns-shield-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/languages/affinescript-mcp/adapter/affinescript_adapter.zig", + "lines": 231, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3061,8 +3031,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/security/dns-shield-mcp/adapter/dns_shield_adapter.zig", - "lines": 158, + "file_path": "cartridges/domains/languages/affinescript-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3071,27 +3041,27 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/security/rokur-mcp/mod.js", - "lines": 55, + "file_path": "cartridges/domains/languages/affinescript-mcp/benchmarks/quick-bench.sh", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/security/rokur-mcp/ffi/rokur_mcp_ffi.zig", - "lines": 485, + "file_path": "cartridges/domains/languages/lang-mcp/adapter/lang_adapter.zig", + "lines": 512, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/security/rokur-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/languages/lang-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -3101,17 +3071,17 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/security/rokur-mcp/adapter/rokur_mcp_adapter.zig", - "lines": 153, + "file_path": "cartridges/domains/languages/lang-mcp/ffi/lang_ffi.zig", + "lines": 611, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/security/panic-attack-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/languages/toolchain-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -3121,8 +3091,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/security/panic-attack-mcp/adapter/panic_attack_adapter.zig", - "lines": 153, + "file_path": "cartridges/domains/formal-verification/proof-mcp/adapter/proof_adapter.zig", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3131,28 +3101,28 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/security/vext-mcp/mod.js", - "lines": 48, + "file_path": "cartridges/domains/formal-verification/proof-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/security/vext-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/formal-verification/proof-mcp/mod.js", + "lines": 84, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/security/vext-mcp/adapter/vext_adapter.zig", - "lines": 153, + "file_path": "cartridges/domains/formal-verification/ephapax-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3161,108 +3131,98 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/legal/pmpl-mcp/mod.js", - "lines": 57, + "file_path": "cartridges/domains/formal-verification/echidna-llm-mcp/mod.js", + "lines": 344, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/legal/pmpl-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/lsp/server.ex", + "lines": 222, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 2 }, { - "file_path": "cartridges/domains/legal/pmpl-mcp/adapter/pmpl_adapter.zig", - "lines": 158, + "file_path": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/coq.ex", + "lines": 150, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", - "lines": 183, + "file_path": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", + "lines": 152, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/bitbucket.ex", - "lines": 99, + "file_path": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", + "lines": 144, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", - "lines": 170, + "file_path": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", + "lines": 150, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", - "lines": 195, - "unsafe_blocks": 0, + "file_path": "cartridges/domains/config/k9iser-mcp/adapter/k9iser_adapter.zig", + "lines": 302, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", - "lines": 126, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/lsp/server.ex", - "lines": 190, + "file_path": "cartridges/domains/config/k9iser-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/development/github-api-mcp/mod.js", - "lines": 63, + "file_path": "cartridges/domains/config/k9iser-mcp/mod.js", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/development/github-api-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/config/conflow-mcp/adapter/conflow_adapter.zig", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3271,8 +3231,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/development/github-api-mcp/adapter/github_api_mcp_adapter.zig", - "lines": 173, + "file_path": "cartridges/domains/config/conflow-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3281,28 +3241,28 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/development/bug-filing-mcp/mod.js", - "lines": 62, - "unsafe_blocks": 0, + "file_path": "cartridges/domains/config/conflow-mcp/ffi/conflow_ffi.zig", + "lines": 181, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/development/bug-filing-mcp/tests/integration_test.sh", - "lines": 82, + "file_path": "cartridges/domains/config/conflow-mcp/mod.js", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/development/bug-filing-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/research/zotero-mcp/adapter/zotero_adapter.zig", + "lines": 231, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3311,18 +3271,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/development/bug-filing-mcp/adapter/bug_filing_mcp_adapter.zig", - "lines": 312, + "file_path": "cartridges/domains/research/zotero-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/development/codeseeker-mcp/mod.js", - "lines": 57, + "file_path": "cartridges/domains/research/zotero-mcp/mod.js", + "lines": 260, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3331,7 +3291,7 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/development/codeseeker-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/research/academic-workflow-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -3341,8 +3301,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/development/codeseeker-mcp/adapter/codeseeker_adapter.zig", - "lines": 158, + "file_path": "cartridges/domains/research/research-mcp/adapter/research_adapter.zig", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3351,17 +3311,7 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/development/gitlab-api-mcp/mod.js", - "lines": 61, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "cartridges/domains/development/gitlab-api-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/research/research-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -3371,18 +3321,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/development/gitlab-api-mcp/adapter/gitlab_api_mcp_adapter.zig", - "lines": 168, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 - }, - { - "file_path": "cartridges/domains/development/git-mcp/mod.js", - "lines": 61, + "file_path": "cartridges/domains/research/research-mcp/mod.js", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3391,7 +3331,7 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/development/git-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/research/bofig-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -3401,8 +3341,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/development/git-mcp/adapter/git_adapter.zig", - "lines": 168, + "file_path": "cartridges/domains/cloud/hetzner-mcp/adapter/hetzner_adapter.zig", + "lines": 263, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3411,7 +3351,7 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/development/fireflag-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/cloud/hetzner-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -3421,39 +3361,39 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", - "lines": 285, + "file_path": "cartridges/domains/cloud/hetzner-mcp/mod.js", + "lines": 358, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", - "lines": 310, + "file_path": "cartridges/domains/cloud/linode-mcp/adapter/linode_adapter.zig", + "lines": 255, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/server.ex", - "lines": 224, + "file_path": "cartridges/domains/cloud/linode-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/infrastructure/hesiod-mcp/ffi/hesiod_ffi.zig", - "lines": 491, - "unsafe_blocks": 3, + "file_path": "cartridges/domains/cloud/linode-mcp/mod.js", + "lines": 306, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3461,7 +3401,17 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/infrastructure/hesiod-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/cloud/railway-mcp/adapter/railway_adapter.zig", + "lines": 259, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 3 + }, + { + "file_path": "cartridges/domains/cloud/railway-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -3471,18 +3421,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/infrastructure/aerie-mcp/mod.js", - "lines": 55, + "file_path": "cartridges/domains/cloud/railway-mcp/mod.js", + "lines": 539, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/infrastructure/aerie-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/cloud/digitalocean-mcp/adapter/digitalocean_mcp_adapter.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3491,8 +3441,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/infrastructure/aerie-mcp/adapter/aerie_adapter.zig", - "lines": 153, + "file_path": "cartridges/domains/cloud/digitalocean-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3501,8 +3451,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/infrastructure/iac-mcp/mod.js", - "lines": 78, + "file_path": "cartridges/domains/cloud/digitalocean-mcp/mod.js", + "lines": 316, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3511,67 +3461,67 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/infrastructure/iac-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/lsp/server.ex", + "lines": 231, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 2 }, { - "file_path": "cartridges/domains/infrastructure/iac-mcp/adapter/iac_adapter.zig", - "lines": 157, + "file_path": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", + "lines": 228, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/productivity/google-docs-mcp/mod.js", - "lines": 264, + "file_path": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", + "lines": 253, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/productivity/google-docs-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", + "lines": 232, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/productivity/google-docs-mcp/adapter/google_docs_adapter.zig", - "lines": 223, + "file_path": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/aws.ex", + "lines": 201, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/productivity/google-sheets-mcp/mod.js", - "lines": 271, + "file_path": "cartridges/domains/cloud/aws-mcp/adapter/aws_mcp_adapter.zig", + "lines": 160, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/productivity/google-sheets-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/cloud/aws-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -3581,8 +3531,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/productivity/google-sheets-mcp/adapter/google_sheets_adapter.zig", - "lines": 223, + "file_path": "cartridges/domains/cloud/aws-mcp/mod.js", + "lines": 83, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "cartridges/domains/cloud/cloudflare-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3591,8 +3551,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/productivity/airtable-mcp/mod.js", - "lines": 248, + "file_path": "cartridges/domains/cloud/cloudflare-mcp/mod.js", + "lines": 189, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3601,8 +3561,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/productivity/airtable-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/cloud/gcp-mcp/adapter/gcp_mcp_adapter.zig", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3611,8 +3571,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/productivity/airtable-mcp/adapter/airtable_adapter.zig", - "lines": 223, + "file_path": "cartridges/domains/cloud/gcp-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3621,18 +3581,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/productivity/notion-mcp/mod.js", - "lines": 61, + "file_path": "cartridges/domains/cloud/gcp-mcp/mod.js", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/productivity/notion-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/cloud/fly-mcp/adapter/fly_adapter.zig", + "lines": 267, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3641,8 +3601,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/productivity/notion-mcp/adapter/notion_mcp_adapter.zig", - "lines": 168, + "file_path": "cartridges/domains/cloud/fly-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3651,18 +3611,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/productivity/todoist-mcp/mod.js", - "lines": 202, + "file_path": "cartridges/domains/cloud/fly-mcp/mod.js", + "lines": 419, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/productivity/todoist-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/cloud/cloud-mcp/adapter/cloud_adapter.zig", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3671,8 +3631,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/productivity/todoist-mcp/adapter/todoist_adapter.zig", - "lines": 223, + "file_path": "cartridges/domains/cloud/cloud-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3681,8 +3641,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/automation/browser-mcp/mod.js", - "lines": 65, + "file_path": "cartridges/domains/cloud/cloud-mcp/mod.js", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3691,8 +3651,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/automation/browser-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/cloud/render-mcp/adapter/render_adapter.zig", + "lines": 247, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3701,8 +3661,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/automation/browser-mcp/adapter/browser_mcp_adapter.zig", - "lines": 178, + "file_path": "cartridges/domains/cloud/render-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3711,8 +3671,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/mongodb-mcp/mod.js", - "lines": 82, + "file_path": "cartridges/domains/cloud/render-mcp/mod.js", + "lines": 266, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3721,8 +3681,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/database/mongodb-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/utilities/textkit-mcp/adapter/gossamer_adapter.zig", + "lines": 156, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3731,8 +3691,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/mongodb-mcp/adapter/mongodb_mcp_adapter.zig", - "lines": 160, + "file_path": "cartridges/domains/utilities/textkit-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3741,8 +3701,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/turso-mcp/mod.js", - "lines": 75, + "file_path": "cartridges/domains/utilities/textkit-mcp/ffi/textkit_ffi.zig", + "lines": 175, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "cartridges/domains/utilities/textkit-mcp/mod.js", + "lines": 57, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3751,8 +3721,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/database/turso-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/repository-management/reposystem-mcp/adapter/reposystem_adapter.zig", + "lines": 156, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3761,8 +3731,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/turso-mcp/adapter/turso_mcp_adapter.zig", - "lines": 157, + "file_path": "cartridges/domains/repository-management/reposystem-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3771,8 +3741,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/duckdb-mcp/mod.js", - "lines": 73, + "file_path": "cartridges/domains/repository-management/reposystem-mcp/mod.js", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3781,38 +3751,58 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/database/duckdb-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/lsp/server.ex", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 2 }, { - "file_path": "cartridges/domains/database/duckdb-mcp/adapter/duckdb_mcp_adapter.zig", - "lines": 157, + "file_path": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/poly_container_lsp.ex", + "lines": 49, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/database/arango-mcp/mod.js", - "lines": 90, + "file_path": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/podman.ex", + "lines": 220, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/database/arango-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", + "lines": 215, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/docker.ex", + "lines": 216, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "cartridges/domains/container/k8s-mcp/adapter/k8s_adapter.zig", + "lines": 160, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3821,8 +3811,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/arango-mcp/adapter/arango_mcp_adapter.zig", - "lines": 163, + "file_path": "cartridges/domains/container/k8s-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3831,8 +3821,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/verisimdb-mcp/mod.js", - "lines": 56, + "file_path": "cartridges/domains/container/k8s-mcp/mod.js", + "lines": 85, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3841,8 +3831,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/database/verisimdb-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/container/docker-hub-mcp/adapter/docker_hub_adapter.zig", + "lines": 247, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3851,8 +3841,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/verisimdb-mcp/adapter/verisimdb_adapter.zig", - "lines": 156, + "file_path": "cartridges/domains/container/docker-hub-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3861,18 +3851,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/neon-mcp/mod.js", - "lines": 75, + "file_path": "cartridges/domains/container/docker-hub-mcp/mod.js", + "lines": 308, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/database/neon-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/container/container-mcp/adapter/container_adapter.zig", + "lines": 160, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3881,8 +3871,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/neon-mcp/adapter/neon_mcp_adapter.zig", - "lines": 157, + "file_path": "cartridges/domains/container/container-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3891,28 +3881,28 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", - "lines": 199, + "file_path": "cartridges/domains/container/container-mcp/mod.js", + "lines": 86, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", - "lines": 183, + "file_path": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/lsp/server.ex", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", - "lines": 207, + "file_path": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", + "lines": 177, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3921,18 +3911,18 @@ "threading_constructs": 1 }, { - "file_path": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", - "lines": 214, + "file_path": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", + "lines": 228, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 1 }, { - "file_path": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", - "lines": 188, + "file_path": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", + "lines": 135, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3941,78 +3931,88 @@ "threading_constructs": 1 }, { - "file_path": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", - "lines": 175, + "file_path": "cartridges/domains/container/stapeln-mcp/adapter/stapeln_adapter.zig", + "lines": 156, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/lsp/server.ex", - "lines": 153, + "file_path": "cartridges/domains/container/stapeln-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/poly_db_lsp.ex", - "lines": 40, + "file_path": "cartridges/domains/container/stapeln-mcp/mod.js", + "lines": 56, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/lsp/server.ex", + "lines": 219, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "cartridges/domains/database/postgresql-mcp/mod.js", - "lines": 88, + "file_path": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "lines": 206, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/database/postgresql-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/rabbitmq.ex", + "lines": 217, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/database/postgresql-mcp/adapter/postgresql_mcp_adapter.zig", - "lines": 163, + "file_path": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/redis_streams.ex", + "lines": 231, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/database/supabase-mcp/mod.js", - "lines": 76, + "file_path": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/nats.ex", + "lines": 236, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/database/supabase-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/messaging/queues-mcp/adapter/queues_adapter.zig", + "lines": 163, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4021,8 +4021,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/supabase-mcp/adapter/supabase_mcp_adapter.zig", - "lines": 157, + "file_path": "cartridges/domains/messaging/queues-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4031,18 +4031,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/clickhouse-mcp/mod.js", - "lines": 79, + "file_path": "cartridges/domains/messaging/queues-mcp/mod.js", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/database/clickhouse-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/gaming/idaptik-admin-mcp/adapter/idaptik_admin_adapter.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4051,8 +4051,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/clickhouse-mcp/adapter/clickhouse_mcp_adapter.zig", - "lines": 157, + "file_path": "cartridges/domains/gaming/idaptik-admin-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4061,27 +4061,27 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/database-mcp/mod.js", - "lines": 70, + "file_path": "cartridges/domains/gaming/idaptik-admin-mcp/mod.js", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/database/database-mcp/ffi/database_ffi.zig", - "lines": 1255, - "unsafe_blocks": 4, + "file_path": "cartridges/domains/gaming/game-admin-mcp/adapter/game_admin_adapter.zig", + "lines": 168, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/database-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/gaming/game-admin-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -4091,18 +4091,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/database-mcp/adapter/database_adapter.zig", - "lines": 154, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 - }, - { - "file_path": "cartridges/domains/database/neo4j-mcp/mod.js", - "lines": 57, + "file_path": "cartridges/domains/gaming/game-admin-mcp/mod.js", + "lines": 61, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4111,7 +4101,7 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/database/neo4j-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/gaming/npc-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -4121,18 +4111,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/database/neo4j-mcp/adapter/neo4j_mcp_adapter.zig", - "lines": 158, - "unsafe_blocks": 0, + "file_path": "cartridges/domains/gaming/npc-mcp/ffi/npc_mcp_ffi.zig", + "lines": 193, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/database/redis-mcp/mod.js", - "lines": 89, + "file_path": "cartridges/domains/gaming/npc-mcp/ffi/src/command/audit.zig", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4141,47 +4131,37 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/database/redis-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/gaming/npc-mcp/ffi/src/npcmcp.zig", + "lines": 224, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/database/redis-mcp/adapter/redis_mcp_adapter.zig", - "lines": 163, + "file_path": "cartridges/domains/gaming/npc-mcp/ffi/src/perception/raw_buffer.zig", + "lines": 91, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 3 - }, - { - "file_path": "cartridges/domains/knowledge/local-memory-mcp/mod.js", - "lines": 141, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/knowledge/local-memory-mcp/ffi/local_memory_ffi.zig", - "lines": 510, - "unsafe_blocks": 1, + "file_path": "cartridges/domains/gaming/ums-mcp/adapter/ums_adapter.zig", + "lines": 168, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/knowledge/local-memory-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/gaming/ums-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -4191,8 +4171,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/knowledge/obsidian-mcp/mod.js", - "lines": 225, + "file_path": "cartridges/domains/gaming/ums-mcp/mod.js", + "lines": 61, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4201,8 +4181,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/knowledge/obsidian-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/registry/hackage-mcp/adapter/hackage_adapter.zig", + "lines": 231, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4211,8 +4191,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/knowledge/obsidian-mcp/adapter/obsidian_adapter.zig", - "lines": 231, + "file_path": "cartridges/domains/registry/hackage-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4221,48 +4201,48 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/knowledge/librarian-mcp/ffi/src/store.zig", - "lines": 305, + "file_path": "cartridges/domains/registry/hackage-mcp/mod.js", + "lines": 218, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/knowledge/librarian-mcp/ffi/src/search.zig", - "lines": 102, + "file_path": "cartridges/domains/registry/hex-mcp/adapter/hex_adapter.zig", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/knowledge/librarian-mcp/ffi/src/embed.zig", - "lines": 99, + "file_path": "cartridges/domains/registry/hex-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/knowledge/librarian-mcp/ffi/src/librarian.zig", - "lines": 353, + "file_path": "cartridges/domains/registry/hex-mcp/mod.js", + "lines": 225, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/knowledge/librarian-mcp/ffi/src/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/registry/npm-registry-mcp/adapter/npm_registry_adapter.zig", + "lines": 231, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4271,38 +4251,28 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/knowledge/librarian-mcp/ffi/src/pipeline.zig", - "lines": 205, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 5, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "cartridges/domains/knowledge/librarian-mcp/ffi/src/extract.zig", - "lines": 98, + "file_path": "cartridges/domains/registry/npm-registry-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/repository-management/reposystem-mcp/mod.js", - "lines": 55, + "file_path": "cartridges/domains/registry/npm-registry-mcp/mod.js", + "lines": 313, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/repository-management/reposystem-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/registry/crates-mcp/adapter/crates_adapter.zig", + "lines": 235, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4311,8 +4281,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/repository-management/reposystem-mcp/adapter/reposystem_adapter.zig", - "lines": 156, + "file_path": "cartridges/domains/registry/crates-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4321,8 +4291,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/code-quality/coderag-mcp/mod.js", - "lines": 75, + "file_path": "cartridges/domains/registry/crates-mcp/mod.js", + "lines": 245, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4331,8 +4301,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/code-quality/coderag-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/registry/pypi-mcp/adapter/pypi_adapter.zig", + "lines": 227, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4341,7 +4311,7 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/code-quality/sanctify-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/registry/pypi-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -4351,18 +4321,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/community/civic-connect-mcp/mod.js", - "lines": 53, + "file_path": "cartridges/domains/registry/pypi-mcp/mod.js", + "lines": 281, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/community/civic-connect-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/registry/opam-mcp/adapter/opam_adapter.zig", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4371,8 +4341,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/community/civic-connect-mcp/adapter/civic_connect_adapter.zig", - "lines": 148, + "file_path": "cartridges/domains/registry/opam-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4381,18 +4351,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/community/feedback-mcp/mod.js", - "lines": 55, + "file_path": "cartridges/domains/registry/opam-mcp/mod.js", + "lines": 215, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/community/feedback-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/registry/opsm-mcp/adapter/opsm_adapter.zig", + "lines": 370, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4401,38 +4371,38 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/community/feedback-mcp/ffi/feedback_ffi.zig", - "lines": 537, - "unsafe_blocks": 1, + "file_path": "cartridges/domains/registry/opsm-mcp/ffi/cartridge_shim.zig", + "lines": 256, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/community/feedback-mcp/adapter/feedback_adapter.zig", - "lines": 153, + "file_path": "cartridges/domains/registry/opsm-mcp/mod.js", + "lines": 169, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/ci-cd/cicd-squabbler-mcp/mod.js", - "lines": 59, + "file_path": "cartridges/domains/open-data/opendata-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/ci-cd/buildkite-mcp/mod.js", - "lines": 164, + "file_path": "cartridges/domains/open-data/opendata-mcp/mod.js", + "lines": 74, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4441,8 +4411,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/ci-cd/buildkite-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/web/ssg-mcp/adapter/ssg_adapter.zig", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4451,8 +4421,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/ci-cd/buildkite-mcp/adapter/buildkite_adapter.zig", - "lines": 223, + "file_path": "cartridges/domains/web/ssg-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4461,107 +4431,97 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/ci-cd/hypatia-mcp/mod.js", - "lines": 55, + "file_path": "cartridges/domains/web/ssg-mcp/mod.js", + "lines": 57, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/ci-cd/hypatia-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/server.ex", + "lines": 228, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 2 }, { - "file_path": "cartridges/domains/ci-cd/hypatia-mcp/adapter/hypatia_adapter.zig", - "lines": 156, + "file_path": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/ci-cd/laminar-mcp/mod.js", - "lines": 55, + "file_path": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", + "lines": 125, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/ci-cd/laminar-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", + "lines": 117, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/ci-cd/laminar-mcp/adapter/laminar_adapter.zig", - "lines": 153, + "file_path": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/ci-cd/github-actions-mcp/mod.js", - "lines": 231, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "cartridges/domains/ci-cd/github-actions-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", + "lines": 110, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/ci-cd/github-actions-mcp/adapter/github_actions_mcp_adapter.zig", - "lines": 168, + "file_path": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/ci-cd/circleci-mcp/mod.js", - "lines": 142, + "file_path": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", + "lines": 110, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/ci-cd/circleci-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/code-quality/sanctify-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -4571,8 +4531,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/ci-cd/circleci-mcp/adapter/circleci_adapter.zig", - "lines": 219, + "file_path": "cartridges/domains/code-quality/coderag-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4581,18 +4541,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/research/zotero-mcp/mod.js", - "lines": 260, + "file_path": "cartridges/domains/code-quality/coderag-mcp/mod.js", + "lines": 75, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/research/zotero-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/infrastructure/aerie-mcp/adapter/aerie_adapter.zig", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4601,8 +4561,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/research/zotero-mcp/adapter/zotero_adapter.zig", - "lines": 231, + "file_path": "cartridges/domains/infrastructure/aerie-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4611,17 +4571,17 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/research/bofig-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/infrastructure/aerie-mcp/mod.js", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "cartridges/domains/research/academic-workflow-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/infrastructure/hesiod-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -4631,18 +4591,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/research/research-mcp/mod.js", - "lines": 55, - "unsafe_blocks": 0, + "file_path": "cartridges/domains/infrastructure/hesiod-mcp/ffi/hesiod_ffi.zig", + "lines": 491, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/research/research-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/infrastructure/iac-mcp/adapter/iac_adapter.zig", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4651,8 +4611,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/research/research-mcp/adapter/research_adapter.zig", - "lines": 153, + "file_path": "cartridges/domains/infrastructure/iac-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4661,58 +4621,48 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/languages/007-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/infrastructure/iac-mcp/mod.js", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 - }, - { - "file_path": "cartridges/domains/languages/007-mcp/ffi/oo7_mcp_ffi.zig", - "lines": 843, - "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/languages/007-mcp/adapter/oo7_adapter.zig", - "lines": 396, + "file_path": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/server.ex", + "lines": 224, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "cartridges/domains/languages/lsp-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", + "lines": 285, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/languages/lsp-mcp/adapter/lsp_adapter.zig", - "lines": 733, + "file_path": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", + "lines": 310, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { - "file_path": "cartridges/domains/languages/typed-wasm-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/community/civic-connect-mcp/adapter/civic_connect_adapter.zig", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4721,8 +4671,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/languages/typed-wasm-mcp/adapter/typed_wasm_adapter.zig", - "lines": 153, + "file_path": "cartridges/domains/community/civic-connect-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4731,18 +4681,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/languages/lang-mcp/ffi/lang_ffi.zig", - "lines": 611, + "file_path": "cartridges/domains/community/civic-connect-mcp/mod.js", + "lines": 53, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/languages/lang-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/community/feedback-mcp/adapter/feedback_adapter.zig", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4751,8 +4701,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/languages/lang-mcp/adapter/lang_adapter.zig", - "lines": 512, + "file_path": "cartridges/domains/community/feedback-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4761,78 +4711,68 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/languages/orchestrator-lsp-mcp/ffi/zig/src/main.zig", - "lines": 582, + "file_path": "cartridges/domains/community/feedback-mcp/ffi/feedback_ffi.zig", + "lines": 537, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/orchestrator/stack_parser.ex", - "lines": 110, + "file_path": "cartridges/domains/community/feedback-mcp/mod.js", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/orchestrator/lsp_client_pool.ex", - "lines": 69, + "file_path": "cartridges/domains/project-management/jira-mcp/adapter/jira_mcp_adapter.zig", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/lsp/server.ex", - "lines": 101, + "file_path": "cartridges/domains/project-management/jira-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/orchestrator/stack_parser_test.exs", - "lines": 123, + "file_path": "cartridges/domains/project-management/jira-mcp/ffi/jira_mcp_ffi.zig", + "lines": 696, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 0 - }, - { - "file_path": "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/Extension.res", - "lines": 144, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/VscodeApi.res", - "lines": 74, - "unsafe_blocks": 3, + "file_path": "cartridges/domains/project-management/jira-mcp/mod.js", + "lines": 63, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/domains/languages/toolchain-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/project-management/linear-mcp/adapter/linear_mcp_adapter.zig", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4841,18 +4781,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/languages/affinescript-mcp/benchmarks/quick-bench.sh", - "lines": 40, + "file_path": "cartridges/domains/project-management/linear-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "cartridges/domains/languages/affinescript-mcp/tests/integration_test.sh", - "lines": 80, + "file_path": "cartridges/domains/project-management/linear-mcp/mod.js", + "lines": 617, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4861,8 +4801,8 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/domains/languages/affinescript-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/ci-cd/github-actions-mcp/adapter/github_actions_mcp_adapter.zig", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4871,8 +4811,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/domains/languages/affinescript-mcp/adapter/affinescript_adapter.zig", - "lines": 231, + "file_path": "cartridges/domains/ci-cd/github-actions-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4881,18 +4821,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/fleet/fleet-mcp/mod.js", - "lines": 57, + "file_path": "cartridges/domains/ci-cd/github-actions-mcp/mod.js", + "lines": 231, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/cross-cutting/fleet/fleet-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/ci-cd/laminar-mcp/adapter/laminar_adapter.zig", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4901,8 +4841,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/fleet/fleet-mcp/adapter/fleet_adapter.zig", - "lines": 158, + "file_path": "cartridges/domains/ci-cd/laminar-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4911,18 +4851,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/agentic/claude-agents-power-mcp/mod.js", - "lines": 92, + "file_path": "cartridges/domains/ci-cd/laminar-mcp/mod.js", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/cross-cutting/agentic/claude-agents-power-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/ci-cd/hypatia-mcp/adapter/hypatia_adapter.zig", + "lines": 156, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4931,38 +4871,38 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/agentic/claude-ai-mcp/mod.js", - "lines": 98, + "file_path": "cartridges/domains/ci-cd/hypatia-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/agentic/claude-ai-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/ci-cd/hypatia-mcp/mod.js", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "cartridges/cross-cutting/agentic/agent-mcp/mod.js", - "lines": 61, + "file_path": "cartridges/domains/ci-cd/cicd-squabbler-mcp/mod.js", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cartridges/cross-cutting/agentic/agent-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/ci-cd/circleci-mcp/adapter/circleci_adapter.zig", + "lines": 219, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4971,8 +4911,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/agentic/agent-mcp/adapter/agent_adapter.zig", - "lines": 168, + "file_path": "cartridges/domains/ci-cd/circleci-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4981,8 +4921,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/agentic/local-coord-mcp/mod.js", - "lines": 47, + "file_path": "cartridges/domains/ci-cd/circleci-mcp/mod.js", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4991,87 +4931,87 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/cross-cutting/agentic/local-coord-mcp/tests/e2e_coord.zig", - "lines": 341, + "file_path": "cartridges/domains/ci-cd/buildkite-mcp/adapter/buildkite_adapter.zig", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 2 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/bench_coord.zig", - "lines": 313, + "file_path": "cartridges/domains/ci-cd/buildkite-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/ci-cd/buildkite-mcp/mod.js", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/coord_identity.zig", - "lines": 476, - "unsafe_blocks": 18446744073709551615, - "panic_sites": 1, + "file_path": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/server.ex", + "lines": 216, + "unsafe_blocks": 0, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/examples/prover-tag-claim.ncl", - "lines": 44, + "file_path": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "lines": 193, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/test-contracts.sh", - "lines": 264, + "file_path": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/vault.ex", + "lines": 208, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/coord-messages-contracts.ncl", - "lines": 209, + "file_path": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/sops.ex", + "lines": 283, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 2, + "threading_constructs": 1 }, { - "file_path": "cartridges/cross-cutting/agentic/model-router-mcp/ffi/model_router_ffi.zig", - "lines": 657, - "unsafe_blocks": 3, + "file_path": "cartridges/domains/security/dns-shield-mcp/adapter/dns_shield_adapter.zig", + "lines": 158, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/agentic/model-router-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/security/dns-shield-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -5081,8 +5021,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/nesy/ml-mcp/mod.js", - "lines": 55, + "file_path": "cartridges/domains/security/dns-shield-mcp/mod.js", + "lines": 57, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -5091,7 +5031,17 @@ "threading_constructs": 0 }, { - "file_path": "cartridges/cross-cutting/nesy/ml-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/security/panic-attack-mcp/adapter/panic_attack_adapter.zig", + "lines": 153, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 3 + }, + { + "file_path": "cartridges/domains/security/panic-attack-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -5101,8 +5051,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/nesy/ml-mcp/adapter/ml_adapter.zig", - "lines": 153, + "file_path": "cartridges/domains/security/vault-mcp/adapter/vault_mcp_adapter.zig", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -5111,17 +5061,37 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/nesy/nesy-mcp/mod.js", - "lines": 49, + "file_path": "cartridges/domains/security/vault-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 3 + }, + { + "file_path": "cartridges/domains/security/vault-mcp/mod.js", + "lines": 57, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/cross-cutting/nesy/nesy-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/security/vordr-mcp/adapter/vordr_adapter.zig", + "lines": 156, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 3 + }, + { + "file_path": "cartridges/domains/security/vordr-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -5131,8 +5101,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/nesy/nesy-mcp/adapter/nesy_adapter.zig", - "lines": 153, + "file_path": "cartridges/domains/security/vordr-mcp/mod.js", + "lines": 55, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "cartridges/domains/security/secrets-mcp/adapter/secrets_adapter.zig", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -5141,7 +5121,7 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/health/boj-health-mcp/ffi/cartridge_shim.zig", + "file_path": "cartridges/domains/security/secrets-mcp/ffi/cartridge_shim.zig", "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, @@ -5151,18 +5131,18 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/health/boj-health-mcp/ffi/boj_health_ffi.zig", - "lines": 91, - "unsafe_blocks": 1, + "file_path": "cartridges/domains/security/secrets-mcp/mod.js", + "lines": 57, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/cross-cutting/debug/dap-mcp/ffi/cartridge_shim.zig", - "lines": 256, + "file_path": "cartridges/domains/security/rokur-mcp/adapter/rokur_mcp_adapter.zig", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -5171,8 +5151,8 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/debug/dap-mcp/adapter/dap_adapter.zig", - "lines": 416, + "file_path": "cartridges/domains/security/rokur-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -5181,66 +5161,80 @@ "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/stack_parser.ex", - "lines": 226, + "file_path": "cartridges/domains/security/rokur-mcp/ffi/rokur_mcp_ffi.zig", + "lines": 485, + "unsafe_blocks": 0, + "panic_sites": 1, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "cartridges/domains/security/rokur-mcp/mod.js", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex", - "lines": 306, + "file_path": "cartridges/domains/security/vext-mcp/adapter/vext_adapter.zig", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { - "file_path": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/executor.ex", - "lines": 421, + "file_path": "cartridges/domains/security/vext-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 3 + }, + { + "file_path": "cartridges/domains/security/vext-mcp/mod.js", + "lines": 48, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 } ], "recommended_attacks": [ - "concurrency", - "network", "cpu", "memory", - "disk" + "disk", + "network", + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/aws.ex", - "to": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", - "relation": "shared_dir:cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters", - "weight": 1.0 - }, - { - "from": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", - "to": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", - "relation": "shared_dir:cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/community/feedback-mcp/ffi/cartridge_shim.zig", + "to": "cartridges/domains/community/feedback-mcp/ffi/feedback_ffi.zig", + "relation": "shared_dir:cartridges/domains/community/feedback-mcp/ffi", "weight": 1.0 }, { - "from": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", - "to": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", - "relation": "shared_dir:cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/utilities/textkit-mcp/ffi/cartridge_shim.zig", + "to": "cartridges/domains/utilities/textkit-mcp/ffi/textkit_ffi.zig", + "relation": "shared_dir:cartridges/domains/utilities/textkit-mcp/ffi", "weight": 1.0 }, { - "from": "cartridges/domains/gaming/npc-mcp/ffi/npc_mcp_ffi.zig", - "to": "cartridges/domains/gaming/npc-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/gaming/npc-mcp/ffi/cartridge_shim.zig", + "to": "cartridges/domains/gaming/npc-mcp/ffi/npc_mcp_ffi.zig", "relation": "shared_dir:cartridges/domains/gaming/npc-mcp/ffi", "weight": 1.0 }, @@ -5250,6 +5244,12 @@ "relation": "shared_dir:cartridges/cross-cutting/agentic/local-coord-mcp/schemas", "weight": 1.0 }, + { + "from": "cartridges/domains/project-management/jira-mcp/ffi/cartridge_shim.zig", + "to": "cartridges/domains/project-management/jira-mcp/ffi/jira_mcp_ffi.zig", + "relation": "shared_dir:cartridges/domains/project-management/jira-mcp/ffi", + "weight": 1.0 + }, { "from": "cartridges/domains/languages/007-mcp/ffi/cartridge_shim.zig", "to": "cartridges/domains/languages/007-mcp/ffi/oo7_mcp_ffi.zig", @@ -5257,145 +5257,121 @@ "weight": 1.0 }, { - "from": "cartridges/domains/config/conflow-mcp/ffi/cartridge_shim.zig", - "to": "cartridges/domains/config/conflow-mcp/ffi/conflow_ffi.zig", - "relation": "shared_dir:cartridges/domains/config/conflow-mcp/ffi", + "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", + "to": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", + "relation": "shared_dir:cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/stack_parser.ex", - "to": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex", - "relation": "shared_dir:cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator", + "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", + "to": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", + "relation": "shared_dir:cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex", - "to": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/executor.ex", - "relation": "shared_dir:cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator", + "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", + "to": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", + "relation": "shared_dir:cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/community/feedback-mcp/ffi/cartridge_shim.zig", - "to": "cartridges/domains/community/feedback-mcp/ffi/feedback_ffi.zig", - "relation": "shared_dir:cartridges/domains/community/feedback-mcp/ffi", + "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", + "to": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", + "relation": "shared_dir:cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/utilities/textkit-mcp/ffi/textkit_ffi.zig", - "to": "cartridges/domains/utilities/textkit-mcp/ffi/cartridge_shim.zig", - "relation": "shared_dir:cartridges/domains/utilities/textkit-mcp/ffi", + "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", + "to": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", + "relation": "shared_dir:cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/project-management/jira-mcp/ffi/cartridge_shim.zig", - "to": "cartridges/domains/project-management/jira-mcp/ffi/jira_mcp_ffi.zig", - "relation": "shared_dir:cartridges/domains/project-management/jira-mcp/ffi", + "from": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/executor.ex", + "to": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/stack_parser.ex", + "relation": "shared_dir:cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator", "weight": 1.0 }, { - "from": "cartridges/domains/security/rokur-mcp/ffi/rokur_mcp_ffi.zig", - "to": "cartridges/domains/security/rokur-mcp/ffi/cartridge_shim.zig", - "relation": "shared_dir:cartridges/domains/security/rokur-mcp/ffi", + "from": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/stack_parser.ex", + "to": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex", + "relation": "shared_dir:cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator", "weight": 1.0 }, { - "from": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/coq.ex", - "to": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", - "relation": "shared_dir:cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters", - "weight": 1.0 - }, - { - "from": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", - "to": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", - "relation": "shared_dir:cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters", - "weight": 1.0 - }, - { - "from": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", - "to": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", - "relation": "shared_dir:cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters", - "weight": 1.0 - }, - { - "from": "cartridges/domains/knowledge/local-memory-mcp/ffi/local_memory_ffi.zig", - "to": "cartridges/domains/knowledge/local-memory-mcp/ffi/cartridge_shim.zig", - "relation": "shared_dir:cartridges/domains/knowledge/local-memory-mcp/ffi", - "weight": 1.0 - }, - { - "from": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/jaeger.ex", - "to": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", - "relation": "shared_dir:cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/database/database-mcp/ffi/cartridge_shim.zig", + "to": "cartridges/domains/database/database-mcp/ffi/database_ffi.zig", + "relation": "shared_dir:cartridges/domains/database/database-mcp/ffi", "weight": 1.0 }, { - "from": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", - "to": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/loki.ex", - "relation": "shared_dir:cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/security/rokur-mcp/ffi/cartridge_shim.zig", + "to": "cartridges/domains/security/rokur-mcp/ffi/rokur_mcp_ffi.zig", + "relation": "shared_dir:cartridges/domains/security/rokur-mcp/ffi", "weight": 1.0 }, { - "from": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/loki.ex", - "to": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/prometheus.ex", - "relation": "shared_dir:cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", + "to": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", + "relation": "shared_dir:cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/orchestrator/stack_parser.ex", - "to": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/orchestrator/lsp_client_pool.ex", - "relation": "shared_dir:cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/orchestrator", + "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", + "to": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", + "relation": "shared_dir:cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/Extension.res", - "to": "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/VscodeApi.res", - "relation": "shared_dir:cartridges/domains/languages/orchestrator-lsp-mcp/panels/src", + "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", + "to": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", + "relation": "shared_dir:cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", - "to": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", - "relation": "shared_dir:cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", + "to": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", + "relation": "shared_dir:cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", - "to": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", - "relation": "shared_dir:cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", + "to": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", + "relation": "shared_dir:cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", - "to": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", - "relation": "shared_dir:cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", + "to": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", + "relation": "shared_dir:cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", - "to": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", - "relation": "shared_dir:cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/infrastructure/hesiod-mcp/ffi/cartridge_shim.zig", + "to": "cartridges/domains/infrastructure/hesiod-mcp/ffi/hesiod_ffi.zig", + "relation": "shared_dir:cartridges/domains/infrastructure/hesiod-mcp/ffi", "weight": 1.0 }, { - "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", - "to": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", - "relation": "shared_dir:cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/podman.ex", + "to": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", + "relation": "shared_dir:cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/sops.ex", - "to": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/vault.ex", - "relation": "shared_dir:cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", + "to": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/docker.ex", + "relation": "shared_dir:cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/store.zig", - "to": "cartridges/domains/knowledge/librarian-mcp/ffi/src/search.zig", + "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/extract.zig", + "to": "cartridges/domains/knowledge/librarian-mcp/ffi/src/cartridge_shim.zig", "relation": "shared_dir:cartridges/domains/knowledge/librarian-mcp/ffi/src", "weight": 1.0 }, { - "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/search.zig", + "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/cartridge_shim.zig", "to": "cartridges/domains/knowledge/librarian-mcp/ffi/src/embed.zig", "relation": "shared_dir:cartridges/domains/knowledge/librarian-mcp/ffi/src", "weight": 1.0 @@ -5408,116 +5384,128 @@ }, { "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/librarian.zig", - "to": "cartridges/domains/knowledge/librarian-mcp/ffi/src/cartridge_shim.zig", + "to": "cartridges/domains/knowledge/librarian-mcp/ffi/src/store.zig", "relation": "shared_dir:cartridges/domains/knowledge/librarian-mcp/ffi/src", "weight": 1.0 }, { - "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/cartridge_shim.zig", + "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/store.zig", "to": "cartridges/domains/knowledge/librarian-mcp/ffi/src/pipeline.zig", "relation": "shared_dir:cartridges/domains/knowledge/librarian-mcp/ffi/src", "weight": 1.0 }, { "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/pipeline.zig", - "to": "cartridges/domains/knowledge/librarian-mcp/ffi/src/extract.zig", + "to": "cartridges/domains/knowledge/librarian-mcp/ffi/src/search.zig", "relation": "shared_dir:cartridges/domains/knowledge/librarian-mcp/ffi/src", "weight": 1.0 }, { - "from": "cartridges/cross-cutting/health/boj-health-mcp/ffi/cartridge_shim.zig", - "to": "cartridges/cross-cutting/health/boj-health-mcp/ffi/boj_health_ffi.zig", - "relation": "shared_dir:cartridges/cross-cutting/health/boj-health-mcp/ffi", + "from": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/coq.ex", + "to": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", + "relation": "shared_dir:cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", - "to": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", - "relation": "shared_dir:cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", + "to": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", + "relation": "shared_dir:cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", - "to": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", - "relation": "shared_dir:cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", + "to": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", + "relation": "shared_dir:cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/bench_coord.zig", - "to": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/cartridge_shim.zig", - "relation": "shared_dir:cartridges/cross-cutting/agentic/local-coord-mcp/ffi", + "from": "cartridges/cross-cutting/health/boj-health-mcp/ffi/cartridge_shim.zig", + "to": "cartridges/cross-cutting/health/boj-health-mcp/ffi/boj_health_ffi.zig", + "relation": "shared_dir:cartridges/cross-cutting/health/boj-health-mcp/ffi", "weight": 1.0 }, { - "from": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/cartridge_shim.zig", - "to": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/coord_identity.zig", - "relation": "shared_dir:cartridges/cross-cutting/agentic/local-coord-mcp/ffi", + "from": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/jaeger.ex", + "to": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/loki.ex", + "relation": "shared_dir:cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/docker.ex", - "to": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", - "relation": "shared_dir:cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/loki.ex", + "to": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/prometheus.ex", + "relation": "shared_dir:cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", - "to": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/podman.ex", - "relation": "shared_dir:cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/prometheus.ex", + "to": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", + "relation": "shared_dir:cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/infrastructure/hesiod-mcp/ffi/hesiod_ffi.zig", - "to": "cartridges/domains/infrastructure/hesiod-mcp/ffi/cartridge_shim.zig", - "relation": "shared_dir:cartridges/domains/infrastructure/hesiod-mcp/ffi", + "from": "cartridges/domains/languages/lang-mcp/ffi/cartridge_shim.zig", + "to": "cartridges/domains/languages/lang-mcp/ffi/lang_ffi.zig", + "relation": "shared_dir:cartridges/domains/languages/lang-mcp/ffi", "weight": 1.0 }, { - "from": "cartridges/domains/languages/lang-mcp/ffi/lang_ffi.zig", - "to": "cartridges/domains/languages/lang-mcp/ffi/cartridge_shim.zig", - "relation": "shared_dir:cartridges/domains/languages/lang-mcp/ffi", + "from": "cartridges/domains/education/kategoria-mcp/ffi/cartridge_shim.zig", + "to": "cartridges/domains/education/kategoria-mcp/ffi/kategoria_ffi.zig", + "relation": "shared_dir:cartridges/domains/education/kategoria-mcp/ffi", "weight": 1.0 }, { - "from": "cartridges/cross-cutting/agentic/model-router-mcp/ffi/model_router_ffi.zig", - "to": "cartridges/cross-cutting/agentic/model-router-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/orchestrator/stack_parser.ex", + "to": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/orchestrator/lsp_client_pool.ex", + "relation": "shared_dir:cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/orchestrator", + "weight": 1.0 + }, + { + "from": "cartridges/cross-cutting/agentic/model-router-mcp/ffi/cartridge_shim.zig", + "to": "cartridges/cross-cutting/agentic/model-router-mcp/ffi/model_router_ffi.zig", "relation": "shared_dir:cartridges/cross-cutting/agentic/model-router-mcp/ffi", "weight": 1.0 }, { - "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", - "to": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/bitbucket.ex", - "relation": "shared_dir:cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/config/conflow-mcp/ffi/cartridge_shim.zig", + "to": "cartridges/domains/config/conflow-mcp/ffi/conflow_ffi.zig", + "relation": "shared_dir:cartridges/domains/config/conflow-mcp/ffi", "weight": 1.0 }, { - "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/bitbucket.ex", - "to": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", - "relation": "shared_dir:cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/cartridge_shim.zig", + "to": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/coord_identity.zig", + "relation": "shared_dir:cartridges/cross-cutting/agentic/local-coord-mcp/ffi", "weight": 1.0 }, { - "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", - "to": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", - "relation": "shared_dir:cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/coord_identity.zig", + "to": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/bench_coord.zig", + "relation": "shared_dir:cartridges/cross-cutting/agentic/local-coord-mcp/ffi", "weight": 1.0 }, { - "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", - "to": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", - "relation": "shared_dir:cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/vault.ex", + "to": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/sops.ex", + "relation": "shared_dir:cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", - "to": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", - "relation": "shared_dir:cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", + "to": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", + "relation": "shared_dir:cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/database/database-mcp/ffi/database_ffi.zig", - "to": "cartridges/domains/database/database-mcp/ffi/cartridge_shim.zig", - "relation": "shared_dir:cartridges/domains/database/database-mcp/ffi", + "from": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", + "to": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", + "relation": "shared_dir:cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters", + "weight": 1.0 + }, + { + "from": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", + "to": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/aws.ex", + "relation": "shared_dir:cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { @@ -5533,39 +5521,51 @@ "weight": 1.0 }, { - "from": "cartridges/domains/education/kategoria-mcp/ffi/kategoria_ffi.zig", - "to": "cartridges/domains/education/kategoria-mcp/ffi/cartridge_shim.zig", - "relation": "shared_dir:cartridges/domains/education/kategoria-mcp/ffi", + "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", + "to": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/bitbucket.ex", + "relation": "shared_dir:cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", - "to": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", - "relation": "shared_dir:cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/bitbucket.ex", + "to": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", + "relation": "shared_dir:cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", - "to": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", - "relation": "shared_dir:cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", + "to": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", + "relation": "shared_dir:cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", - "to": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", - "relation": "shared_dir:cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", + "to": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", + "relation": "shared_dir:cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { - "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", - "to": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", - "relation": "shared_dir:cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/Extension.res", + "to": "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/VscodeApi.res", + "relation": "shared_dir:cartridges/domains/languages/orchestrator-lsp-mcp/panels/src", "weight": 1.0 }, { - "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", - "to": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", - "relation": "shared_dir:cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters", + "from": "cartridges/domains/knowledge/local-memory-mcp/ffi/cartridge_shim.zig", + "to": "cartridges/domains/knowledge/local-memory-mcp/ffi/local_memory_ffi.zig", + "relation": "shared_dir:cartridges/domains/knowledge/local-memory-mcp/ffi", + "weight": 1.0 + }, + { + "from": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", + "to": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", + "relation": "shared_dir:cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters", + "weight": 1.0 + }, + { + "from": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", + "to": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", + "relation": "shared_dir:cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters", "weight": 1.0 }, { @@ -5581,10 +5581,10 @@ "weight": 1.0 }, { - "from": "cartridges/templates/gossamer-mcp/mod.js", + "from": "cartridges/templates/gossamer-mcp/adapter/gossamer_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 11.0 }, { "from": "cartridges/templates/gossamer-mcp/ffi/cartridge_shim.zig", @@ -5593,421 +5593,439 @@ "weight": 6.0 }, { - "from": "cartridges/templates/gossamer-mcp/adapter/gossamer_adapter.zig", - "to": "OTP", - "relation": "framework", - "weight": 11.0 - }, - { - "from": "cartridges/domains/messaging/queues-mcp/mod.js", + "from": "cartridges/templates/gossamer-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/messaging/queues-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/cross-cutting/debug/dap-mcp/adapter/dap_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/messaging/queues-mcp/adapter/queues_adapter.zig", + "from": "cartridges/cross-cutting/debug/dap-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/rabbitmq.ex", + "from": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/executor.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/redis_streams.ex", + "from": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/stack_parser.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/nats.ex", + "from": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "from": "cartridges/cross-cutting/health/boj-health-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/lsp/server.ex", + "from": "cartridges/cross-cutting/health/boj-health-mcp/ffi/boj_health_ffi.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "cartridges/domains/cloud/cloud-mcp/mod.js", + "from": "cartridges/cross-cutting/agentic/local-coord-mcp/tests/e2e_coord.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "cartridges/domains/cloud/cloud-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/test-contracts.sh", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/domains/cloud/cloud-mcp/adapter/cloud_adapter.zig", + "from": "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/examples/prover-tag-claim.ncl", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/domains/cloud/render-mcp/mod.js", + "from": "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/coord-messages-contracts.ncl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/cloud/render-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/cloud/render-mcp/adapter/render_adapter.zig", + "from": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/coord_identity.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.8446744073709552E+19 }, { - "from": "cartridges/domains/cloud/aws-mcp/mod.js", + "from": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/bench_coord.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/cloud/aws-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/cross-cutting/agentic/local-coord-mcp/mod.js", + "to": "OTP", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "cartridges/cross-cutting/agentic/agent-mcp/adapter/agent_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/cloud/aws-mcp/adapter/aws_mcp_adapter.zig", + "from": "cartridges/cross-cutting/agentic/agent-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/cloud/fly-mcp/mod.js", + "from": "cartridges/cross-cutting/agentic/agent-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/cloud/fly-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/cross-cutting/agentic/model-router-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/cloud/fly-mcp/adapter/fly_adapter.zig", + "from": "cartridges/cross-cutting/agentic/model-router-mcp/ffi/model_router_ffi.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 9.0 }, { - "from": "cartridges/domains/cloud/railway-mcp/mod.js", + "from": "cartridges/cross-cutting/agentic/claude-ai-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/cloud/railway-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/cross-cutting/agentic/claude-ai-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/domains/cloud/railway-mcp/adapter/railway_adapter.zig", + "from": "cartridges/cross-cutting/agentic/claude-agents-power-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/cloud/hetzner-mcp/mod.js", + "from": "cartridges/cross-cutting/agentic/claude-agents-power-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/cloud/hetzner-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/cross-cutting/fleet/fleet-mcp/adapter/fleet_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/cloud/hetzner-mcp/adapter/hetzner_adapter.zig", + "from": "cartridges/cross-cutting/fleet/fleet-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/cloud/linode-mcp/mod.js", + "from": "cartridges/cross-cutting/fleet/fleet-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/cloud/linode-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/cross-cutting/nesy/nesy-mcp/adapter/nesy_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/cloud/linode-mcp/adapter/linode_adapter.zig", + "from": "cartridges/cross-cutting/nesy/nesy-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/cloud/gcp-mcp/mod.js", + "from": "cartridges/cross-cutting/nesy/nesy-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/cloud/gcp-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/cross-cutting/nesy/ml-mcp/adapter/ml_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/cloud/gcp-mcp/adapter/gcp_mcp_adapter.zig", + "from": "cartridges/cross-cutting/nesy/ml-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/aws.ex", + "from": "cartridges/cross-cutting/nesy/ml-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", + "from": "cartridges/domains/education/kategoria-mcp/adapter/kategoria_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", + "from": "cartridges/domains/education/kategoria-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", + "from": "cartridges/domains/education/kategoria-mcp/ffi/kategoria_ffi.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/lsp/server.ex", + "from": "cartridges/domains/education/kategoria-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "cartridges/domains/cloud/cloudflare-mcp/mod.js", + "from": "cartridges/domains/development/codeseeker-mcp/adapter/codeseeker_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/cloud/cloudflare-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/development/codeseeker-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/cloud/digitalocean-mcp/mod.js", + "from": "cartridges/domains/development/codeseeker-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/cloud/digitalocean-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/development/bug-filing-mcp/tests/integration_test.sh", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/domains/cloud/digitalocean-mcp/adapter/digitalocean_mcp_adapter.zig", + "from": "cartridges/domains/development/bug-filing-mcp/adapter/bug_filing_mcp_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/utilities/textkit-mcp/mod.js", + "from": "cartridges/domains/development/bug-filing-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/utilities/textkit-mcp/ffi/textkit_ffi.zig", + "from": "cartridges/domains/development/bug-filing-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "cartridges/domains/utilities/textkit-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/development/git-mcp/adapter/git_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/utilities/textkit-mcp/adapter/gossamer_adapter.zig", + "from": "cartridges/domains/development/git-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/gaming/idaptik-admin-mcp/mod.js", + "from": "cartridges/domains/development/git-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/gaming/idaptik-admin-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/development/github-api-mcp/adapter/github_api_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/gaming/idaptik-admin-mcp/adapter/idaptik_admin_adapter.zig", + "from": "cartridges/domains/development/github-api-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/gaming/game-admin-mcp/mod.js", + "from": "cartridges/domains/development/github-api-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/gaming/game-admin-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/development/gitlab-api-mcp/adapter/gitlab_api_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/gaming/game-admin-mcp/adapter/game_admin_adapter.zig", + "from": "cartridges/domains/development/gitlab-api-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/gaming/npc-mcp/ffi/npc_mcp_ffi.zig", + "from": "cartridges/domains/development/gitlab-api-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/domains/gaming/npc-mcp/ffi/src/npcmcp.zig", + "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/lsp/server.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "cartridges/domains/gaming/npc-mcp/ffi/src/command/audit.zig", + "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cartridges/domains/gaming/npc-mcp/ffi/src/perception/raw_buffer.zig", + "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/bitbucket.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cartridges/domains/gaming/npc-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/gaming/ums-mcp/mod.js", + "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/gaming/ums-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", + "to": "OTP", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "cartridges/domains/development/fireflag-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/gaming/ums-mcp/adapter/ums_adapter.zig", + "from": "cartridges/domains/observability/observe-mcp/adapter/observe_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/education/kategoria-mcp/mod.js", + "from": "cartridges/domains/observability/observe-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/education/kategoria-mcp/ffi/kategoria_ffi.zig", + "from": "cartridges/domains/observability/observe-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "cartridges/domains/education/kategoria-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/observability/grafana-mcp/adapter/grafana_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/education/kategoria-mcp/adapter/kategoria_adapter.zig", + "from": "cartridges/domains/observability/grafana-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/observability/sentry-mcp/mod.js", + "from": "cartridges/domains/observability/grafana-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/observability/sentry-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/observability/prometheus-mcp/adapter/prometheus_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/observability/sentry-mcp/adapter/sentry_adapter.zig", + "from": "cartridges/domains/observability/prometheus-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/jaeger.ex", + "from": "cartridges/domains/observability/prometheus-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", + "from": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/server.ex", + "to": "OTP", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "to": "OTP", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/jaeger.ex", "to": "OTP", "relation": "framework", "weight": 2.0 @@ -6025,556 +6043,538 @@ "weight": 2.0 }, { - "from": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "from": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/server.ex", + "from": "cartridges/domains/observability/sentry-mcp/adapter/sentry_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "cartridges/domains/observability/observe-mcp/mod.js", + "from": "cartridges/domains/observability/sentry-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/observability/observe-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/observability/sentry-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/domains/observability/observe-mcp/adapter/observe_adapter.zig", + "from": "cartridges/domains/bioinformatics/origene-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/observability/prometheus-mcp/mod.js", + "from": "cartridges/domains/bioinformatics/origene-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/observability/prometheus-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/database/arango-mcp/adapter/arango_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/observability/prometheus-mcp/adapter/prometheus_adapter.zig", + "from": "cartridges/domains/database/arango-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/observability/grafana-mcp/mod.js", + "from": "cartridges/domains/database/arango-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/observability/grafana-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/database/clickhouse-mcp/adapter/clickhouse_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/observability/grafana-mcp/adapter/grafana_adapter.zig", + "from": "cartridges/domains/database/clickhouse-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/registry/opsm-mcp/mod.js", + "from": "cartridges/domains/database/clickhouse-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/registry/opsm-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/database/postgresql-mcp/adapter/postgresql_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/registry/opsm-mcp/adapter/opsm_adapter.zig", + "from": "cartridges/domains/database/postgresql-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/registry/crates-mcp/mod.js", + "from": "cartridges/domains/database/postgresql-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/registry/crates-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/database/mongodb-mcp/adapter/mongodb_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/registry/crates-mcp/adapter/crates_adapter.zig", + "from": "cartridges/domains/database/mongodb-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/registry/pypi-mcp/mod.js", + "from": "cartridges/domains/database/mongodb-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/registry/pypi-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/database/duckdb-mcp/adapter/duckdb_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/registry/pypi-mcp/adapter/pypi_adapter.zig", + "from": "cartridges/domains/database/duckdb-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/registry/hackage-mcp/mod.js", + "from": "cartridges/domains/database/duckdb-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/registry/hackage-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/database/neon-mcp/adapter/neon_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/registry/hackage-mcp/adapter/hackage_adapter.zig", + "from": "cartridges/domains/database/neon-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/registry/npm-registry-mcp/mod.js", + "from": "cartridges/domains/database/neon-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/registry/npm-registry-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/database/neo4j-mcp/adapter/neo4j_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/registry/npm-registry-mcp/adapter/npm_registry_adapter.zig", + "from": "cartridges/domains/database/neo4j-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/registry/hex-mcp/mod.js", + "from": "cartridges/domains/database/neo4j-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/registry/hex-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/database/database-mcp/adapter/database_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/registry/hex-mcp/adapter/hex_adapter.zig", + "from": "cartridges/domains/database/database-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/registry/opam-mcp/mod.js", + "from": "cartridges/domains/database/database-mcp/ffi/database_ffi.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": "cartridges/domains/registry/opam-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/database/database-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/domains/registry/opam-mcp/adapter/opam_adapter.zig", + "from": "cartridges/domains/database/verisimdb-mcp/adapter/verisimdb_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/formal-verification/echidna-llm-mcp/mod.js", + "from": "cartridges/domains/database/verisimdb-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/coq.ex", + "from": "cartridges/domains/database/verisimdb-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", + "from": "cartridges/domains/database/redis-mcp/adapter/redis_mcp_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", + "from": "cartridges/domains/database/redis-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", + "from": "cartridges/domains/database/redis-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/lsp/server.ex", + "from": "cartridges/domains/database/turso-mcp/adapter/turso_mcp_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "cartridges/domains/formal-verification/ephapax-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/database/turso-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/formal-verification/proof-mcp/mod.js", + "from": "cartridges/domains/database/turso-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/formal-verification/proof-mcp/ffi/cartridge_shim.zig", - "to": "OTP", - "relation": "framework", - "weight": 6.0 - }, - { - "from": "cartridges/domains/formal-verification/proof-mcp/adapter/proof_adapter.zig", + "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/poly_db_lsp.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/web/ssg-mcp/mod.js", + "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/lsp/server.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "cartridges/domains/web/ssg-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/web/ssg-mcp/adapter/ssg_adapter.zig", + "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", + "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", + "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", + "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", + "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", + "from": "cartridges/domains/database/supabase-mcp/adapter/supabase_mcp_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", + "from": "cartridges/domains/database/supabase-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "from": "cartridges/domains/database/supabase-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/server.ex", + "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/extract.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "cartridges/domains/bioinformatics/origene-mcp/mod.js", + "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/bioinformatics/origene-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/embed.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/domains/container/k8s-mcp/mod.js", + "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/librarian.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/container/k8s-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/store.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/domains/container/k8s-mcp/adapter/k8s_adapter.zig", + "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/pipeline.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/domains/container/docker-hub-mcp/mod.js", + "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/search.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/container/docker-hub-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/knowledge/obsidian-mcp/adapter/obsidian_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/container/docker-hub-mcp/adapter/docker_hub_adapter.zig", + "from": "cartridges/domains/knowledge/obsidian-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", + "from": "cartridges/domains/knowledge/obsidian-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", + "from": "cartridges/domains/knowledge/local-memory-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", + "from": "cartridges/domains/knowledge/local-memory-mcp/ffi/local_memory_ffi.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/lsp/server.ex", + "from": "cartridges/domains/knowledge/local-memory-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "cartridges/domains/container/container-mcp/mod.js", + "from": "cartridges/domains/automation/browser-mcp/adapter/browser_mcp_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/container/container-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/automation/browser-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/container/container-mcp/adapter/container_adapter.zig", + "from": "cartridges/domains/automation/browser-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/poly_container_lsp.ex", + "from": "cartridges/domains/legal/pmpl-mcp/adapter/pmpl_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/docker.ex", + "from": "cartridges/domains/legal/pmpl-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", + "from": "cartridges/domains/legal/pmpl-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/podman.ex", + "from": "cartridges/domains/communications/slack-mcp/adapter/slack_mcp_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/lsp/server.ex", + "from": "cartridges/domains/communications/slack-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "cartridges/domains/container/stapeln-mcp/mod.js", + "from": "cartridges/domains/communications/slack-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/container/stapeln-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/communications/telegram-mcp/adapter/telegram_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/container/stapeln-mcp/adapter/stapeln_adapter.zig", + "from": "cartridges/domains/communications/telegram-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/project-management/linear-mcp/mod.js", + "from": "cartridges/domains/communications/telegram-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/project-management/linear-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/communications/comms-mcp/adapter/comms_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/project-management/linear-mcp/adapter/linear_mcp_adapter.zig", + "from": "cartridges/domains/communications/comms-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/project-management/jira-mcp/mod.js", + "from": "cartridges/domains/communications/comms-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/project-management/jira-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/communications/matrix-mcp/adapter/matrix_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/project-management/jira-mcp/ffi/jira_mcp_ffi.zig", - "to": "OTP", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "cartridges/domains/project-management/jira-mcp/adapter/jira_mcp_adapter.zig", + "from": "cartridges/domains/communications/matrix-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/open-data/opendata-mcp/mod.js", + "from": "cartridges/domains/communications/matrix-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/open-data/opendata-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/communications/notifyhub-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/config/conflow-mcp/mod.js", + "from": "cartridges/domains/communications/notifyhub-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/config/conflow-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/communications/burble-admin-mcp/adapter/burble_admin_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/config/conflow-mcp/ffi/conflow_ffi.zig", - "to": "OTP", - "relation": "framework", - "weight": 3.0 - }, - { - "from": "cartridges/domains/config/conflow-mcp/adapter/conflow_adapter.zig", + "from": "cartridges/domains/communications/burble-admin-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/config/k9iser-mcp/mod.js", + "from": "cartridges/domains/communications/burble-admin-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/config/k9iser-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/communications/discord-mcp/adapter/discord_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/config/k9iser-mcp/adapter/k9iser_adapter.zig", + "from": "cartridges/domains/communications/discord-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 11.0 + "weight": 6.0 }, { "from": "cartridges/domains/communications/discord-mcp/mod.js", @@ -6583,1498 +6583,1498 @@ "weight": 1.0 }, { - "from": "cartridges/domains/communications/discord-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/productivity/notion-mcp/adapter/notion_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/communications/discord-mcp/adapter/discord_mcp_adapter.zig", + "from": "cartridges/domains/productivity/notion-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/communications/notifyhub-mcp/mod.js", + "from": "cartridges/domains/productivity/notion-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/communications/notifyhub-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/productivity/airtable-mcp/adapter/airtable_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/communications/telegram-mcp/mod.js", + "from": "cartridges/domains/productivity/airtable-mcp/ffi/cartridge_shim.zig", + "to": "OTP", + "relation": "framework", + "weight": 6.0 + }, + { + "from": "cartridges/domains/productivity/airtable-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/communications/telegram-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/productivity/google-docs-mcp/adapter/google_docs_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/communications/telegram-mcp/adapter/telegram_mcp_adapter.zig", + "from": "cartridges/domains/productivity/google-docs-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/communications/slack-mcp/mod.js", + "from": "cartridges/domains/productivity/google-docs-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/communications/slack-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/productivity/todoist-mcp/adapter/todoist_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/communications/slack-mcp/adapter/slack_mcp_adapter.zig", + "from": "cartridges/domains/productivity/todoist-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/communications/burble-admin-mcp/mod.js", + "from": "cartridges/domains/productivity/todoist-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/communications/burble-admin-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/productivity/google-sheets-mcp/adapter/google_sheets_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/communications/burble-admin-mcp/adapter/burble_admin_adapter.zig", + "from": "cartridges/domains/productivity/google-sheets-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/communications/comms-mcp/mod.js", + "from": "cartridges/domains/productivity/google-sheets-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/communications/comms-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/languages/lsp-mcp/adapter/lsp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/communications/comms-mcp/adapter/comms_adapter.zig", + "from": "cartridges/domains/languages/lsp-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/communications/matrix-mcp/mod.js", + "from": "cartridges/domains/languages/007-mcp/adapter/oo7_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cartridges/domains/communications/matrix-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/languages/007-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/communications/matrix-mcp/adapter/matrix_mcp_adapter.zig", + "from": "cartridges/domains/languages/007-mcp/ffi/oo7_mcp_ffi.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/security/vordr-mcp/mod.js", + "from": "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/Extension.res", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/security/vordr-mcp/ffi/cartridge_shim.zig", - "to": "OTP", - "relation": "framework", - "weight": 6.0 - }, - { - "from": "cartridges/domains/security/vordr-mcp/adapter/vordr_adapter.zig", + "from": "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/VscodeApi.res", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 9.0 }, { - "from": "cartridges/domains/security/vault-mcp/mod.js", + "from": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/orchestrator/stack_parser.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/security/vault-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/orchestrator/lsp_client_pool.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/security/vault-mcp/adapter/vault_mcp_adapter.zig", + "from": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/lsp/server.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 4.0 }, { - "from": "cartridges/domains/security/secrets-mcp/mod.js", + "from": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/orchestrator/stack_parser_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/security/secrets-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/languages/orchestrator-lsp-mcp/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 3.0 }, { - "from": "cartridges/domains/security/secrets-mcp/adapter/secrets_adapter.zig", + "from": "cartridges/domains/languages/typed-wasm-mcp/adapter/typed_wasm_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/sops.ex", + "from": "cartridges/domains/languages/typed-wasm-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/vault.ex", + "from": "cartridges/domains/languages/affinescript-mcp/tests/integration_test.sh", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "from": "cartridges/domains/languages/affinescript-mcp/adapter/affinescript_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/server.ex", + "from": "cartridges/domains/languages/affinescript-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "cartridges/domains/security/dns-shield-mcp/mod.js", + "from": "cartridges/domains/languages/affinescript-mcp/benchmarks/quick-bench.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/security/dns-shield-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/languages/lang-mcp/adapter/lang_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/security/dns-shield-mcp/adapter/dns_shield_adapter.zig", + "from": "cartridges/domains/languages/lang-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/security/rokur-mcp/mod.js", + "from": "cartridges/domains/languages/lang-mcp/ffi/lang_ffi.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cartridges/domains/security/rokur-mcp/ffi/rokur_mcp_ffi.zig", + "from": "cartridges/domains/languages/toolchain-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/security/rokur-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/formal-verification/proof-mcp/adapter/proof_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/security/rokur-mcp/adapter/rokur_mcp_adapter.zig", + "from": "cartridges/domains/formal-verification/proof-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/security/panic-attack-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/formal-verification/proof-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/domains/security/panic-attack-mcp/adapter/panic_attack_adapter.zig", + "from": "cartridges/domains/formal-verification/ephapax-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/security/vext-mcp/mod.js", + "from": "cartridges/domains/formal-verification/echidna-llm-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/security/vext-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/lsp/server.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 4.0 }, { - "from": "cartridges/domains/security/vext-mcp/adapter/vext_adapter.zig", + "from": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/coq.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/legal/pmpl-mcp/mod.js", + "from": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cartridges/domains/legal/pmpl-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/legal/pmpl-mcp/adapter/pmpl_adapter.zig", + "from": "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", + "from": "cartridges/domains/config/k9iser-mcp/adapter/k9iser_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 11.0 }, { - "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/bitbucket.ex", + "from": "cartridges/domains/config/k9iser-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", + "from": "cartridges/domains/config/k9iser-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", + "from": "cartridges/domains/config/conflow-mcp/adapter/conflow_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", + "from": "cartridges/domains/config/conflow-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/lsp/server.ex", + "from": "cartridges/domains/config/conflow-mcp/ffi/conflow_ffi.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "cartridges/domains/development/github-api-mcp/mod.js", + "from": "cartridges/domains/config/conflow-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/development/github-api-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/research/zotero-mcp/adapter/zotero_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/development/github-api-mcp/adapter/github_api_mcp_adapter.zig", + "from": "cartridges/domains/research/zotero-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/development/bug-filing-mcp/mod.js", + "from": "cartridges/domains/research/zotero-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/development/bug-filing-mcp/tests/integration_test.sh", + "from": "cartridges/domains/research/academic-workflow-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/development/bug-filing-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/research/research-mcp/adapter/research_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/development/bug-filing-mcp/adapter/bug_filing_mcp_adapter.zig", + "from": "cartridges/domains/research/research-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/development/codeseeker-mcp/mod.js", + "from": "cartridges/domains/research/research-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/development/codeseeker-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/research/bofig-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/development/codeseeker-mcp/adapter/codeseeker_adapter.zig", + "from": "cartridges/domains/cloud/hetzner-mcp/adapter/hetzner_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/development/gitlab-api-mcp/mod.js", + "from": "cartridges/domains/cloud/hetzner-mcp/ffi/cartridge_shim.zig", + "to": "OTP", + "relation": "framework", + "weight": 6.0 + }, + { + "from": "cartridges/domains/cloud/hetzner-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/development/gitlab-api-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/cloud/linode-mcp/adapter/linode_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/development/gitlab-api-mcp/adapter/gitlab_api_mcp_adapter.zig", + "from": "cartridges/domains/cloud/linode-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/development/git-mcp/mod.js", + "from": "cartridges/domains/cloud/linode-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/development/git-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/cloud/railway-mcp/adapter/railway_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/development/git-mcp/adapter/git_adapter.zig", + "from": "cartridges/domains/cloud/railway-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/development/fireflag-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/cloud/railway-mcp/mod.js", + "to": "OTP", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "cartridges/domains/cloud/digitalocean-mcp/adapter/digitalocean_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", + "from": "cartridges/domains/cloud/digitalocean-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", + "from": "cartridges/domains/cloud/digitalocean-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/server.ex", + "from": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/lsp/server.ex", "to": "OTP", "relation": "framework", "weight": 4.0 }, { - "from": "cartridges/domains/infrastructure/hesiod-mcp/ffi/hesiod_ffi.zig", + "from": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 2.0 }, { - "from": "cartridges/domains/infrastructure/hesiod-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/infrastructure/aerie-mcp/mod.js", + "from": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cartridges/domains/infrastructure/aerie-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/aws.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/infrastructure/aerie-mcp/adapter/aerie_adapter.zig", + "from": "cartridges/domains/cloud/aws-mcp/adapter/aws_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/infrastructure/iac-mcp/mod.js", + "from": "cartridges/domains/cloud/aws-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/infrastructure/iac-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/cloud/aws-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/domains/infrastructure/iac-mcp/adapter/iac_adapter.zig", + "from": "cartridges/domains/cloud/cloudflare-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/productivity/google-docs-mcp/mod.js", + "from": "cartridges/domains/cloud/cloudflare-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/productivity/google-docs-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/cloud/gcp-mcp/adapter/gcp_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/productivity/google-docs-mcp/adapter/google_docs_adapter.zig", + "from": "cartridges/domains/cloud/gcp-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/productivity/google-sheets-mcp/mod.js", + "from": "cartridges/domains/cloud/gcp-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/productivity/google-sheets-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/cloud/fly-mcp/adapter/fly_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/productivity/google-sheets-mcp/adapter/google_sheets_adapter.zig", + "from": "cartridges/domains/cloud/fly-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/productivity/airtable-mcp/mod.js", + "from": "cartridges/domains/cloud/fly-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/productivity/airtable-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/cloud/cloud-mcp/adapter/cloud_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/productivity/airtable-mcp/adapter/airtable_adapter.zig", + "from": "cartridges/domains/cloud/cloud-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/productivity/notion-mcp/mod.js", + "from": "cartridges/domains/cloud/cloud-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/productivity/notion-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/cloud/render-mcp/adapter/render_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/productivity/notion-mcp/adapter/notion_mcp_adapter.zig", + "from": "cartridges/domains/cloud/render-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/productivity/todoist-mcp/mod.js", + "from": "cartridges/domains/cloud/render-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/productivity/todoist-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/utilities/textkit-mcp/adapter/gossamer_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/productivity/todoist-mcp/adapter/todoist_adapter.zig", + "from": "cartridges/domains/utilities/textkit-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/automation/browser-mcp/mod.js", + "from": "cartridges/domains/utilities/textkit-mcp/ffi/textkit_ffi.zig", + "to": "OTP", + "relation": "framework", + "weight": 3.0 + }, + { + "from": "cartridges/domains/utilities/textkit-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/automation/browser-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/repository-management/reposystem-mcp/adapter/reposystem_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/automation/browser-mcp/adapter/browser_mcp_adapter.zig", + "from": "cartridges/domains/repository-management/reposystem-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/database/mongodb-mcp/mod.js", + "from": "cartridges/domains/repository-management/reposystem-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/database/mongodb-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/lsp/server.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 4.0 }, { - "from": "cartridges/domains/database/mongodb-mcp/adapter/mongodb_mcp_adapter.zig", + "from": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/poly_container_lsp.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 - }, - { - "from": "cartridges/domains/database/turso-mcp/mod.js", - "to": "OTP", - "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cartridges/domains/database/turso-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/podman.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/database/turso-mcp/adapter/turso_mcp_adapter.zig", + "from": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/database/duckdb-mcp/mod.js", + "from": "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/docker.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cartridges/domains/database/duckdb-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/container/k8s-mcp/adapter/k8s_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/database/duckdb-mcp/adapter/duckdb_mcp_adapter.zig", + "from": "cartridges/domains/container/k8s-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/database/arango-mcp/mod.js", + "from": "cartridges/domains/container/k8s-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/database/arango-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/container/docker-hub-mcp/adapter/docker_hub_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/database/arango-mcp/adapter/arango_mcp_adapter.zig", + "from": "cartridges/domains/container/docker-hub-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/database/verisimdb-mcp/mod.js", + "from": "cartridges/domains/container/docker-hub-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/database/verisimdb-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/container/container-mcp/adapter/container_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/database/verisimdb-mcp/adapter/verisimdb_adapter.zig", + "from": "cartridges/domains/container/container-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/database/neon-mcp/mod.js", + "from": "cartridges/domains/container/container-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/database/neon-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/lsp/server.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 4.0 }, { - "from": "cartridges/domains/database/neon-mcp/adapter/neon_mcp_adapter.zig", + "from": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", + "from": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", + "from": "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", + "from": "cartridges/domains/container/stapeln-mcp/adapter/stapeln_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", + "from": "cartridges/domains/container/stapeln-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", + "from": "cartridges/domains/container/stapeln-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", + "from": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/lsp/server.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/lsp/server.ex", + "from": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/poly_db_lsp.ex", + "from": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/rabbitmq.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "cartridges/domains/database/postgresql-mcp/mod.js", + "from": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/redis_streams.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cartridges/domains/database/postgresql-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/nats.ex", + "to": "OTP", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "cartridges/domains/messaging/queues-mcp/adapter/queues_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/database/postgresql-mcp/adapter/postgresql_mcp_adapter.zig", + "from": "cartridges/domains/messaging/queues-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/database/supabase-mcp/mod.js", + "from": "cartridges/domains/messaging/queues-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/database/supabase-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/gaming/idaptik-admin-mcp/adapter/idaptik_admin_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/database/supabase-mcp/adapter/supabase_mcp_adapter.zig", + "from": "cartridges/domains/gaming/idaptik-admin-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/database/clickhouse-mcp/mod.js", + "from": "cartridges/domains/gaming/idaptik-admin-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/database/clickhouse-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/gaming/game-admin-mcp/adapter/game_admin_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/database/clickhouse-mcp/adapter/clickhouse_mcp_adapter.zig", + "from": "cartridges/domains/gaming/game-admin-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/database/database-mcp/mod.js", + "from": "cartridges/domains/gaming/game-admin-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/database/database-mcp/ffi/database_ffi.zig", - "to": "OTP", - "relation": "framework", - "weight": 12.0 - }, - { - "from": "cartridges/domains/database/database-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/gaming/npc-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/database/database-mcp/adapter/database_adapter.zig", + "from": "cartridges/domains/gaming/npc-mcp/ffi/npc_mcp_ffi.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/database/neo4j-mcp/mod.js", + "from": "cartridges/domains/gaming/npc-mcp/ffi/src/command/audit.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/database/neo4j-mcp/ffi/cartridge_shim.zig", - "to": "OTP", - "relation": "framework", - "weight": 6.0 - }, - { - "from": "cartridges/domains/database/neo4j-mcp/adapter/neo4j_mcp_adapter.zig", + "from": "cartridges/domains/gaming/npc-mcp/ffi/src/npcmcp.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/domains/database/redis-mcp/mod.js", + "from": "cartridges/domains/gaming/npc-mcp/ffi/src/perception/raw_buffer.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/database/redis-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/gaming/ums-mcp/adapter/ums_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/database/redis-mcp/adapter/redis_mcp_adapter.zig", + "from": "cartridges/domains/gaming/ums-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/knowledge/local-memory-mcp/mod.js", + "from": "cartridges/domains/gaming/ums-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/knowledge/local-memory-mcp/ffi/local_memory_ffi.zig", + "from": "cartridges/domains/registry/hackage-mcp/adapter/hackage_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 6.0 }, { - "from": "cartridges/domains/knowledge/local-memory-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/registry/hackage-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/knowledge/obsidian-mcp/mod.js", + "from": "cartridges/domains/registry/hackage-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/knowledge/obsidian-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/registry/hex-mcp/adapter/hex_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/knowledge/obsidian-mcp/adapter/obsidian_adapter.zig", + "from": "cartridges/domains/registry/hex-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/store.zig", + "from": "cartridges/domains/registry/hex-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/search.zig", + "from": "cartridges/domains/registry/npm-registry-mcp/adapter/npm_registry_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/embed.zig", + "from": "cartridges/domains/registry/npm-registry-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/librarian.zig", + "from": "cartridges/domains/registry/npm-registry-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/cartridge_shim.zig", + "from": "cartridges/domains/registry/crates-mcp/adapter/crates_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/pipeline.zig", - "to": "OTP", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "cartridges/domains/knowledge/librarian-mcp/ffi/src/extract.zig", + "from": "cartridges/domains/registry/crates-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/repository-management/reposystem-mcp/mod.js", + "from": "cartridges/domains/registry/crates-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/repository-management/reposystem-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/registry/pypi-mcp/adapter/pypi_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/repository-management/reposystem-mcp/adapter/reposystem_adapter.zig", + "from": "cartridges/domains/registry/pypi-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/code-quality/coderag-mcp/mod.js", + "from": "cartridges/domains/registry/pypi-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/code-quality/coderag-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/registry/opam-mcp/adapter/opam_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/code-quality/sanctify-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/registry/opam-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/community/civic-connect-mcp/mod.js", + "from": "cartridges/domains/registry/opam-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/community/civic-connect-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/registry/opsm-mcp/adapter/opsm_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/community/civic-connect-mcp/adapter/civic_connect_adapter.zig", + "from": "cartridges/domains/registry/opsm-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/community/feedback-mcp/mod.js", + "from": "cartridges/domains/registry/opsm-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/community/feedback-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/open-data/opendata-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/community/feedback-mcp/ffi/feedback_ffi.zig", + "from": "cartridges/domains/open-data/opendata-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "cartridges/domains/community/feedback-mcp/adapter/feedback_adapter.zig", + "from": "cartridges/domains/web/ssg-mcp/adapter/ssg_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/ci-cd/cicd-squabbler-mcp/mod.js", + "from": "cartridges/domains/web/ssg-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/ci-cd/buildkite-mcp/mod.js", + "from": "cartridges/domains/web/ssg-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/ci-cd/buildkite-mcp/ffi/cartridge_shim.zig", - "to": "OTP", - "relation": "framework", - "weight": 6.0 - }, - { - "from": "cartridges/domains/ci-cd/buildkite-mcp/adapter/buildkite_adapter.zig", + "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/server.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 4.0 }, { - "from": "cartridges/domains/ci-cd/hypatia-mcp/mod.js", + "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/ci-cd/hypatia-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/ci-cd/hypatia-mcp/adapter/hypatia_adapter.zig", + "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/ci-cd/laminar-mcp/mod.js", + "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cartridges/domains/ci-cd/laminar-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/ci-cd/laminar-mcp/adapter/laminar_adapter.zig", + "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/ci-cd/github-actions-mcp/mod.js", + "from": "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cartridges/domains/ci-cd/github-actions-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/code-quality/sanctify-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/ci-cd/github-actions-mcp/adapter/github_actions_mcp_adapter.zig", + "from": "cartridges/domains/code-quality/coderag-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/ci-cd/circleci-mcp/mod.js", + "from": "cartridges/domains/code-quality/coderag-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/ci-cd/circleci-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/infrastructure/aerie-mcp/adapter/aerie_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/ci-cd/circleci-mcp/adapter/circleci_adapter.zig", + "from": "cartridges/domains/infrastructure/aerie-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/research/zotero-mcp/mod.js", + "from": "cartridges/domains/infrastructure/aerie-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/research/zotero-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/infrastructure/hesiod-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/research/zotero-mcp/adapter/zotero_adapter.zig", + "from": "cartridges/domains/infrastructure/hesiod-mcp/ffi/hesiod_ffi.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 9.0 }, { - "from": "cartridges/domains/research/bofig-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/infrastructure/iac-mcp/adapter/iac_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/research/academic-workflow-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/infrastructure/iac-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/research/research-mcp/mod.js", + "from": "cartridges/domains/infrastructure/iac-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/research/research-mcp/ffi/cartridge_shim.zig", - "to": "OTP", - "relation": "framework", - "weight": 6.0 - }, - { - "from": "cartridges/domains/research/research-mcp/adapter/research_adapter.zig", + "from": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/server.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 4.0 }, { - "from": "cartridges/domains/languages/007-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/domains/languages/007-mcp/ffi/oo7_mcp_ffi.zig", + "from": "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "cartridges/domains/languages/007-mcp/adapter/oo7_adapter.zig", + "from": "cartridges/domains/community/civic-connect-mcp/adapter/civic_connect_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/domains/languages/lsp-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/community/civic-connect-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/languages/lsp-mcp/adapter/lsp_adapter.zig", + "from": "cartridges/domains/community/civic-connect-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/domains/languages/typed-wasm-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/community/feedback-mcp/adapter/feedback_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/languages/typed-wasm-mcp/adapter/typed_wasm_adapter.zig", + "from": "cartridges/domains/community/feedback-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/languages/lang-mcp/ffi/lang_ffi.zig", + "from": "cartridges/domains/community/feedback-mcp/ffi/feedback_ffi.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "cartridges/domains/languages/lang-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/community/feedback-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/domains/languages/lang-mcp/adapter/lang_adapter.zig", + "from": "cartridges/domains/project-management/jira-mcp/adapter/jira_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/languages/orchestrator-lsp-mcp/ffi/zig/src/main.zig", + "from": "cartridges/domains/project-management/jira-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 6.0 }, { - "from": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/orchestrator/stack_parser.ex", + "from": "cartridges/domains/project-management/jira-mcp/ffi/jira_mcp_ffi.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/orchestrator/lsp_client_pool.ex", + "from": "cartridges/domains/project-management/jira-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/lib/lsp/server.ex", + "from": "cartridges/domains/project-management/linear-mcp/adapter/linear_mcp_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "cartridges/domains/languages/orchestrator-lsp-mcp/adapter/test/orchestrator/stack_parser_test.exs", + "from": "cartridges/domains/project-management/linear-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/Extension.res", + "from": "cartridges/domains/project-management/linear-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/VscodeApi.res", - "to": "OTP", - "relation": "framework", - "weight": 9.0 - }, - { - "from": "cartridges/domains/languages/toolchain-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/ci-cd/github-actions-mcp/adapter/github_actions_mcp_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/languages/affinescript-mcp/benchmarks/quick-bench.sh", + "from": "cartridges/domains/ci-cd/github-actions-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/domains/languages/affinescript-mcp/tests/integration_test.sh", + "from": "cartridges/domains/ci-cd/github-actions-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/domains/languages/affinescript-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/ci-cd/laminar-mcp/adapter/laminar_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/domains/languages/affinescript-mcp/adapter/affinescript_adapter.zig", + "from": "cartridges/domains/ci-cd/laminar-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/cross-cutting/fleet/fleet-mcp/mod.js", + "from": "cartridges/domains/ci-cd/laminar-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/cross-cutting/fleet/fleet-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/ci-cd/hypatia-mcp/adapter/hypatia_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/cross-cutting/fleet/fleet-mcp/adapter/fleet_adapter.zig", + "from": "cartridges/domains/ci-cd/hypatia-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/cross-cutting/agentic/claude-agents-power-mcp/mod.js", + "from": "cartridges/domains/ci-cd/hypatia-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/cross-cutting/agentic/claude-agents-power-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/ci-cd/cicd-squabbler-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/cross-cutting/agentic/claude-ai-mcp/mod.js", + "from": "cartridges/domains/ci-cd/circleci-mcp/adapter/circleci_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/cross-cutting/agentic/claude-ai-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/ci-cd/circleci-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/cross-cutting/agentic/agent-mcp/mod.js", + "from": "cartridges/domains/ci-cd/circleci-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/cross-cutting/agentic/agent-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/ci-cd/buildkite-mcp/adapter/buildkite_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/cross-cutting/agentic/agent-mcp/adapter/agent_adapter.zig", + "from": "cartridges/domains/ci-cd/buildkite-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/cross-cutting/agentic/local-coord-mcp/mod.js", + "from": "cartridges/domains/ci-cd/buildkite-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/cross-cutting/agentic/local-coord-mcp/tests/e2e_coord.zig", + "from": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/server.ex", "to": "OTP", "relation": "framework", "weight": 4.0 }, { - "from": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/bench_coord.zig", + "from": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/vault.ex", + "to": "OTP", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/sops.ex", + "to": "OTP", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "cartridges/domains/security/dns-shield-mcp/adapter/dns_shield_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/coord_identity.zig", + "from": "cartridges/domains/security/dns-shield-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.8446744073709552E+19 + "weight": 6.0 }, { - "from": "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/examples/prover-tag-claim.ncl", + "from": "cartridges/domains/security/dns-shield-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/test-contracts.sh", + "from": "cartridges/domains/security/panic-attack-mcp/adapter/panic_attack_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/coord-messages-contracts.ncl", + "from": "cartridges/domains/security/panic-attack-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "cartridges/cross-cutting/agentic/model-router-mcp/ffi/model_router_ffi.zig", + "from": "cartridges/domains/security/vault-mcp/adapter/vault_mcp_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 6.0 }, { - "from": "cartridges/cross-cutting/agentic/model-router-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/security/vault-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/cross-cutting/nesy/ml-mcp/mod.js", + "from": "cartridges/domains/security/vault-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/cross-cutting/nesy/ml-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/security/vordr-mcp/adapter/vordr_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/cross-cutting/nesy/ml-mcp/adapter/ml_adapter.zig", + "from": "cartridges/domains/security/vordr-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/cross-cutting/nesy/nesy-mcp/mod.js", + "from": "cartridges/domains/security/vordr-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/cross-cutting/nesy/nesy-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/security/secrets-mcp/adapter/secrets_adapter.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/cross-cutting/nesy/nesy-mcp/adapter/nesy_adapter.zig", + "from": "cartridges/domains/security/secrets-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/cross-cutting/health/boj-health-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/security/secrets-mcp/mod.js", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cartridges/cross-cutting/health/boj-health-mcp/ffi/boj_health_ffi.zig", + "from": "cartridges/domains/security/rokur-mcp/adapter/rokur_mcp_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 6.0 }, { - "from": "cartridges/cross-cutting/debug/dap-mcp/ffi/cartridge_shim.zig", + "from": "cartridges/domains/security/rokur-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cartridges/cross-cutting/debug/dap-mcp/adapter/dap_adapter.zig", + "from": "cartridges/domains/security/rokur-mcp/ffi/rokur_mcp_ffi.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/stack_parser.ex", + "from": "cartridges/domains/security/rokur-mcp/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex", + "from": "cartridges/domains/security/vext-mcp/adapter/vext_adapter.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/executor.ex", + "from": "cartridges/domains/security/vext-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 6.0 + }, + { + "from": "cartridges/domains/security/vext-mcp/mod.js", + "to": "OTP", + "relation": "framework", + "weight": 1.0 } ] }, @@ -8082,7 +8082,7 @@ "rows": [ { "source_category": "DynamicCodeExecution", - "sink_axis": "network", + "sink_axis": "memory", "severity_value": 3.5, "files": [ "site/assets/app.js" @@ -8090,162 +8090,174 @@ "frameworks": [ "OTP" ], - "relation": "DynamicCodeExecution->Network" + "relation": "DynamicCodeExecution->Memory" }, { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 5.0, + "source_category": "InsecureProtocol", + "sink_axis": "network", + "severity_value": 2.5, "files": [ - "tools/foundry/test/test-foundry.sh", - "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/rabbitmq.ex", - "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/redis_streams.ex", - "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", - "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/nats.ex", - "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/aws.ex", - "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", - "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", - "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", - "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/jaeger.ex", - "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", - "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/loki.ex", - "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/prometheus.ex", - "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/coq.ex", - "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", - "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", - "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", - "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", - "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", - "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", - "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", - "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", - "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", - "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", - "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", - "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", - "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/docker.ex", - "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", - "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/podman.ex", - "cartridges/domains/security/vault-mcp/tests/integration_test.sh", - "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/sops.ex", - "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/vault.ex", - "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "cartridges/domains/security/rokur-mcp/tests/integration_test.sh", - "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", - "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", - "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", - "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", - "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", - "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", - "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", - "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", - "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", - "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", - "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", - "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/test-contracts.sh", - "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex" + "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/adapter/executor_test.js" ], "frameworks": [ "OTP" ], - "relation": "CommandInjection->Cpu" + "relation": "InsecureProtocol->Network" }, { - "source_category": "UnsafeCode", + "source_category": "PanicPath", "sink_axis": "memory", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "cartridges/templates/gossamer-mcp/adapter/gossamer_adapter.zig", - "cartridges/domains/utilities/textkit-mcp/ffi/textkit_ffi.zig", - "cartridges/domains/gaming/npc-mcp/ffi/npc_mcp_ffi.zig", - "cartridges/domains/education/kategoria-mcp/ffi/kategoria_ffi.zig", - "cartridges/domains/config/conflow-mcp/ffi/conflow_ffi.zig", - "cartridges/domains/config/k9iser-mcp/adapter/k9iser_adapter.zig", - "cartridges/domains/infrastructure/hesiod-mcp/ffi/hesiod_ffi.zig", - "cartridges/domains/database/database-mcp/ffi/database_ffi.zig", - "cartridges/domains/knowledge/local-memory-mcp/ffi/local_memory_ffi.zig", - "cartridges/domains/community/feedback-mcp/ffi/feedback_ffi.zig", - "cartridges/domains/languages/orchestrator-lsp-mcp/ffi/zig/src/main.zig", - "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/coord_identity.zig", - "cartridges/cross-cutting/agentic/model-router-mcp/ffi/model_router_ffi.zig" + "tools/migrate_cartridges.rs", + "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/Extension.res" ], "frameworks": [ "OTP" ], - "relation": "UnsafeCode->Memory" + "relation": "PanicPath->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "memory", - "severity_value": 2.5, + "source_category": "HardcodedSecret", + "sink_axis": "network", + "severity_value": 5.0, "files": [ - "tools/migrate_cartridges.rs", - "cartridges/domains/languages/orchestrator-lsp-mcp/panels/src/Extension.res" + "cartridges/domains/project-management/linear-mcp/benchmarks/bench.js" ], "frameworks": [ "OTP" ], - "relation": "PanicPath->Memory" + "relation": "HardcodedSecret->Network" }, { - "source_category": "UnsafeFFI", + "source_category": "UnsafeCode", "sink_axis": "memory", "severity_value": 3.5, "files": [ + "cartridges/templates/gossamer-mcp/adapter/gossamer_adapter.zig", + "cartridges/cross-cutting/agentic/local-coord-mcp/ffi/coord_identity.zig", + "cartridges/cross-cutting/agentic/model-router-mcp/ffi/model_router_ffi.zig", + "cartridges/domains/education/kategoria-mcp/ffi/kategoria_ffi.zig", "cartridges/domains/database/database-mcp/ffi/database_ffi.zig", - "cartridges/cross-cutting/health/boj-health-mcp/ffi/boj_health_ffi.zig" + "cartridges/domains/knowledge/local-memory-mcp/ffi/local_memory_ffi.zig", + "cartridges/domains/languages/orchestrator-lsp-mcp/ffi/zig/src/main.zig", + "cartridges/domains/config/k9iser-mcp/adapter/k9iser_adapter.zig", + "cartridges/domains/config/conflow-mcp/ffi/conflow_ffi.zig", + "cartridges/domains/utilities/textkit-mcp/ffi/textkit_ffi.zig", + "cartridges/domains/gaming/npc-mcp/ffi/npc_mcp_ffi.zig", + "cartridges/domains/infrastructure/hesiod-mcp/ffi/hesiod_ffi.zig", + "cartridges/domains/community/feedback-mcp/ffi/feedback_ffi.zig" ], "frameworks": [ "OTP" ], - "relation": "UnsafeFFI->Memory" + "relation": "UnsafeCode->Memory" }, { - "source_category": "HardcodedSecret", - "sink_axis": "network", - "severity_value": 5.0, + "source_category": "DynamicCodeExecution", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "cartridges/domains/project-management/linear-mcp/benchmarks/bench.js" + "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", + "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", + "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", + "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", + "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/hover.ex", + "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", + "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", + "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/behaviour.ex" ], "frameworks": [ "OTP" ], - "relation": "HardcodedSecret->Network" + "relation": "DynamicCodeExecution->Cpu" }, { - "source_category": "DynamicCodeExecution", + "source_category": "CommandInjection", "sink_axis": "cpu", - "severity_value": 2.5, + "severity_value": 5.0, "files": [ + "tools/foundry/test/test-foundry.sh", + "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex", + "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/test-contracts.sh", + "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", + "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", + "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", + "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/jaeger.ex", + "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/loki.ex", + "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/prometheus.ex", + "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", + "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", + "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", + "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", + "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", + "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", + "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", + "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/coq.ex", + "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", + "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", + "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", + "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", + "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", + "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", + "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/aws.ex", + "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/podman.ex", + "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", + "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/docker.ex", "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", - "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", + "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/rabbitmq.ex", + "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/redis_streams.ex", + "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", + "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/nats.ex", + "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", + "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", + "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", + "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", + "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", + "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", + "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", - "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", - "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/hover.ex" + "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/vault.ex", + "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/sops.ex", + "cartridges/domains/security/vault-mcp/tests/integration_test.sh", + "cartridges/domains/security/rokur-mcp/tests/integration_test.sh" ], "frameworks": [ "OTP" ], - "relation": "DynamicCodeExecution->Cpu" + "relation": "CommandInjection->Cpu" }, { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "DynamicCodeExecution", + "sink_axis": "network", + "severity_value": 3.5, "files": [ - "tools/migrate_cartridges.rs" + "site/assets/app.js" ], "frameworks": [ "OTP" ], - "relation": "PanicPath->Disk" + "relation": "DynamicCodeExecution->Network" + }, + { + "source_category": "UnsafeFFI", + "sink_axis": "memory", + "severity_value": 3.5, + "files": [ + "cartridges/cross-cutting/health/boj-health-mcp/ffi/boj_health_ffi.zig", + "cartridges/domains/database/database-mcp/ffi/database_ffi.zig" + ], + "frameworks": [ + "OTP" + ], + "relation": "UnsafeFFI->Memory" }, { "source_category": "MutationGap", @@ -8263,88 +8275,26 @@ "relation": "MutationGap->Cpu" }, { - "source_category": "CommandInjection", + "source_category": "PanicPath", "sink_axis": "disk", - "severity_value": 5.0, - "files": [ - "tools/foundry/test/test-foundry.sh", - "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/rabbitmq.ex", - "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/redis_streams.ex", - "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", - "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/nats.ex", - "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/aws.ex", - "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", - "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", - "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", - "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/jaeger.ex", - "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", - "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/loki.ex", - "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/prometheus.ex", - "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/coq.ex", - "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", - "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", - "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", - "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", - "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", - "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", - "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", - "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", - "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", - "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", - "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", - "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", - "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/docker.ex", - "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", - "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/podman.ex", - "cartridges/domains/security/vault-mcp/tests/integration_test.sh", - "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/sops.ex", - "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/vault.ex", - "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "cartridges/domains/security/rokur-mcp/tests/integration_test.sh", - "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", - "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", - "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", - "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", - "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", - "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", - "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", - "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", - "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", - "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", - "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", - "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", - "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/test-contracts.sh", - "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex" - ], - "frameworks": [ - "OTP" - ], - "relation": "CommandInjection->Disk" - }, - { - "source_category": "InsecureProtocol", - "sink_axis": "network", "severity_value": 2.5, "files": [ - "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/adapter/executor_test.js" + "tools/migrate_cartridges.rs" ], "frameworks": [ "OTP" ], - "relation": "InsecureProtocol->Network" + "relation": "PanicPath->Disk" }, { "source_category": "InputBoundary", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "tools/validate-cartridges/main.js", "tools/cartridge-minter/mint.test.js", - "cartridges/domains/productivity/google-sheets-mcp/mod.js", - "cartridges/domains/productivity/airtable-mcp/mod.js" + "tools/validate-cartridges/main.js", + "cartridges/domains/productivity/airtable-mcp/mod.js", + "cartridges/domains/productivity/google-sheets-mcp/mod.js" ], "frameworks": [ "OTP" @@ -8352,16 +8302,66 @@ "relation": "InputBoundary->Cpu" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 5.0, "files": [ - "site/assets/app.js" + "tools/foundry/test/test-foundry.sh", + "cartridges/cross-cutting/orchestration/stack-orchestrator-mcp/_source-archive/elixir-lib/orchestrator/lsp_client.ex", + "cartridges/cross-cutting/agentic/local-coord-mcp/schemas/test-contracts.sh", + "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitea.ex", + "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/gitlab.ex", + "cartridges/domains/development/git-lsp/_source-archive/elixir-lib/adapters/github.ex", + "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/jaeger.ex", + "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/loki.ex", + "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/prometheus.ex", + "cartridges/domains/observability/observe-lsp/_source-archive/elixir-lib/adapters/grafana.ex", + "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/sqlite.ex", + "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mongodb.ex", + "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/mysql.ex", + "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/redis.ex", + "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/neo4j.ex", + "cartridges/domains/database/database-lsp/_source-archive/elixir-lib/adapters/postgresql.ex", + "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/coq.ex", + "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/isabelle.ex", + "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/lean.ex", + "cartridges/domains/formal-verification/proof-lsp/_source-archive/elixir-lib/adapters/agda.ex", + "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/gcp.ex", + "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/azure.ex", + "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/digitalocean.ex", + "cartridges/domains/cloud/cloud-lsp/_source-archive/elixir-lib/adapters/aws.ex", + "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/podman.ex", + "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/nerdctl.ex", + "cartridges/domains/container/container-lsp/_source-archive/elixir-lib/adapters/docker.ex", + "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/helm.ex", + "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kubectl.ex", + "cartridges/domains/container/k8s-lsp/_source-archive/elixir-lib/adapters/kustomize.ex", + "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/rabbitmq.ex", + "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/redis_streams.ex", + "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/behaviour.ex", + "cartridges/domains/messaging/queues-lsp/_source-archive/elixir-lib/adapters/nats.ex", + "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/zola.ex", + "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hakyll.ex", + "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/mdbook.ex", + "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/franklin.ex", + "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/jekyll.ex", + "cartridges/domains/web/ssg-lsp/_source-archive/elixir-lib/adapters/hugo.ex", + "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/pulumi.ex", + "cartridges/domains/infrastructure/iac-lsp/_source-archive/elixir-lib/adapters/opentofu.ex", + "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/lsp/handlers/diagnostics.ex", + "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/vault.ex", + "cartridges/domains/security/secrets-lsp/_source-archive/elixir-lib/adapters/sops.ex", + "cartridges/domains/security/vault-mcp/tests/integration_test.sh", + "cartridges/domains/security/rokur-mcp/tests/integration_test.sh" ], "frameworks": [ "OTP" ], - "relation": "DynamicCodeExecution->Memory" + "relation": "CommandInjection->Disk" } ] } diff --git a/scans/boj-server.json b/scans/boj-server.json index 6b35e7d2..2cc96173 100644 --- a/scans/boj-server.json +++ b/scans/boj-server.json @@ -8,25 +8,70 @@ ], "weak_points": [ { - "category": "UnboundedAllocation", - "location": "tray/src/server.rs", - "file": "tray/src/server.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in tray/src/server.rs", + "category": "DynamicCodeExecution", + "location": "mcp-bridge/lib/security.js", + "file": "mcp-bridge/lib/security.js", + "severity": "Critical", + "description": "eval() usage in mcp-bridge/lib/security.js", "recommended_attack": [ - "memory", - "cpu" + "cpu", + "memory" ], + "suppressed": true, "test_context": "production" }, + { + "category": "UnsafeCode", + "location": "tests/fixtures/cartridges/feedback-mcp/ffi/feedback_ffi.zig", + "file": "tests/fixtures/cartridges/feedback-mcp/ffi/feedback_ffi.zig", + "severity": "High", + "description": "1 unsafe pointer casts in tests/fixtures/cartridges/feedback-mcp/ffi/feedback_ffi.zig", + "recommended_attack": [ + "memory" + ], + "test_context": "test_only" + }, { "category": "CommandInjection", - "location": "elixir/lib/boj_rest/invoker.ex", - "file": "elixir/lib/boj_rest/invoker.ex", + "location": "tests/aspect_tests.sh", + "file": "tests/aspect_tests.sh", "severity": "Medium", - "description": "System command execution in elixir/lib/boj_rest/invoker.ex", + "description": "27 potentially unquoted variable expansions in tests/aspect_tests.sh", "recommended_attack": [ - "cpu", + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "InsecureProtocol", + "location": "tests/aspect_security_test.zig", + "file": "tests/aspect_security_test.zig", + "severity": "Medium", + "description": "2 HTTP (non-HTTPS) URLs in tests/aspect_security_test.zig", + "recommended_attack": [ + "network" + ], + "test_context": "test_only" + }, + { + "category": "HardcodedSecret", + "location": "tests/aspect_security_test.zig", + "file": "tests/aspect_security_test.zig", + "severity": "Critical", + "description": "Possible hardcoded secret in tests/aspect_security_test.zig", + "recommended_attack": [ + "network" + ], + "test_context": "test_only" + }, + { + "category": "PanicPath", + "location": "coord-tui/src/main.rs", + "file": "coord-tui/src/main.rs", + "severity": "Medium", + "description": "1 panic sites and 0 unwrap/expect calls in coord-tui/src/main.rs", + "recommended_attack": [ + "memory", "disk" ], "test_context": "production" @@ -44,10 +89,10 @@ }, { "category": "CommandInjection", - "location": "elixir/lib/boj_rest/js_invoker.ex", - "file": "elixir/lib/boj_rest/js_invoker.ex", + "location": "elixir/lib/boj_rest/js_worker.ex", + "file": "elixir/lib/boj_rest/js_worker.ex", "severity": "Medium", - "description": "System command execution in elixir/lib/boj_rest/js_invoker.ex", + "description": "System command execution in elixir/lib/boj_rest/js_worker.ex", "recommended_attack": [ "cpu", "disk" @@ -56,10 +101,10 @@ }, { "category": "CommandInjection", - "location": "elixir/lib/boj_rest/js_worker.ex", - "file": "elixir/lib/boj_rest/js_worker.ex", + "location": "elixir/lib/boj_rest/invoker.ex", + "file": "elixir/lib/boj_rest/invoker.ex", "severity": "Medium", - "description": "System command execution in elixir/lib/boj_rest/js_worker.ex", + "description": "System command execution in elixir/lib/boj_rest/invoker.ex", "recommended_attack": [ "cpu", "disk" @@ -67,23 +112,23 @@ "test_context": "production" }, { - "category": "MutationGap", - "location": "elixir/test/catalog_test.exs", - "file": "elixir/test/catalog_test.exs", - "severity": "Low", - "description": "Elixir test file elixir/test/catalog_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": "elixir/lib/boj_rest/js_invoker.ex", + "file": "elixir/lib/boj_rest/js_invoker.ex", + "severity": "Medium", + "description": "System command execution in elixir/lib/boj_rest/js_invoker.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { "category": "MutationGap", - "location": "elixir/test/node_key_test.exs", - "file": "elixir/test/node_key_test.exs", + "location": "elixir/test/aspect_test.exs", + "file": "elixir/test/aspect_test.exs", "severity": "Low", - "description": "Elixir test file elixir/test/node_key_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir/test/aspect_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -92,10 +137,10 @@ }, { "category": "MutationGap", - "location": "elixir/test/router_test.exs", - "file": "elixir/test/router_test.exs", + "location": "elixir/test/contract_test.exs", + "file": "elixir/test/contract_test.exs", "severity": "Low", - "description": "Elixir test file elixir/test/router_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir/test/contract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -114,10 +159,10 @@ }, { "category": "MutationGap", - "location": "elixir/test/js_invoker_test.exs", - "file": "elixir/test/js_invoker_test.exs", + "location": "elixir/test/invoker_test.exs", + "file": "elixir/test/invoker_test.exs", "severity": "Low", - "description": "Elixir test file elixir/test/js_invoker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir/test/invoker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -125,10 +170,10 @@ }, { "category": "MutationGap", - "location": "elixir/test/phase_c_seam_test.exs", - "file": "elixir/test/phase_c_seam_test.exs", + "location": "elixir/test/router_test.exs", + "file": "elixir/test/router_test.exs", "severity": "Low", - "description": "Elixir test file elixir/test/phase_c_seam_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir/test/router_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -136,32 +181,34 @@ }, { "category": "MutationGap", - "location": "elixir/test/contract_test.exs", - "file": "elixir/test/contract_test.exs", + "location": "elixir/test/catalog_test.exs", + "file": "elixir/test/catalog_test.exs", "severity": "Low", - "description": "Elixir test file elixir/test/contract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir/test/catalog_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir/test/application_test.exs", - "file": "elixir/test/application_test.exs", + "location": "elixir/test/node_key_test.exs", + "file": "elixir/test/node_key_test.exs", "severity": "Low", - "description": "Elixir test file elixir/test/application_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir/test/node_key_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir/test/credential_decryptor_test.exs", - "file": "elixir/test/credential_decryptor_test.exs", + "location": "elixir/test/js_invoker_test.exs", + "file": "elixir/test/js_invoker_test.exs", "severity": "Low", - "description": "Elixir test file elixir/test/credential_decryptor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir/test/js_invoker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -169,14 +216,13 @@ }, { "category": "MutationGap", - "location": "elixir/test/aspect_test.exs", - "file": "elixir/test/aspect_test.exs", + "location": "elixir/test/application_test.exs", + "file": "elixir/test/application_test.exs", "severity": "Low", - "description": "Elixir test file elixir/test/aspect_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir/test/application_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { @@ -192,26 +238,25 @@ }, { "category": "MutationGap", - "location": "elixir/test/invoker_test.exs", - "file": "elixir/test/invoker_test.exs", + "location": "elixir/test/phase_c_seam_test.exs", + "file": "elixir/test/phase_c_seam_test.exs", "severity": "Low", - "description": "Elixir test file elixir/test/invoker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir/test/phase_c_seam_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "PanicPath", - "location": "coord-tui/src/main.rs", - "file": "coord-tui/src/main.rs", - "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in coord-tui/src/main.rs", + "category": "MutationGap", + "location": "elixir/test/credential_decryptor_test.exs", + "file": "elixir/test/credential_decryptor_test.exs", + "severity": "Low", + "description": "Elixir test file elixir/test/credential_decryptor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "CommandInjection", @@ -224,61 +269,6 @@ ], "test_context": "production" }, - { - "category": "UnsafeCode", - "location": "tests/fixtures/cartridges/feedback-mcp/ffi/feedback_ffi.zig", - "file": "tests/fixtures/cartridges/feedback-mcp/ffi/feedback_ffi.zig", - "severity": "High", - "description": "1 unsafe pointer casts in tests/fixtures/cartridges/feedback-mcp/ffi/feedback_ffi.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "test_only" - }, - { - "category": "InsecureProtocol", - "location": "tests/aspect_security_test.zig", - "file": "tests/aspect_security_test.zig", - "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in tests/aspect_security_test.zig", - "recommended_attack": [ - "network" - ], - "test_context": "test_only" - }, - { - "category": "HardcodedSecret", - "location": "tests/aspect_security_test.zig", - "file": "tests/aspect_security_test.zig", - "severity": "Critical", - "description": "Possible hardcoded secret in tests/aspect_security_test.zig", - "recommended_attack": [ - "network" - ], - "test_context": "test_only" - }, - { - "category": "CommandInjection", - "location": "tests/aspect_tests.sh", - "file": "tests/aspect_tests.sh", - "severity": "Medium", - "description": "27 potentially unquoted variable expansions in tests/aspect_tests.sh", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "ProofDrift", - "location": "src/abi/Boj/SafetyLemmas.idr", - "file": "src/abi/Boj/SafetyLemmas.idr", - "severity": "Critical", - "description": "4 believe_me (banned proof escape hatch — type checker bypass) in src/abi/Boj/SafetyLemmas.idr", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "InsecureProtocol", "location": "ffi/zig/src/verisimdb.zig", @@ -302,16 +292,26 @@ "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "mcp-bridge/lib/security.js", - "file": "mcp-bridge/lib/security.js", + "category": "ProofDrift", + "location": "src/abi/Boj/SafetyLemmas.idr", + "file": "src/abi/Boj/SafetyLemmas.idr", "severity": "Critical", - "description": "eval() usage in mcp-bridge/lib/security.js", + "description": "4 believe_me (banned proof escape hatch — type checker bypass) in src/abi/Boj/SafetyLemmas.idr", "recommended_attack": [ - "cpu", "memory" ], - "suppressed": true, + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "tray/src/server.rs", + "file": "tray/src/server.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in tray/src/server.rs", + "recommended_attack": [ + "memory", + "cpu" + ], "test_context": "production" } ], @@ -326,104 +326,113 @@ }, "file_statistics": [ { - "file_path": "tray/src/server.rs", - "lines": 149, + "file_path": "mcp-bridge/tests/http_transport_test.js", + "lines": 333, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "elixir/lib/boj_rest/catalog.ex", - "lines": 147, + "file_path": "mcp-bridge/lib/otel.js", + "lines": 234, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 2, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "elixir/lib/boj_rest/js_invoker.ex", - "lines": 167, + "file_path": "mcp-bridge/lib/api-clients.js", + "lines": 318, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 8, + "threading_constructs": 0 }, { - "file_path": "elixir/lib/boj_rest/js_worker.ex", - "lines": 139, + "file_path": "mcp-bridge/lib/dispatcher.js", + "lines": 401, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "elixir/lib/boj_rest/node_key.ex", - "lines": 138, + "file_path": "mcp-bridge/main.d.affine", + "lines": 33, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 2, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "elixir/test/catalog_test.exs", - "lines": 254, + "file_path": "site/assets/app.js", + "lines": 253, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "elixir/test/node_key_test.exs", - "lines": 111, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "elixir/test/aspect_test.exs", - "lines": 195, + "file_path": "tests/federation_multinode.sh", + "lines": 186, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 11, + "threading_constructs": 0 }, { - "file_path": "site/assets/app.js", - "lines": 253, + "file_path": "tests/fixtures/cartridges/feedback-mcp/ffi/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 3 + }, + { + "file_path": "tests/fixtures/cartridges/feedback-mcp/ffi/feedback_ffi.zig", + "lines": 447, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "container/entrypoint.sh", - "lines": 144, + "file_path": "tests/e2e_full.sh", + "lines": 337, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 16, "threading_constructs": 0 }, { @@ -458,88 +467,78 @@ "threading_constructs": 0 }, { - "file_path": "scripts/check-shebang-first.sh", - "lines": 42, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "scripts/cloudflare/CreatePagesProject.affine", - "lines": 85, + "file_path": "elixir/lib/boj_rest/catalog.ex", + "lines": 147, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 2, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "scripts/hcg-surface-drift-check.sh", - "lines": 259, + "file_path": "elixir/lib/boj_rest/js_worker.ex", + "lines": 139, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "scripts/hcg-policy-smoke.sh", - "lines": 320, + "file_path": "elixir/lib/boj_rest/node_key.ex", + "lines": 138, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, - "threading_constructs": 0 + "allocation_sites": 1, + "io_operations": 2, + "threading_constructs": 1 }, { - "file_path": "scripts/boj-health-check.sh", - "lines": 21, + "file_path": "elixir/lib/boj_rest/js_invoker.ex", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "scripts/maintenance/perms-state.sh", - "lines": 241, + "file_path": "elixir/test/aspect_test.exs", + "lines": 195, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "scripts/maintenance/run-maintenance.sh", - "lines": 612, + "file_path": "elixir/test/catalog_test.exs", + "lines": 254, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/datasets/integrate-datasets.sh", - "lines": 45, + "file_path": "elixir/test/node_key_test.exs", + "lines": 111, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/hcg-spec-coverage-check.sh", - "lines": 309, + "file_path": "scripts/boj-health-check.sh", + "lines": 21, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -547,119 +546,89 @@ "io_operations": 1, "threading_constructs": 0 }, - { - "file_path": "tests/fixtures/cartridges/feedback-mcp/ffi/cartridge_shim.zig", - "lines": 256, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 - }, - { - "file_path": "tests/fixtures/cartridges/feedback-mcp/ffi/feedback_ffi.zig", - "lines": 447, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "tests/federation_multinode.sh", - "lines": 186, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 11, - "threading_constructs": 0 - }, - { - "file_path": "tests/e2e_full.sh", - "lines": 337, + { + "file_path": "scripts/check-shebang-first.sh", + "lines": 42, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 16, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/abi/Boj/SafetyLemmas.idr", - "lines": 299, - "unsafe_blocks": 4, + "file_path": "scripts/hcg-surface-drift-check.sh", + "lines": 259, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/abi/Boj/SafeCORS.idr", - "lines": 203, - "unsafe_blocks": 2, + "file_path": "scripts/hcg-spec-coverage-check.sh", + "lines": 309, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/abi/Boj/SafePromptInjection.idr", - "lines": 257, - "unsafe_blocks": 2, + "file_path": "scripts/datasets/integrate-datasets.sh", + "lines": 45, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "src/abi/Boj/SafeWebSocket.idr", - "lines": 291, - "unsafe_blocks": 3, + "file_path": "scripts/maintenance/perms-state.sh", + "lines": 241, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/abi/Boj/Safety.idr", - "lines": 185, - "unsafe_blocks": 4, + "file_path": "scripts/maintenance/run-maintenance.sh", + "lines": 612, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/abi/Boj/SafeHTTP.idr", - "lines": 329, - "unsafe_blocks": 3, + "file_path": "scripts/hcg-policy-smoke.sh", + "lines": 320, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "src/abi/Boj/SafeAPIKey.idr", - "lines": 244, - "unsafe_blocks": 3, + "file_path": "scripts/cloudflare/CreatePagesProject.affine", + "lines": 85, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/boj_invoke_cli.zig", - "lines": 191, + "file_path": "container/entrypoint.sh", + "lines": 144, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -678,23 +647,23 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/verisimdb.zig", - "lines": 819, + "file_path": "ffi/zig/src/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, - "panic_sites": 2, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "ffi/zig/src/loader.zig", - "lines": 750, + "file_path": "ffi/zig/src/verisimdb.zig", + "lines": 819, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 2, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 15, + "io_operations": 0, "threading_constructs": 0 }, { @@ -707,6 +676,16 @@ "io_operations": 0, "threading_constructs": 4 }, + { + "file_path": "ffi/zig/src/boj_invoke_cli.zig", + "lines": 191, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 + }, { "file_path": "ffi/zig/src/federation.zig", "lines": 3207, @@ -718,14 +697,14 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/cartridge_shim.zig", - "lines": 256, + "file_path": "ffi/zig/src/loader.zig", + "lines": 750, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 15, + "threading_constructs": 0 }, { "file_path": "ffi/zig/src/abi_verify.zig", @@ -738,143 +717,164 @@ "threading_constructs": 2 }, { - "file_path": "mcp-bridge/lib/dispatcher.js", - "lines": 401, + "file_path": "docs/outreach/vps-redeploy.sh", + "lines": 42, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "mcp-bridge/lib/otel.js", - "lines": 234, - "unsafe_blocks": 0, + "file_path": "src/abi/Boj/SafeHTTP.idr", + "lines": 329, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "mcp-bridge/lib/api-clients.js", - "lines": 318, - "unsafe_blocks": 0, + "file_path": "src/abi/Boj/SafePromptInjection.idr", + "lines": 257, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "mcp-bridge/tests/http_transport_test.js", - "lines": 333, - "unsafe_blocks": 0, + "file_path": "src/abi/Boj/SafetyLemmas.idr", + "lines": 299, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "mcp-bridge/main.d.affine", - "lines": 33, - "unsafe_blocks": 0, + "file_path": "src/abi/Boj/SafeCORS.idr", + "lines": 203, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "docs/outreach/vps-redeploy.sh", - "lines": 42, - "unsafe_blocks": 0, + "file_path": "src/abi/Boj/Safety.idr", + "lines": 185, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/abi/Boj/SafeWebSocket.idr", + "lines": 291, + "unsafe_blocks": 3, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "src/abi/Boj/SafeAPIKey.idr", + "lines": 244, + "unsafe_blocks": 3, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "tray/src/server.rs", + "lines": 149, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", - "disk", "network", "concurrency", + "cpu", + "disk", "memory" ], "dependency_graph": { "edges": [ { - "from": "elixir/test/catalog_test.exs", - "to": "elixir/test/node_key_test.exs", - "relation": "shared_dir:elixir/test", + "from": "tests/fixtures/cartridges/feedback-mcp/ffi/cartridge_shim.zig", + "to": "tests/fixtures/cartridges/feedback-mcp/ffi/feedback_ffi.zig", + "relation": "shared_dir:tests/fixtures/cartridges/feedback-mcp/ffi", "weight": 1.0 }, { - "from": "elixir/test/node_key_test.exs", - "to": "elixir/test/aspect_test.exs", - "relation": "shared_dir:elixir/test", + "from": "mcp-bridge/lib/otel.js", + "to": "mcp-bridge/lib/api-clients.js", + "relation": "shared_dir:mcp-bridge/lib", "weight": 1.0 }, { - "from": "mcp-bridge/lib/dispatcher.js", - "to": "mcp-bridge/lib/otel.js", + "from": "mcp-bridge/lib/api-clients.js", + "to": "mcp-bridge/lib/dispatcher.js", "relation": "shared_dir:mcp-bridge/lib", "weight": 1.0 }, { - "from": "mcp-bridge/lib/otel.js", - "to": "mcp-bridge/lib/api-clients.js", - "relation": "shared_dir:mcp-bridge/lib", + "from": "elixir/test/aspect_test.exs", + "to": "elixir/test/catalog_test.exs", + "relation": "shared_dir:elixir/test", "weight": 1.0 }, { - "from": "src/abi/Boj/SafetyLemmas.idr", - "to": "src/abi/Boj/SafeCORS.idr", - "relation": "shared_dir:src/abi/Boj", + "from": "elixir/test/catalog_test.exs", + "to": "elixir/test/node_key_test.exs", + "relation": "shared_dir:elixir/test", "weight": 1.0 }, { - "from": "src/abi/Boj/SafeCORS.idr", - "to": "src/abi/Boj/SafePromptInjection.idr", - "relation": "shared_dir:src/abi/Boj", + "from": "elixir/lib/boj_rest/catalog.ex", + "to": "elixir/lib/boj_rest/js_worker.ex", + "relation": "shared_dir:elixir/lib/boj_rest", "weight": 1.0 }, { - "from": "src/abi/Boj/SafePromptInjection.idr", - "to": "src/abi/Boj/SafeWebSocket.idr", - "relation": "shared_dir:src/abi/Boj", + "from": "elixir/lib/boj_rest/js_worker.ex", + "to": "elixir/lib/boj_rest/node_key.ex", + "relation": "shared_dir:elixir/lib/boj_rest", "weight": 1.0 }, { - "from": "src/abi/Boj/SafeWebSocket.idr", - "to": "src/abi/Boj/Safety.idr", - "relation": "shared_dir:src/abi/Boj", + "from": "elixir/lib/boj_rest/node_key.ex", + "to": "elixir/lib/boj_rest/js_invoker.ex", + "relation": "shared_dir:elixir/lib/boj_rest", "weight": 1.0 }, { - "from": "src/abi/Boj/Safety.idr", - "to": "src/abi/Boj/SafeHTTP.idr", - "relation": "shared_dir:src/abi/Boj", + "from": "scripts/maintenance/perms-state.sh", + "to": "scripts/maintenance/run-maintenance.sh", + "relation": "shared_dir:scripts/maintenance", "weight": 1.0 }, { - "from": "src/abi/Boj/SafeHTTP.idr", - "to": "src/abi/Boj/SafeAPIKey.idr", - "relation": "shared_dir:src/abi/Boj", + "from": "scripts/boj-health-check.sh", + "to": "scripts/check-shebang-first.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { @@ -885,216 +885,228 @@ }, { "from": "scripts/hcg-surface-drift-check.sh", + "to": "scripts/hcg-spec-coverage-check.sh", + "relation": "shared_dir:scripts", + "weight": 1.0 + }, + { + "from": "scripts/hcg-spec-coverage-check.sh", "to": "scripts/hcg-policy-smoke.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/hcg-policy-smoke.sh", - "to": "scripts/boj-health-check.sh", - "relation": "shared_dir:scripts", + "from": "src/abi/Boj/SafeHTTP.idr", + "to": "src/abi/Boj/SafePromptInjection.idr", + "relation": "shared_dir:src/abi/Boj", + "weight": 1.0 + }, + { + "from": "src/abi/Boj/SafePromptInjection.idr", + "to": "src/abi/Boj/SafetyLemmas.idr", + "relation": "shared_dir:src/abi/Boj", + "weight": 1.0 + }, + { + "from": "src/abi/Boj/SafetyLemmas.idr", + "to": "src/abi/Boj/SafeCORS.idr", + "relation": "shared_dir:src/abi/Boj", + "weight": 1.0 + }, + { + "from": "src/abi/Boj/SafeCORS.idr", + "to": "src/abi/Boj/Safety.idr", + "relation": "shared_dir:src/abi/Boj", + "weight": 1.0 + }, + { + "from": "src/abi/Boj/Safety.idr", + "to": "src/abi/Boj/SafeWebSocket.idr", + "relation": "shared_dir:src/abi/Boj", "weight": 1.0 }, { - "from": "scripts/boj-health-check.sh", - "to": "scripts/hcg-spec-coverage-check.sh", - "relation": "shared_dir:scripts", + "from": "src/abi/Boj/SafeWebSocket.idr", + "to": "src/abi/Boj/SafeAPIKey.idr", + "relation": "shared_dir:src/abi/Boj", "weight": 1.0 }, { - "from": "scripts/maintenance/perms-state.sh", - "to": "scripts/maintenance/run-maintenance.sh", - "relation": "shared_dir:scripts/maintenance", + "from": "tests/federation_multinode.sh", + "to": "tests/e2e_full.sh", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "ffi/zig/src/boj_invoke_cli.zig", - "to": "ffi/zig/src/readiness.zig", + "from": "ffi/zig/src/readiness.zig", + "to": "ffi/zig/src/cartridge_shim.zig", "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "ffi/zig/src/readiness.zig", + "from": "ffi/zig/src/cartridge_shim.zig", "to": "ffi/zig/src/verisimdb.zig", "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { "from": "ffi/zig/src/verisimdb.zig", - "to": "ffi/zig/src/loader.zig", + "to": "ffi/zig/src/seams.zig", "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "ffi/zig/src/loader.zig", - "to": "ffi/zig/src/seams.zig", + "from": "ffi/zig/src/seams.zig", + "to": "ffi/zig/src/boj_invoke_cli.zig", "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "ffi/zig/src/seams.zig", + "from": "ffi/zig/src/boj_invoke_cli.zig", "to": "ffi/zig/src/federation.zig", "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { "from": "ffi/zig/src/federation.zig", - "to": "ffi/zig/src/cartridge_shim.zig", + "to": "ffi/zig/src/loader.zig", "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "ffi/zig/src/cartridge_shim.zig", + "from": "ffi/zig/src/loader.zig", "to": "ffi/zig/src/abi_verify.zig", "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "tests/fixtures/cartridges/feedback-mcp/ffi/cartridge_shim.zig", - "to": "tests/fixtures/cartridges/feedback-mcp/ffi/feedback_ffi.zig", - "relation": "shared_dir:tests/fixtures/cartridges/feedback-mcp/ffi", - "weight": 1.0 - }, - { - "from": "elixir/lib/boj_rest/catalog.ex", - "to": "elixir/lib/boj_rest/js_invoker.ex", - "relation": "shared_dir:elixir/lib/boj_rest", - "weight": 1.0 - }, - { - "from": "elixir/lib/boj_rest/js_invoker.ex", - "to": "elixir/lib/boj_rest/js_worker.ex", - "relation": "shared_dir:elixir/lib/boj_rest", - "weight": 1.0 - }, - { - "from": "elixir/lib/boj_rest/js_worker.ex", - "to": "elixir/lib/boj_rest/node_key.ex", - "relation": "shared_dir:elixir/lib/boj_rest", + "from": "mcp-bridge/tests/http_transport_test.js", + "to": "OTP", + "relation": "framework", "weight": 1.0 }, { - "from": "tests/federation_multinode.sh", - "to": "tests/e2e_full.sh", - "relation": "shared_dir:tests", + "from": "mcp-bridge/tests/http_transport_test.js", + "to": "WebServer", + "relation": "framework", "weight": 1.0 }, { - "from": "tray/src/server.rs", + "from": "mcp-bridge/lib/otel.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tray/src/server.rs", + "from": "mcp-bridge/lib/otel.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir/lib/boj_rest/catalog.ex", + "from": "mcp-bridge/lib/api-clients.js", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elixir/lib/boj_rest/catalog.ex", + "from": "mcp-bridge/lib/api-clients.js", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elixir/lib/boj_rest/js_invoker.ex", + "from": "mcp-bridge/lib/dispatcher.js", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elixir/lib/boj_rest/js_invoker.ex", + "from": "mcp-bridge/lib/dispatcher.js", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elixir/lib/boj_rest/js_worker.ex", + "from": "mcp-bridge/main.d.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elixir/lib/boj_rest/js_worker.ex", + "from": "mcp-bridge/main.d.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elixir/lib/boj_rest/node_key.ex", + "from": "site/assets/app.js", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elixir/lib/boj_rest/node_key.ex", + "from": "site/assets/app.js", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elixir/test/catalog_test.exs", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir/test/catalog_test.exs", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir/test/node_key_test.exs", + "from": "tests/federation_multinode.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir/test/node_key_test.exs", + "from": "tests/federation_multinode.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir/test/aspect_test.exs", + "from": "tests/fixtures/cartridges/feedback-mcp/ffi/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "elixir/test/aspect_test.exs", + "from": "tests/fixtures/cartridges/feedback-mcp/ffi/cartridge_shim.zig", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "site/assets/app.js", + "from": "tests/fixtures/cartridges/feedback-mcp/ffi/feedback_ffi.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "site/assets/app.js", + "from": "tests/fixtures/cartridges/feedback-mcp/ffi/feedback_ffi.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "container/entrypoint.sh", + "from": "tests/e2e_full.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "container/entrypoint.sh", + "from": "tests/e2e_full.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -1136,253 +1148,205 @@ "weight": 2.0 }, { - "from": "scripts/check-shebang-first.sh", + "from": "elixir/lib/boj_rest/catalog.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/check-shebang-first.sh", + "from": "elixir/lib/boj_rest/catalog.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/cloudflare/CreatePagesProject.affine", + "from": "elixir/lib/boj_rest/js_worker.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/cloudflare/CreatePagesProject.affine", + "from": "elixir/lib/boj_rest/js_worker.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/hcg-surface-drift-check.sh", + "from": "elixir/lib/boj_rest/node_key.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/hcg-surface-drift-check.sh", + "from": "elixir/lib/boj_rest/node_key.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/hcg-policy-smoke.sh", + "from": "elixir/lib/boj_rest/js_invoker.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/hcg-policy-smoke.sh", + "from": "elixir/lib/boj_rest/js_invoker.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/boj-health-check.sh", + "from": "elixir/test/aspect_test.exs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "scripts/boj-health-check.sh", + "from": "elixir/test/aspect_test.exs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "scripts/maintenance/perms-state.sh", + "from": "elixir/test/catalog_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/maintenance/perms-state.sh", + "from": "elixir/test/catalog_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/maintenance/run-maintenance.sh", + "from": "elixir/test/node_key_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/maintenance/run-maintenance.sh", + "from": "elixir/test/node_key_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/datasets/integrate-datasets.sh", + "from": "scripts/boj-health-check.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/datasets/integrate-datasets.sh", + "from": "scripts/boj-health-check.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/hcg-spec-coverage-check.sh", + "from": "scripts/check-shebang-first.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/hcg-spec-coverage-check.sh", + "from": "scripts/check-shebang-first.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/fixtures/cartridges/feedback-mcp/ffi/cartridge_shim.zig", - "to": "OTP", - "relation": "framework", - "weight": 6.0 - }, - { - "from": "tests/fixtures/cartridges/feedback-mcp/ffi/cartridge_shim.zig", - "to": "WebServer", - "relation": "framework", - "weight": 6.0 - }, - { - "from": "tests/fixtures/cartridges/feedback-mcp/ffi/feedback_ffi.zig", - "to": "OTP", - "relation": "framework", - "weight": 3.0 - }, - { - "from": "tests/fixtures/cartridges/feedback-mcp/ffi/feedback_ffi.zig", - "to": "WebServer", - "relation": "framework", - "weight": 3.0 - }, - { - "from": "tests/federation_multinode.sh", + "from": "scripts/hcg-surface-drift-check.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tests/federation_multinode.sh", + "from": "scripts/hcg-surface-drift-check.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e_full.sh", + "from": "scripts/hcg-spec-coverage-check.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e_full.sh", + "from": "scripts/hcg-spec-coverage-check.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/abi/Boj/SafetyLemmas.idr", - "to": "OTP", - "relation": "framework", - "weight": 12.0 - }, - { - "from": "src/abi/Boj/SafetyLemmas.idr", - "to": "WebServer", - "relation": "framework", - "weight": 12.0 - }, - { - "from": "src/abi/Boj/SafeCORS.idr", - "to": "OTP", - "relation": "framework", - "weight": 6.0 - }, - { - "from": "src/abi/Boj/SafeCORS.idr", - "to": "WebServer", - "relation": "framework", - "weight": 6.0 - }, - { - "from": "src/abi/Boj/SafePromptInjection.idr", + "from": "scripts/datasets/integrate-datasets.sh", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "src/abi/Boj/SafePromptInjection.idr", + "from": "scripts/datasets/integrate-datasets.sh", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "src/abi/Boj/SafeWebSocket.idr", + "from": "scripts/maintenance/perms-state.sh", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "src/abi/Boj/SafeWebSocket.idr", + "from": "scripts/maintenance/perms-state.sh", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "src/abi/Boj/Safety.idr", + "from": "scripts/maintenance/run-maintenance.sh", "to": "OTP", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "src/abi/Boj/Safety.idr", + "from": "scripts/maintenance/run-maintenance.sh", "to": "WebServer", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "src/abi/Boj/SafeHTTP.idr", + "from": "scripts/hcg-policy-smoke.sh", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "src/abi/Boj/SafeHTTP.idr", + "from": "scripts/hcg-policy-smoke.sh", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "src/abi/Boj/SafeAPIKey.idr", + "from": "scripts/cloudflare/CreatePagesProject.affine", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "src/abi/Boj/SafeAPIKey.idr", + "from": "scripts/cloudflare/CreatePagesProject.affine", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/boj_invoke_cli.zig", + "from": "container/entrypoint.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/boj_invoke_cli.zig", + "from": "container/entrypoint.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -1400,28 +1364,28 @@ "weight": 4.0 }, { - "from": "ffi/zig/src/verisimdb.zig", + "from": "ffi/zig/src/cartridge_shim.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "ffi/zig/src/verisimdb.zig", + "from": "ffi/zig/src/cartridge_shim.zig", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "ffi/zig/src/loader.zig", + "from": "ffi/zig/src/verisimdb.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "ffi/zig/src/loader.zig", + "from": "ffi/zig/src/verisimdb.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { "from": "ffi/zig/src/seams.zig", @@ -1435,6 +1399,18 @@ "relation": "framework", "weight": 10.0 }, + { + "from": "ffi/zig/src/boj_invoke_cli.zig", + "to": "OTP", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "ffi/zig/src/boj_invoke_cli.zig", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 + }, { "from": "ffi/zig/src/federation.zig", "to": "OTP", @@ -1448,16 +1424,16 @@ "weight": 18.0 }, { - "from": "ffi/zig/src/cartridge_shim.zig", + "from": "ffi/zig/src/loader.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/cartridge_shim.zig", + "from": "ffi/zig/src/loader.zig", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { "from": "ffi/zig/src/abi_verify.zig", @@ -1472,85 +1448,109 @@ "weight": 8.0 }, { - "from": "mcp-bridge/lib/dispatcher.js", + "from": "docs/outreach/vps-redeploy.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "mcp-bridge/lib/dispatcher.js", + "from": "docs/outreach/vps-redeploy.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "mcp-bridge/lib/otel.js", + "from": "src/abi/Boj/SafeHTTP.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "mcp-bridge/lib/otel.js", + "from": "src/abi/Boj/SafeHTTP.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "mcp-bridge/lib/api-clients.js", + "from": "src/abi/Boj/SafePromptInjection.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "mcp-bridge/lib/api-clients.js", + "from": "src/abi/Boj/SafePromptInjection.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "mcp-bridge/tests/http_transport_test.js", + "from": "src/abi/Boj/SafetyLemmas.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": "mcp-bridge/tests/http_transport_test.js", + "from": "src/abi/Boj/SafetyLemmas.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": "mcp-bridge/main.d.affine", + "from": "src/abi/Boj/SafeCORS.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "mcp-bridge/main.d.affine", + "from": "src/abi/Boj/SafeCORS.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "docs/outreach/vps-redeploy.sh", + "from": "src/abi/Boj/Safety.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": "docs/outreach/vps-redeploy.sh", + "from": "src/abi/Boj/Safety.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "src/abi/Boj/SafeWebSocket.idr", + "to": "OTP", + "relation": "framework", + "weight": 9.0 + }, + { + "from": "src/abi/Boj/SafeWebSocket.idr", + "to": "WebServer", + "relation": "framework", + "weight": 9.0 + }, + { + "from": "src/abi/Boj/SafeAPIKey.idr", + "to": "OTP", + "relation": "framework", + "weight": 9.0 + }, + { + "from": "src/abi/Boj/SafeAPIKey.idr", + "to": "WebServer", + "relation": "framework", + "weight": 9.0 + }, + { + "from": "tray/src/server.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "tray/src/server.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -1560,40 +1560,37 @@ "taint_matrix": { "rows": [ { - "source_category": "CommandInjection", - "sink_axis": "cpu", + "source_category": "InsecureProtocol", + "sink_axis": "network", "severity_value": 2.5, "files": [ - "elixir/lib/boj_rest/invoker.ex", - "elixir/lib/boj_rest/js_invoker.ex", - "elixir/lib/boj_rest/js_worker.ex", - "scripts/maintenance/run-maintenance.sh", - "tests/aspect_tests.sh" + "tests/aspect_security_test.zig", + "elixir/lib/boj_rest/catalog.ex", + "ffi/zig/src/verisimdb.zig", + "ffi/zig/src/abi_verify.zig" ], "frameworks": [ "OTP", "WebServer" ], - "relation": "CommandInjection->Cpu" + "relation": "InsecureProtocol->Network" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "ProofDrift", + "sink_axis": "memory", + "severity_value": 5.0, "files": [ - "elixir/lib/boj_rest/invoker.ex", - "elixir/lib/boj_rest/js_invoker.ex", - "elixir/lib/boj_rest/js_worker.ex" + "src/abi/Boj/SafetyLemmas.idr" ], "frameworks": [ "OTP", "WebServer" ], - "relation": "CommandInjection->Disk" + "relation": "ProofDrift->Memory" }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ "tray/src/server.rs" @@ -1602,70 +1599,65 @@ "OTP", "WebServer" ], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "cpu", + "source_category": "HardcodedSecret", + "sink_axis": "network", "severity_value": 5.0, "files": [ - "mcp-bridge/lib/security.js" + "tests/aspect_security_test.zig" ], "frameworks": [ "OTP", "WebServer" ], - "relation": "DynamicCodeExecution->Cpu" + "relation": "HardcodedSecret->Network" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "memory", - "severity_value": 5.0, + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "mcp-bridge/lib/security.js" + "coord-tui/src/main.rs" ], "frameworks": [ "OTP", "WebServer" ], - "relation": "DynamicCodeExecution->Memory" + "relation": "PanicPath->Disk" }, { - "source_category": "ProofDrift", - "sink_axis": "memory", - "severity_value": 5.0, + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "src/abi/Boj/SafetyLemmas.idr" + "elixir/lib/boj_rest/js_worker.ex", + "elixir/lib/boj_rest/invoker.ex", + "elixir/lib/boj_rest/js_invoker.ex" ], "frameworks": [ "OTP", "WebServer" ], - "relation": "ProofDrift->Memory" + "relation": "CommandInjection->Disk" }, { - "source_category": "MutationGap", + "source_category": "CommandInjection", "sink_axis": "cpu", - "severity_value": 1.0, + "severity_value": 2.5, "files": [ - "elixir/test/catalog_test.exs", - "elixir/test/node_key_test.exs", - "elixir/test/router_test.exs", - "elixir/test/trust_policy_test.exs", - "elixir/test/js_invoker_test.exs", - "elixir/test/phase_c_seam_test.exs", - "elixir/test/contract_test.exs", - "elixir/test/application_test.exs", - "elixir/test/credential_decryptor_test.exs", - "elixir/test/aspect_test.exs", - "elixir/test/js_worker_pool_test.exs", - "elixir/test/invoker_test.exs" + "tests/aspect_tests.sh", + "elixir/lib/boj_rest/js_worker.ex", + "elixir/lib/boj_rest/invoker.ex", + "elixir/lib/boj_rest/js_invoker.ex", + "scripts/maintenance/run-maintenance.sh" ], "frameworks": [ "OTP", "WebServer" ], - "relation": "MutationGap->Cpu" + "relation": "CommandInjection->Cpu" }, { "source_category": "UnsafeCode", @@ -1682,7 +1674,7 @@ }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "tray/src/server.rs" @@ -1691,23 +1683,20 @@ "OTP", "WebServer" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", - "severity_value": 2.5, + "source_category": "DynamicCodeExecution", + "sink_axis": "memory", + "severity_value": 5.0, "files": [ - "elixir/lib/boj_rest/catalog.ex", - "tests/aspect_security_test.zig", - "ffi/zig/src/verisimdb.zig", - "ffi/zig/src/abi_verify.zig" + "mcp-bridge/lib/security.js" ], "frameworks": [ "OTP", "WebServer" ], - "relation": "InsecureProtocol->Network" + "relation": "DynamicCodeExecution->Memory" }, { "source_category": "PanicPath", @@ -1723,30 +1712,41 @@ "relation": "PanicPath->Memory" }, { - "source_category": "HardcodedSecret", - "sink_axis": "network", + "source_category": "DynamicCodeExecution", + "sink_axis": "cpu", "severity_value": 5.0, "files": [ - "tests/aspect_security_test.zig" + "mcp-bridge/lib/security.js" ], "frameworks": [ "OTP", "WebServer" ], - "relation": "HardcodedSecret->Network" + "relation": "DynamicCodeExecution->Cpu" }, { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "MutationGap", + "sink_axis": "cpu", + "severity_value": 1.0, "files": [ - "coord-tui/src/main.rs" + "elixir/test/aspect_test.exs", + "elixir/test/contract_test.exs", + "elixir/test/trust_policy_test.exs", + "elixir/test/invoker_test.exs", + "elixir/test/router_test.exs", + "elixir/test/catalog_test.exs", + "elixir/test/node_key_test.exs", + "elixir/test/js_invoker_test.exs", + "elixir/test/application_test.exs", + "elixir/test/js_worker_pool_test.exs", + "elixir/test/phase_c_seam_test.exs", + "elixir/test/credential_decryptor_test.exs" ], "frameworks": [ "OTP", "WebServer" ], - "relation": "PanicPath->Disk" + "relation": "MutationGap->Cpu" } ] } diff --git a/scans/bqniser.json b/scans/bqniser.json index 7e24a1a4..8885d79a 100644 --- a/scans/bqniser.json +++ b/scans/bqniser.json @@ -1,9 +1,21 @@ { "schema_version": "2.5", "program_path": "bqniser", - "language": "rust", + "language": "idris", "frameworks": [], "weak_points": [ + { + "category": "UnboundedAllocation", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, { "category": "UnsafeCode", "location": "src/interface/ffi/src/main.zig", @@ -26,18 +38,6 @@ ], "test_context": "production" }, - { - "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, { "category": "MutationGap", "location": "Cargo.toml", @@ -58,6 +58,17 @@ "threading_constructs": 0 }, "file_statistics": [ + { + "file_path": "tests/integration_test.rs", + "lines": 1691, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 12, + "io_operations": 11, + "threading_constructs": 0 + }, { "file_path": "examples/SafeDOMExample.affine", "lines": 129, @@ -69,34 +80,33 @@ "threading_constructs": 0 }, { - "file_path": "scripts/install-zig.sh", - "lines": 59, + "file_path": "scripts/abi-ffi-gate.py", + "lines": 103, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/abi-ffi-gate.py", - "lines": 103, + "file_path": "scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/integration_test.rs", - "lines": 1691, + "file_path": "src/manifest/mod.rs", + "lines": 316, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 12, - "io_operations": 11, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -130,16 +140,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 392, - "unsafe_blocks": 2, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/interface/abi/Bqniser/ABI/Foreign.idr", "lines": 310, @@ -151,13 +151,13 @@ "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 316, - "unsafe_blocks": 0, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 392, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], @@ -169,8 +169,8 @@ "dependency_graph": { "edges": [ { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.py", + "from": "scripts/abi-ffi-gate.py", + "to": "scripts/install-zig.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, @@ -190,6 +190,16 @@ }, "taint_matrix": { "rows": [ + { + "source_category": "UnboundedAllocation", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "src/manifest/mod.rs" + ], + "frameworks": [], + "relation": "UnboundedAllocation->Memory" + }, { "source_category": "UncheckedError", "sink_axis": "cpu", @@ -210,16 +220,6 @@ "frameworks": [], "relation": "UnboundedAllocation->Cpu" }, - { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "src/manifest/mod.rs" - ], - "frameworks": [], - "relation": "UnboundedAllocation->Memory" - }, { "source_category": "UnsafeCode", "sink_axis": "memory", diff --git a/scans/branch-newspaper.json b/scans/branch-newspaper.json index bbc880ce..64cdf6fe 100644 --- a/scans/branch-newspaper.json +++ b/scans/branch-newspaper.json @@ -14,6 +14,16 @@ "threading_constructs": 2 }, "file_statistics": [ + { + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, { "file_path": "ffi/zig/test/integration_test.zig", "lines": 182, @@ -33,16 +43,6 @@ "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 - }, - { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 } ], "recommended_attacks": [ diff --git a/scans/bunsenite.json b/scans/bunsenite.json index 41e6fe63..2b626755 100644 --- a/scans/bunsenite.json +++ b/scans/bunsenite.json @@ -4,6 +4,17 @@ "language": "rust", "frameworks": [], "weak_points": [ + { + "category": "UnsafeFFI", + "location": "bindings/rescript/Bunsenite.affine", + "file": "bindings/rescript/Bunsenite.affine", + "severity": "Medium", + "description": "6 FFI/external bindings in bindings/rescript/Bunsenite.affine", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, { "category": "UnboundedAllocation", "location": "src/main.rs", @@ -64,17 +75,6 @@ ], "test_context": "production" }, - { - "category": "UnsafeFFI", - "location": "bindings/rescript/Bunsenite.affine", - "file": "bindings/rescript/Bunsenite.affine", - "severity": "Medium", - "description": "6 FFI/external bindings in bindings/rescript/Bunsenite.affine", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "MutationGap", "location": "Cargo.toml", @@ -96,13 +96,13 @@ }, "file_statistics": [ { - "file_path": "validate-nickel-configs.k9.ncl", - "lines": 148, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { @@ -116,113 +116,113 @@ "threading_constructs": 0 }, { - "file_path": "src/main.rs", - "lines": 445, + "file_path": "validate-nickel-configs.k9.ncl", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 1, - "threading_constructs": 1 + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "src/error.rs", - "lines": 245, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "src/schema.rs", - "lines": 208, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/loader.rs", - "lines": 264, - "unsafe_blocks": 0, + "file_path": "bindings/rescript/Bunsenite.affine", + "lines": 176, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "bindings/deno/bunsenite.affine", + "lines": 302, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, + "file_path": "bindings/deno/example.affine", + "lines": 117, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/main.rs", + "lines": 445, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 3, + "safe_unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 1, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/rescript/Bunsenite.affine", - "lines": 176, - "unsafe_blocks": 6, + "file_path": "src/schema.rs", + "lines": 208, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/deno/bunsenite.affine", - "lines": 302, + "file_path": "src/error.rs", + "lines": 245, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/deno/example.affine", - "lines": 117, + "file_path": "src/loader.rs", + "lines": 264, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", "concurrency", "cpu", + "disk", "memory" ], "dependency_graph": { @@ -235,18 +235,18 @@ }, { "from": "src/main.rs", - "to": "src/error.rs", + "to": "src/schema.rs", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/error.rs", - "to": "src/schema.rs", + "from": "src/schema.rs", + "to": "src/error.rs", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/schema.rs", + "from": "src/error.rs", "to": "src/loader.rs", "relation": "shared_dir:src", "weight": 1.0 @@ -256,44 +256,48 @@ "taint_matrix": { "rows": [ { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/main.rs" + "src/main.rs", + "src/schema.rs", + "src/loader.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnsafeCode", + "source_category": "PanicPath", "sink_axis": "memory", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "src/ffi.rs" + "src/main.rs" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "PanicPath->Memory" }, { "source_category": "UnsafeCode", - "sink_axis": "concurrency", + "sink_axis": "memory", "severity_value": 3.5, "files": [ "src/ffi.rs" ], "frameworks": [], - "relation": "UnsafeCode->Concurrency" + "relation": "UnsafeCode->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/main.rs" + "src/main.rs", + "src/schema.rs", + "src/loader.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "UnsafeFFI", @@ -306,28 +310,24 @@ "relation": "UnsafeFFI->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "concurrency", + "severity_value": 3.5, "files": [ - "src/main.rs", - "src/schema.rs", - "src/loader.rs" + "src/ffi.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnsafeCode->Concurrency" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "src/main.rs", - "src/schema.rs", - "src/loader.rs" + "src/main.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Disk" } ] } diff --git a/scans/cafescripto.json b/scans/cafescripto.json index 4325aaa6..e7976be1 100644 --- a/scans/cafescripto.json +++ b/scans/cafescripto.json @@ -37,16 +37,6 @@ "threading_constructs": 0 }, "file_statistics": [ - { - "file_path": "examples/hello.affine", - "lines": 17, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, { "file_path": "tests/e2e.sh", "lines": 142, @@ -58,23 +48,23 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 275, + "file_path": "examples/hello.affine", + "lines": 17, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -88,19 +78,29 @@ "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", - "cpu" + "cpu", + "disk" ], "dependency_graph": { "edges": [] diff --git a/scans/candy-crash.json b/scans/candy-crash.json index e5487379..2223bd4f 100644 --- a/scans/candy-crash.json +++ b/scans/candy-crash.json @@ -49,13 +49,13 @@ "threading_constructs": 0 }, { - "file_path": "backend/src/candy_crash/arango/client.gleam", - "lines": 324, + "file_path": "backend/src/candy_crash/router.gleam", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { @@ -69,8 +69,8 @@ "threading_constructs": 0 }, { - "file_path": "backend/src/candy_crash/handlers/achievements.gleam", - "lines": 110, + "file_path": "backend/src/candy_crash/handlers/enrollments.gleam", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -89,8 +89,8 @@ "threading_constructs": 0 }, { - "file_path": "backend/src/candy_crash/handlers/training.gleam", - "lines": 643, + "file_path": "backend/src/candy_crash/handlers/quizzes.gleam", + "lines": 462, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -99,8 +99,8 @@ "threading_constructs": 0 }, { - "file_path": "backend/src/candy_crash/handlers/quizzes.gleam", - "lines": 462, + "file_path": "backend/src/candy_crash/handlers/training.gleam", + "lines": 643, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -119,8 +119,8 @@ "threading_constructs": 0 }, { - "file_path": "backend/src/candy_crash/handlers/auth.gleam", - "lines": 230, + "file_path": "backend/src/candy_crash/handlers/achievements.gleam", + "lines": 110, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -129,8 +129,8 @@ "threading_constructs": 0 }, { - "file_path": "backend/src/candy_crash/handlers/enrollments.gleam", - "lines": 148, + "file_path": "backend/src/candy_crash/handlers/auth.gleam", + "lines": 230, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -169,13 +169,13 @@ "threading_constructs": 0 }, { - "file_path": "backend/src/candy_crash/router.gleam", - "lines": 182, + "file_path": "backend/src/candy_crash/arango/client.gleam", + "lines": 324, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { @@ -189,29 +189,29 @@ "threading_constructs": 0 }, { - "file_path": "src/safety_core/spark/watchdog.adb", - "lines": 101, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "src/safety_core/ffi/zig/guardian.zig", - "lines": 100, - "unsafe_blocks": 1, + "file_path": "src/safety_core/spark/watchdog.adb", + "lines": 101, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "src/safety_core/ffi/zig/guardian.zig", + "lines": 100, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -220,51 +220,51 @@ } ], "recommended_attacks": [ - "cpu", - "disk", "concurrency", + "disk", + "cpu", "memory" ], "dependency_graph": { "edges": [ { - "from": "backend/src/candy_crash/handlers/achievements.gleam", + "from": "backend/src/candy_crash/handlers/enrollments.gleam", "to": "backend/src/candy_crash/handlers/courses.gleam", "relation": "shared_dir:backend/src/candy_crash/handlers", "weight": 1.0 }, { "from": "backend/src/candy_crash/handlers/courses.gleam", - "to": "backend/src/candy_crash/handlers/training.gleam", + "to": "backend/src/candy_crash/handlers/quizzes.gleam", "relation": "shared_dir:backend/src/candy_crash/handlers", "weight": 1.0 }, { - "from": "backend/src/candy_crash/handlers/training.gleam", - "to": "backend/src/candy_crash/handlers/quizzes.gleam", + "from": "backend/src/candy_crash/handlers/quizzes.gleam", + "to": "backend/src/candy_crash/handlers/training.gleam", "relation": "shared_dir:backend/src/candy_crash/handlers", "weight": 1.0 }, { - "from": "backend/src/candy_crash/handlers/quizzes.gleam", + "from": "backend/src/candy_crash/handlers/training.gleam", "to": "backend/src/candy_crash/handlers/dashboard.gleam", "relation": "shared_dir:backend/src/candy_crash/handlers", "weight": 1.0 }, { "from": "backend/src/candy_crash/handlers/dashboard.gleam", - "to": "backend/src/candy_crash/handlers/auth.gleam", + "to": "backend/src/candy_crash/handlers/achievements.gleam", "relation": "shared_dir:backend/src/candy_crash/handlers", "weight": 1.0 }, { - "from": "backend/src/candy_crash/handlers/auth.gleam", - "to": "backend/src/candy_crash/handlers/enrollments.gleam", + "from": "backend/src/candy_crash/handlers/achievements.gleam", + "to": "backend/src/candy_crash/handlers/auth.gleam", "relation": "shared_dir:backend/src/candy_crash/handlers", "weight": 1.0 }, { - "from": "backend/src/candy_crash/handlers/enrollments.gleam", + "from": "backend/src/candy_crash/handlers/auth.gleam", "to": "backend/src/candy_crash/handlers/lessons.gleam", "relation": "shared_dir:backend/src/candy_crash/handlers", "weight": 1.0 diff --git a/scans/casket-ssg.json b/scans/casket-ssg.json index 5456372b..1b7d5cc3 100644 --- a/scans/casket-ssg.json +++ b/scans/casket-ssg.json @@ -26,6 +26,26 @@ "threading_constructs": 2 }, "file_statistics": [ + { + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "src/CasketGnosis.hs", "lines": 945, @@ -46,16 +66,6 @@ "io_operations": 4, "threading_constructs": 0 }, - { - "file_path": "src/Gnosis/DAX.hs", - "lines": 256, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/Gnosis/SixSCM.hs", "lines": 114, @@ -67,33 +77,23 @@ "threading_constructs": 0 }, { - "file_path": "src/Gnosis/Paxos.hs", - "lines": 113, + "file_path": "src/Gnosis/DAX.hs", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 2, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "src/Gnosis/Paxos.hs", + "lines": 113, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, "threading_constructs": 0 } ], @@ -105,13 +105,13 @@ "dependency_graph": { "edges": [ { - "from": "src/Gnosis/DAX.hs", - "to": "src/Gnosis/SixSCM.hs", + "from": "src/Gnosis/SixSCM.hs", + "to": "src/Gnosis/DAX.hs", "relation": "shared_dir:src/Gnosis", "weight": 1.0 }, { - "from": "src/Gnosis/SixSCM.hs", + "from": "src/Gnosis/DAX.hs", "to": "src/Gnosis/Paxos.hs", "relation": "shared_dir:src/Gnosis", "weight": 1.0 diff --git a/scans/chapeliser.json b/scans/chapeliser.json index 2a5bbe4c..21c55bd0 100644 --- a/scans/chapeliser.json +++ b/scans/chapeliser.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "UnboundedAllocation", - "location": "src/codegen/mod.rs", - "file": "src/codegen/mod.rs", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/codegen/mod.rs", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -18,10 +18,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", + "location": "src/codegen/mod.rs", + "file": "src/codegen/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", + "description": "Potential unbounded allocation pattern detected in src/codegen/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -58,6 +58,16 @@ "io_operations": 8, "threading_constructs": 0 }, + { + "file_path": "scripts/abi-ffi-gate.jl", + "lines": 116, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, { "file_path": "scripts/install-zig.sh", "lines": 59, @@ -69,8 +79,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/abi-ffi-gate.jl", - "lines": 116, + "file_path": "src/manifest/mod.rs", + "lines": 343, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -88,16 +98,6 @@ "io_operations": 1, "threading_constructs": 0 }, - { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 314, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/interface/abi/Chapeliser/ABI/Foreign.idr", "lines": 198, @@ -109,26 +109,26 @@ "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 343, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 314, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", "memory", + "cpu", "disk" ], "dependency_graph": { "edges": [ { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", "relation": "shared_dir:scripts", "weight": 1.0 } @@ -138,25 +138,25 @@ "rows": [ { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/codegen/mod.rs", - "src/manifest/mod.rs" + "src/manifest/mod.rs", + "src/codegen/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/codegen/mod.rs", - "src/manifest/mod.rs" + "src/manifest/mod.rs", + "src/codegen/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" } ] } diff --git a/scans/checky-monkey.json b/scans/checky-monkey.json index 4d69a448..e4edbcae 100644 --- a/scans/checky-monkey.json +++ b/scans/checky-monkey.json @@ -27,13 +27,13 @@ }, "file_statistics": [ { - "file_path": "src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -47,13 +47,13 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 } ], diff --git a/scans/chimichanga.json b/scans/chimichanga.json index d47b60e0..2041c7b3 100644 --- a/scans/chimichanga.json +++ b/scans/chimichanga.json @@ -45,25 +45,25 @@ }, { "category": "MutationGap", - "location": "test/integration/crash_capture_test.exs", - "file": "test/integration/crash_capture_test.exs", + "location": "test/integration/memory_isolation_test.exs", + "file": "test/integration/memory_isolation_test.exs", "severity": "Low", - "description": "Elixir test file test/integration/crash_capture_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/integration/memory_isolation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/integration/memory_isolation_test.exs", - "file": "test/integration/memory_isolation_test.exs", + "location": "test/integration/crash_capture_test.exs", + "file": "test/integration/crash_capture_test.exs", "severity": "Low", - "description": "Elixir test file test/integration/memory_isolation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/integration/crash_capture_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { @@ -89,53 +89,53 @@ }, "file_statistics": [ { - "file_path": "test_wasm/src/lib.rs", - "lines": 286, - "unsafe_blocks": 10, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bench/boundary_bench.exs", - "lines": 110, + "file_path": "lib/munition/fuel/meter.ex", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bench/startup_bench.exs", - "lines": 116, - "unsafe_blocks": 0, + "file_path": "test_wasm/src/lib.rs", + "lines": 286, + "unsafe_blocks": 10, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "lib/munition/fuel/meter.ex", - "lines": 46, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "test/test_helper.exs", - "lines": 49, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -149,28 +149,28 @@ "threading_constructs": 1 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "test/test_helper.exs", + "lines": 49, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, + "file_path": "bench/boundary_bench.exs", + "lines": 110, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "bench/startup_bench.exs", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -180,9 +180,9 @@ } ], "recommended_attacks": [ + "memory", "cpu", - "concurrency", - "memory" + "concurrency" ], "dependency_graph": { "edges": [ @@ -193,31 +193,31 @@ "weight": 1.0 }, { - "from": "test_wasm/src/lib.rs", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "OTP", "relation": "framework", - "weight": 30.0 + "weight": 1.0 }, { - "from": "bench/boundary_bench.exs", + "from": "lib/munition/fuel/meter.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "bench/startup_bench.exs", + "from": "test_wasm/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 30.0 }, { - "from": "lib/munition/fuel/meter.ex", + "from": "ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "test/test_helper.exs", + "from": "ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -229,19 +229,19 @@ "weight": 2.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "test/test_helper.exs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "bench/boundary_bench.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "bench/startup_bench.exs", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -252,7 +252,7 @@ "rows": [ { "source_category": "UnsafeCode", - "sink_axis": "concurrency", + "sink_axis": "memory", "severity_value": 3.5, "files": [ "test_wasm/src/lib.rs", @@ -261,11 +261,11 @@ "frameworks": [ "OTP" ], - "relation": "UnsafeCode->Concurrency" + "relation": "UnsafeCode->Memory" }, { "source_category": "UnsafeCode", - "sink_axis": "memory", + "sink_axis": "concurrency", "severity_value": 3.5, "files": [ "test_wasm/src/lib.rs", @@ -274,7 +274,7 @@ "frameworks": [ "OTP" ], - "relation": "UnsafeCode->Memory" + "relation": "UnsafeCode->Concurrency" }, { "source_category": "MutationGap", @@ -282,8 +282,8 @@ "severity_value": 1.0, "files": [ "test/munition_test.exs", - "test/integration/crash_capture_test.exs", "test/integration/memory_isolation_test.exs", + "test/integration/crash_capture_test.exs", "test/integration/fuel_exhaustion_test.exs" ], "frameworks": [ diff --git a/scans/cicd-squabbler.json b/scans/cicd-squabbler.json index cb42b1f8..7dcd7c0c 100644 --- a/scans/cicd-squabbler.json +++ b/scans/cicd-squabbler.json @@ -4,6 +4,28 @@ "language": "rust", "frameworks": [], "weak_points": [ + { + "category": "CommandInjection", + "location": ".machine_readable/arrival-pack/extract.sh", + "file": ".machine_readable/arrival-pack/extract.sh", + "severity": "Medium", + "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": ".machine_readable/coaptation/extract-facts.sh", + "file": ".machine_readable/coaptation/extract-facts.sh", + "severity": "Medium", + "description": "39 potentially unquoted variable expansions in .machine_readable/coaptation/extract-facts.sh", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, { "category": "PathTraversal", "location": "tests/e2e.sh", @@ -17,10 +39,10 @@ }, { "category": "UnboundedAllocation", - "location": "crates/squabble-fight/src/apply.rs", - "file": "crates/squabble-fight/src/apply.rs", + "location": "crates/squabble-cli/src/main.rs", + "file": "crates/squabble-cli/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/squabble-fight/src/apply.rs", + "description": "Potential unbounded allocation pattern detected in crates/squabble-cli/src/main.rs", "recommended_attack": [ "memory", "cpu" @@ -29,10 +51,10 @@ }, { "category": "UnboundedAllocation", - "location": "crates/squabble-fight/src/lib.rs", - "file": "crates/squabble-fight/src/lib.rs", + "location": "crates/squabble-cli/src/fight.rs", + "file": "crates/squabble-cli/src/fight.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/squabble-fight/src/lib.rs", + "description": "Potential unbounded allocation pattern detected in crates/squabble-cli/src/fight.rs", "recommended_attack": [ "memory", "cpu" @@ -53,10 +75,10 @@ }, { "category": "UnboundedAllocation", - "location": "crates/squabble-cli/src/main.rs", - "file": "crates/squabble-cli/src/main.rs", + "location": "crates/squabble-fight/src/lib.rs", + "file": "crates/squabble-fight/src/lib.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/squabble-cli/src/main.rs", + "description": "Potential unbounded allocation pattern detected in crates/squabble-fight/src/lib.rs", "recommended_attack": [ "memory", "cpu" @@ -65,38 +87,16 @@ }, { "category": "UnboundedAllocation", - "location": "crates/squabble-cli/src/fight.rs", - "file": "crates/squabble-cli/src/fight.rs", + "location": "crates/squabble-fight/src/apply.rs", + "file": "crates/squabble-fight/src/apply.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/squabble-cli/src/fight.rs", + "description": "Potential unbounded allocation pattern detected in crates/squabble-fight/src/apply.rs", "recommended_attack": [ "memory", "cpu" ], "test_context": "production" }, - { - "category": "CommandInjection", - "location": ".machine_readable/coaptation/extract-facts.sh", - "file": ".machine_readable/coaptation/extract-facts.sh", - "severity": "Medium", - "description": "39 potentially unquoted variable expansions in .machine_readable/coaptation/extract-facts.sh", - "recommended_attack": [ - "cpu" - ], - "test_context": "production" - }, - { - "category": "CommandInjection", - "location": ".machine_readable/arrival-pack/extract.sh", - "file": ".machine_readable/arrival-pack/extract.sh", - "severity": "Medium", - "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", - "recommended_attack": [ - "cpu" - ], - "test_context": "production" - }, { "category": "MutationGap", "location": "Cargo.toml", @@ -118,124 +118,118 @@ }, "file_statistics": [ { - "file_path": "tests/e2e.sh", - "lines": 142, + "file_path": ".machine_readable/arrival-pack/generate.sh", + "lines": 45, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/squabble-fight/src/gate_triage.rs", - "lines": 579, + "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", + "lines": 87, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 4, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/squabble-fight/src/workflows.rs", - "lines": 802, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 140, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 8, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/squabble-fight/src/apply.rs", - "lines": 391, + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 94, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 8, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/squabble-fight/src/lib.rs", - "lines": 495, + "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 16, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/squabble-fight/src/context.rs", - "lines": 281, + "file_path": ".machine_readable/contractiles/dust/dust.ncl", + "lines": 69, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/squabble-cli/src/main.rs", - "lines": 126, + "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/squabble-cli/src/boj.rs", - "lines": 390, + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/squabble-cli/src/fight.rs", - "lines": 398, + "file_path": ".machine_readable/contractiles/must/must.k9.ncl", + "lines": 238, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 275, + "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", + "lines": 162, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/interface/Abi/Foreign.idr", - "lines": 83, - "unsafe_blocks": 4, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 69, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", + "lines": 252, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -244,18 +238,18 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/coaptation/coapt.ncl", - "lines": 191, + "file_path": ".machine_readable/contractiles/intend/intend.ncl", + "lines": 84, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/coaptation/verify.sh", - "lines": 34, + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 65, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -264,8 +258,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", - "lines": 172, + "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -274,8 +268,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.ncl", - "lines": 69, + "file_path": ".machine_readable/coaptation/verify.sh", + "lines": 34, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -284,28 +278,28 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 140, + "file_path": ".machine_readable/coaptation/coapt.ncl", + "lines": 191, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.ncl", - "lines": 94, + "file_path": "tests/e2e.sh", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", - "lines": 278, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -314,127 +308,127 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", - "lines": 252, + "file_path": "crates/squabble-cli/src/main.rs", + "lines": 126, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.ncl", - "lines": 84, + "file_path": "crates/squabble-cli/src/fight.rs", + "lines": 398, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 6, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 69, + "file_path": "crates/squabble-cli/src/boj.rs", + "lines": 390, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", - "lines": 162, + "file_path": "crates/squabble-fight/src/context.rs", + "lines": 281, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.ncl", - "lines": 67, + "file_path": "crates/squabble-fight/src/lib.rs", + "lines": 495, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 16, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.k9.ncl", - "lines": 238, + "file_path": "crates/squabble-fight/src/workflows.rs", + "lines": 802, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 8, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", - "lines": 65, + "file_path": "crates/squabble-fight/src/apply.rs", + "lines": 391, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "lines": 167, + "file_path": "crates/squabble-fight/src/gate_triage.rs", + "lines": 579, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 6, + "allocation_sites": 4, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/arrival-pack/generate.sh", - "lines": 45, - "unsafe_blocks": 0, + "file_path": "src/interface/Abi/Foreign.idr", + "lines": 83, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", - "lines": 87, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", "cpu", - "disk" + "disk", + "memory" ], "dependency_graph": { "edges": [ { - "from": ".machine_readable/contractiles/adjust/adjust.ncl", - "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/adjust", - "weight": 1.0 - }, - { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", - "to": ".machine_readable/contractiles/intend/intend.ncl", - "relation": "shared_dir:.machine_readable/contractiles/intend", + "from": "crates/squabble-fight/src/context.rs", + "to": "crates/squabble-fight/src/lib.rs", + "relation": "shared_dir:crates/squabble-fight/src", "weight": 1.0 }, { - "from": "crates/squabble-fight/src/gate_triage.rs", + "from": "crates/squabble-fight/src/lib.rs", "to": "crates/squabble-fight/src/workflows.rs", "relation": "shared_dir:crates/squabble-fight/src", "weight": 1.0 @@ -447,38 +441,56 @@ }, { "from": "crates/squabble-fight/src/apply.rs", - "to": "crates/squabble-fight/src/lib.rs", + "to": "crates/squabble-fight/src/gate_triage.rs", "relation": "shared_dir:crates/squabble-fight/src", "weight": 1.0 }, { - "from": "crates/squabble-fight/src/lib.rs", - "to": "crates/squabble-fight/src/context.rs", - "relation": "shared_dir:crates/squabble-fight/src", + "from": ".machine_readable/contractiles/dust/dust.ncl", + "to": ".machine_readable/contractiles/dust/dust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/dust", "weight": 1.0 }, { - "from": "crates/squabble-cli/src/main.rs", - "to": "crates/squabble-cli/src/boj.rs", - "relation": "shared_dir:crates/squabble-cli/src", + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "to": ".machine_readable/contractiles/bust/bust.ncl", + "relation": "shared_dir:.machine_readable/contractiles/bust", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": ".machine_readable/contractiles/intend/intend.ncl", + "relation": "shared_dir:.machine_readable/contractiles/intend", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/adjust", + "weight": 1.0 + }, + { + "from": ".machine_readable/coaptation/verify.sh", + "to": ".machine_readable/coaptation/coapt.ncl", + "relation": "shared_dir:.machine_readable/coaptation", "weight": 1.0 }, { - "from": "crates/squabble-cli/src/boj.rs", + "from": "crates/squabble-cli/src/main.rs", "to": "crates/squabble-cli/src/fight.rs", "relation": "shared_dir:crates/squabble-cli/src", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", - "to": ".machine_readable/contractiles/dust/dust.ncl", - "relation": "shared_dir:.machine_readable/contractiles/dust", + "from": "crates/squabble-cli/src/fight.rs", + "to": "crates/squabble-cli/src/boj.rs", + "relation": "shared_dir:crates/squabble-cli/src", "weight": 1.0 }, { - "from": ".machine_readable/coaptation/coapt.ncl", - "to": ".machine_readable/coaptation/verify.sh", - "relation": "shared_dir:.machine_readable/coaptation", + "from": ".machine_readable/contractiles/must/must.ncl", + "to": ".machine_readable/contractiles/must/must.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/must", "weight": 1.0 }, { @@ -487,23 +499,11 @@ "relation": "shared_dir:.machine_readable/arrival-pack", "weight": 1.0 }, - { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": ".machine_readable/contractiles/bust/bust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/bust", - "weight": 1.0 - }, { "from": ".machine_readable/contractiles/trust/trust.ncl", "to": ".machine_readable/contractiles/trust/trust.k9.ncl", "relation": "shared_dir:.machine_readable/contractiles/trust", "weight": 1.0 - }, - { - "from": ".machine_readable/contractiles/must/must.ncl", - "to": ".machine_readable/contractiles/must/must.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/must", - "weight": 1.0 } ] }, @@ -514,49 +514,49 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "crates/squabble-fight/src/apply.rs", - "crates/squabble-fight/src/lib.rs", - "crates/squabble-fight/src/context.rs", "crates/squabble-cli/src/main.rs", - "crates/squabble-cli/src/fight.rs" + "crates/squabble-cli/src/fight.rs", + "crates/squabble-fight/src/context.rs", + "crates/squabble-fight/src/lib.rs", + "crates/squabble-fight/src/apply.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "source_category": "PathTraversal", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "crates/squabble-fight/src/apply.rs", - "crates/squabble-fight/src/lib.rs", - "crates/squabble-fight/src/context.rs", - "crates/squabble-cli/src/main.rs", - "crates/squabble-cli/src/fight.rs" + "tests/e2e.sh" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "PathTraversal->Disk" }, { "source_category": "CommandInjection", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - ".machine_readable/coaptation/extract-facts.sh", - ".machine_readable/arrival-pack/extract.sh" + ".machine_readable/arrival-pack/extract.sh", + ".machine_readable/coaptation/extract-facts.sh" ], "frameworks": [], "relation": "CommandInjection->Cpu" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "tests/e2e.sh" + "crates/squabble-cli/src/main.rs", + "crates/squabble-cli/src/fight.rs", + "crates/squabble-fight/src/context.rs", + "crates/squabble-fight/src/lib.rs", + "crates/squabble-fight/src/apply.rs" ], "frameworks": [], - "relation": "PathTraversal->Disk" + "relation": "UnboundedAllocation->Memory" } ] } diff --git a/scans/civic-connect.json b/scans/civic-connect.json index 12dd8b45..c96a5d1a 100644 --- a/scans/civic-connect.json +++ b/scans/civic-connect.json @@ -3,11 +3,22 @@ "program_path": "civic-connect", "language": "rust", "frameworks": [ - "Ecto", "Phoenix", - "WebServer" + "WebServer", + "Ecto" ], "weak_points": [ + { + "category": "DynamicCodeExecution", + "location": "backend/elixir-phoenix/lib/civic_web.ex", + "file": "backend/elixir-phoenix/lib/civic_web.ex", + "severity": "Medium", + "description": "Dynamic apply/3 in backend/elixir-phoenix/lib/civic_web.ex", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, { "category": "UncheckedError", "location": "backend/ada-core/src/civicconnect-verification.adb", @@ -41,17 +52,6 @@ ], "test_context": "production" }, - { - "category": "DynamicCodeExecution", - "location": "backend/elixir-phoenix/lib/civic_web.ex", - "file": "backend/elixir-phoenix/lib/civic_web.ex", - "severity": "Medium", - "description": "Dynamic apply/3 in backend/elixir-phoenix/lib/civic_web.ex", - "recommended_attack": [ - "cpu" - ], - "test_context": "production" - }, { "category": "InputBoundary", "location": "indieweb2-bastion/policy/run.js", @@ -86,37 +86,37 @@ }, "file_statistics": [ { - "file_path": "backend/ada-core/src/civicconnect.ads", - "lines": 28, + "file_path": "backend/ada-core/src/civicconnect-accounts.ads", + "lines": 71, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "backend/ada-core/src/civicconnect-accounts.ads", - "lines": 71, + "file_path": "backend/ada-core/src/civicconnect.ads", + "lines": 28, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/Abi/Foreign.idr", - "lines": 39, - "unsafe_blocks": 2, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", + "file_path": "civic-stream/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -126,7 +126,7 @@ "threading_constructs": 2 }, { - "file_path": "ffi/zig/src/main.zig", + "file_path": "civic-stream/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -136,7 +136,7 @@ "threading_constructs": 0 }, { - "file_path": "civic-stream/ffi/zig/test/integration_test.zig", + "file_path": "ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -146,7 +146,7 @@ "threading_constructs": 2 }, { - "file_path": "civic-stream/ffi/zig/src/main.zig", + "file_path": "ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -156,77 +156,65 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, - "unsafe_blocks": 0, + "file_path": "src/Abi/Foreign.idr", + "lines": 39, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "indieweb2-bastion/policy/curps/policy.ncl", - "lines": 164, + "file_path": "indieweb2-bastion/services/webmention-rate-limiter/tests/security_test.rs", + "lines": 376, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "indieweb2-bastion/policy/curps/webmention.ncl", - "lines": 40, + "file_path": "indieweb2-bastion/services/webmention-rate-limiter/src/main.rs", + "lines": 135, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 4, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "indieweb2-bastion/graphql-dns-api/src/main.rs", - "lines": 170, + "file_path": "indieweb2-bastion/services/webmention-rate-limiter/src/handlers.rs", + "lines": 238, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "indieweb2-bastion/graphql-dns-api/src/db.rs", - "lines": 282, + "file_path": "indieweb2-bastion/services/webmention-rate-limiter/src/limiter.rs", + "lines": 386, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "indieweb2-bastion/graphql-dns-api/src/resolvers.rs", - "lines": 413, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 8 + "threading_constructs": 1 }, { - "file_path": "indieweb2-bastion/graphql-dns-api/src/blockchain.rs", - "lines": 188, + "file_path": "indieweb2-bastion/services/consent-api/mod.affine", + "lines": 288, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { "file_path": "indieweb2-bastion/services/voice-groove/mod.affine", @@ -239,28 +227,29 @@ "threading_constructs": 0 }, { - "file_path": "indieweb2-bastion/services/consent-api/mod.affine", - "lines": 288, + "file_path": "indieweb2-bastion/graphql-dns-api/src/resolvers.rs", + "lines": 413, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 8 }, { - "file_path": "indieweb2-bastion/services/webmention-rate-limiter/tests/security_test.rs", - "lines": 376, + "file_path": "indieweb2-bastion/graphql-dns-api/src/main.rs", + "lines": 170, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "indieweb2-bastion/services/webmention-rate-limiter/src/main.rs", - "lines": 135, + "file_path": "indieweb2-bastion/graphql-dns-api/src/blockchain.rs", + "lines": 188, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -270,24 +259,35 @@ "threading_constructs": 1 }, { - "file_path": "indieweb2-bastion/services/webmention-rate-limiter/src/limiter.rs", - "lines": 386, + "file_path": "indieweb2-bastion/graphql-dns-api/src/db.rs", + "lines": 282, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 3, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "indieweb2-bastion/services/webmention-rate-limiter/src/handlers.rs", - "lines": 238, + "file_path": "indieweb2-bastion/policy/curps/webmention.ncl", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "indieweb2-bastion/policy/curps/policy.ncl", + "lines": 164, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 }, { "file_path": "indieweb2-bastion/odns-rs/proxy/src/main.rs", @@ -312,12 +312,13 @@ "threading_constructs": 1 }, { - "file_path": "indieweb2-bastion/odns-rs/common/benches/crypto_bench.rs", - "lines": 168, + "file_path": "indieweb2-bastion/odns-rs/common/tests/e2e/odns_pipeline_test.rs", + "lines": 273, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 6, "io_operations": 1, "threading_constructs": 0 }, @@ -332,13 +333,12 @@ "threading_constructs": 0 }, { - "file_path": "indieweb2-bastion/odns-rs/common/tests/e2e/odns_pipeline_test.rs", - "lines": 273, + "file_path": "indieweb2-bastion/odns-rs/common/benches/crypto_bench.rs", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, @@ -354,70 +354,64 @@ } ], "recommended_attacks": [ + "memory", "network", "disk", "concurrency", - "cpu", - "memory" + "cpu" ], "dependency_graph": { "edges": [ { - "from": "backend/ada-core/src/civicconnect.ads", - "to": "backend/ada-core/src/civicconnect-accounts.ads", - "relation": "shared_dir:backend/ada-core/src", - "weight": 1.0 - }, - { - "from": "indieweb2-bastion/graphql-dns-api/src/main.rs", - "to": "indieweb2-bastion/graphql-dns-api/src/db.rs", - "relation": "shared_dir:indieweb2-bastion/graphql-dns-api/src", + "from": "indieweb2-bastion/policy/curps/webmention.ncl", + "to": "indieweb2-bastion/policy/curps/policy.ncl", + "relation": "shared_dir:indieweb2-bastion/policy/curps", "weight": 1.0 }, { - "from": "indieweb2-bastion/graphql-dns-api/src/db.rs", - "to": "indieweb2-bastion/graphql-dns-api/src/resolvers.rs", - "relation": "shared_dir:indieweb2-bastion/graphql-dns-api/src", + "from": "indieweb2-bastion/services/webmention-rate-limiter/src/main.rs", + "to": "indieweb2-bastion/services/webmention-rate-limiter/src/handlers.rs", + "relation": "shared_dir:indieweb2-bastion/services/webmention-rate-limiter/src", "weight": 1.0 }, { - "from": "indieweb2-bastion/graphql-dns-api/src/resolvers.rs", - "to": "indieweb2-bastion/graphql-dns-api/src/blockchain.rs", - "relation": "shared_dir:indieweb2-bastion/graphql-dns-api/src", + "from": "indieweb2-bastion/services/webmention-rate-limiter/src/handlers.rs", + "to": "indieweb2-bastion/services/webmention-rate-limiter/src/limiter.rs", + "relation": "shared_dir:indieweb2-bastion/services/webmention-rate-limiter/src", "weight": 1.0 }, { - "from": "indieweb2-bastion/services/webmention-rate-limiter/src/main.rs", - "to": "indieweb2-bastion/services/webmention-rate-limiter/src/limiter.rs", - "relation": "shared_dir:indieweb2-bastion/services/webmention-rate-limiter/src", + "from": "backend/ada-core/src/civicconnect-accounts.ads", + "to": "backend/ada-core/src/civicconnect.ads", + "relation": "shared_dir:backend/ada-core/src", "weight": 1.0 }, { - "from": "indieweb2-bastion/services/webmention-rate-limiter/src/limiter.rs", - "to": "indieweb2-bastion/services/webmention-rate-limiter/src/handlers.rs", - "relation": "shared_dir:indieweb2-bastion/services/webmention-rate-limiter/src", + "from": "indieweb2-bastion/graphql-dns-api/src/resolvers.rs", + "to": "indieweb2-bastion/graphql-dns-api/src/main.rs", + "relation": "shared_dir:indieweb2-bastion/graphql-dns-api/src", "weight": 1.0 }, { - "from": "indieweb2-bastion/policy/curps/policy.ncl", - "to": "indieweb2-bastion/policy/curps/webmention.ncl", - "relation": "shared_dir:indieweb2-bastion/policy/curps", + "from": "indieweb2-bastion/graphql-dns-api/src/main.rs", + "to": "indieweb2-bastion/graphql-dns-api/src/blockchain.rs", + "relation": "shared_dir:indieweb2-bastion/graphql-dns-api/src", "weight": 1.0 }, { - "from": "backend/ada-core/src/civicconnect.ads", - "to": "Ecto", - "relation": "framework", + "from": "indieweb2-bastion/graphql-dns-api/src/blockchain.rs", + "to": "indieweb2-bastion/graphql-dns-api/src/db.rs", + "relation": "shared_dir:indieweb2-bastion/graphql-dns-api/src", "weight": 1.0 }, { - "from": "backend/ada-core/src/civicconnect.ads", + "from": "backend/ada-core/src/civicconnect-accounts.ads", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "backend/ada-core/src/civicconnect.ads", + "from": "backend/ada-core/src/civicconnect-accounts.ads", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -429,232 +423,232 @@ "weight": 1.0 }, { - "from": "backend/ada-core/src/civicconnect-accounts.ads", + "from": "backend/ada-core/src/civicconnect.ads", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "backend/ada-core/src/civicconnect-accounts.ads", + "from": "backend/ada-core/src/civicconnect.ads", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/Abi/Foreign.idr", + "from": "backend/ada-core/src/civicconnect.ads", "to": "Ecto", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "src/Abi/Foreign.idr", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Phoenix", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "src/Abi/Foreign.idr", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Ecto", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "civic-stream/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", "weight": 4.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "civic-stream/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", "weight": 4.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "civic-stream/ffi/zig/test/integration_test.zig", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "civic-stream/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "civic-stream/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "civic-stream/ffi/zig/test/integration_test.zig", + "from": "civic-stream/ffi/zig/src/main.zig", "to": "Ecto", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "civic-stream/ffi/zig/test/integration_test.zig", + "from": "ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", "weight": 4.0 }, { - "from": "civic-stream/ffi/zig/test/integration_test.zig", + "from": "ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", "weight": 4.0 }, { - "from": "civic-stream/ffi/zig/src/main.zig", + "from": "ffi/zig/test/integration_test.zig", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "civic-stream/ffi/zig/src/main.zig", + "from": "ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "civic-stream/ffi/zig/src/main.zig", + "from": "ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "ffi/zig/src/main.zig", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "src/Abi/Foreign.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "src/Abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "indieweb2-bastion/policy/curps/policy.ncl", + "from": "src/Abi/Foreign.idr", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "indieweb2-bastion/policy/curps/policy.ncl", + "from": "indieweb2-bastion/services/webmention-rate-limiter/tests/security_test.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "indieweb2-bastion/policy/curps/policy.ncl", + "from": "indieweb2-bastion/services/webmention-rate-limiter/tests/security_test.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "indieweb2-bastion/policy/curps/webmention.ncl", + "from": "indieweb2-bastion/services/webmention-rate-limiter/tests/security_test.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "indieweb2-bastion/policy/curps/webmention.ncl", + "from": "indieweb2-bastion/services/webmention-rate-limiter/src/main.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "indieweb2-bastion/policy/curps/webmention.ncl", + "from": "indieweb2-bastion/services/webmention-rate-limiter/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "indieweb2-bastion/graphql-dns-api/src/main.rs", + "from": "indieweb2-bastion/services/webmention-rate-limiter/src/main.rs", "to": "Ecto", "relation": "framework", "weight": 2.0 }, { - "from": "indieweb2-bastion/graphql-dns-api/src/main.rs", + "from": "indieweb2-bastion/services/webmention-rate-limiter/src/handlers.rs", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "indieweb2-bastion/graphql-dns-api/src/main.rs", + "from": "indieweb2-bastion/services/webmention-rate-limiter/src/handlers.rs", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "indieweb2-bastion/graphql-dns-api/src/db.rs", + "from": "indieweb2-bastion/services/webmention-rate-limiter/src/handlers.rs", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "indieweb2-bastion/graphql-dns-api/src/db.rs", + "from": "indieweb2-bastion/services/webmention-rate-limiter/src/limiter.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "indieweb2-bastion/graphql-dns-api/src/db.rs", + "from": "indieweb2-bastion/services/webmention-rate-limiter/src/limiter.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "indieweb2-bastion/graphql-dns-api/src/resolvers.rs", + "from": "indieweb2-bastion/services/webmention-rate-limiter/src/limiter.rs", "to": "Ecto", "relation": "framework", - "weight": 16.0 + "weight": 2.0 }, { - "from": "indieweb2-bastion/graphql-dns-api/src/resolvers.rs", + "from": "indieweb2-bastion/services/consent-api/mod.affine", "to": "Phoenix", "relation": "framework", - "weight": 16.0 + "weight": 1.0 }, { - "from": "indieweb2-bastion/graphql-dns-api/src/resolvers.rs", + "from": "indieweb2-bastion/services/consent-api/mod.affine", "to": "WebServer", "relation": "framework", - "weight": 16.0 + "weight": 1.0 }, { - "from": "indieweb2-bastion/graphql-dns-api/src/blockchain.rs", + "from": "indieweb2-bastion/services/consent-api/mod.affine", "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "indieweb2-bastion/graphql-dns-api/src/blockchain.rs", + "from": "indieweb2-bastion/services/voice-groove/mod.affine", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "indieweb2-bastion/graphql-dns-api/src/blockchain.rs", + "from": "indieweb2-bastion/services/voice-groove/mod.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { "from": "indieweb2-bastion/services/voice-groove/mod.affine", @@ -663,112 +657,112 @@ "weight": 1.0 }, { - "from": "indieweb2-bastion/services/voice-groove/mod.affine", + "from": "indieweb2-bastion/graphql-dns-api/src/resolvers.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 16.0 }, { - "from": "indieweb2-bastion/services/voice-groove/mod.affine", + "from": "indieweb2-bastion/graphql-dns-api/src/resolvers.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 16.0 }, { - "from": "indieweb2-bastion/services/consent-api/mod.affine", + "from": "indieweb2-bastion/graphql-dns-api/src/resolvers.rs", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 16.0 }, { - "from": "indieweb2-bastion/services/consent-api/mod.affine", + "from": "indieweb2-bastion/graphql-dns-api/src/main.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "indieweb2-bastion/services/consent-api/mod.affine", + "from": "indieweb2-bastion/graphql-dns-api/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "indieweb2-bastion/services/webmention-rate-limiter/tests/security_test.rs", + "from": "indieweb2-bastion/graphql-dns-api/src/main.rs", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "indieweb2-bastion/services/webmention-rate-limiter/tests/security_test.rs", + "from": "indieweb2-bastion/graphql-dns-api/src/blockchain.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "indieweb2-bastion/services/webmention-rate-limiter/tests/security_test.rs", + "from": "indieweb2-bastion/graphql-dns-api/src/blockchain.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "indieweb2-bastion/services/webmention-rate-limiter/src/main.rs", + "from": "indieweb2-bastion/graphql-dns-api/src/blockchain.rs", "to": "Ecto", "relation": "framework", "weight": 2.0 }, { - "from": "indieweb2-bastion/services/webmention-rate-limiter/src/main.rs", + "from": "indieweb2-bastion/graphql-dns-api/src/db.rs", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "indieweb2-bastion/services/webmention-rate-limiter/src/main.rs", + "from": "indieweb2-bastion/graphql-dns-api/src/db.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "indieweb2-bastion/services/webmention-rate-limiter/src/limiter.rs", + "from": "indieweb2-bastion/graphql-dns-api/src/db.rs", "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "indieweb2-bastion/services/webmention-rate-limiter/src/limiter.rs", + "from": "indieweb2-bastion/policy/curps/webmention.ncl", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "indieweb2-bastion/services/webmention-rate-limiter/src/limiter.rs", + "from": "indieweb2-bastion/policy/curps/webmention.ncl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "indieweb2-bastion/services/webmention-rate-limiter/src/handlers.rs", + "from": "indieweb2-bastion/policy/curps/webmention.ncl", "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "indieweb2-bastion/services/webmention-rate-limiter/src/handlers.rs", + "from": "indieweb2-bastion/policy/curps/policy.ncl", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "indieweb2-bastion/services/webmention-rate-limiter/src/handlers.rs", + "from": "indieweb2-bastion/policy/curps/policy.ncl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "indieweb2-bastion/odns-rs/proxy/src/main.rs", + "from": "indieweb2-bastion/policy/curps/policy.ncl", "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { "from": "indieweb2-bastion/odns-rs/proxy/src/main.rs", @@ -783,7 +777,7 @@ "weight": 2.0 }, { - "from": "indieweb2-bastion/odns-rs/resolver/src/main.rs", + "from": "indieweb2-bastion/odns-rs/proxy/src/main.rs", "to": "Ecto", "relation": "framework", "weight": 2.0 @@ -801,25 +795,25 @@ "weight": 2.0 }, { - "from": "indieweb2-bastion/odns-rs/common/benches/crypto_bench.rs", + "from": "indieweb2-bastion/odns-rs/resolver/src/main.rs", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "indieweb2-bastion/odns-rs/common/benches/crypto_bench.rs", + "from": "indieweb2-bastion/odns-rs/common/tests/e2e/odns_pipeline_test.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "indieweb2-bastion/odns-rs/common/benches/crypto_bench.rs", + "from": "indieweb2-bastion/odns-rs/common/tests/e2e/odns_pipeline_test.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "indieweb2-bastion/odns-rs/common/tests/aspect/security_test.rs", + "from": "indieweb2-bastion/odns-rs/common/tests/e2e/odns_pipeline_test.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 @@ -837,25 +831,25 @@ "weight": 1.0 }, { - "from": "indieweb2-bastion/odns-rs/common/tests/e2e/odns_pipeline_test.rs", + "from": "indieweb2-bastion/odns-rs/common/tests/aspect/security_test.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "indieweb2-bastion/odns-rs/common/tests/e2e/odns_pipeline_test.rs", + "from": "indieweb2-bastion/odns-rs/common/benches/crypto_bench.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "indieweb2-bastion/odns-rs/common/tests/e2e/odns_pipeline_test.rs", + "from": "indieweb2-bastion/odns-rs/common/benches/crypto_bench.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "indieweb2-bastion/odns-rs/common/src/protocol.rs", + "from": "indieweb2-bastion/odns-rs/common/benches/crypto_bench.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 @@ -871,25 +865,31 @@ "to": "WebServer", "relation": "framework", "weight": 1.0 + }, + { + "from": "indieweb2-bastion/odns-rs/common/src/protocol.rs", + "to": "Ecto", + "relation": "framework", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "UncheckedError", + "source_category": "InputBoundary", "sink_axis": "cpu", - "severity_value": 1.0, + "severity_value": 2.5, "files": [ - "backend/ada-core/src/civicconnect-verification.adb", - "backend/rust-api/src/api/verify.rs" + "indieweb2-bastion/policy/run.js", + "indieweb2-bastion/scripts/gen_scripts.js" ], "frameworks": [ - "Ecto", "Phoenix", - "WebServer" + "WebServer", + "Ecto" ], - "relation": "UncheckedError->Cpu" + "relation": "InputBoundary->Cpu" }, { "source_category": "DynamicCodeExecution", @@ -899,40 +899,40 @@ "backend/elixir-phoenix/lib/civic_web.ex" ], "frameworks": [ - "Ecto", "Phoenix", - "WebServer" + "WebServer", + "Ecto" ], "relation": "DynamicCodeExecution->Cpu" }, { - "source_category": "InputBoundary", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "HardcodedSecret", + "sink_axis": "network", + "severity_value": 5.0, "files": [ - "indieweb2-bastion/policy/run.js", - "indieweb2-bastion/scripts/gen_scripts.js" + "backend/rust-api/src/crypto/mod.rs" ], "frameworks": [ - "Ecto", "Phoenix", - "WebServer" + "WebServer", + "Ecto" ], - "relation": "InputBoundary->Cpu" + "relation": "HardcodedSecret->Network" }, { - "source_category": "HardcodedSecret", - "sink_axis": "network", - "severity_value": 5.0, + "source_category": "UncheckedError", + "sink_axis": "cpu", + "severity_value": 1.0, "files": [ - "backend/rust-api/src/crypto/mod.rs" + "backend/ada-core/src/civicconnect-verification.adb", + "backend/rust-api/src/api/verify.rs" ], "frameworks": [ - "Ecto", "Phoenix", - "WebServer" + "WebServer", + "Ecto" ], - "relation": "HardcodedSecret->Network" + "relation": "UncheckedError->Cpu" } ] } diff --git a/scans/claude-gecko-browser-extension.json b/scans/claude-gecko-browser-extension.json index afe3d30f..6b1a914c 100644 --- a/scans/claude-gecko-browser-extension.json +++ b/scans/claude-gecko-browser-extension.json @@ -1,7 +1,7 @@ { "schema_version": "2.5", "program_path": "claude-gecko-browser-extension", - "language": "nickel", + "language": "shell", "frameworks": [], "weak_points": [ { @@ -40,13 +40,13 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 1, "threading_constructs": 0 }, { @@ -60,13 +60,13 @@ "threading_constructs": 0 }, { - "file_path": "contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { @@ -82,9 +82,9 @@ ], "recommended_attacks": [ "memory", + "cpu", "network", - "disk", - "cpu" + "disk" ], "dependency_graph": { "edges": [] @@ -93,25 +93,25 @@ "rows": [ { "source_category": "DynamicCodeExecution", - "sink_axis": "network", + "sink_axis": "memory", "severity_value": 3.5, "files": [ "src/popup/popup.js", "src/content/content.js" ], "frameworks": [], - "relation": "DynamicCodeExecution->Network" + "relation": "DynamicCodeExecution->Memory" }, { "source_category": "DynamicCodeExecution", - "sink_axis": "memory", + "sink_axis": "network", "severity_value": 3.5, "files": [ "src/popup/popup.js", "src/content/content.js" ], "frameworks": [], - "relation": "DynamicCodeExecution->Memory" + "relation": "DynamicCodeExecution->Network" } ] } diff --git a/scans/claude-integrations.json b/scans/claude-integrations.json index ecd02cda..b5a061cc 100644 --- a/scans/claude-integrations.json +++ b/scans/claude-integrations.json @@ -7,25 +7,13 @@ ], "weak_points": [ { - "category": "HardcodedSecret", - "location": "mozilla-extension/src/core/storage.js", - "file": "mozilla-extension/src/core/storage.js", - "severity": "Critical", - "description": "Possible hardcoded secret in mozilla-extension/src/core/storage.js", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, - { - "category": "DynamicCodeExecution", - "location": "gecko-browser-extension/src/content/content.js", - "file": "gecko-browser-extension/src/content/content.js", + "category": "AtomExhaustion", + "location": "firefox-lsp/lib/lsp/server.ex", + "file": "firefox-lsp/lib/lsp/server.ex", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in gecko-browser-extension/src/content/content.js", + "description": "1 String.to_atom calls in firefox-lsp/lib/lsp/server.ex (use String.to_existing_atom)", "recommended_attack": [ - "memory", - "network" + "memory" ], "test_context": "production" }, @@ -42,15 +30,15 @@ "test_context": "production" }, { - "category": "AtomExhaustion", - "location": "firefox-lsp/lib/lsp/server.ex", - "file": "firefox-lsp/lib/lsp/server.ex", - "severity": "High", - "description": "1 String.to_atom calls in firefox-lsp/lib/lsp/server.ex (use String.to_existing_atom)", + "category": "MutationGap", + "location": "firefox-lsp/test/claude_firefox/lsp_test.exs", + "file": "firefox-lsp/test/claude_firefox/lsp_test.exs", + "severity": "Low", + "description": "Elixir test file firefox-lsp/test/claude_firefox/lsp_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "MutationGap", @@ -64,15 +52,27 @@ "test_context": "test_only" }, { - "category": "MutationGap", - "location": "firefox-lsp/test/claude_firefox/lsp_test.exs", - "file": "firefox-lsp/test/claude_firefox/lsp_test.exs", - "severity": "Low", - "description": "Elixir test file firefox-lsp/test/claude_firefox/lsp_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "HardcodedSecret", + "location": "mozilla-extension/src/core/storage.js", + "file": "mozilla-extension/src/core/storage.js", + "severity": "Critical", + "description": "Possible hardcoded secret in mozilla-extension/src/core/storage.js", "recommended_attack": [ - "cpu" + "network" ], - "test_context": "test_only" + "test_context": "production" + }, + { + "category": "DynamicCodeExecution", + "location": "gecko-browser-extension/src/content/content.js", + "file": "gecko-browser-extension/src/content/content.js", + "severity": "High", + "description": "DOM manipulation (innerHTML/document.write) in gecko-browser-extension/src/content/content.js", + "recommended_attack": [ + "memory", + "network" + ], + "test_context": "production" } ], "statistics": { @@ -86,58 +86,58 @@ }, "file_statistics": [ { - "file_path": "mozilla-extension/ai-cli-crash-capture/recoverer-setup.sh", - "lines": 155, + "file_path": "firefox-mcp/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "mozilla-extension/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "firefox-mcp/ai-cli-crash-capture/recoverer-setup.sh", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "mozilla-extension/src/core/api.js", - "lines": 142, + "file_path": "firefox-mcp/scripts/install.sh", + "lines": 85, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "gecko-browser-extension/ai-cli-crash-capture/recoverer-setup.sh", - "lines": 155, + "file_path": "firefox-lsp/lib/lsp/server.ex", + "lines": 246, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "gecko-browser-extension/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "firefox-lsp/lib/adapters/firefox.ex", + "lines": 366, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "gecko-browser-extension/src/background/background.js", - "lines": 166, + "file_path": "gitlab-bridge/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -156,7 +156,7 @@ "threading_constructs": 0 }, { - "file_path": "gitlab-bridge/contractiles/trust/Trustfile.hs", + "file_path": "mozilla-extension/contractiles/trust/Trustfile.hs", "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, @@ -166,48 +166,48 @@ "threading_constructs": 0 }, { - "file_path": "firefox-lsp/lib/adapters/firefox.ex", - "lines": 366, + "file_path": "mozilla-extension/ai-cli-crash-capture/recoverer-setup.sh", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 6, + "threading_constructs": 0 }, { - "file_path": "firefox-lsp/lib/lsp/server.ex", - "lines": 246, + "file_path": "mozilla-extension/src/core/api.js", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "firefox-mcp/ai-cli-crash-capture/recoverer-setup.sh", - "lines": 155, + "file_path": "gecko-browser-extension/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "firefox-mcp/scripts/install.sh", - "lines": 85, + "file_path": "gecko-browser-extension/ai-cli-crash-capture/recoverer-setup.sh", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "firefox-mcp/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "gecko-browser-extension/src/background/background.js", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -217,45 +217,45 @@ } ], "recommended_attacks": [ - "memory", "network", - "cpu", - "disk" + "memory", + "disk", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "mozilla-extension/ai-cli-crash-capture/recoverer-setup.sh", + "from": "firefox-mcp/contractiles/trust/Trustfile.hs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "mozilla-extension/contractiles/trust/Trustfile.hs", + "from": "firefox-mcp/ai-cli-crash-capture/recoverer-setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "mozilla-extension/src/core/api.js", + "from": "firefox-mcp/scripts/install.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "gecko-browser-extension/ai-cli-crash-capture/recoverer-setup.sh", + "from": "firefox-lsp/lib/lsp/server.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "gecko-browser-extension/contractiles/trust/Trustfile.hs", + "from": "firefox-lsp/lib/adapters/firefox.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "gecko-browser-extension/src/background/background.js", + "from": "gitlab-bridge/contractiles/trust/Trustfile.hs", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -267,37 +267,37 @@ "weight": 1.0 }, { - "from": "gitlab-bridge/contractiles/trust/Trustfile.hs", + "from": "mozilla-extension/contractiles/trust/Trustfile.hs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "firefox-lsp/lib/adapters/firefox.ex", + "from": "mozilla-extension/ai-cli-crash-capture/recoverer-setup.sh", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "firefox-lsp/lib/lsp/server.ex", + "from": "mozilla-extension/src/core/api.js", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "firefox-mcp/ai-cli-crash-capture/recoverer-setup.sh", + "from": "gecko-browser-extension/contractiles/trust/Trustfile.hs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "firefox-mcp/scripts/install.sh", + "from": "gecko-browser-extension/ai-cli-crash-capture/recoverer-setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "firefox-mcp/contractiles/trust/Trustfile.hs", + "from": "gecko-browser-extension/src/background/background.js", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -307,32 +307,33 @@ "taint_matrix": { "rows": [ { - "source_category": "HardcodedSecret", - "sink_axis": "network", - "severity_value": 5.0, + "source_category": "AtomExhaustion", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "mozilla-extension/src/core/storage.js" + "firefox-lsp/lib/lsp/server.ex" ], "frameworks": [ "OTP" ], - "relation": "HardcodedSecret->Network" + "relation": "AtomExhaustion->Memory" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "MutationGap", + "sink_axis": "cpu", + "severity_value": 1.0, "files": [ - "gecko-browser-extension/src/content/content.js" + "firefox-lsp/test/claude_firefox/lsp_test.exs", + "firefox-lsp/test/adapters/firefox_test.exs" ], "frameworks": [ "OTP" ], - "relation": "DynamicCodeExecution->Memory" + "relation": "MutationGap->Cpu" }, { "source_category": "CommandInjection", - "sink_axis": "cpu", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "firefox-lsp/lib/adapters/firefox.ex" @@ -340,56 +341,55 @@ "frameworks": [ "OTP" ], - "relation": "CommandInjection->Cpu" + "relation": "CommandInjection->Disk" }, { - "source_category": "DynamicCodeExecution", + "source_category": "HardcodedSecret", "sink_axis": "network", - "severity_value": 3.5, + "severity_value": 5.0, "files": [ - "gecko-browser-extension/src/content/content.js" + "mozilla-extension/src/core/storage.js" ], "frameworks": [ "OTP" ], - "relation": "DynamicCodeExecution->Network" + "relation": "HardcodedSecret->Network" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "DynamicCodeExecution", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "firefox-lsp/lib/adapters/firefox.ex" + "gecko-browser-extension/src/content/content.js" ], "frameworks": [ "OTP" ], - "relation": "CommandInjection->Disk" + "relation": "DynamicCodeExecution->Memory" }, { - "source_category": "MutationGap", - "sink_axis": "cpu", - "severity_value": 1.0, + "source_category": "DynamicCodeExecution", + "sink_axis": "network", + "severity_value": 3.5, "files": [ - "firefox-lsp/test/adapters/firefox_test.exs", - "firefox-lsp/test/claude_firefox/lsp_test.exs" + "gecko-browser-extension/src/content/content.js" ], "frameworks": [ "OTP" ], - "relation": "MutationGap->Cpu" + "relation": "DynamicCodeExecution->Network" }, { - "source_category": "AtomExhaustion", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "firefox-lsp/lib/lsp/server.ex" + "firefox-lsp/lib/adapters/firefox.ex" ], "frameworks": [ "OTP" ], - "relation": "AtomExhaustion->Memory" + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/cloud-sync-tuner.json b/scans/cloud-sync-tuner.json index 38300de4..a6b8c098 100644 --- a/scans/cloud-sync-tuner.json +++ b/scans/cloud-sync-tuner.json @@ -4,18 +4,6 @@ "language": "shell", "frameworks": [], "weak_points": [ - { - "category": "CommandInjection", - "location": "aur/submit-to-aur.sh", - "file": "aur/submit-to-aur.sh", - "severity": "Critical", - "description": "eval usage in aur/submit-to-aur.sh", - "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, { "category": "PanicPath", "location": "tray-daemon/src/main.rs", @@ -27,6 +15,18 @@ "disk" ], "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "aur/submit-to-aur.sh", + "file": "aur/submit-to-aur.sh", + "severity": "Critical", + "description": "eval usage in aur/submit-to-aur.sh", + "recommended_attack": [ + "cpu", + "disk" + ], + "test_context": "production" } ], "statistics": { @@ -40,15 +40,25 @@ }, "file_statistics": [ { - "file_path": "aur/submit-to-aur.sh", - "lines": 90, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, + { + "file_path": "tray-daemon/src/main.rs", + "lines": 285, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 15, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 3 + }, { "file_path": "overlay-daemon/src/main.rs", "lines": 366, @@ -61,23 +71,13 @@ "threading_constructs": 1 }, { - "file_path": "scripts/config-sync.sh", - "lines": 171, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "scripts/config-import.sh", - "lines": 73, + "file_path": "tests/verify_formal.adb", + "lines": 259, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { @@ -91,8 +91,8 @@ "threading_constructs": 0 }, { - "file_path": "tests/verify_formal.adb", - "lines": 259, + "file_path": "aur/submit-to-aur.sh", + "lines": 90, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -101,23 +101,23 @@ "threading_constructs": 0 }, { - "file_path": "tray-daemon/src/main.rs", - "lines": 285, + "file_path": "scripts/config-import.sh", + "lines": 73, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 15, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 3 + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "src/cloud_sync_tuner.adb", - "lines": 1619, + "file_path": "scripts/config-sync.sh", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -141,40 +141,50 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/cloud_sync_tuner.adb", + "lines": 1619, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 2, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", - "cpu", "concurrency", - "memory" + "memory", + "disk", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "tests/test_runner.adb", - "to": "tests/verify_formal.adb", - "relation": "shared_dir:tests", + "from": "scripts/config-import.sh", + "to": "scripts/config-sync.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/config-sync.sh", - "to": "scripts/config-import.sh", - "relation": "shared_dir:scripts", + "from": "tests/verify_formal.adb", + "to": "tests/test_runner.adb", + "relation": "shared_dir:tests", "weight": 1.0 } ] }, "taint_matrix": { "rows": [ + { + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "tray-daemon/src/main.rs" + ], + "frameworks": [], + "relation": "PanicPath->Memory" + }, { "source_category": "CommandInjection", "sink_axis": "cpu", @@ -186,34 +196,24 @@ "relation": "CommandInjection->Cpu" }, { - "source_category": "PanicPath", + "source_category": "CommandInjection", "sink_axis": "disk", - "severity_value": 2.5, + "severity_value": 5.0, "files": [ - "tray-daemon/src/main.rs" + "aur/submit-to-aur.sh" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "CommandInjection->Disk" }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "tray-daemon/src/main.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" - }, - { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 5.0, - "files": [ - "aur/submit-to-aur.sh" - ], - "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "PanicPath->Disk" } ] } diff --git a/scans/cloudflare-dns-terraform.json b/scans/cloudflare-dns-terraform.json index 4164864b..195929f0 100644 --- a/scans/cloudflare-dns-terraform.json +++ b/scans/cloudflare-dns-terraform.json @@ -51,8 +51,8 @@ }, "file_statistics": [ { - "file_path": "workers/consent-aware-http.js", - "lines": 85, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -60,6 +60,26 @@ "io_operations": 1, "threading_constructs": 0 }, + { + "file_path": "generate-domains-csv.sh", + "lines": 63, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "extract-current-dns.sh", + "lines": 52, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, { "file_path": "workers/security-headers.js", "lines": 38, @@ -71,8 +91,8 @@ "threading_constructs": 0 }, { - "file_path": "workers/http-capability-gateway.js", - "lines": 152, + "file_path": "workers/consent-aware-http.js", + "lines": 85, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -81,23 +101,23 @@ "threading_constructs": 0 }, { - "file_path": "scripts/edge-redirect-check.sh", - "lines": 395, + "file_path": "workers/http-capability-gateway.js", + "lines": 152, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 14, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/test-edge-redirect-check.sh", - "lines": 679, + "file_path": "auto-add-new-sites.sh", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 54, + "io_operations": 1, "threading_constructs": 0 }, { @@ -111,33 +131,33 @@ "threading_constructs": 0 }, { - "file_path": "scripts/dns-origin-audit.sh", - "lines": 269, + "file_path": "scripts/test-edge-redirect-check.sh", + "lines": 679, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 54, "threading_constructs": 0 }, { - "file_path": "generate-domains-csv.sh", - "lines": 63, + "file_path": "scripts/dns-origin-audit.sh", + "lines": 269, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "auto-add-new-sites.sh", - "lines": 62, + "file_path": "scripts/edge-redirect-check.sh", + "lines": 395, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 14, "threading_constructs": 0 }, { @@ -159,73 +179,53 @@ "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 - }, - { - "file_path": "extract-current-dns.sh", - "lines": 52, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 } ], "recommended_attacks": [ + "disk", "cpu", - "network", - "disk" + "network" ], "dependency_graph": { "edges": [ { - "from": "scripts/edge-redirect-check.sh", + "from": "scripts/test-dns-origin-audit.sh", "to": "scripts/test-edge-redirect-check.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { "from": "scripts/test-edge-redirect-check.sh", - "to": "scripts/test-dns-origin-audit.sh", + "to": "scripts/dns-origin-audit.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/test-dns-origin-audit.sh", - "to": "scripts/dns-origin-audit.sh", + "from": "scripts/dns-origin-audit.sh", + "to": "scripts/edge-redirect-check.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { "from": "generate-domains-csv.sh", - "to": "auto-add-new-sites.sh", + "to": "extract-current-dns.sh", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "auto-add-new-sites.sh", - "to": "extract-current-dns.sh", + "from": "extract-current-dns.sh", + "to": "auto-add-new-sites.sh", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "workers/consent-aware-http.js", - "to": "workers/security-headers.js", + "from": "workers/security-headers.js", + "to": "workers/consent-aware-http.js", "relation": "shared_dir:workers", "weight": 1.0 }, { - "from": "workers/security-headers.js", + "from": "workers/consent-aware-http.js", "to": "workers/http-capability-gateway.js", "relation": "shared_dir:workers", "weight": 1.0 @@ -234,16 +234,6 @@ }, "taint_matrix": { "rows": [ - { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "scripts/test-edge-redirect-check.sh" - ], - "frameworks": [], - "relation": "CommandInjection->Cpu" - }, { "source_category": "InsecureProtocol", "sink_axis": "network", @@ -263,6 +253,16 @@ ], "frameworks": [], "relation": "InputBoundary->Cpu" + }, + { + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "scripts/test-edge-redirect-check.sh" + ], + "frameworks": [], + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/cloudguard-cli.json b/scans/cloudguard-cli.json index ce3466bd..8ddd99e1 100644 --- a/scans/cloudguard-cli.json +++ b/scans/cloudguard-cli.json @@ -83,6 +83,16 @@ "threading_constructs": 4 }, "file_statistics": [ + { + "file_path": "tests/smoke_test.rs", + "lines": 296, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 6, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "benches/cloudguard_bench.rs", "lines": 147, @@ -114,37 +124,25 @@ "threading_constructs": 0 }, { - "file_path": "tests/smoke_test.rs", - "lines": 296, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "src/main.rs", - "lines": 915, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 7, - "safe_unwrap_calls": 11, - "allocation_sites": 6, - "io_operations": 3, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/api/mod.rs", - "lines": 658, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 10, - "allocation_sites": 8, - "io_operations": 3, - "threading_constructs": 2 - }, { "file_path": "src/abi/Foreign.idr", "lines": 217, @@ -166,45 +164,47 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "src/main.rs", + "lines": 915, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "unwrap_calls": 7, + "safe_unwrap_calls": 11, + "allocation_sites": 6, + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, + "file_path": "src/api/mod.rs", + "lines": 658, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 + "unwrap_calls": 2, + "safe_unwrap_calls": 10, + "allocation_sites": 8, + "io_operations": 3, + "threading_constructs": 2 } ], "recommended_attacks": [ - "cpu", - "memory", "disk", + "memory", + "cpu", "concurrency" ], "dependency_graph": { "edges": [ - { - "from": "src/abi/Foreign.idr", - "to": "src/abi/Types.idr", - "relation": "shared_dir:src/abi", - "weight": 1.0 - }, { "from": "scripts/maintenance/perms-state.sh", "to": "scripts/maintenance/run-maintenance.sh", "relation": "shared_dir:scripts/maintenance", "weight": 1.0 + }, + { + "from": "src/abi/Foreign.idr", + "to": "src/abi/Types.idr", + "relation": "shared_dir:src/abi", + "weight": 1.0 } ] }, @@ -222,47 +222,47 @@ "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "CommandInjection", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "scripts/maintenance/run-maintenance.sh" + "src/main.rs", + "src/api/mod.rs" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "PanicPath->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/main.rs", "src/api/mod.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "src/main.rs", "src/api/mod.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "source_category": "CommandInjection", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/main.rs", - "src/api/mod.rs" + "scripts/maintenance/run-maintenance.sh" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/cloudguard-server.json b/scans/cloudguard-server.json index 995b517b..f1522219 100644 --- a/scans/cloudguard-server.json +++ b/scans/cloudguard-server.json @@ -38,6 +38,26 @@ "threading_constructs": 4 }, "file_statistics": [ + { + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "tests/e2e.sh", + "lines": 226, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 7, + "threading_constructs": 0 + }, { "file_path": "scripts/maintenance/perms-state.sh", "lines": 241, @@ -59,35 +79,34 @@ "threading_constructs": 0 }, { - "file_path": "tests/e2e.sh", - "lines": 226, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "src/main.rs", - "lines": 379, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "src/api/mod.rs", - "lines": 491, + "file_path": "src/auth.rs", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 10, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { "file_path": "src/abi/Foreign.idr", @@ -110,66 +129,41 @@ "threading_constructs": 0 }, { - "file_path": "src/auth.rs", - "lines": 78, + "file_path": "src/main.rs", + "lines": 379, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, + "file_path": "src/api/mod.rs", + "lines": 491, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 5, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 - }, - { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", "concurrency", - "memory", - "disk" + "disk", + "cpu", + "memory" ], "dependency_graph": { "edges": [ { - "from": "src/main.rs", - "to": "src/auth.rs", + "from": "src/auth.rs", + "to": "src/main.rs", "relation": "shared_dir:src", "weight": 1.0 }, - { - "from": "src/abi/Foreign.idr", - "to": "src/abi/Types.idr", - "relation": "shared_dir:src/abi", - "weight": 1.0 - }, { "from": "scripts/maintenance/perms-state.sh", "to": "scripts/maintenance/run-maintenance.sh", @@ -177,25 +171,19 @@ "weight": 1.0 }, { - "from": "scripts/maintenance/perms-state.sh", - "to": "WebServer", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "scripts/maintenance/perms-state.sh", - "to": "Networking", - "relation": "framework", + "from": "src/abi/Foreign.idr", + "to": "src/abi/Types.idr", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { - "from": "scripts/maintenance/run-maintenance.sh", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/maintenance/run-maintenance.sh", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -213,52 +201,52 @@ "weight": 1.0 }, { - "from": "src/main.rs", + "from": "scripts/maintenance/perms-state.sh", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/main.rs", + "from": "scripts/maintenance/perms-state.sh", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/api/mod.rs", + "from": "scripts/maintenance/run-maintenance.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/api/mod.rs", + "from": "scripts/maintenance/run-maintenance.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", + "from": "ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 4.0 }, { - "from": "src/abi/Foreign.idr", + "from": "ffi/zig/test/integration_test.zig", "to": "Networking", "relation": "framework", - "weight": 36.0 + "weight": 4.0 }, { - "from": "src/abi/Types.idr", + "from": "ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "src/abi/Types.idr", + "from": "ffi/zig/src/main.zig", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { "from": "src/auth.rs", @@ -273,37 +261,49 @@ "weight": 2.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 36.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "src/abi/Foreign.idr", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 36.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "src/abi/Types.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "src/main.rs", + "to": "WebServer", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "src/main.rs", + "to": "Networking", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "src/api/mod.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "src/api/mod.rs", "to": "Networking", "relation": "framework", "weight": 1.0 diff --git a/scans/conative-gating.json b/scans/conative-gating.json index f03a9f96..29aa65e4 100644 --- a/scans/conative-gating.json +++ b/scans/conative-gating.json @@ -3,10 +3,32 @@ "program_path": "conative-gating", "language": "rust", "frameworks": [ - "OTP", - "Networking" + "Networking", + "OTP" ], "weak_points": [ + { + "category": "HardcodedSecret", + "location": "tests/security_aspect_test.rs", + "file": "tests/security_aspect_test.rs", + "severity": "Critical", + "description": "Possible hardcoded secret in tests/security_aspect_test.rs", + "recommended_attack": [ + "network" + ], + "test_context": "test_only" + }, + { + "category": "HardcodedSecret", + "location": "tests/gating_pipeline_test.rs", + "file": "tests/gating_pipeline_test.rs", + "severity": "Critical", + "description": "Possible hardcoded secret in tests/gating_pipeline_test.rs", + "recommended_attack": [ + "network" + ], + "test_context": "test_only" + }, { "category": "HardcodedSecret", "location": "benches/oracle_bench.rs", @@ -53,33 +75,46 @@ "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "tests/security_aspect_test.rs", - "file": "tests/security_aspect_test.rs", - "severity": "Critical", - "description": "Possible hardcoded secret in tests/security_aspect_test.rs", + "category": "PanicPath", + "location": "src/contract/src/arbiter.rs", + "file": "src/contract/src/arbiter.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in src/contract/src/arbiter.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "src/contract/src/lib.rs", + "file": "src/contract/src/lib.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src/contract/src/lib.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" }, { "category": "HardcodedSecret", - "location": "tests/gating_pipeline_test.rs", - "file": "tests/gating_pipeline_test.rs", + "location": "src/contract/src/lib.rs", + "file": "src/contract/src/lib.rs", "severity": "Critical", - "description": "Possible hardcoded secret in tests/gating_pipeline_test.rs", + "description": "Possible hardcoded secret in src/contract/src/lib.rs", "recommended_attack": [ "network" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "src/main.rs", - "file": "src/main.rs", + "location": "src/oracle/src/lib.rs", + "file": "src/oracle/src/lib.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/main.rs", + "description": "Potential unbounded allocation pattern detected in src/oracle/src/lib.rs", "recommended_attack": [ "memory", "cpu" @@ -87,23 +122,22 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "src/main.rs", - "file": "src/main.rs", - "severity": "Medium", - "description": "0 panic sites and 12 unwrap/expect calls in src/main.rs", + "category": "HardcodedSecret", + "location": "src/oracle/src/lib.rs", + "file": "src/oracle/src/lib.rs", + "severity": "Critical", + "description": "Possible hardcoded secret in src/oracle/src/lib.rs", "recommended_attack": [ - "memory", - "disk" + "network" ], "test_context": "production" }, { "category": "PanicPath", - "location": "src/contract/src/arbiter.rs", - "file": "src/contract/src/arbiter.rs", + "location": "src/oracle/src/nickel.rs", + "file": "src/oracle/src/nickel.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in src/contract/src/arbiter.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/oracle/src/nickel.rs", "recommended_attack": [ "memory", "disk" @@ -112,10 +146,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/contract/src/lib.rs", - "file": "src/contract/src/lib.rs", + "location": "src/main.rs", + "file": "src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/contract/src/lib.rs", + "description": "Potential unbounded allocation pattern detected in src/main.rs", "recommended_attack": [ "memory", "cpu" @@ -123,13 +157,14 @@ "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "src/contract/src/lib.rs", - "file": "src/contract/src/lib.rs", - "severity": "Critical", - "description": "Possible hardcoded secret in src/contract/src/lib.rs", + "category": "PanicPath", + "location": "src/main.rs", + "file": "src/main.rs", + "severity": "Medium", + "description": "0 panic sites and 12 unwrap/expect calls in src/main.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], "test_context": "production" }, @@ -147,14 +182,13 @@ }, { "category": "MutationGap", - "location": "src/arbiter/test/audit_log_test.exs", - "file": "src/arbiter/test/audit_log_test.exs", + "location": "src/arbiter/test/protocol_server_test.exs", + "file": "src/arbiter/test/protocol_server_test.exs", "severity": "Low", - "description": "Elixir test file src/arbiter/test/audit_log_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file src/arbiter/test/protocol_server_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { @@ -170,61 +204,27 @@ }, { "category": "MutationGap", - "location": "src/arbiter/test/consensus_arbiter_test.exs", - "file": "src/arbiter/test/consensus_arbiter_test.exs", + "location": "src/arbiter/test/audit_log_test.exs", + "file": "src/arbiter/test/audit_log_test.exs", "severity": "Low", - "description": "Elixir test file src/arbiter/test/consensus_arbiter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file src/arbiter/test/audit_log_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "src/arbiter/test/protocol_server_test.exs", - "file": "src/arbiter/test/protocol_server_test.exs", + "location": "src/arbiter/test/consensus_arbiter_test.exs", + "file": "src/arbiter/test/consensus_arbiter_test.exs", "severity": "Low", - "description": "Elixir test file src/arbiter/test/protocol_server_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file src/arbiter/test/consensus_arbiter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, - { - "category": "PanicPath", - "location": "src/oracle/src/nickel.rs", - "file": "src/oracle/src/nickel.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/oracle/src/nickel.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "src/oracle/src/lib.rs", - "file": "src/oracle/src/lib.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/oracle/src/lib.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "HardcodedSecret", - "location": "src/oracle/src/lib.rs", - "file": "src/oracle/src/lib.rs", - "severity": "Critical", - "description": "Possible hardcoded secret in src/oracle/src/lib.rs", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, { "category": "MutationGap", "location": "Cargo.toml", @@ -245,6 +245,17 @@ "threading_constructs": 35 }, "file_statistics": [ + { + "file_path": "tests/generative_test.rs", + "lines": 545, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 4 + }, { "file_path": "config/policy.ncl", "lines": 121, @@ -256,75 +267,73 @@ "threading_constructs": 0 }, { - "file_path": "scripts/reconcile-wharf-repos.sh", - "lines": 134, - "unsafe_blocks": 0, + "file_path": "Src/Abi/Foreign.idr", + "lines": 28, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/apply-common-files.sh", - "lines": 227, + "file_path": "scripts/apply-justfiles.sh", + "lines": 404, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "scripts/mass-apply-templates.sh", - "lines": 491, + "file_path": "scripts/apply-common-files.sh", + "lines": 227, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/apply-justfiles.sh", - "lines": 404, + "file_path": "scripts/reconcile-wharf-repos.sh", + "lines": 134, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tests/generative_test.rs", - "lines": 545, + "file_path": "scripts/mass-apply-templates.sh", + "lines": 491, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 4 + "allocation_sites": 0, + "io_operations": 8, + "threading_constructs": 0 }, { - "file_path": "Src/Abi/Foreign.idr", - "lines": 28, - "unsafe_blocks": 2, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "src/main.rs", - "lines": 1965, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 12, - "safe_unwrap_calls": 9, - "allocation_sites": 16, - "io_operations": 13, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -350,15 +359,37 @@ "threading_constructs": 1 }, { - "file_path": "src/slm/src/http.rs", - "lines": 436, + "file_path": "src/oracle/src/lib.rs", + "lines": 1496, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 5, - "allocation_sites": 8, + "allocation_sites": 22, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "src/oracle/src/nickel.rs", + "lines": 111, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 15 + "threading_constructs": 1 + }, + { + "file_path": "src/main.rs", + "lines": 1965, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 12, + "safe_unwrap_calls": 9, + "allocation_sites": 16, + "io_operations": 13, + "threading_constructs": 0 }, { "file_path": "src/slm/src/provider.rs", @@ -372,14 +403,15 @@ "threading_constructs": 8 }, { - "file_path": "src/arbiter/lib/conative_gating/audit_log.ex", - "lines": 208, + "file_path": "src/slm/src/http.rs", + "lines": 436, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "safe_unwrap_calls": 5, + "allocation_sites": 8, + "io_operations": 1, + "threading_constructs": 15 }, { "file_path": "src/arbiter/lib/conative_gating/consensus_arbiter.ex", @@ -392,82 +424,56 @@ "threading_constructs": 1 }, { - "file_path": "src/arbiter/test/audit_log_test.exs", - "lines": 134, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, - "threading_constructs": 0 - }, - { - "file_path": "src/oracle/src/nickel.rs", - "lines": 111, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 1 - }, - { - "file_path": "src/oracle/src/lib.rs", - "lines": 1496, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 22, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "src/arbiter/lib/conative_gating/audit_log.ex", + "lines": 208, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, + "file_path": "src/arbiter/test/audit_log_test.exs", + "lines": 134, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 7, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", - "cpu", - "memory", "network", - "concurrency" + "memory", + "concurrency", + "disk", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "scripts/reconcile-wharf-repos.sh", + "from": "src/arbiter/lib/conative_gating/consensus_arbiter.ex", + "to": "src/arbiter/lib/conative_gating/audit_log.ex", + "relation": "shared_dir:src/arbiter/lib/conative_gating", + "weight": 1.0 + }, + { + "from": "scripts/apply-justfiles.sh", "to": "scripts/apply-common-files.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { "from": "scripts/apply-common-files.sh", - "to": "scripts/mass-apply-templates.sh", + "to": "scripts/reconcile-wharf-repos.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/mass-apply-templates.sh", - "to": "scripts/apply-justfiles.sh", + "from": "scripts/reconcile-wharf-repos.sh", + "to": "scripts/mass-apply-templates.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, @@ -478,28 +484,28 @@ "weight": 1.0 }, { - "from": "src/arbiter/lib/conative_gating/audit_log.ex", - "to": "src/arbiter/lib/conative_gating/consensus_arbiter.ex", - "relation": "shared_dir:src/arbiter/lib/conative_gating", + "from": "src/slm/src/provider.rs", + "to": "src/slm/src/http.rs", + "relation": "shared_dir:src/slm/src", "weight": 1.0 }, { - "from": "src/oracle/src/nickel.rs", - "to": "src/oracle/src/lib.rs", + "from": "src/oracle/src/lib.rs", + "to": "src/oracle/src/nickel.rs", "relation": "shared_dir:src/oracle/src", "weight": 1.0 }, { - "from": "src/slm/src/http.rs", - "to": "src/slm/src/provider.rs", - "relation": "shared_dir:src/slm/src", - "weight": 1.0 + "from": "tests/generative_test.rs", + "to": "Networking", + "relation": "framework", + "weight": 8.0 }, { - "from": "config/policy.ncl", + "from": "tests/generative_test.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 8.0 }, { "from": "config/policy.ncl", @@ -508,94 +514,94 @@ "weight": 1.0 }, { - "from": "scripts/reconcile-wharf-repos.sh", + "from": "config/policy.ncl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/reconcile-wharf-repos.sh", + "from": "Src/Abi/Foreign.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "scripts/apply-common-files.sh", + "from": "Src/Abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "scripts/apply-common-files.sh", + "from": "scripts/apply-justfiles.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/mass-apply-templates.sh", + "from": "scripts/apply-justfiles.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/mass-apply-templates.sh", + "from": "scripts/apply-common-files.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/apply-justfiles.sh", + "from": "scripts/apply-common-files.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/apply-justfiles.sh", + "from": "scripts/reconcile-wharf-repos.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/generative_test.rs", + "from": "scripts/reconcile-wharf-repos.sh", "to": "OTP", "relation": "framework", - "weight": 8.0 + "weight": 1.0 }, { - "from": "tests/generative_test.rs", + "from": "scripts/mass-apply-templates.sh", "to": "Networking", "relation": "framework", - "weight": 8.0 + "weight": 1.0 }, { - "from": "Src/Abi/Foreign.idr", + "from": "scripts/mass-apply-templates.sh", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "Src/Abi/Foreign.idr", + "from": "ffi/zig/test/integration_test.zig", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 4.0 }, { - "from": "src/main.rs", + "from": "ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 12.0 + "weight": 4.0 }, { - "from": "src/main.rs", + "from": "ffi/zig/src/main.zig", "to": "Networking", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "src/contract/src/arbiter.rs", + "from": "ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { "from": "src/contract/src/arbiter.rs", @@ -604,10 +610,10 @@ "weight": 6.0 }, { - "from": "src/contract/src/lib.rs", + "from": "src/contract/src/arbiter.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { "from": "src/contract/src/lib.rs", @@ -616,110 +622,104 @@ "weight": 2.0 }, { - "from": "src/slm/src/http.rs", + "from": "src/contract/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 30.0 + "weight": 2.0 }, { - "from": "src/slm/src/http.rs", + "from": "src/oracle/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 30.0 + "weight": 1.0 }, { - "from": "src/slm/src/provider.rs", + "from": "src/oracle/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "src/slm/src/provider.rs", + "from": "src/oracle/src/nickel.rs", "to": "Networking", "relation": "framework", - "weight": 18.0 + "weight": 3.0 }, { - "from": "src/arbiter/lib/conative_gating/audit_log.ex", + "from": "src/oracle/src/nickel.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "src/arbiter/lib/conative_gating/audit_log.ex", + "from": "src/main.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 12.0 }, { - "from": "src/arbiter/lib/conative_gating/consensus_arbiter.ex", + "from": "src/main.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 12.0 }, { - "from": "src/arbiter/lib/conative_gating/consensus_arbiter.ex", + "from": "src/slm/src/provider.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 18.0 }, { - "from": "src/arbiter/test/audit_log_test.exs", + "from": "src/slm/src/provider.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "src/arbiter/test/audit_log_test.exs", + "from": "src/slm/src/http.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 30.0 }, { - "from": "src/oracle/src/nickel.rs", + "from": "src/slm/src/http.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 30.0 }, { - "from": "src/oracle/src/nickel.rs", + "from": "src/arbiter/lib/conative_gating/consensus_arbiter.ex", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "src/oracle/src/lib.rs", + "from": "src/arbiter/lib/conative_gating/consensus_arbiter.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/oracle/src/lib.rs", + "from": "src/arbiter/lib/conative_gating/audit_log.ex", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "src/arbiter/lib/conative_gating/audit_log.ex", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "src/arbiter/test/audit_log_test.exs", "to": "Networking", "relation": "framework", - "weight": 4.0 - }, - { - "from": "ffi/zig/src/main.zig", - "to": "OTP", - "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", - "to": "Networking", + "from": "src/arbiter/test/audit_log_test.exs", + "to": "OTP", "relation": "framework", "weight": 1.0 } @@ -728,31 +728,48 @@ "taint_matrix": { "rows": [ { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 5.0, + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "scripts/mass-apply-templates.sh", - "scripts/mass-apply-templates.sh" + "src/contract/src/arbiter.rs", + "src/oracle/src/nickel.rs", + "src/main.rs", + "src/slm/src/provider.rs" ], "frameworks": [ - "OTP", - "Networking" + "Networking", + "OTP" ], - "relation": "CommandInjection->Cpu" + "relation": "PanicPath->Disk" + }, + { + "source_category": "UnboundedAllocation", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "src/contract/src/lib.rs", + "src/oracle/src/lib.rs", + "src/main.rs" + ], + "frameworks": [ + "Networking", + "OTP" + ], + "relation": "UnboundedAllocation->Memory" }, { "source_category": "UnboundedAllocation", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/main.rs", "src/contract/src/lib.rs", - "src/oracle/src/lib.rs" + "src/oracle/src/lib.rs", + "src/main.rs" ], "frameworks": [ - "OTP", - "Networking" + "Networking", + "OTP" ], "relation": "UnboundedAllocation->Cpu" }, @@ -761,106 +778,89 @@ "sink_axis": "network", "severity_value": 5.0, "files": [ - "benches/oracle_bench.rs", "tests/security_aspect_test.rs", "tests/gating_pipeline_test.rs", + "benches/oracle_bench.rs", "src/contract/src/lib.rs", "src/oracle/src/lib.rs" ], "frameworks": [ - "OTP", - "Networking" + "Networking", + "OTP" ], "relation": "HardcodedSecret->Network" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 5.0, - "files": [ - "scripts/mass-apply-templates.sh" - ], - "frameworks": [ - "OTP", - "Networking" - ], - "relation": "CommandInjection->Disk" - }, - { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "source_category": "InsecureProtocol", + "sink_axis": "network", "severity_value": 2.5, "files": [ - "src/main.rs", - "src/contract/src/lib.rs", - "src/oracle/src/lib.rs" + "templates/rsr-metadata.ncl" ], "frameworks": [ - "OTP", - "Networking" + "Networking", + "OTP" ], - "relation": "UnboundedAllocation->Memory" + "relation": "InsecureProtocol->Network" }, { - "source_category": "PanicPath", - "sink_axis": "memory", - "severity_value": 2.5, + "source_category": "MutationGap", + "sink_axis": "cpu", + "severity_value": 1.0, "files": [ - "src/main.rs", - "src/contract/src/arbiter.rs", - "src/slm/src/provider.rs", - "src/oracle/src/nickel.rs" + "src/arbiter/test/protocol_server_test.exs", + "src/arbiter/test/arbiter_protocol_test.exs", + "src/arbiter/test/audit_log_test.exs", + "src/arbiter/test/consensus_arbiter_test.exs" ], "frameworks": [ - "OTP", - "Networking" + "Networking", + "OTP" ], - "relation": "PanicPath->Memory" + "relation": "MutationGap->Cpu" }, { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 5.0, "files": [ - "src/main.rs", - "src/contract/src/arbiter.rs", - "src/slm/src/provider.rs", - "src/oracle/src/nickel.rs" + "scripts/mass-apply-templates.sh", + "scripts/mass-apply-templates.sh" ], "frameworks": [ - "OTP", - "Networking" + "Networking", + "OTP" ], - "relation": "PanicPath->Disk" + "relation": "CommandInjection->Cpu" }, { - "source_category": "MutationGap", - "sink_axis": "cpu", - "severity_value": 1.0, + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 5.0, "files": [ - "src/arbiter/test/audit_log_test.exs", - "src/arbiter/test/arbiter_protocol_test.exs", - "src/arbiter/test/consensus_arbiter_test.exs", - "src/arbiter/test/protocol_server_test.exs" + "scripts/mass-apply-templates.sh" ], "frameworks": [ - "OTP", - "Networking" + "Networking", + "OTP" ], - "relation": "MutationGap->Cpu" + "relation": "CommandInjection->Disk" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", + "source_category": "PanicPath", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "templates/rsr-metadata.ncl" + "src/contract/src/arbiter.rs", + "src/oracle/src/nickel.rs", + "src/main.rs", + "src/slm/src/provider.rs" ], "frameworks": [ - "OTP", - "Networking" + "Networking", + "OTP" ], - "relation": "InsecureProtocol->Network" + "relation": "PanicPath->Memory" } ] } diff --git a/scans/conflow.json b/scans/conflow.json index f99f7bb1..4cf40abf 100644 --- a/scans/conflow.json +++ b/scans/conflow.json @@ -8,10 +8,10 @@ "weak_points": [ { "category": "UnboundedAllocation", - "location": "src/rsr/config.rs", - "file": "src/rsr/config.rs", + "location": "src/analyzer/mod.rs", + "file": "src/analyzer/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/rsr/config.rs", + "description": "Potential unbounded allocation pattern detected in src/analyzer/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -20,10 +20,22 @@ }, { "category": "UnboundedAllocation", - "location": "src/rsr/requirements.rs", - "file": "src/rsr/requirements.rs", + "location": "src/cache/filesystem.rs", + "file": "src/cache/filesystem.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/rsr/requirements.rs", + "description": "Potential unbounded allocation pattern detected in src/cache/filesystem.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "src/rsr/templates.rs", + "file": "src/rsr/templates.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src/rsr/templates.rs", "recommended_attack": [ "memory", "cpu" @@ -56,10 +68,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/rsr/templates.rs", - "file": "src/rsr/templates.rs", + "location": "src/rsr/config.rs", + "file": "src/rsr/config.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/rsr/templates.rs", + "description": "Potential unbounded allocation pattern detected in src/rsr/config.rs", "recommended_attack": [ "memory", "cpu" @@ -91,26 +103,26 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "src/utils/spinner.rs", - "file": "src/utils/spinner.rs", + "category": "UnboundedAllocation", + "location": "src/rsr/requirements.rs", + "file": "src/rsr/requirements.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in src/utils/spinner.rs", + "description": "Potential unbounded allocation pattern detected in src/rsr/requirements.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src/pipeline/definition.rs", - "file": "src/pipeline/definition.rs", + "category": "PanicPath", + "location": "src/utils/spinner.rs", + "file": "src/utils/spinner.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/pipeline/definition.rs", + "description": "0 panic sites and 2 unwrap/expect calls in src/utils/spinner.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, @@ -128,22 +140,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/analyzer/mod.rs", - "file": "src/analyzer/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/analyzer/mod.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "src/cache/filesystem.rs", - "file": "src/cache/filesystem.rs", + "location": "src/pipeline/definition.rs", + "file": "src/pipeline/definition.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/cache/filesystem.rs", + "description": "Potential unbounded allocation pattern detected in src/pipeline/definition.rs", "recommended_attack": [ "memory", "cpu" @@ -170,6 +170,26 @@ "threading_constructs": 4 }, "file_statistics": [ + { + "file_path": "tests/property_test.rs", + "lines": 213, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "tests/e2e_test.rs", + "lines": 305, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, { "file_path": "examples/multi-env/environments/dev.ncl", "lines": 22, @@ -221,43 +241,85 @@ "threading_constructs": 0 }, { - "file_path": "tests/property_test.rs", - "lines": 213, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/e2e_test.rs", - "lines": 305, + "file_path": "src/analyzer/recommender.rs", + "lines": 220, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rsr/config.rs", - "lines": 489, + "file_path": "src/analyzer/patterns.rs", + "lines": 189, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "src/cache/hash.rs", + "lines": 184, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "src/cache/filesystem.rs", + "lines": 386, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 5, + "threading_constructs": 0 + }, + { + "file_path": "src/rsr/diff.rs", + "lines": 477, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 6, "allocation_sites": 4, - "io_operations": 4, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/rsr/requirements.rs", - "lines": 409, + "file_path": "src/rsr/templates.rs", + "lines": 1118, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { @@ -272,13 +334,13 @@ "threading_constructs": 0 }, { - "file_path": "src/rsr/templates.rs", - "lines": 1118, + "file_path": "src/rsr/config.rs", + "lines": 489, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, + "allocation_sites": 4, + "io_operations": 4, "threading_constructs": 0 }, { @@ -303,33 +365,32 @@ "threading_constructs": 0 }, { - "file_path": "src/rsr/diff.rs", - "lines": 477, + "file_path": "src/rsr/schemas.rs", + "lines": 480, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 4, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "src/rsr/schemas.rs", - "lines": 480, + "file_path": "src/rsr/requirements.rs", + "lines": 409, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/errors/recovery.rs", - "lines": 164, + "file_path": "src/utils/spinner.rs", + "lines": 109, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, + "unwrap_calls": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, @@ -344,12 +405,12 @@ "threading_constructs": 0 }, { - "file_path": "src/utils/spinner.rs", - "lines": 109, + "file_path": "src/errors/recovery.rs", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, @@ -363,16 +424,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/pipeline/definition.rs", - "lines": 501, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, { "file_path": "src/pipeline/dag.rs", "lines": 366, @@ -384,6 +435,16 @@ "io_operations": 0, "threading_constructs": 0 }, + { + "file_path": "src/pipeline/definition.rs", + "lines": 501, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, { "file_path": "src/pipeline/executor.rs", "lines": 317, @@ -396,12 +457,23 @@ "threading_constructs": 1 }, { - "file_path": "src/executors/mod.rs", - "lines": 158, + "file_path": "src/cli/init.rs", + "lines": 434, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 13, + "threading_constructs": 0 + }, + { + "file_path": "src/cli/validate.rs", + "lines": 107, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, @@ -416,14 +488,13 @@ "threading_constructs": 1 }, { - "file_path": "src/cli/init.rs", - "lines": 434, + "file_path": "src/cli/run.rs", + "lines": 136, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 13, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { @@ -437,16 +508,6 @@ "io_operations": 1, "threading_constructs": 0 }, - { - "file_path": "src/cli/validate.rs", - "lines": 107, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/cli/cache.rs", "lines": 111, @@ -458,197 +519,142 @@ "threading_constructs": 0 }, { - "file_path": "src/cli/run.rs", - "lines": 136, + "file_path": "src/executors/mod.rs", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/analyzer/recommender.rs", - "lines": 220, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/analyzer/patterns.rs", - "lines": 189, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/cache/hash.rs", - "lines": 184, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "src/cache/filesystem.rs", - "lines": 386, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 5, - "threading_constructs": 0 - }, - { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 12, "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ + "concurrency", "cpu", "memory", - "concurrency", "disk" ], "dependency_graph": { "edges": [ { - "from": "src/errors/recovery.rs", - "to": "src/errors/mod.rs", - "relation": "shared_dir:src/errors", + "from": "src/rsr/diff.rs", + "to": "src/rsr/templates.rs", + "relation": "shared_dir:src/rsr", "weight": 1.0 }, { - "from": "src/cli/watch.rs", - "to": "src/cli/init.rs", - "relation": "shared_dir:src/cli", + "from": "src/rsr/templates.rs", + "to": "src/rsr/compliance.rs", + "relation": "shared_dir:src/rsr", "weight": 1.0 }, { - "from": "src/cli/init.rs", - "to": "src/cli/rsr.rs", - "relation": "shared_dir:src/cli", + "from": "src/rsr/compliance.rs", + "to": "src/rsr/config.rs", + "relation": "shared_dir:src/rsr", "weight": 1.0 }, { - "from": "src/cli/rsr.rs", - "to": "src/cli/validate.rs", - "relation": "shared_dir:src/cli", + "from": "src/rsr/config.rs", + "to": "src/rsr/hooks.rs", + "relation": "shared_dir:src/rsr", "weight": 1.0 }, { - "from": "src/cli/validate.rs", - "to": "src/cli/cache.rs", - "relation": "shared_dir:src/cli", + "from": "src/rsr/hooks.rs", + "to": "src/rsr/remediation.rs", + "relation": "shared_dir:src/rsr", "weight": 1.0 }, { - "from": "src/cli/cache.rs", - "to": "src/cli/run.rs", - "relation": "shared_dir:src/cli", + "from": "src/rsr/remediation.rs", + "to": "src/rsr/schemas.rs", + "relation": "shared_dir:src/rsr", "weight": 1.0 }, { - "from": "src/cache/hash.rs", - "to": "src/cache/filesystem.rs", - "relation": "shared_dir:src/cache", + "from": "src/rsr/schemas.rs", + "to": "src/rsr/requirements.rs", + "relation": "shared_dir:src/rsr", "weight": 1.0 }, { - "from": "src/rsr/config.rs", - "to": "src/rsr/requirements.rs", - "relation": "shared_dir:src/rsr", + "from": "tests/property_test.rs", + "to": "tests/e2e_test.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/rsr/requirements.rs", - "to": "src/rsr/compliance.rs", - "relation": "shared_dir:src/rsr", + "from": "examples/multi-env/environments/dev.ncl", + "to": "examples/multi-env/environments/prod.ncl", + "relation": "shared_dir:examples/multi-env/environments", "weight": 1.0 }, { - "from": "src/rsr/compliance.rs", - "to": "src/rsr/templates.rs", - "relation": "shared_dir:src/rsr", + "from": "examples/multi-env/environments/prod.ncl", + "to": "examples/multi-env/environments/staging.ncl", + "relation": "shared_dir:examples/multi-env/environments", "weight": 1.0 }, { - "from": "src/rsr/templates.rs", - "to": "src/rsr/hooks.rs", - "relation": "shared_dir:src/rsr", + "from": "src/cache/hash.rs", + "to": "src/cache/filesystem.rs", + "relation": "shared_dir:src/cache", "weight": 1.0 }, { - "from": "src/rsr/hooks.rs", - "to": "src/rsr/remediation.rs", - "relation": "shared_dir:src/rsr", + "from": "src/cli/init.rs", + "to": "src/cli/validate.rs", + "relation": "shared_dir:src/cli", "weight": 1.0 }, { - "from": "src/rsr/remediation.rs", - "to": "src/rsr/diff.rs", - "relation": "shared_dir:src/rsr", + "from": "src/cli/validate.rs", + "to": "src/cli/watch.rs", + "relation": "shared_dir:src/cli", "weight": 1.0 }, { - "from": "src/rsr/diff.rs", - "to": "src/rsr/schemas.rs", - "relation": "shared_dir:src/rsr", + "from": "src/cli/watch.rs", + "to": "src/cli/run.rs", + "relation": "shared_dir:src/cli", "weight": 1.0 }, { - "from": "src/pipeline/validation.rs", - "to": "src/pipeline/definition.rs", - "relation": "shared_dir:src/pipeline", + "from": "src/cli/run.rs", + "to": "src/cli/rsr.rs", + "relation": "shared_dir:src/cli", "weight": 1.0 }, { - "from": "src/pipeline/definition.rs", + "from": "src/cli/rsr.rs", + "to": "src/cli/cache.rs", + "relation": "shared_dir:src/cli", + "weight": 1.0 + }, + { + "from": "src/pipeline/validation.rs", "to": "src/pipeline/dag.rs", "relation": "shared_dir:src/pipeline", "weight": 1.0 }, { "from": "src/pipeline/dag.rs", - "to": "src/pipeline/executor.rs", + "to": "src/pipeline/definition.rs", "relation": "shared_dir:src/pipeline", "weight": 1.0 }, { - "from": "examples/multi-env/environments/dev.ncl", - "to": "examples/multi-env/environments/prod.ncl", - "relation": "shared_dir:examples/multi-env/environments", + "from": "src/pipeline/definition.rs", + "to": "src/pipeline/executor.rs", + "relation": "shared_dir:src/pipeline", "weight": 1.0 }, { - "from": "examples/multi-env/environments/prod.ncl", - "to": "examples/multi-env/environments/staging.ncl", - "relation": "shared_dir:examples/multi-env/environments", + "from": "src/errors/mod.rs", + "to": "src/errors/recovery.rs", + "relation": "shared_dir:src/errors", "weight": 1.0 }, { @@ -659,84 +665,78 @@ }, { "from": "tests/property_test.rs", - "to": "tests/e2e_test.rs", - "relation": "shared_dir:tests", - "weight": 1.0 - }, - { - "from": "examples/multi-env/environments/dev.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "examples/multi-env/environments/prod.ncl", + "from": "tests/e2e_test.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "examples/multi-env/environments/staging.ncl", + "from": "examples/multi-env/environments/dev.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "examples/SafeDOMExample.affine", + "from": "examples/multi-env/environments/prod.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "benches/conflow_bench.rs", + "from": "examples/multi-env/environments/staging.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/property_test.rs", + "from": "examples/SafeDOMExample.affine", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e_test.rs", + "from": "benches/conflow_bench.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rsr/config.rs", + "from": "ffi/zig/test/integration_test.zig", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "src/rsr/requirements.rs", + "from": "ffi/zig/src/main.zig", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rsr/compliance.rs", + "from": "src/analyzer/recommender.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rsr/templates.rs", + "from": "src/analyzer/patterns.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rsr/hooks.rs", + "from": "src/cache/hash.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rsr/remediation.rs", + "from": "src/cache/filesystem.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -748,127 +748,127 @@ "weight": 1.0 }, { - "from": "src/rsr/schemas.rs", + "from": "src/rsr/templates.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/errors/recovery.rs", + "from": "src/rsr/compliance.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/errors/mod.rs", + "from": "src/rsr/config.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/utils/spinner.rs", + "from": "src/rsr/hooks.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/pipeline/validation.rs", + "from": "src/rsr/remediation.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/pipeline/definition.rs", + "from": "src/rsr/schemas.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/pipeline/dag.rs", + "from": "src/rsr/requirements.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/pipeline/executor.rs", + "from": "src/utils/spinner.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "src/executors/mod.rs", + "from": "src/errors/mod.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/cli/watch.rs", + "from": "src/errors/recovery.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/cli/init.rs", + "from": "src/pipeline/validation.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/cli/rsr.rs", + "from": "src/pipeline/dag.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/cli/validate.rs", + "from": "src/pipeline/definition.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/cli/cache.rs", + "from": "src/pipeline/executor.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/cli/run.rs", + "from": "src/cli/init.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/analyzer/recommender.rs", + "from": "src/cli/validate.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/analyzer/patterns.rs", + "from": "src/cli/watch.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/cache/hash.rs", + "from": "src/cli/run.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/cache/filesystem.rs", + "from": "src/cli/rsr.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "src/cli/cache.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "src/executors/mod.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -878,58 +878,58 @@ "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/rsr/config.rs", - "src/rsr/requirements.rs", "src/rsr/compliance.rs", - "src/rsr/templates.rs", - "src/rsr/remediation.rs", - "src/rsr/schemas.rs", - "src/pipeline/definition.rs", - "src/analyzer/mod.rs", - "src/cache/filesystem.rs" + "src/utils/spinner.rs", + "src/pipeline/dag.rs" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "PanicPath->Memory" }, { - "source_category": "PanicPath", + "source_category": "UnboundedAllocation", "sink_axis": "memory", "severity_value": 2.5, "files": [ + "src/analyzer/mod.rs", + "src/cache/filesystem.rs", + "src/rsr/templates.rs", "src/rsr/compliance.rs", - "src/utils/spinner.rs", - "src/pipeline/dag.rs" + "src/rsr/config.rs", + "src/rsr/remediation.rs", + "src/rsr/schemas.rs", + "src/rsr/requirements.rs", + "src/pipeline/definition.rs" ], "frameworks": [ "Networking" ], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/rsr/config.rs", - "src/rsr/requirements.rs", - "src/rsr/compliance.rs", + "src/analyzer/mod.rs", + "src/cache/filesystem.rs", "src/rsr/templates.rs", + "src/rsr/compliance.rs", + "src/rsr/config.rs", "src/rsr/remediation.rs", "src/rsr/schemas.rs", - "src/pipeline/definition.rs", - "src/analyzer/mod.rs", - "src/cache/filesystem.rs" + "src/rsr/requirements.rs", + "src/pipeline/definition.rs" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "PanicPath", diff --git a/scans/continuation-mesh.json b/scans/continuation-mesh.json index a2730919..01b94dff 100644 --- a/scans/continuation-mesh.json +++ b/scans/continuation-mesh.json @@ -8,10 +8,10 @@ "weak_points": [ { "category": "CommandInjection", - "location": "bag/lib/bag/github_bridge.ex", - "file": "bag/lib/bag/github_bridge.ex", + "location": "bag/lib/bag/executor.ex", + "file": "bag/lib/bag/executor.ex", "severity": "Medium", - "description": "System command execution in bag/lib/bag/github_bridge.ex", + "description": "System command execution in bag/lib/bag/executor.ex", "recommended_attack": [ "cpu", "disk" @@ -20,10 +20,10 @@ }, { "category": "CommandInjection", - "location": "bag/lib/bag/executor.ex", - "file": "bag/lib/bag/executor.ex", + "location": "bag/lib/bag/github_bridge.ex", + "file": "bag/lib/bag/github_bridge.ex", "severity": "Medium", - "description": "System command execution in bag/lib/bag/executor.ex", + "description": "System command execution in bag/lib/bag/github_bridge.ex", "recommended_attack": [ "cpu", "disk" @@ -31,22 +31,23 @@ "test_context": "production" }, { - "category": "MutationGap", - "location": "bag/test/bag_test.exs", - "file": "bag/test/bag_test.exs", - "severity": "Low", - "description": "Elixir test file bag/test/bag_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": "bag/test/ci_sweep_manifest_test.exs", + "file": "bag/test/ci_sweep_manifest_test.exs", + "severity": "Medium", + "description": "System command execution in bag/test/ci_sweep_manifest_test.exs", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], "test_context": "test_only" }, { "category": "MutationGap", - "location": "bag/test/github_bridge_test.exs", - "file": "bag/test/github_bridge_test.exs", + "location": "bag/test/ci_sweep_manifest_test.exs", + "file": "bag/test/ci_sweep_manifest_test.exs", "severity": "Low", - "description": "Elixir test file bag/test/github_bridge_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file bag/test/ci_sweep_manifest_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -54,34 +55,35 @@ }, { "category": "CommandInjection", - "location": "bag/test/test_helper.exs", - "file": "bag/test/test_helper.exs", + "location": "bag/test/mesh_check_test.exs", + "file": "bag/test/mesh_check_test.exs", "severity": "Medium", - "description": "System command execution in bag/test/test_helper.exs", + "description": "System command execution in bag/test/mesh_check_test.exs", "recommended_attack": [ "cpu", "disk" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "CommandInjection", - "location": "bag/test/merge_orchestration_e2e_test.exs", - "file": "bag/test/merge_orchestration_e2e_test.exs", - "severity": "Medium", - "description": "System command execution in bag/test/merge_orchestration_e2e_test.exs", + "category": "MutationGap", + "location": "bag/test/mesh_check_test.exs", + "file": "bag/test/mesh_check_test.exs", + "severity": "Low", + "description": "Elixir test file bag/test/mesh_check_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "bag/test/merge_orchestration_e2e_test.exs", - "file": "bag/test/merge_orchestration_e2e_test.exs", + "location": "bag/test/bag_report_test.exs", + "file": "bag/test/bag_report_test.exs", "severity": "Low", - "description": "Elixir test file bag/test/merge_orchestration_e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file bag/test/bag_report_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -89,10 +91,10 @@ }, { "category": "CommandInjection", - "location": "bag/test/ci_sweep_manifest_test.exs", - "file": "bag/test/ci_sweep_manifest_test.exs", + "location": "bag/test/planner_test.exs", + "file": "bag/test/planner_test.exs", "severity": "Medium", - "description": "System command execution in bag/test/ci_sweep_manifest_test.exs", + "description": "System command execution in bag/test/planner_test.exs", "recommended_attack": [ "cpu", "disk" @@ -101,46 +103,46 @@ }, { "category": "MutationGap", - "location": "bag/test/ci_sweep_manifest_test.exs", - "file": "bag/test/ci_sweep_manifest_test.exs", + "location": "bag/test/planner_test.exs", + "file": "bag/test/planner_test.exs", "severity": "Low", - "description": "Elixir test file bag/test/ci_sweep_manifest_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file bag/test/planner_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "CommandInjection", - "location": "bag/test/planner_test.exs", - "file": "bag/test/planner_test.exs", - "severity": "Medium", - "description": "System command execution in bag/test/planner_test.exs", + "category": "MutationGap", + "location": "bag/test/github_bridge_test.exs", + "file": "bag/test/github_bridge_test.exs", + "severity": "Low", + "description": "Elixir test file bag/test/github_bridge_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], "test_context": "test_only" }, { "category": "MutationGap", - "location": "bag/test/planner_test.exs", - "file": "bag/test/planner_test.exs", + "location": "bag/test/bag_test.exs", + "file": "bag/test/bag_test.exs", "severity": "Low", - "description": "Elixir test file bag/test/planner_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file bag/test/bag_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "bag/test/bag_report_test.exs", - "file": "bag/test/bag_report_test.exs", - "severity": "Low", - "description": "Elixir test file bag/test/bag_report_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": "bag/test/test_helper.exs", + "file": "bag/test/test_helper.exs", + "severity": "Medium", + "description": "System command execution in bag/test/test_helper.exs", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], "test_context": "test_only" }, @@ -171,27 +173,25 @@ }, { "category": "CommandInjection", - "location": "bag/test/mesh_check_test.exs", - "file": "bag/test/mesh_check_test.exs", + "location": "bag/test/merge_orchestration_e2e_test.exs", + "file": "bag/test/merge_orchestration_e2e_test.exs", "severity": "Medium", - "description": "System command execution in bag/test/mesh_check_test.exs", + "description": "System command execution in bag/test/merge_orchestration_e2e_test.exs", "recommended_attack": [ "cpu", "disk" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "bag/test/mesh_check_test.exs", - "file": "bag/test/mesh_check_test.exs", + "location": "bag/test/merge_orchestration_e2e_test.exs", + "file": "bag/test/merge_orchestration_e2e_test.exs", "severity": "Low", - "description": "Elixir test file bag/test/mesh_check_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file bag/test/merge_orchestration_e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" } ], @@ -206,13 +206,13 @@ }, "file_statistics": [ { - "file_path": "scripts/ci-baton-demo.sh", - "lines": 81, + "file_path": "bag/lib/bag/executor.ex", + "lines": 193, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { @@ -226,8 +226,8 @@ "threading_constructs": 1 }, { - "file_path": "bag/lib/bag/executor.ex", - "lines": 193, + "file_path": "bag/test/mesh_check_test.exs", + "lines": 146, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -246,8 +246,8 @@ "threading_constructs": 0 }, { - "file_path": "bag/test/mesh_check_test.exs", - "lines": 146, + "file_path": "guix/bootstrap.sh", + "lines": 99, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -255,6 +255,16 @@ "io_operations": 2, "threading_constructs": 0 }, + { + "file_path": "scripts/ci-baton-demo.sh", + "lines": 81, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, { "file_path": "src/checks/zig_fmt.zig", "lines": 64, @@ -265,6 +275,16 @@ "io_operations": 4, "threading_constructs": 0 }, + { + "file_path": "src/main.zig", + "lines": 1502, + "unsafe_blocks": 0, + "panic_sites": 1, + "unwrap_calls": 0, + "allocation_sites": 3, + "io_operations": 28, + "threading_constructs": 0 + }, { "file_path": "src/store.zig", "lines": 77, @@ -294,66 +314,46 @@ "allocation_sites": 1, "io_operations": 2, "threading_constructs": 0 - }, - { - "file_path": "src/main.zig", - "lines": 1502, - "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 28, - "threading_constructs": 0 - }, - { - "file_path": "guix/bootstrap.sh", - "lines": 99, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", - "cpu" + "cpu", + "disk" ], "dependency_graph": { "edges": [ { - "from": "src/store.zig", - "to": "src/root.zig", - "relation": "shared_dir:src", + "from": "bag/lib/bag/executor.ex", + "to": "bag/lib/bag/mesh.ex", + "relation": "shared_dir:bag/lib/bag", "weight": 1.0 }, { - "from": "src/root.zig", - "to": "src/crypto.zig", + "from": "src/main.zig", + "to": "src/store.zig", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/crypto.zig", - "to": "src/main.zig", + "from": "src/store.zig", + "to": "src/root.zig", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "bag/test/ci_baton_test.exs", - "to": "bag/test/mesh_check_test.exs", - "relation": "shared_dir:bag/test", + "from": "src/root.zig", + "to": "src/crypto.zig", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "bag/lib/bag/mesh.ex", - "to": "bag/lib/bag/executor.ex", - "relation": "shared_dir:bag/lib/bag", + "from": "bag/test/mesh_check_test.exs", + "to": "bag/test/ci_baton_test.exs", + "relation": "shared_dir:bag/test", "weight": 1.0 }, { - "from": "scripts/ci-baton-demo.sh", + "from": "bag/lib/bag/executor.ex", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -365,7 +365,7 @@ "weight": 2.0 }, { - "from": "bag/lib/bag/executor.ex", + "from": "bag/test/mesh_check_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -377,43 +377,43 @@ "weight": 1.0 }, { - "from": "bag/test/mesh_check_test.exs", + "from": "guix/bootstrap.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/checks/zig_fmt.zig", + "from": "scripts/ci-baton-demo.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/store.zig", + "from": "src/checks/zig_fmt.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/root.zig", + "from": "src/main.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/crypto.zig", + "from": "src/store.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/main.zig", + "from": "src/root.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "guix/bootstrap.sh", + "from": "src/crypto.zig", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -423,37 +423,37 @@ "taint_matrix": { "rows": [ { - "source_category": "MutationGap", - "sink_axis": "cpu", - "severity_value": 1.0, + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "bag/test/bag_test.exs", - "bag/test/github_bridge_test.exs", - "bag/test/merge_orchestration_e2e_test.exs", + "bag/lib/bag/executor.ex", + "bag/lib/bag/github_bridge.ex", "bag/test/ci_sweep_manifest_test.exs", + "bag/test/mesh_check_test.exs", "bag/test/planner_test.exs", - "bag/test/bag_report_test.exs", + "bag/test/test_helper.exs", "bag/test/ci_baton_test.exs", - "bag/test/mesh_check_test.exs" + "bag/test/merge_orchestration_e2e_test.exs" ], "frameworks": [ "OTP" ], - "relation": "MutationGap->Cpu" + "relation": "CommandInjection->Disk" }, { "source_category": "CommandInjection", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "bag/lib/bag/github_bridge.ex", "bag/lib/bag/executor.ex", - "bag/test/test_helper.exs", - "bag/test/merge_orchestration_e2e_test.exs", + "bag/lib/bag/github_bridge.ex", "bag/test/ci_sweep_manifest_test.exs", + "bag/test/mesh_check_test.exs", "bag/test/planner_test.exs", + "bag/test/test_helper.exs", "bag/test/ci_baton_test.exs", - "bag/test/mesh_check_test.exs" + "bag/test/merge_orchestration_e2e_test.exs" ], "frameworks": [ "OTP" @@ -461,23 +461,23 @@ "relation": "CommandInjection->Cpu" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "MutationGap", + "sink_axis": "cpu", + "severity_value": 1.0, "files": [ - "bag/lib/bag/github_bridge.ex", - "bag/lib/bag/executor.ex", - "bag/test/test_helper.exs", - "bag/test/merge_orchestration_e2e_test.exs", "bag/test/ci_sweep_manifest_test.exs", + "bag/test/mesh_check_test.exs", + "bag/test/bag_report_test.exs", "bag/test/planner_test.exs", + "bag/test/github_bridge_test.exs", + "bag/test/bag_test.exs", "bag/test/ci_baton_test.exs", - "bag/test/mesh_check_test.exs" + "bag/test/merge_orchestration_e2e_test.exs" ], "frameworks": [ "OTP" ], - "relation": "CommandInjection->Disk" + "relation": "MutationGap->Cpu" } ] } diff --git a/scans/contractiles.json b/scans/contractiles.json index 9b8c4608..362b4356 100644 --- a/scans/contractiles.json +++ b/scans/contractiles.json @@ -27,13 +27,13 @@ }, "file_statistics": [ { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 276, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -47,13 +47,13 @@ "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 276, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], diff --git a/scans/cookie-rebound.json b/scans/cookie-rebound.json index aa37649c..dd70e69f 100644 --- a/scans/cookie-rebound.json +++ b/scans/cookie-rebound.json @@ -26,6 +26,16 @@ "threading_constructs": 0 }, "file_statistics": [ + { + "file_path": "src/interface/abi/Foreign.idr", + "lines": 280, + "unsafe_blocks": 16, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "src/interface/ffi/test/integration_test.zig", "lines": 274, @@ -55,21 +65,11 @@ "allocation_sites": 6, "io_operations": 15, "threading_constructs": 0 - }, - { - "file_path": "src/interface/abi/Foreign.idr", - "lines": 280, - "unsafe_blocks": 16, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", "disk", + "memory", "cpu" ], "dependency_graph": { diff --git a/scans/coord-tui.json b/scans/coord-tui.json index cc04890d..c977ba2f 100644 --- a/scans/coord-tui.json +++ b/scans/coord-tui.json @@ -73,8 +73,8 @@ ], "recommended_attacks": [ "memory", - "disk", - "cpu" + "cpu", + "disk" ], "dependency_graph": { "edges": [] @@ -83,43 +83,43 @@ "rows": [ { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/main.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/main.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "PanicPath->Memory" }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ "src/main.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "src/main.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" } ] } diff --git a/scans/coq-jr.json b/scans/coq-jr.json index 9ef1a7e2..e70969dc 100644 --- a/scans/coq-jr.json +++ b/scans/coq-jr.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "UnsafeFFI", - "location": "src/Deno.affine", - "file": "src/Deno.affine", + "location": "src/Dom.affine", + "file": "src/Dom.affine", "severity": "Medium", - "description": "9 FFI/external bindings in src/Deno.affine", + "description": "30 FFI/external bindings in src/Dom.affine", "recommended_attack": [ "memory" ], @@ -17,10 +17,10 @@ }, { "category": "InsecureProtocol", - "location": "src/Components.affine", - "file": "src/Components.affine", + "location": "src/Page.affine", + "file": "src/Page.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in src/Components.affine", + "description": "2 HTTP (non-HTTPS) URLs in src/Page.affine", "recommended_attack": [ "network" ], @@ -28,10 +28,10 @@ }, { "category": "UnsafeFFI", - "location": "src/Dom.affine", - "file": "src/Dom.affine", + "location": "src/Deno.affine", + "file": "src/Deno.affine", "severity": "Medium", - "description": "30 FFI/external bindings in src/Dom.affine", + "description": "9 FFI/external bindings in src/Deno.affine", "recommended_attack": [ "memory" ], @@ -39,10 +39,10 @@ }, { "category": "InsecureProtocol", - "location": "src/Page.affine", - "file": "src/Page.affine", + "location": "src/Components.affine", + "file": "src/Components.affine", "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in src/Page.affine", + "description": "1 HTTP (non-HTTPS) URLs in src/Components.affine", "recommended_attack": [ "network" ], @@ -70,85 +70,85 @@ "threading_constructs": 0 }, { - "file_path": "src/Deno.affine", - "lines": 37, - "unsafe_blocks": 9, + "file_path": "src/JsCoq.affine", + "lines": 68, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/Components.affine", - "lines": 180, - "unsafe_blocks": 0, + "file_path": "src/Dom.affine", + "lines": 60, + "unsafe_blocks": 30, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/Dom.affine", - "lines": 60, - "unsafe_blocks": 30, + "file_path": "src/Server.affine", + "lines": 82, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/JsCoq.affine", - "lines": 68, - "unsafe_blocks": 2, + "file_path": "src/Deno.affine", + "lines": 37, + "unsafe_blocks": 9, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/Server.affine", - "lines": 82, + "file_path": "src/Components.affine", + "lines": 180, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", - "disk", "network", + "disk", + "cpu", "memory" ], "dependency_graph": { "edges": [ { - "from": "src/Deno.affine", - "to": "src/Components.affine", + "from": "src/JsCoq.affine", + "to": "src/Dom.affine", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/Components.affine", - "to": "src/Dom.affine", + "from": "src/Dom.affine", + "to": "src/Server.affine", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/Dom.affine", - "to": "src/JsCoq.affine", + "from": "src/Server.affine", + "to": "src/Deno.affine", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/JsCoq.affine", - "to": "src/Server.affine", + "from": "src/Deno.affine", + "to": "src/Components.affine", "relation": "shared_dir:src", "weight": 1.0 } @@ -161,8 +161,8 @@ "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/Deno.affine", - "src/Dom.affine" + "src/Dom.affine", + "src/Deno.affine" ], "frameworks": [], "relation": "UnsafeFFI->Memory" @@ -172,8 +172,8 @@ "sink_axis": "network", "severity_value": 2.5, "files": [ - "src/Components.affine", - "src/Page.affine" + "src/Page.affine", + "src/Components.affine" ], "frameworks": [], "relation": "InsecureProtocol->Network" diff --git a/scans/dafniser.json b/scans/dafniser.json index cb561faa..bc3d67f0 100644 --- a/scans/dafniser.json +++ b/scans/dafniser.json @@ -37,23 +37,24 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "tests/integration_test.rs", + "lines": 207, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/install-zig.sh", - "lines": 59, + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { @@ -67,33 +68,32 @@ "threading_constructs": 0 }, { - "file_path": "tests/integration_test.rs", - "lines": 207, + "file_path": "scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/codegen/parser.rs", - "lines": 336, + "file_path": "src/manifest/mod.rs", + "lines": 307, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 432, + "file_path": "src/codegen/parser.rs", + "lines": 336, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, @@ -118,26 +118,26 @@ "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 307, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 432, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", "memory", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, @@ -153,23 +153,23 @@ "rows": [ { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" } ] } diff --git a/scans/deed-core.json b/scans/deed-core.json index 90a75a04..7378b6fe 100644 --- a/scans/deed-core.json +++ b/scans/deed-core.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "CommandInjection", - "location": "benchmarks/parser-bench.sh", - "file": "benchmarks/parser-bench.sh", - "severity": "Critical", - "description": "eval usage in benchmarks/parser-bench.sh", + "location": "pandoc/a2ml-filter.lua", + "file": "pandoc/a2ml-filter.lua", + "severity": "High", + "description": "os.execute/io.popen in pandoc/a2ml-filter.lua", "recommended_attack": [ "cpu", "disk" @@ -29,16 +29,15 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "pandoc/a2ml-filter.lua", - "file": "pandoc/a2ml-filter.lua", - "severity": "High", - "description": "os.execute/io.popen in pandoc/a2ml-filter.lua", + "category": "MutationGap", + "location": "bindings/elixir/test/a2_ml_test.exs", + "file": "bindings/elixir/test/a2_ml_test.exs", + "severity": "Low", + "description": "Elixir test file bindings/elixir/test/a2_ml_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "PanicPath", @@ -54,10 +53,10 @@ }, { "category": "PanicPath", - "location": "lsp/src/diagnostics.rs", - "file": "lsp/src/diagnostics.rs", + "location": "lsp/src/hover.rs", + "file": "lsp/src/hover.rs", "severity": "Medium", - "description": "0 panic sites and 6 unwrap/expect calls in lsp/src/diagnostics.rs", + "description": "0 panic sites and 2 unwrap/expect calls in lsp/src/hover.rs", "recommended_attack": [ "memory", "disk" @@ -66,10 +65,10 @@ }, { "category": "PanicPath", - "location": "lsp/src/hover.rs", - "file": "lsp/src/hover.rs", + "location": "lsp/src/diagnostics.rs", + "file": "lsp/src/diagnostics.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in lsp/src/hover.rs", + "description": "0 panic sites and 6 unwrap/expect calls in lsp/src/diagnostics.rs", "recommended_attack": [ "memory", "disk" @@ -77,15 +76,16 @@ "test_context": "production" }, { - "category": "MutationGap", - "location": "bindings/elixir/test/a2_ml_test.exs", - "file": "bindings/elixir/test/a2_ml_test.exs", - "severity": "Low", - "description": "Elixir test file bindings/elixir/test/a2_ml_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": "benchmarks/parser-bench.sh", + "file": "benchmarks/parser-bench.sh", + "severity": "Critical", + "description": "eval usage in benchmarks/parser-bench.sh", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], - "test_context": "test_only" + "test_context": "production" } ], "statistics": { @@ -119,43 +119,43 @@ "threading_constructs": 0 }, { - "file_path": "actions/validate/src/interface/ffi/test/integration_test.zig", - "lines": 182, + "file_path": "pandoc/a2ml-filter.lua", + "lines": 464, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "actions/validate/src/interface/ffi/src/main.zig", - "lines": 274, + "file_path": "pandoc/src/interface/ffi/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "benchmarks/parser-bench.sh", - "lines": 262, + "file_path": "pandoc/src/interface/ffi/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "prototype/ada-tui/src/main.adb", - "lines": 80, + "file_path": "prototype/affinescript/src/VectorRunner.affine", + "lines": 94, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 8, "threading_constructs": 0 }, { @@ -179,23 +179,23 @@ "threading_constructs": 0 }, { - "file_path": "prototype/affinescript/src/VectorRunner.affine", - "lines": 94, + "file_path": "prototype/affinescript/src/DumpAst.affine", + "lines": 24, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "prototype/affinescript/src/DumpAst.affine", - "lines": 24, + "file_path": "prototype/ada-tui/src/main.adb", + "lines": 80, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { @@ -218,36 +218,6 @@ "io_operations": 2, "threading_constructs": 0 }, - { - "file_path": "pandoc/a2ml-filter.lua", - "lines": 464, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "pandoc/src/interface/ffi/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "pandoc/src/interface/ffi/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "ffi/zig/test/integration_test.zig", "lines": 182, @@ -269,8 +239,8 @@ "threading_constructs": 0 }, { - "file_path": "cli/build.sh", - "lines": 124, + "file_path": "bindings/haskell/src/Data/A2ML/Parser.hs", + "lines": 195, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -279,34 +249,24 @@ "threading_constructs": 0 }, { - "file_path": "lsp/src/completions.rs", - "lines": 313, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 3, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "lsp/src/diagnostics.rs", - "lines": 567, + "file_path": "bindings/haskell/src/interface/ffi/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 6, - "allocation_sites": 20, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "lsp/src/hover.rs", - "lines": 367, + "file_path": "bindings/haskell/src/interface/ffi/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { "file_path": "bindings/deno/src/A2ML_Parser.affine", @@ -370,23 +330,23 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/error.rs", - "lines": 77, + "file_path": "bindings/rust/src/renderer.rs", + "lines": 269, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/renderer.rs", - "lines": 269, + "file_path": "bindings/rust/src/error.rs", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -400,17 +360,37 @@ "threading_constructs": 0 }, { - "file_path": "bindings/haskell/src/Data/A2ML/Parser.hs", - "lines": 195, + "file_path": "lsp/src/completions.rs", + "lines": 313, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 3, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "lsp/src/hover.rs", + "lines": 367, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "bindings/haskell/src/interface/ffi/test/integration_test.zig", + "file_path": "lsp/src/diagnostics.rs", + "lines": 567, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 6, + "allocation_sites": 20, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "actions/validate/src/interface/ffi/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -420,7 +400,7 @@ "threading_constructs": 2 }, { - "file_path": "bindings/haskell/src/interface/ffi/src/main.zig", + "file_path": "actions/validate/src/interface/ffi/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -428,75 +408,95 @@ "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 + }, + { + "file_path": "cli/build.sh", + "lines": 124, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "benchmarks/parser-bench.sh", + "lines": 262, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 } ], "recommended_attacks": [ - "concurrency", - "cpu", "network", + "memory", "disk", - "memory" + "cpu", + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "scripts/deploy-site.sh", - "to": "scripts/add-arxiv-badge.sh", - "relation": "shared_dir:scripts", + "from": "lsp/src/completions.rs", + "to": "lsp/src/hover.rs", + "relation": "shared_dir:lsp/src", "weight": 1.0 }, { - "from": "bindings/deno/src/A2ML_Parser.affine", - "to": "bindings/deno/src/A2ML_Types.affine", - "relation": "shared_dir:bindings/deno/src", + "from": "lsp/src/hover.rs", + "to": "lsp/src/diagnostics.rs", + "relation": "shared_dir:lsp/src", "weight": 1.0 }, { - "from": "bindings/rust/src/parser.rs", - "to": "bindings/rust/src/error.rs", - "relation": "shared_dir:bindings/rust/src", + "from": "prototype/affinescript/src/VectorRunner.affine", + "to": "prototype/affinescript/src/Cli.affine", + "relation": "shared_dir:prototype/affinescript/src", "weight": 1.0 }, { - "from": "bindings/rust/src/error.rs", - "to": "bindings/rust/src/renderer.rs", - "relation": "shared_dir:bindings/rust/src", + "from": "prototype/affinescript/src/Cli.affine", + "to": "prototype/affinescript/src/VectorReport.affine", + "relation": "shared_dir:prototype/affinescript/src", "weight": 1.0 }, { - "from": "bindings/rust/src/renderer.rs", - "to": "bindings/rust/src/types.rs", - "relation": "shared_dir:bindings/rust/src", + "from": "prototype/affinescript/src/VectorReport.affine", + "to": "prototype/affinescript/src/DumpAst.affine", + "relation": "shared_dir:prototype/affinescript/src", "weight": 1.0 }, { - "from": "prototype/affinescript/src/Cli.affine", - "to": "prototype/affinescript/src/VectorReport.affine", - "relation": "shared_dir:prototype/affinescript/src", + "from": "bindings/rust/src/parser.rs", + "to": "bindings/rust/src/renderer.rs", + "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "prototype/affinescript/src/VectorReport.affine", - "to": "prototype/affinescript/src/VectorRunner.affine", - "relation": "shared_dir:prototype/affinescript/src", + "from": "bindings/rust/src/renderer.rs", + "to": "bindings/rust/src/error.rs", + "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "prototype/affinescript/src/VectorRunner.affine", - "to": "prototype/affinescript/src/DumpAst.affine", - "relation": "shared_dir:prototype/affinescript/src", + "from": "bindings/rust/src/error.rs", + "to": "bindings/rust/src/types.rs", + "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "lsp/src/completions.rs", - "to": "lsp/src/diagnostics.rs", - "relation": "shared_dir:lsp/src", + "from": "scripts/deploy-site.sh", + "to": "scripts/add-arxiv-badge.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "lsp/src/diagnostics.rs", - "to": "lsp/src/hover.rs", - "relation": "shared_dir:lsp/src", + "from": "bindings/deno/src/A2ML_Parser.affine", + "to": "bindings/deno/src/A2ML_Types.affine", + "relation": "shared_dir:bindings/deno/src", "weight": 1.0 } ] @@ -504,80 +504,80 @@ "taint_matrix": { "rows": [ { - "source_category": "PanicPath", + "source_category": "CommandInjection", "sink_axis": "disk", - "severity_value": 2.5, + "severity_value": 5.0, "files": [ - "lsp/src/completions.rs", - "lsp/src/diagnostics.rs", - "lsp/src/hover.rs" + "pandoc/a2ml-filter.lua", + "benchmarks/parser-bench.sh" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "CommandInjection->Disk" }, { - "source_category": "MutationGap", + "source_category": "CommandInjection", "sink_axis": "cpu", - "severity_value": 1.0, + "severity_value": 5.0, "files": [ - "bindings/elixir/test/a2_ml_test.exs" + "pandoc/a2ml-filter.lua", + "benchmarks/parser-bench.sh" ], "frameworks": [], - "relation": "MutationGap->Cpu" + "relation": "CommandInjection->Cpu" }, { "source_category": "ExcessivePermissions", - "sink_axis": "disk", + "sink_axis": "network", "severity_value": 3.5, "files": [ "scripts/deploy-site.sh" ], "frameworks": [], - "relation": "ExcessivePermissions->Disk" + "relation": "ExcessivePermissions->Network" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 5.0, + "source_category": "MutationGap", + "sink_axis": "cpu", + "severity_value": 1.0, "files": [ - "benchmarks/parser-bench.sh", - "pandoc/a2ml-filter.lua" + "bindings/elixir/test/a2_ml_test.exs" ], "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "MutationGap->Cpu" }, { "source_category": "ExcessivePermissions", - "sink_axis": "network", + "sink_axis": "disk", "severity_value": 3.5, "files": [ "scripts/deploy-site.sh" ], "frameworks": [], - "relation": "ExcessivePermissions->Network" + "relation": "ExcessivePermissions->Disk" }, { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 5.0, + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "benchmarks/parser-bench.sh", - "pandoc/a2ml-filter.lua" + "lsp/src/completions.rs", + "lsp/src/hover.rs", + "lsp/src/diagnostics.rs" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "PanicPath->Memory" }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "lsp/src/completions.rs", - "lsp/src/diagnostics.rs", - "lsp/src/hover.rs" + "lsp/src/hover.rs", + "lsp/src/diagnostics.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" } ] } diff --git a/scans/deed-ecosystem.json b/scans/deed-ecosystem.json index faec17ce..de3ebf7d 100644 --- a/scans/deed-ecosystem.json +++ b/scans/deed-ecosystem.json @@ -5,22 +5,34 @@ "frameworks": [], "weak_points": [ { - "category": "MutationGap", - "location": "ex/test/a2ml_contract_test.exs", - "file": "ex/test/a2ml_contract_test.exs", - "severity": "Low", - "description": "Elixir test file ex/test/a2ml_contract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "PanicPath", + "location": "rs/src/parser.rs", + "file": "rs/src/parser.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in rs/src/parser.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "haskell/bench/Main.hs", + "file": "haskell/bench/Main.hs", + "severity": "High", + "description": "2 error/undefined in haskell/bench/Main.hs", "recommended_attack": [ "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "MutationGap", - "location": "ex/test/a2ml_property_test.exs", - "file": "ex/test/a2ml_property_test.exs", + "location": "ex/test/a2_ml_test.exs", + "file": "ex/test/a2_ml_test.exs", "severity": "Low", - "description": "Elixir test file ex/test/a2ml_property_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file ex/test/a2_ml_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -28,10 +40,10 @@ }, { "category": "MutationGap", - "location": "ex/test/a2ml_bench_test.exs", - "file": "ex/test/a2ml_bench_test.exs", + "location": "ex/test/a2ml_contract_test.exs", + "file": "ex/test/a2ml_contract_test.exs", "severity": "Low", - "description": "Elixir test file ex/test/a2ml_bench_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file ex/test/a2ml_contract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -50,38 +62,25 @@ }, { "category": "MutationGap", - "location": "ex/test/a2_ml_test.exs", - "file": "ex/test/a2_ml_test.exs", + "location": "ex/test/a2ml_bench_test.exs", + "file": "ex/test/a2ml_bench_test.exs", "severity": "Low", - "description": "Elixir test file ex/test/a2_ml_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file ex/test/a2ml_bench_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "members/tooling/a2ml-estate-normaliser/src/main.rs", - "file": "members/tooling/a2ml-estate-normaliser/src/main.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in members/tooling/a2ml-estate-normaliser/src/main.rs", + "category": "MutationGap", + "location": "ex/test/a2ml_property_test.exs", + "file": "ex/test/a2ml_property_test.exs", + "severity": "Low", + "description": "Elixir test file ex/test/a2ml_property_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "members/tooling/a2ml-estate-normaliser/src/main.rs", - "file": "members/tooling/a2ml-estate-normaliser/src/main.rs", - "severity": "Medium", - "description": "0 panic sites and 6 unwrap/expect calls in members/tooling/a2ml-estate-normaliser/src/main.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" + "test_context": "test_only" }, { "category": "CommandInjection", @@ -108,22 +107,23 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "haskell/bench/Main.hs", - "file": "haskell/bench/Main.hs", - "severity": "High", - "description": "2 error/undefined in haskell/bench/Main.hs", + "category": "UnboundedAllocation", + "location": "members/tooling/a2ml-estate-normaliser/src/main.rs", + "file": "members/tooling/a2ml-estate-normaliser/src/main.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in members/tooling/a2ml-estate-normaliser/src/main.rs", "recommended_attack": [ + "memory", "cpu" ], "test_context": "production" }, { "category": "PanicPath", - "location": "rs/src/parser.rs", - "file": "rs/src/parser.rs", + "location": "members/tooling/a2ml-estate-normaliser/src/main.rs", + "file": "members/tooling/a2ml-estate-normaliser/src/main.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in rs/src/parser.rs", + "description": "0 panic sites and 6 unwrap/expect calls in members/tooling/a2ml-estate-normaliser/src/main.rs", "recommended_attack": [ "memory", "disk" @@ -152,7 +152,7 @@ "threading_constructs": 0 }, { - "file_path": "ex/.machine_readable/contractiles/bust/bust.ncl", + "file_path": "rs/.machine_readable/contractiles/bust/bust.ncl", "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, @@ -162,38 +162,39 @@ "threading_constructs": 0 }, { - "file_path": "members/tooling/vscode-a2ml/setup.sh", - "lines": 278, + "file_path": "rs/examples/SafeDOMExample.affine", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "members/tooling/vscode-a2ml/src/interface/ffi/test/integration_test.zig", - "lines": 182, + "file_path": "rs/src/parser.rs", + "lines": 561, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 24, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "members/tooling/vscode-a2ml/src/interface/ffi/src/main.zig", - "lines": 274, + "file_path": "rs/src/renderer.rs", + "lines": 269, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "members/tooling/vscode-a2ml/.machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "rs/src/error.rs", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -202,59 +203,47 @@ "threading_constructs": 0 }, { - "file_path": "members/tooling/a2ml-estate-normaliser/src/main.rs", - "lines": 658, + "file_path": "rs/src/types.rs", + "lines": 293, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 6, - "safe_unwrap_calls": 1, - "allocation_sites": 6, + "unwrap_calls": 0, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "members/tooling/scm2a2ml/scripts/fix_a2ml_structure.sh", - "lines": 357, - "unsafe_blocks": 0, + "file_path": "rs/generated/idrisiser/idris2/A2ml/Verified/round_trip.idr", + "lines": 113, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "members/tooling/scm2a2ml/scripts/fix_a2ml_structure_v2.sh", - "lines": 346, - "unsafe_blocks": 0, + "file_path": "rs/generated/idrisiser/idris2/A2ml/Verified/document_types.idr", + "lines": 241, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "members/tooling/scm2a2ml/src/main.rs", - "lines": 215, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "members/tooling/scm2a2ml/src/lib.rs", - "lines": 619, - "unsafe_blocks": 0, + "file_path": "rs/generated/idrisiser/idris2/A2ml/Verified/document_parser.idr", + "lines": 250, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 20, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "deno/examples/SafeDOMExample.affine", + "file_path": "haskell/examples/SafeDOMExample.affine", "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, @@ -264,18 +253,18 @@ "threading_constructs": 0 }, { - "file_path": "deno/src/A2ML_Parser.affine", - "lines": 508, - "unsafe_blocks": 1, - "panic_sites": 0, + "file_path": "haskell/bench/Main.hs", + "lines": 98, + "unsafe_blocks": 0, + "panic_sites": 2, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "deno/src/A2ML_Types.affine", - "lines": 200, + "file_path": "haskell/src/Data/A2ML/Parser.hs", + "lines": 195, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -284,7 +273,7 @@ "threading_constructs": 0 }, { - "file_path": "deno/src/interface/ffi/test/integration_test.zig", + "file_path": "haskell/src/interface/ffi/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -294,7 +283,7 @@ "threading_constructs": 2 }, { - "file_path": "deno/src/interface/ffi/src/main.zig", + "file_path": "haskell/src/interface/ffi/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -304,7 +293,7 @@ "threading_constructs": 0 }, { - "file_path": "deno/.machine_readable/contractiles/bust/bust.ncl", + "file_path": "ex/.machine_readable/contractiles/bust/bust.ncl", "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, @@ -314,38 +303,38 @@ "threading_constructs": 0 }, { - "file_path": "validate-action/src/interface/ffi/test/integration_test.zig", - "lines": 182, + "file_path": "deno/.machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "validate-action/src/interface/ffi/src/main.zig", - "lines": 274, + "file_path": "deno/examples/SafeDOMExample.affine", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "validate-action/.machine_readable/contractiles/dust/dust.k9.ncl", - "lines": 171, - "unsafe_blocks": 0, + "file_path": "deno/src/A2ML_Parser.affine", + "lines": 508, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "validate-action/.machine_readable/contractiles/dust/dust.ncl", - "lines": 66, + "file_path": "deno/src/A2ML_Types.affine", + "lines": 200, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -354,57 +343,57 @@ "threading_constructs": 0 }, { - "file_path": "validate-action/.machine_readable/contractiles/_base.ncl", - "lines": 141, + "file_path": "deno/src/interface/ffi/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "validate-action/.machine_readable/contractiles/trust/trust.ncl", - "lines": 88, + "file_path": "deno/src/interface/ffi/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "validate-action/.machine_readable/contractiles/trust/trust.k9.ncl", - "lines": 276, + "file_path": "validate-action/.machine_readable/contractiles/_base.ncl", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "validate-action/.machine_readable/contractiles/intend/intend.k9.ncl", - "lines": 250, + "file_path": "validate-action/.machine_readable/contractiles/trust/trust.ncl", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "validate-action/.machine_readable/contractiles/intend/intend.ncl", - "lines": 81, + "file_path": "validate-action/.machine_readable/contractiles/trust/trust.k9.ncl", + "lines": 276, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "validate-action/.machine_readable/contractiles/bust/bust.ncl", + "file_path": "validate-action/.machine_readable/contractiles/dust/dust.ncl", "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, @@ -414,8 +403,8 @@ "threading_constructs": 0 }, { - "file_path": "validate-action/.machine_readable/contractiles/bust/bust.k9.ncl", - "lines": 160, + "file_path": "validate-action/.machine_readable/contractiles/dust/dust.k9.ncl", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -444,8 +433,18 @@ "threading_constructs": 0 }, { - "file_path": "validate-action/.machine_readable/contractiles/adjust/adjust.ncl", - "lines": 62, + "file_path": "validate-action/.machine_readable/contractiles/bust/bust.k9.ncl", + "lines": 160, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "validate-action/.machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -454,8 +453,8 @@ "threading_constructs": 0 }, { - "file_path": "validate-action/.machine_readable/contractiles/adjust/adjust.k9.ncl", - "lines": 166, + "file_path": "validate-action/.machine_readable/contractiles/intend/intend.k9.ncl", + "lines": 250, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -464,37 +463,37 @@ "threading_constructs": 0 }, { - "file_path": "haskell/examples/SafeDOMExample.affine", - "lines": 116, + "file_path": "validate-action/.machine_readable/contractiles/intend/intend.ncl", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "haskell/bench/Main.hs", - "lines": 98, + "file_path": "validate-action/.machine_readable/contractiles/adjust/adjust.ncl", + "lines": 62, "unsafe_blocks": 0, - "panic_sites": 2, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "haskell/src/Data/A2ML/Parser.hs", - "lines": 195, + "file_path": "validate-action/.machine_readable/contractiles/adjust/adjust.k9.ncl", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "haskell/src/interface/ffi/test/integration_test.zig", + "file_path": "validate-action/src/interface/ffi/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -504,7 +503,7 @@ "threading_constructs": 2 }, { - "file_path": "haskell/src/interface/ffi/src/main.zig", + "file_path": "validate-action/src/interface/ffi/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -514,120 +513,109 @@ "threading_constructs": 0 }, { - "file_path": "rs/generated/idrisiser/idris2/A2ml/Verified/document_parser.idr", - "lines": 250, - "unsafe_blocks": 3, + "file_path": "members/tooling/scm2a2ml/scripts/fix_a2ml_structure.sh", + "lines": 357, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "rs/generated/idrisiser/idris2/A2ml/Verified/document_types.idr", - "lines": 241, - "unsafe_blocks": 3, + "file_path": "members/tooling/scm2a2ml/scripts/fix_a2ml_structure_v2.sh", + "lines": 346, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "rs/generated/idrisiser/idris2/A2ml/Verified/round_trip.idr", - "lines": 113, - "unsafe_blocks": 1, + "file_path": "members/tooling/scm2a2ml/src/lib.rs", + "lines": 619, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 20, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rs/examples/SafeDOMExample.affine", - "lines": 116, + "file_path": "members/tooling/scm2a2ml/src/main.rs", + "lines": 215, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rs/src/parser.rs", - "lines": 561, + "file_path": "members/tooling/vscode-a2ml/.machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 24, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "rs/src/error.rs", - "lines": 77, + "file_path": "members/tooling/vscode-a2ml/src/interface/ffi/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "rs/src/renderer.rs", - "lines": 269, + "file_path": "members/tooling/vscode-a2ml/src/interface/ffi/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rs/src/types.rs", - "lines": 293, + "file_path": "members/tooling/vscode-a2ml/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "rs/.machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "members/tooling/a2ml-estate-normaliser/src/main.rs", + "lines": 658, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "unwrap_calls": 6, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "concurrency", - "cpu", + "memory", "disk", - "memory" + "cpu", + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "members/tooling/scm2a2ml/scripts/fix_a2ml_structure.sh", - "to": "members/tooling/scm2a2ml/scripts/fix_a2ml_structure_v2.sh", - "relation": "shared_dir:members/tooling/scm2a2ml/scripts", - "weight": 1.0 - }, - { - "from": "validate-action/.machine_readable/contractiles/dust/dust.k9.ncl", - "to": "validate-action/.machine_readable/contractiles/dust/dust.ncl", - "relation": "shared_dir:validate-action/.machine_readable/contractiles/dust", - "weight": 1.0 - }, - { - "from": "validate-action/.machine_readable/contractiles/bust/bust.ncl", - "to": "validate-action/.machine_readable/contractiles/bust/bust.k9.ncl", + "from": "validate-action/.machine_readable/contractiles/bust/bust.k9.ncl", + "to": "validate-action/.machine_readable/contractiles/bust/bust.ncl", "relation": "shared_dir:validate-action/.machine_readable/contractiles/bust", "weight": 1.0 }, @@ -638,55 +626,61 @@ "weight": 1.0 }, { - "from": "members/tooling/scm2a2ml/src/main.rs", - "to": "members/tooling/scm2a2ml/src/lib.rs", - "relation": "shared_dir:members/tooling/scm2a2ml/src", + "from": "validate-action/.machine_readable/contractiles/intend/intend.k9.ncl", + "to": "validate-action/.machine_readable/contractiles/intend/intend.ncl", + "relation": "shared_dir:validate-action/.machine_readable/contractiles/intend", "weight": 1.0 }, { - "from": "rs/generated/idrisiser/idris2/A2ml/Verified/document_parser.idr", + "from": "validate-action/.machine_readable/contractiles/must/must.ncl", + "to": "validate-action/.machine_readable/contractiles/must/must.k9.ncl", + "relation": "shared_dir:validate-action/.machine_readable/contractiles/must", + "weight": 1.0 + }, + { + "from": "rs/generated/idrisiser/idris2/A2ml/Verified/round_trip.idr", "to": "rs/generated/idrisiser/idris2/A2ml/Verified/document_types.idr", "relation": "shared_dir:rs/generated/idrisiser/idris2/A2ml/Verified", "weight": 1.0 }, { "from": "rs/generated/idrisiser/idris2/A2ml/Verified/document_types.idr", - "to": "rs/generated/idrisiser/idris2/A2ml/Verified/round_trip.idr", + "to": "rs/generated/idrisiser/idris2/A2ml/Verified/document_parser.idr", "relation": "shared_dir:rs/generated/idrisiser/idris2/A2ml/Verified", "weight": 1.0 }, { - "from": "validate-action/.machine_readable/contractiles/must/must.ncl", - "to": "validate-action/.machine_readable/contractiles/must/must.k9.ncl", - "relation": "shared_dir:validate-action/.machine_readable/contractiles/must", + "from": "validate-action/.machine_readable/contractiles/trust/trust.ncl", + "to": "validate-action/.machine_readable/contractiles/trust/trust.k9.ncl", + "relation": "shared_dir:validate-action/.machine_readable/contractiles/trust", "weight": 1.0 }, { - "from": "validate-action/.machine_readable/contractiles/intend/intend.k9.ncl", - "to": "validate-action/.machine_readable/contractiles/intend/intend.ncl", - "relation": "shared_dir:validate-action/.machine_readable/contractiles/intend", + "from": "members/tooling/scm2a2ml/scripts/fix_a2ml_structure.sh", + "to": "members/tooling/scm2a2ml/scripts/fix_a2ml_structure_v2.sh", + "relation": "shared_dir:members/tooling/scm2a2ml/scripts", "weight": 1.0 }, { - "from": "validate-action/.machine_readable/contractiles/trust/trust.ncl", - "to": "validate-action/.machine_readable/contractiles/trust/trust.k9.ncl", - "relation": "shared_dir:validate-action/.machine_readable/contractiles/trust", + "from": "validate-action/.machine_readable/contractiles/dust/dust.ncl", + "to": "validate-action/.machine_readable/contractiles/dust/dust.k9.ncl", + "relation": "shared_dir:validate-action/.machine_readable/contractiles/dust", "weight": 1.0 }, { "from": "rs/src/parser.rs", - "to": "rs/src/error.rs", + "to": "rs/src/renderer.rs", "relation": "shared_dir:rs/src", "weight": 1.0 }, { - "from": "rs/src/error.rs", - "to": "rs/src/renderer.rs", + "from": "rs/src/renderer.rs", + "to": "rs/src/error.rs", "relation": "shared_dir:rs/src", "weight": 1.0 }, { - "from": "rs/src/renderer.rs", + "from": "rs/src/error.rs", "to": "rs/src/types.rs", "relation": "shared_dir:rs/src", "weight": 1.0 @@ -696,6 +690,12 @@ "to": "validate-action/.machine_readable/contractiles/adjust/adjust.k9.ncl", "relation": "shared_dir:validate-action/.machine_readable/contractiles/adjust", "weight": 1.0 + }, + { + "from": "members/tooling/scm2a2ml/src/lib.rs", + "to": "members/tooling/scm2a2ml/src/main.rs", + "relation": "shared_dir:members/tooling/scm2a2ml/src", + "weight": 1.0 } ] }, @@ -703,61 +703,57 @@ "rows": [ { "source_category": "PanicPath", - "sink_axis": "memory", - "severity_value": 2.5, + "sink_axis": "cpu", + "severity_value": 3.5, "files": [ - "members/tooling/a2ml-estate-normaliser/src/main.rs", - "rs/src/parser.rs" + "haskell/bench/Main.hs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Cpu" }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "members/tooling/a2ml-estate-normaliser/src/main.rs", - "members/tooling/scm2a2ml/src/main.rs" + "members/tooling/scm2a2ml/src/main.rs", + "members/tooling/a2ml-estate-normaliser/src/main.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "MutationGap", + "source_category": "UnboundedAllocation", "sink_axis": "cpu", - "severity_value": 1.0, + "severity_value": 2.5, "files": [ - "ex/test/a2ml_contract_test.exs", - "ex/test/a2ml_property_test.exs", - "ex/test/a2ml_bench_test.exs", - "ex/test/a2ml_aspect_test.exs", - "ex/test/a2_ml_test.exs" + "members/tooling/scm2a2ml/src/main.rs", + "members/tooling/a2ml-estate-normaliser/src/main.rs" ], "frameworks": [], - "relation": "MutationGap->Cpu" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "members/tooling/a2ml-estate-normaliser/src/main.rs", - "members/tooling/scm2a2ml/src/main.rs" + "rs/src/parser.rs", + "members/tooling/a2ml-estate-normaliser/src/main.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Disk" }, { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "members/tooling/a2ml-estate-normaliser/src/main.rs", - "rs/src/parser.rs" + "rs/src/parser.rs", + "members/tooling/a2ml-estate-normaliser/src/main.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "PanicPath->Memory" }, { "source_category": "CommandInjection", @@ -770,24 +766,28 @@ "relation": "CommandInjection->Disk" }, { - "source_category": "CommandInjection", + "source_category": "MutationGap", "sink_axis": "cpu", - "severity_value": 5.0, + "severity_value": 1.0, "files": [ - "members/tooling/scm2a2ml/scripts/verify_a2ml_structure.sh" + "ex/test/a2_ml_test.exs", + "ex/test/a2ml_contract_test.exs", + "ex/test/a2ml_aspect_test.exs", + "ex/test/a2ml_bench_test.exs", + "ex/test/a2ml_property_test.exs" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "MutationGap->Cpu" }, { - "source_category": "PanicPath", + "source_category": "CommandInjection", "sink_axis": "cpu", - "severity_value": 3.5, + "severity_value": 5.0, "files": [ - "haskell/bench/Main.hs" + "members/tooling/scm2a2ml/scripts/verify_a2ml_structure.sh" ], "frameworks": [], - "relation": "PanicPath->Cpu" + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/defiant.json b/scans/defiant.json index e860a19b..bdbf15e4 100644 --- a/scans/defiant.json +++ b/scans/defiant.json @@ -14,6 +14,16 @@ "threading_constructs": 2 }, "file_statistics": [ + { + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, { "file_path": "ffi/zig/test/integration_test.zig", "lines": 182, @@ -33,16 +43,6 @@ "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 - }, - { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 } ], "recommended_attacks": [ diff --git a/scans/developer-ecosystem.json b/scans/developer-ecosystem.json index ac6def26..f34351ef 100644 --- a/scans/developer-ecosystem.json +++ b/scans/developer-ecosystem.json @@ -7,11 +7,11 @@ ], "weak_points": [ { - "category": "UnsafeCode", - "location": "well-known-ecosystem/kith/b~main.adb", - "file": "well-known-ecosystem/kith/b~main.adb", + "category": "UnsafeDeserialization", + "location": "deno-ecosystem/projects/deno-bunbridge/src/BunFile.res", + "file": "deno-ecosystem/projects/deno-bunbridge/src/BunFile.res", "severity": "High", - "description": "pragma Suppress (runtime checks disabled) in well-known-ecosystem/kith/b~main.adb", + "description": "1 JSON.parseExn calls in deno-ecosystem/projects/deno-bunbridge/src/BunFile.res (use JSON.parse for safe Result)", "recommended_attack": [ "memory", "cpu" @@ -20,343 +20,386 @@ }, { "category": "PanicPath", - "location": "well-known-ecosystem/validator/src/main.rs", - "file": "well-known-ecosystem/validator/src/main.rs", + "location": "deno-ecosystem/projects/deno-bunbridge/src/BunSpawn.res", + "file": "deno-ecosystem/projects/deno-bunbridge/src/BunSpawn.res", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in well-known-ecosystem/validator/src/main.rs", + "description": "1 unsafe get calls in deno-ecosystem/projects/deno-bunbridge/src/BunSpawn.res", "recommended_attack": [ - "memory", - "disk" + "memory" ], "test_context": "production" }, { "category": "PanicPath", - "location": "well-known-ecosystem/validator/src/registry.rs", - "file": "well-known-ecosystem/validator/src/registry.rs", + "location": "deno-ecosystem/projects/bundeno/src/compat/Process.res", + "file": "deno-ecosystem/projects/bundeno/src/compat/Process.res", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in well-known-ecosystem/validator/src/registry.rs", + "description": "1 unsafe get calls in deno-ecosystem/projects/bundeno/src/compat/Process.res", "recommended_attack": [ - "memory", - "disk" + "memory" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "cadre-tea-router/src/CadreTeaRouter_Guards.res", + "file": "cadre-tea-router/src/CadreTeaRouter_Guards.res", + "severity": "Medium", + "description": "2 unsafe get calls in cadre-tea-router/src/CadreTeaRouter_Guards.res", + "recommended_attack": [ + "memory" ], "test_context": "production" }, { "category": "InsecureProtocol", - "location": "well-known-ecosystem/validator/src/validators.rs", - "file": "well-known-ecosystem/validator/src/validators.rs", + "location": "idris2-ecosystem/xml-toolkit/src/Xml744/Document.idr", + "file": "idris2-ecosystem/xml-toolkit/src/Xml744/Document.idr", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in well-known-ecosystem/validator/src/validators.rs", + "description": "5 HTTP (non-HTTPS) URLs in idris2-ecosystem/xml-toolkit/src/Xml744/Document.idr", "recommended_attack": [ "network" ], "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "scaffoldia/registry/elixir/phoenix-service.ncl", - "file": "scaffoldia/registry/elixir/phoenix-service.ncl", - "severity": "Critical", - "description": "Possible hardcoded secret in scaffoldia/registry/elixir/phoenix-service.ncl", + "category": "PanicPath", + "location": "czech-file-knife/cfk-ios/src/lib.rs", + "file": "czech-file-knife/cfk-ios/src/lib.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in czech-file-knife/cfk-ios/src/lib.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], "test_context": "production" }, { - "category": "MutationGap", - "location": "dnfinition/tests/integration/ipc_protocol_test.exs", - "file": "dnfinition/tests/integration/ipc_protocol_test.exs", - "severity": "Low", - "description": "Elixir test file dnfinition/tests/integration/ipc_protocol_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "czech-file-knife/cfk-ios/src/domain.rs", + "file": "czech-file-knife/cfk-ios/src/domain.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in czech-file-knife/cfk-ios/src/domain.rs", "recommended_attack": [ + "memory", "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "AtomExhaustion", - "location": "dnfinition/src/data_layer/lib/dnfinition/mirror/list_manager.ex", - "file": "dnfinition/src/data_layer/lib/dnfinition/mirror/list_manager.ex", + "category": "ResourceLeak", + "location": "czech-file-knife/cfk-ios/src/ffi.rs", + "file": "czech-file-knife/cfk-ios/src/ffi.rs", "severity": "High", - "description": "3 String.to_atom calls in dnfinition/src/data_layer/lib/dnfinition/mirror/list_manager.ex (use String.to_existing_atom)", + "description": "mem::forget usage (resource leak) in czech-file-knife/cfk-ios/src/ffi.rs", "recommended_attack": [ "memory" ], + "suppressed": true, "test_context": "production" }, { - "category": "MutationGap", - "location": "dnfinition/src/data_layer/test/store/transaction_store_test.exs", - "file": "dnfinition/src/data_layer/test/store/transaction_store_test.exs", - "severity": "Low", - "description": "Elixir test file dnfinition/src/data_layer/test/store/transaction_store_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeCode", + "location": "czech-file-knife/cfk-ios/src/ffi.rs", + "file": "czech-file-knife/cfk-ios/src/ffi.rs", + "severity": "High", + "description": "Raw pointer cast in czech-file-knife/cfk-ios/src/ffi.rs", "recommended_attack": [ - "cpu" + "memory", + "concurrency" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "dnfinition/src/data_layer/test/store/package_store_test.exs", - "file": "dnfinition/src/data_layer/test/store/package_store_test.exs", - "severity": "Low", - "description": "Elixir test file dnfinition/src/data_layer/test/store/package_store_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "InsecureProtocol", + "location": "czech-file-knife/cfk-core/src/path.rs", + "file": "czech-file-knife/cfk-core/src/path.rs", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in czech-file-knife/cfk-core/src/path.rs", "recommended_attack": [ - "cpu" + "network" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "dnfinition/src/data_layer/test/dnfinition_test.exs", - "file": "dnfinition/src/data_layer/test/dnfinition_test.exs", - "severity": "Low", - "description": "Elixir test file dnfinition/src/data_layer/test/dnfinition_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "PanicPath", + "location": "czech-file-knife/cfk-providers/src/webdav.rs", + "file": "czech-file-knife/cfk-providers/src/webdav.rs", + "severity": "Medium", + "description": "0 panic sites and 5 unwrap/expect calls in czech-file-knife/cfk-providers/src/webdav.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "PanicPath", - "location": "cadre-router/src/tea/Tea_Guards.res", - "file": "cadre-router/src/tea/Tea_Guards.res", + "location": "czech-file-knife/cfk-providers/src/syncthing.rs", + "file": "czech-file-knife/cfk-providers/src/syncthing.rs", "severity": "Medium", - "description": "2 unsafe get calls in cadre-router/src/tea/Tea_Guards.res", + "description": "0 panic sites and 2 unwrap/expect calls in czech-file-knife/cfk-providers/src/syncthing.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "idris2-ecosystem/xml-toolkit/src/Xml744/Document.idr", - "file": "idris2-ecosystem/xml-toolkit/src/Xml744/Document.idr", + "category": "PanicPath", + "location": "czech-file-knife/cfk-providers/src/dropbox.rs", + "file": "czech-file-knife/cfk-providers/src/dropbox.rs", "severity": "Medium", - "description": "5 HTTP (non-HTTPS) URLs in idris2-ecosystem/xml-toolkit/src/Xml744/Document.idr", + "description": "0 panic sites and 3 unwrap/expect calls in czech-file-knife/cfk-providers/src/dropbox.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], "test_context": "production" }, { "category": "PanicPath", - "location": "cadre-tea-router/src/CadreTeaRouter_Guards.res", - "file": "cadre-tea-router/src/CadreTeaRouter_Guards.res", + "location": "czech-file-knife/cfk-providers/src/afs.rs", + "file": "czech-file-knife/cfk-providers/src/afs.rs", "severity": "Medium", - "description": "2 unsafe get calls in cadre-tea-router/src/CadreTeaRouter_Guards.res", + "description": "0 panic sites and 4 unwrap/expect calls in czech-file-knife/cfk-providers/src/afs.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "v-ecosystem/v-benchmarks/scripts/maintenance/run-maintenance.sh", - "file": "v-ecosystem/v-benchmarks/scripts/maintenance/run-maintenance.sh", + "category": "UnboundedAllocation", + "location": "czech-file-knife/cfk-providers/src/local.rs", + "file": "czech-file-knife/cfk-providers/src/local.rs", "severity": "Medium", - "description": "33 potentially unquoted variable expansions in v-ecosystem/v-benchmarks/scripts/maintenance/run-maintenance.sh", + "description": "Potential unbounded allocation pattern detected in czech-file-knife/cfk-providers/src/local.rs", "recommended_attack": [ + "memory", "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "v-ecosystem/v-graphql/scripts/maintenance/run-maintenance.sh", - "file": "v-ecosystem/v-graphql/scripts/maintenance/run-maintenance.sh", - "severity": "Medium", - "description": "33 potentially unquoted variable expansions in v-ecosystem/v-graphql/scripts/maintenance/run-maintenance.sh", + "category": "UnsafeCode", + "location": "czech-file-knife/cfk-providers/src/local.rs", + "file": "czech-file-knife/cfk-providers/src/local.rs", + "severity": "High", + "description": "2 unsafe blocks in czech-file-knife/cfk-providers/src/local.rs", "recommended_attack": [ - "cpu" + "memory", + "concurrency" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "v-ecosystem/v-middleware/scripts/maintenance/run-maintenance.sh", - "file": "v-ecosystem/v-middleware/scripts/maintenance/run-maintenance.sh", + "category": "PanicPath", + "location": "czech-file-knife/cfk-providers/src/box_com.rs", + "file": "czech-file-knife/cfk-providers/src/box_com.rs", "severity": "Medium", - "description": "33 potentially unquoted variable expansions in v-ecosystem/v-middleware/scripts/maintenance/run-maintenance.sh", + "description": "0 panic sites and 3 unwrap/expect calls in czech-file-knife/cfk-providers/src/box_com.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "v-ecosystem/v-telemetry/scripts/maintenance/run-maintenance.sh", - "file": "v-ecosystem/v-telemetry/scripts/maintenance/run-maintenance.sh", + "category": "PanicPath", + "location": "czech-file-knife/cfk-providers/src/onedrive.rs", + "file": "czech-file-knife/cfk-providers/src/onedrive.rs", "severity": "Medium", - "description": "33 potentially unquoted variable expansions in v-ecosystem/v-telemetry/scripts/maintenance/run-maintenance.sh", + "description": "0 panic sites and 3 unwrap/expect calls in czech-file-knife/cfk-providers/src/onedrive.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "v-ecosystem/v-validator/scripts/maintenance/run-maintenance.sh", - "file": "v-ecosystem/v-validator/scripts/maintenance/run-maintenance.sh", + "category": "PanicPath", + "location": "czech-file-knife/cfk-providers/src/s3.rs", + "file": "czech-file-knife/cfk-providers/src/s3.rs", "severity": "Medium", - "description": "33 potentially unquoted variable expansions in v-ecosystem/v-validator/scripts/maintenance/run-maintenance.sh", + "description": "0 panic sites and 1 unwrap/expect calls in czech-file-knife/cfk-providers/src/s3.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "v-ecosystem/v-grpc/scripts/maintenance/run-maintenance.sh", - "file": "v-ecosystem/v-grpc/scripts/maintenance/run-maintenance.sh", + "category": "PanicPath", + "location": "czech-file-knife/cfk-providers/src/gdrive.rs", + "file": "czech-file-knife/cfk-providers/src/gdrive.rs", "severity": "Medium", - "description": "33 potentially unquoted variable expansions in v-ecosystem/v-grpc/scripts/maintenance/run-maintenance.sh", + "description": "0 panic sites and 4 unwrap/expect calls in czech-file-knife/cfk-providers/src/gdrive.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" }, { - "category": "UncheckedError", - "location": "v-ecosystem/v_api_interfaces/v_container/src/container.v", - "file": "v-ecosystem/v_api_interfaces/v_container/src/container.v", - "severity": "Low", - "description": "11 TODO/FIXME/HACK markers in v-ecosystem/v_api_interfaces/v_container/src/container.v", + "category": "PanicPath", + "location": "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "file": "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in czech-file-knife/cfk-cache/src/metadata_cache.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/run-maintenance.sh", - "file": "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/run-maintenance.sh", + "category": "PanicPath", + "location": "czech-file-knife/cfk-integrations/src/agrep.rs", + "file": "czech-file-knife/cfk-integrations/src/agrep.rs", "severity": "Medium", - "description": "33 potentially unquoted variable expansions in v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/run-maintenance.sh", + "description": "0 panic sites and 1 unwrap/expect calls in czech-file-knife/cfk-integrations/src/agrep.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/run-maintenance.sh", - "file": "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/run-maintenance.sh", + "category": "PanicPath", + "location": "czech-file-knife/cfk-integrations/src/aria2.rs", + "file": "czech-file-knife/cfk-integrations/src/aria2.rs", "severity": "Medium", - "description": "33 potentially unquoted variable expansions in v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/run-maintenance.sh", + "description": "0 panic sites and 4 unwrap/expect calls in czech-file-knife/cfk-integrations/src/aria2.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/run-maintenance.sh", - "file": "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/run-maintenance.sh", - "severity": "Medium", - "description": "33 potentially unquoted variable expansions in v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/run-maintenance.sh", + "category": "PanicPath", + "location": "czech-file-knife/cfk-integrations/src/pandoc.rs", + "file": "czech-file-knife/cfk-integrations/src/pandoc.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in czech-file-knife/cfk-integrations/src/pandoc.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "v-ecosystem/v-zig-ffi/scripts/maintenance/run-maintenance.sh", - "file": "v-ecosystem/v-zig-ffi/scripts/maintenance/run-maintenance.sh", + "category": "UnboundedAllocation", + "location": "iser-tools/betlangiser/src/manifest/mod.rs", + "file": "iser-tools/betlangiser/src/manifest/mod.rs", "severity": "Medium", - "description": "33 potentially unquoted variable expansions in v-ecosystem/v-zig-ffi/scripts/maintenance/run-maintenance.sh", + "description": "Potential unbounded allocation pattern detected in iser-tools/betlangiser/src/manifest/mod.rs", "recommended_attack": [ + "memory", "cpu" ], "test_context": "production" }, { - "category": "UncheckedError", - "location": "v-ecosystem/v-api-interfaces/v_container/src/container.v", - "file": "v-ecosystem/v-api-interfaces/v_container/src/container.v", - "severity": "Low", - "description": "11 TODO/FIXME/HACK markers in v-ecosystem/v-api-interfaces/v_container/src/container.v", + "category": "PanicPath", + "location": "iser-tools/betlangiser/src/codegen/codegen.rs", + "file": "iser-tools/betlangiser/src/codegen/codegen.rs", + "severity": "Medium", + "description": "0 panic sites and 61 unwrap/expect calls in iser-tools/betlangiser/src/codegen/codegen.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "v-ecosystem/v-api-interfaces/v-vpn/src/vpn.v", - "file": "v-ecosystem/v-api-interfaces/v-vpn/src/vpn.v", - "severity": "Critical", - "description": "Possible hardcoded secret in v-ecosystem/v-api-interfaces/v-vpn/src/vpn.v", + "category": "UncheckedError", + "location": "iser-tools/betlangiser/src/codegen/codegen.rs", + "file": "iser-tools/betlangiser/src/codegen/codegen.rs", + "severity": "Low", + "description": "14 TODO/FIXME/HACK markers in iser-tools/betlangiser/src/codegen/codegen.rs", "recommended_attack": [ - "network" + "cpu" ], "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "v-ecosystem/v-api-interfaces/v-telnet/src/telnet.v", - "file": "v-ecosystem/v-api-interfaces/v-telnet/src/telnet.v", - "severity": "Critical", - "description": "Possible hardcoded secret in v-ecosystem/v-api-interfaces/v-telnet/src/telnet.v", + "category": "UnsafeCode", + "location": "iser-tools/betlangiser/src/interface/ffi/src/main.zig", + "file": "iser-tools/betlangiser/src/interface/ffi/src/main.zig", + "severity": "High", + "description": "2 unsafe pointer casts in iser-tools/betlangiser/src/interface/ffi/src/main.zig", "recommended_attack": [ - "network" + "memory" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "v-ecosystem/v-api-interfaces/v_semweb/src/semweb.v", - "file": "v-ecosystem/v-api-interfaces/v_semweb/src/semweb.v", + "category": "UnboundedAllocation", + "location": "iser-tools/mylangiser/src/manifest/mod.rs", + "file": "iser-tools/mylangiser/src/manifest/mod.rs", "severity": "Medium", - "description": "3 HTTP (non-HTTPS) URLs in v-ecosystem/v-api-interfaces/v_semweb/src/semweb.v", + "description": "Potential unbounded allocation pattern detected in iser-tools/mylangiser/src/manifest/mod.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "v-ecosystem/v-rest/scripts/maintenance/run-maintenance.sh", - "file": "v-ecosystem/v-rest/scripts/maintenance/run-maintenance.sh", + "category": "UnboundedAllocation", + "location": "iser-tools/idrisiser/src/manifest/mod.rs", + "file": "iser-tools/idrisiser/src/manifest/mod.rs", "severity": "Medium", - "description": "33 potentially unquoted variable expansions in v-ecosystem/v-rest/scripts/maintenance/run-maintenance.sh", + "description": "Potential unbounded allocation pattern detected in iser-tools/idrisiser/src/manifest/mod.rs", "recommended_attack": [ + "memory", "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "v-ecosystem/v-idris-abi/scripts/maintenance/run-maintenance.sh", - "file": "v-ecosystem/v-idris-abi/scripts/maintenance/run-maintenance.sh", + "category": "UnboundedAllocation", + "location": "iser-tools/idrisiser/src/codegen/parser.rs", + "file": "iser-tools/idrisiser/src/codegen/parser.rs", "severity": "Medium", - "description": "33 potentially unquoted variable expansions in v-ecosystem/v-idris-abi/scripts/maintenance/run-maintenance.sh", + "description": "Potential unbounded allocation pattern detected in iser-tools/idrisiser/src/codegen/parser.rs", "recommended_attack": [ + "memory", "cpu" ], "test_context": "production" }, { "category": "PanicPath", - "location": "affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", - "file": "affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", + "location": "iser-tools/idrisiser/src/codegen/parser.rs", + "file": "iser-tools/idrisiser/src/codegen/parser.rs", "severity": "Medium", - "description": "0 panic sites and 32 unwrap/expect calls in affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", + "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/idrisiser/src/codegen/parser.rs", "recommended_attack": [ "memory", "disk" ], "test_context": "production" }, + { + "category": "UnsafeCode", + "location": "iser-tools/idrisiser/src/interface/ffi/src/main.zig", + "file": "iser-tools/idrisiser/src/interface/ffi/src/main.zig", + "severity": "High", + "description": "2 unsafe pointer casts in iser-tools/idrisiser/src/interface/ffi/src/main.zig", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, { "category": "UnboundedAllocation", - "location": "affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs", - "file": "affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs", + "location": "iser-tools/futharkiser/src/manifest/mod.rs", + "file": "iser-tools/futharkiser/src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/futharkiser/src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -364,35 +407,34 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "affinescript-ecosystem/affinescriptiser/src/codegen/affine_gen.rs", - "file": "affinescript-ecosystem/affinescriptiser/src/codegen/affine_gen.rs", - "severity": "Medium", - "description": "0 panic sites and 29 unwrap/expect calls in affinescript-ecosystem/affinescriptiser/src/codegen/affine_gen.rs", + "category": "UnsafeCode", + "location": "iser-tools/futharkiser/src/interface/ffi/src/main.zig", + "file": "iser-tools/futharkiser/src/interface/ffi/src/main.zig", + "severity": "High", + "description": "11 unsafe pointer casts in iser-tools/futharkiser/src/interface/ffi/src/main.zig", "recommended_attack": [ - "memory", - "disk" + "memory" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "affinescript-ecosystem/rattlescript/tests/e2e.sh", - "file": "affinescript-ecosystem/rattlescript/tests/e2e.sh", + "category": "PanicPath", + "location": "iser-tools/oblibeniser/src/abi/mod.rs", + "file": "iser-tools/oblibeniser/src/abi/mod.rs", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in affinescript-ecosystem/rattlescript/tests/e2e.sh", + "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/oblibeniser/src/abi/mod.rs", "recommended_attack": [ + "memory", "disk" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", - "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", + "location": "iser-tools/oblibeniser/src/manifest/mod.rs", + "file": "iser-tools/oblibeniser/src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/oblibeniser/src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -400,22 +442,22 @@ "test_context": "production" }, { - "category": "UncheckedError", - "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/main.rs", - "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/main.rs", - "severity": "Low", - "description": "18 TODO/FIXME/HACK markers in affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/main.rs", + "category": "UnsafeCode", + "location": "iser-tools/oblibeniser/src/interface/ffi/src/main.zig", + "file": "iser-tools/oblibeniser/src/interface/ffi/src/main.zig", + "severity": "High", + "description": "3 unsafe pointer casts in iser-tools/oblibeniser/src/interface/ffi/src/main.zig", "recommended_attack": [ - "cpu" + "memory" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", - "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", + "location": "iser-tools/chapeliser/src/manifest/mod.rs", + "file": "iser-tools/chapeliser/src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/chapeliser/src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -424,10 +466,10 @@ }, { "category": "UnboundedAllocation", - "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/manifest.rs", - "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/manifest.rs", + "location": "iser-tools/chapeliser/src/codegen/mod.rs", + "file": "iser-tools/chapeliser/src/codegen/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/manifest.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/chapeliser/src/codegen/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -435,23 +477,23 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", - "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", + "category": "UnboundedAllocation", + "location": "iser-tools/tlaiser/src/manifest/mod.rs", + "file": "iser-tools/tlaiser/src/manifest/mod.rs", "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/tlaiser/src/manifest/mod.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "PanicPath", - "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", - "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", + "location": "iser-tools/tlaiser/src/codegen/parser.rs", + "file": "iser-tools/tlaiser/src/codegen/parser.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", + "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/tlaiser/src/codegen/parser.rs", "recommended_attack": [ "memory", "disk" @@ -460,10 +502,10 @@ }, { "category": "PanicPath", - "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", - "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", + "location": "iser-tools/tlaiser/src/codegen/pluscal_gen.rs", + "file": "iser-tools/tlaiser/src/codegen/pluscal_gen.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", + "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/tlaiser/src/codegen/pluscal_gen.rs", "recommended_attack": [ "memory", "disk" @@ -472,10 +514,10 @@ }, { "category": "PanicPath", - "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", - "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", + "location": "iser-tools/tlaiser/src/codegen/tlc_gen.rs", + "file": "iser-tools/tlaiser/src/codegen/tlc_gen.rs", "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", + "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/tlaiser/src/codegen/tlc_gen.rs", "recommended_attack": [ "memory", "disk" @@ -483,57 +525,58 @@ "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/assets/search.js", - "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/assets/search.js", - "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/assets/search.js", + "category": "UnboundedAllocation", + "location": "iser-tools/anvomidaviser/src/manifest/mod.rs", + "file": "iser-tools/anvomidaviser/src/manifest/mod.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in iser-tools/anvomidaviser/src/manifest/mod.rs", "recommended_attack": [ "memory", - "network" + "cpu" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/index.rs", - "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/index.rs", + "category": "UnboundedAllocation", + "location": "iser-tools/dafniser/src/manifest/mod.rs", + "file": "iser-tools/dafniser/src/manifest/mod.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/index.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/dafniser/src/manifest/mod.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "coq-ecosystem/coq-jr/src/Components.res", - "file": "coq-ecosystem/coq-jr/src/Components.res", + "category": "UnboundedAllocation", + "location": "iser-tools/otpiser/src/manifest/mod.rs", + "file": "iser-tools/otpiser/src/manifest/mod.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in coq-ecosystem/coq-jr/src/Components.res", + "description": "Potential unbounded allocation pattern detected in iser-tools/otpiser/src/manifest/mod.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "coq-ecosystem/coq-jr/src/Page.res", - "file": "coq-ecosystem/coq-jr/src/Page.res", - "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in coq-ecosystem/coq-jr/src/Page.res", + "category": "UnsafeCode", + "location": "iser-tools/otpiser/src/interface/ffi/src/main.zig", + "file": "iser-tools/otpiser/src/interface/ffi/src/main.zig", + "severity": "High", + "description": "8 unsafe pointer casts in iser-tools/otpiser/src/interface/ffi/src/main.zig", "recommended_attack": [ - "network" + "memory" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "iser-tools/iseriser/src/scan/mod.rs", - "file": "iser-tools/iseriser/src/scan/mod.rs", + "location": "iser-tools/julianiser/src/manifest/mod.rs", + "file": "iser-tools/julianiser/src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/iseriser/src/scan/mod.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/julianiser/src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -541,23 +584,23 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "iser-tools/iseriser/src/manifest/mod.rs", - "file": "iser-tools/iseriser/src/manifest/mod.rs", + "category": "PanicPath", + "location": "iser-tools/julianiser/src/codegen/parser.rs", + "file": "iser-tools/julianiser/src/codegen/parser.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/iseriser/src/manifest/mod.rs", + "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/julianiser/src/codegen/parser.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "iser-tools/idrisiser/src/codegen/parser.rs", - "file": "iser-tools/idrisiser/src/codegen/parser.rs", + "location": "iser-tools/julianiser/src/codegen/mod.rs", + "file": "iser-tools/julianiser/src/codegen/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/idrisiser/src/codegen/parser.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/julianiser/src/codegen/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -566,22 +609,56 @@ }, { "category": "PanicPath", - "location": "iser-tools/idrisiser/src/codegen/parser.rs", - "file": "iser-tools/idrisiser/src/codegen/parser.rs", + "location": "iser-tools/julianiser/src/codegen/benchmark.rs", + "file": "iser-tools/julianiser/src/codegen/benchmark.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/idrisiser/src/codegen/parser.rs", + "description": "0 panic sites and 96 unwrap/expect calls in iser-tools/julianiser/src/codegen/benchmark.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "UncheckedError", + "location": "iser-tools/julianiser/src/codegen/benchmark.rs", + "file": "iser-tools/julianiser/src/codegen/benchmark.rs", + "severity": "Low", + "description": "16 TODO/FIXME/HACK markers in iser-tools/julianiser/src/codegen/benchmark.rs", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "iser-tools/julianiser/src/codegen/julia_gen.rs", + "file": "iser-tools/julianiser/src/codegen/julia_gen.rs", + "severity": "Medium", + "description": "0 panic sites and 39 unwrap/expect calls in iser-tools/julianiser/src/codegen/julia_gen.rs", "recommended_attack": [ "memory", "disk" ], "test_context": "production" }, + { + "category": "UncheckedError", + "location": "iser-tools/julianiser/src/codegen/julia_gen.rs", + "file": "iser-tools/julianiser/src/codegen/julia_gen.rs", + "severity": "Low", + "description": "11 TODO/FIXME/HACK markers in iser-tools/julianiser/src/codegen/julia_gen.rs", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, { "category": "UnsafeCode", - "location": "iser-tools/idrisiser/src/interface/ffi/src/main.zig", - "file": "iser-tools/idrisiser/src/interface/ffi/src/main.zig", + "location": "iser-tools/julianiser/src/interface/ffi/src/main.zig", + "file": "iser-tools/julianiser/src/interface/ffi/src/main.zig", "severity": "High", - "description": "2 unsafe pointer casts in iser-tools/idrisiser/src/interface/ffi/src/main.zig", + "description": "3 unsafe pointer casts in iser-tools/julianiser/src/interface/ffi/src/main.zig", "recommended_attack": [ "memory" ], @@ -589,10 +666,10 @@ }, { "category": "UnboundedAllocation", - "location": "iser-tools/idrisiser/src/manifest/mod.rs", - "file": "iser-tools/idrisiser/src/manifest/mod.rs", + "location": "iser-tools/nimiser/src/manifest/mod.rs", + "file": "iser-tools/nimiser/src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/idrisiser/src/manifest/mod.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/nimiser/src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -600,35 +677,35 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "iser-tools/tlaiser/src/codegen/parser.rs", - "file": "iser-tools/tlaiser/src/codegen/parser.rs", + "category": "UnboundedAllocation", + "location": "iser-tools/alloyiser/src/manifest/mod.rs", + "file": "iser-tools/alloyiser/src/manifest/mod.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/tlaiser/src/codegen/parser.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/alloyiser/src/manifest/mod.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "iser-tools/tlaiser/src/codegen/tlc_gen.rs", - "file": "iser-tools/tlaiser/src/codegen/tlc_gen.rs", + "category": "UnboundedAllocation", + "location": "iser-tools/alloyiser/src/codegen/parser.rs", + "file": "iser-tools/alloyiser/src/codegen/parser.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/tlaiser/src/codegen/tlc_gen.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/alloyiser/src/codegen/parser.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "PanicPath", - "location": "iser-tools/tlaiser/src/codegen/pluscal_gen.rs", - "file": "iser-tools/tlaiser/src/codegen/pluscal_gen.rs", + "location": "iser-tools/alloyiser/src/codegen/alloy_gen.rs", + "file": "iser-tools/alloyiser/src/codegen/alloy_gen.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/tlaiser/src/codegen/pluscal_gen.rs", + "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/alloyiser/src/codegen/alloy_gen.rs", "recommended_attack": [ "memory", "disk" @@ -637,10 +714,10 @@ }, { "category": "UnboundedAllocation", - "location": "iser-tools/tlaiser/src/manifest/mod.rs", - "file": "iser-tools/tlaiser/src/manifest/mod.rs", + "location": "iser-tools/ephapaxiser/src/manifest/mod.rs", + "file": "iser-tools/ephapaxiser/src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/tlaiser/src/manifest/mod.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/ephapaxiser/src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -648,34 +725,23 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "iser-tools/oblibeniser/src/interface/ffi/src/main.zig", - "file": "iser-tools/oblibeniser/src/interface/ffi/src/main.zig", - "severity": "High", - "description": "3 unsafe pointer casts in iser-tools/oblibeniser/src/interface/ffi/src/main.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "iser-tools/oblibeniser/src/abi/mod.rs", - "file": "iser-tools/oblibeniser/src/abi/mod.rs", + "category": "UnboundedAllocation", + "location": "iser-tools/ephapaxiser/src/codegen/mod.rs", + "file": "iser-tools/ephapaxiser/src/codegen/mod.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/oblibeniser/src/abi/mod.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/ephapaxiser/src/codegen/mod.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "iser-tools/oblibeniser/src/manifest/mod.rs", - "file": "iser-tools/oblibeniser/src/manifest/mod.rs", + "location": "iser-tools/bqniser/src/manifest/mod.rs", + "file": "iser-tools/bqniser/src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/oblibeniser/src/manifest/mod.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/bqniser/src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -706,46 +772,22 @@ }, { "category": "UnboundedAllocation", - "location": "iser-tools/bqniser/src/manifest/mod.rs", - "file": "iser-tools/bqniser/src/manifest/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/bqniser/src/manifest/mod.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "iser-tools/alloyiser/src/codegen/parser.rs", - "file": "iser-tools/alloyiser/src/codegen/parser.rs", + "location": "iser-tools/iseriser/src/manifest/mod.rs", + "file": "iser-tools/iseriser/src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/alloyiser/src/codegen/parser.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/iseriser/src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" ], "test_context": "production" }, - { - "category": "PanicPath", - "location": "iser-tools/alloyiser/src/codegen/alloy_gen.rs", - "file": "iser-tools/alloyiser/src/codegen/alloy_gen.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/alloyiser/src/codegen/alloy_gen.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, { "category": "UnboundedAllocation", - "location": "iser-tools/alloyiser/src/manifest/mod.rs", - "file": "iser-tools/alloyiser/src/manifest/mod.rs", + "location": "iser-tools/iseriser/src/scan/mod.rs", + "file": "iser-tools/iseriser/src/scan/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/alloyiser/src/manifest/mod.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/iseriser/src/scan/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -778,10 +820,10 @@ }, { "category": "UnboundedAllocation", - "location": "iser-tools/ephapaxiser/src/codegen/mod.rs", - "file": "iser-tools/ephapaxiser/src/codegen/mod.rs", + "location": "iser-tools/ponyiser/src/manifest/mod.rs", + "file": "iser-tools/ponyiser/src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/ephapaxiser/src/codegen/mod.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/ponyiser/src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -789,88 +831,52 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "iser-tools/ephapaxiser/src/manifest/mod.rs", - "file": "iser-tools/ephapaxiser/src/manifest/mod.rs", + "category": "PanicPath", + "location": "iser-tools/ponyiser/src/codegen/parser.rs", + "file": "iser-tools/ponyiser/src/codegen/parser.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/ephapaxiser/src/manifest/mod.rs", + "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/ponyiser/src/codegen/parser.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { "category": "UnsafeCode", - "location": "iser-tools/otpiser/src/interface/ffi/src/main.zig", - "file": "iser-tools/otpiser/src/interface/ffi/src/main.zig", + "location": "iser-tools/ponyiser/src/interface/ffi/src/main.zig", + "file": "iser-tools/ponyiser/src/interface/ffi/src/main.zig", "severity": "High", - "description": "8 unsafe pointer casts in iser-tools/otpiser/src/interface/ffi/src/main.zig", + "description": "2 unsafe pointer casts in iser-tools/ponyiser/src/interface/ffi/src/main.zig", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "iser-tools/otpiser/src/manifest/mod.rs", - "file": "iser-tools/otpiser/src/manifest/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/otpiser/src/manifest/mod.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "iser-tools/wokelangiser/src/codegen/parser.rs", - "file": "iser-tools/wokelangiser/src/codegen/parser.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/wokelangiser/src/codegen/parser.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "iser-tools/wokelangiser/src/manifest/mod.rs", - "file": "iser-tools/wokelangiser/src/manifest/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/wokelangiser/src/manifest/mod.rs", + "category": "UncheckedAllocation", + "location": "iser-tools/atsiser/examples/safe-malloc/include/stdlib_subset.h", + "file": "iser-tools/atsiser/examples/safe-malloc/include/stdlib_subset.h", + "line": 14, + "severity": "Critical", + "description": "Unchecked malloc in iser-tools/atsiser/examples/safe-malloc/include/stdlib_subset.h", "recommended_attack": [ - "memory", - "cpu" + "memory" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "UnboundedAllocation", - "location": "iser-tools/mylangiser/src/manifest/mod.rs", - "file": "iser-tools/mylangiser/src/manifest/mod.rs", + "location": "iser-tools/atsiser/src/manifest/mod.rs", + "file": "iser-tools/atsiser/src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/mylangiser/src/manifest/mod.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/atsiser/src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" ], "test_context": "production" }, - { - "category": "UncheckedAllocation", - "location": "iser-tools/atsiser/examples/safe-malloc/include/stdlib_subset.h", - "file": "iser-tools/atsiser/examples/safe-malloc/include/stdlib_subset.h", - "line": 14, - "severity": "Critical", - "description": "Unchecked malloc in iser-tools/atsiser/examples/safe-malloc/include/stdlib_subset.h", - "recommended_attack": [ - "memory" - ], - "test_context": "test_only" - }, { "category": "UnboundedAllocation", "location": "iser-tools/atsiser/src/codegen/parser.rs", @@ -897,10 +903,10 @@ }, { "category": "UnboundedAllocation", - "location": "iser-tools/atsiser/src/manifest/mod.rs", - "file": "iser-tools/atsiser/src/manifest/mod.rs", + "location": "iser-tools/phronesiser/src/manifest/mod.rs", + "file": "iser-tools/phronesiser/src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/atsiser/src/manifest/mod.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/phronesiser/src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -909,10 +915,10 @@ }, { "category": "PanicPath", - "location": "iser-tools/eclexiaiser/src/codegen/parser.rs", - "file": "iser-tools/eclexiaiser/src/codegen/parser.rs", + "location": "iser-tools/phronesiser/src/codegen/mod.rs", + "file": "iser-tools/phronesiser/src/codegen/mod.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/eclexiaiser/src/codegen/parser.rs", + "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/phronesiser/src/codegen/mod.rs", "recommended_attack": [ "memory", "disk" @@ -921,10 +927,10 @@ }, { "category": "UnsafeCode", - "location": "iser-tools/eclexiaiser/src/interface/ffi/src/main.zig", - "file": "iser-tools/eclexiaiser/src/interface/ffi/src/main.zig", + "location": "iser-tools/phronesiser/src/interface/ffi/src/main.zig", + "file": "iser-tools/phronesiser/src/interface/ffi/src/main.zig", "severity": "High", - "description": "2 unsafe pointer casts in iser-tools/eclexiaiser/src/interface/ffi/src/main.zig", + "description": "2 unsafe pointer casts in iser-tools/phronesiser/src/interface/ffi/src/main.zig", "recommended_attack": [ "memory" ], @@ -932,56 +938,22 @@ }, { "category": "UnboundedAllocation", - "location": "iser-tools/eclexiaiser/src/manifest/mod.rs", - "file": "iser-tools/eclexiaiser/src/manifest/mod.rs", + "location": "iser-tools/wokelangiser/src/manifest/mod.rs", + "file": "iser-tools/wokelangiser/src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/eclexiaiser/src/manifest/mod.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/wokelangiser/src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" ], "test_context": "production" }, - { - "category": "PanicPath", - "location": "iser-tools/betlangiser/src/codegen/codegen.rs", - "file": "iser-tools/betlangiser/src/codegen/codegen.rs", - "severity": "Medium", - "description": "0 panic sites and 61 unwrap/expect calls in iser-tools/betlangiser/src/codegen/codegen.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "UncheckedError", - "location": "iser-tools/betlangiser/src/codegen/codegen.rs", - "file": "iser-tools/betlangiser/src/codegen/codegen.rs", - "severity": "Low", - "description": "14 TODO/FIXME/HACK markers in iser-tools/betlangiser/src/codegen/codegen.rs", - "recommended_attack": [ - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnsafeCode", - "location": "iser-tools/betlangiser/src/interface/ffi/src/main.zig", - "file": "iser-tools/betlangiser/src/interface/ffi/src/main.zig", - "severity": "High", - "description": "2 unsafe pointer casts in iser-tools/betlangiser/src/interface/ffi/src/main.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "UnboundedAllocation", - "location": "iser-tools/betlangiser/src/manifest/mod.rs", - "file": "iser-tools/betlangiser/src/manifest/mod.rs", + "location": "iser-tools/wokelangiser/src/codegen/parser.rs", + "file": "iser-tools/wokelangiser/src/codegen/parser.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/betlangiser/src/manifest/mod.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/wokelangiser/src/codegen/parser.rs", "recommended_attack": [ "memory", "cpu" @@ -990,10 +962,10 @@ }, { "category": "UnboundedAllocation", - "location": "iser-tools/chapeliser/src/codegen/mod.rs", - "file": "iser-tools/chapeliser/src/codegen/mod.rs", + "location": "iser-tools/halideiser/src/manifest/mod.rs", + "file": "iser-tools/halideiser/src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/chapeliser/src/codegen/mod.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/halideiser/src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -1001,34 +973,23 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "iser-tools/chapeliser/src/manifest/mod.rs", - "file": "iser-tools/chapeliser/src/manifest/mod.rs", + "category": "PanicPath", + "location": "iser-tools/halideiser/src/codegen/parser.rs", + "file": "iser-tools/halideiser/src/codegen/parser.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/chapeliser/src/manifest/mod.rs", + "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/halideiser/src/codegen/parser.rs", "recommended_attack": [ "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnsafeCode", - "location": "iser-tools/futharkiser/src/interface/ffi/src/main.zig", - "file": "iser-tools/futharkiser/src/interface/ffi/src/main.zig", - "severity": "High", - "description": "11 unsafe pointer casts in iser-tools/futharkiser/src/interface/ffi/src/main.zig", - "recommended_attack": [ - "memory" + "disk" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "iser-tools/futharkiser/src/manifest/mod.rs", - "file": "iser-tools/futharkiser/src/manifest/mod.rs", + "location": "iser-tools/eclexiaiser/src/manifest/mod.rs", + "file": "iser-tools/eclexiaiser/src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/futharkiser/src/manifest/mod.rs", + "description": "Potential unbounded allocation pattern detected in iser-tools/eclexiaiser/src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -1037,10 +998,10 @@ }, { "category": "PanicPath", - "location": "iser-tools/phronesiser/src/codegen/mod.rs", - "file": "iser-tools/phronesiser/src/codegen/mod.rs", + "location": "iser-tools/eclexiaiser/src/codegen/parser.rs", + "file": "iser-tools/eclexiaiser/src/codegen/parser.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/phronesiser/src/codegen/mod.rs", + "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/eclexiaiser/src/codegen/parser.rs", "recommended_attack": [ "memory", "disk" @@ -1049,126 +1010,116 @@ }, { "category": "UnsafeCode", - "location": "iser-tools/phronesiser/src/interface/ffi/src/main.zig", - "file": "iser-tools/phronesiser/src/interface/ffi/src/main.zig", + "location": "iser-tools/eclexiaiser/src/interface/ffi/src/main.zig", + "file": "iser-tools/eclexiaiser/src/interface/ffi/src/main.zig", "severity": "High", - "description": "2 unsafe pointer casts in iser-tools/phronesiser/src/interface/ffi/src/main.zig", + "description": "2 unsafe pointer casts in iser-tools/eclexiaiser/src/interface/ffi/src/main.zig", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "iser-tools/phronesiser/src/manifest/mod.rs", - "file": "iser-tools/phronesiser/src/manifest/mod.rs", + "category": "PanicPath", + "location": "cadre-router/src/tea/Tea_Guards.res", + "file": "cadre-router/src/tea/Tea_Guards.res", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/phronesiser/src/manifest/mod.rs", + "description": "2 unsafe get calls in cadre-router/src/tea/Tea_Guards.res", "recommended_attack": [ - "memory", - "cpu" + "memory" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "iser-tools/julianiser/src/codegen/benchmark.rs", - "file": "iser-tools/julianiser/src/codegen/benchmark.rs", + "category": "UnboundedAllocation", + "location": "opm-canonicalizer/src/main.rs", + "file": "opm-canonicalizer/src/main.rs", "severity": "Medium", - "description": "0 panic sites and 96 unwrap/expect calls in iser-tools/julianiser/src/codegen/benchmark.rs", + "description": "Potential unbounded allocation pattern detected in opm-canonicalizer/src/main.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "UncheckedError", - "location": "iser-tools/julianiser/src/codegen/benchmark.rs", - "file": "iser-tools/julianiser/src/codegen/benchmark.rs", + "category": "MutationGap", + "location": "shellstate/test/contract/contract_test.exs", + "file": "shellstate/test/contract/contract_test.exs", "severity": "Low", - "description": "16 TODO/FIXME/HACK markers in iser-tools/julianiser/src/codegen/benchmark.rs", + "description": "Elixir test file shellstate/test/contract/contract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "iser-tools/julianiser/src/codegen/parser.rs", - "file": "iser-tools/julianiser/src/codegen/parser.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/julianiser/src/codegen/parser.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "iser-tools/julianiser/src/codegen/julia_gen.rs", - "file": "iser-tools/julianiser/src/codegen/julia_gen.rs", - "severity": "Medium", - "description": "0 panic sites and 39 unwrap/expect calls in iser-tools/julianiser/src/codegen/julia_gen.rs", + "category": "MutationGap", + "location": "shellstate/test/regression/regression_test.exs", + "file": "shellstate/test/regression/regression_test.exs", + "severity": "Low", + "description": "Elixir test file shellstate/test/regression/regression_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "UncheckedError", - "location": "iser-tools/julianiser/src/codegen/julia_gen.rs", - "file": "iser-tools/julianiser/src/codegen/julia_gen.rs", + "category": "MutationGap", + "location": "shellstate/test/integration/commit_integration_test.exs", + "file": "shellstate/test/integration/commit_integration_test.exs", "severity": "Low", - "description": "11 TODO/FIXME/HACK markers in iser-tools/julianiser/src/codegen/julia_gen.rs", + "description": "Elixir test file shellstate/test/integration/commit_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "iser-tools/julianiser/src/codegen/mod.rs", - "file": "iser-tools/julianiser/src/codegen/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/julianiser/src/codegen/mod.rs", + "category": "MutationGap", + "location": "shellstate/test/smoke/smoke_test.exs", + "file": "shellstate/test/smoke/smoke_test.exs", + "severity": "Low", + "description": "Elixir test file shellstate/test/smoke/smoke_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "UnsafeCode", - "location": "iser-tools/julianiser/src/interface/ffi/src/main.zig", - "file": "iser-tools/julianiser/src/interface/ffi/src/main.zig", - "severity": "High", - "description": "3 unsafe pointer casts in iser-tools/julianiser/src/interface/ffi/src/main.zig", + "category": "MutationGap", + "location": "shellstate/test/unit/manifest_test.exs", + "file": "shellstate/test/unit/manifest_test.exs", + "severity": "Low", + "description": "Elixir test file shellstate/test/unit/manifest_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "iser-tools/julianiser/src/manifest/mod.rs", - "file": "iser-tools/julianiser/src/manifest/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/julianiser/src/manifest/mod.rs", + "category": "MutationGap", + "location": "shellstate/test/invariant_verification_test.exs", + "file": "shellstate/test/invariant_verification_test.exs", + "severity": "Low", + "description": "Elixir test file shellstate/test/invariant_verification_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "iser-tools/nimiser/src/manifest/mod.rs", - "file": "iser-tools/nimiser/src/manifest/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/nimiser/src/manifest/mod.rs", + "category": "UnsafeCode", + "location": "well-known-ecosystem/kith/b~main.adb", + "file": "well-known-ecosystem/kith/b~main.adb", + "severity": "High", + "description": "pragma Suppress (runtime checks disabled) in well-known-ecosystem/kith/b~main.adb", "recommended_attack": [ "memory", "cpu" @@ -1176,35 +1127,34 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "iser-tools/dafniser/src/manifest/mod.rs", - "file": "iser-tools/dafniser/src/manifest/mod.rs", + "category": "PanicPath", + "location": "well-known-ecosystem/validator/src/main.rs", + "file": "well-known-ecosystem/validator/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/dafniser/src/manifest/mod.rs", + "description": "0 panic sites and 2 unwrap/expect calls in well-known-ecosystem/validator/src/main.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "iser-tools/anvomidaviser/src/manifest/mod.rs", - "file": "iser-tools/anvomidaviser/src/manifest/mod.rs", + "category": "InsecureProtocol", + "location": "well-known-ecosystem/validator/src/validators.rs", + "file": "well-known-ecosystem/validator/src/validators.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/anvomidaviser/src/manifest/mod.rs", + "description": "1 HTTP (non-HTTPS) URLs in well-known-ecosystem/validator/src/validators.rs", "recommended_attack": [ - "memory", - "cpu" + "network" ], "test_context": "production" }, { "category": "PanicPath", - "location": "iser-tools/ponyiser/src/codegen/parser.rs", - "file": "iser-tools/ponyiser/src/codegen/parser.rs", + "location": "well-known-ecosystem/validator/src/registry.rs", + "file": "well-known-ecosystem/validator/src/registry.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/ponyiser/src/codegen/parser.rs", + "description": "0 panic sites and 1 unwrap/expect calls in well-known-ecosystem/validator/src/registry.rs", "recommended_attack": [ "memory", "disk" @@ -1212,307 +1162,321 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "iser-tools/ponyiser/src/interface/ffi/src/main.zig", - "file": "iser-tools/ponyiser/src/interface/ffi/src/main.zig", - "severity": "High", - "description": "2 unsafe pointer casts in iser-tools/ponyiser/src/interface/ffi/src/main.zig", + "category": "InsecureProtocol", + "location": "coq-ecosystem/coq-jr/src/Page.res", + "file": "coq-ecosystem/coq-jr/src/Page.res", + "severity": "Medium", + "description": "2 HTTP (non-HTTPS) URLs in coq-ecosystem/coq-jr/src/Page.res", "recommended_attack": [ - "memory" + "network" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "iser-tools/ponyiser/src/manifest/mod.rs", - "file": "iser-tools/ponyiser/src/manifest/mod.rs", + "category": "InsecureProtocol", + "location": "coq-ecosystem/coq-jr/src/Components.res", + "file": "coq-ecosystem/coq-jr/src/Components.res", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/ponyiser/src/manifest/mod.rs", + "description": "1 HTTP (non-HTTPS) URLs in coq-ecosystem/coq-jr/src/Components.res", "recommended_attack": [ - "memory", - "cpu" + "network" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "iser-tools/halideiser/src/codegen/parser.rs", - "file": "iser-tools/halideiser/src/codegen/parser.rs", + "category": "CommandInjection", + "location": "v-ecosystem/v-idris-abi/scripts/maintenance/run-maintenance.sh", + "file": "v-ecosystem/v-idris-abi/scripts/maintenance/run-maintenance.sh", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in iser-tools/halideiser/src/codegen/parser.rs", + "description": "33 potentially unquoted variable expansions in v-ecosystem/v-idris-abi/scripts/maintenance/run-maintenance.sh", "recommended_attack": [ - "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "iser-tools/halideiser/src/manifest/mod.rs", - "file": "iser-tools/halideiser/src/manifest/mod.rs", + "category": "CommandInjection", + "location": "v-ecosystem/v-zig-ffi/scripts/maintenance/run-maintenance.sh", + "file": "v-ecosystem/v-zig-ffi/scripts/maintenance/run-maintenance.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in iser-tools/halideiser/src/manifest/mod.rs", + "description": "33 potentially unquoted variable expansions in v-ecosystem/v-zig-ffi/scripts/maintenance/run-maintenance.sh", "recommended_attack": [ - "memory", "cpu" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "category": "InsecureProtocol", + "location": "v-ecosystem/v-api-interfaces/v_semweb/src/semweb.v", + "file": "v-ecosystem/v-api-interfaces/v_semweb/src/semweb.v", "severity": "Medium", - "description": "0 panic sites and 6 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "description": "3 HTTP (non-HTTPS) URLs in v-ecosystem/v-api-interfaces/v_semweb/src/semweb.v", "recommended_attack": [ - "memory", - "disk" + "network" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", - "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "category": "UncheckedError", + "location": "v-ecosystem/v-api-interfaces/v_container/src/container.v", + "file": "v-ecosystem/v-api-interfaces/v_container/src/container.v", + "severity": "Low", + "description": "11 TODO/FIXME/HACK markers in v-ecosystem/v-api-interfaces/v_container/src/container.v", "recommended_attack": [ - "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "category": "HardcodedSecret", + "location": "v-ecosystem/v-api-interfaces/v-vpn/src/vpn.v", + "file": "v-ecosystem/v-api-interfaces/v-vpn/src/vpn.v", + "severity": "Critical", + "description": "Possible hardcoded secret in v-ecosystem/v-api-interfaces/v-vpn/src/vpn.v", "recommended_attack": [ - "memory", - "disk" + "network" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", - "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "category": "HardcodedSecret", + "location": "v-ecosystem/v-api-interfaces/v-telnet/src/telnet.v", + "file": "v-ecosystem/v-api-interfaces/v-telnet/src/telnet.v", + "severity": "Critical", + "description": "Possible hardcoded secret in v-ecosystem/v-api-interfaces/v-telnet/src/telnet.v", "recommended_attack": [ - "memory", - "disk" + "network" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", - "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", + "category": "CommandInjection", + "location": "v-ecosystem/v-benchmarks/scripts/maintenance/run-maintenance.sh", + "file": "v-ecosystem/v-benchmarks/scripts/maintenance/run-maintenance.sh", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", + "description": "33 potentially unquoted variable expansions in v-ecosystem/v-benchmarks/scripts/maintenance/run-maintenance.sh", "recommended_attack": [ - "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", - "file": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", - "severity": "Critical", - "description": "eval usage in asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "location": "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/run-maintenance.sh", + "file": "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/run-maintenance.sh", + "severity": "Medium", + "description": "33 potentially unquoted variable expansions in v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/run-maintenance.sh", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", - "file": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "location": "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/run-maintenance.sh", + "file": "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/run-maintenance.sh", "severity": "Medium", - "description": "24 potentially unquoted variable expansions in asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "description": "33 potentially unquoted variable expansions in v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/run-maintenance.sh", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", - "file": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", - "severity": "Critical", - "description": "eval usage in asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "category": "UncheckedError", + "location": "v-ecosystem/v_api_interfaces/v_container/src/container.v", + "file": "v-ecosystem/v_api_interfaces/v_container/src/container.v", + "severity": "Low", + "description": "11 TODO/FIXME/HACK markers in v-ecosystem/v_api_interfaces/v_container/src/container.v", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", - "file": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "location": "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/run-maintenance.sh", + "file": "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/run-maintenance.sh", "severity": "Medium", - "description": "24 potentially unquoted variable expansions in asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "description": "33 potentially unquoted variable expansions in v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/run-maintenance.sh", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", - "file": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", + "category": "CommandInjection", + "location": "v-ecosystem/v-graphql/scripts/maintenance/run-maintenance.sh", + "file": "v-ecosystem/v-graphql/scripts/maintenance/run-maintenance.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in asdf-augmenters/asdf-plugin-configurator/src/config.rs", + "description": "33 potentially unquoted variable expansions in v-ecosystem/v-graphql/scripts/maintenance/run-maintenance.sh", "recommended_attack": [ - "memory", "cpu" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", - "file": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", + "category": "CommandInjection", + "location": "v-ecosystem/v-grpc/scripts/maintenance/run-maintenance.sh", + "file": "v-ecosystem/v-grpc/scripts/maintenance/run-maintenance.sh", "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", + "description": "33 potentially unquoted variable expansions in v-ecosystem/v-grpc/scripts/maintenance/run-maintenance.sh", "recommended_attack": [ - "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", - "file": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", - "severity": "Critical", - "description": "eval usage in asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "location": "v-ecosystem/v-rest/scripts/maintenance/run-maintenance.sh", + "file": "v-ecosystem/v-rest/scripts/maintenance/run-maintenance.sh", + "severity": "Medium", + "description": "33 potentially unquoted variable expansions in v-ecosystem/v-rest/scripts/maintenance/run-maintenance.sh", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], - "suppressed": true, "test_context": "production" }, { - "category": "PathTraversal", - "location": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", - "file": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "category": "CommandInjection", + "location": "v-ecosystem/v-middleware/scripts/maintenance/run-maintenance.sh", + "file": "v-ecosystem/v-middleware/scripts/maintenance/run-maintenance.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "description": "33 potentially unquoted variable expansions in v-ecosystem/v-middleware/scripts/maintenance/run-maintenance.sh", "recommended_attack": [ - "disk" + "cpu" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh", - "file": "asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh", - "severity": "Critical", - "description": "eval usage in asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh", + "location": "v-ecosystem/v-telemetry/scripts/maintenance/run-maintenance.sh", + "file": "v-ecosystem/v-telemetry/scripts/maintenance/run-maintenance.sh", + "severity": "Medium", + "description": "33 potentially unquoted variable expansions in v-ecosystem/v-telemetry/scripts/maintenance/run-maintenance.sh", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "opm-canonicalizer/src/main.rs", - "file": "opm-canonicalizer/src/main.rs", + "category": "CommandInjection", + "location": "v-ecosystem/v-validator/scripts/maintenance/run-maintenance.sh", + "file": "v-ecosystem/v-validator/scripts/maintenance/run-maintenance.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in opm-canonicalizer/src/main.rs", + "description": "33 potentially unquoted variable expansions in v-ecosystem/v-validator/scripts/maintenance/run-maintenance.sh", "recommended_attack": [ - "memory", "cpu" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-cache/src/metadata_cache.rs", - "file": "czech-file-knife/cfk-cache/src/metadata_cache.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in czech-file-knife/cfk-cache/src/metadata_cache.rs", + "category": "MutationGap", + "location": "dnfinition/tests/integration/ipc_protocol_test.exs", + "file": "dnfinition/tests/integration/ipc_protocol_test.exs", + "severity": "Low", + "description": "Elixir test file dnfinition/tests/integration/ipc_protocol_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "czech-file-knife/cfk-core/src/path.rs", - "file": "czech-file-knife/cfk-core/src/path.rs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in czech-file-knife/cfk-core/src/path.rs", + "category": "AtomExhaustion", + "location": "dnfinition/src/data_layer/lib/dnfinition/mirror/list_manager.ex", + "file": "dnfinition/src/data_layer/lib/dnfinition/mirror/list_manager.ex", + "severity": "High", + "description": "3 String.to_atom calls in dnfinition/src/data_layer/lib/dnfinition/mirror/list_manager.ex (use String.to_existing_atom)", "recommended_attack": [ - "network" + "memory" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "czech-file-knife/cfk-providers/src/local.rs", - "file": "czech-file-knife/cfk-providers/src/local.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in czech-file-knife/cfk-providers/src/local.rs", + "category": "MutationGap", + "location": "dnfinition/src/data_layer/test/dnfinition_test.exs", + "file": "dnfinition/src/data_layer/test/dnfinition_test.exs", + "severity": "Low", + "description": "Elixir test file dnfinition/src/data_layer/test/dnfinition_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeCode", - "location": "czech-file-knife/cfk-providers/src/local.rs", - "file": "czech-file-knife/cfk-providers/src/local.rs", - "severity": "High", - "description": "2 unsafe blocks in czech-file-knife/cfk-providers/src/local.rs", + "category": "MutationGap", + "location": "dnfinition/src/data_layer/test/store/package_store_test.exs", + "file": "dnfinition/src/data_layer/test/store/package_store_test.exs", + "severity": "Low", + "description": "Elixir test file dnfinition/src/data_layer/test/store/package_store_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "concurrency" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/gdrive.rs", - "file": "czech-file-knife/cfk-providers/src/gdrive.rs", - "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in czech-file-knife/cfk-providers/src/gdrive.rs", + "category": "MutationGap", + "location": "dnfinition/src/data_layer/test/store/transaction_store_test.exs", + "file": "dnfinition/src/data_layer/test/store/transaction_store_test.exs", + "severity": "Low", + "description": "Elixir test file dnfinition/src/data_layer/test/store/transaction_store_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "CommandInjection", + "location": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "file": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "severity": "Critical", + "description": "eval usage in asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "recommended_attack": [ + "cpu", "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/afs.rs", - "file": "czech-file-knife/cfk-providers/src/afs.rs", + "category": "CommandInjection", + "location": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "file": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in czech-file-knife/cfk-providers/src/afs.rs", + "description": "24 potentially unquoted variable expansions in asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", "recommended_attack": [ - "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "file": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "severity": "Critical", + "description": "eval usage in asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "recommended_attack": [ + "cpu", "disk" ], "test_context": "production" }, + { + "category": "CommandInjection", + "location": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "file": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "severity": "Medium", + "description": "24 potentially unquoted variable expansions in asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, { "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/box_com.rs", - "file": "czech-file-knife/cfk-providers/src/box_com.rs", + "location": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", + "file": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in czech-file-knife/cfk-providers/src/box_com.rs", + "description": "0 panic sites and 4 unwrap/expect calls in asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", "recommended_attack": [ "memory", "disk" @@ -1520,23 +1484,59 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/webdav.rs", - "file": "czech-file-knife/cfk-providers/src/webdav.rs", + "category": "UnboundedAllocation", + "location": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", + "file": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in czech-file-knife/cfk-providers/src/webdav.rs", + "description": "Potential unbounded allocation pattern detected in asdf-augmenters/asdf-plugin-configurator/src/config.rs", "recommended_attack": [ "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "file": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "severity": "Critical", + "description": "eval usage in asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "recommended_attack": [ + "cpu", + "disk" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "PathTraversal", + "location": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "file": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "recommended_attack": [ + "disk" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh", + "file": "asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh", + "severity": "Critical", + "description": "eval usage in asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh", + "recommended_attack": [ + "cpu", "disk" ], "test_context": "production" }, { "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/dropbox.rs", - "file": "czech-file-knife/cfk-providers/src/dropbox.rs", + "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in czech-file-knife/cfk-providers/src/dropbox.rs", + "description": "0 panic sites and 6 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", "recommended_attack": [ "memory", "disk" @@ -1545,10 +1545,10 @@ }, { "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/s3.rs", - "file": "czech-file-knife/cfk-providers/src/s3.rs", + "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", + "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in czech-file-knife/cfk-providers/src/s3.rs", + "description": "0 panic sites and 2 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", "recommended_attack": [ "memory", "disk" @@ -1557,10 +1557,10 @@ }, { "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/syncthing.rs", - "file": "czech-file-knife/cfk-providers/src/syncthing.rs", + "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in czech-file-knife/cfk-providers/src/syncthing.rs", + "description": "0 panic sites and 1 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", "recommended_attack": [ "memory", "disk" @@ -1569,10 +1569,10 @@ }, { "category": "PanicPath", - "location": "czech-file-knife/cfk-providers/src/onedrive.rs", - "file": "czech-file-knife/cfk-providers/src/onedrive.rs", + "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in czech-file-knife/cfk-providers/src/onedrive.rs", + "description": "0 panic sites and 1 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", "recommended_attack": [ "memory", "disk" @@ -1581,10 +1581,10 @@ }, { "category": "PanicPath", - "location": "czech-file-knife/cfk-ios/src/lib.rs", - "file": "czech-file-knife/cfk-ios/src/lib.rs", + "location": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "file": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in czech-file-knife/cfk-ios/src/lib.rs", + "description": "0 panic sites and 1 unwrap/expect calls in asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", "recommended_attack": [ "memory", "disk" @@ -1592,47 +1592,70 @@ "test_context": "production" }, { - "category": "ResourceLeak", - "location": "czech-file-knife/cfk-ios/src/ffi.rs", - "file": "czech-file-knife/cfk-ios/src/ffi.rs", - "severity": "High", - "description": "mem::forget usage (resource leak) in czech-file-knife/cfk-ios/src/ffi.rs", + "category": "HardcodedSecret", + "location": "scaffoldia/registry/elixir/phoenix-service.ncl", + "file": "scaffoldia/registry/elixir/phoenix-service.ncl", + "severity": "Critical", + "description": "Possible hardcoded secret in scaffoldia/registry/elixir/phoenix-service.ncl", "recommended_attack": [ - "memory" + "network" + ], + "test_context": "production" + }, + { + "category": "PathTraversal", + "location": "affinescript-ecosystem/rattlescript/tests/e2e.sh", + "file": "affinescript-ecosystem/rattlescript/tests/e2e.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in affinescript-ecosystem/rattlescript/tests/e2e.sh", + "recommended_attack": [ + "disk" ], "suppressed": true, + "test_context": "test_only" + }, + { + "category": "PanicPath", + "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/index.rs", + "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/index.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/index.rs", + "recommended_attack": [ + "memory", + "disk" + ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "czech-file-knife/cfk-ios/src/ffi.rs", - "file": "czech-file-knife/cfk-ios/src/ffi.rs", + "category": "DynamicCodeExecution", + "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/assets/search.js", + "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/assets/search.js", "severity": "High", - "description": "Raw pointer cast in czech-file-knife/cfk-ios/src/ffi.rs", + "description": "DOM manipulation (innerHTML/document.write) in affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/assets/search.js", "recommended_attack": [ "memory", - "concurrency" + "network" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "czech-file-knife/cfk-ios/src/domain.rs", - "file": "czech-file-knife/cfk-ios/src/domain.rs", + "category": "PanicPath", + "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", + "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in czech-file-knife/cfk-ios/src/domain.rs", + "description": "0 panic sites and 1 unwrap/expect calls in affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { "category": "PanicPath", - "location": "czech-file-knife/cfk-integrations/src/agrep.rs", - "file": "czech-file-knife/cfk-integrations/src/agrep.rs", + "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", + "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in czech-file-knife/cfk-integrations/src/agrep.rs", + "description": "0 panic sites and 5 unwrap/expect calls in affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", "recommended_attack": [ "memory", "disk" @@ -1641,10 +1664,10 @@ }, { "category": "PanicPath", - "location": "czech-file-knife/cfk-integrations/src/aria2.rs", - "file": "czech-file-knife/cfk-integrations/src/aria2.rs", + "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", + "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in czech-file-knife/cfk-integrations/src/aria2.rs", + "description": "0 panic sites and 5 unwrap/expect calls in affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", "recommended_attack": [ "memory", "disk" @@ -1653,10 +1676,10 @@ }, { "category": "PanicPath", - "location": "czech-file-knife/cfk-integrations/src/pandoc.rs", - "file": "czech-file-knife/cfk-integrations/src/pandoc.rs", + "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", + "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in czech-file-knife/cfk-integrations/src/pandoc.rs", + "description": "0 panic sites and 2 unwrap/expect calls in affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", "recommended_attack": [ "memory", "disk" @@ -1664,108 +1687,85 @@ "test_context": "production" }, { - "category": "MutationGap", - "location": "shellstate/test/contract/contract_test.exs", - "file": "shellstate/test/contract/contract_test.exs", - "severity": "Low", - "description": "Elixir test file shellstate/test/contract/contract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/manifest.rs", + "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/manifest.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/manifest.rs", "recommended_attack": [ + "memory", "cpu" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "shellstate/test/smoke/smoke_test.exs", - "file": "shellstate/test/smoke/smoke_test.exs", + "category": "UncheckedError", + "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/main.rs", + "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/main.rs", "severity": "Low", - "description": "Elixir test file shellstate/test/smoke/smoke_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "18 TODO/FIXME/HACK markers in affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/main.rs", "recommended_attack": [ "cpu" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "shellstate/test/integration/commit_integration_test.exs", - "file": "shellstate/test/integration/commit_integration_test.exs", - "severity": "Low", - "description": "Elixir test file shellstate/test/integration/commit_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", + "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", "recommended_attack": [ + "memory", "cpu" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "shellstate/test/unit/manifest_test.exs", - "file": "shellstate/test/unit/manifest_test.exs", - "severity": "Low", - "description": "Elixir test file shellstate/test/unit/manifest_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", + "file": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", "recommended_attack": [ + "memory", "cpu" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "shellstate/test/regression/regression_test.exs", - "file": "shellstate/test/regression/regression_test.exs", - "severity": "Low", - "description": "Elixir test file shellstate/test/regression/regression_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs", + "file": "affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs", "recommended_attack": [ + "memory", "cpu" ], - "suppressed": true, - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "shellstate/test/invariant_verification_test.exs", - "file": "shellstate/test/invariant_verification_test.exs", - "severity": "Low", - "description": "Elixir test file shellstate/test/invariant_verification_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { "category": "PanicPath", - "location": "deno-ecosystem/projects/deno-bunbridge/src/BunSpawn.res", - "file": "deno-ecosystem/projects/deno-bunbridge/src/BunSpawn.res", + "location": "affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", + "file": "affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", "severity": "Medium", - "description": "1 unsafe get calls in deno-ecosystem/projects/deno-bunbridge/src/BunSpawn.res", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "UnsafeDeserialization", - "location": "deno-ecosystem/projects/deno-bunbridge/src/BunFile.res", - "file": "deno-ecosystem/projects/deno-bunbridge/src/BunFile.res", - "severity": "High", - "description": "1 JSON.parseExn calls in deno-ecosystem/projects/deno-bunbridge/src/BunFile.res (use JSON.parse for safe Result)", + "description": "0 panic sites and 32 unwrap/expect calls in affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { "category": "PanicPath", - "location": "deno-ecosystem/projects/bundeno/src/compat/Process.res", - "file": "deno-ecosystem/projects/bundeno/src/compat/Process.res", + "location": "affinescript-ecosystem/affinescriptiser/src/codegen/affine_gen.rs", + "file": "affinescript-ecosystem/affinescriptiser/src/codegen/affine_gen.rs", "severity": "Medium", - "description": "1 unsafe get calls in deno-ecosystem/projects/bundeno/src/compat/Process.res", + "description": "0 panic sites and 29 unwrap/expect calls in affinescript-ecosystem/affinescriptiser/src/codegen/affine_gen.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" } @@ -1781,89 +1781,89 @@ }, "file_statistics": [ { - "file_path": "well-known-ecosystem/templates/rust-axum/well_known.rs", - "lines": 264, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "well-known-ecosystem/kith/b~main.adb", - "lines": 267, + "file_path": "synapse/src/generators/synapse.zig", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "well-known-ecosystem/kith/src/ada/plugins/creative.adb", - "lines": 41, + "file_path": "zig-ecosystem/bridge-nginx-zig/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "well-known-ecosystem/kith/src/ada/plugins/academic.adb", - "lines": 27, + "file_path": "zig-ecosystem/bridge-nginx-zig/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "well-known-ecosystem/kith/src/ada/plugins/union.adb", - "lines": 39, + "file_path": "deno-ecosystem/projects/deno-bunbridge/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "well-known-ecosystem/kith/src/ada/ui/cli.adb", - "lines": 82, + "file_path": "deno-ecosystem/projects/deno-bunbridge/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "well-known-ecosystem/kith/src/ada/ui/tui.adb", - "lines": 10, + "file_path": "deno-ecosystem/projects/deno-bunbridge/src/BunServe.res", + "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "well-known-ecosystem/kith/src/ada/integration/webserver.adb", - "lines": 42, + "file_path": "deno-ecosystem/projects/deno-bunbridge/src/BunFile.res", + "lines": 46, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "well-known-ecosystem/kith/src/ada/integration/git.adb", - "lines": 48, - "unsafe_blocks": 0, + "file_path": "deno-ecosystem/projects/deno-bunbridge/src/bindings/Deno.res", + "lines": 56, + "unsafe_blocks": 9, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -1871,48 +1871,48 @@ "threading_constructs": 0 }, { - "file_path": "well-known-ecosystem/kith/src/ada/integration/dns.adb", - "lines": 30, + "file_path": "deno-ecosystem/projects/deno-bunbridge/src/BunSpawn.res", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "well-known-ecosystem/kith/src/ada/validation/did.adb", - "lines": 85, + "file_path": "deno-ecosystem/projects/bundeno/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "well-known-ecosystem/kith/src/ada/validation/aibdp_validation.adb", - "lines": 113, + "file_path": "deno-ecosystem/projects/bundeno/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "well-known-ecosystem/kith/src/ada/validation/security_txt.adb", - "lines": 88, + "file_path": "deno-ecosystem/projects/bundeno/src/compat/Process.res", + "lines": 98, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "well-known-ecosystem/kith/src/ada/core/main.adb", - "lines": 10, + "file_path": "deno-ecosystem/projects/bundeno/src/compat/Fs.res", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1921,57 +1921,57 @@ "threading_constructs": 0 }, { - "file_path": "well-known-ecosystem/kith/src/ada/core/kith.adb", - "lines": 39, + "file_path": "deno-ecosystem/projects/beamdeno/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "well-known-ecosystem/validator/src/rules.rs", - "lines": 331, + "file_path": "deno-ecosystem/projects/beamdeno/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "well-known-ecosystem/validator/src/main.rs", - "lines": 385, + "file_path": "cadre-tea-router/src/CadreTeaRouter_Guards.res", + "lines": 318, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "well-known-ecosystem/validator/src/contract.rs", - "lines": 179, - "unsafe_blocks": 0, + "file_path": "cadre-tea-router/src/CadreTeaRouter_QueryParams.res", + "lines": 322, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "well-known-ecosystem/validator/src/registry.rs", - "lines": 416, + "file_path": "ada-ecosystem/ada-loom-registry/app/Main.hs", + "lines": 189, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "well-known-ecosystem/ffi/zig/test/integration_test.zig", + "file_path": "ada-ecosystem/ada-loom-registry/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -1981,7 +1981,7 @@ "threading_constructs": 2 }, { - "file_path": "well-known-ecosystem/ffi/zig/src/main.zig", + "file_path": "ada-ecosystem/ada-loom-registry/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -1991,48 +1991,48 @@ "threading_constructs": 0 }, { - "file_path": "synapse/src/generators/synapse.zig", - "lines": 153, - "unsafe_blocks": 0, + "file_path": "idris2-ecosystem/echidna/src/Echidna/FFI.idr", + "lines": 158, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scaffoldia/repo-customiser/scripts/bootstrap.sh", - "lines": 63, + "file_path": "techstack-enforcer/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "scaffoldia/registry/elixir/phoenix-service.ncl", - "lines": 522, + "file_path": "techstack-enforcer/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scaffoldia/registry/rust/library.ncl", - "lines": 224, + "file_path": "techstack-enforcer/src/hooks/techstack_hook.adb", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scaffoldia/registry/gitbot/fleet-bot.ncl", - "lines": 507, + "file_path": "techstack-enforcer/src/techstack_main.adb", + "lines": 329, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2041,538 +2041,552 @@ "threading_constructs": 0 }, { - "file_path": "scaffoldia/registry/haskell/stack-library.ncl", - "lines": 397, + "file_path": "techstack-enforcer/src/core/techstack_enforcer.ads", + "lines": 96, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scaffoldia/builder/main.ncl", - "lines": 306, + "file_path": "techstack-enforcer/src/core/techstack_notify.adb", + "lines": 227, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 5, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scaffoldia/src/Scaffoldia/Template.hs", - "lines": 163, + "file_path": "techstack-enforcer/src/core/techstack_json_io.adb", + "lines": 227, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scaffoldia/src/Scaffoldia/Registry.hs", - "lines": 171, + "file_path": "czech-file-knife/cfk-ios/swift/CfkBridge.h", + "lines": 239, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scaffoldia/src/Scaffoldia/Builder.hs", - "lines": 126, + "file_path": "czech-file-knife/cfk-ios/src/provider.rs", + "lines": 499, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 - }, + "safe_unwrap_calls": 13, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 1 + }, { - "file_path": "scaffoldia/cli/scaffoldia.hs", - "lines": 426, + "file_path": "czech-file-knife/cfk-ios/src/lib.rs", + "lines": 91, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "scaffoldia/repo-slm-augmentor/scripts/bootstrap.sh", - "lines": 63, + "file_path": "czech-file-knife/cfk-ios/src/domain.rs", + "lines": 194, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "devkit-risc-v/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "czech-file-knife/cfk-ios/src/ffi.rs", + "lines": 474, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 13, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "devkit-risc-v/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "czech-file-knife/cfk-core/src/path.rs", + "lines": 234, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "zig-api/generated/abi/zig_api.h", - "lines": 266, + "file_path": "czech-file-knife/cfk-core/src/platform.rs", + "lines": 219, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "zig-api/src/ZigApi/ABI/Foreign.idr", - "lines": 169, - "unsafe_blocks": 15, + "file_path": "czech-file-knife/cfk-core/src/error.rs", + "lines": 147, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "zig-api/ffi/zig/src/gnosis.zig", - "lines": 997, + "file_path": "czech-file-knife/cfk-vfs/src/lib.rs", + "lines": 138, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 19, - "threading_constructs": 3 + "allocation_sites": 2, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "zig-api/ffi/zig/src/connector.zig", - "lines": 383, + "file_path": "czech-file-knife/cfk-providers/src/webdav.rs", + "lines": 611, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 5, + "safe_unwrap_calls": 10, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "zig-api/ffi/zig/src/core.zig", - "lines": 155, + "file_path": "czech-file-knife/cfk-providers/src/syncthing.rs", + "lines": 531, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 2, + "safe_unwrap_calls": 3, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "dnfinition/scripts/propagate-mirror-workflow.jl", - "lines": 257, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 - }, - { - "file_path": "dnfinition/tests/integration/reversibility_chain_test.adb", - "lines": 296, + "file_path": "czech-file-knife/cfk-providers/src/dropbox.rs", + "lines": 582, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "unwrap_calls": 3, + "safe_unwrap_calls": 6, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "dnfinition/src/reversibility/filesystem/btrfs_snapshots.adb", - "lines": 284, + "file_path": "czech-file-knife/cfk-providers/src/ipfs.rs", + "lines": 802, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 11, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "dnfinition/src/reversibility/filesystem/zfs_snapshots.ads", - "lines": 81, + "file_path": "czech-file-knife/cfk-providers/src/lib.rs", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "dnfinition/src/reversibility/transaction_log.ads", - "lines": 125, + "file_path": "czech-file-knife/cfk-providers/src/afs.rs", + "lines": 530, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "unwrap_calls": 4, + "safe_unwrap_calls": 4, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "dnfinition/src/dnfinition.adb", - "lines": 470, + "file_path": "czech-file-knife/cfk-providers/src/protocols.rs", + "lines": 265, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "dnfinition/src/config/config_parser.adb", - "lines": 235, + "file_path": "czech-file-knife/cfk-providers/src/smb.rs", + "lines": 494, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 36, + "safe_unwrap_calls": 5, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "dnfinition/src/data_layer/lib/dnfinition/security/http_config.ex", - "lines": 290, - "unsafe_blocks": 0, + "file_path": "czech-file-knife/cfk-providers/src/local.rs", + "lines": 484, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 12, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "dnfinition/src/data_layer/lib/dnfinition/telemetry.ex", - "lines": 224, + "file_path": "czech-file-knife/cfk-providers/src/box_com.rs", + "lines": 721, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 3, + "safe_unwrap_calls": 9, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "dnfinition/src/data_layer/lib/dnfinition/download/manager.ex", - "lines": 514, + "file_path": "czech-file-knife/cfk-providers/src/onedrive.rs", + "lines": 620, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 3, + "safe_unwrap_calls": 11, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "dnfinition/src/data_layer/lib/dnfinition/download/worker.ex", - "lines": 362, + "file_path": "czech-file-knife/cfk-providers/src/ninep.rs", + "lines": 960, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 8, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "dnfinition/src/data_layer/lib/dnfinition/mirror/list_manager.ex", - "lines": 397, + "file_path": "czech-file-knife/cfk-providers/src/transport.rs", + "lines": 307, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "dnfinition/src/data_layer/lib/dnfinition/mirror/optimizer.ex", - "lines": 430, + "file_path": "czech-file-knife/cfk-providers/src/s3.rs", + "lines": 711, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 9, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "dnfinition/src/data_layer/lib/dnfinition/port/server.ex", - "lines": 735, + "file_path": "czech-file-knife/cfk-providers/src/sftp.rs", + "lines": 325, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 5, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "dnfinition/src/data_layer/data_layer_client.ads", - "lines": 311, + "file_path": "czech-file-knife/cfk-providers/src/gdrive.rs", + "lines": 731, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 7, + "unwrap_calls": 4, + "safe_unwrap_calls": 6, + "allocation_sites": 6, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "dnfinition/src/data_layer/data_layer_client.adb", - "lines": 602, + "file_path": "czech-file-knife/cfk-search/src/lib.rs", + "lines": 185, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "dnfinition/src/tui/ncurses_bindings.ads", - "lines": 248, + "file_path": "czech-file-knife/cfk-tui/src/cfk_tui_main.adb", + "lines": 36, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "dnfinition/src/cli/command_executor.adb", - "lines": 345, + "file_path": "czech-file-knife/cfk-cli/src/commands.rs", + "lines": 401, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 1, - "threading_constructs": 0 + "safe_unwrap_calls": 5, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 1 }, { - "file_path": "dnfinition/src/cli/cli_output.adb", - "lines": 518, + "file_path": "czech-file-knife/cfk-cache/src/blob_store.rs", + "lines": 449, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 2, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "dnfinition/src/cli/command_executor.ads", - "lines": 130, + "file_path": "czech-file-knife/cfk-cache/src/lib.rs", + "lines": 177, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "dnfinition/src/cli/cli_commands.adb", - "lines": 1629, + "file_path": "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "lines": 534, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "unwrap_calls": 1, + "safe_unwrap_calls": 4, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "dnfinition/src/types/snapshot_types.ads", - "lines": 154, + "file_path": "czech-file-knife/cfk-cache/src/policy.rs", + "lines": 423, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "dnfinition/src/types/package_types.ads", - "lines": 184, + "file_path": "czech-file-knife/cfk-integrations/src/agrep.rs", + "lines": 101, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 3, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "dnfinition/src/types/transaction_types.ads", - "lines": 169, + "file_path": "czech-file-knife/cfk-integrations/src/aria2.rs", + "lines": 76, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, + "unwrap_calls": 4, + "safe_unwrap_calls": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "dnfinition/src/platform/filesystem_detect.adb", - "lines": 337, + "file_path": "czech-file-knife/cfk-integrations/src/pandoc.rs", + "lines": 110, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 17, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "dnfinition/src/platform/detection.adb", - "lines": 672, + "file_path": "zig-api/ffi/zig/src/core.zig", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 17, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "dnfinition/src/backends/language_backend_interface.ads", - "lines": 450, + "file_path": "zig-api/ffi/zig/src/gnosis.zig", + "lines": 997, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 + "allocation_sites": 1, + "io_operations": 19, + "threading_constructs": 3 }, { - "file_path": "dnfinition/src/backends/rpm_ostree/rpm_ostree_backend.ads", - "lines": 196, + "file_path": "zig-api/ffi/zig/src/connector.zig", + "lines": 383, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "dnfinition/src/backends/rpm_ostree/rpm_ostree_backend.adb", - "lines": 618, - "unsafe_blocks": 0, + "file_path": "zig-api/src/ZigApi/ABI/Foreign.idr", + "lines": 169, + "unsafe_blocks": 15, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "dnfinition/src/backends/dnf/dnf_backend.ads", - "lines": 173, + "file_path": "zig-api/generated/abi/zig_api.h", + "lines": 266, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cadre-router/tea-router-pkg/src/TeaRouter.res", - "lines": 251, + "file_path": "iser-tools/betlangiser/tests/integration_test.rs", + "lines": 402, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cadre-router/tests/Navigation_test.res", - "lines": 202, + "file_path": "iser-tools/betlangiser/src/manifest/mod.rs", + "lines": 453, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cadre-router/tests/Transition_test.res", - "lines": 294, + "file_path": "iser-tools/betlangiser/src/codegen/codegen.rs", + "lines": 422, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, + "unwrap_calls": 61, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cadre-router/tests/Conformance_test.res", - "lines": 447, - "unsafe_blocks": 0, + "file_path": "iser-tools/betlangiser/src/interface/abi/Foreign.idr", + "lines": 401, + "unsafe_blocks": 27, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cadre-router/src/tea/Tea_QueryParams.res", - "lines": 321, + "file_path": "iser-tools/betlangiser/src/interface/ffi/src/main.zig", + "lines": 659, "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cadre-router/src/tea/Tea_Guards.res", - "lines": 318, + "file_path": "iser-tools/mylangiser/tests/integration_test.rs", + "lines": 376, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cadre-router/src/server/ServerRouter.res", - "lines": 256, + "file_path": "iser-tools/mylangiser/src/manifest/mod.rs", + "lines": 262, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cadre-router/src/client/Url.res", - "lines": 133, - "unsafe_blocks": 3, + "file_path": "iser-tools/mylangiser/src/codegen/layer_gen.rs", + "lines": 319, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cadre-router/src/client/HashNavigation.res", - "lines": 93, - "unsafe_blocks": 9, + "file_path": "iser-tools/mylangiser/src/codegen/scorer.rs", + "lines": 186, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cadre-router/src/client/RouteBuilder.res", - "lines": 151, + "file_path": "iser-tools/mylangiser/src/codegen/mod.rs", + "lines": 126, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2581,77 +2595,88 @@ "threading_constructs": 0 }, { - "file_path": "cadre-router/src/client/Transition.res", - "lines": 363, - "unsafe_blocks": 2, + "file_path": "iser-tools/mylangiser/src/interface/abi/Foreign.idr", + "lines": 262, + "unsafe_blocks": 16, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cadre-router/src/client/NestedRoute.res", - "lines": 218, + "file_path": "iser-tools/mylangiser/src/interface/ffi/src/main.zig", + "lines": 417, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cadre-router/src/client/Parser.res", - "lines": 370, + "file_path": "iser-tools/mylangiser/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "cadre-router/src/client/Navigation.res", - "lines": 63, - "unsafe_blocks": 7, + "file_path": "iser-tools/idrisiser/src/manifest/mod.rs", + "lines": 288, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "idris2-ecosystem/echidna/src/Echidna/FFI.idr", - "lines": 158, - "unsafe_blocks": 12, + "file_path": "iser-tools/idrisiser/src/codegen/parser.rs", + "lines": 512, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 1, + "allocation_sites": 8, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "iser-tools/idrisiser/src/codegen/mod.rs", + "lines": 225, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cadre-tea-router/src/CadreTeaRouter_Guards.res", - "lines": 318, - "unsafe_blocks": 0, + "file_path": "iser-tools/idrisiser/src/interface/abi/Foreign.idr", + "lines": 264, + "unsafe_blocks": 15, "panic_sites": 0, - "unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "cadre-tea-router/src/CadreTeaRouter_QueryParams.res", - "lines": 322, + "file_path": "iser-tools/idrisiser/src/interface/ffi/src/main.zig", + "lines": 382, "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "setup.sh", + "file_path": "iser-tools/idrisiser/setup.sh", "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, @@ -2661,198 +2686,191 @@ "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-benchmarks/scripts/maintenance/perms-state.sh", - "lines": 241, + "file_path": "iser-tools/futharkiser/src/abi/mod.rs", + "lines": 389, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-benchmarks/scripts/maintenance/run-maintenance.sh", - "lines": 612, + "file_path": "iser-tools/futharkiser/src/manifest/mod.rs", + "lines": 536, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-benchmarks/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "iser-tools/futharkiser/src/codegen/parser.rs", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "v-ecosystem/v-benchmarks/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-graphql/scripts/maintenance/perms-state.sh", - "lines": 241, + "file_path": "iser-tools/futharkiser/src/codegen/futhark_gen.rs", + "lines": 304, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-graphql/scripts/maintenance/run-maintenance.sh", - "lines": 612, + "file_path": "iser-tools/futharkiser/src/codegen/build_gen.rs", + "lines": 295, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-graphql/setup.sh", - "lines": 278, - "unsafe_blocks": 0, + "file_path": "iser-tools/futharkiser/src/interface/abi/Foreign.idr", + "lines": 299, + "unsafe_blocks": 15, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-graphql/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "iser-tools/futharkiser/src/interface/ffi/src/main.zig", + "lines": 448, + "unsafe_blocks": 11, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-graphql/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "iser-tools/oblibeniser/tests/integration_tests.rs", + "lines": 499, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-graphql/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "iser-tools/oblibeniser/src/abi/mod.rs", + "lines": 644, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "unwrap_calls": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-middleware/scripts/maintenance/perms-state.sh", - "lines": 241, + "file_path": "iser-tools/oblibeniser/src/manifest/mod.rs", + "lines": 366, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-middleware/scripts/maintenance/run-maintenance.sh", - "lines": 612, + "file_path": "iser-tools/oblibeniser/src/codegen/audit_gen.rs", + "lines": 404, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "allocation_sites": 10, + "io_operations": 12, + "threading_constructs": 1 }, { - "file_path": "v-ecosystem/v-middleware/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "iser-tools/oblibeniser/src/codegen/mod.rs", + "lines": 147, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-middleware/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "iser-tools/oblibeniser/src/codegen/inverse_gen.rs", + "lines": 512, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 6, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "v-ecosystem/v-telemetry/scripts/maintenance/perms-state.sh", - "lines": 241, - "unsafe_blocks": 0, + "file_path": "iser-tools/oblibeniser/src/interface/abi/Foreign.idr", + "lines": 350, + "unsafe_blocks": 21, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-telemetry/scripts/maintenance/run-maintenance.sh", - "lines": 612, - "unsafe_blocks": 0, + "file_path": "iser-tools/oblibeniser/src/interface/abi/Types.idr", + "lines": 365, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-telemetry/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "iser-tools/oblibeniser/src/interface/ffi/src/main.zig", + "lines": 647, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-telemetry/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "iser-tools/oblibeniser/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-validator/scripts/maintenance/perms-state.sh", - "lines": 241, + "file_path": "iser-tools/chapeliser/src/manifest/mod.rs", + "lines": 343, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-validator/scripts/maintenance/run-maintenance.sh", - "lines": 612, + "file_path": "iser-tools/chapeliser/src/codegen/mod.rs", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2861,18 +2879,18 @@ "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-validator/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "iser-tools/chapeliser/src/interface/abi/Foreign.idr", + "lines": 191, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-validator/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "iser-tools/chapeliser/src/interface/ffi/src/main.zig", + "lines": 314, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2881,78 +2899,89 @@ "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-grpc/scripts/maintenance/perms-state.sh", - "lines": 241, + "file_path": "iser-tools/tlaiser/src/abi/mod.rs", + "lines": 470, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-grpc/scripts/maintenance/run-maintenance.sh", - "lines": 612, + "file_path": "iser-tools/tlaiser/src/manifest/mod.rs", + "lines": 360, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-grpc/setup.sh", - "lines": 278, + "file_path": "iser-tools/tlaiser/src/codegen/parser.rs", + "lines": 346, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-grpc/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "iser-tools/tlaiser/src/codegen/tla_gen.rs", + "lines": 539, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 26, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-grpc/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "iser-tools/tlaiser/src/codegen/pluscal_gen.rs", + "lines": 415, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "allocation_sites": 10, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-grpc/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "iser-tools/tlaiser/src/codegen/tlc_gen.rs", + "lines": 400, "unsafe_blocks": 0, "panic_sites": 0, + "unwrap_calls": 1, + "allocation_sites": 8, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "iser-tools/tlaiser/src/interface/abi/Foreign.idr", + "lines": 381, + "unsafe_blocks": 22, + "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-deno/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "iser-tools/tlaiser/src/interface/ffi/test/integration_test.zig", + "lines": 252, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 3 }, { - "file_path": "v-ecosystem/v-deno/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "iser-tools/tlaiser/src/interface/ffi/src/main.zig", + "lines": 540, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2961,79 +2990,70 @@ "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/perms-state.sh", - "lines": 241, + "file_path": "iser-tools/tlaiser/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/run-maintenance.sh", - "lines": 612, + "file_path": "iser-tools/anvomidaviser/tests/integration_tests.rs", + "lines": 404, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v_api_interfaces/v_grpc/src/abi/Foreign.idr", - "lines": 210, - "unsafe_blocks": 12, + "file_path": "iser-tools/anvomidaviser/src/manifest/mod.rs", + "lines": 164, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v_api_interfaces/v_grpc/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "iser-tools/anvomidaviser/src/codegen/mod.rs", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v_api_interfaces/v_grpc/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "iser-tools/anvomidaviser/src/codegen/validator.rs", + "lines": 360, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/perms-state.sh", - "lines": 241, - "unsafe_blocks": 0, + "file_path": "iser-tools/anvomidaviser/src/interface/abi/Foreign.idr", + "lines": 336, + "unsafe_blocks": 20, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/run-maintenance.sh", - "lines": 612, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v_api_interfaces/v_graphql/src/abi/Foreign.idr", - "lines": 210, - "unsafe_blocks": 12, + "file_path": "iser-tools/anvomidaviser/src/interface/abi/Types.idr", + "lines": 375, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3041,8 +3061,8 @@ "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v_api_interfaces/v_graphql/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "iser-tools/anvomidaviser/src/interface/ffi/test/integration_test.zig", + "lines": 244, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3051,8 +3071,8 @@ "threading_constructs": 2 }, { - "file_path": "v-ecosystem/v_api_interfaces/v_graphql/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "iser-tools/anvomidaviser/src/interface/ffi/src/main.zig", + "lines": 455, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3061,117 +3081,121 @@ "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/perms-state.sh", - "lines": 241, + "file_path": "iser-tools/dafniser/tests/integration_test.rs", + "lines": 207, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/run-maintenance.sh", - "lines": 612, + "file_path": "iser-tools/dafniser/src/manifest/mod.rs", + "lines": 307, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v_api_interfaces/v_rest/src/abi/Foreign.idr", - "lines": 210, - "unsafe_blocks": 12, + "file_path": "iser-tools/dafniser/src/codegen/parser.rs", + "lines": 309, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v_api_interfaces/v_rest/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "iser-tools/dafniser/src/interface/abi/Foreign.idr", + "lines": 268, + "unsafe_blocks": 17, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v_api_interfaces/v_rest/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "iser-tools/dafniser/src/interface/abi/Types.idr", + "lines": 382, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-zig-ffi/scripts/maintenance/perms-state.sh", - "lines": 241, + "file_path": "iser-tools/dafniser/src/interface/ffi/src/main.zig", + "lines": 415, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-zig-ffi/scripts/maintenance/run-maintenance.sh", - "lines": 612, + "file_path": "iser-tools/otpiser/tests/integration_test.rs", + "lines": 1830, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 6, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 31, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-zig-ffi/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "iser-tools/otpiser/src/manifest/mod.rs", + "lines": 357, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-zig-ffi/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "iser-tools/otpiser/src/codegen/diagram.rs", + "lines": 102, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-rest/scripts/maintenance/perms-state.sh", - "lines": 241, - "unsafe_blocks": 0, + "file_path": "iser-tools/otpiser/src/interface/abi/Foreign.idr", + "lines": 321, + "unsafe_blocks": 18, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-rest/scripts/maintenance/run-maintenance.sh", - "lines": 612, - "unsafe_blocks": 0, + "file_path": "iser-tools/otpiser/src/interface/ffi/src/main.zig", + "lines": 574, + "unsafe_blocks": 8, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-rest/setup.sh", + "file_path": "iser-tools/otpiser/setup.sh", "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, @@ -3181,179 +3205,183 @@ "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-rest/src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "iser-tools/julianiser/tests/integration_tests.rs", + "lines": 491, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 8, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-rest/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "iser-tools/julianiser/src/abi/mod.rs", + "lines": 411, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 14, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-rest/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "iser-tools/julianiser/src/manifest/mod.rs", + "lines": 358, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-idris-abi/scripts/maintenance/perms-state.sh", - "lines": 241, + "file_path": "iser-tools/julianiser/src/codegen/parser.rs", + "lines": 650, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "unwrap_calls": 1, + "safe_unwrap_calls": 5, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-idris-abi/scripts/maintenance/run-maintenance.sh", - "lines": 612, + "file_path": "iser-tools/julianiser/src/codegen/mod.rs", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-idris-abi/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "iser-tools/julianiser/src/codegen/benchmark.rs", + "lines": 474, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 96, + "safe_unwrap_calls": 2, + "allocation_sites": 10, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "v-ecosystem/v-idris-abi/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "iser-tools/julianiser/src/codegen/julia_gen.rs", + "lines": 500, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "unwrap_calls": 39, + "allocation_sites": 16, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescriptiser/tests/integration_tests.rs", - "lines": 409, - "unsafe_blocks": 0, + "file_path": "iser-tools/julianiser/src/interface/abi/Foreign.idr", + "lines": 262, + "unsafe_blocks": 15, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", - "lines": 270, - "unsafe_blocks": 0, + "file_path": "iser-tools/julianiser/src/interface/ffi/src/main.zig", + "lines": 413, + "unsafe_blocks": 3, "panic_sites": 0, - "unwrap_calls": 32, - "allocation_sites": 6, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs", - "lines": 268, + "file_path": "iser-tools/julianiser/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescriptiser/src/codegen/affine_gen.rs", - "lines": 372, + "file_path": "iser-tools/nimiser/tests/integration_tests.rs", + "lines": 405, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 29, - "allocation_sites": 6, + "unwrap_calls": 0, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescriptiser/src/interface/ffi/src/main.zig", - "lines": 441, + "file_path": "iser-tools/nimiser/src/abi/mod.rs", + "lines": 364, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 16, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescriptiser/src/interface/abi/Foreign.idr", - "lines": 318, - "unsafe_blocks": 20, + "file_path": "iser-tools/nimiser/src/manifest/mod.rs", + "lines": 332, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescriptiser/src/manifest/mod.rs", - "lines": 360, + "file_path": "iser-tools/nimiser/src/codegen/parser.rs", + "lines": 195, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 20, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/tests/e2e.sh", - "lines": 142, + "file_path": "iser-tools/nimiser/src/codegen/mod.rs", + "lines": 132, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/setup.sh", - "lines": 278, + "file_path": "iser-tools/nimiser/src/codegen/build_gen.rs", + "lines": 265, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 1, + "allocation_sites": 16, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/src/interface/ffi/src/main.zig", - "lines": 274, + "file_path": "iser-tools/nimiser/src/codegen/nim_gen.rs", + "lines": 217, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 16, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/src/interface/Abi/Foreign.idr", - "lines": 82, - "unsafe_blocks": 4, + "file_path": "iser-tools/nimiser/src/interface/abi/Foreign.idr", + "lines": 347, + "unsafe_blocks": 18, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3361,169 +3389,171 @@ "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/session/dispatch.sh", - "lines": 137, - "unsafe_blocks": 0, + "file_path": "iser-tools/nimiser/src/interface/abi/Types.idr", + "lines": 427, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/examples/typecheck_features_test.affine", - "lines": 68, + "file_path": "iser-tools/nimiser/src/interface/ffi/src/main.zig", + "lines": 524, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/examples/ownership.affine", - "lines": 46, + "file_path": "iser-tools/nimiser/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/examples/typecheck_complete_test.affine", - "lines": 106, - "unsafe_blocks": 2, + "file_path": "iser-tools/alloyiser/src/abi/mod.rs", + "lines": 425, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/stdlib/io.affine", - "lines": 272, + "file_path": "iser-tools/alloyiser/src/manifest/mod.rs", + "lines": 334, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 12, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/stdlib/effects.affine", - "lines": 33, + "file_path": "iser-tools/alloyiser/src/codegen/parser.rs", + "lines": 529, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/lib/parse_driver.ml", - "lines": 220, + "file_path": "iser-tools/alloyiser/src/codegen/mod.rs", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/lib/parse.ml", - "lines": 218, + "file_path": "iser-tools/alloyiser/src/codegen/analyzer.rs", + "lines": 340, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/lib/interp.ml", - "lines": 878, + "file_path": "iser-tools/alloyiser/src/codegen/alloy_gen.rs", + "lines": 358, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/lib/python_face.ml", - "lines": 343, - "unsafe_blocks": 0, + "file_path": "iser-tools/alloyiser/src/interface/abi/Foreign.idr", + "lines": 340, + "unsafe_blocks": 18, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/lib/wasm_gc_encode.ml", - "lines": 368, + "file_path": "iser-tools/alloyiser/src/interface/ffi/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/lib/wasm_encode.ml", - "lines": 365, + "file_path": "iser-tools/alloyiser/src/interface/ffi/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/storage.rs", - "lines": 197, + "file_path": "iser-tools/ephapaxiser/tests/integration_test.rs", + "lines": 467, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 16, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/build.rs", - "lines": 235, + "file_path": "iser-tools/ephapaxiser/src/abi/mod.rs", + "lines": 424, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 4, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", - "lines": 235, + "file_path": "iser-tools/ephapaxiser/src/manifest/mod.rs", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/workspace.rs", - "lines": 165, + "file_path": "iser-tools/ephapaxiser/src/codegen/parser.rs", + "lines": 299, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "safe_unwrap_calls": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/resolve.rs", - "lines": 192, + "file_path": "iser-tools/ephapaxiser/src/codegen/wrapper_gen.rs", + "lines": 217, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3532,314 +3562,304 @@ "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", - "lines": 148, + "file_path": "iser-tools/ephapaxiser/src/codegen/mod.rs", + "lines": 179, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, + "safe_unwrap_calls": 3, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/manifest.rs", - "lines": 224, + "file_path": "iser-tools/ephapaxiser/src/codegen/analyzer.rs", + "lines": 316, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 3, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-dap/src/main.rs", - "lines": 171, - "unsafe_blocks": 0, + "file_path": "iser-tools/ephapaxiser/src/interface/abi/Foreign.idr", + "lines": 310, + "unsafe_blocks": 18, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 1 + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/alib_conformance_gen.jl", - "lines": 176, - "unsafe_blocks": 0, + "file_path": "iser-tools/ephapaxiser/src/interface/abi/Types.idr", + "lines": 385, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", - "lines": 517, + "file_path": "iser-tools/ephapaxiser/src/interface/ffi/src/main.zig", + "lines": 482, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 14, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", - "lines": 181, + "file_path": "iser-tools/bqniser/tests/integration_test.rs", + "lines": 1691, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 12, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", - "lines": 383, + "file_path": "iser-tools/bqniser/src/manifest/mod.rs", + "lines": 316, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/handlers.rs", - "lines": 831, + "file_path": "iser-tools/bqniser/src/codegen/parser.rs", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 8, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", - "lines": 180, + "file_path": "iser-tools/bqniser/src/codegen/bqn_gen.rs", + "lines": 161, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 5, + "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/html.rs", - "lines": 270, + "file_path": "iser-tools/bqniser/src/codegen/ffi_gen.rs", + "lines": 208, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/render.rs", - "lines": 122, - "unsafe_blocks": 0, + "file_path": "iser-tools/bqniser/src/interface/abi/Foreign.idr", + "lines": 310, + "unsafe_blocks": 18, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/extract.rs", - "lines": 294, - "unsafe_blocks": 0, + "file_path": "iser-tools/bqniser/src/interface/ffi/src/main.zig", + "lines": 374, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/index.rs", - "lines": 220, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 5, - "allocation_sites": 4, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_stmt.affine", - "lines": 4, - "unsafe_blocks": 2, + "file_path": "iser-tools/iseriser/tests/integration_test.rs", + "lines": 344, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_simple.affine", - "lines": 10, - "unsafe_blocks": 2, + "file_path": "iser-tools/iseriser/src/manifest/mod.rs", + "lines": 319, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_read.affine", - "lines": 7, - "unsafe_blocks": 2, + "file_path": "iser-tools/iseriser/src/scan/mod.rs", + "lines": 622, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 3, + "allocation_sites": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_empty.affine", - "lines": 4, - "unsafe_blocks": 2, + "file_path": "iser-tools/iseriser/src/codegen/parser.rs", + "lines": 292, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_all.affine", - "lines": 46, - "unsafe_blocks": 9, + "file_path": "iser-tools/iseriser/src/codegen/scaffold.rs", + "lines": 1154, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_ops.affine", - "lines": 45, - "unsafe_blocks": 10, + "file_path": "iser-tools/iseriser/src/codegen/customizer.rs", + "lines": 453, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/test/test_e2e.ml", - "lines": 996, - "unsafe_blocks": 0, + "file_path": "iser-tools/iseriser/src/interface/abi/Foreign.idr", + "lines": 253, + "unsafe_blocks": 16, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/test/test_golden.ml", - "lines": 113, + "file_path": "iser-tools/iseriser/src/interface/ffi/src/main.zig", + "lines": 370, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/test/e2e/fixtures/ownership.affine", - "lines": 15, + "file_path": "iser-tools/iseriser/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/test/e2e/fixtures/effects.affine", - "lines": 19, + "file_path": "iser-tools/lustreiser/src/abi/mod.rs", + "lines": 688, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/test/golden/effects.affine", - "lines": 10, + "file_path": "iser-tools/lustreiser/src/manifest/mod.rs", + "lines": 534, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "iser-tools/lustreiser/src/codegen/mod.rs", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "iser-tools/lustreiser/src/codegen/lustre_gen.rs", + "lines": 352, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/packages/affine-js/mod.js", - "lines": 252, - "unsafe_blocks": 0, + "file_path": "iser-tools/lustreiser/src/interface/abi/Foreign.idr", + "lines": 333, + "unsafe_blocks": 18, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/packages/affine-js/types.d.affine", - "lines": 157, + "file_path": "iser-tools/lustreiser/src/interface/ffi/src/main.zig", + "lines": 519, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/conformance/valid/009_effect_def.affine", - "lines": 21, + "file_path": "iser-tools/lustreiser/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/02_ownership.affine", - "lines": 71, + "file_path": "iser-tools/ponyiser/src/abi/mod.rs", + "lines": 433, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/01_basics.affine", - "lines": 53, + "file_path": "iser-tools/ponyiser/src/manifest/mod.rs", + "lines": 528, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3848,78 +3868,59 @@ "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/04_rows.affine", - "lines": 70, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/03_effects.affine", - "lines": 77, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, - "threading_constructs": 0 - }, - { - "file_path": "affinescript-ecosystem/rattlescript/affinescript/run_wasm.js", - "lines": 24, + "file_path": "iser-tools/ponyiser/src/codegen/parser.rs", + "lines": 236, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescript-deno-test/lib/runner.affine", - "lines": 175, + "file_path": "iser-tools/ponyiser/src/codegen/pony_gen.rs", + "lines": 343, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescript-deno-test/example/smoke_driver.affine", - "lines": 20, + "file_path": "iser-tools/ponyiser/src/codegen/capability.rs", + "lines": 407, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescript-deno-test/example/codegen_regression_test.affine", - "lines": 74, - "unsafe_blocks": 0, + "file_path": "iser-tools/ponyiser/src/interface/abi/Foreign.idr", + "lines": 279, + "unsafe_blocks": 15, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescript-deno-test/mod.affine", - "lines": 54, - "unsafe_blocks": 0, + "file_path": "iser-tools/ponyiser/src/interface/ffi/src/main.zig", + "lines": 535, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescript-deno-test/cli.affine", - "lines": 60, + "file_path": "iser-tools/ponyiser/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3928,18 +3929,18 @@ "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescript-vite/setup.sh", - "lines": 18, + "file_path": "iser-tools/atsiser/tests/integration_test.rs", + "lines": 616, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 20, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescript-vite/src/interface/ffi/src/main.zig", - "lines": 274, + "file_path": "iser-tools/atsiser/examples/safe-malloc/include/stdlib_subset.h", + "lines": 28, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3948,78 +3949,83 @@ "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescript-vite/src/interface/abi/Foreign.idr", - "lines": 82, - "unsafe_blocks": 4, + "file_path": "iser-tools/atsiser/src/abi/mod.rs", + "lines": 489, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescript/examples/ownership.affine", - "lines": 46, + "file_path": "iser-tools/atsiser/src/manifest/mod.rs", + "lines": 469, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 16, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescript/lib/parse_driver.ml", - "lines": 191, + "file_path": "iser-tools/atsiser/src/codegen/compiler.rs", + "lines": 334, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescript/lib/package.ml", - "lines": 397, + "file_path": "iser-tools/atsiser/src/codegen/parser.rs", + "lines": 375, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "unwrap_calls": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "affinescript-ecosystem/affinescript/lib/wasm_binary.ml", - "lines": 677, + "file_path": "iser-tools/atsiser/src/codegen/mod.rs", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript-ecosystem/affinescript/lib/repl.ml", - "lines": 407, + "file_path": "iser-tools/atsiser/src/codegen/ats_gen.rs", + "lines": 446, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 6, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "zig-ecosystem/bridge-nginx-zig/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "iser-tools/atsiser/src/interface/abi/Foreign.idr", + "lines": 333, + "unsafe_blocks": 21, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "zig-ecosystem/bridge-nginx-zig/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "iser-tools/atsiser/src/interface/ffi/src/main.zig", + "lines": 432, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4028,210 +4034,216 @@ "threading_constructs": 0 }, { - "file_path": "coq-ecosystem/coq-jr/Server.res", - "lines": 170, - "unsafe_blocks": 3, + "file_path": "iser-tools/phronesiser/tests/integration_test.rs", + "lines": 494, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "coq-ecosystem/coq-jr/src/Dom.res", - "lines": 54, - "unsafe_blocks": 20, + "file_path": "iser-tools/phronesiser/src/manifest/mod.rs", + "lines": 544, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "coq-ecosystem/coq-jr/src/Deno.res", - "lines": 31, - "unsafe_blocks": 2, + "file_path": "iser-tools/phronesiser/src/codegen/parser.rs", + "lines": 221, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "coq-ecosystem/coq-jr/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "iser-tools/phronesiser/src/codegen/audit.rs", + "lines": 221, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "allocation_sites": 4, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "coq-ecosystem/coq-jr/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "iser-tools/phronesiser/src/codegen/mod.rs", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/iseriser/tests/integration_test.rs", - "lines": 344, + "file_path": "iser-tools/phronesiser/src/codegen/engine.rs", + "lines": 468, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/iseriser/setup.sh", - "lines": 278, - "unsafe_blocks": 0, + "file_path": "iser-tools/phronesiser/src/interface/abi/Foreign.idr", + "lines": 288, + "unsafe_blocks": 18, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/iseriser/src/codegen/parser.rs", - "lines": 292, - "unsafe_blocks": 0, + "file_path": "iser-tools/phronesiser/src/interface/ffi/src/main.zig", + "lines": 580, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/iseriser/src/codegen/customizer.rs", - "lines": 453, + "file_path": "iser-tools/phronesiser/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "iser-tools/iseriser/src/codegen/scaffold.rs", - "lines": 1154, + "file_path": "iser-tools/wokelangiser/tests/integration_test.rs", + "lines": 504, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "iser-tools/iseriser/src/scan/mod.rs", - "lines": 622, + "file_path": "iser-tools/wokelangiser/src/abi/mod.rs", + "lines": 468, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/iseriser/src/interface/ffi/src/main.zig", - "lines": 370, + "file_path": "iser-tools/wokelangiser/src/manifest/mod.rs", + "lines": 443, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/iseriser/src/interface/abi/Foreign.idr", - "lines": 253, - "unsafe_blocks": 16, + "file_path": "iser-tools/wokelangiser/src/codegen/accessibility.rs", + "lines": 386, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/iseriser/src/manifest/mod.rs", - "lines": 319, + "file_path": "iser-tools/wokelangiser/src/codegen/parser.rs", + "lines": 422, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 4, + "allocation_sites": 8, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "iser-tools/idrisiser/setup.sh", - "lines": 278, + "file_path": "iser-tools/wokelangiser/src/codegen/mod.rs", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/idrisiser/src/codegen/parser.rs", - "lines": 512, + "file_path": "iser-tools/wokelangiser/src/codegen/consent.rs", + "lines": 462, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 8, - "io_operations": 1, + "unwrap_calls": 0, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/idrisiser/src/codegen/mod.rs", - "lines": 225, + "file_path": "iser-tools/wokelangiser/src/codegen/i18n.rs", + "lines": 355, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/idrisiser/src/interface/ffi/src/main.zig", - "lines": 382, - "unsafe_blocks": 2, + "file_path": "iser-tools/wokelangiser/src/interface/abi/Foreign.idr", + "lines": 324, + "unsafe_blocks": 19, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/idrisiser/src/interface/abi/Foreign.idr", - "lines": 264, - "unsafe_blocks": 15, - "panic_sites": 0, + "file_path": "iser-tools/wokelangiser/src/interface/ffi/src/main.zig", + "lines": 690, + "unsafe_blocks": 0, + "panic_sites": 1, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/idrisiser/src/manifest/mod.rs", - "lines": 288, + "file_path": "iser-tools/wokelangiser/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "iser-tools/tlaiser/setup.sh", - "lines": 278, + "file_path": "iser-tools/halideiser/tests/integration_tests.rs", + "lines": 424, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4240,19 +4252,18 @@ "threading_constructs": 0 }, { - "file_path": "iser-tools/tlaiser/src/codegen/tla_gen.rs", - "lines": 539, + "file_path": "iser-tools/halideiser/src/manifest/mod.rs", + "lines": 378, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 26, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/tlaiser/src/codegen/parser.rs", - "lines": 346, + "file_path": "iser-tools/halideiser/src/codegen/parser.rs", + "lines": 373, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 1, @@ -4261,38 +4272,39 @@ "threading_constructs": 0 }, { - "file_path": "iser-tools/tlaiser/src/codegen/tlc_gen.rs", - "lines": 400, + "file_path": "iser-tools/halideiser/src/codegen/halide_gen.rs", + "lines": 592, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 8, + "unwrap_calls": 0, + "safe_unwrap_calls": 8, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/tlaiser/src/codegen/pluscal_gen.rs", - "lines": 415, + "file_path": "iser-tools/halideiser/src/codegen/build_gen.rs", + "lines": 277, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 10, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/tlaiser/src/interface/ffi/test/integration_test.zig", - "lines": 252, - "unsafe_blocks": 0, - "panic_sites": 0, + "file_path": "iser-tools/halideiser/src/interface/abi/Foreign.idr", + "lines": 350, + "unsafe_blocks": 16, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "iser-tools/tlaiser/src/interface/ffi/src/main.zig", - "lines": 540, + "file_path": "iser-tools/halideiser/src/interface/ffi/src/main.zig", + "lines": 612, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4301,192 +4313,191 @@ "threading_constructs": 0 }, { - "file_path": "iser-tools/tlaiser/src/interface/abi/Foreign.idr", - "lines": 381, - "unsafe_blocks": 22, + "file_path": "iser-tools/halideiser/setup.sh", + "lines": 278, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "iser-tools/tlaiser/src/abi/mod.rs", - "lines": 470, + "file_path": "iser-tools/eclexiaiser/tests/integration_tests.rs", + "lines": 415, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/tlaiser/src/manifest/mod.rs", - "lines": 360, + "file_path": "iser-tools/eclexiaiser/src/manifest/mod.rs", + "lines": 334, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/oblibeniser/tests/integration_tests.rs", - "lines": 499, + "file_path": "iser-tools/eclexiaiser/src/codegen/parser.rs", + "lines": 194, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/oblibeniser/setup.sh", - "lines": 278, + "file_path": "iser-tools/eclexiaiser/src/codegen/reporter.rs", + "lines": 433, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 8, "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "iser-tools/oblibeniser/src/codegen/audit_gen.rs", - "lines": 404, - "unsafe_blocks": 0, + "file_path": "iser-tools/eclexiaiser/src/interface/abi/Foreign.idr", + "lines": 326, + "unsafe_blocks": 21, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 12, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "iser-tools/oblibeniser/src/codegen/inverse_gen.rs", - "lines": 512, - "unsafe_blocks": 0, + "file_path": "iser-tools/eclexiaiser/src/interface/abi/Types.idr", + "lines": 375, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "iser-tools/oblibeniser/src/codegen/mod.rs", - "lines": 147, - "unsafe_blocks": 0, + "file_path": "iser-tools/eclexiaiser/src/interface/ffi/src/main.zig", + "lines": 641, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/oblibeniser/src/interface/ffi/src/main.zig", - "lines": 647, - "unsafe_blocks": 3, + "file_path": "cadre-router/tea-router-pkg/src/TeaRouter.res", + "lines": 251, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/oblibeniser/src/interface/abi/Foreign.idr", - "lines": 350, - "unsafe_blocks": 21, + "file_path": "cadre-router/tests/Conformance_test.res", + "lines": 447, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/oblibeniser/src/interface/abi/Types.idr", - "lines": 365, - "unsafe_blocks": 2, + "file_path": "cadre-router/tests/Navigation_test.res", + "lines": 202, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/oblibeniser/src/abi/mod.rs", - "lines": 644, + "file_path": "cadre-router/tests/Transition_test.res", + "lines": 294, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 2, - "allocation_sites": 10, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/oblibeniser/src/manifest/mod.rs", - "lines": 366, + "file_path": "cadre-router/src/client/RouteBuilder.res", + "lines": 151, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/bqniser/tests/integration_test.rs", - "lines": 1691, - "unsafe_blocks": 0, + "file_path": "cadre-router/src/client/HashNavigation.res", + "lines": 93, + "unsafe_blocks": 9, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 12, - "io_operations": 11, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/bqniser/src/codegen/parser.rs", - "lines": 172, + "file_path": "cadre-router/src/client/NestedRoute.res", + "lines": 218, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/bqniser/src/codegen/bqn_gen.rs", - "lines": 161, + "file_path": "cadre-router/src/client/Parser.res", + "lines": 370, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/bqniser/src/codegen/ffi_gen.rs", - "lines": 208, - "unsafe_blocks": 0, + "file_path": "cadre-router/src/client/Navigation.res", + "lines": 63, + "unsafe_blocks": 7, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/bqniser/src/interface/ffi/src/main.zig", - "lines": 374, + "file_path": "cadre-router/src/client/Transition.res", + "lines": 363, "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/bqniser/src/interface/abi/Foreign.idr", - "lines": 310, - "unsafe_blocks": 18, + "file_path": "cadre-router/src/client/Url.res", + "lines": 133, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4494,274 +4505,268 @@ "threading_constructs": 0 }, { - "file_path": "iser-tools/bqniser/src/manifest/mod.rs", - "lines": 316, + "file_path": "cadre-router/src/tea/Tea_Guards.res", + "lines": 318, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/alloyiser/src/codegen/parser.rs", - "lines": 529, - "unsafe_blocks": 0, + "file_path": "cadre-router/src/tea/Tea_QueryParams.res", + "lines": 321, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/alloyiser/src/codegen/alloy_gen.rs", - "lines": 358, + "file_path": "cadre-router/src/server/ServerRouter.res", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/alloyiser/src/codegen/analyzer.rs", - "lines": 340, + "file_path": "opm-canonicalizer/src/lib.rs", + "lines": 320, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 10, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/alloyiser/src/codegen/mod.rs", - "lines": 155, + "file_path": "opm-canonicalizer/src/main.rs", + "lines": 18, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/alloyiser/src/interface/ffi/test/integration_test.zig", - "lines": 182, + "file_path": "shellstate/lib/shellstate/logger.ex", + "lines": 43, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "iser-tools/alloyiser/src/interface/ffi/src/main.zig", - "lines": 274, + "file_path": "shellstate/lib/shellstate/init.ex", + "lines": 84, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/alloyiser/src/interface/abi/Foreign.idr", - "lines": 340, - "unsafe_blocks": 18, + "file_path": "shellstate/lib/shellstate/doctor.ex", + "lines": 113, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/alloyiser/src/abi/mod.rs", - "lines": 425, + "file_path": "shellstate/lib/shellstate/generator.ex", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/alloyiser/src/manifest/mod.rs", - "lines": 334, + "file_path": "shellstate/lib/shellstate/commit.ex", + "lines": 69, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/lustreiser/setup.sh", - "lines": 278, + "file_path": "shellstate/test/contract/contract_test.exs", + "lines": 273, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "iser-tools/lustreiser/src/codegen/lustre_gen.rs", - "lines": 352, + "file_path": "shellstate/test/regression/regression_test.exs", + "lines": 106, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "iser-tools/lustreiser/src/codegen/mod.rs", - "lines": 155, + "file_path": "shellstate/test/integration/commit_integration_test.exs", + "lines": 114, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "iser-tools/lustreiser/src/interface/ffi/src/main.zig", - "lines": 519, + "file_path": "shellstate/test/smoke/smoke_test.exs", + "lines": 79, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/lustreiser/src/interface/abi/Foreign.idr", - "lines": 333, - "unsafe_blocks": 18, + "file_path": "shellstate/test/unit/manifest_test.exs", + "lines": 229, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "iser-tools/lustreiser/src/abi/mod.rs", - "lines": 688, + "file_path": "shellstate/test/invariant_verification_test.exs", + "lines": 417, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "iser-tools/lustreiser/src/manifest/mod.rs", - "lines": 534, + "file_path": "shellstate/benchmarks/manifest_benchmark.exs", + "lines": 191, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/ephapaxiser/tests/integration_test.rs", - "lines": 467, + "file_path": "well-known-ecosystem/kith/b~main.adb", + "lines": 267, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/ephapaxiser/src/codegen/parser.rs", - "lines": 299, + "file_path": "well-known-ecosystem/kith/src/ada/plugins/academic.adb", + "lines": 27, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/ephapaxiser/src/codegen/wrapper_gen.rs", - "lines": 217, + "file_path": "well-known-ecosystem/kith/src/ada/plugins/creative.adb", + "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/ephapaxiser/src/codegen/analyzer.rs", - "lines": 316, + "file_path": "well-known-ecosystem/kith/src/ada/plugins/union.adb", + "lines": 39, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/ephapaxiser/src/codegen/mod.rs", - "lines": 179, + "file_path": "well-known-ecosystem/kith/src/ada/ui/cli.adb", + "lines": 82, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/ephapaxiser/src/interface/ffi/src/main.zig", - "lines": 482, + "file_path": "well-known-ecosystem/kith/src/ada/ui/tui.adb", + "lines": 10, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/ephapaxiser/src/interface/abi/Foreign.idr", - "lines": 310, - "unsafe_blocks": 18, + "file_path": "well-known-ecosystem/kith/src/ada/integration/git.adb", + "lines": 48, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/ephapaxiser/src/interface/abi/Types.idr", - "lines": 385, - "unsafe_blocks": 3, + "file_path": "well-known-ecosystem/kith/src/ada/integration/dns.adb", + "lines": 30, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/ephapaxiser/src/abi/mod.rs", - "lines": 424, + "file_path": "well-known-ecosystem/kith/src/ada/integration/webserver.adb", + "lines": 42, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/ephapaxiser/src/manifest/mod.rs", - "lines": 278, + "file_path": "well-known-ecosystem/kith/src/ada/core/main.adb", + "lines": 10, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4770,156 +4775,149 @@ "threading_constructs": 0 }, { - "file_path": "iser-tools/otpiser/tests/integration_test.rs", - "lines": 1830, + "file_path": "well-known-ecosystem/kith/src/ada/core/kith.adb", + "lines": 39, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, "allocation_sites": 0, - "io_operations": 31, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/otpiser/setup.sh", - "lines": 278, + "file_path": "well-known-ecosystem/kith/src/ada/validation/did.adb", + "lines": 85, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/otpiser/src/codegen/diagram.rs", - "lines": 102, + "file_path": "well-known-ecosystem/kith/src/ada/validation/aibdp_validation.adb", + "lines": 113, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/otpiser/src/interface/ffi/src/main.zig", - "lines": 574, - "unsafe_blocks": 8, + "file_path": "well-known-ecosystem/kith/src/ada/validation/security_txt.adb", + "lines": 88, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/otpiser/src/interface/abi/Foreign.idr", - "lines": 321, - "unsafe_blocks": 18, + "file_path": "well-known-ecosystem/templates/rust-axum/well_known.rs", + "lines": 264, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 8, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "iser-tools/otpiser/src/manifest/mod.rs", - "lines": 357, + "file_path": "well-known-ecosystem/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 2, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "iser-tools/wokelangiser/tests/integration_test.rs", - "lines": 504, + "file_path": "well-known-ecosystem/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/wokelangiser/setup.sh", - "lines": 278, + "file_path": "well-known-ecosystem/validator/src/rules.rs", + "lines": 331, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/wokelangiser/src/codegen/accessibility.rs", - "lines": 386, + "file_path": "well-known-ecosystem/validator/src/contract.rs", + "lines": 179, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/wokelangiser/src/codegen/parser.rs", - "lines": 422, + "file_path": "well-known-ecosystem/validator/src/main.rs", + "lines": 385, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 8, + "unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "iser-tools/wokelangiser/src/codegen/consent.rs", - "lines": 462, + "file_path": "well-known-ecosystem/validator/src/registry.rs", + "lines": 416, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 6, + "unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/wokelangiser/src/codegen/i18n.rs", - "lines": 355, - "unsafe_blocks": 0, + "file_path": "coq-ecosystem/coq-jr/Server.res", + "lines": 170, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/wokelangiser/src/codegen/mod.rs", - "lines": 145, + "file_path": "coq-ecosystem/coq-jr/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "iser-tools/wokelangiser/src/interface/ffi/src/main.zig", - "lines": 690, + "file_path": "coq-ecosystem/coq-jr/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/wokelangiser/src/interface/abi/Foreign.idr", - "lines": 324, - "unsafe_blocks": 19, + "file_path": "coq-ecosystem/coq-jr/src/Deno.res", + "lines": 31, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4927,79 +4925,68 @@ "threading_constructs": 0 }, { - "file_path": "iser-tools/wokelangiser/src/abi/mod.rs", - "lines": 468, - "unsafe_blocks": 0, + "file_path": "coq-ecosystem/coq-jr/src/Dom.res", + "lines": 54, + "unsafe_blocks": 20, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/wokelangiser/src/manifest/mod.rs", - "lines": 443, + "file_path": "devkit-risc-v/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "iser-tools/mylangiser/tests/integration_test.rs", - "lines": 376, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 1, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "iser-tools/mylangiser/setup.sh", - "lines": 278, + "file_path": "devkit-risc-v/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/mylangiser/src/codegen/scorer.rs", - "lines": 186, + "file_path": "v-ecosystem/v-idris-abi/scripts/maintenance/perms-state.sh", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/mylangiser/src/codegen/layer_gen.rs", - "lines": 319, + "file_path": "v-ecosystem/v-idris-abi/scripts/maintenance/run-maintenance.sh", + "lines": 612, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/mylangiser/src/codegen/mod.rs", - "lines": 126, + "file_path": "v-ecosystem/v-idris-abi/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "iser-tools/mylangiser/src/interface/ffi/src/main.zig", - "lines": 417, + "file_path": "v-ecosystem/v-idris-abi/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -5008,176 +4995,149 @@ "threading_constructs": 0 }, { - "file_path": "iser-tools/mylangiser/src/interface/abi/Foreign.idr", - "lines": 262, - "unsafe_blocks": 16, + "file_path": "v-ecosystem/v-zig-ffi/scripts/maintenance/perms-state.sh", + "lines": 241, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/mylangiser/src/manifest/mod.rs", - "lines": 262, + "file_path": "v-ecosystem/v-zig-ffi/scripts/maintenance/run-maintenance.sh", + "lines": 612, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/atsiser/examples/safe-malloc/include/stdlib_subset.h", - "lines": 28, + "file_path": "v-ecosystem/v-zig-ffi/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "iser-tools/atsiser/tests/integration_test.rs", - "lines": 616, + "file_path": "v-ecosystem/v-zig-ffi/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 20, - "io_operations": 5, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/atsiser/src/codegen/parser.rs", - "lines": 375, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 1, - "threading_constructs": 1 - }, - { - "file_path": "iser-tools/atsiser/src/codegen/ats_gen.rs", - "lines": 446, + "file_path": "v-ecosystem/v-deno/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 8, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "iser-tools/atsiser/src/codegen/mod.rs", - "lines": 137, + "file_path": "v-ecosystem/v-deno/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/atsiser/src/codegen/compiler.rs", - "lines": 334, + "file_path": "v-ecosystem/v-benchmarks/scripts/maintenance/perms-state.sh", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/atsiser/src/interface/ffi/src/main.zig", - "lines": 432, + "file_path": "v-ecosystem/v-benchmarks/scripts/maintenance/run-maintenance.sh", + "lines": 612, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/atsiser/src/interface/abi/Foreign.idr", - "lines": 333, - "unsafe_blocks": 21, + "file_path": "v-ecosystem/v-benchmarks/ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "iser-tools/atsiser/src/abi/mod.rs", - "lines": 489, + "file_path": "v-ecosystem/v-benchmarks/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 14, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/atsiser/src/manifest/mod.rs", - "lines": 469, + "file_path": "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/perms-state.sh", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 16, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/eclexiaiser/tests/integration_tests.rs", - "lines": 415, + "file_path": "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/run-maintenance.sh", + "lines": 612, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/eclexiaiser/src/codegen/parser.rs", - "lines": 194, + "file_path": "v-ecosystem/v_api_interfaces/v_graphql/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "iser-tools/eclexiaiser/src/codegen/reporter.rs", - "lines": 433, + "file_path": "v-ecosystem/v_api_interfaces/v_graphql/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 8, - "io_operations": 3, - "threading_constructs": 0 - }, - { - "file_path": "iser-tools/eclexiaiser/src/interface/ffi/src/main.zig", - "lines": 641, - "unsafe_blocks": 2, - "panic_sites": 0, - "unwrap_calls": 0, "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/eclexiaiser/src/interface/abi/Foreign.idr", - "lines": 326, - "unsafe_blocks": 21, + "file_path": "v-ecosystem/v_api_interfaces/v_graphql/src/abi/Foreign.idr", + "lines": 210, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -5185,89 +5145,88 @@ "threading_constructs": 0 }, { - "file_path": "iser-tools/eclexiaiser/src/interface/abi/Types.idr", - "lines": 375, - "unsafe_blocks": 3, + "file_path": "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/perms-state.sh", + "lines": 241, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/eclexiaiser/src/manifest/mod.rs", - "lines": 334, + "file_path": "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/run-maintenance.sh", + "lines": 612, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/betlangiser/tests/integration_test.rs", - "lines": 402, + "file_path": "v-ecosystem/v_api_interfaces/v_grpc/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "iser-tools/betlangiser/src/codegen/codegen.rs", - "lines": 422, + "file_path": "v-ecosystem/v_api_interfaces/v_grpc/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 61, - "allocation_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/betlangiser/src/interface/ffi/src/main.zig", - "lines": 659, - "unsafe_blocks": 2, + "file_path": "v-ecosystem/v_api_interfaces/v_grpc/src/abi/Foreign.idr", + "lines": 210, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/betlangiser/src/interface/abi/Foreign.idr", - "lines": 401, - "unsafe_blocks": 27, + "file_path": "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/perms-state.sh", + "lines": 241, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/betlangiser/src/manifest/mod.rs", - "lines": 453, + "file_path": "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/run-maintenance.sh", + "lines": 612, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/chapeliser/src/codegen/mod.rs", - "lines": 183, + "file_path": "v-ecosystem/v_api_interfaces/v_rest/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "iser-tools/chapeliser/src/interface/ffi/src/main.zig", - "lines": 314, + "file_path": "v-ecosystem/v_api_interfaces/v_rest/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -5276,8 +5235,8 @@ "threading_constructs": 0 }, { - "file_path": "iser-tools/chapeliser/src/interface/abi/Foreign.idr", - "lines": 191, + "file_path": "v-ecosystem/v_api_interfaces/v_rest/src/abi/Foreign.idr", + "lines": 210, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -5286,99 +5245,117 @@ "threading_constructs": 0 }, { - "file_path": "iser-tools/chapeliser/src/manifest/mod.rs", - "lines": 343, + "file_path": "v-ecosystem/v-graphql/scripts/maintenance/perms-state.sh", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/futharkiser/src/codegen/parser.rs", - "lines": 158, + "file_path": "v-ecosystem/v-graphql/scripts/maintenance/run-maintenance.sh", + "lines": 612, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/futharkiser/src/codegen/futhark_gen.rs", - "lines": 304, + "file_path": "v-ecosystem/v-graphql/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "iser-tools/futharkiser/src/codegen/build_gen.rs", - "lines": 295, + "file_path": "v-ecosystem/v-graphql/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/futharkiser/src/interface/ffi/src/main.zig", - "lines": 448, - "unsafe_blocks": 11, + "file_path": "v-ecosystem/v-graphql/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/futharkiser/src/interface/abi/Foreign.idr", - "lines": 299, - "unsafe_blocks": 15, + "file_path": "v-ecosystem/v-graphql/setup.sh", + "lines": 278, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "iser-tools/futharkiser/src/abi/mod.rs", - "lines": 389, + "file_path": "v-ecosystem/v-grpc/scripts/maintenance/perms-state.sh", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/futharkiser/src/manifest/mod.rs", - "lines": 536, + "file_path": "v-ecosystem/v-grpc/scripts/maintenance/run-maintenance.sh", + "lines": 612, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/phronesiser/tests/integration_test.rs", - "lines": 494, + "file_path": "v-ecosystem/v-grpc/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "v-ecosystem/v-grpc/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/phronesiser/setup.sh", + "file_path": "v-ecosystem/v-grpc/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "v-ecosystem/v-grpc/setup.sh", "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, @@ -5388,144 +5365,139 @@ "threading_constructs": 0 }, { - "file_path": "iser-tools/phronesiser/src/codegen/parser.rs", - "lines": 221, + "file_path": "v-ecosystem/v-rest/scripts/maintenance/perms-state.sh", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/phronesiser/src/codegen/audit.rs", - "lines": 221, + "file_path": "v-ecosystem/v-rest/scripts/maintenance/run-maintenance.sh", + "lines": 612, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/phronesiser/src/codegen/engine.rs", - "lines": 468, + "file_path": "v-ecosystem/v-rest/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "iser-tools/phronesiser/src/codegen/mod.rs", - "lines": 173, + "file_path": "v-ecosystem/v-rest/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 2, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/phronesiser/src/interface/ffi/src/main.zig", - "lines": 580, - "unsafe_blocks": 2, + "file_path": "v-ecosystem/v-rest/src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/phronesiser/src/interface/abi/Foreign.idr", - "lines": 288, - "unsafe_blocks": 18, + "file_path": "v-ecosystem/v-rest/setup.sh", + "lines": 278, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "iser-tools/phronesiser/src/manifest/mod.rs", - "lines": 544, + "file_path": "v-ecosystem/v-middleware/scripts/maintenance/perms-state.sh", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/julianiser/tests/integration_tests.rs", - "lines": 491, + "file_path": "v-ecosystem/v-middleware/scripts/maintenance/run-maintenance.sh", + "lines": 612, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 9, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/julianiser/setup.sh", - "lines": 278, + "file_path": "v-ecosystem/v-middleware/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "iser-tools/julianiser/src/codegen/benchmark.rs", - "lines": 474, + "file_path": "v-ecosystem/v-middleware/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 96, - "safe_unwrap_calls": 2, - "allocation_sites": 10, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/julianiser/src/codegen/parser.rs", - "lines": 650, + "file_path": "v-ecosystem/v-telemetry/scripts/maintenance/perms-state.sh", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 5, - "allocation_sites": 6, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/julianiser/src/codegen/julia_gen.rs", - "lines": 500, + "file_path": "v-ecosystem/v-telemetry/scripts/maintenance/run-maintenance.sh", + "lines": 612, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 39, - "allocation_sites": 16, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/julianiser/src/codegen/mod.rs", - "lines": 164, + "file_path": "v-ecosystem/v-telemetry/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "iser-tools/julianiser/src/interface/ffi/src/main.zig", - "lines": 413, - "unsafe_blocks": 3, + "file_path": "v-ecosystem/v-telemetry/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 1, @@ -5533,334 +5505,339 @@ "threading_constructs": 0 }, { - "file_path": "iser-tools/julianiser/src/interface/abi/Foreign.idr", - "lines": 262, - "unsafe_blocks": 15, + "file_path": "v-ecosystem/v-validator/scripts/maintenance/perms-state.sh", + "lines": 241, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/julianiser/src/abi/mod.rs", - "lines": 411, + "file_path": "v-ecosystem/v-validator/scripts/maintenance/run-maintenance.sh", + "lines": 612, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 14, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/julianiser/src/manifest/mod.rs", - "lines": 358, + "file_path": "v-ecosystem/v-validator/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "iser-tools/nimiser/tests/integration_tests.rs", - "lines": 405, + "file_path": "v-ecosystem/v-validator/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/nimiser/setup.sh", - "lines": 278, + "file_path": "dnfinition/tests/integration/reversibility_chain_test.adb", + "lines": 296, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/nimiser/src/codegen/nim_gen.rs", - "lines": 217, + "file_path": "dnfinition/scripts/propagate-mirror-workflow.jl", + "lines": 257, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 16, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "iser-tools/nimiser/src/codegen/parser.rs", - "lines": 195, + "file_path": "dnfinition/src/tui/ncurses_bindings.ads", + "lines": 248, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 20, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/nimiser/src/codegen/build_gen.rs", - "lines": 265, + "file_path": "dnfinition/src/data_layer/lib/dnfinition/mirror/optimizer.ex", + "lines": 430, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 16, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "iser-tools/nimiser/src/codegen/mod.rs", - "lines": 132, + "file_path": "dnfinition/src/data_layer/lib/dnfinition/mirror/list_manager.ex", + "lines": 397, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "iser-tools/nimiser/src/interface/ffi/src/main.zig", - "lines": 524, + "file_path": "dnfinition/src/data_layer/lib/dnfinition/port/server.ex", + "lines": 735, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "iser-tools/nimiser/src/interface/abi/Foreign.idr", - "lines": 347, - "unsafe_blocks": 18, + "file_path": "dnfinition/src/data_layer/lib/dnfinition/download/worker.ex", + "lines": 362, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "iser-tools/nimiser/src/interface/abi/Types.idr", - "lines": 427, - "unsafe_blocks": 2, + "file_path": "dnfinition/src/data_layer/lib/dnfinition/download/manager.ex", + "lines": 514, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "iser-tools/nimiser/src/abi/mod.rs", - "lines": 364, + "file_path": "dnfinition/src/data_layer/lib/dnfinition/telemetry.ex", + "lines": 224, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 16, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "iser-tools/nimiser/src/manifest/mod.rs", - "lines": 332, + "file_path": "dnfinition/src/data_layer/lib/dnfinition/security/http_config.ex", + "lines": 290, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/dafniser/tests/integration_test.rs", - "lines": 207, + "file_path": "dnfinition/src/data_layer/data_layer_client.adb", + "lines": 602, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/dafniser/src/codegen/parser.rs", - "lines": 309, + "file_path": "dnfinition/src/data_layer/data_layer_client.ads", + "lines": 311, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "allocation_sites": 7, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/dafniser/src/interface/ffi/src/main.zig", - "lines": 415, + "file_path": "dnfinition/src/backends/language_backend_interface.ads", + "lines": 450, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/dafniser/src/interface/abi/Foreign.idr", - "lines": 268, - "unsafe_blocks": 17, + "file_path": "dnfinition/src/backends/rpm_ostree/rpm_ostree_backend.adb", + "lines": 618, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/dafniser/src/interface/abi/Types.idr", - "lines": 382, - "unsafe_blocks": 1, + "file_path": "dnfinition/src/backends/rpm_ostree/rpm_ostree_backend.ads", + "lines": 196, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/dafniser/src/manifest/mod.rs", - "lines": 307, + "file_path": "dnfinition/src/backends/dnf/dnf_backend.ads", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/anvomidaviser/tests/integration_tests.rs", - "lines": 404, + "file_path": "dnfinition/src/config/config_parser.adb", + "lines": 235, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 36, "threading_constructs": 0 }, { - "file_path": "iser-tools/anvomidaviser/src/codegen/validator.rs", - "lines": 360, + "file_path": "dnfinition/src/types/transaction_types.ads", + "lines": 169, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/anvomidaviser/src/codegen/mod.rs", - "lines": 158, + "file_path": "dnfinition/src/types/snapshot_types.ads", + "lines": 154, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/anvomidaviser/src/interface/ffi/test/integration_test.zig", - "lines": 244, + "file_path": "dnfinition/src/types/package_types.ads", + "lines": 184, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 3, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "iser-tools/anvomidaviser/src/interface/ffi/src/main.zig", - "lines": 455, + "file_path": "dnfinition/src/dnfinition.adb", + "lines": 470, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 1, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/anvomidaviser/src/interface/abi/Foreign.idr", - "lines": 336, - "unsafe_blocks": 20, + "file_path": "dnfinition/src/platform/detection.adb", + "lines": 672, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 17, "threading_constructs": 0 }, { - "file_path": "iser-tools/anvomidaviser/src/interface/abi/Types.idr", - "lines": 375, - "unsafe_blocks": 3, + "file_path": "dnfinition/src/platform/filesystem_detect.adb", + "lines": 337, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, + "io_operations": 17, + "threading_constructs": 0 + }, + { + "file_path": "dnfinition/src/reversibility/filesystem/zfs_snapshots.ads", + "lines": 81, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/anvomidaviser/src/manifest/mod.rs", - "lines": 164, + "file_path": "dnfinition/src/reversibility/filesystem/btrfs_snapshots.adb", + "lines": 284, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/ponyiser/setup.sh", - "lines": 278, + "file_path": "dnfinition/src/reversibility/transaction_log.ads", + "lines": 125, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/ponyiser/src/codegen/parser.rs", - "lines": 236, + "file_path": "dnfinition/src/cli/cli_output.adb", + "lines": 518, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "iser-tools/ponyiser/src/codegen/capability.rs", - "lines": 407, + "file_path": "dnfinition/src/cli/command_executor.adb", + "lines": 345, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/ponyiser/src/codegen/pony_gen.rs", - "lines": 343, + "file_path": "dnfinition/src/cli/cli_commands.adb", + "lines": 1629, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "iser-tools/ponyiser/src/interface/ffi/src/main.zig", - "lines": 535, - "unsafe_blocks": 2, + "file_path": "dnfinition/src/cli/command_executor.ads", + "lines": 130, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 1, @@ -5868,28 +5845,28 @@ "threading_constructs": 0 }, { - "file_path": "iser-tools/ponyiser/src/interface/abi/Foreign.idr", - "lines": 279, - "unsafe_blocks": 15, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "iser-tools/ponyiser/src/abi/mod.rs", - "lines": 433, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "iser-tools/ponyiser/src/manifest/mod.rs", - "lines": 528, + "file_path": "packages/package_scanner.nim", + "lines": 238, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -5898,425 +5875,397 @@ "threading_constructs": 0 }, { - "file_path": "iser-tools/halideiser/tests/integration_tests.rs", - "lines": 424, + "file_path": "packages/pretty_json.nim", + "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "iser-tools/halideiser/setup.sh", - "lines": 278, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "iser-tools/halideiser/src/codegen/parser.rs", - "lines": 373, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "iser-tools/halideiser/src/codegen/halide_gen.rs", - "lines": 592, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "iser-tools/halideiser/src/codegen/build_gen.rs", - "lines": 277, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "iser-tools/halideiser/src/interface/ffi/src/main.zig", - "lines": 612, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/melange/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "iser-tools/halideiser/src/interface/abi/Foreign.idr", - "lines": 350, - "unsafe_blocks": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/haproxy/lib/utils.bash", + "lines": 14, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "iser-tools/halideiser/src/manifest/mod.rs", - "lines": 378, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/lib/utils.bash", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "ada-ecosystem/ada-loom-registry/app/Main.hs", - "lines": 189, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "ada-ecosystem/ada-loom-registry/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/syft/lib/utils.bash", + "lines": 18, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "ada-ecosystem/ada-loom-registry/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ada/lib/utils.bash", + "lines": 49, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "packages/package_scanner.nim", - "lines": 238, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "packages/pretty_json.nim", - "lines": 41, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/lego/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "techstack-enforcer/src/techstack_main.adb", - "lines": 329, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/lib/utils.bash", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "techstack-enforcer/src/hooks/techstack_hook.adb", - "lines": 129, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "techstack-enforcer/src/core/techstack_enforcer.ads", - "lines": 96, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/borg/lib/utils.bash", + "lines": 30, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "techstack-enforcer/src/core/techstack_json_io.adb", - "lines": 227, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yq/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "techstack-enforcer/src/core/techstack_notify.adb", - "lines": 227, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cassandra/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 5, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "techstack-enforcer/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/franklin/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "techstack-enforcer/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/serum/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/lib/utils.bash", - "lines": 40, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/fornax/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/error.rs", - "lines": 50, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/lib/utils.bash", + "lines": 228, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", - "lines": 90, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/restic/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "lines": 147, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/apko/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 6, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", - "lines": 150, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-monitor/src/main.rs", - "lines": 444, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", - "lines": 99, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ui/lib/utils.bash", + "lines": 311, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "lines": 221, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/fulcio/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", - "lines": 118, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/lib/utils.bash", + "lines": 51, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-metrics/src/error.rs", - "lines": 30, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/deno/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/error.rs", - "lines": 34, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", - "lines": 192, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/gitleaks/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", - "lines": 138, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zig/lib/utils.bash", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-discover/src/main.rs", - "lines": 143, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-parallel/src/executor.rs", - "lines": 264, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/git-crypt/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-core/src/error.rs", - "lines": 54, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-bench/src/main.rs", - "lines": 484, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", - "lines": 552, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 9, - "threading_constructs": 0 - }, - { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/serum/lib/utils.bash", - "lines": 14, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yj/lib/utils.bash", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/lib/utils.bash", "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, @@ -6326,8 +6275,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/lib/utils.bash", - "lines": 51, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/lib/utils.bash", + "lines": 44, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6336,8 +6285,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/grype/lib/utils.bash", + "lines": 18, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6346,8 +6295,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/lib/utils.bash", - "lines": 62, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6366,8 +6315,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/lib/utils.bash", - "lines": 62, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6376,8 +6325,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/envoy/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/lib/utils.bash", + "lines": 27, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6386,7 +6335,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/lego/lib/utils.bash", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/age/lib/utils.bash", "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, @@ -6396,8 +6345,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/fornax/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cue/lib/utils.bash", + "lines": 63, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6406,8 +6355,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/lib/utils.bash", - "lines": 74, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6416,8 +6365,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/lib/utils.bash", - "lines": 44, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6426,8 +6375,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/lib/utils.bash", - "lines": 62, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6436,8 +6385,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/melange/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6446,18 +6395,18 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cassandra/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/lib/utils.bash", + "lines": 33, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/syft/lib/utils.bash", - "lines": 18, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/lib/utils.bash", + "lines": 17, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6466,8 +6415,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/restic/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6476,8 +6425,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/lib/utils.bash", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6486,18 +6435,18 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/opa/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/lib/utils.bash", + "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/envoy/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6506,8 +6455,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pollen/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/lib/utils.bash", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6516,8 +6465,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/borg/lib/utils.bash", - "lines": 30, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/lib/utils.bash", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6526,27 +6475,27 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ada/lib/utils.bash", - "lines": 49, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/opa/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ui/lib/utils.bash", - "lines": 311, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/lib/utils.bash", + "lines": 74, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/lib/utils.bash", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zola/lib/utils.bash", "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, @@ -6556,7 +6505,7 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/lib/utils.bash", + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/lib/utils.bash", "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, @@ -6566,28 +6515,28 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yq/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "lines": 552, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/git-crypt/lib/utils.bash", - "lines": 15, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/sops/lib/utils.bash", + "lines": 146, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/fulcio/lib/utils.bash", - "lines": 15, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/yj/lib/utils.bash", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6596,18 +6545,18 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/lib/utils.bash", - "lines": 15, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/fortran/lib/utils.bash", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/age/lib/utils.bash", - "lines": 15, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pollen/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6616,8 +6565,8 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/lib/utils.bash", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6626,17 +6575,17 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-metaiconic-plugin/lib/utils.bash", + "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "file_path": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", "lines": 552, "unsafe_blocks": 0, "panic_sites": 0, @@ -6646,78 +6595,82 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/apko/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-configurator/lib/utils.bash", + "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/lib/utils.bash", - "lines": 33, + "file_path": "asdf-augmenters/asdf-plugin-configurator/src/main.rs", + "lines": 242, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/gitleaks/lib/utils.bash", - "lines": 15, + "file_path": "asdf-augmenters/asdf-plugin-configurator/src/commands/init.rs", + "lines": 39, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-configurator/src/commands/list.rs", + "lines": 205, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/deno/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-plugin-configurator/src/commands/export.rs", + "lines": 91, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/lib/utils.bash", - "lines": 15, + "file_path": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", + "lines": 422, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 4, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", + "lines": 201, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "safe_unwrap_calls": 3, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-ghjk/lib/utils.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6726,48 +6679,48 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cue/lib/utils.bash", - "lines": 63, + "file_path": "asdf-augmenters/asdf-ghjk/lib/cache.sh", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/lib/utils.bash", - "lines": 27, + "file_path": "asdf-augmenters/asdf-ghjk/lib/utils.bash", + "lines": 232, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-ghjk/scripts/setup-dev.sh", + "lines": 112, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "lines": 127, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/lib/utils.bash", - "lines": 41, + "file_path": "asdf-augmenters/asdf-ghjk/scripts/cleanup.sh", + "lines": 197, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6776,198 +6729,205 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/fortran/lib/utils.bash", - "lines": 164, + "file_path": "asdf-augmenters/asdf-ghjk/scripts/doctor.sh", + "lines": 199, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-ui-plugin/lib/utils.bash", + "lines": 311, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/lib/utils.bash", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-parallel/src/executor.rs", + "lines": 264, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "allocation_sites": 6, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/grype/lib/utils.bash", - "lines": 18, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "lines": 147, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 6, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", + "lines": 90, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/lib/utils.bash", - "lines": 59, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", + "lines": 150, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/error.rs", + "lines": 50, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/lib/utils.bash", - "lines": 17, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-metrics/src/error.rs", + "lines": 30, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/lib/utils.bash", - "lines": 16, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zola/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/error.rs", + "lines": 34, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", + "lines": 138, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-discover/src/main.rs", + "lines": 143, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "lines": 118, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/lib/utils.bash", - "lines": 15, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "lines": 221, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/franklin/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "lines": 99, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/lib/utils.bash", - "lines": 228, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-bench/src/main.rs", + "lines": 484, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/lib/utils.bash", - "lines": 14, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-core/src/error.rs", + "lines": 54, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/sops/lib/utils.bash", - "lines": 146, + "file_path": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-monitor/src/main.rs", + "lines": 444, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 3, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/lib/utils.bash", - "lines": 16, + "file_path": "scaffoldia/registry/elixir/phoenix-service.ncl", + "lines": 522, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -6976,28 +6936,28 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/haproxy/lib/utils.bash", - "lines": 14, + "file_path": "scaffoldia/registry/gitbot/fleet-bot.ncl", + "lines": 507, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-collection/plugins/zig/lib/utils.bash", - "lines": 172, + "file_path": "scaffoldia/registry/haskell/stack-library.ncl", + "lines": 397, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/lib/utils.bash", - "lines": 41, + "file_path": "scaffoldia/registry/rust/library.ncl", + "lines": 224, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -7006,92 +6966,88 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", - "lines": 201, + "file_path": "scaffoldia/repo-customiser/scripts/bootstrap.sh", + "lines": 63, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/src/main.rs", - "lines": 242, + "file_path": "scaffoldia/builder/main.ncl", + "lines": 306, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/src/commands/list.rs", - "lines": 205, + "file_path": "scaffoldia/cli/scaffoldia.hs", + "lines": 426, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/src/commands/init.rs", - "lines": 39, + "file_path": "scaffoldia/src/Scaffoldia/Template.hs", + "lines": 163, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", - "lines": 422, + "file_path": "scaffoldia/src/Scaffoldia/Builder.hs", + "lines": 126, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-plugin-configurator/src/commands/export.rs", - "lines": 91, + "file_path": "scaffoldia/src/Scaffoldia/Registry.hs", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-metaiconic-plugin/lib/utils.bash", - "lines": 41, + "file_path": "scaffoldia/repo-slm-augmentor/scripts/bootstrap.sh", + "lines": 63, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ui-plugin/lib/utils.bash", - "lines": 311, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ghjk/lib/cache.sh", - "lines": 148, + "file_path": "affinescript-ecosystem/affinescript/lib/parse_driver.ml", + "lines": 191, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -7100,38 +7056,38 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ghjk/lib/utils.sh", - "lines": 278, + "file_path": "affinescript-ecosystem/affinescript/lib/package.ml", + "lines": 397, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ghjk/lib/utils.bash", - "lines": 232, + "file_path": "affinescript-ecosystem/affinescript/lib/repl.ml", + "lines": 407, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", - "lines": 127, + "file_path": "affinescript-ecosystem/affinescript/lib/wasm_binary.ml", + "lines": 677, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ghjk/scripts/setup-dev.sh", - "lines": 112, + "file_path": "affinescript-ecosystem/affinescript/examples/ownership.affine", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -7140,451 +7096,445 @@ "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ghjk/scripts/doctor.sh", - "lines": 199, + "file_path": "affinescript-ecosystem/rattlescript/tests/e2e.sh", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "asdf-augmenters/asdf-ghjk/scripts/cleanup.sh", - "lines": 197, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/html.rs", + "lines": 270, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "opm-canonicalizer/src/main.rs", - "lines": 18, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/render.rs", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "opm-canonicalizer/src/lib.rs", - "lines": 320, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/extract.rs", + "lines": 294, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-tui/src/cfk_tui_main.adb", - "lines": 36, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/index.rs", + "lines": 220, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "unwrap_calls": 1, + "safe_unwrap_calls": 5, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-cache/src/policy.rs", - "lines": 423, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", + "lines": 383, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-cache/src/blob_store.rs", - "lines": 449, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", + "lines": 517, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, + "unwrap_calls": 5, + "safe_unwrap_calls": 14, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "czech-file-knife/cfk-cache/src/lib.rs", - "lines": 177, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", + "lines": 180, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 5, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", + "lines": 181, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-cache/src/metadata_cache.rs", - "lines": 534, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/handlers.rs", + "lines": 831, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 4, - "allocation_sites": 4, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 8, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-core/src/error.rs", - "lines": 147, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-dap/src/main.rs", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "czech-file-knife/cfk-core/src/path.rs", - "lines": 234, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/manifest.rs", + "lines": 224, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-core/src/platform.rs", - "lines": 219, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/storage.rs", + "lines": 197, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 16, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/local.rs", - "lines": 484, - "unsafe_blocks": 2, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/build.rs", + "lines": 235, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, + "allocation_sites": 4, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/gdrive.rs", - "lines": 731, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/resolve.rs", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 6, - "allocation_sites": 6, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/afs.rs", - "lines": 530, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 4, - "allocation_sites": 4, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/ninep.rs", - "lines": 960, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", + "lines": 235, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 8, - "io_operations": 0, - "threading_constructs": 2 + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 9, + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/ipfs.rs", - "lines": 802, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/workspace.rs", + "lines": 165, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 11, - "allocation_sites": 2, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/smb.rs", - "lines": 494, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tools/alib_conformance_gen.jl", + "lines": 176, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/box_com.rs", - "lines": 721, - "unsafe_blocks": 0, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_read.affine", + "lines": 7, + "unsafe_blocks": 2, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 9, - "allocation_sites": 10, - "io_operations": 0, - "threading_constructs": 1 + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/webdav.rs", - "lines": 611, - "unsafe_blocks": 0, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_ops.affine", + "lines": 45, + "unsafe_blocks": 10, "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 10, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 1 + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/lib.rs", - "lines": 137, - "unsafe_blocks": 0, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_empty.affine", + "lines": 4, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/dropbox.rs", - "lines": 582, - "unsafe_blocks": 0, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_stmt.affine", + "lines": 4, + "unsafe_blocks": 2, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 6, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/s3.rs", - "lines": 711, - "unsafe_blocks": 0, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_simple.affine", + "lines": 10, + "unsafe_blocks": 2, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 9, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/syncthing.rs", - "lines": 531, - "unsafe_blocks": 0, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_all.affine", + "lines": 46, + "unsafe_blocks": 9, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 3, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 1 + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/sftp.rs", - "lines": 325, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/lib/parse_driver.ml", + "lines": 220, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/transport.rs", - "lines": 307, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/lib/parse.ml", + "lines": 218, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/onedrive.rs", - "lines": 620, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/lib/wasm_gc_encode.ml", + "lines": 368, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 11, - "allocation_sites": 8, - "io_operations": 0, - "threading_constructs": 1 + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-providers/src/protocols.rs", - "lines": 265, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/lib/python_face.ml", + "lines": 343, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-search/src/lib.rs", - "lines": 185, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/lib/interp.ml", + "lines": 878, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-ios/src/provider.rs", - "lines": 499, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/lib/wasm_encode.ml", + "lines": 365, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 13, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-ios/src/lib.rs", - "lines": 91, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/examples/ownership.affine", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-ios/src/ffi.rs", - "lines": 474, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/examples/typecheck_features_test.affine", + "lines": 68, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 13, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-ios/src/domain.rs", - "lines": 194, - "unsafe_blocks": 0, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/examples/typecheck_complete_test.affine", + "lines": 106, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 5, + "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-ios/swift/CfkBridge.h", - "lines": 239, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/conformance/valid/009_effect_def.affine", + "lines": 21, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-cli/src/commands.rs", - "lines": 401, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 1 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "czech-file-knife/cfk-integrations/src/agrep.rs", - "lines": 101, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 2, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-integrations/src/aria2.rs", - "lines": 76, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/03_effects.affine", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-integrations/src/pandoc.rs", - "lines": 110, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/02_ownership.affine", + "lines": 71, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "czech-file-knife/cfk-vfs/src/lib.rs", - "lines": 138, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/04_rows.affine", + "lines": 70, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "shellstate/lib/shellstate/init.ex", - "lines": 84, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/01_basics.affine", + "lines": 53, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "shellstate/lib/shellstate/doctor.ex", - "lines": 113, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/packages/affine-js/types.d.affine", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "shellstate/lib/shellstate/commit.ex", - "lines": 69, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/packages/affine-js/mod.js", + "lines": 252, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "shellstate/lib/shellstate/generator.ex", - "lines": 59, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/run_wasm.js", + "lines": 24, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -7593,18 +7543,18 @@ "threading_constructs": 0 }, { - "file_path": "shellstate/lib/shellstate/logger.ex", - "lines": 43, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/test/e2e/fixtures/ownership.affine", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "shellstate/benchmarks/manifest_benchmark.exs", - "lines": 191, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/test/e2e/fixtures/effects.affine", + "lines": 19, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -7613,18 +7563,18 @@ "threading_constructs": 0 }, { - "file_path": "shellstate/test/contract/contract_test.exs", - "lines": 273, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/test/test_golden.ml", + "lines": 113, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "shellstate/test/smoke/smoke_test.exs", - "lines": 79, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/test/golden/effects.affine", + "lines": 10, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -7633,8 +7583,8 @@ "threading_constructs": 0 }, { - "file_path": "shellstate/test/integration/commit_integration_test.exs", - "lines": 114, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/test/test_e2e.ml", + "lines": 996, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -7643,47 +7593,47 @@ "threading_constructs": 0 }, { - "file_path": "shellstate/test/unit/manifest_test.exs", - "lines": 229, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/stdlib/effects.affine", + "lines": 33, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "shellstate/test/regression/regression_test.exs", - "lines": 106, + "file_path": "affinescript-ecosystem/rattlescript/affinescript/stdlib/io.affine", + "lines": 272, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "shellstate/test/invariant_verification_test.exs", - "lines": 417, + "file_path": "affinescript-ecosystem/rattlescript/session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 11, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "deno-ecosystem/projects/beamdeno/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "affinescript-ecosystem/rattlescript/src/interface/Abi/Foreign.idr", + "lines": 82, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "deno-ecosystem/projects/beamdeno/ffi/zig/src/main.zig", + "file_path": "affinescript-ecosystem/rattlescript/src/interface/ffi/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -7693,39 +7643,29 @@ "threading_constructs": 0 }, { - "file_path": "deno-ecosystem/projects/deno-bunbridge/src/BunSpawn.res", - "lines": 40, + "file_path": "affinescript-ecosystem/rattlescript/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "deno-ecosystem/projects/deno-bunbridge/src/BunServe.res", - "lines": 41, + "file_path": "affinescript-ecosystem/affinescriptiser/tests/integration_tests.rs", + "lines": 409, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "deno-ecosystem/projects/deno-bunbridge/src/BunFile.res", - "lines": 46, + "file_path": "affinescript-ecosystem/affinescriptiser/src/manifest/mod.rs", + "lines": 360, "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "deno-ecosystem/projects/deno-bunbridge/src/bindings/Deno.res", - "lines": 56, - "unsafe_blocks": 9, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -7733,57 +7673,67 @@ "threading_constructs": 0 }, { - "file_path": "deno-ecosystem/projects/deno-bunbridge/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs", + "lines": 268, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "allocation_sites": 4, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "deno-ecosystem/projects/deno-bunbridge/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", + "lines": 270, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "unwrap_calls": 32, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "deno-ecosystem/projects/bundeno/src/compat/Process.res", - "lines": 98, + "file_path": "affinescript-ecosystem/affinescriptiser/src/codegen/affine_gen.rs", + "lines": 372, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 0, + "unwrap_calls": 29, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "deno-ecosystem/projects/bundeno/src/compat/Fs.res", - "lines": 78, - "unsafe_blocks": 0, + "file_path": "affinescript-ecosystem/affinescriptiser/src/interface/abi/Foreign.idr", + "lines": 318, + "unsafe_blocks": 20, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "deno-ecosystem/projects/bundeno/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "affinescript-ecosystem/affinescriptiser/src/interface/ffi/src/main.zig", + "lines": 441, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "deno-ecosystem/projects/bundeno/ffi/zig/src/main.zig", + "file_path": "affinescript-ecosystem/affinescript-vite/src/interface/abi/Foreign.idr", + "lines": 82, + "unsafe_blocks": 4, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "affinescript-ecosystem/affinescript-vite/src/interface/ffi/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -7793,4719 +7743,4769 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 141, + "file_path": "affinescript-ecosystem/affinescript-vite/setup.sh", + "lines": 18, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "affinescript-ecosystem/affinescript-deno-test/lib/runner.affine", + "lines": 175, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "affinescript-ecosystem/affinescript-deno-test/mod.affine", + "lines": 54, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "affinescript-ecosystem/affinescript-deno-test/example/smoke_driver.affine", + "lines": 20, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 + }, + { + "file_path": "affinescript-ecosystem/affinescript-deno-test/example/codegen_regression_test.affine", + "lines": 74, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 6, + "threading_constructs": 0 + }, + { + "file_path": "affinescript-ecosystem/affinescript-deno-test/cli.affine", + "lines": 60, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 } ], "recommended_attacks": [ "network", - "disk", "cpu", + "disk", "memory", "concurrency" ], "dependency_graph": { "edges": [ { - "from": "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/perms-state.sh", - "to": "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/run-maintenance.sh", - "relation": "shared_dir:v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance", + "from": "cadre-tea-router/src/CadreTeaRouter_Guards.res", + "to": "cadre-tea-router/src/CadreTeaRouter_QueryParams.res", + "relation": "shared_dir:cadre-tea-router/src", "weight": 1.0 }, { - "from": "iser-tools/bqniser/src/codegen/parser.rs", - "to": "iser-tools/bqniser/src/codegen/bqn_gen.rs", - "relation": "shared_dir:iser-tools/bqniser/src/codegen", + "from": "well-known-ecosystem/kith/src/ada/core/main.adb", + "to": "well-known-ecosystem/kith/src/ada/core/kith.adb", + "relation": "shared_dir:well-known-ecosystem/kith/src/ada/core", "weight": 1.0 }, { - "from": "iser-tools/bqniser/src/codegen/bqn_gen.rs", - "to": "iser-tools/bqniser/src/codegen/ffi_gen.rs", - "relation": "shared_dir:iser-tools/bqniser/src/codegen", + "from": "v-ecosystem/v-telemetry/scripts/maintenance/perms-state.sh", + "to": "v-ecosystem/v-telemetry/scripts/maintenance/run-maintenance.sh", + "relation": "shared_dir:v-ecosystem/v-telemetry/scripts/maintenance", "weight": 1.0 }, { - "from": "cadre-router/src/tea/Tea_QueryParams.res", - "to": "cadre-router/src/tea/Tea_Guards.res", - "relation": "shared_dir:cadre-router/src/tea", + "from": "dnfinition/src/platform/detection.adb", + "to": "dnfinition/src/platform/filesystem_detect.adb", + "relation": "shared_dir:dnfinition/src/platform", "weight": 1.0 }, { - "from": "iser-tools/iseriser/src/codegen/parser.rs", - "to": "iser-tools/iseriser/src/codegen/customizer.rs", - "relation": "shared_dir:iser-tools/iseriser/src/codegen", + "from": "v-ecosystem/v-rest/scripts/maintenance/perms-state.sh", + "to": "v-ecosystem/v-rest/scripts/maintenance/run-maintenance.sh", + "relation": "shared_dir:v-ecosystem/v-rest/scripts/maintenance", "weight": 1.0 }, { - "from": "iser-tools/iseriser/src/codegen/customizer.rs", - "to": "iser-tools/iseriser/src/codegen/scaffold.rs", - "relation": "shared_dir:iser-tools/iseriser/src/codegen", + "from": "affinescript-ecosystem/affinescript/lib/parse_driver.ml", + "to": "affinescript-ecosystem/affinescript/lib/package.ml", + "relation": "shared_dir:affinescript-ecosystem/affinescript/lib", "weight": 1.0 }, { - "from": "cadre-router/tests/Navigation_test.res", - "to": "cadre-router/tests/Transition_test.res", - "relation": "shared_dir:cadre-router/tests", + "from": "affinescript-ecosystem/affinescript/lib/package.ml", + "to": "affinescript-ecosystem/affinescript/lib/repl.ml", + "relation": "shared_dir:affinescript-ecosystem/affinescript/lib", "weight": 1.0 }, { - "from": "cadre-router/tests/Transition_test.res", - "to": "cadre-router/tests/Conformance_test.res", - "relation": "shared_dir:cadre-router/tests", + "from": "affinescript-ecosystem/affinescript/lib/repl.ml", + "to": "affinescript-ecosystem/affinescript/lib/wasm_binary.ml", + "relation": "shared_dir:affinescript-ecosystem/affinescript/lib", "weight": 1.0 }, { - "from": "iser-tools/eclexiaiser/src/codegen/parser.rs", - "to": "iser-tools/eclexiaiser/src/codegen/reporter.rs", - "relation": "shared_dir:iser-tools/eclexiaiser/src/codegen", + "from": "cadre-router/src/client/RouteBuilder.res", + "to": "cadre-router/src/client/HashNavigation.res", + "relation": "shared_dir:cadre-router/src/client", "weight": 1.0 }, { - "from": "dnfinition/src/backends/rpm_ostree/rpm_ostree_backend.ads", - "to": "dnfinition/src/backends/rpm_ostree/rpm_ostree_backend.adb", - "relation": "shared_dir:dnfinition/src/backends/rpm_ostree", + "from": "cadre-router/src/client/HashNavigation.res", + "to": "cadre-router/src/client/NestedRoute.res", + "relation": "shared_dir:cadre-router/src/client", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", - "to": "asdf-augmenters/asdf-plugin-configurator/src/main.rs", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src", + "from": "cadre-router/src/client/NestedRoute.res", + "to": "cadre-router/src/client/Parser.res", + "relation": "shared_dir:cadre-router/src/client", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/provider.rs", - "to": "czech-file-knife/cfk-ios/src/lib.rs", - "relation": "shared_dir:czech-file-knife/cfk-ios/src", + "from": "cadre-router/src/client/Parser.res", + "to": "cadre-router/src/client/Navigation.res", + "relation": "shared_dir:cadre-router/src/client", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/lib.rs", - "to": "czech-file-knife/cfk-ios/src/ffi.rs", - "relation": "shared_dir:czech-file-knife/cfk-ios/src", + "from": "cadre-router/src/client/Navigation.res", + "to": "cadre-router/src/client/Transition.res", + "relation": "shared_dir:cadre-router/src/client", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/ffi.rs", - "to": "czech-file-knife/cfk-ios/src/domain.rs", - "relation": "shared_dir:czech-file-knife/cfk-ios/src", + "from": "cadre-router/src/client/Transition.res", + "to": "cadre-router/src/client/Url.res", + "relation": "shared_dir:cadre-router/src/client", "weight": 1.0 }, { - "from": "v-ecosystem/v-middleware/scripts/maintenance/perms-state.sh", - "to": "v-ecosystem/v-middleware/scripts/maintenance/run-maintenance.sh", - "relation": "shared_dir:v-ecosystem/v-middleware/scripts/maintenance", + "from": "iser-tools/phronesiser/src/codegen/parser.rs", + "to": "iser-tools/phronesiser/src/codegen/audit.rs", + "relation": "shared_dir:iser-tools/phronesiser/src/codegen", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", - "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src", + "from": "iser-tools/phronesiser/src/codegen/audit.rs", + "to": "iser-tools/phronesiser/src/codegen/mod.rs", + "relation": "shared_dir:iser-tools/phronesiser/src/codegen", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", - "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src", + "from": "iser-tools/phronesiser/src/codegen/mod.rs", + "to": "iser-tools/phronesiser/src/codegen/engine.rs", + "relation": "shared_dir:iser-tools/phronesiser/src/codegen", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", - "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/handlers.rs", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src", + "from": "czech-file-knife/cfk-providers/src/webdav.rs", + "to": "czech-file-knife/cfk-providers/src/syncthing.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/handlers.rs", - "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src", + "from": "czech-file-knife/cfk-providers/src/syncthing.rs", + "to": "czech-file-knife/cfk-providers/src/dropbox.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "iser-tools/lustreiser/src/codegen/lustre_gen.rs", - "to": "iser-tools/lustreiser/src/codegen/mod.rs", - "relation": "shared_dir:iser-tools/lustreiser/src/codegen", + "from": "czech-file-knife/cfk-providers/src/dropbox.rs", + "to": "czech-file-knife/cfk-providers/src/ipfs.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/perms-state.sh", - "to": "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/run-maintenance.sh", - "relation": "shared_dir:v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance", + "from": "czech-file-knife/cfk-providers/src/ipfs.rs", + "to": "czech-file-knife/cfk-providers/src/lib.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "scaffoldia/src/Scaffoldia/Template.hs", - "to": "scaffoldia/src/Scaffoldia/Registry.hs", - "relation": "shared_dir:scaffoldia/src/Scaffoldia", + "from": "czech-file-knife/cfk-providers/src/lib.rs", + "to": "czech-file-knife/cfk-providers/src/afs.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "scaffoldia/src/Scaffoldia/Registry.hs", - "to": "scaffoldia/src/Scaffoldia/Builder.hs", - "relation": "shared_dir:scaffoldia/src/Scaffoldia", + "from": "czech-file-knife/cfk-providers/src/afs.rs", + "to": "czech-file-knife/cfk-providers/src/protocols.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/lib/parse_driver.ml", - "to": "affinescript-ecosystem/rattlescript/affinescript/lib/parse.ml", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/lib", + "from": "czech-file-knife/cfk-providers/src/protocols.rs", + "to": "czech-file-knife/cfk-providers/src/smb.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/lib/parse.ml", - "to": "affinescript-ecosystem/rattlescript/affinescript/lib/interp.ml", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/lib", + "from": "czech-file-knife/cfk-providers/src/smb.rs", + "to": "czech-file-knife/cfk-providers/src/local.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/lib/interp.ml", - "to": "affinescript-ecosystem/rattlescript/affinescript/lib/python_face.ml", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/lib", + "from": "czech-file-knife/cfk-providers/src/local.rs", + "to": "czech-file-knife/cfk-providers/src/box_com.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/lib/python_face.ml", - "to": "affinescript-ecosystem/rattlescript/affinescript/lib/wasm_gc_encode.ml", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/lib", + "from": "czech-file-knife/cfk-providers/src/box_com.rs", + "to": "czech-file-knife/cfk-providers/src/onedrive.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/lib/wasm_gc_encode.ml", - "to": "affinescript-ecosystem/rattlescript/affinescript/lib/wasm_encode.ml", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/lib", + "from": "czech-file-knife/cfk-providers/src/onedrive.rs", + "to": "czech-file-knife/cfk-providers/src/ninep.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "iser-tools/tlaiser/src/codegen/tla_gen.rs", - "to": "iser-tools/tlaiser/src/codegen/parser.rs", - "relation": "shared_dir:iser-tools/tlaiser/src/codegen", + "from": "czech-file-knife/cfk-providers/src/ninep.rs", + "to": "czech-file-knife/cfk-providers/src/transport.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "iser-tools/tlaiser/src/codegen/parser.rs", - "to": "iser-tools/tlaiser/src/codegen/tlc_gen.rs", - "relation": "shared_dir:iser-tools/tlaiser/src/codegen", + "from": "czech-file-knife/cfk-providers/src/transport.rs", + "to": "czech-file-knife/cfk-providers/src/s3.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "iser-tools/tlaiser/src/codegen/tlc_gen.rs", - "to": "iser-tools/tlaiser/src/codegen/pluscal_gen.rs", - "relation": "shared_dir:iser-tools/tlaiser/src/codegen", + "from": "czech-file-knife/cfk-providers/src/s3.rs", + "to": "czech-file-knife/cfk-providers/src/sftp.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "techstack-enforcer/src/core/techstack_enforcer.ads", - "to": "techstack-enforcer/src/core/techstack_json_io.adb", - "relation": "shared_dir:techstack-enforcer/src/core", + "from": "czech-file-knife/cfk-providers/src/sftp.rs", + "to": "czech-file-knife/cfk-providers/src/gdrive.rs", + "relation": "shared_dir:czech-file-knife/cfk-providers/src", "weight": 1.0 }, { - "from": "techstack-enforcer/src/core/techstack_json_io.adb", - "to": "techstack-enforcer/src/core/techstack_notify.adb", - "relation": "shared_dir:techstack-enforcer/src/core", - "weight": 1.0 + "from": "cadre-router/src/tea/Tea_Guards.res", + "to": "cadre-router/src/tea/Tea_QueryParams.res", + "relation": "shared_dir:cadre-router/src/tea", + "weight": 1.0 }, { - "from": "v-ecosystem/v-zig-ffi/scripts/maintenance/perms-state.sh", - "to": "v-ecosystem/v-zig-ffi/scripts/maintenance/run-maintenance.sh", - "relation": "shared_dir:v-ecosystem/v-zig-ffi/scripts/maintenance", + "from": "iser-tools/eclexiaiser/src/codegen/parser.rs", + "to": "iser-tools/eclexiaiser/src/codegen/reporter.rs", + "relation": "shared_dir:iser-tools/eclexiaiser/src/codegen", "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/src/ada/core/main.adb", - "to": "well-known-ecosystem/kith/src/ada/core/kith.adb", - "relation": "shared_dir:well-known-ecosystem/kith/src/ada/core", + "from": "dnfinition/src/types/transaction_types.ads", + "to": "dnfinition/src/types/snapshot_types.ads", + "relation": "shared_dir:dnfinition/src/types", "weight": 1.0 }, { - "from": "iser-tools/anvomidaviser/src/codegen/validator.rs", - "to": "iser-tools/anvomidaviser/src/codegen/mod.rs", - "relation": "shared_dir:iser-tools/anvomidaviser/src/codegen", + "from": "dnfinition/src/types/snapshot_types.ads", + "to": "dnfinition/src/types/package_types.ads", + "relation": "shared_dir:dnfinition/src/types", "weight": 1.0 }, { - "from": "v-ecosystem/v-benchmarks/scripts/maintenance/perms-state.sh", - "to": "v-ecosystem/v-benchmarks/scripts/maintenance/run-maintenance.sh", - "relation": "shared_dir:v-ecosystem/v-benchmarks/scripts/maintenance", + "from": "czech-file-knife/cfk-core/src/path.rs", + "to": "czech-file-knife/cfk-core/src/platform.rs", + "relation": "shared_dir:czech-file-knife/cfk-core/src", "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/src/ada/validation/did.adb", - "to": "well-known-ecosystem/kith/src/ada/validation/aibdp_validation.adb", - "relation": "shared_dir:well-known-ecosystem/kith/src/ada/validation", + "from": "czech-file-knife/cfk-core/src/platform.rs", + "to": "czech-file-knife/cfk-core/src/error.rs", + "relation": "shared_dir:czech-file-knife/cfk-core/src", "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/src/ada/validation/aibdp_validation.adb", - "to": "well-known-ecosystem/kith/src/ada/validation/security_txt.adb", - "relation": "shared_dir:well-known-ecosystem/kith/src/ada/validation", + "from": "iser-tools/alloyiser/src/codegen/parser.rs", + "to": "iser-tools/alloyiser/src/codegen/mod.rs", + "relation": "shared_dir:iser-tools/alloyiser/src/codegen", "weight": 1.0 }, { - "from": "iser-tools/futharkiser/src/codegen/parser.rs", - "to": "iser-tools/futharkiser/src/codegen/futhark_gen.rs", - "relation": "shared_dir:iser-tools/futharkiser/src/codegen", + "from": "iser-tools/alloyiser/src/codegen/mod.rs", + "to": "iser-tools/alloyiser/src/codegen/analyzer.rs", + "relation": "shared_dir:iser-tools/alloyiser/src/codegen", "weight": 1.0 }, { - "from": "iser-tools/futharkiser/src/codegen/futhark_gen.rs", - "to": "iser-tools/futharkiser/src/codegen/build_gen.rs", - "relation": "shared_dir:iser-tools/futharkiser/src/codegen", + "from": "iser-tools/alloyiser/src/codegen/analyzer.rs", + "to": "iser-tools/alloyiser/src/codegen/alloy_gen.rs", + "relation": "shared_dir:iser-tools/alloyiser/src/codegen", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-core/src/error.rs", - "to": "czech-file-knife/cfk-core/src/path.rs", - "relation": "shared_dir:czech-file-knife/cfk-core/src", + "from": "affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs", + "to": "affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", + "relation": "shared_dir:affinescript-ecosystem/affinescriptiser/src/codegen", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-core/src/path.rs", - "to": "czech-file-knife/cfk-core/src/platform.rs", - "relation": "shared_dir:czech-file-knife/cfk-core/src", + "from": "affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", + "to": "affinescript-ecosystem/affinescriptiser/src/codegen/affine_gen.rs", + "relation": "shared_dir:affinescript-ecosystem/affinescriptiser/src/codegen", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/test/e2e/fixtures/ownership.affine", - "to": "affinescript-ecosystem/rattlescript/affinescript/test/e2e/fixtures/effects.affine", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/test/e2e/fixtures", + "from": "affinescript-ecosystem/affinescript-deno-test/mod.affine", + "to": "affinescript-ecosystem/affinescript-deno-test/cli.affine", + "relation": "shared_dir:affinescript-ecosystem/affinescript-deno-test", "weight": 1.0 }, { - "from": "cadre-tea-router/src/CadreTeaRouter_Guards.res", - "to": "cadre-tea-router/src/CadreTeaRouter_QueryParams.res", - "relation": "shared_dir:cadre-tea-router/src", + "from": "iser-tools/ephapaxiser/src/codegen/parser.rs", + "to": "iser-tools/ephapaxiser/src/codegen/wrapper_gen.rs", + "relation": "shared_dir:iser-tools/ephapaxiser/src/codegen", "weight": 1.0 }, { - "from": "dnfinition/src/data_layer/lib/dnfinition/download/manager.ex", - "to": "dnfinition/src/data_layer/lib/dnfinition/download/worker.ex", - "relation": "shared_dir:dnfinition/src/data_layer/lib/dnfinition/download", + "from": "iser-tools/ephapaxiser/src/codegen/wrapper_gen.rs", + "to": "iser-tools/ephapaxiser/src/codegen/mod.rs", + "relation": "shared_dir:iser-tools/ephapaxiser/src/codegen", "weight": 1.0 }, { - "from": "iser-tools/oblibeniser/src/interface/abi/Foreign.idr", - "to": "iser-tools/oblibeniser/src/interface/abi/Types.idr", - "relation": "shared_dir:iser-tools/oblibeniser/src/interface/abi", + "from": "iser-tools/ephapaxiser/src/codegen/mod.rs", + "to": "iser-tools/ephapaxiser/src/codegen/analyzer.rs", + "relation": "shared_dir:iser-tools/ephapaxiser/src/codegen", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/error.rs", - "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", - "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src", + "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_read.affine", + "to": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_ops.affine", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tests/parser", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", - "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", - "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src", + "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_ops.affine", + "to": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_empty.affine", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tests/parser", "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/src/ada/plugins/creative.adb", - "to": "well-known-ecosystem/kith/src/ada/plugins/academic.adb", - "relation": "shared_dir:well-known-ecosystem/kith/src/ada/plugins", + "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_empty.affine", + "to": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_stmt.affine", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tests/parser", "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/src/ada/plugins/academic.adb", - "to": "well-known-ecosystem/kith/src/ada/plugins/union.adb", - "relation": "shared_dir:well-known-ecosystem/kith/src/ada/plugins", + "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_stmt.affine", + "to": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_simple.affine", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tests/parser", "weight": 1.0 }, { - "from": "iser-tools/mylangiser/src/codegen/scorer.rs", - "to": "iser-tools/mylangiser/src/codegen/layer_gen.rs", - "relation": "shared_dir:iser-tools/mylangiser/src/codegen", + "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_simple.affine", + "to": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_all.affine", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tests/parser", "weight": 1.0 }, { - "from": "iser-tools/mylangiser/src/codegen/layer_gen.rs", - "to": "iser-tools/mylangiser/src/codegen/mod.rs", - "relation": "shared_dir:iser-tools/mylangiser/src/codegen", + "from": "well-known-ecosystem/kith/src/ada/ui/cli.adb", + "to": "well-known-ecosystem/kith/src/ada/ui/tui.adb", + "relation": "shared_dir:well-known-ecosystem/kith/src/ada/ui", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/lib/cache.sh", - "to": "asdf-augmenters/asdf-ghjk/lib/utils.sh", - "relation": "shared_dir:asdf-augmenters/asdf-ghjk/lib", + "from": "coq-ecosystem/coq-jr/src/Deno.res", + "to": "coq-ecosystem/coq-jr/src/Dom.res", + "relation": "shared_dir:coq-ecosystem/coq-jr/src", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/lib/utils.sh", - "to": "asdf-augmenters/asdf-ghjk/lib/utils.bash", - "relation": "shared_dir:asdf-augmenters/asdf-ghjk/lib", + "from": "dnfinition/src/cli/cli_output.adb", + "to": "dnfinition/src/cli/command_executor.adb", + "relation": "shared_dir:dnfinition/src/cli", "weight": 1.0 }, { - "from": "shellstate/lib/shellstate/init.ex", - "to": "shellstate/lib/shellstate/doctor.ex", - "relation": "shared_dir:shellstate/lib/shellstate", + "from": "dnfinition/src/cli/command_executor.adb", + "to": "dnfinition/src/cli/cli_commands.adb", + "relation": "shared_dir:dnfinition/src/cli", "weight": 1.0 }, { - "from": "shellstate/lib/shellstate/doctor.ex", - "to": "shellstate/lib/shellstate/commit.ex", - "relation": "shared_dir:shellstate/lib/shellstate", + "from": "dnfinition/src/cli/cli_commands.adb", + "to": "dnfinition/src/cli/command_executor.ads", + "relation": "shared_dir:dnfinition/src/cli", "weight": 1.0 }, { - "from": "shellstate/lib/shellstate/commit.ex", - "to": "shellstate/lib/shellstate/generator.ex", - "relation": "shared_dir:shellstate/lib/shellstate", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", + "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src", "weight": 1.0 }, { - "from": "shellstate/lib/shellstate/generator.ex", - "to": "shellstate/lib/shellstate/logger.ex", - "relation": "shared_dir:shellstate/lib/shellstate", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", + "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", - "to": "affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs", - "relation": "shared_dir:affinescript-ecosystem/affinescriptiser/src/codegen", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", + "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs", - "to": "affinescript-ecosystem/affinescriptiser/src/codegen/affine_gen.rs", - "relation": "shared_dir:affinescript-ecosystem/affinescriptiser/src/codegen", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", + "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/handlers.rs", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src", "weight": 1.0 }, { - "from": "iser-tools/dafniser/src/interface/abi/Foreign.idr", - "to": "iser-tools/dafniser/src/interface/abi/Types.idr", - "relation": "shared_dir:iser-tools/dafniser/src/interface/abi", + "from": "techstack-enforcer/src/core/techstack_enforcer.ads", + "to": "techstack-enforcer/src/core/techstack_notify.adb", + "relation": "shared_dir:techstack-enforcer/src/core", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescript-deno-test/example/smoke_driver.affine", - "to": "affinescript-ecosystem/affinescript-deno-test/example/codegen_regression_test.affine", - "relation": "shared_dir:affinescript-ecosystem/affinescript-deno-test/example", + "from": "techstack-enforcer/src/core/techstack_notify.adb", + "to": "techstack-enforcer/src/core/techstack_json_io.adb", + "relation": "shared_dir:techstack-enforcer/src/core", "weight": 1.0 }, { - "from": "iser-tools/idrisiser/src/codegen/parser.rs", - "to": "iser-tools/idrisiser/src/codegen/mod.rs", - "relation": "shared_dir:iser-tools/idrisiser/src/codegen", + "from": "shellstate/lib/shellstate/logger.ex", + "to": "shellstate/lib/shellstate/init.ex", + "relation": "shared_dir:shellstate/lib/shellstate", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/packages/affine-js/mod.js", - "to": "affinescript-ecosystem/rattlescript/affinescript/packages/affine-js/types.d.affine", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/packages/affine-js", + "from": "shellstate/lib/shellstate/init.ex", + "to": "shellstate/lib/shellstate/doctor.ex", + "relation": "shared_dir:shellstate/lib/shellstate", "weight": 1.0 }, { - "from": "iser-tools/atsiser/src/codegen/parser.rs", - "to": "iser-tools/atsiser/src/codegen/ats_gen.rs", - "relation": "shared_dir:iser-tools/atsiser/src/codegen", + "from": "shellstate/lib/shellstate/doctor.ex", + "to": "shellstate/lib/shellstate/generator.ex", + "relation": "shared_dir:shellstate/lib/shellstate", "weight": 1.0 }, { - "from": "iser-tools/atsiser/src/codegen/ats_gen.rs", - "to": "iser-tools/atsiser/src/codegen/mod.rs", - "relation": "shared_dir:iser-tools/atsiser/src/codegen", + "from": "shellstate/lib/shellstate/generator.ex", + "to": "shellstate/lib/shellstate/commit.ex", + "relation": "shared_dir:shellstate/lib/shellstate", "weight": 1.0 }, { - "from": "iser-tools/atsiser/src/codegen/mod.rs", - "to": "iser-tools/atsiser/src/codegen/compiler.rs", - "relation": "shared_dir:iser-tools/atsiser/src/codegen", + "from": "v-ecosystem/v-validator/scripts/maintenance/perms-state.sh", + "to": "v-ecosystem/v-validator/scripts/maintenance/run-maintenance.sh", + "relation": "shared_dir:v-ecosystem/v-validator/scripts/maintenance", "weight": 1.0 }, { - "from": "well-known-ecosystem/validator/src/rules.rs", - "to": "well-known-ecosystem/validator/src/main.rs", - "relation": "shared_dir:well-known-ecosystem/validator/src", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", + "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/error.rs", + "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src", "weight": 1.0 }, { - "from": "well-known-ecosystem/validator/src/main.rs", - "to": "well-known-ecosystem/validator/src/contract.rs", - "relation": "shared_dir:well-known-ecosystem/validator/src", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/error.rs", + "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", + "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src", "weight": 1.0 }, { - "from": "well-known-ecosystem/validator/src/contract.rs", - "to": "well-known-ecosystem/validator/src/registry.rs", - "relation": "shared_dir:well-known-ecosystem/validator/src", + "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/init.rs", + "to": "asdf-augmenters/asdf-plugin-configurator/src/commands/list.rs", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src/commands", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_stmt.affine", - "to": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_simple.affine", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tests/parser", + "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/list.rs", + "to": "asdf-augmenters/asdf-plugin-configurator/src/commands/export.rs", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src/commands", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_simple.affine", - "to": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_read.affine", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tests/parser", + "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/export.rs", + "to": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src/commands", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_read.affine", - "to": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_empty.affine", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tests/parser", + "from": "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/perms-state.sh", + "to": "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/run-maintenance.sh", + "relation": "shared_dir:v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_empty.affine", - "to": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_all.affine", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tests/parser", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/html.rs", + "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/render.rs", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_all.affine", - "to": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_ops.affine", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tests/parser", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/render.rs", + "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/extract.rs", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src", "weight": 1.0 }, { - "from": "dnfinition/src/types/snapshot_types.ads", - "to": "dnfinition/src/types/package_types.ads", - "relation": "shared_dir:dnfinition/src/types", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/extract.rs", + "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/index.rs", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src", "weight": 1.0 }, { - "from": "dnfinition/src/types/package_types.ads", - "to": "dnfinition/src/types/transaction_types.ads", - "relation": "shared_dir:dnfinition/src/types", + "from": "iser-tools/lustreiser/src/codegen/mod.rs", + "to": "iser-tools/lustreiser/src/codegen/lustre_gen.rs", + "relation": "shared_dir:iser-tools/lustreiser/src/codegen", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", - "to": "asdf-augmenters/asdf-ghjk/scripts/setup-dev.sh", - "relation": "shared_dir:asdf-augmenters/asdf-ghjk/scripts", + "from": "v-ecosystem/v-idris-abi/scripts/maintenance/perms-state.sh", + "to": "v-ecosystem/v-idris-abi/scripts/maintenance/run-maintenance.sh", + "relation": "shared_dir:v-ecosystem/v-idris-abi/scripts/maintenance", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/scripts/setup-dev.sh", - "to": "asdf-augmenters/asdf-ghjk/scripts/doctor.sh", - "relation": "shared_dir:asdf-augmenters/asdf-ghjk/scripts", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", + "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/scripts/doctor.sh", - "to": "asdf-augmenters/asdf-ghjk/scripts/cleanup.sh", - "relation": "shared_dir:asdf-augmenters/asdf-ghjk/scripts", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", + "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", + "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src", "weight": 1.0 }, { - "from": "iser-tools/ponyiser/src/codegen/parser.rs", - "to": "iser-tools/ponyiser/src/codegen/capability.rs", - "relation": "shared_dir:iser-tools/ponyiser/src/codegen", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", + "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/error.rs", + "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src", "weight": 1.0 }, { - "from": "iser-tools/ponyiser/src/codegen/capability.rs", - "to": "iser-tools/ponyiser/src/codegen/pony_gen.rs", - "relation": "shared_dir:iser-tools/ponyiser/src/codegen", + "from": "affinescript-ecosystem/rattlescript/affinescript/packages/affine-js/types.d.affine", + "to": "affinescript-ecosystem/rattlescript/affinescript/packages/affine-js/mod.js", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/packages/affine-js", "weight": 1.0 }, { - "from": "deno-ecosystem/projects/deno-bunbridge/src/BunSpawn.res", - "to": "deno-ecosystem/projects/deno-bunbridge/src/BunServe.res", - "relation": "shared_dir:deno-ecosystem/projects/deno-bunbridge/src", + "from": "iser-tools/oblibeniser/src/codegen/audit_gen.rs", + "to": "iser-tools/oblibeniser/src/codegen/mod.rs", + "relation": "shared_dir:iser-tools/oblibeniser/src/codegen", "weight": 1.0 }, { - "from": "deno-ecosystem/projects/deno-bunbridge/src/BunServe.res", - "to": "deno-ecosystem/projects/deno-bunbridge/src/BunFile.res", - "relation": "shared_dir:deno-ecosystem/projects/deno-bunbridge/src", + "from": "iser-tools/oblibeniser/src/codegen/mod.rs", + "to": "iser-tools/oblibeniser/src/codegen/inverse_gen.rs", + "relation": "shared_dir:iser-tools/oblibeniser/src/codegen", "weight": 1.0 }, { - "from": "v-ecosystem/v-grpc/scripts/maintenance/perms-state.sh", - "to": "v-ecosystem/v-grpc/scripts/maintenance/run-maintenance.sh", - "relation": "shared_dir:v-ecosystem/v-grpc/scripts/maintenance", + "from": "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/perms-state.sh", + "to": "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/run-maintenance.sh", + "relation": "shared_dir:v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/examples/typecheck_features_test.affine", - "to": "affinescript-ecosystem/rattlescript/affinescript/examples/ownership.affine", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/examples", + "from": "iser-tools/iseriser/src/codegen/parser.rs", + "to": "iser-tools/iseriser/src/codegen/scaffold.rs", + "relation": "shared_dir:iser-tools/iseriser/src/codegen", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/examples/ownership.affine", - "to": "affinescript-ecosystem/rattlescript/affinescript/examples/typecheck_complete_test.affine", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/examples", + "from": "iser-tools/iseriser/src/codegen/scaffold.rs", + "to": "iser-tools/iseriser/src/codegen/customizer.rs", + "relation": "shared_dir:iser-tools/iseriser/src/codegen", "weight": 1.0 }, { - "from": "zig-api/ffi/zig/src/gnosis.zig", - "to": "zig-api/ffi/zig/src/connector.zig", - "relation": "shared_dir:zig-api/ffi/zig/src", + "from": "packages/package_scanner.nim", + "to": "packages/pretty_json.nim", + "relation": "shared_dir:packages", "weight": 1.0 }, { - "from": "zig-api/ffi/zig/src/connector.zig", - "to": "zig-api/ffi/zig/src/core.zig", - "relation": "shared_dir:zig-api/ffi/zig/src", + "from": "affinescript-ecosystem/affinescript-deno-test/example/smoke_driver.affine", + "to": "affinescript-ecosystem/affinescript-deno-test/example/codegen_regression_test.affine", + "relation": "shared_dir:affinescript-ecosystem/affinescript-deno-test/example", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/list.rs", - "to": "asdf-augmenters/asdf-plugin-configurator/src/commands/init.rs", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src/commands", + "from": "iser-tools/anvomidaviser/src/interface/abi/Foreign.idr", + "to": "iser-tools/anvomidaviser/src/interface/abi/Types.idr", + "relation": "shared_dir:iser-tools/anvomidaviser/src/interface/abi", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/init.rs", - "to": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src/commands", + "from": "dnfinition/src/backends/rpm_ostree/rpm_ostree_backend.adb", + "to": "dnfinition/src/backends/rpm_ostree/rpm_ostree_backend.ads", + "relation": "shared_dir:dnfinition/src/backends/rpm_ostree", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", - "to": "asdf-augmenters/asdf-plugin-configurator/src/commands/export.rs", - "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src/commands", + "from": "czech-file-knife/cfk-ios/src/provider.rs", + "to": "czech-file-knife/cfk-ios/src/lib.rs", + "relation": "shared_dir:czech-file-knife/cfk-ios/src", "weight": 1.0 }, { - "from": "coq-ecosystem/coq-jr/src/Dom.res", - "to": "coq-ecosystem/coq-jr/src/Deno.res", - "relation": "shared_dir:coq-ecosystem/coq-jr/src", + "from": "czech-file-knife/cfk-ios/src/lib.rs", + "to": "czech-file-knife/cfk-ios/src/domain.rs", + "relation": "shared_dir:czech-file-knife/cfk-ios/src", "weight": 1.0 }, { - "from": "iser-tools/nimiser/src/interface/abi/Foreign.idr", - "to": "iser-tools/nimiser/src/interface/abi/Types.idr", - "relation": "shared_dir:iser-tools/nimiser/src/interface/abi", + "from": "czech-file-knife/cfk-ios/src/domain.rs", + "to": "czech-file-knife/cfk-ios/src/ffi.rs", + "relation": "shared_dir:czech-file-knife/cfk-ios/src", "weight": 1.0 }, { - "from": "iser-tools/ephapaxiser/src/codegen/parser.rs", - "to": "iser-tools/ephapaxiser/src/codegen/wrapper_gen.rs", - "relation": "shared_dir:iser-tools/ephapaxiser/src/codegen", + "from": "affinescript-ecosystem/rattlescript/affinescript/examples/ownership.affine", + "to": "affinescript-ecosystem/rattlescript/affinescript/examples/typecheck_features_test.affine", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/examples", "weight": 1.0 }, { - "from": "iser-tools/ephapaxiser/src/codegen/wrapper_gen.rs", - "to": "iser-tools/ephapaxiser/src/codegen/analyzer.rs", - "relation": "shared_dir:iser-tools/ephapaxiser/src/codegen", + "from": "affinescript-ecosystem/rattlescript/affinescript/examples/typecheck_features_test.affine", + "to": "affinescript-ecosystem/rattlescript/affinescript/examples/typecheck_complete_test.affine", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/examples", "weight": 1.0 }, { - "from": "iser-tools/ephapaxiser/src/codegen/analyzer.rs", - "to": "iser-tools/ephapaxiser/src/codegen/mod.rs", - "relation": "shared_dir:iser-tools/ephapaxiser/src/codegen", + "from": "iser-tools/ponyiser/src/codegen/parser.rs", + "to": "iser-tools/ponyiser/src/codegen/pony_gen.rs", + "relation": "shared_dir:iser-tools/ponyiser/src/codegen", "weight": 1.0 }, { - "from": "dnfinition/src/reversibility/filesystem/btrfs_snapshots.adb", - "to": "dnfinition/src/reversibility/filesystem/zfs_snapshots.ads", - "relation": "shared_dir:dnfinition/src/reversibility/filesystem", + "from": "iser-tools/ponyiser/src/codegen/pony_gen.rs", + "to": "iser-tools/ponyiser/src/codegen/capability.rs", + "relation": "shared_dir:iser-tools/ponyiser/src/codegen", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/02_ownership.affine", - "to": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/01_basics.affine", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup", + "from": "zig-api/ffi/zig/src/core.zig", + "to": "zig-api/ffi/zig/src/gnosis.zig", + "relation": "shared_dir:zig-api/ffi/zig/src", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/01_basics.affine", - "to": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/04_rows.affine", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup", + "from": "zig-api/ffi/zig/src/gnosis.zig", + "to": "zig-api/ffi/zig/src/connector.zig", + "relation": "shared_dir:zig-api/ffi/zig/src", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/04_rows.affine", - "to": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/03_effects.affine", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup", + "from": "iser-tools/julianiser/src/codegen/parser.rs", + "to": "iser-tools/julianiser/src/codegen/mod.rs", + "relation": "shared_dir:iser-tools/julianiser/src/codegen", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescript-deno-test/mod.affine", - "to": "affinescript-ecosystem/affinescript-deno-test/cli.affine", - "relation": "shared_dir:affinescript-ecosystem/affinescript-deno-test", + "from": "iser-tools/julianiser/src/codegen/mod.rs", + "to": "iser-tools/julianiser/src/codegen/benchmark.rs", + "relation": "shared_dir:iser-tools/julianiser/src/codegen", "weight": 1.0 }, { - "from": "iser-tools/alloyiser/src/codegen/parser.rs", - "to": "iser-tools/alloyiser/src/codegen/alloy_gen.rs", - "relation": "shared_dir:iser-tools/alloyiser/src/codegen", + "from": "iser-tools/julianiser/src/codegen/benchmark.rs", + "to": "iser-tools/julianiser/src/codegen/julia_gen.rs", + "relation": "shared_dir:iser-tools/julianiser/src/codegen", "weight": 1.0 }, { - "from": "iser-tools/alloyiser/src/codegen/alloy_gen.rs", - "to": "iser-tools/alloyiser/src/codegen/analyzer.rs", - "relation": "shared_dir:iser-tools/alloyiser/src/codegen", + "from": "affinescript-ecosystem/rattlescript/affinescript/lib/parse_driver.ml", + "to": "affinescript-ecosystem/rattlescript/affinescript/lib/parse.ml", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/lib", "weight": 1.0 }, { - "from": "iser-tools/alloyiser/src/codegen/analyzer.rs", - "to": "iser-tools/alloyiser/src/codegen/mod.rs", - "relation": "shared_dir:iser-tools/alloyiser/src/codegen", + "from": "affinescript-ecosystem/rattlescript/affinescript/lib/parse.ml", + "to": "affinescript-ecosystem/rattlescript/affinescript/lib/wasm_gc_encode.ml", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/lib", "weight": 1.0 }, { - "from": "dnfinition/src/data_layer/data_layer_client.ads", - "to": "dnfinition/src/data_layer/data_layer_client.adb", - "relation": "shared_dir:dnfinition/src/data_layer", + "from": "affinescript-ecosystem/rattlescript/affinescript/lib/wasm_gc_encode.ml", + "to": "affinescript-ecosystem/rattlescript/affinescript/lib/python_face.ml", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/lib", "weight": 1.0 }, { - "from": "dnfinition/src/platform/filesystem_detect.adb", - "to": "dnfinition/src/platform/detection.adb", - "relation": "shared_dir:dnfinition/src/platform", + "from": "affinescript-ecosystem/rattlescript/affinescript/lib/python_face.ml", + "to": "affinescript-ecosystem/rattlescript/affinescript/lib/interp.ml", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/lib", "weight": 1.0 }, { - "from": "v-ecosystem/v-rest/scripts/maintenance/perms-state.sh", - "to": "v-ecosystem/v-rest/scripts/maintenance/run-maintenance.sh", - "relation": "shared_dir:v-ecosystem/v-rest/scripts/maintenance", + "from": "affinescript-ecosystem/rattlescript/affinescript/lib/interp.ml", + "to": "affinescript-ecosystem/rattlescript/affinescript/lib/wasm_encode.ml", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/lib", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/storage.rs", - "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/build.rs", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src", + "from": "iser-tools/futharkiser/src/codegen/parser.rs", + "to": "iser-tools/futharkiser/src/codegen/futhark_gen.rs", + "relation": "shared_dir:iser-tools/futharkiser/src/codegen", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/build.rs", - "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src", + "from": "iser-tools/futharkiser/src/codegen/futhark_gen.rs", + "to": "iser-tools/futharkiser/src/codegen/build_gen.rs", + "relation": "shared_dir:iser-tools/futharkiser/src/codegen", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", - "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/workspace.rs", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src", + "from": "iser-tools/mylangiser/src/codegen/layer_gen.rs", + "to": "iser-tools/mylangiser/src/codegen/scorer.rs", + "relation": "shared_dir:iser-tools/mylangiser/src/codegen", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/workspace.rs", - "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/resolve.rs", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src", + "from": "iser-tools/mylangiser/src/codegen/scorer.rs", + "to": "iser-tools/mylangiser/src/codegen/mod.rs", + "relation": "shared_dir:iser-tools/mylangiser/src/codegen", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/resolve.rs", - "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src", + "from": "iser-tools/idrisiser/src/codegen/parser.rs", + "to": "iser-tools/idrisiser/src/codegen/mod.rs", + "relation": "shared_dir:iser-tools/idrisiser/src/codegen", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", - "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/manifest.rs", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src", + "from": "iser-tools/oblibeniser/src/interface/abi/Foreign.idr", + "to": "iser-tools/oblibeniser/src/interface/abi/Types.idr", + "relation": "shared_dir:iser-tools/oblibeniser/src/interface/abi", "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/src/ada/integration/webserver.adb", - "to": "well-known-ecosystem/kith/src/ada/integration/git.adb", - "relation": "shared_dir:well-known-ecosystem/kith/src/ada/integration", + "from": "asdf-augmenters/asdf-ghjk/scripts/setup-dev.sh", + "to": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "relation": "shared_dir:asdf-augmenters/asdf-ghjk/scripts", "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/src/ada/integration/git.adb", - "to": "well-known-ecosystem/kith/src/ada/integration/dns.adb", - "relation": "shared_dir:well-known-ecosystem/kith/src/ada/integration", + "from": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "to": "asdf-augmenters/asdf-ghjk/scripts/cleanup.sh", + "relation": "shared_dir:asdf-augmenters/asdf-ghjk/scripts", "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/src/ada/ui/cli.adb", - "to": "well-known-ecosystem/kith/src/ada/ui/tui.adb", - "relation": "shared_dir:well-known-ecosystem/kith/src/ada/ui", + "from": "asdf-augmenters/asdf-ghjk/scripts/cleanup.sh", + "to": "asdf-augmenters/asdf-ghjk/scripts/doctor.sh", + "relation": "shared_dir:asdf-augmenters/asdf-ghjk/scripts", "weight": 1.0 }, { - "from": "dnfinition/src/data_layer/lib/dnfinition/mirror/list_manager.ex", - "to": "dnfinition/src/data_layer/lib/dnfinition/mirror/optimizer.ex", - "relation": "shared_dir:dnfinition/src/data_layer/lib/dnfinition/mirror", + "from": "v-ecosystem/v-graphql/scripts/maintenance/perms-state.sh", + "to": "v-ecosystem/v-graphql/scripts/maintenance/run-maintenance.sh", + "relation": "shared_dir:v-ecosystem/v-graphql/scripts/maintenance", "weight": 1.0 }, { - "from": "opm-canonicalizer/src/main.rs", - "to": "opm-canonicalizer/src/lib.rs", - "relation": "shared_dir:opm-canonicalizer/src", + "from": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/03_effects.affine", + "to": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/02_ownership.affine", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup", "weight": 1.0 }, { - "from": "cadre-router/src/client/Url.res", - "to": "cadre-router/src/client/HashNavigation.res", - "relation": "shared_dir:cadre-router/src/client", + "from": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/02_ownership.affine", + "to": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/04_rows.affine", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup", "weight": 1.0 }, { - "from": "cadre-router/src/client/HashNavigation.res", - "to": "cadre-router/src/client/RouteBuilder.res", - "relation": "shared_dir:cadre-router/src/client", + "from": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/04_rows.affine", + "to": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/01_basics.affine", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup", "weight": 1.0 }, { - "from": "cadre-router/src/client/RouteBuilder.res", - "to": "cadre-router/src/client/Transition.res", - "relation": "shared_dir:cadre-router/src/client", + "from": "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/perms-state.sh", + "to": "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/run-maintenance.sh", + "relation": "shared_dir:v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance", "weight": 1.0 }, { - "from": "cadre-router/src/client/Transition.res", - "to": "cadre-router/src/client/NestedRoute.res", - "relation": "shared_dir:cadre-router/src/client", + "from": "czech-file-knife/cfk-cache/src/blob_store.rs", + "to": "czech-file-knife/cfk-cache/src/lib.rs", + "relation": "shared_dir:czech-file-knife/cfk-cache/src", "weight": 1.0 }, { - "from": "cadre-router/src/client/NestedRoute.res", - "to": "cadre-router/src/client/Parser.res", - "relation": "shared_dir:cadre-router/src/client", + "from": "czech-file-knife/cfk-cache/src/lib.rs", + "to": "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "relation": "shared_dir:czech-file-knife/cfk-cache/src", "weight": 1.0 }, { - "from": "cadre-router/src/client/Parser.res", - "to": "cadre-router/src/client/Navigation.res", - "relation": "shared_dir:cadre-router/src/client", + "from": "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "to": "czech-file-knife/cfk-cache/src/policy.rs", + "relation": "shared_dir:czech-file-knife/cfk-cache/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/local.rs", - "to": "czech-file-knife/cfk-providers/src/gdrive.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "v-ecosystem/v-grpc/scripts/maintenance/perms-state.sh", + "to": "v-ecosystem/v-grpc/scripts/maintenance/run-maintenance.sh", + "relation": "shared_dir:v-ecosystem/v-grpc/scripts/maintenance", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/gdrive.rs", - "to": "czech-file-knife/cfk-providers/src/afs.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "well-known-ecosystem/kith/src/ada/integration/git.adb", + "to": "well-known-ecosystem/kith/src/ada/integration/dns.adb", + "relation": "shared_dir:well-known-ecosystem/kith/src/ada/integration", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/afs.rs", - "to": "czech-file-knife/cfk-providers/src/ninep.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "well-known-ecosystem/kith/src/ada/integration/dns.adb", + "to": "well-known-ecosystem/kith/src/ada/integration/webserver.adb", + "relation": "shared_dir:well-known-ecosystem/kith/src/ada/integration", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/ninep.rs", - "to": "czech-file-knife/cfk-providers/src/ipfs.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "v-ecosystem/v-zig-ffi/scripts/maintenance/perms-state.sh", + "to": "v-ecosystem/v-zig-ffi/scripts/maintenance/run-maintenance.sh", + "relation": "shared_dir:v-ecosystem/v-zig-ffi/scripts/maintenance", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/ipfs.rs", - "to": "czech-file-knife/cfk-providers/src/smb.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "dnfinition/src/reversibility/filesystem/zfs_snapshots.ads", + "to": "dnfinition/src/reversibility/filesystem/btrfs_snapshots.adb", + "relation": "shared_dir:dnfinition/src/reversibility/filesystem", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/smb.rs", - "to": "czech-file-knife/cfk-providers/src/box_com.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "iser-tools/atsiser/src/codegen/compiler.rs", + "to": "iser-tools/atsiser/src/codegen/parser.rs", + "relation": "shared_dir:iser-tools/atsiser/src/codegen", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/box_com.rs", - "to": "czech-file-knife/cfk-providers/src/webdav.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "iser-tools/atsiser/src/codegen/parser.rs", + "to": "iser-tools/atsiser/src/codegen/mod.rs", + "relation": "shared_dir:iser-tools/atsiser/src/codegen", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/webdav.rs", - "to": "czech-file-knife/cfk-providers/src/lib.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "iser-tools/atsiser/src/codegen/mod.rs", + "to": "iser-tools/atsiser/src/codegen/ats_gen.rs", + "relation": "shared_dir:iser-tools/atsiser/src/codegen", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/lib.rs", - "to": "czech-file-knife/cfk-providers/src/dropbox.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "iser-tools/ephapaxiser/src/interface/abi/Foreign.idr", + "to": "iser-tools/ephapaxiser/src/interface/abi/Types.idr", + "relation": "shared_dir:iser-tools/ephapaxiser/src/interface/abi", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/dropbox.rs", - "to": "czech-file-knife/cfk-providers/src/s3.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "iser-tools/halideiser/src/codegen/parser.rs", + "to": "iser-tools/halideiser/src/codegen/halide_gen.rs", + "relation": "shared_dir:iser-tools/halideiser/src/codegen", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/s3.rs", - "to": "czech-file-knife/cfk-providers/src/syncthing.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "iser-tools/halideiser/src/codegen/halide_gen.rs", + "to": "iser-tools/halideiser/src/codegen/build_gen.rs", + "relation": "shared_dir:iser-tools/halideiser/src/codegen", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/syncthing.rs", - "to": "czech-file-knife/cfk-providers/src/sftp.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "deno-ecosystem/projects/deno-bunbridge/src/BunServe.res", + "to": "deno-ecosystem/projects/deno-bunbridge/src/BunFile.res", + "relation": "shared_dir:deno-ecosystem/projects/deno-bunbridge/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/sftp.rs", - "to": "czech-file-knife/cfk-providers/src/transport.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "deno-ecosystem/projects/deno-bunbridge/src/BunFile.res", + "to": "deno-ecosystem/projects/deno-bunbridge/src/BunSpawn.res", + "relation": "shared_dir:deno-ecosystem/projects/deno-bunbridge/src", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/transport.rs", - "to": "czech-file-knife/cfk-providers/src/onedrive.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "asdf-augmenters/asdf-ghjk/lib/utils.sh", + "to": "asdf-augmenters/asdf-ghjk/lib/cache.sh", + "relation": "shared_dir:asdf-augmenters/asdf-ghjk/lib", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/onedrive.rs", - "to": "czech-file-knife/cfk-providers/src/protocols.rs", - "relation": "shared_dir:czech-file-knife/cfk-providers/src", + "from": "asdf-augmenters/asdf-ghjk/lib/cache.sh", + "to": "asdf-augmenters/asdf-ghjk/lib/utils.bash", + "relation": "shared_dir:asdf-augmenters/asdf-ghjk/lib", "weight": 1.0 }, { - "from": "iser-tools/wokelangiser/src/codegen/accessibility.rs", - "to": "iser-tools/wokelangiser/src/codegen/parser.rs", - "relation": "shared_dir:iser-tools/wokelangiser/src/codegen", + "from": "affinescript-ecosystem/rattlescript/affinescript/stdlib/effects.affine", + "to": "affinescript-ecosystem/rattlescript/affinescript/stdlib/io.affine", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/stdlib", "weight": 1.0 }, { - "from": "iser-tools/wokelangiser/src/codegen/parser.rs", - "to": "iser-tools/wokelangiser/src/codegen/consent.rs", - "relation": "shared_dir:iser-tools/wokelangiser/src/codegen", + "from": "czech-file-knife/cfk-integrations/src/agrep.rs", + "to": "czech-file-knife/cfk-integrations/src/aria2.rs", + "relation": "shared_dir:czech-file-knife/cfk-integrations/src", "weight": 1.0 }, { - "from": "iser-tools/wokelangiser/src/codegen/consent.rs", - "to": "iser-tools/wokelangiser/src/codegen/i18n.rs", - "relation": "shared_dir:iser-tools/wokelangiser/src/codegen", + "from": "czech-file-knife/cfk-integrations/src/aria2.rs", + "to": "czech-file-knife/cfk-integrations/src/pandoc.rs", + "relation": "shared_dir:czech-file-knife/cfk-integrations/src", "weight": 1.0 }, { - "from": "iser-tools/wokelangiser/src/codegen/i18n.rs", - "to": "iser-tools/wokelangiser/src/codegen/mod.rs", - "relation": "shared_dir:iser-tools/wokelangiser/src/codegen", + "from": "v-ecosystem/v-benchmarks/scripts/maintenance/perms-state.sh", + "to": "v-ecosystem/v-benchmarks/scripts/maintenance/run-maintenance.sh", + "relation": "shared_dir:v-ecosystem/v-benchmarks/scripts/maintenance", "weight": 1.0 }, { - "from": "iser-tools/halideiser/src/codegen/parser.rs", - "to": "iser-tools/halideiser/src/codegen/halide_gen.rs", - "relation": "shared_dir:iser-tools/halideiser/src/codegen", + "from": "iser-tools/dafniser/src/interface/abi/Foreign.idr", + "to": "iser-tools/dafniser/src/interface/abi/Types.idr", + "relation": "shared_dir:iser-tools/dafniser/src/interface/abi", "weight": 1.0 }, { - "from": "iser-tools/halideiser/src/codegen/halide_gen.rs", - "to": "iser-tools/halideiser/src/codegen/build_gen.rs", - "relation": "shared_dir:iser-tools/halideiser/src/codegen", + "from": "opm-canonicalizer/src/lib.rs", + "to": "opm-canonicalizer/src/main.rs", + "relation": "shared_dir:opm-canonicalizer/src", "weight": 1.0 }, { - "from": "v-ecosystem/v-graphql/scripts/maintenance/perms-state.sh", - "to": "v-ecosystem/v-graphql/scripts/maintenance/run-maintenance.sh", - "relation": "shared_dir:v-ecosystem/v-graphql/scripts/maintenance", + "from": "iser-tools/wokelangiser/src/codegen/accessibility.rs", + "to": "iser-tools/wokelangiser/src/codegen/parser.rs", + "relation": "shared_dir:iser-tools/wokelangiser/src/codegen", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-cache/src/policy.rs", - "to": "czech-file-knife/cfk-cache/src/blob_store.rs", - "relation": "shared_dir:czech-file-knife/cfk-cache/src", + "from": "iser-tools/wokelangiser/src/codegen/parser.rs", + "to": "iser-tools/wokelangiser/src/codegen/mod.rs", + "relation": "shared_dir:iser-tools/wokelangiser/src/codegen", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-cache/src/blob_store.rs", - "to": "czech-file-knife/cfk-cache/src/lib.rs", - "relation": "shared_dir:czech-file-knife/cfk-cache/src", + "from": "iser-tools/wokelangiser/src/codegen/mod.rs", + "to": "iser-tools/wokelangiser/src/codegen/consent.rs", + "relation": "shared_dir:iser-tools/wokelangiser/src/codegen", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-cache/src/lib.rs", - "to": "czech-file-knife/cfk-cache/src/metadata_cache.rs", - "relation": "shared_dir:czech-file-knife/cfk-cache/src", + "from": "iser-tools/wokelangiser/src/codegen/consent.rs", + "to": "iser-tools/wokelangiser/src/codegen/i18n.rs", + "relation": "shared_dir:iser-tools/wokelangiser/src/codegen", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", - "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands", + "from": "cadre-router/tests/Conformance_test.res", + "to": "cadre-router/tests/Navigation_test.res", + "relation": "shared_dir:cadre-router/tests", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", - "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands", + "from": "cadre-router/tests/Navigation_test.res", + "to": "cadre-router/tests/Transition_test.res", + "relation": "shared_dir:cadre-router/tests", "weight": 1.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/perms-state.sh", - "to": "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/run-maintenance.sh", - "relation": "shared_dir:v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance", + "from": "deno-ecosystem/projects/bundeno/src/compat/Process.res", + "to": "deno-ecosystem/projects/bundeno/src/compat/Fs.res", + "relation": "shared_dir:deno-ecosystem/projects/bundeno/src/compat", "weight": 1.0 }, { - "from": "iser-tools/ephapaxiser/src/interface/abi/Foreign.idr", - "to": "iser-tools/ephapaxiser/src/interface/abi/Types.idr", - "relation": "shared_dir:iser-tools/ephapaxiser/src/interface/abi", + "from": "dnfinition/src/data_layer/lib/dnfinition/mirror/optimizer.ex", + "to": "dnfinition/src/data_layer/lib/dnfinition/mirror/list_manager.ex", + "relation": "shared_dir:dnfinition/src/data_layer/lib/dnfinition/mirror", "weight": 1.0 }, { - "from": "iser-tools/oblibeniser/src/codegen/audit_gen.rs", - "to": "iser-tools/oblibeniser/src/codegen/inverse_gen.rs", - "relation": "shared_dir:iser-tools/oblibeniser/src/codegen", + "from": "well-known-ecosystem/kith/src/ada/validation/did.adb", + "to": "well-known-ecosystem/kith/src/ada/validation/aibdp_validation.adb", + "relation": "shared_dir:well-known-ecosystem/kith/src/ada/validation", "weight": 1.0 }, { - "from": "iser-tools/oblibeniser/src/codegen/inverse_gen.rs", - "to": "iser-tools/oblibeniser/src/codegen/mod.rs", - "relation": "shared_dir:iser-tools/oblibeniser/src/codegen", + "from": "well-known-ecosystem/kith/src/ada/validation/aibdp_validation.adb", + "to": "well-known-ecosystem/kith/src/ada/validation/security_txt.adb", + "relation": "shared_dir:well-known-ecosystem/kith/src/ada/validation", "weight": 1.0 }, { - "from": "iser-tools/eclexiaiser/src/interface/abi/Foreign.idr", - "to": "iser-tools/eclexiaiser/src/interface/abi/Types.idr", - "relation": "shared_dir:iser-tools/eclexiaiser/src/interface/abi", + "from": "scaffoldia/src/Scaffoldia/Template.hs", + "to": "scaffoldia/src/Scaffoldia/Builder.hs", + "relation": "shared_dir:scaffoldia/src/Scaffoldia", "weight": 1.0 }, { - "from": "v-ecosystem/v-telemetry/scripts/maintenance/perms-state.sh", - "to": "v-ecosystem/v-telemetry/scripts/maintenance/run-maintenance.sh", - "relation": "shared_dir:v-ecosystem/v-telemetry/scripts/maintenance", + "from": "scaffoldia/src/Scaffoldia/Builder.hs", + "to": "scaffoldia/src/Scaffoldia/Registry.hs", + "relation": "shared_dir:scaffoldia/src/Scaffoldia", "weight": 1.0 }, { - "from": "dnfinition/src/cli/command_executor.adb", - "to": "dnfinition/src/cli/cli_output.adb", - "relation": "shared_dir:dnfinition/src/cli", + "from": "well-known-ecosystem/kith/src/ada/plugins/academic.adb", + "to": "well-known-ecosystem/kith/src/ada/plugins/creative.adb", + "relation": "shared_dir:well-known-ecosystem/kith/src/ada/plugins", "weight": 1.0 }, { - "from": "dnfinition/src/cli/cli_output.adb", - "to": "dnfinition/src/cli/command_executor.ads", - "relation": "shared_dir:dnfinition/src/cli", + "from": "well-known-ecosystem/kith/src/ada/plugins/creative.adb", + "to": "well-known-ecosystem/kith/src/ada/plugins/union.adb", + "relation": "shared_dir:well-known-ecosystem/kith/src/ada/plugins", "weight": 1.0 }, { - "from": "dnfinition/src/cli/command_executor.ads", - "to": "dnfinition/src/cli/cli_commands.adb", - "relation": "shared_dir:dnfinition/src/cli", + "from": "well-known-ecosystem/validator/src/rules.rs", + "to": "well-known-ecosystem/validator/src/contract.rs", + "relation": "shared_dir:well-known-ecosystem/validator/src", "weight": 1.0 }, { - "from": "iser-tools/anvomidaviser/src/interface/abi/Foreign.idr", - "to": "iser-tools/anvomidaviser/src/interface/abi/Types.idr", - "relation": "shared_dir:iser-tools/anvomidaviser/src/interface/abi", + "from": "well-known-ecosystem/validator/src/contract.rs", + "to": "well-known-ecosystem/validator/src/main.rs", + "relation": "shared_dir:well-known-ecosystem/validator/src", "weight": 1.0 }, { - "from": "iser-tools/phronesiser/src/codegen/parser.rs", - "to": "iser-tools/phronesiser/src/codegen/audit.rs", - "relation": "shared_dir:iser-tools/phronesiser/src/codegen", + "from": "well-known-ecosystem/validator/src/main.rs", + "to": "well-known-ecosystem/validator/src/registry.rs", + "relation": "shared_dir:well-known-ecosystem/validator/src", "weight": 1.0 }, { - "from": "iser-tools/phronesiser/src/codegen/audit.rs", - "to": "iser-tools/phronesiser/src/codegen/engine.rs", - "relation": "shared_dir:iser-tools/phronesiser/src/codegen", + "from": "v-ecosystem/v-middleware/scripts/maintenance/perms-state.sh", + "to": "v-ecosystem/v-middleware/scripts/maintenance/run-maintenance.sh", + "relation": "shared_dir:v-ecosystem/v-middleware/scripts/maintenance", "weight": 1.0 }, { - "from": "iser-tools/phronesiser/src/codegen/engine.rs", - "to": "iser-tools/phronesiser/src/codegen/mod.rs", - "relation": "shared_dir:iser-tools/phronesiser/src/codegen", + "from": "iser-tools/eclexiaiser/src/interface/abi/Foreign.idr", + "to": "iser-tools/eclexiaiser/src/interface/abi/Types.idr", + "relation": "shared_dir:iser-tools/eclexiaiser/src/interface/abi", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-integrations/src/agrep.rs", - "to": "czech-file-knife/cfk-integrations/src/aria2.rs", - "relation": "shared_dir:czech-file-knife/cfk-integrations/src", + "from": "dnfinition/src/data_layer/data_layer_client.adb", + "to": "dnfinition/src/data_layer/data_layer_client.ads", + "relation": "shared_dir:dnfinition/src/data_layer", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-integrations/src/aria2.rs", - "to": "czech-file-knife/cfk-integrations/src/pandoc.rs", - "relation": "shared_dir:czech-file-knife/cfk-integrations/src", + "from": "asdf-augmenters/asdf-plugin-configurator/src/main.rs", + "to": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", + "relation": "shared_dir:asdf-augmenters/asdf-plugin-configurator/src", "weight": 1.0 }, { - "from": "packages/package_scanner.nim", - "to": "packages/pretty_json.nim", - "relation": "shared_dir:packages", + "from": "iser-tools/nimiser/src/interface/abi/Foreign.idr", + "to": "iser-tools/nimiser/src/interface/abi/Types.idr", + "relation": "shared_dir:iser-tools/nimiser/src/interface/abi", "weight": 1.0 }, { - "from": "v-ecosystem/v-validator/scripts/maintenance/perms-state.sh", - "to": "v-ecosystem/v-validator/scripts/maintenance/run-maintenance.sh", - "relation": "shared_dir:v-ecosystem/v-validator/scripts/maintenance", + "from": "iser-tools/nimiser/src/codegen/parser.rs", + "to": "iser-tools/nimiser/src/codegen/mod.rs", + "relation": "shared_dir:iser-tools/nimiser/src/codegen", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/html.rs", - "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/render.rs", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src", + "from": "iser-tools/nimiser/src/codegen/mod.rs", + "to": "iser-tools/nimiser/src/codegen/build_gen.rs", + "relation": "shared_dir:iser-tools/nimiser/src/codegen", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/render.rs", - "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/extract.rs", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src", + "from": "iser-tools/nimiser/src/codegen/build_gen.rs", + "to": "iser-tools/nimiser/src/codegen/nim_gen.rs", + "relation": "shared_dir:iser-tools/nimiser/src/codegen", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/extract.rs", - "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/index.rs", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src", + "from": "iser-tools/anvomidaviser/src/codegen/mod.rs", + "to": "iser-tools/anvomidaviser/src/codegen/validator.rs", + "relation": "shared_dir:iser-tools/anvomidaviser/src/codegen", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/error.rs", - "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", - "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/manifest.rs", + "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/storage.rs", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", - "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/storage.rs", + "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/build.rs", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", - "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/build.rs", + "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/resolve.rs", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src", "weight": 1.0 }, { - "from": "v-ecosystem/v-idris-abi/scripts/maintenance/perms-state.sh", - "to": "v-ecosystem/v-idris-abi/scripts/maintenance/run-maintenance.sh", - "relation": "shared_dir:v-ecosystem/v-idris-abi/scripts/maintenance", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/resolve.rs", + "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescript/lib/parse_driver.ml", - "to": "affinescript-ecosystem/affinescript/lib/package.ml", - "relation": "shared_dir:affinescript-ecosystem/affinescript/lib", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", + "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescript/lib/package.ml", - "to": "affinescript-ecosystem/affinescript/lib/wasm_binary.ml", - "relation": "shared_dir:affinescript-ecosystem/affinescript/lib", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", + "to": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/workspace.rs", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescript/lib/wasm_binary.ml", - "to": "affinescript-ecosystem/affinescript/lib/repl.ml", - "relation": "shared_dir:affinescript-ecosystem/affinescript/lib", + "from": "iser-tools/tlaiser/src/codegen/parser.rs", + "to": "iser-tools/tlaiser/src/codegen/tla_gen.rs", + "relation": "shared_dir:iser-tools/tlaiser/src/codegen", "weight": 1.0 }, { - "from": "iser-tools/julianiser/src/codegen/benchmark.rs", - "to": "iser-tools/julianiser/src/codegen/parser.rs", - "relation": "shared_dir:iser-tools/julianiser/src/codegen", + "from": "iser-tools/tlaiser/src/codegen/tla_gen.rs", + "to": "iser-tools/tlaiser/src/codegen/pluscal_gen.rs", + "relation": "shared_dir:iser-tools/tlaiser/src/codegen", "weight": 1.0 }, { - "from": "iser-tools/julianiser/src/codegen/parser.rs", - "to": "iser-tools/julianiser/src/codegen/julia_gen.rs", - "relation": "shared_dir:iser-tools/julianiser/src/codegen", + "from": "iser-tools/tlaiser/src/codegen/pluscal_gen.rs", + "to": "iser-tools/tlaiser/src/codegen/tlc_gen.rs", + "relation": "shared_dir:iser-tools/tlaiser/src/codegen", "weight": 1.0 }, { - "from": "iser-tools/julianiser/src/codegen/julia_gen.rs", - "to": "iser-tools/julianiser/src/codegen/mod.rs", - "relation": "shared_dir:iser-tools/julianiser/src/codegen", + "from": "iser-tools/bqniser/src/codegen/parser.rs", + "to": "iser-tools/bqniser/src/codegen/bqn_gen.rs", + "relation": "shared_dir:iser-tools/bqniser/src/codegen", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/test/test_e2e.ml", - "to": "affinescript-ecosystem/rattlescript/affinescript/test/test_golden.ml", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/test", + "from": "iser-tools/bqniser/src/codegen/bqn_gen.rs", + "to": "iser-tools/bqniser/src/codegen/ffi_gen.rs", + "relation": "shared_dir:iser-tools/bqniser/src/codegen", "weight": 1.0 }, { - "from": "iser-tools/nimiser/src/codegen/nim_gen.rs", - "to": "iser-tools/nimiser/src/codegen/parser.rs", - "relation": "shared_dir:iser-tools/nimiser/src/codegen", + "from": "dnfinition/src/data_layer/lib/dnfinition/download/worker.ex", + "to": "dnfinition/src/data_layer/lib/dnfinition/download/manager.ex", + "relation": "shared_dir:dnfinition/src/data_layer/lib/dnfinition/download", "weight": 1.0 }, { - "from": "iser-tools/nimiser/src/codegen/parser.rs", - "to": "iser-tools/nimiser/src/codegen/build_gen.rs", - "relation": "shared_dir:iser-tools/nimiser/src/codegen", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands", "weight": 1.0 }, { - "from": "iser-tools/nimiser/src/codegen/build_gen.rs", - "to": "iser-tools/nimiser/src/codegen/mod.rs", - "relation": "shared_dir:iser-tools/nimiser/src/codegen", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "to": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "relation": "shared_dir:asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands", "weight": 1.0 }, { - "from": "deno-ecosystem/projects/bundeno/src/compat/Process.res", - "to": "deno-ecosystem/projects/bundeno/src/compat/Fs.res", - "relation": "shared_dir:deno-ecosystem/projects/bundeno/src/compat", + "from": "affinescript-ecosystem/rattlescript/affinescript/test/e2e/fixtures/ownership.affine", + "to": "affinescript-ecosystem/rattlescript/affinescript/test/e2e/fixtures/effects.affine", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/test/e2e/fixtures", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/stdlib/io.affine", - "to": "affinescript-ecosystem/rattlescript/affinescript/stdlib/effects.affine", - "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/stdlib", + "from": "affinescript-ecosystem/rattlescript/affinescript/test/test_golden.ml", + "to": "affinescript-ecosystem/rattlescript/affinescript/test/test_e2e.ml", + "relation": "shared_dir:affinescript-ecosystem/rattlescript/affinescript/test", "weight": 1.0 }, { - "from": "well-known-ecosystem/templates/rust-axum/well_known.rs", + "from": ".machine_readable/contractiles/_base.ncl", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/b~main.adb", + "from": "synapse/src/generators/synapse.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/src/ada/plugins/creative.adb", + "from": "zig-ecosystem/bridge-nginx-zig/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "well-known-ecosystem/kith/src/ada/plugins/academic.adb", + "from": "zig-ecosystem/bridge-nginx-zig/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/src/ada/plugins/union.adb", + "from": "deno-ecosystem/projects/deno-bunbridge/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "well-known-ecosystem/kith/src/ada/ui/cli.adb", + "from": "deno-ecosystem/projects/deno-bunbridge/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/src/ada/ui/tui.adb", + "from": "deno-ecosystem/projects/deno-bunbridge/src/BunServe.res", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/src/ada/integration/webserver.adb", + "from": "deno-ecosystem/projects/deno-bunbridge/src/BunFile.res", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "well-known-ecosystem/kith/src/ada/integration/git.adb", + "from": "deno-ecosystem/projects/deno-bunbridge/src/bindings/Deno.res", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 27.0 }, { - "from": "well-known-ecosystem/kith/src/ada/integration/dns.adb", + "from": "deno-ecosystem/projects/deno-bunbridge/src/BunSpawn.res", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/src/ada/validation/did.adb", + "from": "deno-ecosystem/projects/bundeno/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "well-known-ecosystem/kith/src/ada/validation/aibdp_validation.adb", + "from": "deno-ecosystem/projects/bundeno/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/src/ada/validation/security_txt.adb", + "from": "deno-ecosystem/projects/bundeno/src/compat/Process.res", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/src/ada/core/main.adb", + "from": "deno-ecosystem/projects/bundeno/src/compat/Fs.res", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "well-known-ecosystem/kith/src/ada/core/kith.adb", + "from": "deno-ecosystem/projects/beamdeno/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "well-known-ecosystem/validator/src/rules.rs", + "from": "deno-ecosystem/projects/beamdeno/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "well-known-ecosystem/validator/src/main.rs", + "from": "cadre-tea-router/src/CadreTeaRouter_Guards.res", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "well-known-ecosystem/validator/src/contract.rs", + "from": "cadre-tea-router/src/CadreTeaRouter_QueryParams.res", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "well-known-ecosystem/validator/src/registry.rs", + "from": "ada-ecosystem/ada-loom-registry/app/Main.hs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "well-known-ecosystem/ffi/zig/test/integration_test.zig", + "from": "ada-ecosystem/ada-loom-registry/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", "weight": 4.0 }, { - "from": "well-known-ecosystem/ffi/zig/src/main.zig", + "from": "ada-ecosystem/ada-loom-registry/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "synapse/src/generators/synapse.zig", + "from": "idris2-ecosystem/echidna/src/Echidna/FFI.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "scaffoldia/repo-customiser/scripts/bootstrap.sh", + "from": "techstack-enforcer/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "scaffoldia/registry/elixir/phoenix-service.ncl", + "from": "techstack-enforcer/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scaffoldia/registry/rust/library.ncl", + "from": "techstack-enforcer/src/hooks/techstack_hook.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scaffoldia/registry/gitbot/fleet-bot.ncl", + "from": "techstack-enforcer/src/techstack_main.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scaffoldia/registry/haskell/stack-library.ncl", + "from": "techstack-enforcer/src/core/techstack_enforcer.ads", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scaffoldia/builder/main.ncl", + "from": "techstack-enforcer/src/core/techstack_notify.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scaffoldia/src/Scaffoldia/Template.hs", + "from": "techstack-enforcer/src/core/techstack_json_io.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scaffoldia/src/Scaffoldia/Registry.hs", + "from": "czech-file-knife/cfk-ios/swift/CfkBridge.h", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scaffoldia/src/Scaffoldia/Builder.hs", + "from": "czech-file-knife/cfk-ios/src/provider.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scaffoldia/cli/scaffoldia.hs", + "from": "czech-file-knife/cfk-ios/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "scaffoldia/repo-slm-augmentor/scripts/bootstrap.sh", + "from": "czech-file-knife/cfk-ios/src/domain.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "devkit-risc-v/ffi/zig/test/integration_test.zig", + "from": "czech-file-knife/cfk-ios/src/ffi.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "devkit-risc-v/ffi/zig/src/main.zig", + "from": "czech-file-knife/cfk-core/src/path.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "zig-api/generated/abi/zig_api.h", + "from": "czech-file-knife/cfk-core/src/platform.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "zig-api/src/ZigApi/ABI/Foreign.idr", + "from": "czech-file-knife/cfk-core/src/error.rs", "to": "OTP", "relation": "framework", - "weight": 45.0 + "weight": 1.0 }, { - "from": "zig-api/ffi/zig/src/gnosis.zig", + "from": "czech-file-knife/cfk-vfs/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 8.0 + "weight": 1.0 }, { - "from": "zig-api/ffi/zig/src/connector.zig", + "from": "czech-file-knife/cfk-providers/src/webdav.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 7.0 }, { - "from": "zig-api/ffi/zig/src/core.zig", + "from": "czech-file-knife/cfk-providers/src/syncthing.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "dnfinition/scripts/propagate-mirror-workflow.jl", + "from": "czech-file-knife/cfk-providers/src/dropbox.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "dnfinition/tests/integration/reversibility_chain_test.adb", + "from": "czech-file-knife/cfk-providers/src/ipfs.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "dnfinition/src/reversibility/filesystem/btrfs_snapshots.adb", + "from": "czech-file-knife/cfk-providers/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "dnfinition/src/reversibility/filesystem/zfs_snapshots.ads", + "from": "czech-file-knife/cfk-providers/src/afs.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "dnfinition/src/reversibility/transaction_log.ads", + "from": "czech-file-knife/cfk-providers/src/protocols.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "dnfinition/src/dnfinition.adb", + "from": "czech-file-knife/cfk-providers/src/smb.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "dnfinition/src/config/config_parser.adb", + "from": "czech-file-knife/cfk-providers/src/local.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "dnfinition/src/data_layer/lib/dnfinition/security/http_config.ex", + "from": "czech-file-knife/cfk-providers/src/box_com.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "dnfinition/src/data_layer/lib/dnfinition/telemetry.ex", + "from": "czech-file-knife/cfk-providers/src/onedrive.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 5.0 }, { - "from": "dnfinition/src/data_layer/lib/dnfinition/download/manager.ex", + "from": "czech-file-knife/cfk-providers/src/ninep.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "dnfinition/src/data_layer/lib/dnfinition/download/worker.ex", + "from": "czech-file-knife/cfk-providers/src/transport.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "dnfinition/src/data_layer/lib/dnfinition/mirror/list_manager.ex", + "from": "czech-file-knife/cfk-providers/src/s3.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "dnfinition/src/data_layer/lib/dnfinition/mirror/optimizer.ex", + "from": "czech-file-knife/cfk-providers/src/sftp.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 - }, - { - "from": "dnfinition/src/data_layer/lib/dnfinition/port/server.ex", - "to": "OTP", - "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "dnfinition/src/data_layer/data_layer_client.ads", + "from": "czech-file-knife/cfk-providers/src/gdrive.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "dnfinition/src/data_layer/data_layer_client.adb", + "from": "czech-file-knife/cfk-search/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "dnfinition/src/tui/ncurses_bindings.ads", + "from": "czech-file-knife/cfk-tui/src/cfk_tui_main.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "dnfinition/src/cli/command_executor.adb", + "from": "czech-file-knife/cfk-cli/src/commands.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "dnfinition/src/cli/cli_output.adb", + "from": "czech-file-knife/cfk-cache/src/blob_store.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "dnfinition/src/cli/command_executor.ads", + "from": "czech-file-knife/cfk-cache/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "dnfinition/src/cli/cli_commands.adb", + "from": "czech-file-knife/cfk-cache/src/metadata_cache.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "dnfinition/src/types/snapshot_types.ads", + "from": "czech-file-knife/cfk-cache/src/policy.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "dnfinition/src/types/package_types.ads", + "from": "czech-file-knife/cfk-integrations/src/agrep.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "dnfinition/src/types/transaction_types.ads", + "from": "czech-file-knife/cfk-integrations/src/aria2.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "dnfinition/src/platform/filesystem_detect.adb", + "from": "czech-file-knife/cfk-integrations/src/pandoc.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "dnfinition/src/platform/detection.adb", + "from": "zig-api/ffi/zig/src/core.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "dnfinition/src/backends/language_backend_interface.ads", + "from": "zig-api/ffi/zig/src/gnosis.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 8.0 }, { - "from": "dnfinition/src/backends/rpm_ostree/rpm_ostree_backend.ads", + "from": "zig-api/ffi/zig/src/connector.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "dnfinition/src/backends/rpm_ostree/rpm_ostree_backend.adb", + "from": "zig-api/src/ZigApi/ABI/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 45.0 }, { - "from": "dnfinition/src/backends/dnf/dnf_backend.ads", + "from": "zig-api/generated/abi/zig_api.h", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cadre-router/tea-router-pkg/src/TeaRouter.res", + "from": "iser-tools/betlangiser/tests/integration_test.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cadre-router/tests/Navigation_test.res", + "from": "iser-tools/betlangiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cadre-router/tests/Transition_test.res", + "from": "iser-tools/betlangiser/src/codegen/codegen.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 61.0 }, { - "from": "cadre-router/tests/Conformance_test.res", + "from": "iser-tools/betlangiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 81.0 }, { - "from": "cadre-router/src/tea/Tea_QueryParams.res", + "from": "iser-tools/betlangiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "cadre-router/src/tea/Tea_Guards.res", + "from": "iser-tools/mylangiser/tests/integration_test.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cadre-router/src/server/ServerRouter.res", + "from": "iser-tools/mylangiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cadre-router/src/client/Url.res", + "from": "iser-tools/mylangiser/src/codegen/layer_gen.rs", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "cadre-router/src/client/HashNavigation.res", + "from": "iser-tools/mylangiser/src/codegen/scorer.rs", "to": "OTP", "relation": "framework", - "weight": 27.0 + "weight": 1.0 }, { - "from": "cadre-router/src/client/RouteBuilder.res", + "from": "iser-tools/mylangiser/src/codegen/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cadre-router/src/client/Transition.res", + "from": "iser-tools/mylangiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 48.0 }, { - "from": "cadre-router/src/client/NestedRoute.res", + "from": "iser-tools/mylangiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cadre-router/src/client/Parser.res", + "from": "iser-tools/mylangiser/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cadre-router/src/client/Navigation.res", + "from": "iser-tools/idrisiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", - "weight": 21.0 + "weight": 1.0 }, { - "from": "idris2-ecosystem/echidna/src/Echidna/FFI.idr", + "from": "iser-tools/idrisiser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "cadre-tea-router/src/CadreTeaRouter_Guards.res", + "from": "iser-tools/idrisiser/src/codegen/mod.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cadre-tea-router/src/CadreTeaRouter_QueryParams.res", + "from": "iser-tools/idrisiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 45.0 }, { - "from": "setup.sh", + "from": "iser-tools/idrisiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "v-ecosystem/v-benchmarks/scripts/maintenance/perms-state.sh", + "from": "iser-tools/idrisiser/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-benchmarks/scripts/maintenance/run-maintenance.sh", + "from": "iser-tools/futharkiser/src/abi/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-benchmarks/ffi/zig/test/integration_test.zig", + "from": "iser-tools/futharkiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "v-ecosystem/v-benchmarks/ffi/zig/src/main.zig", + "from": "iser-tools/futharkiser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-graphql/scripts/maintenance/perms-state.sh", + "from": "iser-tools/futharkiser/src/codegen/futhark_gen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-graphql/scripts/maintenance/run-maintenance.sh", + "from": "iser-tools/futharkiser/src/codegen/build_gen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-graphql/setup.sh", + "from": "iser-tools/futharkiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 45.0 }, { - "from": "v-ecosystem/v-graphql/src/abi/Foreign.idr", + "from": "iser-tools/futharkiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 33.0 }, { - "from": "v-ecosystem/v-graphql/ffi/zig/test/integration_test.zig", + "from": "iser-tools/oblibeniser/tests/integration_tests.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "v-ecosystem/v-graphql/ffi/zig/src/main.zig", + "from": "iser-tools/oblibeniser/src/abi/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-middleware/scripts/maintenance/perms-state.sh", + "from": "iser-tools/oblibeniser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-middleware/scripts/maintenance/run-maintenance.sh", + "from": "iser-tools/oblibeniser/src/codegen/audit_gen.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "v-ecosystem/v-middleware/ffi/zig/test/integration_test.zig", + "from": "iser-tools/oblibeniser/src/codegen/mod.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "v-ecosystem/v-middleware/ffi/zig/src/main.zig", + "from": "iser-tools/oblibeniser/src/codegen/inverse_gen.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "v-ecosystem/v-telemetry/scripts/maintenance/perms-state.sh", + "from": "iser-tools/oblibeniser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 63.0 }, { - "from": "v-ecosystem/v-telemetry/scripts/maintenance/run-maintenance.sh", + "from": "iser-tools/oblibeniser/src/interface/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "v-ecosystem/v-telemetry/ffi/zig/test/integration_test.zig", + "from": "iser-tools/oblibeniser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 9.0 }, { - "from": "v-ecosystem/v-telemetry/ffi/zig/src/main.zig", + "from": "iser-tools/oblibeniser/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-validator/scripts/maintenance/perms-state.sh", + "from": "iser-tools/chapeliser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-validator/scripts/maintenance/run-maintenance.sh", + "from": "iser-tools/chapeliser/src/codegen/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-validator/ffi/zig/test/integration_test.zig", + "from": "iser-tools/chapeliser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 36.0 }, { - "from": "v-ecosystem/v-validator/ffi/zig/src/main.zig", + "from": "iser-tools/chapeliser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-grpc/scripts/maintenance/perms-state.sh", + "from": "iser-tools/tlaiser/src/abi/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-grpc/scripts/maintenance/run-maintenance.sh", + "from": "iser-tools/tlaiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-grpc/setup.sh", + "from": "iser-tools/tlaiser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-grpc/src/abi/Foreign.idr", + "from": "iser-tools/tlaiser/src/codegen/tla_gen.rs", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "v-ecosystem/v-grpc/ffi/zig/test/integration_test.zig", + "from": "iser-tools/tlaiser/src/codegen/pluscal_gen.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "v-ecosystem/v-grpc/ffi/zig/src/main.zig", + "from": "iser-tools/tlaiser/src/codegen/tlc_gen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-deno/ffi/zig/test/integration_test.zig", + "from": "iser-tools/tlaiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 66.0 }, { - "from": "v-ecosystem/v-deno/ffi/zig/src/main.zig", + "from": "iser-tools/tlaiser/src/interface/ffi/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/perms-state.sh", + "from": "iser-tools/tlaiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/run-maintenance.sh", + "from": "iser-tools/tlaiser/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_grpc/src/abi/Foreign.idr", + "from": "iser-tools/anvomidaviser/tests/integration_tests.rs", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_grpc/ffi/zig/test/integration_test.zig", + "from": "iser-tools/anvomidaviser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_grpc/ffi/zig/src/main.zig", + "from": "iser-tools/anvomidaviser/src/codegen/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/perms-state.sh", + "from": "iser-tools/anvomidaviser/src/codegen/validator.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/run-maintenance.sh", + "from": "iser-tools/anvomidaviser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 60.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_graphql/src/abi/Foreign.idr", + "from": "iser-tools/anvomidaviser/src/interface/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 9.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_graphql/ffi/zig/test/integration_test.zig", + "from": "iser-tools/anvomidaviser/src/interface/ffi/test/integration_test.zig", "to": "OTP", "relation": "framework", "weight": 4.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_graphql/ffi/zig/src/main.zig", + "from": "iser-tools/anvomidaviser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/perms-state.sh", + "from": "iser-tools/dafniser/tests/integration_test.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/run-maintenance.sh", + "from": "iser-tools/dafniser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_rest/src/abi/Foreign.idr", + "from": "iser-tools/dafniser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_rest/ffi/zig/test/integration_test.zig", + "from": "iser-tools/dafniser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 51.0 }, { - "from": "v-ecosystem/v_api_interfaces/v_rest/ffi/zig/src/main.zig", + "from": "iser-tools/dafniser/src/interface/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "v-ecosystem/v-zig-ffi/scripts/maintenance/perms-state.sh", + "from": "iser-tools/dafniser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-zig-ffi/scripts/maintenance/run-maintenance.sh", + "from": "iser-tools/otpiser/tests/integration_test.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-zig-ffi/ffi/zig/test/integration_test.zig", + "from": "iser-tools/otpiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "v-ecosystem/v-zig-ffi/ffi/zig/src/main.zig", + "from": "iser-tools/otpiser/src/codegen/diagram.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-rest/scripts/maintenance/perms-state.sh", + "from": "iser-tools/otpiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 54.0 }, { - "from": "v-ecosystem/v-rest/scripts/maintenance/run-maintenance.sh", + "from": "iser-tools/otpiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 24.0 }, { - "from": "v-ecosystem/v-rest/setup.sh", + "from": "iser-tools/otpiser/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-rest/src/abi/Foreign.idr", + "from": "iser-tools/julianiser/tests/integration_tests.rs", "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "v-ecosystem/v-rest/ffi/zig/test/integration_test.zig", + "from": "iser-tools/julianiser/src/abi/mod.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "v-ecosystem/v-rest/ffi/zig/src/main.zig", + "from": "iser-tools/julianiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-idris-abi/scripts/maintenance/perms-state.sh", + "from": "iser-tools/julianiser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-idris-abi/scripts/maintenance/run-maintenance.sh", + "from": "iser-tools/julianiser/src/codegen/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "v-ecosystem/v-idris-abi/ffi/zig/test/integration_test.zig", + "from": "iser-tools/julianiser/src/codegen/benchmark.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 96.0 }, { - "from": "v-ecosystem/v-idris-abi/ffi/zig/src/main.zig", + "from": "iser-tools/julianiser/src/codegen/julia_gen.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 39.0 }, { - "from": "affinescript-ecosystem/affinescriptiser/tests/integration_tests.rs", + "from": "iser-tools/julianiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 45.0 }, { - "from": "affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", + "from": "iser-tools/julianiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 32.0 + "weight": 9.0 }, { - "from": "affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs", + "from": "iser-tools/julianiser/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescriptiser/src/codegen/affine_gen.rs", + "from": "iser-tools/nimiser/tests/integration_tests.rs", "to": "OTP", "relation": "framework", - "weight": 29.0 + "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescriptiser/src/interface/ffi/src/main.zig", + "from": "iser-tools/nimiser/src/abi/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescriptiser/src/interface/abi/Foreign.idr", + "from": "iser-tools/nimiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", - "weight": 60.0 + "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescriptiser/src/manifest/mod.rs", + "from": "iser-tools/nimiser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/tests/e2e.sh", + "from": "iser-tools/nimiser/src/codegen/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/setup.sh", + "from": "iser-tools/nimiser/src/codegen/build_gen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/src/interface/ffi/src/main.zig", + "from": "iser-tools/nimiser/src/codegen/nim_gen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/src/interface/Abi/Foreign.idr", + "from": "iser-tools/nimiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 12.0 + "weight": 54.0 }, { - "from": "affinescript-ecosystem/rattlescript/session/dispatch.sh", + "from": "iser-tools/nimiser/src/interface/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/examples/typecheck_features_test.affine", + "from": "iser-tools/nimiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/examples/ownership.affine", + "from": "iser-tools/nimiser/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/examples/typecheck_complete_test.affine", + "from": "iser-tools/alloyiser/src/abi/mod.rs", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/stdlib/io.affine", + "from": "iser-tools/alloyiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/stdlib/effects.affine", + "from": "iser-tools/alloyiser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/lib/parse_driver.ml", + "from": "iser-tools/alloyiser/src/codegen/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/lib/parse.ml", + "from": "iser-tools/alloyiser/src/codegen/analyzer.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/lib/interp.ml", + "from": "iser-tools/alloyiser/src/codegen/alloy_gen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/lib/python_face.ml", + "from": "iser-tools/alloyiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 54.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/lib/wasm_gc_encode.ml", + "from": "iser-tools/alloyiser/src/interface/ffi/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/lib/wasm_encode.ml", + "from": "iser-tools/alloyiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/storage.rs", + "from": "iser-tools/ephapaxiser/tests/integration_test.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/build.rs", + "from": "iser-tools/ephapaxiser/src/abi/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", + "from": "iser-tools/ephapaxiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/workspace.rs", + "from": "iser-tools/ephapaxiser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/resolve.rs", + "from": "iser-tools/ephapaxiser/src/codegen/wrapper_gen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", + "from": "iser-tools/ephapaxiser/src/codegen/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/manifest.rs", + "from": "iser-tools/ephapaxiser/src/codegen/analyzer.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-dap/src/main.rs", + "from": "iser-tools/ephapaxiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 54.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/alib_conformance_gen.jl", + "from": "iser-tools/ephapaxiser/src/interface/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", + "from": "iser-tools/ephapaxiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", + "from": "iser-tools/bqniser/tests/integration_test.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", + "from": "iser-tools/bqniser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/handlers.rs", + "from": "iser-tools/bqniser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", + "from": "iser-tools/bqniser/src/codegen/bqn_gen.rs", "to": "OTP", "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/html.rs", + "from": "iser-tools/bqniser/src/codegen/ffi_gen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/render.rs", + "from": "iser-tools/bqniser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 54.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/extract.rs", + "from": "iser-tools/bqniser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/index.rs", + "from": "iser-tools/iseriser/tests/integration_test.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_stmt.affine", + "from": "iser-tools/iseriser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_simple.affine", + "from": "iser-tools/iseriser/src/scan/mod.rs", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_read.affine", + "from": "iser-tools/iseriser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_empty.affine", + "from": "iser-tools/iseriser/src/codegen/scaffold.rs", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_all.affine", + "from": "iser-tools/iseriser/src/codegen/customizer.rs", "to": "OTP", "relation": "framework", - "weight": 27.0 + "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_ops.affine", + "from": "iser-tools/iseriser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 30.0 + "weight": 48.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/test/test_e2e.ml", + "from": "iser-tools/iseriser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/test/test_golden.ml", + "from": "iser-tools/iseriser/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/test/e2e/fixtures/ownership.affine", + "from": "iser-tools/lustreiser/src/abi/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/test/e2e/fixtures/effects.affine", + "from": "iser-tools/lustreiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/test/golden/effects.affine", + "from": "iser-tools/lustreiser/src/codegen/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/ffi/zig/test/integration_test.zig", + "from": "iser-tools/lustreiser/src/codegen/lustre_gen.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/ffi/zig/src/main.zig", + "from": "iser-tools/lustreiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 54.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/packages/affine-js/mod.js", + "from": "iser-tools/lustreiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/packages/affine-js/types.d.affine", + "from": "iser-tools/lustreiser/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/conformance/valid/009_effect_def.affine", + "from": "iser-tools/ponyiser/src/abi/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/02_ownership.affine", + "from": "iser-tools/ponyiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/01_basics.affine", + "from": "iser-tools/ponyiser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/04_rows.affine", + "from": "iser-tools/ponyiser/src/codegen/pony_gen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/03_effects.affine", + "from": "iser-tools/ponyiser/src/codegen/capability.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/rattlescript/affinescript/run_wasm.js", + "from": "iser-tools/ponyiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 45.0 }, { - "from": "affinescript-ecosystem/affinescript-deno-test/lib/runner.affine", + "from": "iser-tools/ponyiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "affinescript-ecosystem/affinescript-deno-test/example/smoke_driver.affine", + "from": "iser-tools/ponyiser/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescript-deno-test/example/codegen_regression_test.affine", + "from": "iser-tools/atsiser/tests/integration_test.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescript-deno-test/mod.affine", + "from": "iser-tools/atsiser/examples/safe-malloc/include/stdlib_subset.h", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescript-deno-test/cli.affine", + "from": "iser-tools/atsiser/src/abi/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescript-vite/setup.sh", + "from": "iser-tools/atsiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescript-vite/src/interface/ffi/src/main.zig", + "from": "iser-tools/atsiser/src/codegen/compiler.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescript-vite/src/interface/abi/Foreign.idr", + "from": "iser-tools/atsiser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", - "weight": 12.0 + "weight": 4.0 }, { - "from": "affinescript-ecosystem/affinescript/examples/ownership.affine", + "from": "iser-tools/atsiser/src/codegen/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescript/lib/parse_driver.ml", + "from": "iser-tools/atsiser/src/codegen/ats_gen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescript/lib/package.ml", + "from": "iser-tools/atsiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 63.0 }, { - "from": "affinescript-ecosystem/affinescript/lib/wasm_binary.ml", + "from": "iser-tools/atsiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "affinescript-ecosystem/affinescript/lib/repl.ml", + "from": "iser-tools/phronesiser/tests/integration_test.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "zig-ecosystem/bridge-nginx-zig/ffi/zig/test/integration_test.zig", + "from": "iser-tools/phronesiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "zig-ecosystem/bridge-nginx-zig/ffi/zig/src/main.zig", + "from": "iser-tools/phronesiser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "coq-ecosystem/coq-jr/Server.res", + "from": "iser-tools/phronesiser/src/codegen/audit.rs", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "coq-ecosystem/coq-jr/src/Dom.res", + "from": "iser-tools/phronesiser/src/codegen/mod.rs", "to": "OTP", "relation": "framework", - "weight": 60.0 + "weight": 1.0 }, { - "from": "coq-ecosystem/coq-jr/src/Deno.res", - "to": "OTP", - "relation": "framework", - "weight": 6.0 - }, - { - "from": "coq-ecosystem/coq-jr/ffi/zig/test/integration_test.zig", - "to": "OTP", - "relation": "framework", - "weight": 4.0 - }, - { - "from": "coq-ecosystem/coq-jr/ffi/zig/src/main.zig", + "from": "iser-tools/phronesiser/src/codegen/engine.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/iseriser/tests/integration_test.rs", + "from": "iser-tools/phronesiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 54.0 }, { - "from": "iser-tools/iseriser/setup.sh", + "from": "iser-tools/phronesiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "iser-tools/iseriser/src/codegen/parser.rs", + "from": "iser-tools/phronesiser/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/iseriser/src/codegen/customizer.rs", + "from": "iser-tools/wokelangiser/tests/integration_test.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/iseriser/src/codegen/scaffold.rs", + "from": "iser-tools/wokelangiser/src/abi/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/iseriser/src/scan/mod.rs", + "from": "iser-tools/wokelangiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/iseriser/src/interface/ffi/src/main.zig", + "from": "iser-tools/wokelangiser/src/codegen/accessibility.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/iseriser/src/interface/abi/Foreign.idr", - "to": "OTP", - "relation": "framework", - "weight": 48.0 - }, - { - "from": "iser-tools/iseriser/src/manifest/mod.rs", + "from": "iser-tools/wokelangiser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/idrisiser/setup.sh", + "from": "iser-tools/wokelangiser/src/codegen/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/idrisiser/src/codegen/parser.rs", + "from": "iser-tools/wokelangiser/src/codegen/consent.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/idrisiser/src/codegen/mod.rs", + "from": "iser-tools/wokelangiser/src/codegen/i18n.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/idrisiser/src/interface/ffi/src/main.zig", + "from": "iser-tools/wokelangiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 57.0 }, { - "from": "iser-tools/idrisiser/src/interface/abi/Foreign.idr", + "from": "iser-tools/wokelangiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 45.0 + "weight": 2.0 }, { - "from": "iser-tools/idrisiser/src/manifest/mod.rs", + "from": "iser-tools/wokelangiser/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/tlaiser/setup.sh", + "from": "iser-tools/halideiser/tests/integration_tests.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/tlaiser/src/codegen/tla_gen.rs", + "from": "iser-tools/halideiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/tlaiser/src/codegen/parser.rs", + "from": "iser-tools/halideiser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/tlaiser/src/codegen/tlc_gen.rs", + "from": "iser-tools/halideiser/src/codegen/halide_gen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/tlaiser/src/codegen/pluscal_gen.rs", + "from": "iser-tools/halideiser/src/codegen/build_gen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/tlaiser/src/interface/ffi/test/integration_test.zig", + "from": "iser-tools/halideiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 48.0 }, { - "from": "iser-tools/tlaiser/src/interface/ffi/src/main.zig", + "from": "iser-tools/halideiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/tlaiser/src/interface/abi/Foreign.idr", + "from": "iser-tools/halideiser/setup.sh", "to": "OTP", "relation": "framework", - "weight": 66.0 + "weight": 1.0 }, { - "from": "iser-tools/tlaiser/src/abi/mod.rs", + "from": "iser-tools/eclexiaiser/tests/integration_tests.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/tlaiser/src/manifest/mod.rs", + "from": "iser-tools/eclexiaiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/oblibeniser/tests/integration_tests.rs", + "from": "iser-tools/eclexiaiser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/oblibeniser/setup.sh", + "from": "iser-tools/eclexiaiser/src/codegen/reporter.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/oblibeniser/src/codegen/audit_gen.rs", + "from": "iser-tools/eclexiaiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 63.0 }, { - "from": "iser-tools/oblibeniser/src/codegen/inverse_gen.rs", + "from": "iser-tools/eclexiaiser/src/interface/abi/Types.idr", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 9.0 }, { - "from": "iser-tools/oblibeniser/src/codegen/mod.rs", + "from": "iser-tools/eclexiaiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "iser-tools/oblibeniser/src/interface/ffi/src/main.zig", + "from": "cadre-router/tea-router-pkg/src/TeaRouter.res", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "iser-tools/oblibeniser/src/interface/abi/Foreign.idr", + "from": "cadre-router/tests/Conformance_test.res", "to": "OTP", "relation": "framework", - "weight": 63.0 + "weight": 1.0 }, { - "from": "iser-tools/oblibeniser/src/interface/abi/Types.idr", + "from": "cadre-router/tests/Navigation_test.res", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "iser-tools/oblibeniser/src/abi/mod.rs", + "from": "cadre-router/tests/Transition_test.res", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/oblibeniser/src/manifest/mod.rs", + "from": "cadre-router/src/client/RouteBuilder.res", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/bqniser/tests/integration_test.rs", + "from": "cadre-router/src/client/HashNavigation.res", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 27.0 }, { - "from": "iser-tools/bqniser/src/codegen/parser.rs", + "from": "cadre-router/src/client/NestedRoute.res", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/bqniser/src/codegen/bqn_gen.rs", + "from": "cadre-router/src/client/Parser.res", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/bqniser/src/codegen/ffi_gen.rs", + "from": "cadre-router/src/client/Navigation.res", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 21.0 }, { - "from": "iser-tools/bqniser/src/interface/ffi/src/main.zig", + "from": "cadre-router/src/client/Transition.res", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "iser-tools/bqniser/src/interface/abi/Foreign.idr", + "from": "cadre-router/src/client/Url.res", "to": "OTP", "relation": "framework", - "weight": 54.0 + "weight": 9.0 }, { - "from": "iser-tools/bqniser/src/manifest/mod.rs", + "from": "cadre-router/src/tea/Tea_Guards.res", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "iser-tools/alloyiser/src/codegen/parser.rs", + "from": "cadre-router/src/tea/Tea_QueryParams.res", + "to": "OTP", + "relation": "framework", + "weight": 6.0 + }, + { + "from": "cadre-router/src/server/ServerRouter.res", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/alloyiser/src/codegen/alloy_gen.rs", + "from": "opm-canonicalizer/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/alloyiser/src/codegen/analyzer.rs", + "from": "opm-canonicalizer/src/main.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/alloyiser/src/codegen/mod.rs", + "from": "shellstate/lib/shellstate/logger.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/alloyiser/src/interface/ffi/test/integration_test.zig", + "from": "shellstate/lib/shellstate/init.ex", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "iser-tools/alloyiser/src/interface/ffi/src/main.zig", + "from": "shellstate/lib/shellstate/doctor.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/alloyiser/src/interface/abi/Foreign.idr", + "from": "shellstate/lib/shellstate/generator.ex", "to": "OTP", "relation": "framework", - "weight": 54.0 + "weight": 1.0 }, { - "from": "iser-tools/alloyiser/src/abi/mod.rs", + "from": "shellstate/lib/shellstate/commit.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/alloyiser/src/manifest/mod.rs", + "from": "shellstate/test/contract/contract_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/lustreiser/setup.sh", + "from": "shellstate/test/regression/regression_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/lustreiser/src/codegen/lustre_gen.rs", + "from": "shellstate/test/integration/commit_integration_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/lustreiser/src/codegen/mod.rs", + "from": "shellstate/test/smoke/smoke_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/lustreiser/src/interface/ffi/src/main.zig", + "from": "shellstate/test/unit/manifest_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/lustreiser/src/interface/abi/Foreign.idr", + "from": "shellstate/test/invariant_verification_test.exs", "to": "OTP", "relation": "framework", - "weight": 54.0 + "weight": 1.0 }, { - "from": "iser-tools/lustreiser/src/abi/mod.rs", + "from": "shellstate/benchmarks/manifest_benchmark.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/lustreiser/src/manifest/mod.rs", + "from": "well-known-ecosystem/kith/b~main.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/ephapaxiser/tests/integration_test.rs", + "from": "well-known-ecosystem/kith/src/ada/plugins/academic.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/ephapaxiser/src/codegen/parser.rs", + "from": "well-known-ecosystem/kith/src/ada/plugins/creative.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/ephapaxiser/src/codegen/wrapper_gen.rs", + "from": "well-known-ecosystem/kith/src/ada/plugins/union.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/ephapaxiser/src/codegen/analyzer.rs", + "from": "well-known-ecosystem/kith/src/ada/ui/cli.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/ephapaxiser/src/codegen/mod.rs", + "from": "well-known-ecosystem/kith/src/ada/ui/tui.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/ephapaxiser/src/interface/ffi/src/main.zig", + "from": "well-known-ecosystem/kith/src/ada/integration/git.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/ephapaxiser/src/interface/abi/Foreign.idr", + "from": "well-known-ecosystem/kith/src/ada/integration/dns.adb", "to": "OTP", "relation": "framework", - "weight": 54.0 + "weight": 1.0 }, { - "from": "iser-tools/ephapaxiser/src/interface/abi/Types.idr", + "from": "well-known-ecosystem/kith/src/ada/integration/webserver.adb", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "iser-tools/ephapaxiser/src/abi/mod.rs", + "from": "well-known-ecosystem/kith/src/ada/core/main.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/ephapaxiser/src/manifest/mod.rs", + "from": "well-known-ecosystem/kith/src/ada/core/kith.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/otpiser/tests/integration_test.rs", + "from": "well-known-ecosystem/kith/src/ada/validation/did.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/otpiser/setup.sh", + "from": "well-known-ecosystem/kith/src/ada/validation/aibdp_validation.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/otpiser/src/codegen/diagram.rs", + "from": "well-known-ecosystem/kith/src/ada/validation/security_txt.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/otpiser/src/interface/ffi/src/main.zig", + "from": "well-known-ecosystem/templates/rust-axum/well_known.rs", "to": "OTP", "relation": "framework", - "weight": 24.0 + "weight": 2.0 }, { - "from": "iser-tools/otpiser/src/interface/abi/Foreign.idr", + "from": "well-known-ecosystem/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 54.0 + "weight": 4.0 }, { - "from": "iser-tools/otpiser/src/manifest/mod.rs", + "from": "well-known-ecosystem/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/wokelangiser/tests/integration_test.rs", + "from": "well-known-ecosystem/validator/src/rules.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/wokelangiser/setup.sh", + "from": "well-known-ecosystem/validator/src/contract.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/wokelangiser/src/codegen/accessibility.rs", + "from": "well-known-ecosystem/validator/src/main.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "iser-tools/wokelangiser/src/codegen/parser.rs", + "from": "well-known-ecosystem/validator/src/registry.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/wokelangiser/src/codegen/consent.rs", + "from": "coq-ecosystem/coq-jr/Server.res", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "iser-tools/wokelangiser/src/codegen/i18n.rs", + "from": "coq-ecosystem/coq-jr/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "iser-tools/wokelangiser/src/codegen/mod.rs", + "from": "coq-ecosystem/coq-jr/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/wokelangiser/src/interface/ffi/src/main.zig", + "from": "coq-ecosystem/coq-jr/src/Deno.res", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "iser-tools/wokelangiser/src/interface/abi/Foreign.idr", + "from": "coq-ecosystem/coq-jr/src/Dom.res", "to": "OTP", "relation": "framework", - "weight": 57.0 + "weight": 60.0 }, { - "from": "iser-tools/wokelangiser/src/abi/mod.rs", + "from": "devkit-risc-v/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "iser-tools/wokelangiser/src/manifest/mod.rs", + "from": "devkit-risc-v/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/mylangiser/tests/integration_test.rs", + "from": "v-ecosystem/v-idris-abi/scripts/maintenance/perms-state.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/mylangiser/setup.sh", + "from": "v-ecosystem/v-idris-abi/scripts/maintenance/run-maintenance.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/mylangiser/src/codegen/scorer.rs", + "from": "v-ecosystem/v-idris-abi/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "iser-tools/mylangiser/src/codegen/layer_gen.rs", + "from": "v-ecosystem/v-idris-abi/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/mylangiser/src/codegen/mod.rs", + "from": "v-ecosystem/v-zig-ffi/scripts/maintenance/perms-state.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/mylangiser/src/interface/ffi/src/main.zig", + "from": "v-ecosystem/v-zig-ffi/scripts/maintenance/run-maintenance.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/mylangiser/src/interface/abi/Foreign.idr", + "from": "v-ecosystem/v-zig-ffi/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 48.0 + "weight": 4.0 }, { - "from": "iser-tools/mylangiser/src/manifest/mod.rs", + "from": "v-ecosystem/v-zig-ffi/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/atsiser/examples/safe-malloc/include/stdlib_subset.h", + "from": "v-ecosystem/v-deno/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "iser-tools/atsiser/tests/integration_test.rs", + "from": "v-ecosystem/v-deno/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/atsiser/src/codegen/parser.rs", + "from": "v-ecosystem/v-benchmarks/scripts/maintenance/perms-state.sh", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "iser-tools/atsiser/src/codegen/ats_gen.rs", + "from": "v-ecosystem/v-benchmarks/scripts/maintenance/run-maintenance.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/atsiser/src/codegen/mod.rs", + "from": "v-ecosystem/v-benchmarks/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "iser-tools/atsiser/src/codegen/compiler.rs", + "from": "v-ecosystem/v-benchmarks/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/atsiser/src/interface/ffi/src/main.zig", + "from": "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/perms-state.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/atsiser/src/interface/abi/Foreign.idr", + "from": "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/run-maintenance.sh", "to": "OTP", "relation": "framework", - "weight": 63.0 + "weight": 1.0 }, { - "from": "iser-tools/atsiser/src/abi/mod.rs", + "from": "v-ecosystem/v_api_interfaces/v_graphql/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "iser-tools/atsiser/src/manifest/mod.rs", + "from": "v-ecosystem/v_api_interfaces/v_graphql/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/eclexiaiser/tests/integration_tests.rs", + "from": "v-ecosystem/v_api_interfaces/v_graphql/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "iser-tools/eclexiaiser/src/codegen/parser.rs", + "from": "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/perms-state.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/eclexiaiser/src/codegen/reporter.rs", + "from": "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/run-maintenance.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/eclexiaiser/src/interface/ffi/src/main.zig", + "from": "v-ecosystem/v_api_interfaces/v_grpc/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 4.0 }, { - "from": "iser-tools/eclexiaiser/src/interface/abi/Foreign.idr", + "from": "v-ecosystem/v_api_interfaces/v_grpc/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 63.0 + "weight": 1.0 }, { - "from": "iser-tools/eclexiaiser/src/interface/abi/Types.idr", + "from": "v-ecosystem/v_api_interfaces/v_grpc/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 36.0 }, { - "from": "iser-tools/eclexiaiser/src/manifest/mod.rs", + "from": "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/perms-state.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/betlangiser/tests/integration_test.rs", + "from": "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/run-maintenance.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/betlangiser/src/codegen/codegen.rs", + "from": "v-ecosystem/v_api_interfaces/v_rest/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 61.0 + "weight": 4.0 }, { - "from": "iser-tools/betlangiser/src/interface/ffi/src/main.zig", + "from": "v-ecosystem/v_api_interfaces/v_rest/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "iser-tools/betlangiser/src/interface/abi/Foreign.idr", + "from": "v-ecosystem/v_api_interfaces/v_rest/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 81.0 + "weight": 36.0 }, { - "from": "iser-tools/betlangiser/src/manifest/mod.rs", + "from": "v-ecosystem/v-graphql/scripts/maintenance/perms-state.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/chapeliser/src/codegen/mod.rs", + "from": "v-ecosystem/v-graphql/scripts/maintenance/run-maintenance.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/chapeliser/src/interface/ffi/src/main.zig", + "from": "v-ecosystem/v-graphql/ffi/zig/test/integration_test.zig", + "to": "OTP", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "v-ecosystem/v-graphql/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/chapeliser/src/interface/abi/Foreign.idr", + "from": "v-ecosystem/v-graphql/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", "weight": 36.0 }, { - "from": "iser-tools/chapeliser/src/manifest/mod.rs", + "from": "v-ecosystem/v-graphql/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/futharkiser/src/codegen/parser.rs", + "from": "v-ecosystem/v-grpc/scripts/maintenance/perms-state.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/futharkiser/src/codegen/futhark_gen.rs", + "from": "v-ecosystem/v-grpc/scripts/maintenance/run-maintenance.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/futharkiser/src/codegen/build_gen.rs", + "from": "v-ecosystem/v-grpc/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "iser-tools/futharkiser/src/interface/ffi/src/main.zig", + "from": "v-ecosystem/v-grpc/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 33.0 + "weight": 1.0 }, { - "from": "iser-tools/futharkiser/src/interface/abi/Foreign.idr", + "from": "v-ecosystem/v-grpc/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 45.0 + "weight": 36.0 }, { - "from": "iser-tools/futharkiser/src/abi/mod.rs", + "from": "v-ecosystem/v-grpc/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/futharkiser/src/manifest/mod.rs", + "from": "v-ecosystem/v-rest/scripts/maintenance/perms-state.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/phronesiser/tests/integration_test.rs", + "from": "v-ecosystem/v-rest/scripts/maintenance/run-maintenance.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/phronesiser/setup.sh", + "from": "v-ecosystem/v-rest/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "iser-tools/phronesiser/src/codegen/parser.rs", + "from": "v-ecosystem/v-rest/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/phronesiser/src/codegen/audit.rs", + "from": "v-ecosystem/v-rest/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "iser-tools/phronesiser/src/codegen/engine.rs", + "from": "v-ecosystem/v-rest/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/phronesiser/src/codegen/mod.rs", + "from": "v-ecosystem/v-middleware/scripts/maintenance/perms-state.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/phronesiser/src/interface/ffi/src/main.zig", + "from": "v-ecosystem/v-middleware/scripts/maintenance/run-maintenance.sh", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "iser-tools/phronesiser/src/interface/abi/Foreign.idr", + "from": "v-ecosystem/v-middleware/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 54.0 + "weight": 4.0 }, { - "from": "iser-tools/phronesiser/src/manifest/mod.rs", + "from": "v-ecosystem/v-middleware/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/julianiser/tests/integration_tests.rs", + "from": "v-ecosystem/v-telemetry/scripts/maintenance/perms-state.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/julianiser/setup.sh", + "from": "v-ecosystem/v-telemetry/scripts/maintenance/run-maintenance.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/julianiser/src/codegen/benchmark.rs", + "from": "v-ecosystem/v-telemetry/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 96.0 + "weight": 4.0 }, { - "from": "iser-tools/julianiser/src/codegen/parser.rs", + "from": "v-ecosystem/v-telemetry/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/julianiser/src/codegen/julia_gen.rs", - "to": "OTP", - "relation": "framework", - "weight": 39.0 - }, - { - "from": "iser-tools/julianiser/src/codegen/mod.rs", + "from": "v-ecosystem/v-validator/scripts/maintenance/perms-state.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/julianiser/src/interface/ffi/src/main.zig", + "from": "v-ecosystem/v-validator/scripts/maintenance/run-maintenance.sh", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "iser-tools/julianiser/src/interface/abi/Foreign.idr", + "from": "v-ecosystem/v-validator/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 45.0 + "weight": 4.0 }, { - "from": "iser-tools/julianiser/src/abi/mod.rs", + "from": "v-ecosystem/v-validator/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/julianiser/src/manifest/mod.rs", + "from": "dnfinition/tests/integration/reversibility_chain_test.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/nimiser/tests/integration_tests.rs", + "from": "dnfinition/scripts/propagate-mirror-workflow.jl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/nimiser/setup.sh", + "from": "dnfinition/src/tui/ncurses_bindings.ads", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/nimiser/src/codegen/nim_gen.rs", + "from": "dnfinition/src/data_layer/lib/dnfinition/mirror/optimizer.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "iser-tools/nimiser/src/codegen/parser.rs", + "from": "dnfinition/src/data_layer/lib/dnfinition/mirror/list_manager.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/nimiser/src/codegen/build_gen.rs", + "from": "dnfinition/src/data_layer/lib/dnfinition/port/server.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "iser-tools/nimiser/src/codegen/mod.rs", + "from": "dnfinition/src/data_layer/lib/dnfinition/download/worker.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "iser-tools/nimiser/src/interface/ffi/src/main.zig", + "from": "dnfinition/src/data_layer/lib/dnfinition/download/manager.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "iser-tools/nimiser/src/interface/abi/Foreign.idr", + "from": "dnfinition/src/data_layer/lib/dnfinition/telemetry.ex", "to": "OTP", "relation": "framework", - "weight": 54.0 + "weight": 2.0 }, { - "from": "iser-tools/nimiser/src/interface/abi/Types.idr", + "from": "dnfinition/src/data_layer/lib/dnfinition/security/http_config.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "iser-tools/nimiser/src/abi/mod.rs", + "from": "dnfinition/src/data_layer/data_layer_client.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/nimiser/src/manifest/mod.rs", + "from": "dnfinition/src/data_layer/data_layer_client.ads", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/dafniser/tests/integration_test.rs", + "from": "dnfinition/src/backends/language_backend_interface.ads", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/dafniser/src/codegen/parser.rs", + "from": "dnfinition/src/backends/rpm_ostree/rpm_ostree_backend.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/dafniser/src/interface/ffi/src/main.zig", + "from": "dnfinition/src/backends/rpm_ostree/rpm_ostree_backend.ads", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/dafniser/src/interface/abi/Foreign.idr", + "from": "dnfinition/src/backends/dnf/dnf_backend.ads", "to": "OTP", "relation": "framework", - "weight": 51.0 + "weight": 1.0 }, { - "from": "iser-tools/dafniser/src/interface/abi/Types.idr", + "from": "dnfinition/src/config/config_parser.adb", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "iser-tools/dafniser/src/manifest/mod.rs", + "from": "dnfinition/src/types/transaction_types.ads", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/anvomidaviser/tests/integration_tests.rs", + "from": "dnfinition/src/types/snapshot_types.ads", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/anvomidaviser/src/codegen/validator.rs", + "from": "dnfinition/src/types/package_types.ads", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/anvomidaviser/src/codegen/mod.rs", + "from": "dnfinition/src/dnfinition.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/anvomidaviser/src/interface/ffi/test/integration_test.zig", + "from": "dnfinition/src/platform/detection.adb", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "iser-tools/anvomidaviser/src/interface/ffi/src/main.zig", + "from": "dnfinition/src/platform/filesystem_detect.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/anvomidaviser/src/interface/abi/Foreign.idr", + "from": "dnfinition/src/reversibility/filesystem/zfs_snapshots.ads", "to": "OTP", "relation": "framework", - "weight": 60.0 + "weight": 1.0 }, { - "from": "iser-tools/anvomidaviser/src/interface/abi/Types.idr", + "from": "dnfinition/src/reversibility/filesystem/btrfs_snapshots.adb", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "iser-tools/anvomidaviser/src/manifest/mod.rs", + "from": "dnfinition/src/reversibility/transaction_log.ads", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/ponyiser/setup.sh", + "from": "dnfinition/src/cli/cli_output.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/ponyiser/src/codegen/parser.rs", + "from": "dnfinition/src/cli/command_executor.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/ponyiser/src/codegen/capability.rs", + "from": "dnfinition/src/cli/cli_commands.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/ponyiser/src/codegen/pony_gen.rs", + "from": "dnfinition/src/cli/command_executor.ads", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/ponyiser/src/interface/ffi/src/main.zig", + "from": "ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 4.0 }, { - "from": "iser-tools/ponyiser/src/interface/abi/Foreign.idr", + "from": "ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 45.0 + "weight": 1.0 }, { - "from": "iser-tools/ponyiser/src/abi/mod.rs", + "from": "packages/package_scanner.nim", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/ponyiser/src/manifest/mod.rs", + "from": "packages/pretty_json.nim", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/halideiser/tests/integration_tests.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/halideiser/setup.sh", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/halideiser/src/codegen/parser.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/halideiser/src/codegen/halide_gen.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/halideiser/src/codegen/build_gen.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/melange/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/halideiser/src/interface/ffi/src/main.zig", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/haproxy/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "iser-tools/halideiser/src/interface/abi/Foreign.idr", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/lib/utils.bash", "to": "OTP", "relation": "framework", - "weight": 48.0 + "weight": 1.0 }, { - "from": "iser-tools/halideiser/src/manifest/mod.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/lib/utils.bash", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "ada-ecosystem/ada-loom-registry/app/Main.hs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/syft/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "ada-ecosystem/ada-loom-registry/ffi/zig/test/integration_test.zig", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/ada/lib/utils.bash", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ada-ecosystem/ada-loom-registry/ffi/zig/src/main.zig", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "packages/package_scanner.nim", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/lego/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "packages/pretty_json.nim", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "techstack-enforcer/src/techstack_main.adb", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "techstack-enforcer/src/hooks/techstack_hook.adb", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/borg/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "techstack-enforcer/src/core/techstack_enforcer.ads", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/yq/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "techstack-enforcer/src/core/techstack_json_io.adb", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/cassandra/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "techstack-enforcer/src/core/techstack_notify.adb", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/franklin/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "techstack-enforcer/ffi/zig/test/integration_test.zig", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/serum/lib/utils.bash", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "techstack-enforcer/ffi/zig/src/main.zig", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/fornax/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/error.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/restic/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/apko/lib/utils.bash", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/lib/utils.bash", "to": "OTP", "relation": "framework", - "weight": 10.0 + "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/lib/utils.bash", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-monitor/src/main.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/ui/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/fulcio/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/lib/utils.bash", "to": "OTP", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/deno/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-metrics/src/error.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/error.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/gitleaks/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/zig/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/lib/utils.bash", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-discover/src/main.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/git-crypt/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-parallel/src/executor.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/lib/utils.bash", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-core/src/error.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-bench/src/main.rs", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/serum/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/grype/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/yj/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/arangodb/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/rescript/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/bebop/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/hashicorp/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/age/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/dhall/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/cue/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/envoy/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/lego/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/fornax/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/trivy/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/melange/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/cassandra/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/syft/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/restic/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/envoy/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/openssh/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/surrealdb/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/opa/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/opa/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/pollen/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/nickel/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/borg/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/zola/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/ada/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/cobalt/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/ui/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/openssl/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/sops/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/influxdb/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/yj/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/yq/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/fortran/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/git-crypt/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/pollen/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/fulcio/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/cosign/lib/utils.bash", + "from": "asdf-augmenters/asdf-metaiconic-plugin/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/age/lib/utils.bash", + "from": "asdf-augmenters/asdf-security-plugin/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/mariadb/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-configurator/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/orchid/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-configurator/src/main.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/init.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/apko/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/list.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/cobol/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/export.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/gitleaks/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/varnish/lib/utils.bash", + "from": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/deno/lib/utils.bash", + "from": "asdf-augmenters/asdf-ghjk/lib/utils.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/rekor/lib/utils.bash", + "from": "asdf-augmenters/asdf-ghjk/lib/cache.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/pomerium/lib/utils.bash", + "from": "asdf-augmenters/asdf-ghjk/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/ocaml/lib/utils.bash", + "from": "asdf-augmenters/asdf-ghjk/scripts/setup-dev.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/cue/lib/utils.bash", + "from": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/linkerd/lib/utils.bash", + "from": "asdf-augmenters/asdf-ghjk/scripts/cleanup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/taplo/lib/utils.bash", + "from": "asdf-augmenters/asdf-ghjk/scripts/doctor.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/neo4j/lib/utils.bash", + "from": "asdf-augmenters/asdf-ui-plugin/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/metaiconic/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/lib/utils.bash", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/fortran/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-parallel/src/executor.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/httpd/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 10.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/virtuoso/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/vlang/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l2.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/grype/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/error.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/mysql/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-metrics/src/error.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/dragonfly/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/schema.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/step-ca/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/error.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/cfssl/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/kdl-fmt/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-discover/src/main.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/zola/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/rethinkdb/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/mdbook/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/openlitespeed/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-bench/src/main.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/doctl/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-core/src/error.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/franklin/lib/utils.bash", + "from": "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-monitor/src/main.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/casket-ssg/lib/utils.bash", + "from": "scaffoldia/registry/elixir/phoenix-service.ncl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/couchdb/lib/utils.bash", + "from": "scaffoldia/registry/gitbot/fleet-bot.ncl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/sops/lib/utils.bash", + "from": "scaffoldia/registry/haskell/stack-library.ncl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/coredns/lib/utils.bash", + "from": "scaffoldia/registry/rust/library.ncl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/haproxy/lib/utils.bash", + "from": "scaffoldia/repo-customiser/scripts/bootstrap.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-collection/plugins/zig/lib/utils.bash", + "from": "scaffoldia/builder/main.ncl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-configurator/lib/utils.bash", + "from": "scaffoldia/cli/scaffoldia.hs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-configurator/src/config.rs", + "from": "scaffoldia/src/Scaffoldia/Template.hs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-configurator/src/main.rs", + "from": "scaffoldia/src/Scaffoldia/Builder.hs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/list.rs", + "from": "scaffoldia/src/Scaffoldia/Registry.hs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/init.rs", + "from": "scaffoldia/repo-slm-augmentor/scripts/bootstrap.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", + "from": "setup.sh", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-plugin-configurator/src/commands/export.rs", + "from": "affinescript-ecosystem/affinescript/lib/parse_driver.ml", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-metaiconic-plugin/lib/utils.bash", + "from": "affinescript-ecosystem/affinescript/lib/package.ml", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ui-plugin/lib/utils.bash", + "from": "affinescript-ecosystem/affinescript/lib/repl.ml", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/lib/cache.sh", + "from": "affinescript-ecosystem/affinescript/lib/wasm_binary.ml", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/lib/utils.sh", + "from": "affinescript-ecosystem/affinescript/examples/ownership.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/lib/utils.bash", + "from": "affinescript-ecosystem/rattlescript/tests/e2e.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/html.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/scripts/setup-dev.sh", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/render.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/scripts/doctor.sh", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/extract.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "asdf-augmenters/asdf-ghjk/scripts/cleanup.sh", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/index.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opm-canonicalizer/src/main.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opm-canonicalizer/src/lib.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "czech-file-knife/cfk-tui/src/cfk_tui_main.adb", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 7.0 }, { - "from": "czech-file-knife/cfk-cache/src/policy.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "czech-file-knife/cfk-cache/src/blob_store.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/handlers.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-cache/src/lib.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-dap/src/main.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/manifest.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-core/src/error.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/storage.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-core/src/path.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/build.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-core/src/platform.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/resolve.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/local.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/gdrive.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/afs.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/workspace.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/ninep.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tools/alib_conformance_gen.jl", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/ipfs.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_read.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "czech-file-knife/cfk-providers/src/smb.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_ops.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 30.0 }, { - "from": "czech-file-knife/cfk-providers/src/box_com.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_empty.affine", "to": "OTP", "relation": "framework", - "weight": 5.0 + "weight": 6.0 }, { - "from": "czech-file-knife/cfk-providers/src/webdav.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_stmt.affine", "to": "OTP", "relation": "framework", - "weight": 7.0 + "weight": 6.0 }, { - "from": "czech-file-knife/cfk-providers/src/lib.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_simple.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "czech-file-knife/cfk-providers/src/dropbox.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/tests/parser/unsafe_all.affine", "to": "OTP", "relation": "framework", - "weight": 5.0 + "weight": 27.0 }, { - "from": "czech-file-knife/cfk-providers/src/s3.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/lib/parse_driver.ml", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/syncthing.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/lib/parse.ml", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/sftp.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/lib/wasm_gc_encode.ml", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/transport.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/lib/python_face.ml", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/onedrive.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/lib/interp.ml", "to": "OTP", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-providers/src/protocols.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/lib/wasm_encode.ml", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-search/src/lib.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/examples/ownership.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/provider.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/examples/typecheck_features_test.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/lib.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/examples/typecheck_complete_test.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "czech-file-knife/cfk-ios/src/ffi.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/conformance/valid/009_effect_def.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-ios/src/domain.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "czech-file-knife/cfk-ios/swift/CfkBridge.h", + "from": "affinescript-ecosystem/rattlescript/affinescript/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-cli/src/commands.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/03_effects.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-integrations/src/agrep.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/02_ownership.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "czech-file-knife/cfk-integrations/src/aria2.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/04_rows.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-integrations/src/pandoc.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/docs/guides/warmup/01_basics.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "czech-file-knife/cfk-vfs/src/lib.rs", + "from": "affinescript-ecosystem/rattlescript/affinescript/packages/affine-js/types.d.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "shellstate/lib/shellstate/init.ex", + "from": "affinescript-ecosystem/rattlescript/affinescript/packages/affine-js/mod.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "shellstate/lib/shellstate/doctor.ex", + "from": "affinescript-ecosystem/rattlescript/affinescript/run_wasm.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "shellstate/lib/shellstate/commit.ex", + "from": "affinescript-ecosystem/rattlescript/affinescript/test/e2e/fixtures/ownership.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "shellstate/lib/shellstate/generator.ex", + "from": "affinescript-ecosystem/rattlescript/affinescript/test/e2e/fixtures/effects.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "shellstate/lib/shellstate/logger.ex", + "from": "affinescript-ecosystem/rattlescript/affinescript/test/test_golden.ml", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "shellstate/benchmarks/manifest_benchmark.exs", + "from": "affinescript-ecosystem/rattlescript/affinescript/test/golden/effects.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "shellstate/test/contract/contract_test.exs", + "from": "affinescript-ecosystem/rattlescript/affinescript/test/test_e2e.ml", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "shellstate/test/smoke/smoke_test.exs", + "from": "affinescript-ecosystem/rattlescript/affinescript/stdlib/effects.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "shellstate/test/integration/commit_integration_test.exs", + "from": "affinescript-ecosystem/rattlescript/affinescript/stdlib/io.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "shellstate/test/unit/manifest_test.exs", + "from": "affinescript-ecosystem/rattlescript/session/dispatch.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "shellstate/test/regression/regression_test.exs", + "from": "affinescript-ecosystem/rattlescript/src/interface/Abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": "shellstate/test/invariant_verification_test.exs", + "from": "affinescript-ecosystem/rattlescript/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "deno-ecosystem/projects/beamdeno/ffi/zig/test/integration_test.zig", + "from": "affinescript-ecosystem/rattlescript/setup.sh", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "deno-ecosystem/projects/beamdeno/ffi/zig/src/main.zig", + "from": "affinescript-ecosystem/affinescriptiser/tests/integration_tests.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "deno-ecosystem/projects/deno-bunbridge/src/BunSpawn.res", + "from": "affinescript-ecosystem/affinescriptiser/src/manifest/mod.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "deno-ecosystem/projects/deno-bunbridge/src/BunServe.res", + "from": "affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "deno-ecosystem/projects/deno-bunbridge/src/BunFile.res", + "from": "affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 32.0 }, { - "from": "deno-ecosystem/projects/deno-bunbridge/src/bindings/Deno.res", + "from": "affinescript-ecosystem/affinescriptiser/src/codegen/affine_gen.rs", "to": "OTP", "relation": "framework", - "weight": 27.0 + "weight": 29.0 }, { - "from": "deno-ecosystem/projects/deno-bunbridge/ffi/zig/test/integration_test.zig", + "from": "affinescript-ecosystem/affinescriptiser/src/interface/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 60.0 }, { - "from": "deno-ecosystem/projects/deno-bunbridge/ffi/zig/src/main.zig", + "from": "affinescript-ecosystem/affinescriptiser/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "deno-ecosystem/projects/bundeno/src/compat/Process.res", + "from": "affinescript-ecosystem/affinescript-vite/src/interface/abi/Foreign.idr", + "to": "OTP", + "relation": "framework", + "weight": 12.0 + }, + { + "from": "affinescript-ecosystem/affinescript-vite/src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "deno-ecosystem/projects/bundeno/src/compat/Fs.res", + "from": "affinescript-ecosystem/affinescript-vite/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "deno-ecosystem/projects/bundeno/ffi/zig/test/integration_test.zig", + "from": "affinescript-ecosystem/affinescript-deno-test/lib/runner.affine", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "deno-ecosystem/projects/bundeno/ffi/zig/src/main.zig", + "from": "affinescript-ecosystem/affinescript-deno-test/mod.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/_base.ncl", + "from": "affinescript-ecosystem/affinescript-deno-test/example/smoke_driver.affine", + "to": "OTP", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "affinescript-ecosystem/affinescript-deno-test/example/codegen_regression_test.affine", + "to": "OTP", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "affinescript-ecosystem/affinescript-deno-test/cli.affine", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -12514,118 +12514,154 @@ }, "taint_matrix": { "rows": [ - { - "source_category": "HardcodedSecret", - "sink_axis": "network", - "severity_value": 5.0, - "files": [ - "scaffoldia/registry/elixir/phoenix-service.ncl", - "v-ecosystem/v-api-interfaces/v-vpn/src/vpn.v", - "v-ecosystem/v-api-interfaces/v-telnet/src/telnet.v" - ], - "frameworks": [ - "OTP" - ], - "relation": "HardcodedSecret->Network" - }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "well-known-ecosystem/validator/src/main.rs", - "well-known-ecosystem/validator/src/registry.rs", - "cadre-router/src/tea/Tea_Guards.res", - "cadre-tea-router/src/CadreTeaRouter_Guards.res", - "affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", - "affinescript-ecosystem/affinescriptiser/src/codegen/affine_gen.rs", - "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", - "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", - "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", - "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", - "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/index.rs", + "czech-file-knife/cfk-ios/src/lib.rs", + "czech-file-knife/cfk-providers/src/webdav.rs", + "czech-file-knife/cfk-providers/src/syncthing.rs", + "czech-file-knife/cfk-providers/src/dropbox.rs", + "czech-file-knife/cfk-providers/src/afs.rs", + "czech-file-knife/cfk-providers/src/box_com.rs", + "czech-file-knife/cfk-providers/src/onedrive.rs", + "czech-file-knife/cfk-providers/src/s3.rs", + "czech-file-knife/cfk-providers/src/gdrive.rs", + "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "czech-file-knife/cfk-integrations/src/agrep.rs", + "czech-file-knife/cfk-integrations/src/aria2.rs", + "czech-file-knife/cfk-integrations/src/pandoc.rs", + "iser-tools/betlangiser/src/codegen/codegen.rs", "iser-tools/idrisiser/src/codegen/parser.rs", + "iser-tools/oblibeniser/src/abi/mod.rs", "iser-tools/tlaiser/src/codegen/parser.rs", - "iser-tools/tlaiser/src/codegen/tlc_gen.rs", "iser-tools/tlaiser/src/codegen/pluscal_gen.rs", - "iser-tools/oblibeniser/src/abi/mod.rs", + "iser-tools/tlaiser/src/codegen/tlc_gen.rs", + "iser-tools/julianiser/src/codegen/parser.rs", + "iser-tools/julianiser/src/codegen/benchmark.rs", + "iser-tools/julianiser/src/codegen/julia_gen.rs", "iser-tools/alloyiser/src/codegen/alloy_gen.rs", "iser-tools/lustreiser/src/manifest/mod.rs", + "iser-tools/ponyiser/src/codegen/parser.rs", "iser-tools/atsiser/src/codegen/parser.rs", - "iser-tools/eclexiaiser/src/codegen/parser.rs", - "iser-tools/betlangiser/src/codegen/codegen.rs", "iser-tools/phronesiser/src/codegen/mod.rs", - "iser-tools/julianiser/src/codegen/benchmark.rs", - "iser-tools/julianiser/src/codegen/parser.rs", - "iser-tools/julianiser/src/codegen/julia_gen.rs", - "iser-tools/ponyiser/src/codegen/parser.rs", "iser-tools/halideiser/src/codegen/parser.rs", + "iser-tools/eclexiaiser/src/codegen/parser.rs", + "well-known-ecosystem/validator/src/main.rs", + "well-known-ecosystem/validator/src/registry.rs", + "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", - "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", - "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", - "czech-file-knife/cfk-cache/src/metadata_cache.rs", - "czech-file-knife/cfk-providers/src/gdrive.rs", - "czech-file-knife/cfk-providers/src/afs.rs", - "czech-file-knife/cfk-providers/src/box_com.rs", - "czech-file-knife/cfk-providers/src/webdav.rs", - "czech-file-knife/cfk-providers/src/dropbox.rs", - "czech-file-knife/cfk-providers/src/s3.rs", - "czech-file-knife/cfk-providers/src/syncthing.rs", - "czech-file-knife/cfk-providers/src/onedrive.rs", - "czech-file-knife/cfk-ios/src/lib.rs", - "czech-file-knife/cfk-integrations/src/agrep.rs", - "czech-file-knife/cfk-integrations/src/aria2.rs", - "czech-file-knife/cfk-integrations/src/pandoc.rs", - "deno-ecosystem/projects/deno-bunbridge/src/BunSpawn.res", - "deno-ecosystem/projects/bundeno/src/compat/Process.res" + "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/index.rs", + "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", + "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", + "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", + "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", + "affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", + "affinescript-ecosystem/affinescriptiser/src/codegen/affine_gen.rs" ], "frameworks": [ "OTP" ], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" }, { - "source_category": "UncheckedError", + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 5.0, + "files": [ + "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh" + ], + "frameworks": [ + "OTP" + ], + "relation": "CommandInjection->Disk" + }, + { + "source_category": "UnsafeDeserialization", + "sink_axis": "memory", + "severity_value": 3.5, + "files": [ + "deno-ecosystem/projects/deno-bunbridge/src/BunFile.res" + ], + "frameworks": [ + "OTP" + ], + "relation": "UnsafeDeserialization->Memory" + }, + { + "source_category": "UncheckedAllocation", + "sink_axis": "memory", + "severity_value": 5.0, + "files": [ + "iser-tools/atsiser/examples/safe-malloc/include/stdlib_subset.h" + ], + "frameworks": [ + "OTP" + ], + "relation": "UncheckedAllocation->Memory" + }, + { + "source_category": "AtomExhaustion", + "sink_axis": "memory", + "severity_value": 3.5, + "files": [ + "dnfinition/src/data_layer/lib/dnfinition/mirror/list_manager.ex" + ], + "frameworks": [ + "OTP" + ], + "relation": "AtomExhaustion->Memory" + }, + { + "source_category": "MutationGap", "sink_axis": "cpu", "severity_value": 1.0, "files": [ - "v-ecosystem/v_api_interfaces/v_container/src/container.v", - "v-ecosystem/v-api-interfaces/v_container/src/container.v", - "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/main.rs", - "iser-tools/bqniser/src/interface/ffi/src/main.zig", - "iser-tools/betlangiser/src/codegen/codegen.rs", - "iser-tools/julianiser/src/codegen/benchmark.rs", - "iser-tools/julianiser/src/codegen/julia_gen.rs" + "shellstate/test/contract/contract_test.exs", + "shellstate/test/regression/regression_test.exs", + "shellstate/test/integration/commit_integration_test.exs", + "shellstate/test/smoke/smoke_test.exs", + "shellstate/test/unit/manifest_test.exs", + "shellstate/test/invariant_verification_test.exs", + "dnfinition/tests/integration/ipc_protocol_test.exs", + "dnfinition/src/data_layer/test/dnfinition_test.exs", + "dnfinition/src/data_layer/test/store/package_store_test.exs", + "dnfinition/src/data_layer/test/store/transaction_store_test.exs" ], "frameworks": [ "OTP" ], - "relation": "UncheckedError->Cpu" + "relation": "MutationGap->Cpu" }, { "source_category": "CommandInjection", "sink_axis": "cpu", "severity_value": 5.0, "files": [ + "v-ecosystem/v-idris-abi/scripts/maintenance/run-maintenance.sh", + "v-ecosystem/v-zig-ffi/scripts/maintenance/run-maintenance.sh", "v-ecosystem/v-benchmarks/scripts/maintenance/run-maintenance.sh", + "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/run-maintenance.sh", + "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/run-maintenance.sh", + "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/run-maintenance.sh", "v-ecosystem/v-graphql/scripts/maintenance/run-maintenance.sh", + "v-ecosystem/v-grpc/scripts/maintenance/run-maintenance.sh", + "v-ecosystem/v-rest/scripts/maintenance/run-maintenance.sh", "v-ecosystem/v-middleware/scripts/maintenance/run-maintenance.sh", "v-ecosystem/v-telemetry/scripts/maintenance/run-maintenance.sh", "v-ecosystem/v-validator/scripts/maintenance/run-maintenance.sh", - "v-ecosystem/v-grpc/scripts/maintenance/run-maintenance.sh", - "v-ecosystem/v_api_interfaces/v_grpc/scripts/maintenance/run-maintenance.sh", - "v-ecosystem/v_api_interfaces/v_graphql/scripts/maintenance/run-maintenance.sh", - "v-ecosystem/v_api_interfaces/v_rest/scripts/maintenance/run-maintenance.sh", - "v-ecosystem/v-zig-ffi/scripts/maintenance/run-maintenance.sh", - "v-ecosystem/v-rest/scripts/maintenance/run-maintenance.sh", - "v-ecosystem/v-idris-abi/scripts/maintenance/run-maintenance.sh", - "asdf-augmenters/asdf-security-plugin/lib/utils.bash", - "asdf-augmenters/asdf-security-plugin/lib/utils.bash", "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", + "asdf-augmenters/asdf-security-plugin/lib/utils.bash", + "asdf-augmenters/asdf-security-plugin/lib/utils.bash", "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", "asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh" ], @@ -12636,122 +12672,48 @@ }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs", - "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", - "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", - "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/manifest.rs", - "iser-tools/iseriser/src/scan/mod.rs", - "iser-tools/iseriser/src/manifest/mod.rs", - "iser-tools/idrisiser/src/codegen/parser.rs", + "czech-file-knife/cfk-ios/src/domain.rs", + "czech-file-knife/cfk-providers/src/local.rs", + "iser-tools/betlangiser/src/manifest/mod.rs", + "iser-tools/mylangiser/src/manifest/mod.rs", "iser-tools/idrisiser/src/manifest/mod.rs", - "iser-tools/tlaiser/src/manifest/mod.rs", + "iser-tools/idrisiser/src/codegen/parser.rs", + "iser-tools/futharkiser/src/manifest/mod.rs", "iser-tools/oblibeniser/src/manifest/mod.rs", - "iser-tools/bqniser/src/manifest/mod.rs", - "iser-tools/alloyiser/src/codegen/parser.rs", - "iser-tools/alloyiser/src/manifest/mod.rs", - "iser-tools/lustreiser/src/manifest/mod.rs", - "iser-tools/ephapaxiser/src/codegen/mod.rs", - "iser-tools/ephapaxiser/src/manifest/mod.rs", - "iser-tools/otpiser/src/manifest/mod.rs", - "iser-tools/wokelangiser/src/codegen/parser.rs", - "iser-tools/wokelangiser/src/manifest/mod.rs", - "iser-tools/mylangiser/src/manifest/mod.rs", - "iser-tools/atsiser/src/codegen/parser.rs", - "iser-tools/atsiser/src/manifest/mod.rs", - "iser-tools/eclexiaiser/src/manifest/mod.rs", - "iser-tools/betlangiser/src/manifest/mod.rs", - "iser-tools/chapeliser/src/codegen/mod.rs", "iser-tools/chapeliser/src/manifest/mod.rs", - "iser-tools/futharkiser/src/manifest/mod.rs", - "iser-tools/phronesiser/src/manifest/mod.rs", - "iser-tools/julianiser/src/codegen/mod.rs", + "iser-tools/chapeliser/src/codegen/mod.rs", + "iser-tools/tlaiser/src/manifest/mod.rs", + "iser-tools/anvomidaviser/src/manifest/mod.rs", + "iser-tools/dafniser/src/manifest/mod.rs", + "iser-tools/otpiser/src/manifest/mod.rs", "iser-tools/julianiser/src/manifest/mod.rs", + "iser-tools/julianiser/src/codegen/mod.rs", "iser-tools/nimiser/src/manifest/mod.rs", - "iser-tools/dafniser/src/manifest/mod.rs", - "iser-tools/anvomidaviser/src/manifest/mod.rs", - "iser-tools/ponyiser/src/manifest/mod.rs", - "iser-tools/halideiser/src/manifest/mod.rs", - "asdf-augmenters/asdf-plugin-configurator/src/config.rs", - "opm-canonicalizer/src/main.rs", - "czech-file-knife/cfk-providers/src/local.rs", - "czech-file-knife/cfk-ios/src/domain.rs" - ], - "frameworks": [ - "OTP" - ], - "relation": "UnboundedAllocation->Cpu" - }, - { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, - "files": [ - "well-known-ecosystem/kith/b~main.adb", - "iser-tools/idrisiser/src/interface/ffi/src/main.zig", - "iser-tools/oblibeniser/src/interface/ffi/src/main.zig", - "iser-tools/bqniser/src/interface/ffi/src/main.zig", - "iser-tools/otpiser/src/interface/ffi/src/main.zig", - "iser-tools/eclexiaiser/src/interface/ffi/src/main.zig", - "iser-tools/betlangiser/src/interface/ffi/src/main.zig", - "iser-tools/futharkiser/src/interface/ffi/src/main.zig", - "iser-tools/phronesiser/src/interface/ffi/src/main.zig", - "iser-tools/julianiser/src/interface/ffi/src/main.zig", - "iser-tools/ponyiser/src/interface/ffi/src/main.zig", - "czech-file-knife/cfk-providers/src/local.rs", - "czech-file-knife/cfk-ios/src/ffi.rs" - ], - "frameworks": [ - "OTP" - ], - "relation": "UnsafeCode->Memory" - }, - { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs", - "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", - "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", - "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/manifest.rs", - "iser-tools/iseriser/src/scan/mod.rs", - "iser-tools/iseriser/src/manifest/mod.rs", - "iser-tools/idrisiser/src/codegen/parser.rs", - "iser-tools/idrisiser/src/manifest/mod.rs", - "iser-tools/tlaiser/src/manifest/mod.rs", - "iser-tools/oblibeniser/src/manifest/mod.rs", - "iser-tools/bqniser/src/manifest/mod.rs", - "iser-tools/alloyiser/src/codegen/parser.rs", "iser-tools/alloyiser/src/manifest/mod.rs", - "iser-tools/lustreiser/src/manifest/mod.rs", - "iser-tools/ephapaxiser/src/codegen/mod.rs", + "iser-tools/alloyiser/src/codegen/parser.rs", "iser-tools/ephapaxiser/src/manifest/mod.rs", - "iser-tools/otpiser/src/manifest/mod.rs", - "iser-tools/wokelangiser/src/codegen/parser.rs", - "iser-tools/wokelangiser/src/manifest/mod.rs", - "iser-tools/mylangiser/src/manifest/mod.rs", - "iser-tools/atsiser/src/codegen/parser.rs", + "iser-tools/ephapaxiser/src/codegen/mod.rs", + "iser-tools/bqniser/src/manifest/mod.rs", + "iser-tools/iseriser/src/manifest/mod.rs", + "iser-tools/iseriser/src/scan/mod.rs", + "iser-tools/lustreiser/src/manifest/mod.rs", + "iser-tools/ponyiser/src/manifest/mod.rs", "iser-tools/atsiser/src/manifest/mod.rs", - "iser-tools/eclexiaiser/src/manifest/mod.rs", - "iser-tools/betlangiser/src/manifest/mod.rs", - "iser-tools/chapeliser/src/codegen/mod.rs", - "iser-tools/chapeliser/src/manifest/mod.rs", - "iser-tools/futharkiser/src/manifest/mod.rs", + "iser-tools/atsiser/src/codegen/parser.rs", "iser-tools/phronesiser/src/manifest/mod.rs", - "iser-tools/julianiser/src/codegen/mod.rs", - "iser-tools/julianiser/src/manifest/mod.rs", - "iser-tools/nimiser/src/manifest/mod.rs", - "iser-tools/dafniser/src/manifest/mod.rs", - "iser-tools/anvomidaviser/src/manifest/mod.rs", - "iser-tools/ponyiser/src/manifest/mod.rs", + "iser-tools/wokelangiser/src/manifest/mod.rs", + "iser-tools/wokelangiser/src/codegen/parser.rs", "iser-tools/halideiser/src/manifest/mod.rs", - "asdf-augmenters/asdf-plugin-configurator/src/config.rs", + "iser-tools/eclexiaiser/src/manifest/mod.rs", "opm-canonicalizer/src/main.rs", - "czech-file-knife/cfk-providers/src/local.rs", - "czech-file-knife/cfk-ios/src/domain.rs" + "asdf-augmenters/asdf-plugin-configurator/src/config.rs", + "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/manifest.rs", + "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", + "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", + "affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs" ], "frameworks": [ "OTP" @@ -12759,234 +12721,272 @@ "relation": "UnboundedAllocation->Memory" }, { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", - "severity_value": 3.5, + "source_category": "InsecureProtocol", + "sink_axis": "network", + "severity_value": 2.5, "files": [ - "czech-file-knife/cfk-providers/src/local.rs", - "czech-file-knife/cfk-ios/src/ffi.rs" + "idris2-ecosystem/xml-toolkit/src/Xml744/Document.idr", + "czech-file-knife/cfk-core/src/path.rs", + "well-known-ecosystem/validator/src/validators.rs", + "coq-ecosystem/coq-jr/src/Page.res", + "coq-ecosystem/coq-jr/src/Components.res", + "v-ecosystem/v-api-interfaces/v_semweb/src/semweb.v" ], "frameworks": [ "OTP" ], - "relation": "UnsafeCode->Concurrency" + "relation": "InsecureProtocol->Network" }, { - "source_category": "UncheckedAllocation", - "sink_axis": "memory", - "severity_value": 5.0, + "source_category": "PathTraversal", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "iser-tools/atsiser/examples/safe-malloc/include/stdlib_subset.h" + "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", + "affinescript-ecosystem/rattlescript/tests/e2e.sh" ], "frameworks": [ "OTP" ], - "relation": "UncheckedAllocation->Memory" + "relation": "PathTraversal->Disk" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 5.0, + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "asdf-augmenters/asdf-security-plugin/lib/utils.bash", - "asdf-augmenters/asdf-plugin-collection/plugins/security/lib/utils.bash", - "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh", - "asdf-augmenters/asdf-ghjk/scripts/rsr-verify.sh" + "czech-file-knife/cfk-ios/src/ffi.rs", + "czech-file-knife/cfk-providers/src/local.rs", + "iser-tools/betlangiser/src/interface/ffi/src/main.zig", + "iser-tools/idrisiser/src/interface/ffi/src/main.zig", + "iser-tools/futharkiser/src/interface/ffi/src/main.zig", + "iser-tools/oblibeniser/src/interface/ffi/src/main.zig", + "iser-tools/otpiser/src/interface/ffi/src/main.zig", + "iser-tools/julianiser/src/interface/ffi/src/main.zig", + "iser-tools/bqniser/src/interface/ffi/src/main.zig", + "iser-tools/ponyiser/src/interface/ffi/src/main.zig", + "iser-tools/phronesiser/src/interface/ffi/src/main.zig", + "iser-tools/eclexiaiser/src/interface/ffi/src/main.zig", + "well-known-ecosystem/kith/b~main.adb" ], "frameworks": [ "OTP" ], - "relation": "CommandInjection->Disk" + "relation": "UnsafeCode->Memory" }, { - "source_category": "MutationGap", - "sink_axis": "cpu", - "severity_value": 1.0, + "source_category": "ResourceLeak", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "dnfinition/tests/integration/ipc_protocol_test.exs", - "dnfinition/src/data_layer/test/store/transaction_store_test.exs", - "dnfinition/src/data_layer/test/store/package_store_test.exs", - "dnfinition/src/data_layer/test/dnfinition_test.exs", - "shellstate/test/contract/contract_test.exs", - "shellstate/test/smoke/smoke_test.exs", - "shellstate/test/integration/commit_integration_test.exs", - "shellstate/test/unit/manifest_test.exs", - "shellstate/test/regression/regression_test.exs", - "shellstate/test/invariant_verification_test.exs" + "czech-file-knife/cfk-ios/src/ffi.rs" ], "frameworks": [ "OTP" ], - "relation": "MutationGap->Cpu" + "relation": "ResourceLeak->Memory" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "memory", + "source_category": "UnsafeCode", + "sink_axis": "concurrency", "severity_value": 3.5, "files": [ - "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/assets/search.js" + "czech-file-knife/cfk-ios/src/ffi.rs", + "czech-file-knife/cfk-providers/src/local.rs" ], "frameworks": [ "OTP" ], - "relation": "DynamicCodeExecution->Memory" + "relation": "UnsafeCode->Concurrency" }, { - "source_category": "AtomExhaustion", - "sink_axis": "memory", + "source_category": "DynamicCodeExecution", + "sink_axis": "network", "severity_value": 3.5, "files": [ - "dnfinition/src/data_layer/lib/dnfinition/mirror/list_manager.ex" + "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/assets/search.js" ], "frameworks": [ "OTP" ], - "relation": "AtomExhaustion->Memory" + "relation": "DynamicCodeExecution->Network" }, { - "source_category": "UnsafeCode", + "source_category": "UnsafeDeserialization", "sink_axis": "cpu", "severity_value": 3.5, "files": [ - "well-known-ecosystem/kith/b~main.adb" + "deno-ecosystem/projects/deno-bunbridge/src/BunFile.res" ], "frameworks": [ "OTP" ], - "relation": "UnsafeCode->Cpu" + "relation": "UnsafeDeserialization->Cpu" }, { - "source_category": "UnsafeDeserialization", + "source_category": "DynamicCodeExecution", "sink_axis": "memory", "severity_value": 3.5, "files": [ - "deno-ecosystem/projects/deno-bunbridge/src/BunFile.res" + "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/assets/search.js" ], "frameworks": [ "OTP" ], - "relation": "UnsafeDeserialization->Memory" + "relation": "DynamicCodeExecution->Memory" }, { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "well-known-ecosystem/validator/src/main.rs", - "well-known-ecosystem/validator/src/registry.rs", - "affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", - "affinescript-ecosystem/affinescriptiser/src/codegen/affine_gen.rs", - "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", - "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", - "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", - "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", - "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/index.rs", + "deno-ecosystem/projects/deno-bunbridge/src/BunSpawn.res", + "deno-ecosystem/projects/bundeno/src/compat/Process.res", + "cadre-tea-router/src/CadreTeaRouter_Guards.res", + "czech-file-knife/cfk-ios/src/lib.rs", + "czech-file-knife/cfk-providers/src/webdav.rs", + "czech-file-knife/cfk-providers/src/syncthing.rs", + "czech-file-knife/cfk-providers/src/dropbox.rs", + "czech-file-knife/cfk-providers/src/afs.rs", + "czech-file-knife/cfk-providers/src/box_com.rs", + "czech-file-knife/cfk-providers/src/onedrive.rs", + "czech-file-knife/cfk-providers/src/s3.rs", + "czech-file-knife/cfk-providers/src/gdrive.rs", + "czech-file-knife/cfk-cache/src/metadata_cache.rs", + "czech-file-knife/cfk-integrations/src/agrep.rs", + "czech-file-knife/cfk-integrations/src/aria2.rs", + "czech-file-knife/cfk-integrations/src/pandoc.rs", + "iser-tools/betlangiser/src/codegen/codegen.rs", "iser-tools/idrisiser/src/codegen/parser.rs", + "iser-tools/oblibeniser/src/abi/mod.rs", "iser-tools/tlaiser/src/codegen/parser.rs", - "iser-tools/tlaiser/src/codegen/tlc_gen.rs", "iser-tools/tlaiser/src/codegen/pluscal_gen.rs", - "iser-tools/oblibeniser/src/abi/mod.rs", + "iser-tools/tlaiser/src/codegen/tlc_gen.rs", + "iser-tools/julianiser/src/codegen/parser.rs", + "iser-tools/julianiser/src/codegen/benchmark.rs", + "iser-tools/julianiser/src/codegen/julia_gen.rs", "iser-tools/alloyiser/src/codegen/alloy_gen.rs", "iser-tools/lustreiser/src/manifest/mod.rs", + "iser-tools/ponyiser/src/codegen/parser.rs", "iser-tools/atsiser/src/codegen/parser.rs", - "iser-tools/eclexiaiser/src/codegen/parser.rs", - "iser-tools/betlangiser/src/codegen/codegen.rs", "iser-tools/phronesiser/src/codegen/mod.rs", - "iser-tools/julianiser/src/codegen/benchmark.rs", - "iser-tools/julianiser/src/codegen/parser.rs", - "iser-tools/julianiser/src/codegen/julia_gen.rs", - "iser-tools/ponyiser/src/codegen/parser.rs", "iser-tools/halideiser/src/codegen/parser.rs", + "iser-tools/eclexiaiser/src/codegen/parser.rs", + "cadre-router/src/tea/Tea_Guards.res", + "well-known-ecosystem/validator/src/main.rs", + "well-known-ecosystem/validator/src/registry.rs", + "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-cache/src/l1.rs", - "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", - "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", - "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-config/src/loader.rs", - "asdf-augmenters/asdf-plugin-configurator/src/commands/sync.rs", - "czech-file-knife/cfk-cache/src/metadata_cache.rs", - "czech-file-knife/cfk-providers/src/gdrive.rs", - "czech-file-knife/cfk-providers/src/afs.rs", - "czech-file-knife/cfk-providers/src/box_com.rs", - "czech-file-knife/cfk-providers/src/webdav.rs", - "czech-file-knife/cfk-providers/src/dropbox.rs", - "czech-file-knife/cfk-providers/src/s3.rs", - "czech-file-knife/cfk-providers/src/syncthing.rs", - "czech-file-knife/cfk-providers/src/onedrive.rs", - "czech-file-knife/cfk-ios/src/lib.rs", - "czech-file-knife/cfk-integrations/src/agrep.rs", - "czech-file-knife/cfk-integrations/src/aria2.rs", - "czech-file-knife/cfk-integrations/src/pandoc.rs" - ], - "frameworks": [ - "OTP" - ], - "relation": "PanicPath->Disk" - }, - { - "source_category": "ResourceLeak", - "sink_axis": "memory", - "severity_value": 3.5, - "files": [ - "czech-file-knife/cfk-ios/src/ffi.rs" + "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/install.rs", + "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/sync.rs", + "asdf-augmenters/asdf-acceleration-middleware/crates/asdf-accelerate/src/commands/update.rs", + "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/src/index.rs", + "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/text_index.rs", + "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/main.rs", + "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/document.rs", + "affinescript-ecosystem/rattlescript/affinescript/tools/affinescript-lsp/src/diagnostics.rs", + "affinescript-ecosystem/affinescriptiser/src/codegen/wasm_gen.rs", + "affinescript-ecosystem/affinescriptiser/src/codegen/affine_gen.rs" ], "frameworks": [ "OTP" ], - "relation": "ResourceLeak->Memory" + "relation": "PanicPath->Memory" }, { - "source_category": "UnsafeDeserialization", + "source_category": "UncheckedError", "sink_axis": "cpu", - "severity_value": 3.5, + "severity_value": 1.0, "files": [ - "deno-ecosystem/projects/deno-bunbridge/src/BunFile.res" + "iser-tools/betlangiser/src/codegen/codegen.rs", + "iser-tools/julianiser/src/codegen/benchmark.rs", + "iser-tools/julianiser/src/codegen/julia_gen.rs", + "iser-tools/bqniser/src/interface/ffi/src/main.zig", + "v-ecosystem/v-api-interfaces/v_container/src/container.v", + "v-ecosystem/v_api_interfaces/v_container/src/container.v", + "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/main.rs" ], "frameworks": [ "OTP" ], - "relation": "UnsafeDeserialization->Cpu" + "relation": "UncheckedError->Cpu" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "HardcodedSecret", + "sink_axis": "network", + "severity_value": 5.0, "files": [ - "affinescript-ecosystem/rattlescript/tests/e2e.sh", - "asdf-augmenters/asdf-ghjk/scripts/benchmark.sh" + "v-ecosystem/v-api-interfaces/v-vpn/src/vpn.v", + "v-ecosystem/v-api-interfaces/v-telnet/src/telnet.v", + "scaffoldia/registry/elixir/phoenix-service.ncl" ], "frameworks": [ "OTP" ], - "relation": "PathTraversal->Disk" + "relation": "HardcodedSecret->Network" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "network", + "source_category": "UnsafeCode", + "sink_axis": "cpu", "severity_value": 3.5, "files": [ - "affinescript-ecosystem/rattlescript/affinescript/tools/affine-doc/assets/search.js" + "well-known-ecosystem/kith/b~main.adb" ], "frameworks": [ "OTP" ], - "relation": "DynamicCodeExecution->Network" + "relation": "UnsafeCode->Cpu" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "well-known-ecosystem/validator/src/validators.rs", - "idris2-ecosystem/xml-toolkit/src/Xml744/Document.idr", - "v-ecosystem/v-api-interfaces/v_semweb/src/semweb.v", - "coq-ecosystem/coq-jr/src/Components.res", - "coq-ecosystem/coq-jr/src/Page.res", - "czech-file-knife/cfk-core/src/path.rs" + "czech-file-knife/cfk-ios/src/domain.rs", + "czech-file-knife/cfk-providers/src/local.rs", + "iser-tools/betlangiser/src/manifest/mod.rs", + "iser-tools/mylangiser/src/manifest/mod.rs", + "iser-tools/idrisiser/src/manifest/mod.rs", + "iser-tools/idrisiser/src/codegen/parser.rs", + "iser-tools/futharkiser/src/manifest/mod.rs", + "iser-tools/oblibeniser/src/manifest/mod.rs", + "iser-tools/chapeliser/src/manifest/mod.rs", + "iser-tools/chapeliser/src/codegen/mod.rs", + "iser-tools/tlaiser/src/manifest/mod.rs", + "iser-tools/anvomidaviser/src/manifest/mod.rs", + "iser-tools/dafniser/src/manifest/mod.rs", + "iser-tools/otpiser/src/manifest/mod.rs", + "iser-tools/julianiser/src/manifest/mod.rs", + "iser-tools/julianiser/src/codegen/mod.rs", + "iser-tools/nimiser/src/manifest/mod.rs", + "iser-tools/alloyiser/src/manifest/mod.rs", + "iser-tools/alloyiser/src/codegen/parser.rs", + "iser-tools/ephapaxiser/src/manifest/mod.rs", + "iser-tools/ephapaxiser/src/codegen/mod.rs", + "iser-tools/bqniser/src/manifest/mod.rs", + "iser-tools/iseriser/src/manifest/mod.rs", + "iser-tools/iseriser/src/scan/mod.rs", + "iser-tools/lustreiser/src/manifest/mod.rs", + "iser-tools/ponyiser/src/manifest/mod.rs", + "iser-tools/atsiser/src/manifest/mod.rs", + "iser-tools/atsiser/src/codegen/parser.rs", + "iser-tools/phronesiser/src/manifest/mod.rs", + "iser-tools/wokelangiser/src/manifest/mod.rs", + "iser-tools/wokelangiser/src/codegen/parser.rs", + "iser-tools/halideiser/src/manifest/mod.rs", + "iser-tools/eclexiaiser/src/manifest/mod.rs", + "opm-canonicalizer/src/main.rs", + "asdf-augmenters/asdf-plugin-configurator/src/config.rs", + "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/manifest.rs", + "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/lockfile.rs", + "affinescript-ecosystem/rattlescript/affinescript/tools/affine-pkg/src/config.rs", + "affinescript-ecosystem/affinescriptiser/src/codegen/parser.rs" ], "frameworks": [ "OTP" ], - "relation": "InsecureProtocol->Network" + "relation": "UnboundedAllocation->Cpu" } ] } diff --git a/scans/dictask.json b/scans/dictask.json index 752f88cf..c2e0c2ce 100644 --- a/scans/dictask.json +++ b/scans/dictask.json @@ -50,6 +50,16 @@ "io_operations": 1, "threading_constructs": 0 }, + { + "file_path": "src/transcribe/src/lib.rs", + "lines": 71, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "src/interface/ffi/test/integration_test.zig", "lines": 182, @@ -70,16 +80,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/transcribe/src/lib.rs", - "lines": 71, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/ingest/src/main.rs", "lines": 138, @@ -93,8 +93,8 @@ } ], "recommended_attacks": [ - "disk", "cpu", + "disk", "memory" ], "dependency_graph": { @@ -104,13 +104,13 @@ "rows": [ { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "src/ingest/src/main.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" }, { "source_category": "UnboundedAllocation", @@ -134,13 +134,13 @@ }, { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/ingest/src/main.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "PanicPath->Memory" } ] } diff --git a/scans/dicti0nary-attack.json b/scans/dicti0nary-attack.json index 2ee6dd39..25c51a51 100644 --- a/scans/dicti0nary-attack.json +++ b/scans/dicti0nary-attack.json @@ -7,6 +7,17 @@ "Networking" ], "weak_points": [ + { + "category": "HardcodedSecret", + "location": "tests/test_random.chpl", + "file": "tests/test_random.chpl", + "severity": "Critical", + "description": "Possible hardcoded secret in tests/test_random.chpl", + "recommended_attack": [ + "network" + ], + "test_context": "test_only" + }, { "category": "DynamicCodeExecution", "location": "lib/es6/web/src/App.res.js", @@ -19,17 +30,6 @@ ], "test_context": "production" }, - { - "category": "HardcodedSecret", - "location": "tests/test_random.chpl", - "file": "tests/test_random.chpl", - "severity": "Critical", - "description": "Possible hardcoded secret in tests/test_random.chpl", - "recommended_attack": [ - "network" - ], - "test_context": "test_only" - }, { "category": "UnboundedAllocation", "location": "crates/generators/src/leetspeak.rs", @@ -95,13 +95,13 @@ "threading_constructs": 0 }, { - "file_path": "crates/generators/src/leetspeak.rs", - "lines": 107, + "file_path": "crates/generators/src/lib.rs", + "lines": 76, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 1, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { @@ -115,13 +115,13 @@ "threading_constructs": 0 }, { - "file_path": "crates/generators/src/lib.rs", - "lines": 76, + "file_path": "crates/generators/src/leetspeak.rs", + "lines": 107, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { @@ -135,23 +135,13 @@ "threading_constructs": 0 }, { - "file_path": "src/main.rs", - "lines": 202, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "src/dicti0nary.chpl", - "lines": 354, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -185,20 +175,30 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, + "file_path": "src/main.rs", + "lines": 202, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "src/dicti0nary.chpl", + "lines": 354, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 } ], "recommended_attacks": [ - "network", "disk", "memory", + "network", "cpu" ], "dependency_graph": { @@ -210,33 +210,33 @@ "weight": 1.0 }, { - "from": "src/generators/Random.chpl", - "to": "src/generators/Markov.chpl", - "relation": "shared_dir:src/generators", + "from": "crates/generators/src/pattern.rs", + "to": "crates/generators/src/lib.rs", + "relation": "shared_dir:crates/generators/src", "weight": 1.0 }, { - "from": "src/generators/Markov.chpl", - "to": "src/generators/Phonetic.chpl", - "relation": "shared_dir:src/generators", + "from": "crates/generators/src/lib.rs", + "to": "crates/generators/src/phonetic.rs", + "relation": "shared_dir:crates/generators/src", "weight": 1.0 }, { - "from": "crates/generators/src/pattern.rs", + "from": "crates/generators/src/phonetic.rs", "to": "crates/generators/src/leetspeak.rs", "relation": "shared_dir:crates/generators/src", "weight": 1.0 }, { - "from": "crates/generators/src/leetspeak.rs", - "to": "crates/generators/src/phonetic.rs", - "relation": "shared_dir:crates/generators/src", + "from": "src/generators/Random.chpl", + "to": "src/generators/Markov.chpl", + "relation": "shared_dir:src/generators", "weight": 1.0 }, { - "from": "crates/generators/src/phonetic.rs", - "to": "crates/generators/src/lib.rs", - "relation": "shared_dir:crates/generators/src", + "from": "src/generators/Markov.chpl", + "to": "src/generators/Phonetic.chpl", + "relation": "shared_dir:src/generators", "weight": 1.0 }, { @@ -264,13 +264,13 @@ "weight": 1.0 }, { - "from": "crates/generators/src/leetspeak.rs", + "from": "crates/generators/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "crates/generators/src/leetspeak.rs", + "from": "crates/generators/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -288,13 +288,13 @@ "weight": 1.0 }, { - "from": "crates/generators/src/lib.rs", + "from": "crates/generators/src/leetspeak.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "crates/generators/src/lib.rs", + "from": "crates/generators/src/leetspeak.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -312,73 +312,73 @@ "weight": 1.0 }, { - "from": "src/main.rs", + "from": "ffi/zig/src/main.zig", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/main.rs", + "from": "ffi/zig/src/main.zig", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/dicti0nary.chpl", + "from": "src/generators/Random.chpl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/dicti0nary.chpl", + "from": "src/generators/Random.chpl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/generators/Random.chpl", + "from": "src/generators/Markov.chpl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/generators/Random.chpl", + "from": "src/generators/Markov.chpl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/generators/Markov.chpl", + "from": "src/generators/Phonetic.chpl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/generators/Markov.chpl", + "from": "src/generators/Phonetic.chpl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/generators/Phonetic.chpl", + "from": "src/main.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/generators/Phonetic.chpl", + "from": "src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "src/dicti0nary.chpl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "src/dicti0nary.chpl", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -388,30 +388,31 @@ "taint_matrix": { "rows": [ { - "source_category": "DynamicCodeExecution", - "sink_axis": "network", - "severity_value": 3.5, + "source_category": "UnboundedAllocation", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "lib/es6/web/src/App.res.js" + "crates/generators/src/leetspeak.rs", + "src/main.rs" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "DynamicCodeExecution->Network" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "HardcodedSecret", + "source_category": "DynamicCodeExecution", "sink_axis": "network", - "severity_value": 5.0, + "severity_value": 3.5, "files": [ - "tests/test_random.chpl" + "lib/es6/web/src/App.res.js" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "HardcodedSecret->Network" + "relation": "DynamicCodeExecution->Network" }, { "source_category": "DynamicCodeExecution", @@ -428,7 +429,7 @@ }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ "crates/generators/src/leetspeak.rs", @@ -438,21 +439,20 @@ "Concurrent", "Networking" ], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "HardcodedSecret", + "sink_axis": "network", + "severity_value": 5.0, "files": [ - "crates/generators/src/leetspeak.rs", - "src/main.rs" + "tests/test_random.chpl" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "HardcodedSecret->Network" } ] } diff --git a/scans/docmatrix.json b/scans/docmatrix.json index a9661cbb..a693eba3 100644 --- a/scans/docmatrix.json +++ b/scans/docmatrix.json @@ -18,18 +18,6 @@ ], "test_context": "production" }, - { - "category": "UnsafeCode", - "location": "crates/formatrix-core/src/ffi.rs", - "file": "crates/formatrix-core/src/ffi.rs", - "severity": "High", - "description": "Raw pointer cast in crates/formatrix-core/src/ffi.rs", - "recommended_attack": [ - "memory", - "concurrency" - ], - "test_context": "production" - }, { "category": "UnboundedAllocation", "location": "crates/formatrix-core/src/traits.rs", @@ -53,6 +41,18 @@ "disk" ], "test_context": "production" + }, + { + "category": "UnsafeCode", + "location": "crates/formatrix-core/src/ffi.rs", + "file": "crates/formatrix-core/src/ffi.rs", + "severity": "High", + "description": "Raw pointer cast in crates/formatrix-core/src/ffi.rs", + "recommended_attack": [ + "memory", + "concurrency" + ], + "test_context": "production" } ], "statistics": { @@ -66,33 +66,43 @@ }, "file_statistics": [ { - "file_path": "crates/formatrix-db/src/lib.rs", - "lines": 841, + "file_path": "tui/src/formatrix_tui.adb", + "lines": 60, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 2, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "crates/formatrix-core/tests/aspect_test.rs", - "lines": 276, + "file_path": "tui/src/formatrix_tui-app.adb", + "lines": 218, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 13, "threading_constructs": 0 }, { - "file_path": "crates/formatrix-core/src/ast.rs", - "lines": 790, + "file_path": "crates/formatrix-gui/src/commands.rs", + "lines": 507, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "safe_unwrap_calls": 2, + "allocation_sites": 8, + "io_operations": 2, + "threading_constructs": 5 + }, + { + "file_path": "crates/formatrix-core/tests/aspect_test.rs", + "lines": 276, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, @@ -107,17 +117,6 @@ "io_operations": 2, "threading_constructs": 0 }, - { - "file_path": "crates/formatrix-core/src/ffi.rs", - "lines": 608, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "crates/formatrix-core/src/traits.rs", "lines": 265, @@ -129,23 +128,24 @@ "threading_constructs": 0 }, { - "file_path": "crates/formatrix-core/src/formats/typst.rs", - "lines": 597, + "file_path": "crates/formatrix-core/src/formats/asciidoc.rs", + "lines": 628, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "safe_unwrap_calls": 4, "allocation_sites": 16, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/formatrix-core/src/formats/plaintext.rs", - "lines": 165, + "file_path": "crates/formatrix-core/src/formats/orgmode.rs", + "lines": 894, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 4, + "allocation_sites": 32, "io_operations": 0, "threading_constructs": 0 }, @@ -161,98 +161,88 @@ "threading_constructs": 0 }, { - "file_path": "crates/formatrix-core/src/formats/rst.rs", - "lines": 676, + "file_path": "crates/formatrix-core/src/formats/markdown.rs", + "lines": 595, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 14, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/formatrix-core/src/formats/asciidoc.rs", - "lines": 628, + "file_path": "crates/formatrix-core/src/formats/rst.rs", + "lines": 676, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 16, + "safe_unwrap_calls": 1, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/formatrix-core/src/formats/markdown.rs", - "lines": 595, + "file_path": "crates/formatrix-core/src/formats/plaintext.rs", + "lines": 165, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 8, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/formatrix-core/src/formats/orgmode.rs", - "lines": 894, + "file_path": "crates/formatrix-core/src/formats/typst.rs", + "lines": 597, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 32, + "safe_unwrap_calls": 1, + "allocation_sites": 16, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/formatrix-pipeline/src/lib.rs", - "lines": 109, + "file_path": "crates/formatrix-core/src/ast.rs", + "lines": 790, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/formatrix-gui/src/commands.rs", - "lines": 507, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 8, - "io_operations": 2, - "threading_constructs": 5 - }, - { - "file_path": "tui/src/formatrix_tui-app.adb", - "lines": 218, + "file_path": "crates/formatrix-core/src/ffi.rs", + "lines": 608, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 13, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tui/src/formatrix_tui.adb", - "lines": 60, + "file_path": "crates/formatrix-db/src/lib.rs", + "lines": 841, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 4, "io_operations": 2, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/formatrix.zig", - "lines": 314, + "file_path": "crates/formatrix-pipeline/src/lib.rs", + "lines": 109, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -284,102 +274,112 @@ "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 + }, + { + "file_path": "src/formatrix.zig", + "lines": 314, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 3, + "io_operations": 0, + "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", "cpu", - "disk", - "concurrency" + "memory", + "concurrency", + "disk" ], "dependency_graph": { "edges": [ { - "from": "crates/formatrix-core/src/formats/typst.rs", - "to": "crates/formatrix-core/src/formats/plaintext.rs", - "relation": "shared_dir:crates/formatrix-core/src/formats", + "from": "tui/src/formatrix_tui.adb", + "to": "tui/src/formatrix_tui-app.adb", + "relation": "shared_dir:tui/src", "weight": 1.0 }, { - "from": "crates/formatrix-core/src/formats/plaintext.rs", - "to": "crates/formatrix-core/src/formats/djot.rs", + "from": "crates/formatrix-core/src/formats/asciidoc.rs", + "to": "crates/formatrix-core/src/formats/orgmode.rs", "relation": "shared_dir:crates/formatrix-core/src/formats", "weight": 1.0 }, { - "from": "crates/formatrix-core/src/formats/djot.rs", - "to": "crates/formatrix-core/src/formats/rst.rs", + "from": "crates/formatrix-core/src/formats/orgmode.rs", + "to": "crates/formatrix-core/src/formats/djot.rs", "relation": "shared_dir:crates/formatrix-core/src/formats", "weight": 1.0 }, { - "from": "crates/formatrix-core/src/formats/rst.rs", - "to": "crates/formatrix-core/src/formats/asciidoc.rs", + "from": "crates/formatrix-core/src/formats/djot.rs", + "to": "crates/formatrix-core/src/formats/markdown.rs", "relation": "shared_dir:crates/formatrix-core/src/formats", "weight": 1.0 }, { - "from": "crates/formatrix-core/src/formats/asciidoc.rs", - "to": "crates/formatrix-core/src/formats/markdown.rs", + "from": "crates/formatrix-core/src/formats/markdown.rs", + "to": "crates/formatrix-core/src/formats/rst.rs", "relation": "shared_dir:crates/formatrix-core/src/formats", "weight": 1.0 }, { - "from": "crates/formatrix-core/src/formats/markdown.rs", - "to": "crates/formatrix-core/src/formats/orgmode.rs", + "from": "crates/formatrix-core/src/formats/rst.rs", + "to": "crates/formatrix-core/src/formats/plaintext.rs", "relation": "shared_dir:crates/formatrix-core/src/formats", "weight": 1.0 }, { - "from": "crates/formatrix-core/src/ast.rs", - "to": "crates/formatrix-core/src/file_ops.rs", - "relation": "shared_dir:crates/formatrix-core/src", + "from": "crates/formatrix-core/src/formats/plaintext.rs", + "to": "crates/formatrix-core/src/formats/typst.rs", + "relation": "shared_dir:crates/formatrix-core/src/formats", "weight": 1.0 }, { "from": "crates/formatrix-core/src/file_ops.rs", - "to": "crates/formatrix-core/src/ffi.rs", + "to": "crates/formatrix-core/src/traits.rs", "relation": "shared_dir:crates/formatrix-core/src", "weight": 1.0 }, { - "from": "crates/formatrix-core/src/ffi.rs", - "to": "crates/formatrix-core/src/traits.rs", + "from": "crates/formatrix-core/src/traits.rs", + "to": "crates/formatrix-core/src/ast.rs", "relation": "shared_dir:crates/formatrix-core/src", "weight": 1.0 }, { - "from": "tui/src/formatrix_tui-app.adb", - "to": "tui/src/formatrix_tui.adb", - "relation": "shared_dir:tui/src", + "from": "crates/formatrix-core/src/ast.rs", + "to": "crates/formatrix-core/src/ffi.rs", + "relation": "shared_dir:crates/formatrix-core/src", "weight": 1.0 }, { - "from": "crates/formatrix-db/src/lib.rs", + "from": "tui/src/formatrix_tui.adb", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/formatrix-core/tests/aspect_test.rs", + "from": "tui/src/formatrix_tui-app.adb", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/formatrix-core/src/ast.rs", + "from": "crates/formatrix-gui/src/commands.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 10.0 }, { - "from": "crates/formatrix-core/src/file_ops.rs", + "from": "crates/formatrix-core/tests/aspect_test.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/formatrix-core/src/ffi.rs", + "from": "crates/formatrix-core/src/file_ops.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -391,13 +391,13 @@ "weight": 1.0 }, { - "from": "crates/formatrix-core/src/formats/typst.rs", + "from": "crates/formatrix-core/src/formats/asciidoc.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/formatrix-core/src/formats/plaintext.rs", + "from": "crates/formatrix-core/src/formats/orgmode.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -409,55 +409,49 @@ "weight": 2.0 }, { - "from": "crates/formatrix-core/src/formats/rst.rs", + "from": "crates/formatrix-core/src/formats/markdown.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/formatrix-core/src/formats/asciidoc.rs", + "from": "crates/formatrix-core/src/formats/rst.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/formatrix-core/src/formats/markdown.rs", + "from": "crates/formatrix-core/src/formats/plaintext.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/formatrix-core/src/formats/orgmode.rs", + "from": "crates/formatrix-core/src/formats/typst.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/formatrix-pipeline/src/lib.rs", + "from": "crates/formatrix-core/src/ast.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/formatrix-gui/src/commands.rs", - "to": "Networking", - "relation": "framework", - "weight": 10.0 - }, - { - "from": "tui/src/formatrix_tui-app.adb", + "from": "crates/formatrix-core/src/ffi.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tui/src/formatrix_tui.adb", + "from": "crates/formatrix-db/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/formatrix.zig", + "from": "crates/formatrix-pipeline/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -479,23 +473,28 @@ "to": "Networking", "relation": "framework", "weight": 1.0 + }, + { + "from": "src/formatrix.zig", + "to": "Networking", + "relation": "framework", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "crates/formatrix-core/src/file_ops.rs", - "crates/formatrix-core/src/traits.rs" + "crates/formatrix-core/src/formats/djot.rs" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "PanicPath->Disk" }, { "source_category": "UnsafeCode", @@ -522,20 +521,21 @@ "relation": "UnsafeCode->Concurrency" }, { - "source_category": "PanicPath", + "source_category": "UnboundedAllocation", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "crates/formatrix-core/src/formats/djot.rs" + "crates/formatrix-core/src/file_ops.rs", + "crates/formatrix-core/src/traits.rs" ], "frameworks": [ "Networking" ], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "crates/formatrix-core/src/formats/djot.rs" @@ -543,11 +543,11 @@ "frameworks": [ "Networking" ], - "relation": "PanicPath->Disk" + "relation": "PanicPath->Memory" }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ "crates/formatrix-core/src/file_ops.rs", @@ -556,7 +556,7 @@ "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" } ] } diff --git a/scans/docudactyl.json b/scans/docudactyl.json index 2e0b4a9e..2e08d84f 100644 --- a/scans/docudactyl.json +++ b/scans/docudactyl.json @@ -4,6 +4,18 @@ "language": "zig", "frameworks": [], "weak_points": [ + { + "category": "UnsafeCode", + "location": "ffi/zig/src/lith_adapter.zig", + "file": "ffi/zig/src/lith_adapter.zig", + "severity": "High", + "description": "5 unsafe pointer casts in ffi/zig/src/lith_adapter.zig", + "recommended_attack": [ + "memory" + ], + "suppressed": true, + "test_context": "production" + }, { "category": "UnsafeCode", "location": "ffi/zig/src/reextract.zig", @@ -53,10 +65,10 @@ }, { "category": "UnsafeCode", - "location": "ffi/zig/src/redaction_recovery.zig", - "file": "ffi/zig/src/redaction_recovery.zig", + "location": "ffi/zig/src/docudactyl_ffi.zig", + "file": "ffi/zig/src/docudactyl_ffi.zig", "severity": "High", - "description": "1 unsafe pointer casts in ffi/zig/src/redaction_recovery.zig", + "description": "7 unsafe pointer casts in ffi/zig/src/docudactyl_ffi.zig", "recommended_attack": [ "memory" ], @@ -65,10 +77,10 @@ }, { "category": "UnsafeFFI", - "location": "ffi/zig/src/redaction_recovery.zig", - "file": "ffi/zig/src/redaction_recovery.zig", + "location": "ffi/zig/src/docudactyl_ffi.zig", + "file": "ffi/zig/src/docudactyl_ffi.zig", "severity": "High", - "description": "1 C interop imports in ffi/zig/src/redaction_recovery.zig", + "description": "1 C interop imports in ffi/zig/src/docudactyl_ffi.zig", "recommended_attack": [ "memory" ], @@ -77,22 +89,10 @@ }, { "category": "UnsafeCode", - "location": "ffi/zig/src/cache.zig", - "file": "ffi/zig/src/cache.zig", - "severity": "High", - "description": "10 unsafe pointer casts in ffi/zig/src/cache.zig", - "recommended_attack": [ - "memory" - ], - "suppressed": true, - "test_context": "production" - }, - { - "category": "UnsafeFFI", - "location": "ffi/zig/src/cache.zig", - "file": "ffi/zig/src/cache.zig", + "location": "ffi/zig/src/ml_inference.zig", + "file": "ffi/zig/src/ml_inference.zig", "severity": "High", - "description": "1 C interop imports in ffi/zig/src/cache.zig", + "description": "9 unsafe pointer casts in ffi/zig/src/ml_inference.zig", "recommended_attack": [ "memory" ], @@ -125,10 +125,10 @@ }, { "category": "UnsafeCode", - "location": "ffi/zig/src/docudactyl_ffi.zig", - "file": "ffi/zig/src/docudactyl_ffi.zig", + "location": "ffi/zig/src/capnp.zig", + "file": "ffi/zig/src/capnp.zig", "severity": "High", - "description": "7 unsafe pointer casts in ffi/zig/src/docudactyl_ffi.zig", + "description": "2 unsafe pointer casts in ffi/zig/src/capnp.zig", "recommended_attack": [ "memory" ], @@ -136,11 +136,11 @@ "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "ffi/zig/src/docudactyl_ffi.zig", - "file": "ffi/zig/src/docudactyl_ffi.zig", + "category": "UnsafeCode", + "location": "ffi/zig/src/gpu_ocr.zig", + "file": "ffi/zig/src/gpu_ocr.zig", "severity": "High", - "description": "1 C interop imports in ffi/zig/src/docudactyl_ffi.zig", + "description": "8 unsafe pointer casts in ffi/zig/src/gpu_ocr.zig", "recommended_attack": [ "memory" ], @@ -149,10 +149,10 @@ }, { "category": "UnsafeCode", - "location": "ffi/zig/src/lith_adapter.zig", - "file": "ffi/zig/src/lith_adapter.zig", + "location": "ffi/zig/src/cache.zig", + "file": "ffi/zig/src/cache.zig", "severity": "High", - "description": "5 unsafe pointer casts in ffi/zig/src/lith_adapter.zig", + "description": "10 unsafe pointer casts in ffi/zig/src/cache.zig", "recommended_attack": [ "memory" ], @@ -160,11 +160,11 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "ffi/zig/src/capnp.zig", - "file": "ffi/zig/src/capnp.zig", + "category": "UnsafeFFI", + "location": "ffi/zig/src/cache.zig", + "file": "ffi/zig/src/cache.zig", "severity": "High", - "description": "2 unsafe pointer casts in ffi/zig/src/capnp.zig", + "description": "1 C interop imports in ffi/zig/src/cache.zig", "recommended_attack": [ "memory" ], @@ -173,10 +173,10 @@ }, { "category": "UnsafeCode", - "location": "ffi/zig/src/ml_inference.zig", - "file": "ffi/zig/src/ml_inference.zig", + "location": "ffi/zig/src/redaction_recovery.zig", + "file": "ffi/zig/src/redaction_recovery.zig", "severity": "High", - "description": "9 unsafe pointer casts in ffi/zig/src/ml_inference.zig", + "description": "1 unsafe pointer casts in ffi/zig/src/redaction_recovery.zig", "recommended_attack": [ "memory" ], @@ -184,11 +184,11 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "ffi/zig/src/gpu_ocr.zig", - "file": "ffi/zig/src/gpu_ocr.zig", + "category": "UnsafeFFI", + "location": "ffi/zig/src/redaction_recovery.zig", + "file": "ffi/zig/src/redaction_recovery.zig", "severity": "High", - "description": "8 unsafe pointer casts in ffi/zig/src/gpu_ocr.zig", + "description": "1 C interop imports in ffi/zig/src/redaction_recovery.zig", "recommended_attack": [ "memory" ], @@ -217,29 +217,19 @@ "threading_constructs": 0 }, { - "file_path": "deploy/slurm-docudactyl.sh", - "lines": 120, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 425, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "src/Docudactyl/ABI/Foreign.idr", - "lines": 445, - "unsafe_blocks": 52, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "src/Docudactyl/ABI/Types.idr", - "lines": 773, - "unsafe_blocks": 2, + "file_path": "ffi/zig/src/lith_adapter.zig", + "lines": 713, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -247,18 +237,18 @@ "threading_constructs": 0 }, { - "file_path": "src/ada/document_model.ads", - "lines": 103, + "file_path": "ffi/zig/src/conduit.zig", + "lines": 230, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/ada/terminal_utils.adb", - "lines": 261, + "file_path": "ffi/zig/src/hw_crypto.zig", + "lines": 282, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -267,9 +257,9 @@ "threading_constructs": 0 }, { - "file_path": "src/ada/docudactyl_tui.adb", - "lines": 369, - "unsafe_blocks": 0, + "file_path": "ffi/zig/src/reextract.zig", + "lines": 523, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -277,79 +267,79 @@ "threading_constructs": 0 }, { - "file_path": "src/ada/document_model.adb", - "lines": 128, + "file_path": "ffi/zig/src/investigator_summary.zig", + "lines": 350, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/ocaml/scheme_emit.ml", - "lines": 163, - "unsafe_blocks": 0, + "file_path": "ffi/zig/src/dragonfly.zig", + "lines": 293, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/ocaml/docudactyl_scm.ml", - "lines": 121, + "file_path": "ffi/zig/src/entity_graph.zig", + "lines": 509, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/ocaml/pdf_parser.ml", - "lines": 177, - "unsafe_blocks": 0, + "file_path": "ffi/zig/src/prefetch.zig", + "lines": 201, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/chapel/smoke.chpl", - "lines": 43, - "unsafe_blocks": 0, + "file_path": "ffi/zig/src/docudactyl_ffi.zig", + "lines": 1007, + "unsafe_blocks": 8, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "src/chapel/Config.chpl", - "lines": 258, - "unsafe_blocks": 0, + "file_path": "ffi/zig/src/ml_inference.zig", + "lines": 414, + "unsafe_blocks": 9, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 3, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/chapel/ResultAggregator.chpl", - "lines": 259, - "unsafe_blocks": 0, + "file_path": "ffi/zig/src/stages.zig", + "lines": 1329, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/chapel/ShardedOutput.chpl", - "lines": 115, - "unsafe_blocks": 0, + "file_path": "ffi/zig/src/capnp.zig", + "lines": 395, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -357,29 +347,29 @@ "threading_constructs": 0 }, { - "file_path": "src/chapel/ProgressReporter.chpl", - "lines": 99, - "unsafe_blocks": 0, + "file_path": "ffi/zig/src/gpu_ocr.zig", + "lines": 453, + "unsafe_blocks": 8, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 3, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/chapel/ManifestLoader.chpl", - "lines": 237, - "unsafe_blocks": 0, + "file_path": "ffi/zig/src/cache.zig", + "lines": 251, + "unsafe_blocks": 11, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/chapel/ContentType.chpl", - "lines": 101, - "unsafe_blocks": 0, + "file_path": "ffi/zig/src/redaction_recovery.zig", + "lines": 269, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -387,73 +377,63 @@ "threading_constructs": 0 }, { - "file_path": "src/chapel/NdjsonManifest.chpl", - "lines": 247, - "unsafe_blocks": 0, + "file_path": "src/Docudactyl/ABI/Foreign.idr", + "lines": 445, + "unsafe_blocks": 52, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/chapel/Checkpoint.chpl", - "lines": 122, - "unsafe_blocks": 0, + "file_path": "src/Docudactyl/ABI/Types.idr", + "lines": 773, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/chapel/DocudactylHPC.chpl", - "lines": 497, + "file_path": "src/ada/document_model.adb", + "lines": 128, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 1 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "src/chapel/FFIBridge.chpl", - "lines": 395, + "file_path": "src/ada/docudactyl_tui.adb", + "lines": 369, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 5, + "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/chapel/FaultHandler.chpl", - "lines": 201, + "file_path": "src/ada/document_model.ads", + "lines": 103, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/abi/Types.idr", - "lines": 364, - "unsafe_blocks": 2, + "file_path": "src/ada/terminal_utils.adb", + "lines": 261, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -477,69 +457,69 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 425, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/reextract.zig", - "lines": 523, - "unsafe_blocks": 1, + "file_path": "src/abi/Types.idr", + "lines": 364, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/dragonfly.zig", - "lines": 293, - "unsafe_blocks": 5, + "file_path": "src/ocaml/pdf_parser.ml", + "lines": 177, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/entity_graph.zig", - "lines": 509, + "file_path": "src/ocaml/docudactyl_scm.ml", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/prefetch.zig", - "lines": 201, - "unsafe_blocks": 5, + "file_path": "src/ocaml/scheme_emit.ml", + "lines": 163, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/hw_crypto.zig", - "lines": 282, + "file_path": "src/chapel/DocudactylHPC.chpl", + "lines": 497, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "ffi/zig/src/redaction_recovery.zig", - "lines": 269, - "unsafe_blocks": 2, + "file_path": "src/chapel/ProgressReporter.chpl", + "lines": 99, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -547,38 +527,58 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/cache.zig", - "lines": 251, - "unsafe_blocks": 11, + "file_path": "src/chapel/ContentType.chpl", + "lines": 101, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/stages.zig", - "lines": 1329, - "unsafe_blocks": 3, + "file_path": "src/chapel/NdjsonManifest.chpl", + "lines": 247, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/docudactyl_ffi.zig", - "lines": 1007, - "unsafe_blocks": 8, + "file_path": "src/chapel/ManifestLoader.chpl", + "lines": 237, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 10, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/investigator_summary.zig", - "lines": 350, + "file_path": "src/chapel/Checkpoint.chpl", + "lines": 122, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 + }, + { + "file_path": "src/chapel/FFIBridge.chpl", + "lines": 395, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 5, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "src/chapel/smoke.chpl", + "lines": 43, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -587,19 +587,19 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/lith_adapter.zig", - "lines": 713, - "unsafe_blocks": 5, + "file_path": "src/chapel/ResultAggregator.chpl", + "lines": 259, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/capnp.zig", - "lines": 395, - "unsafe_blocks": 2, + "file_path": "src/chapel/Config.chpl", + "lines": 258, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -607,28 +607,28 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/ml_inference.zig", - "lines": 414, - "unsafe_blocks": 9, + "file_path": "src/chapel/FaultHandler.chpl", + "lines": 201, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/gpu_ocr.zig", - "lines": 453, - "unsafe_blocks": 8, + "file_path": "src/chapel/ShardedOutput.chpl", + "lines": 115, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/conduit.zig", - "lines": 230, + "file_path": "deploy/slurm-docudactyl.sh", + "lines": 120, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -640,8 +640,8 @@ "recommended_attacks": [ "memory", "network", - "cpu", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [ @@ -652,201 +652,221 @@ "weight": 1.0 }, { - "from": "src/julia/extract.jl", - "to": "src/julia/export.jl", - "relation": "shared_dir:src/julia", + "from": "src/ocaml/pdf_parser.ml", + "to": "src/ocaml/docudactyl_scm.ml", + "relation": "shared_dir:src/ocaml", "weight": 1.0 }, { - "from": "src/chapel/smoke.chpl", - "to": "src/chapel/Config.chpl", - "relation": "shared_dir:src/chapel", + "from": "src/ocaml/docudactyl_scm.ml", + "to": "src/ocaml/scheme_emit.ml", + "relation": "shared_dir:src/ocaml", "weight": 1.0 }, { - "from": "src/chapel/Config.chpl", - "to": "src/chapel/ResultAggregator.chpl", - "relation": "shared_dir:src/chapel", + "from": "src/Docudactyl/ABI/Foreign.idr", + "to": "src/Docudactyl/ABI/Types.idr", + "relation": "shared_dir:src/Docudactyl/ABI", "weight": 1.0 }, { - "from": "src/chapel/ResultAggregator.chpl", - "to": "src/chapel/ShardedOutput.chpl", - "relation": "shared_dir:src/chapel", + "from": "ffi/zig/src/lith_adapter.zig", + "to": "ffi/zig/src/conduit.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "src/chapel/ShardedOutput.chpl", - "to": "src/chapel/ProgressReporter.chpl", - "relation": "shared_dir:src/chapel", + "from": "ffi/zig/src/conduit.zig", + "to": "ffi/zig/src/hw_crypto.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "src/chapel/ProgressReporter.chpl", - "to": "src/chapel/ManifestLoader.chpl", - "relation": "shared_dir:src/chapel", + "from": "ffi/zig/src/hw_crypto.zig", + "to": "ffi/zig/src/reextract.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "src/chapel/ManifestLoader.chpl", - "to": "src/chapel/ContentType.chpl", - "relation": "shared_dir:src/chapel", + "from": "ffi/zig/src/reextract.zig", + "to": "ffi/zig/src/investigator_summary.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "src/chapel/ContentType.chpl", - "to": "src/chapel/NdjsonManifest.chpl", - "relation": "shared_dir:src/chapel", + "from": "ffi/zig/src/investigator_summary.zig", + "to": "ffi/zig/src/dragonfly.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "src/chapel/NdjsonManifest.chpl", - "to": "src/chapel/Checkpoint.chpl", - "relation": "shared_dir:src/chapel", + "from": "ffi/zig/src/dragonfly.zig", + "to": "ffi/zig/src/entity_graph.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "src/chapel/Checkpoint.chpl", - "to": "src/chapel/DocudactylHPC.chpl", - "relation": "shared_dir:src/chapel", + "from": "ffi/zig/src/entity_graph.zig", + "to": "ffi/zig/src/prefetch.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "src/chapel/DocudactylHPC.chpl", - "to": "src/chapel/FFIBridge.chpl", - "relation": "shared_dir:src/chapel", + "from": "ffi/zig/src/prefetch.zig", + "to": "ffi/zig/src/docudactyl_ffi.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "src/chapel/FFIBridge.chpl", - "to": "src/chapel/FaultHandler.chpl", - "relation": "shared_dir:src/chapel", + "from": "ffi/zig/src/docudactyl_ffi.zig", + "to": "ffi/zig/src/ml_inference.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "src/ada/document_model.ads", - "to": "src/ada/terminal_utils.adb", - "relation": "shared_dir:src/ada", + "from": "ffi/zig/src/ml_inference.zig", + "to": "ffi/zig/src/stages.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "src/ada/terminal_utils.adb", - "to": "src/ada/docudactyl_tui.adb", - "relation": "shared_dir:src/ada", + "from": "ffi/zig/src/stages.zig", + "to": "ffi/zig/src/capnp.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "src/ada/docudactyl_tui.adb", - "to": "src/ada/document_model.adb", - "relation": "shared_dir:src/ada", + "from": "ffi/zig/src/capnp.zig", + "to": "ffi/zig/src/gpu_ocr.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "ffi/zig/src/reextract.zig", - "to": "ffi/zig/src/dragonfly.zig", + "from": "ffi/zig/src/gpu_ocr.zig", + "to": "ffi/zig/src/cache.zig", "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "ffi/zig/src/dragonfly.zig", - "to": "ffi/zig/src/entity_graph.zig", + "from": "ffi/zig/src/cache.zig", + "to": "ffi/zig/src/redaction_recovery.zig", "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "ffi/zig/src/entity_graph.zig", - "to": "ffi/zig/src/prefetch.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "src/chapel/DocudactylHPC.chpl", + "to": "src/chapel/ProgressReporter.chpl", + "relation": "shared_dir:src/chapel", "weight": 1.0 }, { - "from": "ffi/zig/src/prefetch.zig", - "to": "ffi/zig/src/hw_crypto.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "src/chapel/ProgressReporter.chpl", + "to": "src/chapel/ContentType.chpl", + "relation": "shared_dir:src/chapel", "weight": 1.0 }, { - "from": "ffi/zig/src/hw_crypto.zig", - "to": "ffi/zig/src/redaction_recovery.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "src/chapel/ContentType.chpl", + "to": "src/chapel/NdjsonManifest.chpl", + "relation": "shared_dir:src/chapel", "weight": 1.0 }, { - "from": "ffi/zig/src/redaction_recovery.zig", - "to": "ffi/zig/src/cache.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "src/chapel/NdjsonManifest.chpl", + "to": "src/chapel/ManifestLoader.chpl", + "relation": "shared_dir:src/chapel", "weight": 1.0 }, { - "from": "ffi/zig/src/cache.zig", - "to": "ffi/zig/src/stages.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "src/chapel/ManifestLoader.chpl", + "to": "src/chapel/Checkpoint.chpl", + "relation": "shared_dir:src/chapel", "weight": 1.0 }, { - "from": "ffi/zig/src/stages.zig", - "to": "ffi/zig/src/docudactyl_ffi.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "src/chapel/Checkpoint.chpl", + "to": "src/chapel/FFIBridge.chpl", + "relation": "shared_dir:src/chapel", "weight": 1.0 }, { - "from": "ffi/zig/src/docudactyl_ffi.zig", - "to": "ffi/zig/src/investigator_summary.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "src/chapel/FFIBridge.chpl", + "to": "src/chapel/smoke.chpl", + "relation": "shared_dir:src/chapel", "weight": 1.0 }, { - "from": "ffi/zig/src/investigator_summary.zig", - "to": "ffi/zig/src/lith_adapter.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "src/chapel/smoke.chpl", + "to": "src/chapel/ResultAggregator.chpl", + "relation": "shared_dir:src/chapel", "weight": 1.0 }, { - "from": "ffi/zig/src/lith_adapter.zig", - "to": "ffi/zig/src/capnp.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "src/chapel/ResultAggregator.chpl", + "to": "src/chapel/Config.chpl", + "relation": "shared_dir:src/chapel", "weight": 1.0 }, { - "from": "ffi/zig/src/capnp.zig", - "to": "ffi/zig/src/ml_inference.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "src/chapel/Config.chpl", + "to": "src/chapel/FaultHandler.chpl", + "relation": "shared_dir:src/chapel", "weight": 1.0 }, { - "from": "ffi/zig/src/ml_inference.zig", - "to": "ffi/zig/src/gpu_ocr.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "src/chapel/FaultHandler.chpl", + "to": "src/chapel/ShardedOutput.chpl", + "relation": "shared_dir:src/chapel", "weight": 1.0 }, { - "from": "ffi/zig/src/gpu_ocr.zig", - "to": "ffi/zig/src/conduit.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "src/ada/document_model.adb", + "to": "src/ada/docudactyl_tui.adb", + "relation": "shared_dir:src/ada", "weight": 1.0 }, { - "from": "src/ocaml/scheme_emit.ml", - "to": "src/ocaml/docudactyl_scm.ml", - "relation": "shared_dir:src/ocaml", + "from": "src/ada/docudactyl_tui.adb", + "to": "src/ada/document_model.ads", + "relation": "shared_dir:src/ada", "weight": 1.0 }, { - "from": "src/ocaml/docudactyl_scm.ml", - "to": "src/ocaml/pdf_parser.ml", - "relation": "shared_dir:src/ocaml", + "from": "src/ada/document_model.ads", + "to": "src/ada/terminal_utils.adb", + "relation": "shared_dir:src/ada", "weight": 1.0 }, { - "from": "src/Docudactyl/ABI/Foreign.idr", - "to": "src/Docudactyl/ABI/Types.idr", - "relation": "shared_dir:src/Docudactyl/ABI", + "from": "src/julia/extract.jl", + "to": "src/julia/export.jl", + "relation": "shared_dir:src/julia", "weight": 1.0 } ] }, "taint_matrix": { "rows": [ + { + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, + "files": [ + "ffi/zig/src/lith_adapter.zig", + "ffi/zig/src/reextract.zig", + "ffi/zig/src/dragonfly.zig", + "ffi/zig/src/prefetch.zig", + "ffi/zig/src/docudactyl_ffi.zig", + "ffi/zig/src/ml_inference.zig", + "ffi/zig/src/stages.zig", + "ffi/zig/src/capnp.zig", + "ffi/zig/src/gpu_ocr.zig", + "ffi/zig/src/cache.zig", + "ffi/zig/src/redaction_recovery.zig" + ], + "frameworks": [], + "relation": "UnsafeCode->Memory" + }, { "source_category": "InsecureProtocol", "sink_axis": "network", @@ -862,33 +882,13 @@ "sink_axis": "memory", "severity_value": 3.5, "files": [ - "ffi/zig/src/redaction_recovery.zig", - "ffi/zig/src/cache.zig", + "ffi/zig/src/docudactyl_ffi.zig", "ffi/zig/src/stages.zig", - "ffi/zig/src/docudactyl_ffi.zig" - ], - "frameworks": [], - "relation": "UnsafeFFI->Memory" - }, - { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, - "files": [ - "ffi/zig/src/reextract.zig", - "ffi/zig/src/dragonfly.zig", - "ffi/zig/src/prefetch.zig", - "ffi/zig/src/redaction_recovery.zig", "ffi/zig/src/cache.zig", - "ffi/zig/src/stages.zig", - "ffi/zig/src/docudactyl_ffi.zig", - "ffi/zig/src/lith_adapter.zig", - "ffi/zig/src/capnp.zig", - "ffi/zig/src/ml_inference.zig", - "ffi/zig/src/gpu_ocr.zig" + "ffi/zig/src/redaction_recovery.zig" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "UnsafeFFI->Memory" } ] } diff --git a/scans/dotmatrix-fileprinter.json b/scans/dotmatrix-fileprinter.json index 90142c8e..299cf6b0 100644 --- a/scans/dotmatrix-fileprinter.json +++ b/scans/dotmatrix-fileprinter.json @@ -4,17 +4,6 @@ "language": "affinescript", "frameworks": [], "weak_points": [ - { - "category": "UnsafeFFI", - "location": "src/RuntimeBridge.affine", - "file": "src/RuntimeBridge.affine", - "severity": "Medium", - "description": "11 FFI/external bindings in src/RuntimeBridge.affine", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "DynamicCodeExecution", "location": "src/main.js", @@ -27,6 +16,17 @@ ], "test_context": "production" }, + { + "category": "UnsafeFFI", + "location": "src/RuntimeBridge.affine", + "file": "src/RuntimeBridge.affine", + "severity": "Medium", + "description": "11 FFI/external bindings in src/RuntimeBridge.affine", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, { "category": "MutationGap", "location": "Cargo.toml", @@ -48,51 +48,51 @@ }, "file_statistics": [ { - "file_path": "src/RuntimeBridge.affine", - "lines": 217, - "unsafe_blocks": 11, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "src/bin/dotmatrix-fileprinter.rs", - "lines": 419, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, - "unsafe_blocks": 0, + "file_path": "src/RuntimeBridge.affine", + "lines": 217, + "unsafe_blocks": 11, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 7, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, + "file_path": "src/bin/dotmatrix-fileprinter.rs", + "lines": 419, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "safe_unwrap_calls": 6, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 } ], "recommended_attacks": [ - "network", - "memory", "cpu", + "memory", + "network", "disk" ], "dependency_graph": { @@ -112,23 +112,23 @@ }, { "source_category": "DynamicCodeExecution", - "sink_axis": "memory", + "sink_axis": "network", "severity_value": 3.5, "files": [ "src/main.js" ], "frameworks": [], - "relation": "DynamicCodeExecution->Memory" + "relation": "DynamicCodeExecution->Network" }, { "source_category": "DynamicCodeExecution", - "sink_axis": "network", + "sink_axis": "memory", "severity_value": 3.5, "files": [ "src/main.js" ], "frameworks": [], - "relation": "DynamicCodeExecution->Network" + "relation": "DynamicCodeExecution->Memory" } ] } diff --git a/scans/double-track-browser.json b/scans/double-track-browser.json index 4f71bde3..71f41059 100644 --- a/scans/double-track-browser.json +++ b/scans/double-track-browser.json @@ -4,12 +4,34 @@ "language": "affinescript", "frameworks": [], "weak_points": [ + { + "category": "InsecureProtocol", + "location": "tests/aspect/security_test.affine", + "file": "tests/aspect/security_test.affine", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in tests/aspect/security_test.affine", + "recommended_attack": [ + "network" + ], + "test_context": "test_only" + }, + { + "category": "InsecureProtocol", + "location": "tests/property/extension_properties_test.affine", + "file": "tests/property/extension_properties_test.affine", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in tests/property/extension_properties_test.affine", + "recommended_attack": [ + "network" + ], + "test_context": "test_only" + }, { "category": "UnsafeFFI", - "location": "lib/ocaml/Content.affine", - "file": "lib/ocaml/Content.affine", + "location": "lib/ocaml/DomBindings.affine", + "file": "lib/ocaml/DomBindings.affine", "severity": "Medium", - "description": "10 FFI/external bindings in lib/ocaml/Content.affine", + "description": "24 FFI/external bindings in lib/ocaml/DomBindings.affine", "recommended_attack": [ "memory" ], @@ -28,10 +50,10 @@ }, { "category": "UnsafeFFI", - "location": "lib/ocaml/DomBindings.affine", - "file": "lib/ocaml/DomBindings.affine", + "location": "lib/ocaml/Content.affine", + "file": "lib/ocaml/Content.affine", "severity": "Medium", - "description": "24 FFI/external bindings in lib/ocaml/DomBindings.affine", + "description": "10 FFI/external bindings in lib/ocaml/Content.affine", "recommended_attack": [ "memory" ], @@ -39,10 +61,10 @@ }, { "category": "PanicPath", - "location": "rust_core/src/interests.rs", - "file": "rust_core/src/interests.rs", + "location": "rust_core/src/schedule.rs", + "file": "rust_core/src/schedule.rs", "severity": "Medium", - "description": "0 panic sites and 31 unwrap/expect calls in rust_core/src/interests.rs", + "description": "1 panic sites and 0 unwrap/expect calls in rust_core/src/schedule.rs", "recommended_attack": [ "memory", "disk" @@ -51,10 +73,10 @@ }, { "category": "PanicPath", - "location": "rust_core/src/form_data.rs", - "file": "rust_core/src/form_data.rs", + "location": "rust_core/src/lib.rs", + "file": "rust_core/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in rust_core/src/form_data.rs", + "description": "0 panic sites and 7 unwrap/expect calls in rust_core/src/lib.rs", "recommended_attack": [ "memory", "disk" @@ -63,10 +85,10 @@ }, { "category": "PanicPath", - "location": "rust_core/src/profile.rs", - "file": "rust_core/src/profile.rs", + "location": "rust_core/src/interests.rs", + "file": "rust_core/src/interests.rs", "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in rust_core/src/profile.rs", + "description": "0 panic sites and 31 unwrap/expect calls in rust_core/src/interests.rs", "recommended_attack": [ "memory", "disk" @@ -75,10 +97,10 @@ }, { "category": "PanicPath", - "location": "rust_core/src/schedule.rs", - "file": "rust_core/src/schedule.rs", + "location": "rust_core/src/form_data.rs", + "file": "rust_core/src/form_data.rs", "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in rust_core/src/schedule.rs", + "description": "0 panic sites and 3 unwrap/expect calls in rust_core/src/form_data.rs", "recommended_attack": [ "memory", "disk" @@ -87,38 +109,16 @@ }, { "category": "PanicPath", - "location": "rust_core/src/lib.rs", - "file": "rust_core/src/lib.rs", + "location": "rust_core/src/profile.rs", + "file": "rust_core/src/profile.rs", "severity": "Medium", - "description": "0 panic sites and 7 unwrap/expect calls in rust_core/src/lib.rs", + "description": "0 panic sites and 5 unwrap/expect calls in rust_core/src/profile.rs", "recommended_attack": [ "memory", "disk" ], "test_context": "production" }, - { - "category": "InsecureProtocol", - "location": "tests/aspect/security_test.affine", - "file": "tests/aspect/security_test.affine", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in tests/aspect/security_test.affine", - "recommended_attack": [ - "network" - ], - "test_context": "test_only" - }, - { - "category": "InsecureProtocol", - "location": "tests/property/extension_properties_test.affine", - "file": "tests/property/extension_properties_test.affine", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in tests/property/extension_properties_test.affine", - "recommended_attack": [ - "network" - ], - "test_context": "test_only" - }, { "category": "DynamicCodeExecution", "location": "src/dashboard/Dashboard.res.js", @@ -144,10 +144,10 @@ }, { "category": "UnsafeFFI", - "location": "src/bindings/Chrome.affine", - "file": "src/bindings/Chrome.affine", + "location": "src/bindings/DomBindings.affine", + "file": "src/bindings/DomBindings.affine", "severity": "Medium", - "description": "16 FFI/external bindings in src/bindings/Chrome.affine", + "description": "24 FFI/external bindings in src/bindings/DomBindings.affine", "recommended_attack": [ "memory" ], @@ -155,10 +155,10 @@ }, { "category": "UnsafeFFI", - "location": "src/bindings/DomBindings.affine", - "file": "src/bindings/DomBindings.affine", + "location": "src/bindings/Chrome.affine", + "file": "src/bindings/Chrome.affine", "severity": "Medium", - "description": "24 FFI/external bindings in src/bindings/DomBindings.affine", + "description": "16 FFI/external bindings in src/bindings/Chrome.affine", "recommended_attack": [ "memory" ], @@ -176,29 +176,29 @@ }, "file_statistics": [ { - "file_path": "lib/ocaml/Storage.affine", - "lines": 145, - "unsafe_blocks": 2, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "lib/ocaml/Background.affine", - "lines": 330, - "unsafe_blocks": 1, + "file_path": "tests/affine/extension_lifecycle_test.affine", + "lines": 179, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "lib/ocaml/Content.affine", - "lines": 210, - "unsafe_blocks": 10, + "file_path": "tests/affine/driver.affine", + "lines": 23, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -206,13 +206,13 @@ "threading_constructs": 0 }, { - "file_path": "lib/ocaml/Chrome.affine", - "lines": 84, - "unsafe_blocks": 16, + "file_path": "lib/ocaml/Background.affine", + "lines": 330, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { @@ -226,39 +226,38 @@ "threading_constructs": 0 }, { - "file_path": "rust_core/tests/integration_tests.rs", - "lines": 187, - "unsafe_blocks": 0, + "file_path": "lib/ocaml/Chrome.affine", + "lines": 84, + "unsafe_blocks": 16, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rust_core/src/interests.rs", - "lines": 1072, - "unsafe_blocks": 0, + "file_path": "lib/ocaml/Storage.affine", + "lines": 145, + "unsafe_blocks": 2, "panic_sites": 0, - "unwrap_calls": 31, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rust_core/src/form_data.rs", - "lines": 244, - "unsafe_blocks": 0, + "file_path": "lib/ocaml/Content.affine", + "lines": 210, + "unsafe_blocks": 10, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 2, - "allocation_sites": 6, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "rust_core/src/activity.rs", - "lines": 198, + "file_path": "rust_core/tests/integration_tests.rs", + "lines": 187, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -267,20 +266,20 @@ "threading_constructs": 0 }, { - "file_path": "rust_core/src/profile.rs", - "lines": 453, + "file_path": "rust_core/src/schedule.rs", + "lines": 254, "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 5, + "panic_sites": 1, + "unwrap_calls": 0, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rust_core/src/schedule.rs", - "lines": 254, + "file_path": "rust_core/src/activity.rs", + "lines": 198, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, "io_operations": 0, @@ -297,13 +296,34 @@ "threading_constructs": 0 }, { - "file_path": "scripts/build.affine", - "lines": 104, + "file_path": "rust_core/src/interests.rs", + "lines": 1072, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 31, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "rust_core/src/form_data.rs", + "lines": 244, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 3, + "safe_unwrap_calls": 2, + "allocation_sites": 6, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "rust_core/src/profile.rs", + "lines": 453, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 5, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { @@ -317,43 +337,43 @@ "threading_constructs": 0 }, { - "file_path": "tests/affine/driver.affine", - "lines": 23, + "file_path": "scripts/build.affine", + "lines": 104, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/affine/extension_lifecycle_test.affine", - "lines": 179, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "src/utils/Storage.affine", - "lines": 145, - "unsafe_blocks": 2, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/background/Background.affine", - "lines": 330, - "unsafe_blocks": 1, + "file_path": "src/utils/Storage.affine", + "lines": 145, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { @@ -367,13 +387,13 @@ "threading_constructs": 0 }, { - "file_path": "src/bindings/Chrome.affine", - "lines": 84, - "unsafe_blocks": 16, + "file_path": "src/background/Background.affine", + "lines": 330, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { @@ -387,114 +407,94 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "src/bindings/Chrome.affine", + "lines": 84, + "unsafe_blocks": 16, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, "threading_constructs": 0 } ], "recommended_attacks": [ + "network", "disk", - "cpu", "memory", - "network" + "cpu" ], "dependency_graph": { "edges": [ { - "from": "rust_core/src/interests.rs", - "to": "rust_core/src/form_data.rs", - "relation": "shared_dir:rust_core/src", + "from": "src/bindings/DomBindings.affine", + "to": "src/bindings/Chrome.affine", + "relation": "shared_dir:src/bindings", "weight": 1.0 }, { - "from": "rust_core/src/form_data.rs", - "to": "rust_core/src/activity.rs", - "relation": "shared_dir:rust_core/src", + "from": "lib/ocaml/Background.affine", + "to": "lib/ocaml/DomBindings.affine", + "relation": "shared_dir:lib/ocaml", "weight": 1.0 }, { - "from": "rust_core/src/activity.rs", - "to": "rust_core/src/profile.rs", - "relation": "shared_dir:rust_core/src", + "from": "lib/ocaml/DomBindings.affine", + "to": "lib/ocaml/Chrome.affine", + "relation": "shared_dir:lib/ocaml", "weight": 1.0 }, { - "from": "rust_core/src/profile.rs", - "to": "rust_core/src/schedule.rs", - "relation": "shared_dir:rust_core/src", + "from": "lib/ocaml/Chrome.affine", + "to": "lib/ocaml/Storage.affine", + "relation": "shared_dir:lib/ocaml", "weight": 1.0 }, { - "from": "rust_core/src/schedule.rs", - "to": "rust_core/src/lib.rs", - "relation": "shared_dir:rust_core/src", + "from": "lib/ocaml/Storage.affine", + "to": "lib/ocaml/Content.affine", + "relation": "shared_dir:lib/ocaml", "weight": 1.0 }, { - "from": "src/bindings/Chrome.affine", - "to": "src/bindings/DomBindings.affine", - "relation": "shared_dir:src/bindings", + "from": "scripts/build.sh", + "to": "scripts/build.affine", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "lib/ocaml/Storage.affine", - "to": "lib/ocaml/Background.affine", - "relation": "shared_dir:lib/ocaml", + "from": "tests/affine/extension_lifecycle_test.affine", + "to": "tests/affine/driver.affine", + "relation": "shared_dir:tests/affine", "weight": 1.0 }, { - "from": "lib/ocaml/Background.affine", - "to": "lib/ocaml/Content.affine", - "relation": "shared_dir:lib/ocaml", + "from": "rust_core/src/schedule.rs", + "to": "rust_core/src/activity.rs", + "relation": "shared_dir:rust_core/src", "weight": 1.0 }, { - "from": "lib/ocaml/Content.affine", - "to": "lib/ocaml/Chrome.affine", - "relation": "shared_dir:lib/ocaml", + "from": "rust_core/src/activity.rs", + "to": "rust_core/src/lib.rs", + "relation": "shared_dir:rust_core/src", "weight": 1.0 }, { - "from": "lib/ocaml/Chrome.affine", - "to": "lib/ocaml/DomBindings.affine", - "relation": "shared_dir:lib/ocaml", + "from": "rust_core/src/lib.rs", + "to": "rust_core/src/interests.rs", + "relation": "shared_dir:rust_core/src", "weight": 1.0 }, { - "from": "scripts/build.affine", - "to": "scripts/build.sh", - "relation": "shared_dir:scripts", + "from": "rust_core/src/interests.rs", + "to": "rust_core/src/form_data.rs", + "relation": "shared_dir:rust_core/src", "weight": 1.0 }, { - "from": "tests/affine/driver.affine", - "to": "tests/affine/extension_lifecycle_test.affine", - "relation": "shared_dir:tests/affine", + "from": "rust_core/src/form_data.rs", + "to": "rust_core/src/profile.rs", + "relation": "shared_dir:rust_core/src", "weight": 1.0 } ] @@ -502,33 +502,33 @@ "taint_matrix": { "rows": [ { - "source_category": "PanicPath", + "source_category": "UnsafeFFI", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "rust_core/src/interests.rs", - "rust_core/src/form_data.rs", - "rust_core/src/profile.rs", - "rust_core/src/schedule.rs", - "rust_core/src/lib.rs" + "lib/ocaml/DomBindings.affine", + "lib/ocaml/Chrome.affine", + "lib/ocaml/Content.affine", + "src/content/Content.affine", + "src/bindings/DomBindings.affine", + "src/bindings/Chrome.affine" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "UnsafeFFI->Memory" }, { - "source_category": "UnsafeFFI", + "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "lib/ocaml/Content.affine", - "lib/ocaml/Chrome.affine", - "lib/ocaml/DomBindings.affine", - "src/content/Content.affine", - "src/bindings/Chrome.affine", - "src/bindings/DomBindings.affine" + "rust_core/src/schedule.rs", + "rust_core/src/lib.rs", + "rust_core/src/interests.rs", + "rust_core/src/form_data.rs", + "rust_core/src/profile.rs" ], "frameworks": [], - "relation": "UnsafeFFI->Memory" + "relation": "PanicPath->Memory" }, { "source_category": "DynamicCodeExecution", @@ -541,39 +541,39 @@ "relation": "DynamicCodeExecution->Memory" }, { - "source_category": "DynamicCodeExecution", + "source_category": "InsecureProtocol", "sink_axis": "network", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "src/dashboard/Dashboard.res.js" + "tests/aspect/security_test.affine", + "tests/property/extension_properties_test.affine" ], "frameworks": [], - "relation": "DynamicCodeExecution->Network" + "relation": "InsecureProtocol->Network" }, { "source_category": "PanicPath", "sink_axis": "disk", "severity_value": 2.5, "files": [ + "rust_core/src/schedule.rs", + "rust_core/src/lib.rs", "rust_core/src/interests.rs", "rust_core/src/form_data.rs", - "rust_core/src/profile.rs", - "rust_core/src/schedule.rs", - "rust_core/src/lib.rs" + "rust_core/src/profile.rs" ], "frameworks": [], "relation": "PanicPath->Disk" }, { - "source_category": "InsecureProtocol", + "source_category": "DynamicCodeExecution", "sink_axis": "network", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ - "tests/aspect/security_test.affine", - "tests/property/extension_properties_test.affine" + "src/dashboard/Dashboard.res.js" ], "frameworks": [], - "relation": "InsecureProtocol->Network" + "relation": "DynamicCodeExecution->Network" } ] } diff --git a/scans/echidna.json b/scans/echidna.json index 4db34e98..68ca63b0 100644 --- a/scans/echidna.json +++ b/scans/echidna.json @@ -8,48 +8,15 @@ ], "weak_points": [ { - "category": "UnsafeFFI", - "location": "echidna-playground/src/Deno.affine", - "file": "echidna-playground/src/Deno.affine", - "severity": "Medium", - "description": "9 FFI/external bindings in echidna-playground/src/Deno.affine", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "UnsafeFFI", - "location": "echidna-playground/src/Dom.affine", - "file": "echidna-playground/src/Dom.affine", - "severity": "Medium", - "description": "30 FFI/external bindings in echidna-playground/src/Dom.affine", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "InsecureProtocol", - "location": "echidna-playground/src/Page.affine", - "file": "echidna-playground/src/Page.affine", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in echidna-playground/src/Page.affine", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, - { - "category": "PathTraversal", - "location": "scripts/install-proof-toolchains.sh", - "file": "scripts/install-proof-toolchains.sh", + "category": "InputBoundary", + "location": "tests/julia/gnn_rank_smoke.jl", + "file": "tests/julia/gnn_rank_smoke.jl", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/install-proof-toolchains.sh", + "description": "2 JSON3.read/JSON.parse call(s) with 0 try block(s) in tests/julia/gnn_rank_smoke.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "ProofDrift", @@ -84,17 +51,6 @@ ], "test_context": "test_only" }, - { - "category": "InputBoundary", - "location": "tests/julia/gnn_rank_smoke.jl", - "file": "tests/julia/gnn_rank_smoke.jl", - "severity": "Medium", - "description": "2 JSON3.read/JSON.parse call(s) with 0 try block(s) in tests/julia/gnn_rank_smoke.jl — these throw on malformed input; wrap in try/catch", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, { "category": "PanicPath", "location": "crates/typed_wasm/src/lib.rs", @@ -107,50 +63,68 @@ ], "test_context": "production" }, + { + "category": "PathTraversal", + "location": "scripts/install-proof-toolchains.sh", + "file": "scripts/install-proof-toolchains.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in scripts/install-proof-toolchains.sh", + "recommended_attack": [ + "disk" + ], + "test_context": "production" + }, { "category": "UnsafeFFI", - "location": "src/zig_ffi/chapel_bridge.zig", - "file": "src/zig_ffi/chapel_bridge.zig", - "severity": "High", - "description": "1 C interop imports in src/zig_ffi/chapel_bridge.zig", + "location": "echidna-playground/src/Dom.affine", + "file": "echidna-playground/src/Dom.affine", + "severity": "Medium", + "description": "30 FFI/external bindings in echidna-playground/src/Dom.affine", "recommended_attack": [ "memory" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "src/interfaces/grpc/ffi_wrapper.rs", - "file": "src/interfaces/grpc/ffi_wrapper.rs", - "severity": "High", - "description": "10 unsafe blocks in src/interfaces/grpc/ffi_wrapper.rs", + "category": "InsecureProtocol", + "location": "echidna-playground/src/Page.affine", + "file": "echidna-playground/src/Page.affine", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in echidna-playground/src/Page.affine", "recommended_attack": [ - "memory", - "concurrency" + "network" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "src/interfaces/grpc/ffi_wrapper.rs", - "file": "src/interfaces/grpc/ffi_wrapper.rs", + "category": "UnsafeFFI", + "location": "echidna-playground/src/Deno.affine", + "file": "echidna-playground/src/Deno.affine", + "severity": "Medium", + "description": "9 FFI/external bindings in echidna-playground/src/Deno.affine", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, + { + "category": "UnsafeFFI", + "location": "src/zig/ffi/axiom_spark_bridge.zig", + "file": "src/zig/ffi/axiom_spark_bridge.zig", "severity": "High", - "description": "Raw pointer cast in src/interfaces/grpc/ffi_wrapper.rs", + "description": "1 C interop imports in src/zig/ffi/axiom_spark_bridge.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "src/interfaces/graphql/main.rs", - "file": "src/interfaces/graphql/main.rs", + "location": "src/rust/server.rs", + "file": "src/rust/server.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in src/interfaces/graphql/main.rs", + "description": "0 panic sites and 4 unwrap/expect calls in src/rust/server.rs", "recommended_attack": [ "memory", "disk" @@ -159,22 +133,23 @@ }, { "category": "PanicPath", - "location": "src/interfaces/graphql/resolvers.rs", - "file": "src/interfaces/graphql/resolvers.rs", + "location": "src/rust/provers/hol4.rs", + "file": "src/rust/provers/hol4.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/interfaces/graphql/resolvers.rs", + "description": "1 panic sites and 0 unwrap/expect calls in src/rust/provers/hol4.rs", "recommended_attack": [ "memory", "disk" ], + "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "src/interfaces/graphql/schema.rs", - "file": "src/interfaces/graphql/schema.rs", + "location": "src/rust/provers/framac.rs", + "file": "src/rust/provers/framac.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/interfaces/graphql/schema.rs", + "description": "0 panic sites and 3 unwrap/expect calls in src/rust/provers/framac.rs", "recommended_attack": [ "memory", "disk" @@ -182,37 +157,35 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "src/interfaces/graphql/ffi_wrapper.rs", - "file": "src/interfaces/graphql/ffi_wrapper.rs", - "severity": "High", - "description": "10 unsafe blocks in src/interfaces/graphql/ffi_wrapper.rs", + "category": "PanicPath", + "location": "src/rust/provers/z3.rs", + "file": "src/rust/provers/z3.rs", + "severity": "Medium", + "description": "0 panic sites and 18 unwrap/expect calls in src/rust/provers/z3.rs", "recommended_attack": [ "memory", - "concurrency" + "disk" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "src/interfaces/graphql/ffi_wrapper.rs", - "file": "src/interfaces/graphql/ffi_wrapper.rs", - "severity": "High", - "description": "Raw pointer cast in src/interfaces/graphql/ffi_wrapper.rs", + "category": "InsecureProtocol", + "location": "src/rust/provers/elk.rs", + "file": "src/rust/provers/elk.rs", + "severity": "Medium", + "description": "2 HTTP (non-HTTPS) URLs in src/rust/provers/elk.rs", "recommended_attack": [ - "memory", - "concurrency" + "network" ], - "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "src/interfaces/rest/main.rs", - "file": "src/interfaces/rest/main.rs", + "location": "src/rust/provers/coq.rs", + "file": "src/rust/provers/coq.rs", "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in src/interfaces/rest/main.rs", + "description": "0 panic sites and 2 unwrap/expect calls in src/rust/provers/coq.rs", "recommended_attack": [ "memory", "disk" @@ -220,49 +193,46 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "src/interfaces/rest/ffi_wrapper.rs", - "file": "src/interfaces/rest/ffi_wrapper.rs", - "severity": "High", - "description": "10 unsafe blocks in src/interfaces/rest/ffi_wrapper.rs", + "category": "PanicPath", + "location": "src/rust/provers/mizar.rs", + "file": "src/rust/provers/mizar.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in src/rust/provers/mizar.rs", "recommended_attack": [ "memory", - "concurrency" + "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "src/interfaces/rest/ffi_wrapper.rs", - "file": "src/interfaces/rest/ffi_wrapper.rs", - "severity": "High", - "description": "Raw pointer cast in src/interfaces/rest/ffi_wrapper.rs", + "category": "PanicPath", + "location": "src/rust/provers/lean.rs", + "file": "src/rust/provers/lean.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in src/rust/provers/lean.rs", "recommended_attack": [ "memory", - "concurrency" + "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "src/rust/ipc/mod.rs", - "file": "src/rust/ipc/mod.rs", + "category": "InsecureProtocol", + "location": "src/rust/provers/konclude.rs", + "file": "src/rust/provers/konclude.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/rust/ipc/mod.rs", + "description": "2 HTTP (non-HTTPS) URLs in src/rust/provers/konclude.rs", "recommended_attack": [ - "memory", - "disk" + "network" ], "test_context": "production" }, { "category": "PanicPath", - "location": "src/rust/llm.rs", - "file": "src/rust/llm.rs", + "location": "src/rust/verification/axiom_tracker.rs", + "file": "src/rust/verification/axiom_tracker.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/rust/llm.rs", + "description": "1 panic sites and 0 unwrap/expect calls in src/rust/verification/axiom_tracker.rs", "recommended_attack": [ "memory", "disk" @@ -271,10 +241,10 @@ }, { "category": "PanicPath", - "location": "src/rust/learning/design_search.rs", - "file": "src/rust/learning/design_search.rs", + "location": "src/rust/verification/portfolio.rs", + "file": "src/rust/verification/portfolio.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/rust/learning/design_search.rs", + "description": "0 panic sites and 2 unwrap/expect calls in src/rust/verification/portfolio.rs", "recommended_attack": [ "memory", "disk" @@ -283,10 +253,10 @@ }, { "category": "PanicPath", - "location": "src/rust/fault_tolerance/resilience.rs", - "file": "src/rust/fault_tolerance/resilience.rs", + "location": "src/rust/main.rs", + "file": "src/rust/main.rs", "severity": "Medium", - "description": "0 panic sites and 7 unwrap/expect calls in src/rust/fault_tolerance/resilience.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/rust/main.rs", "recommended_attack": [ "memory", "disk" @@ -295,10 +265,10 @@ }, { "category": "PanicPath", - "location": "src/rust/main.rs", - "file": "src/rust/main.rs", + "location": "src/rust/ipc/mod.rs", + "file": "src/rust/ipc/mod.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/rust/main.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/rust/ipc/mod.rs", "recommended_attack": [ "memory", "disk" @@ -319,10 +289,10 @@ }, { "category": "PanicPath", - "location": "src/rust/neural.rs", - "file": "src/rust/neural.rs", + "location": "src/rust/repl/diagnostics.rs", + "file": "src/rust/repl/diagnostics.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in src/rust/neural.rs", + "description": "0 panic sites and 2 unwrap/expect calls in src/rust/repl/diagnostics.rs", "recommended_attack": [ "memory", "disk" @@ -330,24 +300,23 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "src/rust/proof_search.rs", - "file": "src/rust/proof_search.rs", - "severity": "High", - "description": "8 unsafe blocks in src/rust/proof_search.rs", + "category": "PanicPath", + "location": "src/rust/repl/proof.rs", + "file": "src/rust/repl/proof.rs", + "severity": "Medium", + "description": "0 panic sites and 4 unwrap/expect calls in src/rust/repl/proof.rs", "recommended_attack": [ "memory", - "concurrency" + "disk" ], - "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "src/rust/proof_search.rs", - "file": "src/rust/proof_search.rs", + "location": "src/rust/fault_tolerance/resilience.rs", + "file": "src/rust/fault_tolerance/resilience.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/rust/proof_search.rs", + "description": "0 panic sites and 7 unwrap/expect calls in src/rust/fault_tolerance/resilience.rs", "recommended_attack": [ "memory", "disk" @@ -356,10 +325,10 @@ }, { "category": "UnsafeCode", - "location": "src/rust/proof_search.rs", - "file": "src/rust/proof_search.rs", + "location": "src/rust/ffi/mod.rs", + "file": "src/rust/ffi/mod.rs", "severity": "High", - "description": "Raw pointer cast in src/rust/proof_search.rs", + "description": "22 unsafe blocks in src/rust/ffi/mod.rs", "recommended_attack": [ "memory", "concurrency" @@ -368,35 +337,49 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "src/rust/gnn/client.rs", - "file": "src/rust/gnn/client.rs", - "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in src/rust/gnn/client.rs", + "category": "ResourceLeak", + "location": "src/rust/ffi/mod.rs", + "file": "src/rust/ffi/mod.rs", + "severity": "High", + "description": "mem::forget usage (resource leak) in src/rust/ffi/mod.rs", + "recommended_attack": [ + "memory" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "UnsafeCode", + "location": "src/rust/ffi/mod.rs", + "file": "src/rust/ffi/mod.rs", + "severity": "High", + "description": "Raw pointer cast in src/rust/ffi/mod.rs", "recommended_attack": [ "memory", - "disk" + "concurrency" ], + "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "src/rust/verification/axiom_tracker.rs", - "file": "src/rust/verification/axiom_tracker.rs", - "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in src/rust/verification/axiom_tracker.rs", + "category": "UnsafeCode", + "location": "src/rust/ffi/spark_axiom.rs", + "file": "src/rust/ffi/spark_axiom.rs", + "severity": "High", + "description": "3 unsafe blocks in src/rust/ffi/spark_axiom.rs", "recommended_attack": [ "memory", - "disk" + "concurrency" ], + "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "src/rust/verification/portfolio.rs", - "file": "src/rust/verification/portfolio.rs", + "location": "src/rust/gnn/client.rs", + "file": "src/rust/gnn/client.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in src/rust/verification/portfolio.rs", + "description": "0 panic sites and 2 unwrap/expect calls in src/rust/gnn/client.rs", "recommended_attack": [ "memory", "disk" @@ -405,10 +388,10 @@ }, { "category": "PanicPath", - "location": "src/rust/coprocessor/macaulay2.rs", - "file": "src/rust/coprocessor/macaulay2.rs", + "location": "src/rust/coprocessor/singular.rs", + "file": "src/rust/coprocessor/singular.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/rust/coprocessor/macaulay2.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/rust/coprocessor/singular.rs", "recommended_attack": [ "memory", "disk" @@ -430,22 +413,10 @@ }, { "category": "PanicPath", - "location": "src/rust/coprocessor/audio.rs", - "file": "src/rust/coprocessor/audio.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/rust/coprocessor/audio.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "src/rust/coprocessor/julia_bridge.rs", - "file": "src/rust/coprocessor/julia_bridge.rs", + "location": "src/rust/coprocessor/macaulay2.rs", + "file": "src/rust/coprocessor/macaulay2.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/rust/coprocessor/julia_bridge.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/rust/coprocessor/macaulay2.rs", "recommended_attack": [ "memory", "disk" @@ -454,10 +425,10 @@ }, { "category": "PanicPath", - "location": "src/rust/coprocessor/singular.rs", - "file": "src/rust/coprocessor/singular.rs", + "location": "src/rust/coprocessor/math.rs", + "file": "src/rust/coprocessor/math.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/rust/coprocessor/singular.rs", + "description": "0 panic sites and 5 unwrap/expect calls in src/rust/coprocessor/math.rs", "recommended_attack": [ "memory", "disk" @@ -466,10 +437,10 @@ }, { "category": "PanicPath", - "location": "src/rust/coprocessor/math.rs", - "file": "src/rust/coprocessor/math.rs", + "location": "src/rust/coprocessor/julia_bridge.rs", + "file": "src/rust/coprocessor/julia_bridge.rs", "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in src/rust/coprocessor/math.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/rust/coprocessor/julia_bridge.rs", "recommended_attack": [ "memory", "disk" @@ -490,10 +461,10 @@ }, { "category": "PanicPath", - "location": "src/rust/server.rs", - "file": "src/rust/server.rs", + "location": "src/rust/coprocessor/audio.rs", + "file": "src/rust/coprocessor/audio.rs", "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in src/rust/server.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/rust/coprocessor/audio.rs", "recommended_attack": [ "memory", "disk" @@ -514,22 +485,10 @@ }, { "category": "PanicPath", - "location": "src/rust/repl/diagnostics.rs", - "file": "src/rust/repl/diagnostics.rs", - "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in src/rust/repl/diagnostics.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "src/rust/repl/proof.rs", - "file": "src/rust/repl/proof.rs", + "location": "src/rust/llm.rs", + "file": "src/rust/llm.rs", "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in src/rust/repl/proof.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/rust/llm.rs", "recommended_attack": [ "memory", "disk" @@ -538,10 +497,10 @@ }, { "category": "PanicPath", - "location": "src/rust/corpus/octad.rs", - "file": "src/rust/corpus/octad.rs", + "location": "src/rust/neural.rs", + "file": "src/rust/neural.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/rust/corpus/octad.rs", + "description": "0 panic sites and 2 unwrap/expect calls in src/rust/neural.rs", "recommended_attack": [ "memory", "disk" @@ -550,10 +509,10 @@ }, { "category": "UnsafeCode", - "location": "src/rust/ffi/mod.rs", - "file": "src/rust/ffi/mod.rs", + "location": "src/rust/proof_search.rs", + "file": "src/rust/proof_search.rs", "severity": "High", - "description": "22 unsafe blocks in src/rust/ffi/mod.rs", + "description": "8 unsafe blocks in src/rust/proof_search.rs", "recommended_attack": [ "memory", "concurrency" @@ -562,23 +521,23 @@ "test_context": "production" }, { - "category": "ResourceLeak", - "location": "src/rust/ffi/mod.rs", - "file": "src/rust/ffi/mod.rs", - "severity": "High", - "description": "mem::forget usage (resource leak) in src/rust/ffi/mod.rs", + "category": "PanicPath", + "location": "src/rust/proof_search.rs", + "file": "src/rust/proof_search.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in src/rust/proof_search.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], - "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "src/rust/ffi/mod.rs", - "file": "src/rust/ffi/mod.rs", + "location": "src/rust/proof_search.rs", + "file": "src/rust/proof_search.rs", "severity": "High", - "description": "Raw pointer cast in src/rust/ffi/mod.rs", + "description": "Raw pointer cast in src/rust/proof_search.rs", "recommended_attack": [ "memory", "concurrency" @@ -587,48 +546,47 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "src/rust/ffi/spark_axiom.rs", - "file": "src/rust/ffi/spark_axiom.rs", - "severity": "High", - "description": "3 unsafe blocks in src/rust/ffi/spark_axiom.rs", + "category": "PanicPath", + "location": "src/rust/corpus/octad.rs", + "file": "src/rust/corpus/octad.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in src/rust/corpus/octad.rs", "recommended_attack": [ "memory", - "concurrency" + "disk" ], - "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "src/rust/provers/hol4.rs", - "file": "src/rust/provers/hol4.rs", + "location": "src/rust/learning/design_search.rs", + "file": "src/rust/learning/design_search.rs", "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in src/rust/provers/hol4.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/rust/learning/design_search.rs", "recommended_attack": [ "memory", "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "src/rust/provers/elk.rs", - "file": "src/rust/provers/elk.rs", + "category": "PanicPath", + "location": "src/interfaces/graphql/resolvers.rs", + "file": "src/interfaces/graphql/resolvers.rs", "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in src/rust/provers/elk.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/interfaces/graphql/resolvers.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], "test_context": "production" }, { "category": "PanicPath", - "location": "src/rust/provers/mizar.rs", - "file": "src/rust/provers/mizar.rs", + "location": "src/interfaces/graphql/main.rs", + "file": "src/interfaces/graphql/main.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/rust/provers/mizar.rs", + "description": "0 panic sites and 2 unwrap/expect calls in src/interfaces/graphql/main.rs", "recommended_attack": [ "memory", "disk" @@ -636,48 +594,49 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "src/rust/provers/framac.rs", - "file": "src/rust/provers/framac.rs", - "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in src/rust/provers/framac.rs", + "category": "UnsafeCode", + "location": "src/interfaces/graphql/ffi_wrapper.rs", + "file": "src/interfaces/graphql/ffi_wrapper.rs", + "severity": "High", + "description": "10 unsafe blocks in src/interfaces/graphql/ffi_wrapper.rs", "recommended_attack": [ "memory", - "disk" + "concurrency" ], + "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "src/rust/provers/lean.rs", - "file": "src/rust/provers/lean.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/rust/provers/lean.rs", + "category": "UnsafeCode", + "location": "src/interfaces/graphql/ffi_wrapper.rs", + "file": "src/interfaces/graphql/ffi_wrapper.rs", + "severity": "High", + "description": "Raw pointer cast in src/interfaces/graphql/ffi_wrapper.rs", "recommended_attack": [ "memory", - "disk" + "concurrency" ], + "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "src/rust/provers/z3.rs", - "file": "src/rust/provers/z3.rs", + "location": "src/interfaces/graphql/schema.rs", + "file": "src/interfaces/graphql/schema.rs", "severity": "Medium", - "description": "0 panic sites and 18 unwrap/expect calls in src/rust/provers/z3.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/interfaces/graphql/schema.rs", "recommended_attack": [ "memory", "disk" ], - "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "src/rust/provers/coq.rs", - "file": "src/rust/provers/coq.rs", + "location": "src/interfaces/rest/main.rs", + "file": "src/interfaces/rest/main.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in src/rust/provers/coq.rs", + "description": "0 panic sites and 3 unwrap/expect calls in src/interfaces/rest/main.rs", "recommended_attack": [ "memory", "disk" @@ -685,40 +644,81 @@ "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "src/rust/provers/konclude.rs", - "file": "src/rust/provers/konclude.rs", - "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in src/rust/provers/konclude.rs", + "category": "UnsafeCode", + "location": "src/interfaces/rest/ffi_wrapper.rs", + "file": "src/interfaces/rest/ffi_wrapper.rs", + "severity": "High", + "description": "10 unsafe blocks in src/interfaces/rest/ffi_wrapper.rs", "recommended_attack": [ - "network" + "memory", + "concurrency" ], + "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "src/zig/ffi/axiom_spark_bridge.zig", - "file": "src/zig/ffi/axiom_spark_bridge.zig", + "category": "UnsafeCode", + "location": "src/interfaces/rest/ffi_wrapper.rs", + "file": "src/interfaces/rest/ffi_wrapper.rs", "severity": "High", - "description": "1 C interop imports in src/zig/ffi/axiom_spark_bridge.zig", + "description": "Raw pointer cast in src/interfaces/rest/ffi_wrapper.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "MutationGap", - "location": "Cargo.toml", - "file": "Cargo.toml", - "severity": "Low", - "description": "Rust project has test infrastructure but no mutation-test configuration (cargo-mutants/.cargo-mutants.toml) — add `cargo mutants` to verify test suite kills mutations", - "recommended_attack": [], + "category": "UnsafeCode", + "location": "src/interfaces/grpc/ffi_wrapper.rs", + "file": "src/interfaces/grpc/ffi_wrapper.rs", + "severity": "High", + "description": "10 unsafe blocks in src/interfaces/grpc/ffi_wrapper.rs", + "recommended_attack": [ + "memory", + "concurrency" + ], + "suppressed": true, "test_context": "production" - } - ], - "statistics": { - "total_lines": 209046, + }, + { + "category": "UnsafeCode", + "location": "src/interfaces/grpc/ffi_wrapper.rs", + "file": "src/interfaces/grpc/ffi_wrapper.rs", + "severity": "High", + "description": "Raw pointer cast in src/interfaces/grpc/ffi_wrapper.rs", + "recommended_attack": [ + "memory", + "concurrency" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "UnsafeFFI", + "location": "src/zig_ffi/chapel_bridge.zig", + "file": "src/zig_ffi/chapel_bridge.zig", + "severity": "High", + "description": "1 C interop imports in src/zig_ffi/chapel_bridge.zig", + "recommended_attack": [ + "memory" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "MutationGap", + "location": "Cargo.toml", + "file": "Cargo.toml", + "severity": "Low", + "description": "Rust project has test infrastructure but no mutation-test configuration (cargo-mutants/.cargo-mutants.toml) — add `cargo mutants` to verify test suite kills mutations", + "recommended_attack": [], + "test_context": "production" + } + ], + "statistics": { + "total_lines": 209046, "unsafe_blocks": 332, "panic_sites": 4, "unwrap_calls": 77, @@ -728,29 +728,29 @@ }, "file_statistics": [ { - "file_path": "examples/aspect_tagging_demo.rs", - "lines": 228, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 20, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "benches/proof_benchmarks.rs", - "lines": 348, + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 101, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "echidna-playground/src/Deno.affine", - "lines": 37, - "unsafe_blocks": 9, + "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", + "lines": 276, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -758,88 +758,88 @@ "threading_constructs": 0 }, { - "file_path": "echidna-playground/src/PlaygroundServer.affine", - "lines": 139, - "unsafe_blocks": 3, + "file_path": ".machine_readable/contractiles/dust/dust.ncl", + "lines": 75, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "echidna-playground/src/Components.affine", - "lines": 180, + "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", + "lines": 194, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "echidna-playground/src/Dom.affine", - "lines": 60, - "unsafe_blocks": 30, + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 67, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "echidna-playground/src/JsCoq.affine", - "lines": 68, - "unsafe_blocks": 2, + "file_path": ".machine_readable/contractiles/must/must.k9.ncl", + "lines": 254, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "echidna-playground/src/Server.affine", - "lines": 82, + "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "rules/security_learning.lgt", - "lines": 233, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/extract_lean3.jl", - "lines": 286, + "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", + "lines": 260, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/extract_tlaps.jl", - "lines": 105, + "file_path": ".machine_readable/contractiles/intend/intend.ncl", + "lines": 83, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/test-integration.sh", - "lines": 81, + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -848,78 +848,79 @@ "threading_constructs": 0 }, { - "file_path": "scripts/vocabulary_5x_expansion.jl", - "lines": 773, + "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/extract_acl2s.jl", - "lines": 89, + "file_path": "tests/fallback_monitor_integration_test.rs", + "lines": 189, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 8, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/vocabulary_mine_corpus.jl", - "lines": 218, + "file_path": "tests/p2p_property_tests.rs", + "lines": 402, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/extract_key.jl", - "lines": 93, + "file_path": "tests/live_service_regressions.rs", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/generate_synthetic_dafny_scale.jl", - "lines": 349, + "file_path": "tests/sanity_suite.rs", + "lines": 708, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/extract_typechecker_ecosystem.jl", - "lines": 430, + "file_path": "tests/julia/smoke_test.jl", + "lines": 257, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/extract_idris2.jl", - "lines": 488, + "file_path": "tests/julia/gnn_rank_smoke.jl", + "lines": 87, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/extract_uppaal.jl", - "lines": 40, + "file_path": "tests/julia_corpus_loader_smoke.jl", + "lines": 38, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -928,253 +929,269 @@ "threading_constructs": 0 }, { - "file_path": "scripts/extract_tamarin.jl", - "lines": 39, - "unsafe_blocks": 0, + "file_path": "tests/corpus_fixtures/isabelle/Smoke.thy", + "lines": 42, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/max_extract_coqgym.jl", - "lines": 294, - "unsafe_blocks": 0, + "file_path": "tests/corpus_fixtures/minif2f/algebra.lean", + "lines": 10, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/extract_why3.jl", - "lines": 433, + "file_path": "tests/integration_test.sh", + "lines": 107, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 13, "threading_constructs": 0 }, { - "file_path": "scripts/extract_nunchaku.jl", - "lines": 111, + "file_path": "tests/e2e_prover_test.rs", + "lines": 561, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/extract_dreal.jl", - "lines": 40, + "file_path": "tests/agentic_integration.rs", + "lines": 525, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "allocation_sites": 10, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "scripts/extract_mizar.jl", - "lines": 531, + "file_path": "tests/stage1_integration_test.rs", + "lines": 221, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/extract_cbmc.jl", - "lines": 41, + "file_path": "tests/concurrency_test.rs", + "lines": 388, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "scripts/vocabulary_final.jl", - "lines": 124, + "file_path": "tests/aspect_tests.rs", + "lines": 524, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "safe_unwrap_calls": 4, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "scripts/extract_dafny.jl", - "lines": 441, + "file_path": "tests/s4_loop_closure.rs", + "lines": 147, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 9, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/extract_framac.jl", - "lines": 86, + "file_path": "tests/common/mod.rs", + "lines": 389, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 22, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/simple_merge.jl", - "lines": 238, + "file_path": "tests/common/mock_prover.rs", + "lines": 193, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 8, "allocation_sites": 0, - "io_operations": 11, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "scripts/extract_viper.jl", - "lines": 40, + "file_path": "tests/common/assertions.rs", + "lines": 242, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/extract_tlc.jl", - "lines": 64, + "file_path": "tests/common/generators.rs", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/vocabulary_canonicalize.jl", - "lines": 239, + "file_path": "tests/prove_handler_health_integration_test.rs", + "lines": 165, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "crates/typed_wasm/src/lib.rs", + "lines": 1033, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 2, + "safe_unwrap_calls": 3, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/generate_synthetic_provers.jl", - "lines": 1089, + "file_path": "crates/echidna-mcp/src/main.rs", + "lines": 309, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, + "safe_unwrap_calls": 10, + "allocation_sites": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/extract_dedukti.jl", - "lines": 177, + "file_path": "crates/echidna-core/src/types.rs", + "lines": 498, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 8, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/extract_nitpick.jl", - "lines": 94, + "file_path": "crates/echidna-core-spark/src/pareto.rs", + "lines": 715, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/extract_pvs.jl", - "lines": 359, + "file_path": "crates/echidna-core-spark/src/axiom_tracker.rs", + "lines": 885, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 9, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/extract_afp.jl", - "lines": 376, + "file_path": "examples/aspect_tagging_demo.rs", + "lines": 228, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, + "allocation_sites": 20, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/extract_opentheory.jl", - "lines": 283, + "file_path": "benches/proof_benchmarks.rs", + "lines": 348, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, + "allocation_sites": 14, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/extract_isabelle_tropical.jl", - "lines": 702, + "file_path": "metrics/verisim_sink.jl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/final_normalization.jl", - "lines": 189, + "file_path": "metrics/corpus_loader.jl", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/collect-field-signal.sh", - "lines": 81, + "file_path": "metrics/oov_rate.jl", + "lines": 72, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/vocabulary_expansion.jl", - "lines": 265, + "file_path": "metrics/floor_progress.jl", + "lines": 115, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "scripts/generate_synthetic_tail_scale.jl", - "lines": 320, + "file_path": "scripts/extract_mercury.jl", + "lines": 58, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { @@ -1188,8 +1205,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/extract_nusmv.jl", - "lines": 39, + "file_path": "scripts/extract_naproche.jl", + "lines": 82, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1198,8 +1215,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/extract_naproche.jl", - "lines": 82, + "file_path": "scripts/extract_nitpick.jl", + "lines": 94, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1208,8 +1225,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/extract_typed_wasm.jl", - "lines": 238, + "file_path": "scripts/collect-field-signal.sh", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1218,108 +1235,108 @@ "threading_constructs": 0 }, { - "file_path": "scripts/merge_all_corpora.jl", - "lines": 258, + "file_path": "scripts/extract_nusmv.jl", + "lines": 39, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/extract_agda.jl", - "lines": 500, + "file_path": "scripts/extract_afp.jl", + "lines": 376, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "scripts/extractor_save_common.jl", - "lines": 38, + "file_path": "scripts/merge_training_data.jl", + "lines": 156, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "scripts/extract_isabelle_zf.jl", - "lines": 97, + "file_path": "scripts/demo-proof.sh", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "scripts/metamath_final.jl", - "lines": 150, + "file_path": "scripts/extract_lean3.jl", + "lines": 286, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "scripts/extract_lambda_prolog.jl", - "lines": 90, + "file_path": "scripts/extract_minizinc.jl", + "lines": 805, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "scripts/extract_hol_light.jl", - "lines": 594, + "file_path": "scripts/vocabulary_final.jl", + "lines": 124, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 11, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/final_complete_merge.jl", - "lines": 302, + "file_path": "scripts/extract_tlaps.jl", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "scripts/extract_sat_benchmarks.jl", - "lines": 68, + "file_path": "scripts/extract_metamath.jl", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "scripts/extract_tptp.jl", - "lines": 345, + "file_path": "scripts/extract_abella.jl", + "lines": 289, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "scripts/extract_coqgym.jl", - "lines": 427, + "file_path": "scripts/extract_boogie.jl", + "lines": 200, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1328,118 +1345,118 @@ "threading_constructs": 0 }, { - "file_path": "scripts/extract_metamath.jl", - "lines": 223, + "file_path": "scripts/install-proof-toolchains.sh", + "lines": 90, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/extract_prism.jl", - "lines": 91, + "file_path": "scripts/merge_corpus.jl", + "lines": 488, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "scripts/extract_matita.jl", - "lines": 68, + "file_path": "scripts/extract_typechecker_ecosystem.jl", + "lines": 430, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "scripts/expand_training_data.sh", - "lines": 132, + "file_path": "scripts/vocabulary_canonicalize.jl", + "lines": 239, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/align_premises.jl", - "lines": 249, + "file_path": "scripts/max_extract_coqgym.jl", + "lines": 294, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "scripts/extract_spin.jl", - "lines": 89, + "file_path": "scripts/extract_why3.jl", + "lines": 433, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "scripts/extract_abella.jl", - "lines": 289, + "file_path": "scripts/extract_seahorn.jl", + "lines": 58, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/merge_training_data.jl", - "lines": 156, + "file_path": "scripts/vocabulary_5x_expansion.jl", + "lines": 773, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/max_extract_mathlib4.jl", - "lines": 306, + "file_path": "scripts/extract_hol4.jl", + "lines": 597, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "scripts/extract_mathlib4.jl", - "lines": 220, - "unsafe_blocks": 0, + "file_path": "scripts/test_integration.sh", + "lines": 286, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "scripts/merge_corpus.jl", - "lines": 488, + "file_path": "scripts/extract_cameleer.jl", + "lines": 138, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "scripts/extract_boogie.jl", - "lines": 200, + "file_path": "scripts/extract_dedukti.jl", + "lines": 177, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1448,48 +1465,48 @@ "threading_constructs": 0 }, { - "file_path": "scripts/extract_seahorn.jl", - "lines": 58, + "file_path": "scripts/final_normalization.jl", + "lines": 189, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "scripts/extract_smtlib.jl", - "lines": 464, + "file_path": "scripts/a2ml_emit.jl", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/extract_alloy.jl", - "lines": 70, + "file_path": "scripts/extract_typed_wasm.jl", + "lines": 238, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/provision_corpora.sh", - "lines": 281, + "file_path": "scripts/extract_dreal.jl", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/extract_cameleer.jl", - "lines": 138, + "file_path": "scripts/extract_coqgym.jl", + "lines": 427, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1498,68 +1515,68 @@ "threading_constructs": 0 }, { - "file_path": "scripts/extract_mathcomp.jl", - "lines": 270, + "file_path": "scripts/extract_uppaal.jl", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/extract_hol4.jl", - "lines": 597, + "file_path": "scripts/extract_arend.jl", + "lines": 82, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/simple_metamath_extract.jl", - "lines": 142, + "file_path": "scripts/extract_tptp.jl", + "lines": 345, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "scripts/extract_arend.jl", - "lines": 82, + "file_path": "scripts/extract_mathlib4.jl", + "lines": 220, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "scripts/extract_athena.jl", - "lines": 91, + "file_path": "scripts/extract_dafny.jl", + "lines": 441, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "scripts/test_integration.sh", - "lines": 286, + "file_path": "scripts/balance_corpus.jl", + "lines": 295, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "scripts/extract_proverif.jl", - "lines": 40, + "file_path": "scripts/extract_matita.jl", + "lines": 68, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1578,68 +1595,68 @@ "threading_constructs": 0 }, { - "file_path": "scripts/extract_fstar.jl", - "lines": 498, + "file_path": "scripts/extract_alloy.jl", + "lines": 70, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/extract_acl2.jl", - "lines": 376, + "file_path": "scripts/extract_framac.jl", + "lines": 86, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/install-proof-toolchains.sh", - "lines": 90, + "file_path": "scripts/extract_mathcomp.jl", + "lines": 270, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "scripts/build-production.sh", - "lines": 151, + "file_path": "scripts/extract_tamarin.jl", + "lines": 39, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/extract_minizinc.jl", - "lines": 805, + "file_path": "scripts/extract_viper.jl", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/balance_corpus.jl", - "lines": 295, + "file_path": "scripts/align_premises.jl", + "lines": 249, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "scripts/a2ml_emit.jl", - "lines": 148, + "file_path": "scripts/test-integration.sh", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1648,18 +1665,18 @@ "threading_constructs": 0 }, { - "file_path": "scripts/demo-proof.sh", - "lines": 64, + "file_path": "scripts/extract_acl2.jl", + "lines": 376, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "scripts/gen-provers-a2ml.sh", - "lines": 55, + "file_path": "scripts/extract_proverif.jl", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1668,80 +1685,78 @@ "threading_constructs": 0 }, { - "file_path": "scripts/extract_mercury.jl", - "lines": 58, + "file_path": "scripts/generate_synthetic_dafny_scale.jl", + "lines": 349, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "tests/aspect_tests.rs", - "lines": 524, + "file_path": "scripts/extract_isabelle_tropical.jl", + "lines": 702, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 6, + "threading_constructs": 0 }, { - "file_path": "tests/sanity_suite.rs", - "lines": 708, + "file_path": "scripts/extract_lambda_prolog.jl", + "lines": 90, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/stage1_integration_test.rs", - "lines": 221, + "file_path": "scripts/extract_mizar.jl", + "lines": 531, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "tests/integration_test.sh", - "lines": 107, + "file_path": "scripts/extract_cbmc.jl", + "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 13, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/s4_loop_closure.rs", - "lines": 147, + "file_path": "scripts/extract_sat_benchmarks.jl", + "lines": 68, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/agentic_integration.rs", - "lines": 525, + "file_path": "scripts/extract_acl2s.jl", + "lines": 89, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 8, + "threading_constructs": 0 }, { - "file_path": "tests/julia_corpus_loader_smoke.jl", - "lines": 38, + "file_path": "scripts/gen-provers-a2ml.sh", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1750,1403 +1765,1329 @@ "threading_constructs": 0 }, { - "file_path": "tests/p2p_property_tests.rs", - "lines": 402, + "file_path": "scripts/vocabulary_expansion.jl", + "lines": 265, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "tests/prove_handler_health_integration_test.rs", - "lines": 165, + "file_path": "scripts/merge_all_corpora.jl", + "lines": 258, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 7, + "threading_constructs": 0 }, { - "file_path": "tests/concurrency_test.rs", - "lines": 388, + "file_path": "scripts/extract_hol_light.jl", + "lines": 594, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 11, + "threading_constructs": 0 }, { - "file_path": "tests/corpus_fixtures/isabelle/Smoke.thy", - "lines": 42, - "unsafe_blocks": 1, + "file_path": "scripts/build-production.sh", + "lines": 151, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/corpus_fixtures/minif2f/algebra.lean", - "lines": 10, - "unsafe_blocks": 1, + "file_path": "scripts/extract_opentheory.jl", + "lines": 283, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "tests/common/generators.rs", - "lines": 223, + "file_path": "scripts/generate_synthetic_tail_scale.jl", + "lines": 320, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tests/common/mock_prover.rs", - "lines": 193, + "file_path": "scripts/final_complete_merge.jl", + "lines": 302, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 9, + "threading_constructs": 0 }, { - "file_path": "tests/common/assertions.rs", - "lines": 242, + "file_path": "scripts/simple_merge.jl", + "lines": 238, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "tests/common/mod.rs", - "lines": 389, + "file_path": "scripts/expand_training_data.sh", + "lines": 132, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 22, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/live_service_regressions.rs", - "lines": 157, + "file_path": "scripts/extract_isabelle_zf.jl", + "lines": 97, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "tests/julia/smoke_test.jl", - "lines": 257, + "file_path": "scripts/extract_tlc.jl", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "tests/julia/gnn_rank_smoke.jl", - "lines": 87, + "file_path": "scripts/extract_smtlib.jl", + "lines": 464, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "tests/e2e_prover_test.rs", - "lines": 561, + "file_path": "scripts/extractor_save_common.jl", + "lines": 38, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tests/fallback_monitor_integration_test.rs", - "lines": 189, + "file_path": "scripts/extract_agda.jl", + "lines": 500, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "HOL-o-extension/overlays/default.sml", - "lines": 23, + "file_path": "scripts/provision_corpora.sh", + "lines": 281, "unsafe_blocks": 0, - "panic_sites": 2, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/echidna-mcp/src/main.rs", - "lines": 309, + "file_path": "scripts/extract_nunchaku.jl", + "lines": 111, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 10, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/echidna-core-spark/src/axiom_tracker.rs", - "lines": 885, + "file_path": "scripts/simple_metamath_extract.jl", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "crates/echidna-core-spark/src/pareto.rs", - "lines": 715, + "file_path": "scripts/extract_idris2.jl", + "lines": 488, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "crates/echidna-core/src/types.rs", - "lines": 498, + "file_path": "scripts/generate_synthetic_provers.jl", + "lines": 1089, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "crates/typed_wasm/src/lib.rs", - "lines": 1033, + "file_path": "scripts/metamath_final.jl", + "lines": 150, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 3, - "allocation_sites": 10, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "src/ada/spark/axiom_c_bridge.adb", - "lines": 158, + "file_path": "scripts/extract_pvs.jl", + "lines": 359, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "src/ui/tea/echidna_tea.js", - "lines": 67, + "file_path": "scripts/extract_fstar.jl", + "lines": 498, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "src/zig_ffi/chapel_bridge.zig", - "lines": 464, - "unsafe_blocks": 1, + "file_path": "scripts/extract_spin.jl", + "lines": 89, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interfaces/grpc/main.rs", - "lines": 605, + "file_path": "scripts/extract_athena.jl", + "lines": 91, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "src/interfaces/grpc/ffi_wrapper.rs", - "lines": 247, - "unsafe_blocks": 10, + "file_path": "scripts/max_extract_mathlib4.jl", + "lines": 306, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "src/interfaces/graphql/main.rs", - "lines": 55, + "file_path": "scripts/extract_key.jl", + "lines": 93, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interfaces/graphql/resolvers.rs", - "lines": 744, + "file_path": "scripts/extract_prism.jl", + "lines": 91, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 2, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "src/interfaces/graphql/schema.rs", - "lines": 1382, + "file_path": "scripts/vocabulary_mine_corpus.jl", + "lines": 218, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 15, - "allocation_sites": 22, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/interfaces/graphql/ffi_wrapper.rs", - "lines": 483, - "unsafe_blocks": 10, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 632, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 4 }, { - "file_path": "src/interfaces/rest/main.rs", - "lines": 161, + "file_path": "ffi/zig/test/overlay_integration_test.zig", + "lines": 802, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 5 }, { - "file_path": "src/interfaces/rest/handlers.rs", - "lines": 799, + "file_path": "ffi/zig/src/provers/vcl_ut.zig", + "lines": 405, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 13, - "allocation_sites": 4, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "src/interfaces/rest/ffi_wrapper.rs", - "lines": 259, - "unsafe_blocks": 10, + "file_path": "ffi/zig/src/provers/atp.zig", + "lines": 197, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/rust/ipc/mod.rs", - "lines": 195, + "file_path": "ffi/zig/src/provers/smt.zig", + "lines": 255, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 3, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/rust/llm.rs", - "lines": 798, + "file_path": "ffi/zig/src/provers/declarative.zig", + "lines": 161, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 4, - "allocation_sites": 12, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/rust/learning/mcts.rs", - "lines": 291, + "file_path": "ffi/zig/src/provers/constraint.zig", + "lines": 184, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "src/rust/learning/design_search.rs", - "lines": 566, + "file_path": "ffi/zig/src/provers/interactive.zig", + "lines": 302, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 4, - "allocation_sites": 2, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/rust/learning/self_play.rs", - "lines": 217, + "file_path": "ffi/zig/src/provers/autoactive.zig", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 20, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/rust/learning/buchholz_rank.rs", - "lines": 383, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/learning/daemon.rs", - "lines": 242, + "file_path": "ffi/zig/src/capnp_bridge.zig", + "lines": 193, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "src/rust/integrations/conceptnet.rs", - "lines": 167, + "file_path": "HOL-o-extension/overlays/default.sml", + "lines": 23, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 2, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/fault_tolerance/resilience.rs", - "lines": 464, + "file_path": "rules/security_learning.lgt", + "lines": 233, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 7, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "unwrap_calls": 0, + "allocation_sites": 3, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "src/rust/main.rs", - "lines": 1615, + "file_path": "docs-site/lib/echidna_docs/gateway_config.ex", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 11, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 2 + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "src/rust/dispatch.rs", - "lines": 1490, - "unsafe_blocks": 0, + "file_path": "echidna-playground/src/JsCoq.affine", + "lines": 68, + "unsafe_blocks": 2, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 18, - "allocation_sites": 6, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "src/rust/diagnostics/corpus_monitor.rs", - "lines": 307, - "unsafe_blocks": 0, + "file_path": "echidna-playground/src/Dom.affine", + "lines": 60, + "unsafe_blocks": 30, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "src/rust/diagnostics/proof_failure.rs", - "lines": 1066, - "unsafe_blocks": 0, + "file_path": "echidna-playground/src/PlaygroundServer.affine", + "lines": 139, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 19, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/rust/neural.rs", - "lines": 392, + "file_path": "echidna-playground/src/Server.affine", + "lines": 82, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 1, - "allocation_sites": 12, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/rust/proof_search.rs", - "lines": 398, - "unsafe_blocks": 8, + "file_path": "echidna-playground/src/Deno.affine", + "lines": 37, + "unsafe_blocks": 9, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 0, - "threading_constructs": 0, - "ffi_safe_wrapper": true + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "src/rust/proof_encoding.rs", - "lines": 287, + "file_path": "echidna-playground/src/Components.affine", + "lines": 180, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/rust/gnn/guided_search.rs", - "lines": 659, + "file_path": "src/ada/spark/axiom_c_bridge.adb", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 40, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/gnn/client.rs", - "lines": 523, + "file_path": "src/julia/run_training_cpu.jl", + "lines": 163, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 2, - "allocation_sites": 10, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "src/rust/gnn/embeddings.rs", - "lines": 575, + "file_path": "src/julia/training/dataloader.jl", + "lines": 447, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 18, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "src/rust/gnn/graph.rs", - "lines": 942, + "file_path": "src/julia/training/train.jl", + "lines": 644, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 46, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/rust/gnn/fallback_monitor.rs", - "lines": 304, + "file_path": "src/julia/api_server.jl", + "lines": 360, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 13, + "threading_constructs": 0 }, { - "file_path": "src/rust/suggest/variant.rs", - "lines": 243, + "file_path": "src/julia/eval_held_out.jl", + "lines": 110, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/rust/suggest/extractor.rs", - "lines": 579, + "file_path": "src/julia/extract_all_proofs.jl", + "lines": 266, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 15, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/rust/suggest/synonyms.rs", - "lines": 293, + "file_path": "src/julia/test_server.jl", + "lines": 156, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "src/rust/suggest/report.rs", - "lines": 146, + "file_path": "src/julia/retrain_from_verisim.jl", + "lines": 548, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "src/rust/suggest/mod.rs", - "lines": 266, + "file_path": "src/julia/archive/train_and_evaluate.jl", + "lines": 114, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/rust/verification/statistics.rs", - "lines": 544, + "file_path": "src/julia/archive/train_final_models.jl", + "lines": 103, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/rust/verification/result_arbiter.rs", - "lines": 481, + "file_path": "src/julia/archive/train_advanced_models.jl", + "lines": 243, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/rust/verification/mutation.rs", - "lines": 339, + "file_path": "src/julia/archive/train_models.jl", + "lines": 432, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, - "io_operations": 0, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 8, + "threading_constructs": 1 }, { - "file_path": "src/rust/verification/axiom_tracker.rs", - "lines": 509, + "file_path": "src/julia/archive/train_complete_final.jl", + "lines": 266, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "src/rust/verification/portfolio.rs", - "lines": 375, + "file_path": "src/julia/api/server.jl", + "lines": 299, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "src/rust/verification/pareto.rs", - "lines": 247, - "unsafe_blocks": 0, + "file_path": "src/julia/api/gnn_endpoint.jl", + "lines": 420, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "src/rust/verification/certificates.rs", - "lines": 416, + "file_path": "src/julia/corpus_loader.jl", + "lines": 534, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 6, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/rust/coprocessor/macaulay2.rs", - "lines": 352, + "file_path": "src/julia/coprocessor.jl", + "lines": 169, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/rust/coprocessor/flint.rs", - "lines": 510, - "unsafe_blocks": 17, + "file_path": "src/julia/extract_training_data.jl", + "lines": 3429, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "src/rust/coprocessor/fpga.rs", - "lines": 253, + "file_path": "src/julia/ipc.jl", + "lines": 211, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/rust/coprocessor/graphics.rs", - "lines": 352, + "file_path": "src/julia/run_training.jl", + "lines": 393, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "src/rust/coprocessor/audio.rs", - "lines": 251, + "file_path": "src/ui/tea/echidna_tea.js", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/rust/coprocessor/julia_bridge.rs", - "lines": 201, - "unsafe_blocks": 0, + "file_path": "src/abi/EchidnaABI/Foreign.idr", + "lines": 232, + "unsafe_blocks": 12, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/coprocessor/singular.rs", - "lines": 360, - "unsafe_blocks": 0, + "file_path": "src/abi/OverlayForeign.idr", + "lines": 522, + "unsafe_blocks": 34, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/coprocessor/physics.rs", - "lines": 277, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/coprocessor/io.rs", - "lines": 222, - "unsafe_blocks": 0, + "file_path": "src/abi/Tentacles/Foreign.idr", + "lines": 350, + "unsafe_blocks": 20, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 4, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/coprocessor/math.rs", - "lines": 531, - "unsafe_blocks": 0, + "file_path": "src/abi/TypeLLForeign.idr", + "lines": 262, + "unsafe_blocks": 17, "panic_sites": 0, - "unwrap_calls": 5, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/coprocessor/parigp.rs", - "lines": 311, - "unsafe_blocks": 0, + "file_path": "src/abi/TypeLL/Foreign.idr", + "lines": 262, + "unsafe_blocks": 17, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 2, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/coprocessor/mod.rs", - "lines": 206, - "unsafe_blocks": 0, + "file_path": "src/abi/BojForeign.idr", + "lines": 271, + "unsafe_blocks": 19, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 32, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/server.rs", - "lines": 1630, - "unsafe_blocks": 0, + "file_path": "src/abi/Overlay/Foreign.idr", + "lines": 522, + "unsafe_blocks": 34, "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 17, - "allocation_sites": 26, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "src/rust/anomaly_detection.rs", - "lines": 303, - "unsafe_blocks": 0, + "file_path": "src/abi/TentaclesForeign.idr", + "lines": 350, + "unsafe_blocks": 20, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/agent/actors.rs", - "lines": 516, - "unsafe_blocks": 0, + "file_path": "src/abi/Boj/Foreign.idr", + "lines": 271, + "unsafe_blocks": 19, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 6, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "src/rust/agent/planner.rs", - "lines": 186, - "unsafe_blocks": 0, + "file_path": "src/zig/ffi/axiom_spark_bridge.zig", + "lines": 133, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/agent/meta_controller.rs", - "lines": 960, + "file_path": "src/zig/ffi/echidna_ffi.zig", + "lines": 711, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 56, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "src/rust/agent/memory.rs", - "lines": 528, + "file_path": "src/zig/ffi/echidna_ffi.h", + "lines": 506, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 8, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/agent/swarm.rs", - "lines": 425, + "file_path": "src/rust/server.rs", + "lines": 1630, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 0, + "unwrap_calls": 4, + "safe_unwrap_calls": 17, + "allocation_sites": 26, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "src/rust/agent/explanations.rs", - "lines": 514, + "file_path": "src/rust/aspect.rs", + "lines": 1357, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 26, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/agent/mod.rs", - "lines": 554, + "file_path": "src/rust/verisim_bridge.rs", + "lines": 1201, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 0, + "safe_unwrap_calls": 11, + "allocation_sites": 30, "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "src/rust/repl/diagnostics.rs", - "lines": 354, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/rust/repl/proof.rs", - "lines": 566, + "file_path": "src/rust/anomaly_detection.rs", + "lines": 303, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 3, + "unwrap_calls": 0, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/integrity/solver_integrity.rs", - "lines": 494, + "file_path": "src/rust/integration.rs", + "lines": 601, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, + "safe_unwrap_calls": 6, "allocation_sites": 2, - "io_operations": 3, - "threading_constructs": 1 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "src/rust/integrity/io.rs", - "lines": 63, + "file_path": "src/rust/executor/sandbox.rs", + "lines": 388, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 4, + "safe_unwrap_calls": 5, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/exchange/smtcoq.rs", - "lines": 408, + "file_path": "src/rust/provers/prism.rs", + "lines": 544, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 12, + "safe_unwrap_calls": 3, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/exchange/smtlib.rs", - "lines": 549, + "file_path": "src/rust/provers/cvc5.rs", + "lines": 899, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 34, + "safe_unwrap_calls": 3, + "allocation_sites": 16, + "io_operations": 1, + "threading_constructs": 2 + }, + { + "file_path": "src/rust/provers/agsyhol.rs", + "lines": 213, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/exchange/lambdapi.rs", - "lines": 454, + "file_path": "src/rust/provers/faial.rs", + "lines": 459, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 2, - "allocation_sites": 12, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/exchange/dedukti.rs", - "lines": 503, + "file_path": "src/rust/provers/seahorn.rs", + "lines": 923, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 22, + "safe_unwrap_calls": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/exchange/tptp.rs", - "lines": 552, + "file_path": "src/rust/provers/storm.rs", + "lines": 334, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 24, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/exchange/opentheory.rs", - "lines": 251, + "file_path": "src/rust/provers/hol4.rs", + "lines": 2623, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "allocation_sites": 10, + "safe_unwrap_calls": 9, + "allocation_sites": 174, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/integration.rs", - "lines": 601, + "file_path": "src/rust/provers/metamath.rs", + "lines": 1094, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 2, + "allocation_sites": 26, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/hol4.rs", - "lines": 583, + "file_path": "src/rust/provers/hol_light.rs", + "lines": 1295, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 10, - "io_operations": 1, + "safe_unwrap_calls": 4, + "allocation_sites": 30, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/agda.rs", - "lines": 676, + "file_path": "src/rust/provers/framac.rs", + "lines": 1104, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 3, "safe_unwrap_calls": 4, "allocation_sites": 8, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/octad.rs", - "lines": 694, + "file_path": "src/rust/provers/pvs.rs", + "lines": 3170, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "safe_unwrap_calls": 7, - "allocation_sites": 4, - "io_operations": 2, + "allocation_sites": 204, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/smtlib.rs", - "lines": 695, + "file_path": "src/rust/provers/redlog.rs", + "lines": 350, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 12, - "io_operations": 3, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/isabelle.rs", - "lines": 951, + "file_path": "src/rust/provers/tamarin.rs", + "lines": 639, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 16, - "io_operations": 1, + "safe_unwrap_calls": 4, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/hol_light.rs", - "lines": 494, + "file_path": "src/rust/provers/imandra.rs", + "lines": 228, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 8, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/why3.rs", - "lines": 641, + "file_path": "src/rust/provers/cbmc.rs", + "lines": 650, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 20, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/idris2.rs", - "lines": 655, + "file_path": "src/rust/provers/z3.rs", + "lines": 1008, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 8, - "io_operations": 2, + "unwrap_calls": 18, + "safe_unwrap_calls": 3, + "allocation_sites": 54, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/mizar.rs", - "lines": 676, + "file_path": "src/rust/provers/fstar.rs", + "lines": 313, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 11, - "allocation_sites": 12, - "io_operations": 1, + "safe_unwrap_calls": 4, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/embed.rs", - "lines": 257, + "file_path": "src/rust/provers/nuprl.rs", + "lines": 215, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/query.rs", - "lines": 443, + "file_path": "src/rust/provers/easycrypt.rs", + "lines": 426, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, + "safe_unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/tptp.rs", - "lines": 575, + "file_path": "src/rust/provers/mod.rs", + "lines": 1981, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 14, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 204, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/metamath.rs", - "lines": 567, + "file_path": "src/rust/provers/lash.rs", + "lines": 212, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 20, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/dafny.rs", - "lines": 615, + "file_path": "src/rust/provers/dafny.rs", + "lines": 388, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 12, - "io_operations": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/lean.rs", - "lines": 666, + "file_path": "src/rust/provers/nusmv.rs", + "lines": 554, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 12, - "io_operations": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/acl2_books.rs", - "lines": 576, + "file_path": "src/rust/provers/altergo.rs", + "lines": 373, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 6, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/coq.rs", - "lines": 673, + "file_path": "src/rust/provers/agda.rs", + "lines": 743, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 4, - "allocation_sites": 12, - "io_operations": 1, + "allocation_sites": 44, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/fstar.rs", - "lines": 611, + "file_path": "src/rust/provers/vampire.rs", + "lines": 342, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 2, - "allocation_sites": 6, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/mod.rs", - "lines": 549, + "file_path": "src/rust/provers/abc.rs", + "lines": 1101, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 2, + "safe_unwrap_calls": 7, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/corpus/proofnet.rs", - "lines": 285, + "file_path": "src/rust/provers/isabelle.rs", + "lines": 954, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 16, - "io_operations": 1, - "threading_constructs": 0 + "safe_unwrap_calls": 4, + "allocation_sites": 22, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "src/rust/corpus/minif2f.rs", - "lines": 362, + "file_path": "src/rust/provers/minlog.rs", + "lines": 213, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/ffi/mod.rs", - "lines": 1522, - "unsafe_blocks": 22, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 12, - "io_operations": 0, - "threading_constructs": 1, - "ffi_safe_wrapper": true - }, - { - "file_path": "src/rust/ffi/spark_axiom.rs", - "lines": 301, - "unsafe_blocks": 3, + "file_path": "src/rust/provers/twee.rs", + "lines": 247, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/vcl_ut.rs", - "lines": 1082, + "file_path": "src/rust/provers/minizinc.rs", + "lines": 239, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 23, + "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/aspect.rs", - "lines": 1357, + "file_path": "src/rust/provers/satallax.rs", + "lines": 211, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 26, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/executor/sandbox.rs", - "lines": 388, + "file_path": "src/rust/provers/prob.rs", + "lines": 338, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 4, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/verisim_bridge.rs", - "lines": 1201, + "file_path": "src/rust/provers/metitarski.rs", + "lines": 253, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 11, - "allocation_sites": 30, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/mettel2.rs", - "lines": 355, + "file_path": "src/rust/provers/scip.rs", + "lines": 217, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/rust/provers/hol4.rs", - "lines": 2623, - "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 0, - "safe_unwrap_calls": 9, - "allocation_sites": 174, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/alloy.rs", - "lines": 565, + "file_path": "src/rust/provers/cadical.rs", + "lines": 574, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 2, - "allocation_sites": 2, + "allocation_sites": 18, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/qepcad.rs", - "lines": 374, + "file_path": "src/rust/provers/mettel2.rs", + "lines": 355, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 3, - "allocation_sites": 6, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/agda.rs", - "lines": 743, + "file_path": "src/rust/provers/uppaal.rs", + "lines": 591, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 4, - "allocation_sites": 44, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/cvc5.rs", - "lines": 899, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 16, - "io_operations": 1, - "threading_constructs": 2 - }, - { - "file_path": "src/rust/provers/minizinc.rs", - "lines": 239, + "file_path": "src/rust/provers/minisat.rs", + "lines": 522, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 2, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/princess.rs", - "lines": 253, + "file_path": "src/rust/provers/leo3.rs", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3156,62 +3097,61 @@ "threading_constructs": 0 }, { - "file_path": "src/rust/provers/cbmc.rs", - "lines": 650, + "file_path": "src/rust/provers/idris2.rs", + "lines": 1315, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, + "safe_unwrap_calls": 4, + "allocation_sites": 72, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/isabelle.rs", - "lines": 954, + "file_path": "src/rust/provers/aprove.rs", + "lines": 229, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 22, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "src/rust/provers/agsyhol.rs", - "lines": 213, + "file_path": "src/rust/provers/keymaerax.rs", + "lines": 513, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, + "safe_unwrap_calls": 3, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/hol_light.rs", - "lines": 1295, + "file_path": "src/rust/provers/chuffed.rs", + "lines": 219, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 30, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/cadical.rs", - "lines": 574, + "file_path": "src/rust/provers/spin_checker.rs", + "lines": 639, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 2, - "allocation_sites": 18, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/metitarski.rs", + "file_path": "src/rust/provers/princess.rs", "lines": 253, "unsafe_blocks": 0, "panic_sites": 0, @@ -3222,41 +3162,41 @@ "threading_constructs": 0 }, { - "file_path": "src/rust/provers/seahorn.rs", - "lines": 923, + "file_path": "src/rust/provers/acl2.rs", + "lines": 1807, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 10, + "allocation_sites": 54, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/glpk.rs", - "lines": 218, + "file_path": "src/rust/provers/typed_wasm.rs", + "lines": 616, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 2, + "allocation_sites": 18, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/abc.rs", - "lines": 1101, + "file_path": "src/rust/provers/dreal.rs", + "lines": 703, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 2, + "safe_unwrap_calls": 3, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/dreal.rs", - "lines": 703, + "file_path": "src/rust/provers/qepcad.rs", + "lines": 374, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3266,106 +3206,104 @@ "threading_constructs": 0 }, { - "file_path": "src/rust/provers/leo3.rs", - "lines": 256, + "file_path": "src/rust/provers/ortools.rs", + "lines": 217, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/tlc.rs", - "lines": 522, + "file_path": "src/rust/provers/kissat.rs", + "lines": 491, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "safe_unwrap_calls": 2, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/idris2.rs", - "lines": 1315, + "file_path": "src/rust/provers/io.rs", + "lines": 126, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 72, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/prob.rs", - "lines": 338, + "file_path": "src/rust/provers/spass.rs", + "lines": 364, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, + "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/key.rs", - "lines": 991, + "file_path": "src/rust/provers/outcome.rs", + "lines": 380, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 14, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/csi.rs", - "lines": 229, + "file_path": "src/rust/provers/glpk.rs", + "lines": 218, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, + "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/ortools.rs", - "lines": 217, + "file_path": "src/rust/provers/elk.rs", + "lines": 314, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/vampire.rs", - "lines": 342, + "file_path": "src/rust/provers/gpuverify.rs", + "lines": 488, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, + "safe_unwrap_calls": 3, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/uppaal.rs", - "lines": 591, + "file_path": "src/rust/provers/proverif.rs", + "lines": 843, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 4, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/spass.rs", - "lines": 364, + "file_path": "src/rust/provers/eprover.rs", + "lines": 368, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3375,55 +3313,55 @@ "threading_constructs": 0 }, { - "file_path": "src/rust/provers/outcome.rs", - "lines": 380, + "file_path": "src/rust/provers/tlc.rs", + "lines": 522, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "safe_unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/elk.rs", - "lines": 314, + "file_path": "src/rust/provers/rocq.rs", + "lines": 268, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/pvs.rs", - "lines": 3170, + "file_path": "src/rust/provers/coq.rs", + "lines": 1163, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 204, + "unwrap_calls": 2, + "safe_unwrap_calls": 6, + "allocation_sites": 44, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/scip.rs", - "lines": 217, + "file_path": "src/rust/provers/cryptoverif.rs", + "lines": 295, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "safe_unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/storm.rs", - "lines": 334, + "file_path": "src/rust/provers/csi.rs", + "lines": 229, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "safe_unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 @@ -3440,73 +3378,72 @@ "threading_constructs": 0 }, { - "file_path": "src/rust/provers/twee.rs", - "lines": 247, + "file_path": "src/rust/provers/key.rs", + "lines": 991, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, + "safe_unwrap_calls": 3, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/typed_wasm.rs", - "lines": 616, + "file_path": "src/rust/provers/twelf.rs", + "lines": 212, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 18, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/rocq.rs", - "lines": 268, + "file_path": "src/rust/provers/viper.rs", + "lines": 436, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/acl2.rs", - "lines": 1807, + "file_path": "src/rust/provers/iprover.rs", + "lines": 252, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 10, - "allocation_sites": 54, - "io_operations": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/framac.rs", - "lines": 1104, + "file_path": "src/rust/provers/lean.rs", + "lines": 1708, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 4, - "allocation_sites": 8, + "unwrap_calls": 1, + "safe_unwrap_calls": 5, + "allocation_sites": 74, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/rust/provers/proverif.rs", - "lines": 843, + "file_path": "src/rust/provers/connection_method.rs", + "lines": 128, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/iprover.rs", - "lines": 252, + "file_path": "src/rust/provers/konclude.rs", + "lines": 303, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3516,40 +3453,40 @@ "threading_constructs": 0 }, { - "file_path": "src/rust/provers/nuprl.rs", - "lines": 215, + "file_path": "src/rust/provers/alloy.rs", + "lines": 565, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/satallax.rs", - "lines": 211, + "file_path": "src/rust/suggest/variant.rs", + "lines": 243, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/spin_checker.rs", - "lines": 639, + "file_path": "src/rust/suggest/extractor.rs", + "lines": 579, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, + "safe_unwrap_calls": 15, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/eprover.rs", - "lines": 368, + "file_path": "src/rust/suggest/mod.rs", + "lines": 266, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3559,41 +3496,29 @@ "threading_constructs": 0 }, { - "file_path": "src/rust/provers/redlog.rs", - "lines": 350, + "file_path": "src/rust/suggest/report.rs", + "lines": 146, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/rust/provers/prism.rs", - "lines": 544, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/lash.rs", - "lines": 212, + "file_path": "src/rust/suggest/synonyms.rs", + "lines": 293, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/imandra.rs", - "lines": 228, + "file_path": "src/rust/verification/pareto.rs", + "lines": 247, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3603,887 +3528,962 @@ "threading_constructs": 0 }, { - "file_path": "src/rust/provers/metamath.rs", - "lines": 1094, + "file_path": "src/rust/verification/certificates.rs", + "lines": 416, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 26, - "io_operations": 0, + "allocation_sites": 10, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/dafny.rs", - "lines": 388, + "file_path": "src/rust/verification/statistics.rs", + "lines": 544, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 3, - "allocation_sites": 8, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/viper.rs", - "lines": 436, + "file_path": "src/rust/verification/axiom_tracker.rs", + "lines": 509, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "safe_unwrap_calls": 2, + "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/connection_method.rs", - "lines": 128, + "file_path": "src/rust/verification/portfolio.rs", + "lines": 375, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, + "unwrap_calls": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/keymaerax.rs", - "lines": 513, + "file_path": "src/rust/verification/mutation.rs", + "lines": 339, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/io.rs", - "lines": 126, + "file_path": "src/rust/verification/result_arbiter.rs", + "lines": 481, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 4, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/kissat.rs", - "lines": 491, + "file_path": "src/rust/main.rs", + "lines": 1615, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 14, + "unwrap_calls": 1, + "safe_unwrap_calls": 11, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "src/rust/provers/twelf.rs", - "lines": 212, + "file_path": "src/rust/ipc/mod.rs", + "lines": 195, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, + "unwrap_calls": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/lean.rs", - "lines": 1708, + "file_path": "src/rust/dispatch.rs", + "lines": 1490, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 5, - "allocation_sites": 74, + "unwrap_calls": 3, + "safe_unwrap_calls": 18, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "src/rust/provers/minisat.rs", - "lines": 522, + "file_path": "src/rust/repl/diagnostics.rs", + "lines": 354, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "safe_unwrap_calls": 1, - "allocation_sites": 14, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/cryptoverif.rs", - "lines": 295, + "file_path": "src/rust/repl/proof.rs", + "lines": 566, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, + "unwrap_calls": 4, + "safe_unwrap_calls": 3, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/faial.rs", - "lines": 459, + "file_path": "src/rust/proof_encoding.rs", + "lines": 287, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/z3.rs", - "lines": 1008, + "file_path": "src/rust/fault_tolerance/resilience.rs", + "lines": 464, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 18, - "safe_unwrap_calls": 3, - "allocation_sites": 54, + "unwrap_calls": 7, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "src/rust/provers/coq.rs", - "lines": 1163, + "file_path": "src/rust/diagnostics/corpus_monitor.rs", + "lines": 307, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, + "unwrap_calls": 0, "safe_unwrap_calls": 6, - "allocation_sites": 44, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/rust/provers/gpuverify.rs", - "lines": 488, + "file_path": "src/rust/diagnostics/proof_failure.rs", + "lines": 1066, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, + "safe_unwrap_calls": 19, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/aprove.rs", - "lines": 229, - "unsafe_blocks": 0, + "file_path": "src/rust/ffi/mod.rs", + "lines": 1522, + "unsafe_blocks": 22, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 12, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1, + "ffi_safe_wrapper": true }, { - "file_path": "src/rust/provers/altergo.rs", - "lines": 373, - "unsafe_blocks": 0, + "file_path": "src/rust/ffi/spark_axiom.rs", + "lines": 301, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/fstar.rs", - "lines": 313, + "file_path": "src/rust/gnn/graph.rs", + "lines": 942, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 46, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/konclude.rs", - "lines": 303, + "file_path": "src/rust/gnn/client.rs", + "lines": 523, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "safe_unwrap_calls": 2, - "allocation_sites": 2, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/mod.rs", - "lines": 1981, + "file_path": "src/rust/gnn/fallback_monitor.rs", + "lines": 304, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 204, + "safe_unwrap_calls": 3, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/rust/provers/minlog.rs", - "lines": 213, + "file_path": "src/rust/gnn/embeddings.rs", + "lines": 575, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 7, + "allocation_sites": 18, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/nusmv.rs", - "lines": 554, + "file_path": "src/rust/gnn/guided_search.rs", + "lines": 659, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, + "safe_unwrap_calls": 3, + "allocation_sites": 40, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/tamarin.rs", - "lines": 639, + "file_path": "src/rust/integrations/conceptnet.rs", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/chuffed.rs", - "lines": 219, + "file_path": "src/rust/coprocessor/fpga.rs", + "lines": 253, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/rust/provers/easycrypt.rs", - "lines": 426, + "file_path": "src/rust/coprocessor/mod.rs", + "lines": 206, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, + "allocation_sites": 32, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/chapel/smoke.chpl", - "lines": 45, + "file_path": "src/rust/coprocessor/singular.rs", + "lines": 360, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/chapel/bench_mrr.chpl", - "lines": 103, - "unsafe_blocks": 0, + "file_path": "src/rust/coprocessor/flint.rs", + "lines": 510, + "unsafe_blocks": 17, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/chapel/parallel_proof_search.chpl", - "lines": 649, + "file_path": "src/rust/coprocessor/macaulay2.rs", + "lines": 352, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/chapel/chapel_ffi_exports.chpl", - "lines": 272, + "file_path": "src/rust/coprocessor/math.rs", + "lines": 531, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 1, + "unwrap_calls": 5, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/EchidnaABI/Foreign.idr", - "lines": 232, - "unsafe_blocks": 12, + "file_path": "src/rust/coprocessor/io.rs", + "lines": 222, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "src/rust/coprocessor/julia_bridge.rs", + "lines": 201, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 2, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/TentaclesForeign.idr", - "lines": 350, - "unsafe_blocks": 20, + "file_path": "src/rust/coprocessor/graphics.rs", + "lines": 352, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/Overlay/Foreign.idr", - "lines": 522, - "unsafe_blocks": 34, + "file_path": "src/rust/coprocessor/physics.rs", + "lines": 277, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/BojForeign.idr", - "lines": 271, - "unsafe_blocks": 19, + "file_path": "src/rust/coprocessor/parigp.rs", + "lines": 311, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/TypeLLForeign.idr", - "lines": 262, - "unsafe_blocks": 17, + "file_path": "src/rust/coprocessor/audio.rs", + "lines": 251, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/Tentacles/Foreign.idr", - "lines": 350, - "unsafe_blocks": 20, + "file_path": "src/rust/agent/planner.rs", + "lines": 186, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/Boj/Foreign.idr", - "lines": 271, - "unsafe_blocks": 19, + "file_path": "src/rust/agent/actors.rs", + "lines": 516, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 6, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/abi/TypeLL/Foreign.idr", - "lines": 262, - "unsafe_blocks": 17, + "file_path": "src/rust/agent/mod.rs", + "lines": 554, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/abi/OverlayForeign.idr", - "lines": 522, - "unsafe_blocks": 34, + "file_path": "src/rust/agent/meta_controller.rs", + "lines": 960, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 56, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/julia/eval_held_out.jl", - "lines": 110, + "file_path": "src/rust/agent/explanations.rs", + "lines": 514, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/julia/extract_all_proofs.jl", - "lines": 266, + "file_path": "src/rust/agent/swarm.rs", + "lines": 425, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 6, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "src/julia/test_server.jl", - "lines": 156, + "file_path": "src/rust/agent/memory.rs", + "lines": 528, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 8, + "safe_unwrap_calls": 3, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/julia/run_training.jl", - "lines": 393, + "file_path": "src/rust/integrity/io.rs", + "lines": 63, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, + "allocation_sites": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/julia/training/train.jl", - "lines": 644, + "file_path": "src/rust/integrity/solver_integrity.rs", + "lines": 494, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 3, + "threading_constructs": 1 }, { - "file_path": "src/julia/training/dataloader.jl", - "lines": 447, + "file_path": "src/rust/llm.rs", + "lines": 798, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, - "threading_constructs": 0 + "unwrap_calls": 1, + "safe_unwrap_calls": 4, + "allocation_sites": 12, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "src/julia/corpus_loader.jl", - "lines": 534, + "file_path": "src/rust/neural.rs", + "lines": 392, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "unwrap_calls": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 12, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/julia/api_server.jl", - "lines": 360, + "file_path": "src/rust/proof_search.rs", + "lines": 398, + "unsafe_blocks": 8, + "panic_sites": 0, + "unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 0, + "threading_constructs": 0, + "ffi_safe_wrapper": true + }, + { + "file_path": "src/rust/corpus/smtlib.rs", + "lines": 695, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 13, + "safe_unwrap_calls": 6, + "allocation_sites": 12, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/julia/coprocessor.jl", - "lines": 169, + "file_path": "src/rust/corpus/hol4.rs", + "lines": 583, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "safe_unwrap_calls": 8, + "allocation_sites": 10, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/julia/extract_training_data.jl", - "lines": 3429, + "file_path": "src/rust/corpus/metamath.rs", + "lines": 567, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "safe_unwrap_calls": 6, + "allocation_sites": 20, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/julia/api/gnn_endpoint.jl", - "lines": 420, + "file_path": "src/rust/corpus/hol_light.rs", + "lines": 494, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, + "safe_unwrap_calls": 2, + "allocation_sites": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/julia/api/server.jl", - "lines": 299, + "file_path": "src/rust/corpus/embed.rs", + "lines": 257, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 11, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/julia/ipc.jl", - "lines": 211, + "file_path": "src/rust/corpus/tptp.rs", + "lines": 575, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 14, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/julia/retrain_from_verisim.jl", - "lines": 548, + "file_path": "src/rust/corpus/fstar.rs", + "lines": 611, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, + "safe_unwrap_calls": 2, + "allocation_sites": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/julia/run_training_cpu.jl", - "lines": 163, + "file_path": "src/rust/corpus/mod.rs", + "lines": 549, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, + "allocation_sites": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/julia/archive/train_models.jl", - "lines": 432, + "file_path": "src/rust/corpus/minif2f.rs", + "lines": 362, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 8, - "threading_constructs": 1 + "allocation_sites": 12, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "src/julia/archive/train_advanced_models.jl", - "lines": 243, + "file_path": "src/rust/corpus/dafny.rs", + "lines": 615, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 2, + "allocation_sites": 12, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/julia/archive/train_final_models.jl", - "lines": 103, + "file_path": "src/rust/corpus/agda.rs", + "lines": 676, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "safe_unwrap_calls": 4, + "allocation_sites": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/julia/archive/train_and_evaluate.jl", - "lines": 114, + "file_path": "src/rust/corpus/acl2_books.rs", + "lines": 576, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "safe_unwrap_calls": 5, + "allocation_sites": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/julia/archive/train_complete_final.jl", - "lines": 266, + "file_path": "src/rust/corpus/octad.rs", + "lines": 694, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 8, + "unwrap_calls": 1, + "safe_unwrap_calls": 7, + "allocation_sites": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/zig/ffi/axiom_spark_bridge.zig", - "lines": 133, - "unsafe_blocks": 1, + "file_path": "src/rust/corpus/isabelle.rs", + "lines": 951, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "safe_unwrap_calls": 7, + "allocation_sites": 16, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/zig/ffi/echidna_ffi.h", - "lines": 506, + "file_path": "src/rust/corpus/idris2.rs", + "lines": 655, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 8, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/zig/ffi/echidna_ffi.zig", - "lines": 711, + "file_path": "src/rust/corpus/why3.rs", + "lines": 641, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 20, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/overlay_integration_test.zig", - "lines": 802, + "file_path": "src/rust/corpus/proofnet.rs", + "lines": 285, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 5 + "safe_unwrap_calls": 3, + "allocation_sites": 16, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 632, + "file_path": "src/rust/corpus/coq.rs", + "lines": 673, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 4 + "safe_unwrap_calls": 4, + "allocation_sites": 12, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/capnp_bridge.zig", - "lines": 193, + "file_path": "src/rust/corpus/query.rs", + "lines": 443, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 4, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, + "file_path": "src/rust/corpus/mizar.rs", + "lines": 676, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "safe_unwrap_calls": 11, + "allocation_sites": 12, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/provers/constraint.zig", - "lines": 184, + "file_path": "src/rust/corpus/lean.rs", + "lines": 666, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "safe_unwrap_calls": 7, + "allocation_sites": 12, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/provers/autoactive.zig", - "lines": 198, + "file_path": "src/rust/vcl_ut.rs", + "lines": 1082, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 23, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/provers/declarative.zig", - "lines": 161, + "file_path": "src/rust/learning/self_play.rs", + "lines": 217, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 20, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/provers/atp.zig", - "lines": 197, + "file_path": "src/rust/learning/daemon.rs", + "lines": 242, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "ffi/zig/src/provers/interactive.zig", - "lines": 302, + "file_path": "src/rust/learning/mcts.rs", + "lines": 291, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "ffi/zig/src/provers/smt.zig", - "lines": 255, + "file_path": "src/rust/learning/buchholz_rank.rs", + "lines": 383, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/provers/vcl_ut.zig", - "lines": 405, + "file_path": "src/rust/learning/design_search.rs", + "lines": 566, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 4, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "metrics/verisim_sink.jl", - "lines": 66, + "file_path": "src/rust/exchange/smtlib.rs", + "lines": 549, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 5, + "allocation_sites": 34, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "metrics/floor_progress.jl", - "lines": 115, + "file_path": "src/rust/exchange/lambdapi.rs", + "lines": 454, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 9, + "safe_unwrap_calls": 2, + "allocation_sites": 12, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "metrics/corpus_loader.jl", - "lines": 166, + "file_path": "src/rust/exchange/tptp.rs", + "lines": 552, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 2, + "allocation_sites": 24, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "metrics/oov_rate.jl", - "lines": 72, + "file_path": "src/rust/exchange/opentheory.rs", + "lines": 251, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "docs-site/lib/echidna_docs/gateway_config.ex", - "lines": 64, + "file_path": "src/rust/exchange/dedukti.rs", + "lines": 503, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 22, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", - "lines": 194, + "file_path": "src/rust/exchange/smtcoq.rs", + "lines": 408, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 12, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.ncl", - "lines": 75, + "file_path": "src/interfaces/graphql/resolvers.rs", + "lines": 744, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 4, "io_operations": 1, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 141, + "file_path": "src/interfaces/graphql/main.rs", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.ncl", - "lines": 101, - "unsafe_blocks": 0, + "file_path": "src/interfaces/graphql/ffi_wrapper.rs", + "lines": 483, + "unsafe_blocks": 10, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", - "lines": 276, + "file_path": "src/interfaces/graphql/schema.rs", + "lines": 1382, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "unwrap_calls": 1, + "safe_unwrap_calls": 15, + "allocation_sites": 22, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", - "lines": 260, + "file_path": "src/interfaces/rest/main.rs", + "lines": 161, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 3, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "src/interfaces/rest/ffi_wrapper.rs", + "lines": 259, + "unsafe_blocks": 10, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.ncl", - "lines": 83, + "file_path": "src/interfaces/rest/handlers.rs", + "lines": 799, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 13, + "allocation_sites": 4, "io_operations": 1, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/interfaces/grpc/main.rs", + "lines": 605, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 8, + "allocation_sites": 4, "io_operations": 1, + "threading_constructs": 1 + }, + { + "file_path": "src/interfaces/grpc/ffi_wrapper.rs", + "lines": 247, + "unsafe_blocks": 10, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", - "lines": 168, + "file_path": "src/chapel/bench_mrr.chpl", + "lines": 103, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4492,28 +4492,28 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.ncl", - "lines": 67, + "file_path": "src/chapel/parallel_proof_search.chpl", + "lines": 649, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.k9.ncl", - "lines": 254, + "file_path": "src/chapel/chapel_ffi_exports.chpl", + "lines": 272, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", - "lines": 62, + "file_path": "src/chapel/smoke.chpl", + "lines": 45, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4522,2403 +4522,2403 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "lines": 167, - "unsafe_blocks": 0, + "file_path": "src/zig_ffi/chapel_bridge.zig", + "lines": 464, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ "memory", - "concurrency", - "disk", "network", - "cpu" + "cpu", + "disk", + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "src/interfaces/grpc/main.rs", - "to": "src/interfaces/grpc/ffi_wrapper.rs", - "relation": "shared_dir:src/interfaces/grpc", + "from": "src/julia/archive/train_and_evaluate.jl", + "to": "src/julia/archive/train_final_models.jl", + "relation": "shared_dir:src/julia/archive", "weight": 1.0 }, { - "from": "src/julia/eval_held_out.jl", - "to": "src/julia/extract_all_proofs.jl", - "relation": "shared_dir:src/julia", + "from": "src/julia/archive/train_final_models.jl", + "to": "src/julia/archive/train_advanced_models.jl", + "relation": "shared_dir:src/julia/archive", "weight": 1.0 }, { - "from": "src/julia/extract_all_proofs.jl", - "to": "src/julia/test_server.jl", - "relation": "shared_dir:src/julia", + "from": "src/julia/archive/train_advanced_models.jl", + "to": "src/julia/archive/train_models.jl", + "relation": "shared_dir:src/julia/archive", "weight": 1.0 }, { - "from": "src/julia/test_server.jl", - "to": "src/julia/run_training.jl", - "relation": "shared_dir:src/julia", + "from": "src/julia/archive/train_models.jl", + "to": "src/julia/archive/train_complete_final.jl", + "relation": "shared_dir:src/julia/archive", "weight": 1.0 }, { - "from": "src/julia/run_training.jl", - "to": "src/julia/corpus_loader.jl", - "relation": "shared_dir:src/julia", + "from": "src/interfaces/rest/main.rs", + "to": "src/interfaces/rest/ffi_wrapper.rs", + "relation": "shared_dir:src/interfaces/rest", "weight": 1.0 }, { - "from": "src/julia/corpus_loader.jl", - "to": "src/julia/api_server.jl", - "relation": "shared_dir:src/julia", + "from": "src/interfaces/rest/ffi_wrapper.rs", + "to": "src/interfaces/rest/handlers.rs", + "relation": "shared_dir:src/interfaces/rest", "weight": 1.0 }, { - "from": "src/julia/api_server.jl", - "to": "src/julia/coprocessor.jl", - "relation": "shared_dir:src/julia", + "from": "ffi/zig/test/integration_test.zig", + "to": "ffi/zig/test/overlay_integration_test.zig", + "relation": "shared_dir:ffi/zig/test", "weight": 1.0 }, { - "from": "src/julia/coprocessor.jl", - "to": "src/julia/extract_training_data.jl", - "relation": "shared_dir:src/julia", + "from": "src/zig/ffi/axiom_spark_bridge.zig", + "to": "src/zig/ffi/echidna_ffi.zig", + "relation": "shared_dir:src/zig/ffi", "weight": 1.0 }, { - "from": "src/julia/extract_training_data.jl", - "to": "src/julia/ipc.jl", - "relation": "shared_dir:src/julia", + "from": "src/zig/ffi/echidna_ffi.zig", + "to": "src/zig/ffi/echidna_ffi.h", + "relation": "shared_dir:src/zig/ffi", "weight": 1.0 }, { - "from": "src/julia/ipc.jl", - "to": "src/julia/retrain_from_verisim.jl", - "relation": "shared_dir:src/julia", + "from": "echidna-playground/src/JsCoq.affine", + "to": "echidna-playground/src/Dom.affine", + "relation": "shared_dir:echidna-playground/src", "weight": 1.0 }, { - "from": "src/julia/retrain_from_verisim.jl", - "to": "src/julia/run_training_cpu.jl", - "relation": "shared_dir:src/julia", + "from": "echidna-playground/src/Dom.affine", + "to": "echidna-playground/src/PlaygroundServer.affine", + "relation": "shared_dir:echidna-playground/src", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.ncl", - "to": ".machine_readable/contractiles/must/must.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/must", + "from": "echidna-playground/src/PlaygroundServer.affine", + "to": "echidna-playground/src/Server.affine", + "relation": "shared_dir:echidna-playground/src", "weight": 1.0 }, { - "from": "src/julia/archive/train_models.jl", - "to": "src/julia/archive/train_advanced_models.jl", - "relation": "shared_dir:src/julia/archive", + "from": "echidna-playground/src/Server.affine", + "to": "echidna-playground/src/Deno.affine", + "relation": "shared_dir:echidna-playground/src", "weight": 1.0 }, { - "from": "src/julia/archive/train_advanced_models.jl", - "to": "src/julia/archive/train_final_models.jl", - "relation": "shared_dir:src/julia/archive", + "from": "echidna-playground/src/Deno.affine", + "to": "echidna-playground/src/Components.affine", + "relation": "shared_dir:echidna-playground/src", "weight": 1.0 }, { - "from": "src/julia/archive/train_final_models.jl", - "to": "src/julia/archive/train_and_evaluate.jl", - "relation": "shared_dir:src/julia/archive", + "from": ".machine_readable/contractiles/dust/dust.ncl", + "to": ".machine_readable/contractiles/dust/dust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/dust", "weight": 1.0 }, { - "from": "src/julia/archive/train_and_evaluate.jl", - "to": "src/julia/archive/train_complete_final.jl", - "relation": "shared_dir:src/julia/archive", + "from": "src/interfaces/grpc/main.rs", + "to": "src/interfaces/grpc/ffi_wrapper.rs", + "relation": "shared_dir:src/interfaces/grpc", "weight": 1.0 }, { - "from": "scripts/extract_lean3.jl", - "to": "scripts/extract_tlaps.jl", - "relation": "shared_dir:scripts", + "from": "src/rust/diagnostics/corpus_monitor.rs", + "to": "src/rust/diagnostics/proof_failure.rs", + "relation": "shared_dir:src/rust/diagnostics", "weight": 1.0 }, { - "from": "scripts/extract_tlaps.jl", - "to": "scripts/test-integration.sh", - "relation": "shared_dir:scripts", + "from": "tests/fallback_monitor_integration_test.rs", + "to": "tests/p2p_property_tests.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "scripts/test-integration.sh", - "to": "scripts/vocabulary_5x_expansion.jl", - "relation": "shared_dir:scripts", + "from": "tests/p2p_property_tests.rs", + "to": "tests/live_service_regressions.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "scripts/vocabulary_5x_expansion.jl", - "to": "scripts/extract_acl2s.jl", - "relation": "shared_dir:scripts", + "from": "tests/live_service_regressions.rs", + "to": "tests/sanity_suite.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "scripts/extract_acl2s.jl", - "to": "scripts/vocabulary_mine_corpus.jl", - "relation": "shared_dir:scripts", + "from": "tests/sanity_suite.rs", + "to": "tests/julia_corpus_loader_smoke.jl", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "scripts/vocabulary_mine_corpus.jl", - "to": "scripts/extract_key.jl", - "relation": "shared_dir:scripts", + "from": "tests/julia_corpus_loader_smoke.jl", + "to": "tests/integration_test.sh", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "scripts/extract_key.jl", - "to": "scripts/generate_synthetic_dafny_scale.jl", - "relation": "shared_dir:scripts", + "from": "tests/integration_test.sh", + "to": "tests/e2e_prover_test.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "scripts/generate_synthetic_dafny_scale.jl", - "to": "scripts/extract_typechecker_ecosystem.jl", - "relation": "shared_dir:scripts", + "from": "tests/e2e_prover_test.rs", + "to": "tests/agentic_integration.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "scripts/extract_typechecker_ecosystem.jl", - "to": "scripts/extract_idris2.jl", - "relation": "shared_dir:scripts", + "from": "tests/agentic_integration.rs", + "to": "tests/stage1_integration_test.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "scripts/extract_idris2.jl", - "to": "scripts/extract_uppaal.jl", - "relation": "shared_dir:scripts", + "from": "tests/stage1_integration_test.rs", + "to": "tests/concurrency_test.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "scripts/extract_uppaal.jl", - "to": "scripts/extract_tamarin.jl", - "relation": "shared_dir:scripts", + "from": "tests/concurrency_test.rs", + "to": "tests/aspect_tests.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "scripts/extract_tamarin.jl", - "to": "scripts/max_extract_coqgym.jl", - "relation": "shared_dir:scripts", + "from": "tests/aspect_tests.rs", + "to": "tests/s4_loop_closure.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "scripts/max_extract_coqgym.jl", - "to": "scripts/extract_why3.jl", - "relation": "shared_dir:scripts", + "from": "tests/s4_loop_closure.rs", + "to": "tests/prove_handler_health_integration_test.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "scripts/extract_why3.jl", - "to": "scripts/extract_nunchaku.jl", - "relation": "shared_dir:scripts", + "from": "src/rust/agent/planner.rs", + "to": "src/rust/agent/actors.rs", + "relation": "shared_dir:src/rust/agent", "weight": 1.0 }, { - "from": "scripts/extract_nunchaku.jl", - "to": "scripts/extract_dreal.jl", - "relation": "shared_dir:scripts", + "from": "src/rust/agent/actors.rs", + "to": "src/rust/agent/mod.rs", + "relation": "shared_dir:src/rust/agent", "weight": 1.0 }, { - "from": "scripts/extract_dreal.jl", - "to": "scripts/extract_mizar.jl", - "relation": "shared_dir:scripts", + "from": "src/rust/agent/mod.rs", + "to": "src/rust/agent/meta_controller.rs", + "relation": "shared_dir:src/rust/agent", "weight": 1.0 }, { - "from": "scripts/extract_mizar.jl", - "to": "scripts/extract_cbmc.jl", - "relation": "shared_dir:scripts", + "from": "src/rust/agent/meta_controller.rs", + "to": "src/rust/agent/explanations.rs", + "relation": "shared_dir:src/rust/agent", "weight": 1.0 }, { - "from": "scripts/extract_cbmc.jl", - "to": "scripts/vocabulary_final.jl", - "relation": "shared_dir:scripts", + "from": "src/rust/agent/explanations.rs", + "to": "src/rust/agent/swarm.rs", + "relation": "shared_dir:src/rust/agent", "weight": 1.0 }, { - "from": "scripts/vocabulary_final.jl", - "to": "scripts/extract_dafny.jl", - "relation": "shared_dir:scripts", + "from": "src/rust/agent/swarm.rs", + "to": "src/rust/agent/memory.rs", + "relation": "shared_dir:src/rust/agent", "weight": 1.0 }, { - "from": "scripts/extract_dafny.jl", - "to": "scripts/extract_framac.jl", - "relation": "shared_dir:scripts", + "from": "ffi/zig/src/provers/vcl_ut.zig", + "to": "ffi/zig/src/provers/atp.zig", + "relation": "shared_dir:ffi/zig/src/provers", "weight": 1.0 }, { - "from": "scripts/extract_framac.jl", - "to": "scripts/simple_merge.jl", - "relation": "shared_dir:scripts", + "from": "ffi/zig/src/provers/atp.zig", + "to": "ffi/zig/src/provers/smt.zig", + "relation": "shared_dir:ffi/zig/src/provers", "weight": 1.0 }, { - "from": "scripts/simple_merge.jl", - "to": "scripts/extract_viper.jl", - "relation": "shared_dir:scripts", + "from": "ffi/zig/src/provers/smt.zig", + "to": "ffi/zig/src/provers/declarative.zig", + "relation": "shared_dir:ffi/zig/src/provers", "weight": 1.0 }, { - "from": "scripts/extract_viper.jl", - "to": "scripts/extract_tlc.jl", - "relation": "shared_dir:scripts", + "from": "ffi/zig/src/provers/declarative.zig", + "to": "ffi/zig/src/provers/constraint.zig", + "relation": "shared_dir:ffi/zig/src/provers", "weight": 1.0 }, { - "from": "scripts/extract_tlc.jl", - "to": "scripts/vocabulary_canonicalize.jl", - "relation": "shared_dir:scripts", + "from": "ffi/zig/src/provers/constraint.zig", + "to": "ffi/zig/src/provers/interactive.zig", + "relation": "shared_dir:ffi/zig/src/provers", "weight": 1.0 }, { - "from": "scripts/vocabulary_canonicalize.jl", - "to": "scripts/generate_synthetic_provers.jl", - "relation": "shared_dir:scripts", + "from": "ffi/zig/src/provers/interactive.zig", + "to": "ffi/zig/src/provers/autoactive.zig", + "relation": "shared_dir:ffi/zig/src/provers", "weight": 1.0 }, { - "from": "scripts/generate_synthetic_provers.jl", - "to": "scripts/extract_dedukti.jl", - "relation": "shared_dir:scripts", + "from": "ffi/zig/src/main.zig", + "to": "ffi/zig/src/capnp_bridge.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "scripts/extract_dedukti.jl", - "to": "scripts/extract_nitpick.jl", - "relation": "shared_dir:scripts", + "from": "src/rust/integrity/io.rs", + "to": "src/rust/integrity/solver_integrity.rs", + "relation": "shared_dir:src/rust/integrity", "weight": 1.0 }, { - "from": "scripts/extract_nitpick.jl", - "to": "scripts/extract_pvs.jl", - "relation": "shared_dir:scripts", + "from": "src/rust/suggest/variant.rs", + "to": "src/rust/suggest/extractor.rs", + "relation": "shared_dir:src/rust/suggest", "weight": 1.0 }, { - "from": "scripts/extract_pvs.jl", - "to": "scripts/extract_afp.jl", - "relation": "shared_dir:scripts", + "from": "src/rust/suggest/extractor.rs", + "to": "src/rust/suggest/mod.rs", + "relation": "shared_dir:src/rust/suggest", "weight": 1.0 }, { - "from": "scripts/extract_afp.jl", - "to": "scripts/extract_opentheory.jl", - "relation": "shared_dir:scripts", + "from": "src/rust/suggest/mod.rs", + "to": "src/rust/suggest/report.rs", + "relation": "shared_dir:src/rust/suggest", "weight": 1.0 }, { - "from": "scripts/extract_opentheory.jl", - "to": "scripts/extract_isabelle_tropical.jl", - "relation": "shared_dir:scripts", + "from": "src/rust/suggest/report.rs", + "to": "src/rust/suggest/synonyms.rs", + "relation": "shared_dir:src/rust/suggest", "weight": 1.0 }, { - "from": "scripts/extract_isabelle_tropical.jl", - "to": "scripts/final_normalization.jl", - "relation": "shared_dir:scripts", + "from": "metrics/verisim_sink.jl", + "to": "metrics/corpus_loader.jl", + "relation": "shared_dir:metrics", "weight": 1.0 }, { - "from": "scripts/final_normalization.jl", - "to": "scripts/collect-field-signal.sh", - "relation": "shared_dir:scripts", + "from": "metrics/corpus_loader.jl", + "to": "metrics/oov_rate.jl", + "relation": "shared_dir:metrics", "weight": 1.0 }, { - "from": "scripts/collect-field-signal.sh", - "to": "scripts/vocabulary_expansion.jl", - "relation": "shared_dir:scripts", + "from": "metrics/oov_rate.jl", + "to": "metrics/floor_progress.jl", + "relation": "shared_dir:metrics", "weight": 1.0 }, { - "from": "scripts/vocabulary_expansion.jl", - "to": "scripts/generate_synthetic_tail_scale.jl", - "relation": "shared_dir:scripts", + "from": "src/rust/gnn/graph.rs", + "to": "src/rust/gnn/client.rs", + "relation": "shared_dir:src/rust/gnn", "weight": 1.0 }, { - "from": "scripts/generate_synthetic_tail_scale.jl", - "to": "scripts/metamath_extract_working.jl", - "relation": "shared_dir:scripts", + "from": "src/rust/gnn/client.rs", + "to": "src/rust/gnn/fallback_monitor.rs", + "relation": "shared_dir:src/rust/gnn", "weight": 1.0 }, { - "from": "scripts/metamath_extract_working.jl", - "to": "scripts/extract_nusmv.jl", - "relation": "shared_dir:scripts", + "from": "src/rust/gnn/fallback_monitor.rs", + "to": "src/rust/gnn/embeddings.rs", + "relation": "shared_dir:src/rust/gnn", "weight": 1.0 }, { - "from": "scripts/extract_nusmv.jl", - "to": "scripts/extract_naproche.jl", - "relation": "shared_dir:scripts", + "from": "src/rust/gnn/embeddings.rs", + "to": "src/rust/gnn/guided_search.rs", + "relation": "shared_dir:src/rust/gnn", "weight": 1.0 }, { - "from": "scripts/extract_naproche.jl", - "to": "scripts/extract_typed_wasm.jl", - "relation": "shared_dir:scripts", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": ".machine_readable/contractiles/intend/intend.ncl", + "relation": "shared_dir:.machine_readable/contractiles/intend", "weight": 1.0 }, { - "from": "scripts/extract_typed_wasm.jl", - "to": "scripts/merge_all_corpora.jl", - "relation": "shared_dir:scripts", - "weight": 1.0 - }, - { - "from": "scripts/merge_all_corpora.jl", - "to": "scripts/extract_agda.jl", - "relation": "shared_dir:scripts", + "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/adjust", "weight": 1.0 }, { - "from": "scripts/extract_agda.jl", - "to": "scripts/extractor_save_common.jl", + "from": "scripts/extract_mercury.jl", + "to": "scripts/metamath_extract_working.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extractor_save_common.jl", - "to": "scripts/extract_isabelle_zf.jl", + "from": "scripts/metamath_extract_working.jl", + "to": "scripts/extract_naproche.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_isabelle_zf.jl", - "to": "scripts/metamath_final.jl", + "from": "scripts/extract_naproche.jl", + "to": "scripts/extract_nitpick.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/metamath_final.jl", - "to": "scripts/extract_lambda_prolog.jl", + "from": "scripts/extract_nitpick.jl", + "to": "scripts/collect-field-signal.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_lambda_prolog.jl", - "to": "scripts/extract_hol_light.jl", + "from": "scripts/collect-field-signal.sh", + "to": "scripts/extract_nusmv.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_hol_light.jl", - "to": "scripts/final_complete_merge.jl", + "from": "scripts/extract_nusmv.jl", + "to": "scripts/extract_afp.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/final_complete_merge.jl", - "to": "scripts/extract_sat_benchmarks.jl", + "from": "scripts/extract_afp.jl", + "to": "scripts/merge_training_data.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_sat_benchmarks.jl", - "to": "scripts/extract_tptp.jl", + "from": "scripts/merge_training_data.jl", + "to": "scripts/demo-proof.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_tptp.jl", - "to": "scripts/extract_coqgym.jl", + "from": "scripts/demo-proof.sh", + "to": "scripts/extract_lean3.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_coqgym.jl", - "to": "scripts/extract_metamath.jl", + "from": "scripts/extract_lean3.jl", + "to": "scripts/extract_minizinc.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_metamath.jl", - "to": "scripts/extract_prism.jl", + "from": "scripts/extract_minizinc.jl", + "to": "scripts/vocabulary_final.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_prism.jl", - "to": "scripts/extract_matita.jl", + "from": "scripts/vocabulary_final.jl", + "to": "scripts/extract_tlaps.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_matita.jl", - "to": "scripts/expand_training_data.sh", + "from": "scripts/extract_tlaps.jl", + "to": "scripts/extract_metamath.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/expand_training_data.sh", - "to": "scripts/align_premises.jl", + "from": "scripts/extract_metamath.jl", + "to": "scripts/extract_abella.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/align_premises.jl", - "to": "scripts/extract_spin.jl", + "from": "scripts/extract_abella.jl", + "to": "scripts/extract_boogie.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_spin.jl", - "to": "scripts/extract_abella.jl", + "from": "scripts/extract_boogie.jl", + "to": "scripts/install-proof-toolchains.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_abella.jl", - "to": "scripts/merge_training_data.jl", + "from": "scripts/install-proof-toolchains.sh", + "to": "scripts/merge_corpus.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/merge_training_data.jl", - "to": "scripts/max_extract_mathlib4.jl", + "from": "scripts/merge_corpus.jl", + "to": "scripts/extract_typechecker_ecosystem.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/max_extract_mathlib4.jl", - "to": "scripts/extract_mathlib4.jl", + "from": "scripts/extract_typechecker_ecosystem.jl", + "to": "scripts/vocabulary_canonicalize.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_mathlib4.jl", - "to": "scripts/merge_corpus.jl", + "from": "scripts/vocabulary_canonicalize.jl", + "to": "scripts/max_extract_coqgym.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/merge_corpus.jl", - "to": "scripts/extract_boogie.jl", + "from": "scripts/max_extract_coqgym.jl", + "to": "scripts/extract_why3.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_boogie.jl", + "from": "scripts/extract_why3.jl", "to": "scripts/extract_seahorn.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { "from": "scripts/extract_seahorn.jl", - "to": "scripts/extract_smtlib.jl", + "to": "scripts/vocabulary_5x_expansion.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_smtlib.jl", - "to": "scripts/extract_alloy.jl", + "from": "scripts/vocabulary_5x_expansion.jl", + "to": "scripts/extract_hol4.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_alloy.jl", - "to": "scripts/provision_corpora.sh", + "from": "scripts/extract_hol4.jl", + "to": "scripts/test_integration.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/provision_corpora.sh", + "from": "scripts/test_integration.sh", "to": "scripts/extract_cameleer.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { "from": "scripts/extract_cameleer.jl", - "to": "scripts/extract_mathcomp.jl", + "to": "scripts/extract_dedukti.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_mathcomp.jl", - "to": "scripts/extract_hol4.jl", + "from": "scripts/extract_dedukti.jl", + "to": "scripts/final_normalization.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_hol4.jl", - "to": "scripts/simple_metamath_extract.jl", + "from": "scripts/final_normalization.jl", + "to": "scripts/a2ml_emit.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/simple_metamath_extract.jl", - "to": "scripts/extract_arend.jl", + "from": "scripts/a2ml_emit.jl", + "to": "scripts/extract_typed_wasm.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_arend.jl", - "to": "scripts/extract_athena.jl", + "from": "scripts/extract_typed_wasm.jl", + "to": "scripts/extract_dreal.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_athena.jl", - "to": "scripts/test_integration.sh", + "from": "scripts/extract_dreal.jl", + "to": "scripts/extract_coqgym.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/test_integration.sh", - "to": "scripts/extract_proverif.jl", + "from": "scripts/extract_coqgym.jl", + "to": "scripts/extract_uppaal.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_proverif.jl", - "to": "scripts/ultimate_expansion.jl", + "from": "scripts/extract_uppaal.jl", + "to": "scripts/extract_arend.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/ultimate_expansion.jl", - "to": "scripts/extract_fstar.jl", + "from": "scripts/extract_arend.jl", + "to": "scripts/extract_tptp.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_fstar.jl", - "to": "scripts/extract_acl2.jl", + "from": "scripts/extract_tptp.jl", + "to": "scripts/extract_mathlib4.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_acl2.jl", - "to": "scripts/install-proof-toolchains.sh", + "from": "scripts/extract_mathlib4.jl", + "to": "scripts/extract_dafny.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/install-proof-toolchains.sh", - "to": "scripts/build-production.sh", + "from": "scripts/extract_dafny.jl", + "to": "scripts/balance_corpus.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/build-production.sh", - "to": "scripts/extract_minizinc.jl", + "from": "scripts/balance_corpus.jl", + "to": "scripts/extract_matita.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/extract_minizinc.jl", - "to": "scripts/balance_corpus.jl", + "from": "scripts/extract_matita.jl", + "to": "scripts/ultimate_expansion.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/balance_corpus.jl", - "to": "scripts/a2ml_emit.jl", + "from": "scripts/ultimate_expansion.jl", + "to": "scripts/extract_alloy.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/a2ml_emit.jl", - "to": "scripts/demo-proof.sh", + "from": "scripts/extract_alloy.jl", + "to": "scripts/extract_framac.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/demo-proof.sh", - "to": "scripts/gen-provers-a2ml.sh", + "from": "scripts/extract_framac.jl", + "to": "scripts/extract_mathcomp.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/gen-provers-a2ml.sh", - "to": "scripts/extract_mercury.jl", + "from": "scripts/extract_mathcomp.jl", + "to": "scripts/extract_tamarin.jl", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.ncl", - "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/adjust", + "from": "scripts/extract_tamarin.jl", + "to": "scripts/extract_viper.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/interfaces/rest/main.rs", - "to": "src/interfaces/rest/handlers.rs", - "relation": "shared_dir:src/interfaces/rest", + "from": "scripts/extract_viper.jl", + "to": "scripts/align_premises.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/interfaces/rest/handlers.rs", - "to": "src/interfaces/rest/ffi_wrapper.rs", - "relation": "shared_dir:src/interfaces/rest", + "from": "scripts/align_premises.jl", + "to": "scripts/test-integration.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "crates/echidna-core-spark/src/axiom_tracker.rs", - "to": "crates/echidna-core-spark/src/pareto.rs", - "relation": "shared_dir:crates/echidna-core-spark/src", + "from": "scripts/test-integration.sh", + "to": "scripts/extract_acl2.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/exchange/smtcoq.rs", - "to": "src/rust/exchange/smtlib.rs", - "relation": "shared_dir:src/rust/exchange", + "from": "scripts/extract_acl2.jl", + "to": "scripts/extract_proverif.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/exchange/smtlib.rs", - "to": "src/rust/exchange/lambdapi.rs", - "relation": "shared_dir:src/rust/exchange", + "from": "scripts/extract_proverif.jl", + "to": "scripts/generate_synthetic_dafny_scale.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/exchange/lambdapi.rs", - "to": "src/rust/exchange/dedukti.rs", - "relation": "shared_dir:src/rust/exchange", + "from": "scripts/generate_synthetic_dafny_scale.jl", + "to": "scripts/extract_isabelle_tropical.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/exchange/dedukti.rs", - "to": "src/rust/exchange/tptp.rs", - "relation": "shared_dir:src/rust/exchange", + "from": "scripts/extract_isabelle_tropical.jl", + "to": "scripts/extract_lambda_prolog.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/exchange/tptp.rs", - "to": "src/rust/exchange/opentheory.rs", - "relation": "shared_dir:src/rust/exchange", + "from": "scripts/extract_lambda_prolog.jl", + "to": "scripts/extract_mizar.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/suggest/variant.rs", - "to": "src/rust/suggest/extractor.rs", - "relation": "shared_dir:src/rust/suggest", + "from": "scripts/extract_mizar.jl", + "to": "scripts/extract_cbmc.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/suggest/extractor.rs", - "to": "src/rust/suggest/synonyms.rs", - "relation": "shared_dir:src/rust/suggest", + "from": "scripts/extract_cbmc.jl", + "to": "scripts/extract_sat_benchmarks.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/suggest/synonyms.rs", - "to": "src/rust/suggest/report.rs", - "relation": "shared_dir:src/rust/suggest", + "from": "scripts/extract_sat_benchmarks.jl", + "to": "scripts/extract_acl2s.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/suggest/report.rs", - "to": "src/rust/suggest/mod.rs", - "relation": "shared_dir:src/rust/suggest", + "from": "scripts/extract_acl2s.jl", + "to": "scripts/gen-provers-a2ml.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/chapel/smoke.chpl", - "to": "src/chapel/bench_mrr.chpl", - "relation": "shared_dir:src/chapel", + "from": "scripts/gen-provers-a2ml.sh", + "to": "scripts/vocabulary_expansion.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/chapel/bench_mrr.chpl", - "to": "src/chapel/parallel_proof_search.chpl", - "relation": "shared_dir:src/chapel", + "from": "scripts/vocabulary_expansion.jl", + "to": "scripts/merge_all_corpora.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/chapel/parallel_proof_search.chpl", - "to": "src/chapel/chapel_ffi_exports.chpl", - "relation": "shared_dir:src/chapel", + "from": "scripts/merge_all_corpora.jl", + "to": "scripts/extract_hol_light.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", - "to": "src/abi/TentaclesForeign.idr", - "relation": "shared_dir:src/abi", + "from": "scripts/extract_hol_light.jl", + "to": "scripts/build-production.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/abi/TentaclesForeign.idr", - "to": "src/abi/BojForeign.idr", - "relation": "shared_dir:src/abi", + "from": "scripts/build-production.sh", + "to": "scripts/extract_opentheory.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/abi/BojForeign.idr", - "to": "src/abi/TypeLLForeign.idr", - "relation": "shared_dir:src/abi", + "from": "scripts/extract_opentheory.jl", + "to": "scripts/generate_synthetic_tail_scale.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/abi/TypeLLForeign.idr", - "to": "src/abi/OverlayForeign.idr", - "relation": "shared_dir:src/abi", + "from": "scripts/generate_synthetic_tail_scale.jl", + "to": "scripts/final_complete_merge.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/mettel2.rs", - "to": "src/rust/provers/hol4.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/final_complete_merge.jl", + "to": "scripts/simple_merge.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/hol4.rs", - "to": "src/rust/provers/alloy.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/simple_merge.jl", + "to": "scripts/expand_training_data.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/alloy.rs", - "to": "src/rust/provers/qepcad.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/expand_training_data.sh", + "to": "scripts/extract_isabelle_zf.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/qepcad.rs", - "to": "src/rust/provers/agda.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/extract_isabelle_zf.jl", + "to": "scripts/extract_tlc.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/agda.rs", - "to": "src/rust/provers/cvc5.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/extract_tlc.jl", + "to": "scripts/extract_smtlib.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/cvc5.rs", - "to": "src/rust/provers/minizinc.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/extract_smtlib.jl", + "to": "scripts/extractor_save_common.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/minizinc.rs", - "to": "src/rust/provers/princess.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/extractor_save_common.jl", + "to": "scripts/extract_agda.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/princess.rs", - "to": "src/rust/provers/cbmc.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/extract_agda.jl", + "to": "scripts/provision_corpora.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/cbmc.rs", - "to": "src/rust/provers/isabelle.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/provision_corpora.sh", + "to": "scripts/extract_nunchaku.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/isabelle.rs", - "to": "src/rust/provers/agsyhol.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/extract_nunchaku.jl", + "to": "scripts/simple_metamath_extract.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/agsyhol.rs", - "to": "src/rust/provers/hol_light.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/simple_metamath_extract.jl", + "to": "scripts/extract_idris2.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/hol_light.rs", - "to": "src/rust/provers/cadical.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/extract_idris2.jl", + "to": "scripts/generate_synthetic_provers.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/cadical.rs", - "to": "src/rust/provers/metitarski.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/generate_synthetic_provers.jl", + "to": "scripts/metamath_final.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/metitarski.rs", - "to": "src/rust/provers/seahorn.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/metamath_final.jl", + "to": "scripts/extract_pvs.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/seahorn.rs", - "to": "src/rust/provers/glpk.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/extract_pvs.jl", + "to": "scripts/extract_fstar.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/glpk.rs", - "to": "src/rust/provers/abc.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/extract_fstar.jl", + "to": "scripts/extract_spin.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/abc.rs", - "to": "src/rust/provers/dreal.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/extract_spin.jl", + "to": "scripts/extract_athena.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/dreal.rs", - "to": "src/rust/provers/leo3.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/extract_athena.jl", + "to": "scripts/max_extract_mathlib4.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/leo3.rs", - "to": "src/rust/provers/tlc.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/max_extract_mathlib4.jl", + "to": "scripts/extract_key.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/tlc.rs", - "to": "src/rust/provers/idris2.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/extract_key.jl", + "to": "scripts/extract_prism.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/idris2.rs", - "to": "src/rust/provers/prob.rs", - "relation": "shared_dir:src/rust/provers", + "from": "scripts/extract_prism.jl", + "to": "scripts/vocabulary_mine_corpus.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/rust/provers/prob.rs", - "to": "src/rust/provers/key.rs", - "relation": "shared_dir:src/rust/provers", + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "to": ".machine_readable/contractiles/bust/bust.ncl", + "relation": "shared_dir:.machine_readable/contractiles/bust", "weight": 1.0 }, { - "from": "src/rust/provers/key.rs", - "to": "src/rust/provers/csi.rs", - "relation": "shared_dir:src/rust/provers", + "from": ".machine_readable/contractiles/must/must.ncl", + "to": ".machine_readable/contractiles/must/must.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/must", "weight": 1.0 }, { - "from": "src/rust/provers/csi.rs", - "to": "src/rust/provers/ortools.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/julia/run_training_cpu.jl", + "to": "src/julia/api_server.jl", + "relation": "shared_dir:src/julia", "weight": 1.0 }, { - "from": "src/rust/provers/ortools.rs", - "to": "src/rust/provers/vampire.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/julia/api_server.jl", + "to": "src/julia/eval_held_out.jl", + "relation": "shared_dir:src/julia", "weight": 1.0 }, { - "from": "src/rust/provers/vampire.rs", - "to": "src/rust/provers/uppaal.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/julia/eval_held_out.jl", + "to": "src/julia/extract_all_proofs.jl", + "relation": "shared_dir:src/julia", "weight": 1.0 }, { - "from": "src/rust/provers/uppaal.rs", - "to": "src/rust/provers/spass.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/julia/extract_all_proofs.jl", + "to": "src/julia/test_server.jl", + "relation": "shared_dir:src/julia", "weight": 1.0 }, { - "from": "src/rust/provers/spass.rs", - "to": "src/rust/provers/outcome.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/julia/test_server.jl", + "to": "src/julia/retrain_from_verisim.jl", + "relation": "shared_dir:src/julia", "weight": 1.0 }, { - "from": "src/rust/provers/outcome.rs", - "to": "src/rust/provers/elk.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/julia/retrain_from_verisim.jl", + "to": "src/julia/corpus_loader.jl", + "relation": "shared_dir:src/julia", "weight": 1.0 }, { - "from": "src/rust/provers/elk.rs", - "to": "src/rust/provers/pvs.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/julia/corpus_loader.jl", + "to": "src/julia/coprocessor.jl", + "relation": "shared_dir:src/julia", "weight": 1.0 }, { - "from": "src/rust/provers/pvs.rs", - "to": "src/rust/provers/scip.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/julia/coprocessor.jl", + "to": "src/julia/extract_training_data.jl", + "relation": "shared_dir:src/julia", "weight": 1.0 }, { - "from": "src/rust/provers/scip.rs", - "to": "src/rust/provers/storm.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/julia/extract_training_data.jl", + "to": "src/julia/ipc.jl", + "relation": "shared_dir:src/julia", "weight": 1.0 }, { - "from": "src/rust/provers/storm.rs", - "to": "src/rust/provers/mizar.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/julia/ipc.jl", + "to": "src/julia/run_training.jl", + "relation": "shared_dir:src/julia", "weight": 1.0 }, { - "from": "src/rust/provers/mizar.rs", - "to": "src/rust/provers/twee.rs", - "relation": "shared_dir:src/rust/provers", + "from": ".machine_readable/contractiles/trust/trust.ncl", + "to": ".machine_readable/contractiles/trust/trust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/trust", "weight": 1.0 }, { - "from": "src/rust/provers/twee.rs", - "to": "src/rust/provers/typed_wasm.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/verification/pareto.rs", + "to": "src/rust/verification/certificates.rs", + "relation": "shared_dir:src/rust/verification", "weight": 1.0 }, { - "from": "src/rust/provers/typed_wasm.rs", - "to": "src/rust/provers/rocq.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/verification/certificates.rs", + "to": "src/rust/verification/statistics.rs", + "relation": "shared_dir:src/rust/verification", "weight": 1.0 }, { - "from": "src/rust/provers/rocq.rs", - "to": "src/rust/provers/acl2.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/verification/statistics.rs", + "to": "src/rust/verification/axiom_tracker.rs", + "relation": "shared_dir:src/rust/verification", "weight": 1.0 }, { - "from": "src/rust/provers/acl2.rs", - "to": "src/rust/provers/framac.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/verification/axiom_tracker.rs", + "to": "src/rust/verification/portfolio.rs", + "relation": "shared_dir:src/rust/verification", "weight": 1.0 }, { - "from": "src/rust/provers/framac.rs", - "to": "src/rust/provers/proverif.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/verification/portfolio.rs", + "to": "src/rust/verification/mutation.rs", + "relation": "shared_dir:src/rust/verification", "weight": 1.0 }, { - "from": "src/rust/provers/proverif.rs", - "to": "src/rust/provers/iprover.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/verification/mutation.rs", + "to": "src/rust/verification/result_arbiter.rs", + "relation": "shared_dir:src/rust/verification", "weight": 1.0 }, { - "from": "src/rust/provers/iprover.rs", - "to": "src/rust/provers/nuprl.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/ffi/mod.rs", + "to": "src/rust/ffi/spark_axiom.rs", + "relation": "shared_dir:src/rust/ffi", "weight": 1.0 }, { - "from": "src/rust/provers/nuprl.rs", - "to": "src/rust/provers/satallax.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/chapel/bench_mrr.chpl", + "to": "src/chapel/parallel_proof_search.chpl", + "relation": "shared_dir:src/chapel", "weight": 1.0 }, { - "from": "src/rust/provers/satallax.rs", - "to": "src/rust/provers/spin_checker.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/chapel/parallel_proof_search.chpl", + "to": "src/chapel/chapel_ffi_exports.chpl", + "relation": "shared_dir:src/chapel", "weight": 1.0 }, { - "from": "src/rust/provers/spin_checker.rs", - "to": "src/rust/provers/eprover.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/chapel/chapel_ffi_exports.chpl", + "to": "src/chapel/smoke.chpl", + "relation": "shared_dir:src/chapel", "weight": 1.0 }, { - "from": "src/rust/provers/eprover.rs", - "to": "src/rust/provers/redlog.rs", - "relation": "shared_dir:src/rust/provers", + "from": "crates/echidna-core-spark/src/pareto.rs", + "to": "crates/echidna-core-spark/src/axiom_tracker.rs", + "relation": "shared_dir:crates/echidna-core-spark/src", "weight": 1.0 }, { - "from": "src/rust/provers/redlog.rs", - "to": "src/rust/provers/prism.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/smtlib.rs", + "to": "src/rust/corpus/hol4.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/prism.rs", - "to": "src/rust/provers/lash.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/hol4.rs", + "to": "src/rust/corpus/metamath.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/lash.rs", - "to": "src/rust/provers/imandra.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/metamath.rs", + "to": "src/rust/corpus/hol_light.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/imandra.rs", - "to": "src/rust/provers/metamath.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/hol_light.rs", + "to": "src/rust/corpus/embed.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/metamath.rs", - "to": "src/rust/provers/dafny.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/embed.rs", + "to": "src/rust/corpus/tptp.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/dafny.rs", - "to": "src/rust/provers/viper.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/tptp.rs", + "to": "src/rust/corpus/fstar.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/viper.rs", - "to": "src/rust/provers/connection_method.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/fstar.rs", + "to": "src/rust/corpus/mod.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/connection_method.rs", - "to": "src/rust/provers/keymaerax.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/mod.rs", + "to": "src/rust/corpus/minif2f.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/keymaerax.rs", - "to": "src/rust/provers/io.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/minif2f.rs", + "to": "src/rust/corpus/dafny.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/io.rs", - "to": "src/rust/provers/kissat.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/dafny.rs", + "to": "src/rust/corpus/agda.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/kissat.rs", - "to": "src/rust/provers/twelf.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/agda.rs", + "to": "src/rust/corpus/acl2_books.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/twelf.rs", - "to": "src/rust/provers/lean.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/acl2_books.rs", + "to": "src/rust/corpus/octad.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/lean.rs", - "to": "src/rust/provers/minisat.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/octad.rs", + "to": "src/rust/corpus/isabelle.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/minisat.rs", - "to": "src/rust/provers/cryptoverif.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/isabelle.rs", + "to": "src/rust/corpus/idris2.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/cryptoverif.rs", - "to": "src/rust/provers/faial.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/idris2.rs", + "to": "src/rust/corpus/why3.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/faial.rs", - "to": "src/rust/provers/z3.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/why3.rs", + "to": "src/rust/corpus/proofnet.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/z3.rs", - "to": "src/rust/provers/coq.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/proofnet.rs", + "to": "src/rust/corpus/coq.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/coq.rs", - "to": "src/rust/provers/gpuverify.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/coq.rs", + "to": "src/rust/corpus/query.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/gpuverify.rs", - "to": "src/rust/provers/aprove.rs", - "relation": "shared_dir:src/rust/provers", + "from": "src/rust/corpus/query.rs", + "to": "src/rust/corpus/mizar.rs", + "relation": "shared_dir:src/rust/corpus", "weight": 1.0 }, { - "from": "src/rust/provers/aprove.rs", - "to": "src/rust/provers/altergo.rs", + "from": "src/rust/corpus/mizar.rs", + "to": "src/rust/corpus/lean.rs", + "relation": "shared_dir:src/rust/corpus", + "weight": 1.0 + }, + { + "from": "src/rust/provers/prism.rs", + "to": "src/rust/provers/cvc5.rs", "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/provers/altergo.rs", - "to": "src/rust/provers/fstar.rs", + "from": "src/rust/provers/cvc5.rs", + "to": "src/rust/provers/agsyhol.rs", "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/provers/fstar.rs", - "to": "src/rust/provers/konclude.rs", + "from": "src/rust/provers/agsyhol.rs", + "to": "src/rust/provers/faial.rs", "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/provers/konclude.rs", - "to": "src/rust/provers/mod.rs", + "from": "src/rust/provers/faial.rs", + "to": "src/rust/provers/seahorn.rs", "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/provers/mod.rs", - "to": "src/rust/provers/minlog.rs", + "from": "src/rust/provers/seahorn.rs", + "to": "src/rust/provers/storm.rs", "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/provers/minlog.rs", - "to": "src/rust/provers/nusmv.rs", + "from": "src/rust/provers/storm.rs", + "to": "src/rust/provers/hol4.rs", "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/provers/nusmv.rs", - "to": "src/rust/provers/tamarin.rs", + "from": "src/rust/provers/hol4.rs", + "to": "src/rust/provers/metamath.rs", "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/provers/tamarin.rs", - "to": "src/rust/provers/chuffed.rs", + "from": "src/rust/provers/metamath.rs", + "to": "src/rust/provers/hol_light.rs", "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/provers/chuffed.rs", - "to": "src/rust/provers/easycrypt.rs", + "from": "src/rust/provers/hol_light.rs", + "to": "src/rust/provers/framac.rs", "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "tests/julia/smoke_test.jl", - "to": "tests/julia/gnn_rank_smoke.jl", - "relation": "shared_dir:tests/julia", + "from": "src/rust/provers/framac.rs", + "to": "src/rust/provers/pvs.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": ".machine_readable/contractiles/bust/bust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/bust", + "from": "src/rust/provers/pvs.rs", + "to": "src/rust/provers/redlog.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/trust/trust.ncl", - "to": ".machine_readable/contractiles/trust/trust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/trust", + "from": "src/rust/provers/redlog.rs", + "to": "src/rust/provers/tamarin.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", - "to": ".machine_readable/contractiles/intend/intend.ncl", - "relation": "shared_dir:.machine_readable/contractiles/intend", + "from": "src/rust/provers/tamarin.rs", + "to": "src/rust/provers/imandra.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "tests/aspect_tests.rs", - "to": "tests/sanity_suite.rs", - "relation": "shared_dir:tests", + "from": "src/rust/provers/imandra.rs", + "to": "src/rust/provers/cbmc.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "tests/sanity_suite.rs", - "to": "tests/stage1_integration_test.rs", - "relation": "shared_dir:tests", + "from": "src/rust/provers/cbmc.rs", + "to": "src/rust/provers/z3.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "tests/stage1_integration_test.rs", - "to": "tests/integration_test.sh", - "relation": "shared_dir:tests", + "from": "src/rust/provers/z3.rs", + "to": "src/rust/provers/fstar.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "tests/integration_test.sh", - "to": "tests/s4_loop_closure.rs", - "relation": "shared_dir:tests", + "from": "src/rust/provers/fstar.rs", + "to": "src/rust/provers/nuprl.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "tests/s4_loop_closure.rs", - "to": "tests/agentic_integration.rs", - "relation": "shared_dir:tests", + "from": "src/rust/provers/nuprl.rs", + "to": "src/rust/provers/easycrypt.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "tests/agentic_integration.rs", - "to": "tests/julia_corpus_loader_smoke.jl", - "relation": "shared_dir:tests", + "from": "src/rust/provers/easycrypt.rs", + "to": "src/rust/provers/mod.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "tests/julia_corpus_loader_smoke.jl", - "to": "tests/p2p_property_tests.rs", - "relation": "shared_dir:tests", + "from": "src/rust/provers/mod.rs", + "to": "src/rust/provers/lash.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "tests/p2p_property_tests.rs", - "to": "tests/prove_handler_health_integration_test.rs", - "relation": "shared_dir:tests", + "from": "src/rust/provers/lash.rs", + "to": "src/rust/provers/dafny.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "tests/prove_handler_health_integration_test.rs", - "to": "tests/concurrency_test.rs", - "relation": "shared_dir:tests", + "from": "src/rust/provers/dafny.rs", + "to": "src/rust/provers/nusmv.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "tests/concurrency_test.rs", - "to": "tests/live_service_regressions.rs", - "relation": "shared_dir:tests", + "from": "src/rust/provers/nusmv.rs", + "to": "src/rust/provers/altergo.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "tests/live_service_regressions.rs", - "to": "tests/e2e_prover_test.rs", - "relation": "shared_dir:tests", + "from": "src/rust/provers/altergo.rs", + "to": "src/rust/provers/agda.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "tests/e2e_prover_test.rs", - "to": "tests/fallback_monitor_integration_test.rs", - "relation": "shared_dir:tests", + "from": "src/rust/provers/agda.rs", + "to": "src/rust/provers/vampire.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "ffi/zig/src/capnp_bridge.zig", - "to": "ffi/zig/src/main.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "src/rust/provers/vampire.rs", + "to": "src/rust/provers/abc.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/learning/mcts.rs", - "to": "src/rust/learning/design_search.rs", - "relation": "shared_dir:src/rust/learning", + "from": "src/rust/provers/abc.rs", + "to": "src/rust/provers/isabelle.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/learning/design_search.rs", - "to": "src/rust/learning/self_play.rs", - "relation": "shared_dir:src/rust/learning", + "from": "src/rust/provers/isabelle.rs", + "to": "src/rust/provers/minlog.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/learning/self_play.rs", - "to": "src/rust/learning/buchholz_rank.rs", - "relation": "shared_dir:src/rust/learning", + "from": "src/rust/provers/minlog.rs", + "to": "src/rust/provers/twee.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/learning/buchholz_rank.rs", - "to": "src/rust/learning/daemon.rs", - "relation": "shared_dir:src/rust/learning", + "from": "src/rust/provers/twee.rs", + "to": "src/rust/provers/minizinc.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", - "to": ".machine_readable/contractiles/dust/dust.ncl", - "relation": "shared_dir:.machine_readable/contractiles/dust", + "from": "src/rust/provers/minizinc.rs", + "to": "src/rust/provers/satallax.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/agent/actors.rs", - "to": "src/rust/agent/planner.rs", - "relation": "shared_dir:src/rust/agent", + "from": "src/rust/provers/satallax.rs", + "to": "src/rust/provers/prob.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/agent/planner.rs", - "to": "src/rust/agent/meta_controller.rs", - "relation": "shared_dir:src/rust/agent", + "from": "src/rust/provers/prob.rs", + "to": "src/rust/provers/metitarski.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/agent/meta_controller.rs", - "to": "src/rust/agent/memory.rs", - "relation": "shared_dir:src/rust/agent", + "from": "src/rust/provers/metitarski.rs", + "to": "src/rust/provers/scip.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/agent/memory.rs", - "to": "src/rust/agent/swarm.rs", - "relation": "shared_dir:src/rust/agent", + "from": "src/rust/provers/scip.rs", + "to": "src/rust/provers/cadical.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/agent/swarm.rs", - "to": "src/rust/agent/explanations.rs", - "relation": "shared_dir:src/rust/agent", + "from": "src/rust/provers/cadical.rs", + "to": "src/rust/provers/mettel2.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/agent/explanations.rs", - "to": "src/rust/agent/mod.rs", - "relation": "shared_dir:src/rust/agent", + "from": "src/rust/provers/mettel2.rs", + "to": "src/rust/provers/uppaal.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/hol4.rs", - "to": "src/rust/corpus/agda.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/uppaal.rs", + "to": "src/rust/provers/minisat.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/agda.rs", - "to": "src/rust/corpus/octad.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/minisat.rs", + "to": "src/rust/provers/leo3.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/octad.rs", - "to": "src/rust/corpus/smtlib.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/leo3.rs", + "to": "src/rust/provers/idris2.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/smtlib.rs", - "to": "src/rust/corpus/isabelle.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/idris2.rs", + "to": "src/rust/provers/aprove.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/isabelle.rs", - "to": "src/rust/corpus/hol_light.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/aprove.rs", + "to": "src/rust/provers/keymaerax.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/hol_light.rs", - "to": "src/rust/corpus/why3.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/keymaerax.rs", + "to": "src/rust/provers/chuffed.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/why3.rs", - "to": "src/rust/corpus/idris2.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/chuffed.rs", + "to": "src/rust/provers/spin_checker.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/idris2.rs", - "to": "src/rust/corpus/mizar.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/spin_checker.rs", + "to": "src/rust/provers/princess.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/mizar.rs", - "to": "src/rust/corpus/embed.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/princess.rs", + "to": "src/rust/provers/acl2.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/embed.rs", - "to": "src/rust/corpus/query.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/acl2.rs", + "to": "src/rust/provers/typed_wasm.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/query.rs", - "to": "src/rust/corpus/tptp.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/typed_wasm.rs", + "to": "src/rust/provers/dreal.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/tptp.rs", - "to": "src/rust/corpus/metamath.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/dreal.rs", + "to": "src/rust/provers/qepcad.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/metamath.rs", - "to": "src/rust/corpus/dafny.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/qepcad.rs", + "to": "src/rust/provers/ortools.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/dafny.rs", - "to": "src/rust/corpus/lean.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/ortools.rs", + "to": "src/rust/provers/kissat.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/lean.rs", - "to": "src/rust/corpus/acl2_books.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/kissat.rs", + "to": "src/rust/provers/io.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/acl2_books.rs", - "to": "src/rust/corpus/coq.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/io.rs", + "to": "src/rust/provers/spass.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/coq.rs", - "to": "src/rust/corpus/fstar.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/spass.rs", + "to": "src/rust/provers/outcome.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/fstar.rs", - "to": "src/rust/corpus/mod.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/outcome.rs", + "to": "src/rust/provers/glpk.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/mod.rs", - "to": "src/rust/corpus/proofnet.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/glpk.rs", + "to": "src/rust/provers/elk.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/corpus/proofnet.rs", - "to": "src/rust/corpus/minif2f.rs", - "relation": "shared_dir:src/rust/corpus", + "from": "src/rust/provers/elk.rs", + "to": "src/rust/provers/gpuverify.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/repl/diagnostics.rs", - "to": "src/rust/repl/proof.rs", - "relation": "shared_dir:src/rust/repl", + "from": "src/rust/provers/gpuverify.rs", + "to": "src/rust/provers/proverif.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/integrity/solver_integrity.rs", - "to": "src/rust/integrity/io.rs", - "relation": "shared_dir:src/rust/integrity", + "from": "src/rust/provers/proverif.rs", + "to": "src/rust/provers/eprover.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "ffi/zig/test/overlay_integration_test.zig", - "to": "ffi/zig/test/integration_test.zig", - "relation": "shared_dir:ffi/zig/test", + "from": "src/rust/provers/eprover.rs", + "to": "src/rust/provers/tlc.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "tests/common/generators.rs", - "to": "tests/common/mock_prover.rs", - "relation": "shared_dir:tests/common", + "from": "src/rust/provers/tlc.rs", + "to": "src/rust/provers/rocq.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "tests/common/mock_prover.rs", - "to": "tests/common/assertions.rs", - "relation": "shared_dir:tests/common", + "from": "src/rust/provers/rocq.rs", + "to": "src/rust/provers/coq.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "tests/common/assertions.rs", - "to": "tests/common/mod.rs", - "relation": "shared_dir:tests/common", + "from": "src/rust/provers/coq.rs", + "to": "src/rust/provers/cryptoverif.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/julia/api/gnn_endpoint.jl", - "to": "src/julia/api/server.jl", - "relation": "shared_dir:src/julia/api", + "from": "src/rust/provers/cryptoverif.rs", + "to": "src/rust/provers/csi.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/llm.rs", - "to": "src/rust/main.rs", - "relation": "shared_dir:src/rust", + "from": "src/rust/provers/csi.rs", + "to": "src/rust/provers/mizar.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/main.rs", - "to": "src/rust/dispatch.rs", - "relation": "shared_dir:src/rust", + "from": "src/rust/provers/mizar.rs", + "to": "src/rust/provers/key.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/dispatch.rs", - "to": "src/rust/neural.rs", - "relation": "shared_dir:src/rust", + "from": "src/rust/provers/key.rs", + "to": "src/rust/provers/twelf.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/neural.rs", - "to": "src/rust/proof_search.rs", - "relation": "shared_dir:src/rust", + "from": "src/rust/provers/twelf.rs", + "to": "src/rust/provers/viper.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/proof_search.rs", - "to": "src/rust/proof_encoding.rs", - "relation": "shared_dir:src/rust", + "from": "src/rust/provers/viper.rs", + "to": "src/rust/provers/iprover.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/proof_encoding.rs", - "to": "src/rust/server.rs", - "relation": "shared_dir:src/rust", + "from": "src/rust/provers/iprover.rs", + "to": "src/rust/provers/lean.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/server.rs", - "to": "src/rust/anomaly_detection.rs", - "relation": "shared_dir:src/rust", + "from": "src/rust/provers/lean.rs", + "to": "src/rust/provers/connection_method.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/anomaly_detection.rs", - "to": "src/rust/integration.rs", - "relation": "shared_dir:src/rust", + "from": "src/rust/provers/connection_method.rs", + "to": "src/rust/provers/konclude.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/integration.rs", - "to": "src/rust/vcl_ut.rs", - "relation": "shared_dir:src/rust", + "from": "src/rust/provers/konclude.rs", + "to": "src/rust/provers/alloy.rs", + "relation": "shared_dir:src/rust/provers", "weight": 1.0 }, { - "from": "src/rust/vcl_ut.rs", - "to": "src/rust/aspect.rs", - "relation": "shared_dir:src/rust", + "from": "src/rust/coprocessor/fpga.rs", + "to": "src/rust/coprocessor/mod.rs", + "relation": "shared_dir:src/rust/coprocessor", "weight": 1.0 }, { - "from": "src/rust/aspect.rs", - "to": "src/rust/verisim_bridge.rs", - "relation": "shared_dir:src/rust", + "from": "src/rust/coprocessor/mod.rs", + "to": "src/rust/coprocessor/singular.rs", + "relation": "shared_dir:src/rust/coprocessor", "weight": 1.0 }, { - "from": "src/zig/ffi/axiom_spark_bridge.zig", - "to": "src/zig/ffi/echidna_ffi.h", - "relation": "shared_dir:src/zig/ffi", + "from": "src/rust/coprocessor/singular.rs", + "to": "src/rust/coprocessor/flint.rs", + "relation": "shared_dir:src/rust/coprocessor", "weight": 1.0 }, { - "from": "src/zig/ffi/echidna_ffi.h", - "to": "src/zig/ffi/echidna_ffi.zig", - "relation": "shared_dir:src/zig/ffi", + "from": "src/rust/coprocessor/flint.rs", + "to": "src/rust/coprocessor/macaulay2.rs", + "relation": "shared_dir:src/rust/coprocessor", "weight": 1.0 }, { - "from": "src/rust/gnn/guided_search.rs", - "to": "src/rust/gnn/client.rs", - "relation": "shared_dir:src/rust/gnn", + "from": "src/rust/coprocessor/macaulay2.rs", + "to": "src/rust/coprocessor/math.rs", + "relation": "shared_dir:src/rust/coprocessor", "weight": 1.0 }, { - "from": "src/rust/gnn/client.rs", - "to": "src/rust/gnn/embeddings.rs", - "relation": "shared_dir:src/rust/gnn", + "from": "src/rust/coprocessor/math.rs", + "to": "src/rust/coprocessor/io.rs", + "relation": "shared_dir:src/rust/coprocessor", "weight": 1.0 }, { - "from": "src/rust/gnn/embeddings.rs", - "to": "src/rust/gnn/graph.rs", - "relation": "shared_dir:src/rust/gnn", + "from": "src/rust/coprocessor/io.rs", + "to": "src/rust/coprocessor/julia_bridge.rs", + "relation": "shared_dir:src/rust/coprocessor", "weight": 1.0 }, { - "from": "src/rust/gnn/graph.rs", - "to": "src/rust/gnn/fallback_monitor.rs", - "relation": "shared_dir:src/rust/gnn", + "from": "src/rust/coprocessor/julia_bridge.rs", + "to": "src/rust/coprocessor/graphics.rs", + "relation": "shared_dir:src/rust/coprocessor", "weight": 1.0 }, { - "from": "echidna-playground/src/Deno.affine", - "to": "echidna-playground/src/PlaygroundServer.affine", - "relation": "shared_dir:echidna-playground/src", + "from": "src/rust/coprocessor/graphics.rs", + "to": "src/rust/coprocessor/physics.rs", + "relation": "shared_dir:src/rust/coprocessor", "weight": 1.0 }, { - "from": "echidna-playground/src/PlaygroundServer.affine", - "to": "echidna-playground/src/Components.affine", - "relation": "shared_dir:echidna-playground/src", + "from": "src/rust/coprocessor/physics.rs", + "to": "src/rust/coprocessor/parigp.rs", + "relation": "shared_dir:src/rust/coprocessor", "weight": 1.0 }, { - "from": "echidna-playground/src/Components.affine", - "to": "echidna-playground/src/Dom.affine", - "relation": "shared_dir:echidna-playground/src", + "from": "src/rust/coprocessor/parigp.rs", + "to": "src/rust/coprocessor/audio.rs", + "relation": "shared_dir:src/rust/coprocessor", "weight": 1.0 }, { - "from": "echidna-playground/src/Dom.affine", - "to": "echidna-playground/src/JsCoq.affine", - "relation": "shared_dir:echidna-playground/src", + "from": "src/rust/learning/self_play.rs", + "to": "src/rust/learning/daemon.rs", + "relation": "shared_dir:src/rust/learning", "weight": 1.0 }, { - "from": "echidna-playground/src/JsCoq.affine", - "to": "echidna-playground/src/Server.affine", - "relation": "shared_dir:echidna-playground/src", + "from": "src/rust/learning/daemon.rs", + "to": "src/rust/learning/mcts.rs", + "relation": "shared_dir:src/rust/learning", "weight": 1.0 }, { - "from": "metrics/verisim_sink.jl", - "to": "metrics/floor_progress.jl", - "relation": "shared_dir:metrics", + "from": "src/rust/learning/mcts.rs", + "to": "src/rust/learning/buchholz_rank.rs", + "relation": "shared_dir:src/rust/learning", "weight": 1.0 }, { - "from": "metrics/floor_progress.jl", - "to": "metrics/corpus_loader.jl", - "relation": "shared_dir:metrics", + "from": "src/rust/learning/buchholz_rank.rs", + "to": "src/rust/learning/design_search.rs", + "relation": "shared_dir:src/rust/learning", "weight": 1.0 }, { - "from": "metrics/corpus_loader.jl", - "to": "metrics/oov_rate.jl", - "relation": "shared_dir:metrics", + "from": "src/julia/training/dataloader.jl", + "to": "src/julia/training/train.jl", + "relation": "shared_dir:src/julia/training", "weight": 1.0 }, { - "from": "src/interfaces/graphql/main.rs", - "to": "src/interfaces/graphql/resolvers.rs", - "relation": "shared_dir:src/interfaces/graphql", + "from": "tests/julia/smoke_test.jl", + "to": "tests/julia/gnn_rank_smoke.jl", + "relation": "shared_dir:tests/julia", + "weight": 1.0 + }, + { + "from": "src/julia/api/server.jl", + "to": "src/julia/api/gnn_endpoint.jl", + "relation": "shared_dir:src/julia/api", + "weight": 1.0 + }, + { + "from": "src/rust/repl/diagnostics.rs", + "to": "src/rust/repl/proof.rs", + "relation": "shared_dir:src/rust/repl", "weight": 1.0 }, { "from": "src/interfaces/graphql/resolvers.rs", - "to": "src/interfaces/graphql/schema.rs", + "to": "src/interfaces/graphql/main.rs", "relation": "shared_dir:src/interfaces/graphql", "weight": 1.0 }, { - "from": "src/interfaces/graphql/schema.rs", + "from": "src/interfaces/graphql/main.rs", "to": "src/interfaces/graphql/ffi_wrapper.rs", "relation": "shared_dir:src/interfaces/graphql", "weight": 1.0 }, { - "from": "src/rust/verification/statistics.rs", - "to": "src/rust/verification/result_arbiter.rs", - "relation": "shared_dir:src/rust/verification", + "from": "src/interfaces/graphql/ffi_wrapper.rs", + "to": "src/interfaces/graphql/schema.rs", + "relation": "shared_dir:src/interfaces/graphql", "weight": 1.0 }, { - "from": "src/rust/verification/result_arbiter.rs", - "to": "src/rust/verification/mutation.rs", - "relation": "shared_dir:src/rust/verification", + "from": "src/rust/exchange/smtlib.rs", + "to": "src/rust/exchange/lambdapi.rs", + "relation": "shared_dir:src/rust/exchange", "weight": 1.0 }, { - "from": "src/rust/verification/mutation.rs", - "to": "src/rust/verification/axiom_tracker.rs", - "relation": "shared_dir:src/rust/verification", + "from": "src/rust/exchange/lambdapi.rs", + "to": "src/rust/exchange/tptp.rs", + "relation": "shared_dir:src/rust/exchange", "weight": 1.0 }, { - "from": "src/rust/verification/axiom_tracker.rs", - "to": "src/rust/verification/portfolio.rs", - "relation": "shared_dir:src/rust/verification", + "from": "src/rust/exchange/tptp.rs", + "to": "src/rust/exchange/opentheory.rs", + "relation": "shared_dir:src/rust/exchange", "weight": 1.0 }, { - "from": "src/rust/verification/portfolio.rs", - "to": "src/rust/verification/pareto.rs", - "relation": "shared_dir:src/rust/verification", + "from": "src/rust/exchange/opentheory.rs", + "to": "src/rust/exchange/dedukti.rs", + "relation": "shared_dir:src/rust/exchange", "weight": 1.0 }, { - "from": "src/rust/verification/pareto.rs", - "to": "src/rust/verification/certificates.rs", - "relation": "shared_dir:src/rust/verification", + "from": "src/rust/exchange/dedukti.rs", + "to": "src/rust/exchange/smtcoq.rs", + "relation": "shared_dir:src/rust/exchange", "weight": 1.0 }, { - "from": "src/rust/coprocessor/macaulay2.rs", - "to": "src/rust/coprocessor/flint.rs", - "relation": "shared_dir:src/rust/coprocessor", + "from": "tests/common/mod.rs", + "to": "tests/common/mock_prover.rs", + "relation": "shared_dir:tests/common", "weight": 1.0 }, { - "from": "src/rust/coprocessor/flint.rs", - "to": "src/rust/coprocessor/fpga.rs", - "relation": "shared_dir:src/rust/coprocessor", + "from": "tests/common/mock_prover.rs", + "to": "tests/common/assertions.rs", + "relation": "shared_dir:tests/common", "weight": 1.0 }, { - "from": "src/rust/coprocessor/fpga.rs", - "to": "src/rust/coprocessor/graphics.rs", - "relation": "shared_dir:src/rust/coprocessor", + "from": "tests/common/assertions.rs", + "to": "tests/common/generators.rs", + "relation": "shared_dir:tests/common", "weight": 1.0 }, { - "from": "src/rust/coprocessor/graphics.rs", - "to": "src/rust/coprocessor/audio.rs", - "relation": "shared_dir:src/rust/coprocessor", + "from": "src/abi/OverlayForeign.idr", + "to": "src/abi/Foreign.idr", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { - "from": "src/rust/coprocessor/audio.rs", - "to": "src/rust/coprocessor/julia_bridge.rs", - "relation": "shared_dir:src/rust/coprocessor", + "from": "src/abi/Foreign.idr", + "to": "src/abi/TypeLLForeign.idr", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { - "from": "src/rust/coprocessor/julia_bridge.rs", - "to": "src/rust/coprocessor/singular.rs", - "relation": "shared_dir:src/rust/coprocessor", + "from": "src/abi/TypeLLForeign.idr", + "to": "src/abi/BojForeign.idr", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { - "from": "src/rust/coprocessor/singular.rs", - "to": "src/rust/coprocessor/physics.rs", - "relation": "shared_dir:src/rust/coprocessor", + "from": "src/abi/BojForeign.idr", + "to": "src/abi/TentaclesForeign.idr", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { - "from": "src/rust/coprocessor/physics.rs", - "to": "src/rust/coprocessor/io.rs", - "relation": "shared_dir:src/rust/coprocessor", + "from": "src/rust/server.rs", + "to": "src/rust/aspect.rs", + "relation": "shared_dir:src/rust", "weight": 1.0 }, { - "from": "src/rust/coprocessor/io.rs", - "to": "src/rust/coprocessor/math.rs", - "relation": "shared_dir:src/rust/coprocessor", + "from": "src/rust/aspect.rs", + "to": "src/rust/verisim_bridge.rs", + "relation": "shared_dir:src/rust", "weight": 1.0 }, { - "from": "src/rust/coprocessor/math.rs", - "to": "src/rust/coprocessor/parigp.rs", - "relation": "shared_dir:src/rust/coprocessor", - "weight": 1.0 - }, - { - "from": "src/rust/coprocessor/parigp.rs", - "to": "src/rust/coprocessor/mod.rs", - "relation": "shared_dir:src/rust/coprocessor", - "weight": 1.0 - }, - { - "from": "ffi/zig/src/provers/constraint.zig", - "to": "ffi/zig/src/provers/autoactive.zig", - "relation": "shared_dir:ffi/zig/src/provers", + "from": "src/rust/verisim_bridge.rs", + "to": "src/rust/anomaly_detection.rs", + "relation": "shared_dir:src/rust", "weight": 1.0 }, { - "from": "ffi/zig/src/provers/autoactive.zig", - "to": "ffi/zig/src/provers/declarative.zig", - "relation": "shared_dir:ffi/zig/src/provers", + "from": "src/rust/anomaly_detection.rs", + "to": "src/rust/integration.rs", + "relation": "shared_dir:src/rust", "weight": 1.0 }, { - "from": "ffi/zig/src/provers/declarative.zig", - "to": "ffi/zig/src/provers/atp.zig", - "relation": "shared_dir:ffi/zig/src/provers", + "from": "src/rust/integration.rs", + "to": "src/rust/main.rs", + "relation": "shared_dir:src/rust", "weight": 1.0 }, { - "from": "ffi/zig/src/provers/atp.zig", - "to": "ffi/zig/src/provers/interactive.zig", - "relation": "shared_dir:ffi/zig/src/provers", + "from": "src/rust/main.rs", + "to": "src/rust/dispatch.rs", + "relation": "shared_dir:src/rust", "weight": 1.0 }, { - "from": "ffi/zig/src/provers/interactive.zig", - "to": "ffi/zig/src/provers/smt.zig", - "relation": "shared_dir:ffi/zig/src/provers", + "from": "src/rust/dispatch.rs", + "to": "src/rust/proof_encoding.rs", + "relation": "shared_dir:src/rust", "weight": 1.0 }, { - "from": "ffi/zig/src/provers/smt.zig", - "to": "ffi/zig/src/provers/vcl_ut.zig", - "relation": "shared_dir:ffi/zig/src/provers", + "from": "src/rust/proof_encoding.rs", + "to": "src/rust/llm.rs", + "relation": "shared_dir:src/rust", "weight": 1.0 }, { - "from": "src/rust/diagnostics/corpus_monitor.rs", - "to": "src/rust/diagnostics/proof_failure.rs", - "relation": "shared_dir:src/rust/diagnostics", + "from": "src/rust/llm.rs", + "to": "src/rust/neural.rs", + "relation": "shared_dir:src/rust", "weight": 1.0 }, { - "from": "src/rust/ffi/mod.rs", - "to": "src/rust/ffi/spark_axiom.rs", - "relation": "shared_dir:src/rust/ffi", + "from": "src/rust/neural.rs", + "to": "src/rust/proof_search.rs", + "relation": "shared_dir:src/rust", "weight": 1.0 }, { - "from": "src/julia/training/train.jl", - "to": "src/julia/training/dataloader.jl", - "relation": "shared_dir:src/julia/training", + "from": "src/rust/proof_search.rs", + "to": "src/rust/vcl_ut.rs", + "relation": "shared_dir:src/rust", "weight": 1.0 }, { - "from": "examples/aspect_tagging_demo.rs", + "from": ".machine_readable/contractiles/_base.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "examples/aspect_tagging_demo.rs", + "from": ".machine_readable/contractiles/_base.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "benches/proof_benchmarks.rs", + "from": ".machine_readable/contractiles/trust/trust.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "benches/proof_benchmarks.rs", + "from": ".machine_readable/contractiles/trust/trust.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "echidna-playground/src/Deno.affine", + "from": ".machine_readable/contractiles/trust/trust.k9.ncl", "to": "Networking", "relation": "framework", - "weight": 27.0 + "weight": 1.0 }, { - "from": "echidna-playground/src/Deno.affine", + "from": ".machine_readable/contractiles/trust/trust.k9.ncl", "to": "WebServer", "relation": "framework", - "weight": 27.0 + "weight": 1.0 }, { - "from": "echidna-playground/src/PlaygroundServer.affine", + "from": ".machine_readable/contractiles/dust/dust.ncl", "to": "Networking", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "echidna-playground/src/PlaygroundServer.affine", + "from": ".machine_readable/contractiles/dust/dust.ncl", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "echidna-playground/src/Components.affine", + "from": ".machine_readable/contractiles/dust/dust.k9.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "echidna-playground/src/Components.affine", + "from": ".machine_readable/contractiles/dust/dust.k9.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "echidna-playground/src/Dom.affine", + "from": ".machine_readable/contractiles/must/must.ncl", "to": "Networking", "relation": "framework", - "weight": 90.0 + "weight": 1.0 }, { - "from": "echidna-playground/src/Dom.affine", + "from": ".machine_readable/contractiles/must/must.ncl", "to": "WebServer", "relation": "framework", - "weight": 90.0 + "weight": 1.0 }, { - "from": "echidna-playground/src/JsCoq.affine", + "from": ".machine_readable/contractiles/must/must.k9.ncl", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "echidna-playground/src/JsCoq.affine", + "from": ".machine_readable/contractiles/must/must.k9.ncl", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "echidna-playground/src/Server.affine", + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "echidna-playground/src/Server.affine", + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rules/security_learning.lgt", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "rules/security_learning.lgt", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_lean3.jl", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_lean3.jl", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_tlaps.jl", + "from": ".machine_readable/contractiles/intend/intend.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_tlaps.jl", + "from": ".machine_readable/contractiles/intend/intend.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/test-integration.sh", + "from": ".machine_readable/contractiles/adjust/adjust.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/test-integration.sh", + "from": ".machine_readable/contractiles/adjust/adjust.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/vocabulary_5x_expansion.jl", + "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/vocabulary_5x_expansion.jl", + "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_acl2s.jl", + "from": "tests/fallback_monitor_integration_test.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_acl2s.jl", + "from": "tests/fallback_monitor_integration_test.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/vocabulary_mine_corpus.jl", + "from": "tests/p2p_property_tests.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/vocabulary_mine_corpus.jl", + "from": "tests/p2p_property_tests.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_key.jl", + "from": "tests/live_service_regressions.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_key.jl", + "from": "tests/live_service_regressions.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/generate_synthetic_dafny_scale.jl", + "from": "tests/sanity_suite.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/generate_synthetic_dafny_scale.jl", + "from": "tests/sanity_suite.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_typechecker_ecosystem.jl", + "from": "tests/julia/smoke_test.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_typechecker_ecosystem.jl", + "from": "tests/julia/smoke_test.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_idris2.jl", + "from": "tests/julia/gnn_rank_smoke.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_idris2.jl", + "from": "tests/julia/gnn_rank_smoke.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_uppaal.jl", + "from": "tests/julia_corpus_loader_smoke.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_uppaal.jl", + "from": "tests/julia_corpus_loader_smoke.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_tamarin.jl", + "from": "tests/corpus_fixtures/isabelle/Smoke.thy", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "scripts/extract_tamarin.jl", + "from": "tests/corpus_fixtures/isabelle/Smoke.thy", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "scripts/max_extract_coqgym.jl", + "from": "tests/corpus_fixtures/minif2f/algebra.lean", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "scripts/max_extract_coqgym.jl", + "from": "tests/corpus_fixtures/minif2f/algebra.lean", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "scripts/extract_why3.jl", + "from": "tests/integration_test.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_why3.jl", + "from": "tests/integration_test.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_nunchaku.jl", + "from": "tests/e2e_prover_test.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_nunchaku.jl", + "from": "tests/e2e_prover_test.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_dreal.jl", + "from": "tests/agentic_integration.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/extract_dreal.jl", + "from": "tests/agentic_integration.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/extract_mizar.jl", + "from": "tests/stage1_integration_test.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_mizar.jl", + "from": "tests/stage1_integration_test.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_cbmc.jl", + "from": "tests/concurrency_test.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "scripts/extract_cbmc.jl", + "from": "tests/concurrency_test.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "scripts/vocabulary_final.jl", + "from": "tests/aspect_tests.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/vocabulary_final.jl", + "from": "tests/aspect_tests.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/extract_dafny.jl", + "from": "tests/s4_loop_closure.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_dafny.jl", + "from": "tests/s4_loop_closure.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_framac.jl", + "from": "tests/common/mod.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_framac.jl", + "from": "tests/common/mod.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/simple_merge.jl", + "from": "tests/common/mock_prover.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/simple_merge.jl", + "from": "tests/common/mock_prover.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/extract_viper.jl", + "from": "tests/common/assertions.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_viper.jl", + "from": "tests/common/assertions.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_tlc.jl", + "from": "tests/common/generators.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_tlc.jl", + "from": "tests/common/generators.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/vocabulary_canonicalize.jl", + "from": "tests/prove_handler_health_integration_test.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/vocabulary_canonicalize.jl", + "from": "tests/prove_handler_health_integration_test.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/generate_synthetic_provers.jl", + "from": "crates/typed_wasm/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/generate_synthetic_provers.jl", + "from": "crates/typed_wasm/src/lib.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/extract_dedukti.jl", + "from": "crates/echidna-mcp/src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_dedukti.jl", + "from": "crates/echidna-mcp/src/main.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_nitpick.jl", + "from": "crates/echidna-core/src/types.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_nitpick.jl", + "from": "crates/echidna-core/src/types.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_pvs.jl", + "from": "crates/echidna-core-spark/src/pareto.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_pvs.jl", + "from": "crates/echidna-core-spark/src/pareto.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_afp.jl", + "from": "crates/echidna-core-spark/src/axiom_tracker.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_afp.jl", + "from": "crates/echidna-core-spark/src/axiom_tracker.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_opentheory.jl", + "from": "examples/aspect_tagging_demo.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_opentheory.jl", + "from": "examples/aspect_tagging_demo.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_isabelle_tropical.jl", + "from": "benches/proof_benchmarks.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_isabelle_tropical.jl", + "from": "benches/proof_benchmarks.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/final_normalization.jl", + "from": "metrics/verisim_sink.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/final_normalization.jl", + "from": "metrics/verisim_sink.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/collect-field-signal.sh", + "from": "metrics/corpus_loader.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/collect-field-signal.sh", + "from": "metrics/corpus_loader.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/vocabulary_expansion.jl", + "from": "metrics/oov_rate.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/vocabulary_expansion.jl", + "from": "metrics/oov_rate.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/generate_synthetic_tail_scale.jl", + "from": "metrics/floor_progress.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/generate_synthetic_tail_scale.jl", + "from": "metrics/floor_progress.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/metamath_extract_working.jl", + "from": "scripts/extract_mercury.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/metamath_extract_working.jl", + "from": "scripts/extract_mercury.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_nusmv.jl", + "from": "scripts/metamath_extract_working.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_nusmv.jl", + "from": "scripts/metamath_extract_working.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -6936,2533 +6936,2509 @@ "weight": 1.0 }, { - "from": "scripts/extract_typed_wasm.jl", + "from": "scripts/extract_nitpick.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_typed_wasm.jl", + "from": "scripts/extract_nitpick.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/merge_all_corpora.jl", + "from": "scripts/collect-field-signal.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/merge_all_corpora.jl", + "from": "scripts/collect-field-signal.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_agda.jl", + "from": "scripts/extract_nusmv.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_agda.jl", + "from": "scripts/extract_nusmv.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extractor_save_common.jl", + "from": "scripts/extract_afp.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extractor_save_common.jl", + "from": "scripts/extract_afp.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_isabelle_zf.jl", + "from": "scripts/merge_training_data.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_isabelle_zf.jl", + "from": "scripts/merge_training_data.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/metamath_final.jl", + "from": "scripts/demo-proof.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/metamath_final.jl", + "from": "scripts/demo-proof.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_lambda_prolog.jl", + "from": "scripts/extract_lean3.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_lambda_prolog.jl", + "from": "scripts/extract_lean3.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_hol_light.jl", + "from": "scripts/extract_minizinc.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_hol_light.jl", + "from": "scripts/extract_minizinc.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/final_complete_merge.jl", + "from": "scripts/vocabulary_final.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/final_complete_merge.jl", + "from": "scripts/vocabulary_final.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_sat_benchmarks.jl", + "from": "scripts/extract_tlaps.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_sat_benchmarks.jl", + "from": "scripts/extract_tlaps.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_tptp.jl", + "from": "scripts/extract_metamath.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_tptp.jl", + "from": "scripts/extract_metamath.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_coqgym.jl", + "from": "scripts/extract_abella.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_coqgym.jl", + "from": "scripts/extract_abella.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_metamath.jl", + "from": "scripts/extract_boogie.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_metamath.jl", + "from": "scripts/extract_boogie.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_prism.jl", + "from": "scripts/install-proof-toolchains.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_prism.jl", + "from": "scripts/install-proof-toolchains.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_matita.jl", + "from": "scripts/merge_corpus.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_matita.jl", + "from": "scripts/merge_corpus.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/expand_training_data.sh", + "from": "scripts/extract_typechecker_ecosystem.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/expand_training_data.sh", + "from": "scripts/extract_typechecker_ecosystem.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/align_premises.jl", + "from": "scripts/vocabulary_canonicalize.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/align_premises.jl", + "from": "scripts/vocabulary_canonicalize.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_spin.jl", + "from": "scripts/max_extract_coqgym.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_spin.jl", + "from": "scripts/max_extract_coqgym.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_abella.jl", + "from": "scripts/extract_why3.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_abella.jl", + "from": "scripts/extract_why3.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/merge_training_data.jl", + "from": "scripts/extract_seahorn.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/merge_training_data.jl", + "from": "scripts/extract_seahorn.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/max_extract_mathlib4.jl", + "from": "scripts/vocabulary_5x_expansion.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/max_extract_mathlib4.jl", + "from": "scripts/vocabulary_5x_expansion.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_mathlib4.jl", + "from": "scripts/extract_hol4.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_mathlib4.jl", + "from": "scripts/extract_hol4.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/merge_corpus.jl", + "from": "scripts/test_integration.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/merge_corpus.jl", + "from": "scripts/test_integration.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_boogie.jl", + "from": "scripts/extract_cameleer.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_boogie.jl", + "from": "scripts/extract_cameleer.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_seahorn.jl", + "from": "scripts/extract_dedukti.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_seahorn.jl", + "from": "scripts/extract_dedukti.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_smtlib.jl", + "from": "scripts/final_normalization.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_smtlib.jl", + "from": "scripts/final_normalization.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_alloy.jl", + "from": "scripts/a2ml_emit.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_alloy.jl", + "from": "scripts/a2ml_emit.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/provision_corpora.sh", + "from": "scripts/extract_typed_wasm.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/provision_corpora.sh", + "from": "scripts/extract_typed_wasm.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_cameleer.jl", + "from": "scripts/extract_dreal.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_cameleer.jl", + "from": "scripts/extract_dreal.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_mathcomp.jl", + "from": "scripts/extract_coqgym.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_mathcomp.jl", + "from": "scripts/extract_coqgym.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_hol4.jl", + "from": "scripts/extract_uppaal.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_hol4.jl", + "from": "scripts/extract_uppaal.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/simple_metamath_extract.jl", + "from": "scripts/extract_arend.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/simple_metamath_extract.jl", + "from": "scripts/extract_arend.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_arend.jl", + "from": "scripts/extract_tptp.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_arend.jl", + "from": "scripts/extract_tptp.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_athena.jl", + "from": "scripts/extract_mathlib4.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_athena.jl", + "from": "scripts/extract_mathlib4.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/test_integration.sh", + "from": "scripts/extract_dafny.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/test_integration.sh", + "from": "scripts/extract_dafny.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_proverif.jl", + "from": "scripts/balance_corpus.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_proverif.jl", + "from": "scripts/balance_corpus.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ultimate_expansion.jl", + "from": "scripts/extract_matita.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ultimate_expansion.jl", + "from": "scripts/extract_matita.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_fstar.jl", + "from": "scripts/ultimate_expansion.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_fstar.jl", + "from": "scripts/ultimate_expansion.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_acl2.jl", + "from": "scripts/extract_alloy.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_acl2.jl", + "from": "scripts/extract_alloy.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install-proof-toolchains.sh", + "from": "scripts/extract_framac.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install-proof-toolchains.sh", + "from": "scripts/extract_framac.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/build-production.sh", + "from": "scripts/extract_mathcomp.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/build-production.sh", + "from": "scripts/extract_mathcomp.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_minizinc.jl", + "from": "scripts/extract_tamarin.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_minizinc.jl", + "from": "scripts/extract_tamarin.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/balance_corpus.jl", + "from": "scripts/extract_viper.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/balance_corpus.jl", + "from": "scripts/extract_viper.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/a2ml_emit.jl", + "from": "scripts/align_premises.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/a2ml_emit.jl", + "from": "scripts/align_premises.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/demo-proof.sh", + "from": "scripts/test-integration.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/demo-proof.sh", + "from": "scripts/test-integration.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/gen-provers-a2ml.sh", + "from": "scripts/extract_acl2.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/gen-provers-a2ml.sh", + "from": "scripts/extract_acl2.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_mercury.jl", + "from": "scripts/extract_proverif.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/extract_mercury.jl", + "from": "scripts/extract_proverif.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/aspect_tests.rs", + "from": "scripts/generate_synthetic_dafny_scale.jl", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tests/aspect_tests.rs", + "from": "scripts/generate_synthetic_dafny_scale.jl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tests/sanity_suite.rs", + "from": "scripts/extract_isabelle_tropical.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/sanity_suite.rs", + "from": "scripts/extract_isabelle_tropical.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/stage1_integration_test.rs", + "from": "scripts/extract_lambda_prolog.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/stage1_integration_test.rs", + "from": "scripts/extract_lambda_prolog.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/integration_test.sh", + "from": "scripts/extract_mizar.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/integration_test.sh", + "from": "scripts/extract_mizar.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/s4_loop_closure.rs", + "from": "scripts/extract_cbmc.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/s4_loop_closure.rs", + "from": "scripts/extract_cbmc.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/agentic_integration.rs", + "from": "scripts/extract_sat_benchmarks.jl", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tests/agentic_integration.rs", + "from": "scripts/extract_sat_benchmarks.jl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tests/julia_corpus_loader_smoke.jl", + "from": "scripts/extract_acl2s.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/julia_corpus_loader_smoke.jl", + "from": "scripts/extract_acl2s.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/p2p_property_tests.rs", + "from": "scripts/gen-provers-a2ml.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/p2p_property_tests.rs", + "from": "scripts/gen-provers-a2ml.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/prove_handler_health_integration_test.rs", + "from": "scripts/vocabulary_expansion.jl", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tests/prove_handler_health_integration_test.rs", + "from": "scripts/vocabulary_expansion.jl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tests/concurrency_test.rs", + "from": "scripts/merge_all_corpora.jl", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "tests/concurrency_test.rs", + "from": "scripts/merge_all_corpora.jl", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "tests/corpus_fixtures/isabelle/Smoke.thy", + "from": "scripts/extract_hol_light.jl", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "tests/corpus_fixtures/isabelle/Smoke.thy", + "from": "scripts/extract_hol_light.jl", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "tests/corpus_fixtures/minif2f/algebra.lean", + "from": "scripts/build-production.sh", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "tests/corpus_fixtures/minif2f/algebra.lean", + "from": "scripts/build-production.sh", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "tests/common/generators.rs", + "from": "scripts/extract_opentheory.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/common/generators.rs", + "from": "scripts/extract_opentheory.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/common/mock_prover.rs", + "from": "scripts/generate_synthetic_tail_scale.jl", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tests/common/mock_prover.rs", + "from": "scripts/generate_synthetic_tail_scale.jl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tests/common/assertions.rs", + "from": "scripts/final_complete_merge.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/common/assertions.rs", + "from": "scripts/final_complete_merge.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/common/mod.rs", + "from": "scripts/simple_merge.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/common/mod.rs", + "from": "scripts/simple_merge.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/live_service_regressions.rs", + "from": "scripts/expand_training_data.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/live_service_regressions.rs", + "from": "scripts/expand_training_data.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/julia/smoke_test.jl", + "from": "scripts/extract_isabelle_zf.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/julia/smoke_test.jl", + "from": "scripts/extract_isabelle_zf.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/julia/gnn_rank_smoke.jl", + "from": "scripts/extract_tlc.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/julia/gnn_rank_smoke.jl", + "from": "scripts/extract_tlc.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e_prover_test.rs", + "from": "scripts/extract_smtlib.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e_prover_test.rs", + "from": "scripts/extract_smtlib.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/fallback_monitor_integration_test.rs", + "from": "scripts/extractor_save_common.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/fallback_monitor_integration_test.rs", + "from": "scripts/extractor_save_common.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "HOL-o-extension/overlays/default.sml", + "from": "scripts/extract_agda.jl", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "HOL-o-extension/overlays/default.sml", + "from": "scripts/extract_agda.jl", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "crates/echidna-mcp/src/main.rs", + "from": "scripts/provision_corpora.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/echidna-mcp/src/main.rs", + "from": "scripts/provision_corpora.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "crates/echidna-core-spark/src/axiom_tracker.rs", + "from": "scripts/extract_nunchaku.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/echidna-core-spark/src/axiom_tracker.rs", + "from": "scripts/extract_nunchaku.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "crates/echidna-core-spark/src/pareto.rs", + "from": "scripts/simple_metamath_extract.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/echidna-core-spark/src/pareto.rs", + "from": "scripts/simple_metamath_extract.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "crates/echidna-core/src/types.rs", + "from": "scripts/extract_idris2.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/echidna-core/src/types.rs", + "from": "scripts/extract_idris2.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typed_wasm/src/lib.rs", + "from": "scripts/generate_synthetic_provers.jl", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/typed_wasm/src/lib.rs", + "from": "scripts/generate_synthetic_provers.jl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/ada/spark/axiom_c_bridge.adb", + "from": "scripts/metamath_final.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/ada/spark/axiom_c_bridge.adb", + "from": "scripts/metamath_final.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/ui/tea/echidna_tea.js", + "from": "scripts/extract_pvs.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/ui/tea/echidna_tea.js", + "from": "scripts/extract_pvs.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/zig_ffi/chapel_bridge.zig", + "from": "scripts/extract_fstar.jl", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "src/zig_ffi/chapel_bridge.zig", + "from": "scripts/extract_fstar.jl", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "src/interfaces/grpc/main.rs", + "from": "scripts/extract_spin.jl", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/interfaces/grpc/main.rs", + "from": "scripts/extract_spin.jl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/interfaces/grpc/ffi_wrapper.rs", + "from": "scripts/extract_athena.jl", "to": "Networking", "relation": "framework", - "weight": 30.0 + "weight": 1.0 }, { - "from": "src/interfaces/grpc/ffi_wrapper.rs", + "from": "scripts/extract_athena.jl", "to": "WebServer", "relation": "framework", - "weight": 30.0 + "weight": 1.0 }, { - "from": "src/interfaces/graphql/main.rs", + "from": "scripts/max_extract_mathlib4.jl", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/interfaces/graphql/main.rs", + "from": "scripts/max_extract_mathlib4.jl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/interfaces/graphql/resolvers.rs", + "from": "scripts/extract_key.jl", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "src/interfaces/graphql/resolvers.rs", + "from": "scripts/extract_key.jl", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "src/interfaces/graphql/schema.rs", + "from": "scripts/extract_prism.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/interfaces/graphql/schema.rs", + "from": "scripts/extract_prism.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/interfaces/graphql/ffi_wrapper.rs", + "from": "scripts/vocabulary_mine_corpus.jl", "to": "Networking", "relation": "framework", - "weight": 30.0 + "weight": 1.0 }, { - "from": "src/interfaces/graphql/ffi_wrapper.rs", + "from": "scripts/vocabulary_mine_corpus.jl", "to": "WebServer", "relation": "framework", - "weight": 30.0 + "weight": 1.0 }, { - "from": "src/interfaces/rest/main.rs", + "from": "ffi/zig/test/integration_test.zig", "to": "Networking", "relation": "framework", - "weight": 5.0 + "weight": 8.0 }, { - "from": "src/interfaces/rest/main.rs", + "from": "ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 5.0 + "weight": 8.0 }, { - "from": "src/interfaces/rest/handlers.rs", + "from": "ffi/zig/test/overlay_integration_test.zig", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 10.0 }, { - "from": "src/interfaces/rest/handlers.rs", + "from": "ffi/zig/test/overlay_integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 10.0 }, { - "from": "src/interfaces/rest/ffi_wrapper.rs", + "from": "ffi/zig/src/provers/vcl_ut.zig", "to": "Networking", "relation": "framework", - "weight": 30.0 + "weight": 2.0 }, { - "from": "src/interfaces/rest/ffi_wrapper.rs", + "from": "ffi/zig/src/provers/vcl_ut.zig", "to": "WebServer", "relation": "framework", - "weight": 30.0 + "weight": 2.0 }, { - "from": "src/rust/ipc/mod.rs", + "from": "ffi/zig/src/provers/atp.zig", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/ipc/mod.rs", + "from": "ffi/zig/src/provers/atp.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/llm.rs", + "from": "ffi/zig/src/provers/smt.zig", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/llm.rs", + "from": "ffi/zig/src/provers/smt.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/learning/mcts.rs", + "from": "ffi/zig/src/provers/declarative.zig", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "src/rust/learning/mcts.rs", + "from": "ffi/zig/src/provers/declarative.zig", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "src/rust/learning/design_search.rs", + "from": "ffi/zig/src/provers/constraint.zig", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/learning/design_search.rs", + "from": "ffi/zig/src/provers/constraint.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/learning/self_play.rs", + "from": "ffi/zig/src/provers/interactive.zig", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/learning/self_play.rs", + "from": "ffi/zig/src/provers/interactive.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/learning/buchholz_rank.rs", + "from": "ffi/zig/src/provers/autoactive.zig", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/learning/buchholz_rank.rs", + "from": "ffi/zig/src/provers/autoactive.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/learning/daemon.rs", + "from": "ffi/zig/src/main.zig", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/learning/daemon.rs", + "from": "ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/integrations/conceptnet.rs", + "from": "ffi/zig/src/capnp_bridge.zig", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/integrations/conceptnet.rs", + "from": "ffi/zig/src/capnp_bridge.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/fault_tolerance/resilience.rs", + "from": "HOL-o-extension/overlays/default.sml", "to": "Networking", "relation": "framework", - "weight": 13.0 + "weight": 4.0 }, { - "from": "src/rust/fault_tolerance/resilience.rs", + "from": "HOL-o-extension/overlays/default.sml", "to": "WebServer", "relation": "framework", - "weight": 13.0 + "weight": 4.0 }, { - "from": "src/rust/main.rs", + "from": "rules/security_learning.lgt", "to": "Networking", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "src/rust/main.rs", + "from": "rules/security_learning.lgt", "to": "WebServer", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "src/rust/dispatch.rs", + "from": "docs-site/lib/echidna_docs/gateway_config.ex", "to": "Networking", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "src/rust/dispatch.rs", + "from": "docs-site/lib/echidna_docs/gateway_config.ex", "to": "WebServer", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "src/rust/diagnostics/corpus_monitor.rs", + "from": "echidna-playground/src/JsCoq.affine", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "src/rust/diagnostics/corpus_monitor.rs", + "from": "echidna-playground/src/JsCoq.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "src/rust/diagnostics/proof_failure.rs", + "from": "echidna-playground/src/Dom.affine", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 90.0 }, { - "from": "src/rust/diagnostics/proof_failure.rs", + "from": "echidna-playground/src/Dom.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 90.0 }, { - "from": "src/rust/neural.rs", + "from": "echidna-playground/src/PlaygroundServer.affine", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 9.0 }, { - "from": "src/rust/neural.rs", + "from": "echidna-playground/src/PlaygroundServer.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 9.0 }, { - "from": "src/rust/proof_search.rs", + "from": "echidna-playground/src/Server.affine", "to": "Networking", "relation": "framework", - "weight": 25.0 + "weight": 1.0 }, { - "from": "src/rust/proof_search.rs", + "from": "echidna-playground/src/Server.affine", "to": "WebServer", "relation": "framework", - "weight": 25.0 + "weight": 1.0 }, { - "from": "src/rust/proof_encoding.rs", + "from": "echidna-playground/src/Deno.affine", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 27.0 }, { - "from": "src/rust/proof_encoding.rs", + "from": "echidna-playground/src/Deno.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 27.0 }, { - "from": "src/rust/gnn/guided_search.rs", + "from": "echidna-playground/src/Components.affine", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/gnn/guided_search.rs", + "from": "echidna-playground/src/Components.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/gnn/client.rs", + "from": "src/ada/spark/axiom_c_bridge.adb", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/gnn/client.rs", + "from": "src/ada/spark/axiom_c_bridge.adb", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/gnn/embeddings.rs", + "from": "src/julia/run_training_cpu.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/gnn/embeddings.rs", + "from": "src/julia/run_training_cpu.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/gnn/graph.rs", + "from": "src/julia/training/dataloader.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/gnn/graph.rs", + "from": "src/julia/training/dataloader.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/gnn/fallback_monitor.rs", + "from": "src/julia/training/train.jl", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/gnn/fallback_monitor.rs", + "from": "src/julia/training/train.jl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/suggest/variant.rs", + "from": "src/julia/api_server.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/suggest/variant.rs", + "from": "src/julia/api_server.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/suggest/extractor.rs", + "from": "src/julia/eval_held_out.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/suggest/extractor.rs", + "from": "src/julia/eval_held_out.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/suggest/synonyms.rs", + "from": "src/julia/extract_all_proofs.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/suggest/synonyms.rs", + "from": "src/julia/extract_all_proofs.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/suggest/report.rs", + "from": "src/julia/test_server.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/suggest/report.rs", + "from": "src/julia/test_server.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/suggest/mod.rs", + "from": "src/julia/retrain_from_verisim.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/suggest/mod.rs", + "from": "src/julia/retrain_from_verisim.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/verification/statistics.rs", + "from": "src/julia/archive/train_and_evaluate.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/verification/statistics.rs", + "from": "src/julia/archive/train_and_evaluate.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/verification/result_arbiter.rs", + "from": "src/julia/archive/train_final_models.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/verification/result_arbiter.rs", + "from": "src/julia/archive/train_final_models.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/verification/mutation.rs", + "from": "src/julia/archive/train_advanced_models.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/verification/mutation.rs", + "from": "src/julia/archive/train_advanced_models.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/verification/axiom_tracker.rs", + "from": "src/julia/archive/train_models.jl", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "src/rust/verification/axiom_tracker.rs", + "from": "src/julia/archive/train_models.jl", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "src/rust/verification/portfolio.rs", + "from": "src/julia/archive/train_complete_final.jl", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/verification/portfolio.rs", + "from": "src/julia/archive/train_complete_final.jl", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/verification/pareto.rs", + "from": "src/julia/api/server.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/verification/pareto.rs", + "from": "src/julia/api/server.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/verification/certificates.rs", + "from": "src/julia/api/gnn_endpoint.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/verification/certificates.rs", + "from": "src/julia/api/gnn_endpoint.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/coprocessor/macaulay2.rs", + "from": "src/julia/corpus_loader.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/coprocessor/macaulay2.rs", + "from": "src/julia/corpus_loader.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/coprocessor/flint.rs", + "from": "src/julia/coprocessor.jl", "to": "Networking", "relation": "framework", - "weight": 51.0 + "weight": 1.0 }, { - "from": "src/rust/coprocessor/flint.rs", + "from": "src/julia/coprocessor.jl", "to": "WebServer", "relation": "framework", - "weight": 51.0 + "weight": 1.0 }, { - "from": "src/rust/coprocessor/fpga.rs", + "from": "src/julia/extract_training_data.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/coprocessor/fpga.rs", + "from": "src/julia/extract_training_data.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/coprocessor/graphics.rs", + "from": "src/julia/ipc.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/coprocessor/graphics.rs", + "from": "src/julia/ipc.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/coprocessor/audio.rs", + "from": "src/julia/run_training.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/coprocessor/audio.rs", + "from": "src/julia/run_training.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/coprocessor/julia_bridge.rs", + "from": "src/ui/tea/echidna_tea.js", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/coprocessor/julia_bridge.rs", + "from": "src/ui/tea/echidna_tea.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/coprocessor/singular.rs", + "from": "src/abi/EchidnaABI/Foreign.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "src/rust/coprocessor/singular.rs", + "from": "src/abi/EchidnaABI/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "src/rust/coprocessor/physics.rs", + "from": "src/abi/OverlayForeign.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 102.0 }, { - "from": "src/rust/coprocessor/physics.rs", + "from": "src/abi/OverlayForeign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 102.0 }, { - "from": "src/rust/coprocessor/io.rs", + "from": "src/abi/Foreign.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "src/rust/coprocessor/io.rs", + "from": "src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "src/rust/coprocessor/math.rs", + "from": "src/abi/Tentacles/Foreign.idr", "to": "Networking", "relation": "framework", - "weight": 5.0 + "weight": 60.0 }, { - "from": "src/rust/coprocessor/math.rs", + "from": "src/abi/Tentacles/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 5.0 + "weight": 60.0 }, { - "from": "src/rust/coprocessor/parigp.rs", + "from": "src/abi/TypeLLForeign.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 51.0 }, { - "from": "src/rust/coprocessor/parigp.rs", + "from": "src/abi/TypeLLForeign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 51.0 }, { - "from": "src/rust/coprocessor/mod.rs", + "from": "src/abi/TypeLL/Foreign.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 51.0 }, { - "from": "src/rust/coprocessor/mod.rs", + "from": "src/abi/TypeLL/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 51.0 }, { - "from": "src/rust/server.rs", + "from": "src/abi/BojForeign.idr", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 57.0 }, { - "from": "src/rust/server.rs", + "from": "src/abi/BojForeign.idr", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 57.0 }, { - "from": "src/rust/anomaly_detection.rs", + "from": "src/abi/Overlay/Foreign.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 102.0 }, { - "from": "src/rust/anomaly_detection.rs", + "from": "src/abi/Overlay/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 102.0 }, { - "from": "src/rust/agent/actors.rs", + "from": "src/abi/TentaclesForeign.idr", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 60.0 }, { - "from": "src/rust/agent/actors.rs", + "from": "src/abi/TentaclesForeign.idr", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 60.0 }, { - "from": "src/rust/agent/planner.rs", + "from": "src/abi/Boj/Foreign.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 57.0 }, { - "from": "src/rust/agent/planner.rs", + "from": "src/abi/Boj/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 57.0 }, { - "from": "src/rust/agent/meta_controller.rs", + "from": "src/zig/ffi/axiom_spark_bridge.zig", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "src/rust/agent/meta_controller.rs", + "from": "src/zig/ffi/axiom_spark_bridge.zig", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "src/rust/agent/memory.rs", + "from": "src/zig/ffi/echidna_ffi.zig", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/agent/memory.rs", + "from": "src/zig/ffi/echidna_ffi.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/agent/swarm.rs", + "from": "src/zig/ffi/echidna_ffi.h", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/agent/swarm.rs", + "from": "src/zig/ffi/echidna_ffi.h", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/agent/explanations.rs", + "from": "src/rust/server.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "src/rust/agent/explanations.rs", + "from": "src/rust/server.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "src/rust/agent/mod.rs", + "from": "src/rust/aspect.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/agent/mod.rs", + "from": "src/rust/aspect.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/repl/diagnostics.rs", + "from": "src/rust/verisim_bridge.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/repl/diagnostics.rs", + "from": "src/rust/verisim_bridge.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/repl/proof.rs", + "from": "src/rust/anomaly_detection.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "src/rust/repl/proof.rs", + "from": "src/rust/anomaly_detection.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "src/rust/integrity/solver_integrity.rs", + "from": "src/rust/integration.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "src/rust/integrity/solver_integrity.rs", + "from": "src/rust/integration.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "src/rust/integrity/io.rs", + "from": "src/rust/executor/sandbox.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/integrity/io.rs", + "from": "src/rust/executor/sandbox.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/exchange/smtcoq.rs", + "from": "src/rust/provers/prism.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/exchange/smtcoq.rs", + "from": "src/rust/provers/prism.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/exchange/smtlib.rs", + "from": "src/rust/provers/cvc5.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "src/rust/exchange/smtlib.rs", + "from": "src/rust/provers/cvc5.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "src/rust/exchange/lambdapi.rs", + "from": "src/rust/provers/agsyhol.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/exchange/lambdapi.rs", + "from": "src/rust/provers/agsyhol.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/exchange/dedukti.rs", + "from": "src/rust/provers/faial.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/exchange/dedukti.rs", + "from": "src/rust/provers/faial.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/exchange/tptp.rs", + "from": "src/rust/provers/seahorn.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/exchange/tptp.rs", + "from": "src/rust/provers/seahorn.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/exchange/opentheory.rs", + "from": "src/rust/provers/storm.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/exchange/opentheory.rs", + "from": "src/rust/provers/storm.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/integration.rs", + "from": "src/rust/provers/hol4.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "src/rust/integration.rs", + "from": "src/rust/provers/hol4.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "src/rust/corpus/hol4.rs", + "from": "src/rust/provers/metamath.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/hol4.rs", + "from": "src/rust/provers/metamath.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/agda.rs", + "from": "src/rust/provers/hol_light.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/agda.rs", + "from": "src/rust/provers/hol_light.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/octad.rs", + "from": "src/rust/provers/framac.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "src/rust/corpus/octad.rs", + "from": "src/rust/provers/framac.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "src/rust/corpus/smtlib.rs", + "from": "src/rust/provers/pvs.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/smtlib.rs", + "from": "src/rust/provers/pvs.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/isabelle.rs", + "from": "src/rust/provers/redlog.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/isabelle.rs", + "from": "src/rust/provers/redlog.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/hol_light.rs", + "from": "src/rust/provers/tamarin.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/hol_light.rs", + "from": "src/rust/provers/tamarin.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/why3.rs", + "from": "src/rust/provers/imandra.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/why3.rs", + "from": "src/rust/provers/imandra.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/idris2.rs", + "from": "src/rust/provers/cbmc.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/idris2.rs", + "from": "src/rust/provers/cbmc.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/mizar.rs", + "from": "src/rust/provers/z3.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "src/rust/corpus/mizar.rs", + "from": "src/rust/provers/z3.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "src/rust/corpus/embed.rs", + "from": "src/rust/provers/fstar.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/embed.rs", + "from": "src/rust/provers/fstar.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/query.rs", + "from": "src/rust/provers/nuprl.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/query.rs", + "from": "src/rust/provers/nuprl.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/tptp.rs", + "from": "src/rust/provers/easycrypt.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/tptp.rs", + "from": "src/rust/provers/easycrypt.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/metamath.rs", + "from": "src/rust/provers/mod.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/metamath.rs", + "from": "src/rust/provers/mod.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/dafny.rs", + "from": "src/rust/provers/lash.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/dafny.rs", + "from": "src/rust/provers/lash.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/lean.rs", + "from": "src/rust/provers/dafny.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/lean.rs", + "from": "src/rust/provers/dafny.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/acl2_books.rs", + "from": "src/rust/provers/nusmv.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/acl2_books.rs", + "from": "src/rust/provers/nusmv.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/coq.rs", + "from": "src/rust/provers/altergo.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/coq.rs", + "from": "src/rust/provers/altergo.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/fstar.rs", + "from": "src/rust/provers/agda.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/fstar.rs", + "from": "src/rust/provers/agda.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/mod.rs", + "from": "src/rust/provers/vampire.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/mod.rs", + "from": "src/rust/provers/vampire.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/proofnet.rs", + "from": "src/rust/provers/abc.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/proofnet.rs", + "from": "src/rust/provers/abc.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/corpus/minif2f.rs", + "from": "src/rust/provers/isabelle.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/corpus/minif2f.rs", + "from": "src/rust/provers/isabelle.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/ffi/mod.rs", + "from": "src/rust/provers/minlog.rs", "to": "Networking", "relation": "framework", - "weight": 68.0 + "weight": 1.0 }, { - "from": "src/rust/ffi/mod.rs", + "from": "src/rust/provers/minlog.rs", "to": "WebServer", "relation": "framework", - "weight": 68.0 + "weight": 1.0 }, { - "from": "src/rust/ffi/spark_axiom.rs", + "from": "src/rust/provers/twee.rs", "to": "Networking", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "src/rust/ffi/spark_axiom.rs", + "from": "src/rust/provers/twee.rs", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "src/rust/vcl_ut.rs", + "from": "src/rust/provers/minizinc.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/vcl_ut.rs", + "from": "src/rust/provers/minizinc.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/aspect.rs", + "from": "src/rust/provers/satallax.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/aspect.rs", + "from": "src/rust/provers/satallax.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/executor/sandbox.rs", + "from": "src/rust/provers/prob.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/executor/sandbox.rs", + "from": "src/rust/provers/prob.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/verisim_bridge.rs", + "from": "src/rust/provers/metitarski.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/verisim_bridge.rs", + "from": "src/rust/provers/metitarski.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/mettel2.rs", + "from": "src/rust/provers/scip.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/mettel2.rs", + "from": "src/rust/provers/scip.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/hol4.rs", + "from": "src/rust/provers/cadical.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/provers/hol4.rs", + "from": "src/rust/provers/cadical.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/provers/alloy.rs", + "from": "src/rust/provers/mettel2.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/alloy.rs", + "from": "src/rust/provers/mettel2.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/qepcad.rs", + "from": "src/rust/provers/uppaal.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/qepcad.rs", + "from": "src/rust/provers/uppaal.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/agda.rs", + "from": "src/rust/provers/minisat.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/agda.rs", + "from": "src/rust/provers/minisat.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/cvc5.rs", + "from": "src/rust/provers/leo3.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "src/rust/provers/cvc5.rs", + "from": "src/rust/provers/leo3.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "src/rust/provers/minizinc.rs", + "from": "src/rust/provers/idris2.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/minizinc.rs", - "to": "WebServer", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "src/rust/provers/princess.rs", - "to": "Networking", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "src/rust/provers/princess.rs", + "from": "src/rust/provers/idris2.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/cbmc.rs", + "from": "src/rust/provers/aprove.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/cbmc.rs", + "from": "src/rust/provers/aprove.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/isabelle.rs", - "to": "Networking", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "src/rust/provers/isabelle.rs", - "to": "WebServer", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "src/rust/provers/agsyhol.rs", + "from": "src/rust/provers/keymaerax.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/agsyhol.rs", + "from": "src/rust/provers/keymaerax.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/hol_light.rs", + "from": "src/rust/provers/chuffed.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/hol_light.rs", + "from": "src/rust/provers/chuffed.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/cadical.rs", + "from": "src/rust/provers/spin_checker.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/cadical.rs", + "from": "src/rust/provers/spin_checker.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/metitarski.rs", + "from": "src/rust/provers/princess.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/metitarski.rs", + "from": "src/rust/provers/princess.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/seahorn.rs", + "from": "src/rust/provers/acl2.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/seahorn.rs", + "from": "src/rust/provers/acl2.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/glpk.rs", + "from": "src/rust/provers/typed_wasm.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/glpk.rs", + "from": "src/rust/provers/typed_wasm.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/abc.rs", + "from": "src/rust/provers/dreal.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/abc.rs", + "from": "src/rust/provers/dreal.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/dreal.rs", + "from": "src/rust/provers/qepcad.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/dreal.rs", + "from": "src/rust/provers/qepcad.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/leo3.rs", + "from": "src/rust/provers/ortools.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/leo3.rs", + "from": "src/rust/provers/ortools.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/tlc.rs", + "from": "src/rust/provers/kissat.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/tlc.rs", + "from": "src/rust/provers/kissat.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/idris2.rs", + "from": "src/rust/provers/io.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/idris2.rs", + "from": "src/rust/provers/io.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/prob.rs", + "from": "src/rust/provers/spass.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/prob.rs", + "from": "src/rust/provers/spass.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/key.rs", + "from": "src/rust/provers/outcome.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/key.rs", + "from": "src/rust/provers/outcome.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/csi.rs", + "from": "src/rust/provers/glpk.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/csi.rs", + "from": "src/rust/provers/glpk.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/ortools.rs", + "from": "src/rust/provers/elk.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/ortools.rs", + "from": "src/rust/provers/elk.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/vampire.rs", + "from": "src/rust/provers/gpuverify.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/vampire.rs", + "from": "src/rust/provers/gpuverify.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/uppaal.rs", + "from": "src/rust/provers/proverif.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/uppaal.rs", + "from": "src/rust/provers/proverif.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/spass.rs", + "from": "src/rust/provers/eprover.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/spass.rs", + "from": "src/rust/provers/eprover.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/outcome.rs", + "from": "src/rust/provers/tlc.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/outcome.rs", + "from": "src/rust/provers/tlc.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/elk.rs", + "from": "src/rust/provers/rocq.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/elk.rs", + "from": "src/rust/provers/rocq.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/pvs.rs", + "from": "src/rust/provers/coq.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/provers/pvs.rs", + "from": "src/rust/provers/coq.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/provers/scip.rs", + "from": "src/rust/provers/cryptoverif.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/scip.rs", + "from": "src/rust/provers/cryptoverif.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/storm.rs", + "from": "src/rust/provers/csi.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/storm.rs", + "from": "src/rust/provers/csi.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -9480,1460 +9456,1490 @@ "weight": 1.0 }, { - "from": "src/rust/provers/twee.rs", + "from": "src/rust/provers/key.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/twee.rs", + "from": "src/rust/provers/key.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/typed_wasm.rs", + "from": "src/rust/provers/twelf.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/typed_wasm.rs", + "from": "src/rust/provers/twelf.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/rocq.rs", + "from": "src/rust/provers/viper.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/rocq.rs", + "from": "src/rust/provers/viper.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/acl2.rs", + "from": "src/rust/provers/iprover.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/acl2.rs", + "from": "src/rust/provers/iprover.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/framac.rs", + "from": "src/rust/provers/lean.rs", "to": "Networking", "relation": "framework", "weight": 3.0 }, { - "from": "src/rust/provers/framac.rs", + "from": "src/rust/provers/lean.rs", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "src/rust/provers/proverif.rs", + "from": "src/rust/provers/connection_method.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/proverif.rs", + "from": "src/rust/provers/connection_method.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/iprover.rs", + "from": "src/rust/provers/konclude.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/iprover.rs", + "from": "src/rust/provers/konclude.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/nuprl.rs", + "from": "src/rust/provers/alloy.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/nuprl.rs", + "from": "src/rust/provers/alloy.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/satallax.rs", + "from": "src/rust/suggest/variant.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/satallax.rs", + "from": "src/rust/suggest/variant.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/spin_checker.rs", + "from": "src/rust/suggest/extractor.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/spin_checker.rs", + "from": "src/rust/suggest/extractor.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/eprover.rs", + "from": "src/rust/suggest/mod.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/eprover.rs", + "from": "src/rust/suggest/mod.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/redlog.rs", + "from": "src/rust/suggest/report.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/redlog.rs", + "from": "src/rust/suggest/report.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/prism.rs", + "from": "src/rust/suggest/synonyms.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/prism.rs", + "from": "src/rust/suggest/synonyms.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/lash.rs", + "from": "src/rust/verification/pareto.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/lash.rs", + "from": "src/rust/verification/pareto.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/imandra.rs", + "from": "src/rust/verification/certificates.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/imandra.rs", + "from": "src/rust/verification/certificates.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/metamath.rs", + "from": "src/rust/verification/statistics.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/metamath.rs", + "from": "src/rust/verification/statistics.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/dafny.rs", + "from": "src/rust/verification/axiom_tracker.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/provers/dafny.rs", + "from": "src/rust/verification/axiom_tracker.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/provers/viper.rs", + "from": "src/rust/verification/portfolio.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/provers/viper.rs", + "from": "src/rust/verification/portfolio.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/provers/connection_method.rs", + "from": "src/rust/verification/mutation.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/connection_method.rs", + "from": "src/rust/verification/mutation.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/keymaerax.rs", + "from": "src/rust/verification/result_arbiter.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/keymaerax.rs", + "from": "src/rust/verification/result_arbiter.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/io.rs", + "from": "src/rust/main.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "src/rust/provers/io.rs", + "from": "src/rust/main.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "src/rust/provers/kissat.rs", + "from": "src/rust/ipc/mod.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/kissat.rs", + "from": "src/rust/ipc/mod.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/twelf.rs", + "from": "src/rust/dispatch.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "src/rust/provers/twelf.rs", + "from": "src/rust/dispatch.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "src/rust/provers/lean.rs", + "from": "src/rust/repl/diagnostics.rs", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "src/rust/provers/lean.rs", + "from": "src/rust/repl/diagnostics.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "src/rust/provers/minisat.rs", + "from": "src/rust/repl/proof.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "src/rust/provers/minisat.rs", + "from": "src/rust/repl/proof.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "src/rust/provers/cryptoverif.rs", + "from": "src/rust/proof_encoding.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/cryptoverif.rs", + "from": "src/rust/proof_encoding.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/faial.rs", + "from": "src/rust/fault_tolerance/resilience.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 13.0 }, { - "from": "src/rust/provers/faial.rs", + "from": "src/rust/fault_tolerance/resilience.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 13.0 }, { - "from": "src/rust/provers/z3.rs", + "from": "src/rust/diagnostics/corpus_monitor.rs", "to": "Networking", "relation": "framework", - "weight": 18.0 + "weight": 2.0 }, { - "from": "src/rust/provers/z3.rs", + "from": "src/rust/diagnostics/corpus_monitor.rs", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 2.0 }, { - "from": "src/rust/provers/coq.rs", + "from": "src/rust/diagnostics/proof_failure.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/provers/coq.rs", + "from": "src/rust/diagnostics/proof_failure.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/rust/provers/gpuverify.rs", + "from": "src/rust/ffi/mod.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 68.0 }, { - "from": "src/rust/provers/gpuverify.rs", + "from": "src/rust/ffi/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 68.0 }, { - "from": "src/rust/provers/aprove.rs", + "from": "src/rust/ffi/spark_axiom.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "src/rust/provers/aprove.rs", + "from": "src/rust/ffi/spark_axiom.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "src/rust/provers/altergo.rs", + "from": "src/rust/gnn/graph.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/altergo.rs", + "from": "src/rust/gnn/graph.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/fstar.rs", + "from": "src/rust/gnn/client.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/provers/fstar.rs", + "from": "src/rust/gnn/client.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/provers/konclude.rs", + "from": "src/rust/gnn/fallback_monitor.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/provers/konclude.rs", + "from": "src/rust/gnn/fallback_monitor.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/rust/provers/mod.rs", + "from": "src/rust/gnn/embeddings.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/mod.rs", + "from": "src/rust/gnn/embeddings.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/minlog.rs", + "from": "src/rust/gnn/guided_search.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/minlog.rs", + "from": "src/rust/gnn/guided_search.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/nusmv.rs", + "from": "src/rust/integrations/conceptnet.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/nusmv.rs", + "from": "src/rust/integrations/conceptnet.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/tamarin.rs", + "from": "src/rust/coprocessor/fpga.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/tamarin.rs", + "from": "src/rust/coprocessor/fpga.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/chuffed.rs", + "from": "src/rust/coprocessor/mod.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/chuffed.rs", + "from": "src/rust/coprocessor/mod.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/easycrypt.rs", + "from": "src/rust/coprocessor/singular.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/rust/provers/easycrypt.rs", + "from": "src/rust/coprocessor/singular.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/chapel/smoke.chpl", + "from": "src/rust/coprocessor/flint.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 51.0 }, { - "from": "src/chapel/smoke.chpl", + "from": "src/rust/coprocessor/flint.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 51.0 }, { - "from": "src/chapel/bench_mrr.chpl", + "from": "src/rust/coprocessor/macaulay2.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/chapel/bench_mrr.chpl", + "from": "src/rust/coprocessor/macaulay2.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/chapel/parallel_proof_search.chpl", + "from": "src/rust/coprocessor/math.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "src/chapel/parallel_proof_search.chpl", + "from": "src/rust/coprocessor/math.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "src/chapel/chapel_ffi_exports.chpl", + "from": "src/rust/coprocessor/io.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/chapel/chapel_ffi_exports.chpl", + "from": "src/rust/coprocessor/io.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/abi/EchidnaABI/Foreign.idr", + "from": "src/rust/coprocessor/julia_bridge.rs", "to": "Networking", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "src/abi/EchidnaABI/Foreign.idr", + "from": "src/rust/coprocessor/julia_bridge.rs", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", + "from": "src/rust/coprocessor/graphics.rs", "to": "Networking", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", + "from": "src/rust/coprocessor/graphics.rs", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "src/abi/TentaclesForeign.idr", + "from": "src/rust/coprocessor/physics.rs", "to": "Networking", "relation": "framework", - "weight": 60.0 + "weight": 1.0 }, { - "from": "src/abi/TentaclesForeign.idr", + "from": "src/rust/coprocessor/physics.rs", "to": "WebServer", "relation": "framework", - "weight": 60.0 + "weight": 1.0 }, { - "from": "src/abi/Overlay/Foreign.idr", + "from": "src/rust/coprocessor/parigp.rs", "to": "Networking", "relation": "framework", - "weight": 102.0 + "weight": 1.0 }, { - "from": "src/abi/Overlay/Foreign.idr", + "from": "src/rust/coprocessor/parigp.rs", "to": "WebServer", "relation": "framework", - "weight": 102.0 + "weight": 1.0 }, { - "from": "src/abi/BojForeign.idr", + "from": "src/rust/coprocessor/audio.rs", "to": "Networking", "relation": "framework", - "weight": 57.0 + "weight": 1.0 }, { - "from": "src/abi/BojForeign.idr", + "from": "src/rust/coprocessor/audio.rs", "to": "WebServer", "relation": "framework", - "weight": 57.0 + "weight": 1.0 }, { - "from": "src/abi/TypeLLForeign.idr", + "from": "src/rust/agent/planner.rs", "to": "Networking", "relation": "framework", - "weight": 51.0 + "weight": 1.0 }, { - "from": "src/abi/TypeLLForeign.idr", + "from": "src/rust/agent/planner.rs", "to": "WebServer", "relation": "framework", - "weight": 51.0 + "weight": 1.0 }, { - "from": "src/abi/Tentacles/Foreign.idr", + "from": "src/rust/agent/actors.rs", "to": "Networking", "relation": "framework", - "weight": 60.0 + "weight": 3.0 }, { - "from": "src/abi/Tentacles/Foreign.idr", + "from": "src/rust/agent/actors.rs", "to": "WebServer", "relation": "framework", - "weight": 60.0 + "weight": 3.0 }, { - "from": "src/abi/Boj/Foreign.idr", + "from": "src/rust/agent/mod.rs", "to": "Networking", "relation": "framework", - "weight": 57.0 + "weight": 2.0 }, { - "from": "src/abi/Boj/Foreign.idr", + "from": "src/rust/agent/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 57.0 + "weight": 2.0 }, { - "from": "src/abi/TypeLL/Foreign.idr", + "from": "src/rust/agent/meta_controller.rs", "to": "Networking", "relation": "framework", - "weight": 51.0 + "weight": 2.0 }, { - "from": "src/abi/TypeLL/Foreign.idr", + "from": "src/rust/agent/meta_controller.rs", "to": "WebServer", "relation": "framework", - "weight": 51.0 + "weight": 2.0 }, { - "from": "src/abi/OverlayForeign.idr", + "from": "src/rust/agent/explanations.rs", "to": "Networking", "relation": "framework", - "weight": 102.0 + "weight": 1.0 }, { - "from": "src/abi/OverlayForeign.idr", + "from": "src/rust/agent/explanations.rs", "to": "WebServer", "relation": "framework", - "weight": 102.0 + "weight": 1.0 }, { - "from": "src/julia/eval_held_out.jl", + "from": "src/rust/agent/swarm.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/julia/eval_held_out.jl", + "from": "src/rust/agent/swarm.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/julia/extract_all_proofs.jl", + "from": "src/rust/agent/memory.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/extract_all_proofs.jl", + "from": "src/rust/agent/memory.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/test_server.jl", + "from": "src/rust/integrity/io.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/test_server.jl", + "from": "src/rust/integrity/io.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/run_training.jl", + "from": "src/rust/integrity/solver_integrity.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/julia/run_training.jl", + "from": "src/rust/integrity/solver_integrity.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/julia/training/train.jl", + "from": "src/rust/llm.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/training/train.jl", + "from": "src/rust/llm.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/training/dataloader.jl", + "from": "src/rust/neural.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/julia/training/dataloader.jl", + "from": "src/rust/neural.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/julia/corpus_loader.jl", + "from": "src/rust/proof_search.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 25.0 }, { - "from": "src/julia/corpus_loader.jl", + "from": "src/rust/proof_search.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 25.0 }, { - "from": "src/julia/api_server.jl", + "from": "src/rust/corpus/smtlib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/api_server.jl", + "from": "src/rust/corpus/smtlib.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/coprocessor.jl", + "from": "src/rust/corpus/hol4.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/coprocessor.jl", + "from": "src/rust/corpus/hol4.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/extract_training_data.jl", + "from": "src/rust/corpus/metamath.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/extract_training_data.jl", + "from": "src/rust/corpus/metamath.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/api/gnn_endpoint.jl", + "from": "src/rust/corpus/hol_light.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/api/gnn_endpoint.jl", + "from": "src/rust/corpus/hol_light.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/api/server.jl", + "from": "src/rust/corpus/embed.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/api/server.jl", + "from": "src/rust/corpus/embed.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/ipc.jl", + "from": "src/rust/corpus/tptp.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/ipc.jl", + "from": "src/rust/corpus/tptp.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/retrain_from_verisim.jl", + "from": "src/rust/corpus/fstar.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/retrain_from_verisim.jl", + "from": "src/rust/corpus/fstar.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/run_training_cpu.jl", + "from": "src/rust/corpus/mod.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/run_training_cpu.jl", + "from": "src/rust/corpus/mod.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/archive/train_models.jl", + "from": "src/rust/corpus/minif2f.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/julia/archive/train_models.jl", + "from": "src/rust/corpus/minif2f.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/julia/archive/train_advanced_models.jl", + "from": "src/rust/corpus/dafny.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/archive/train_advanced_models.jl", + "from": "src/rust/corpus/dafny.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/archive/train_final_models.jl", + "from": "src/rust/corpus/agda.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/archive/train_final_models.jl", + "from": "src/rust/corpus/agda.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/archive/train_and_evaluate.jl", + "from": "src/rust/corpus/acl2_books.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/archive/train_and_evaluate.jl", + "from": "src/rust/corpus/acl2_books.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/archive/train_complete_final.jl", + "from": "src/rust/corpus/octad.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/julia/archive/train_complete_final.jl", + "from": "src/rust/corpus/octad.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/zig/ffi/axiom_spark_bridge.zig", + "from": "src/rust/corpus/isabelle.rs", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "src/zig/ffi/axiom_spark_bridge.zig", + "from": "src/rust/corpus/isabelle.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "src/zig/ffi/echidna_ffi.h", + "from": "src/rust/corpus/idris2.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/zig/ffi/echidna_ffi.h", + "from": "src/rust/corpus/idris2.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/zig/ffi/echidna_ffi.zig", + "from": "src/rust/corpus/why3.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/zig/ffi/echidna_ffi.zig", + "from": "src/rust/corpus/why3.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/test/overlay_integration_test.zig", + "from": "src/rust/corpus/proofnet.rs", "to": "Networking", "relation": "framework", - "weight": 10.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/overlay_integration_test.zig", + "from": "src/rust/corpus/proofnet.rs", "to": "WebServer", "relation": "framework", - "weight": 10.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "src/rust/corpus/coq.rs", "to": "Networking", "relation": "framework", - "weight": 8.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "src/rust/corpus/coq.rs", "to": "WebServer", "relation": "framework", - "weight": 8.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/capnp_bridge.zig", + "from": "src/rust/corpus/query.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/capnp_bridge.zig", + "from": "src/rust/corpus/query.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "src/rust/corpus/mizar.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "src/rust/corpus/mizar.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/provers/constraint.zig", + "from": "src/rust/corpus/lean.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/provers/constraint.zig", + "from": "src/rust/corpus/lean.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/provers/autoactive.zig", + "from": "src/rust/vcl_ut.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/provers/autoactive.zig", + "from": "src/rust/vcl_ut.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/provers/declarative.zig", + "from": "src/rust/learning/self_play.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/provers/declarative.zig", + "from": "src/rust/learning/self_play.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/provers/atp.zig", + "from": "src/rust/learning/daemon.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "ffi/zig/src/provers/atp.zig", + "from": "src/rust/learning/daemon.rs", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "ffi/zig/src/provers/interactive.zig", + "from": "src/rust/learning/mcts.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "ffi/zig/src/provers/interactive.zig", + "from": "src/rust/learning/mcts.rs", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "ffi/zig/src/provers/smt.zig", + "from": "src/rust/learning/buchholz_rank.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/provers/smt.zig", + "from": "src/rust/learning/buchholz_rank.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/provers/vcl_ut.zig", + "from": "src/rust/learning/design_search.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/provers/vcl_ut.zig", + "from": "src/rust/learning/design_search.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "metrics/verisim_sink.jl", + "from": "src/rust/exchange/smtlib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "metrics/verisim_sink.jl", + "from": "src/rust/exchange/smtlib.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "metrics/floor_progress.jl", + "from": "src/rust/exchange/lambdapi.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "metrics/floor_progress.jl", + "from": "src/rust/exchange/lambdapi.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "metrics/corpus_loader.jl", + "from": "src/rust/exchange/tptp.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "metrics/corpus_loader.jl", + "from": "src/rust/exchange/tptp.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "metrics/oov_rate.jl", + "from": "src/rust/exchange/opentheory.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "metrics/oov_rate.jl", + "from": "src/rust/exchange/opentheory.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "docs-site/lib/echidna_docs/gateway_config.ex", + "from": "src/rust/exchange/dedukti.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "docs-site/lib/echidna_docs/gateway_config.ex", + "from": "src/rust/exchange/dedukti.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", + "from": "src/rust/exchange/smtcoq.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", + "from": "src/rust/exchange/smtcoq.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.ncl", + "from": "src/interfaces/graphql/resolvers.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/contractiles/dust/dust.ncl", + "from": "src/interfaces/graphql/resolvers.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/contractiles/_base.ncl", + "from": "src/interfaces/graphql/main.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": ".machine_readable/contractiles/_base.ncl", + "from": "src/interfaces/graphql/main.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": ".machine_readable/contractiles/trust/trust.ncl", + "from": "src/interfaces/graphql/ffi_wrapper.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 30.0 }, { - "from": ".machine_readable/contractiles/trust/trust.ncl", + "from": "src/interfaces/graphql/ffi_wrapper.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 30.0 }, { - "from": ".machine_readable/contractiles/trust/trust.k9.ncl", + "from": "src/interfaces/graphql/schema.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/trust/trust.k9.ncl", + "from": "src/interfaces/graphql/schema.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "from": "src/interfaces/rest/main.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "from": "src/interfaces/rest/main.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": ".machine_readable/contractiles/intend/intend.ncl", + "from": "src/interfaces/rest/ffi_wrapper.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 30.0 }, { - "from": ".machine_readable/contractiles/intend/intend.ncl", + "from": "src/interfaces/rest/ffi_wrapper.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 30.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "src/interfaces/rest/handlers.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "src/interfaces/rest/handlers.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "from": "src/interfaces/grpc/main.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "from": "src/interfaces/grpc/main.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": ".machine_readable/contractiles/must/must.ncl", + "from": "src/interfaces/grpc/ffi_wrapper.rs", + "to": "Networking", + "relation": "framework", + "weight": 30.0 + }, + { + "from": "src/interfaces/grpc/ffi_wrapper.rs", + "to": "WebServer", + "relation": "framework", + "weight": 30.0 + }, + { + "from": "src/chapel/bench_mrr.chpl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.ncl", + "from": "src/chapel/bench_mrr.chpl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.k9.ncl", + "from": "src/chapel/parallel_proof_search.chpl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.k9.ncl", + "from": "src/chapel/parallel_proof_search.chpl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "from": "src/chapel/chapel_ffi_exports.chpl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "from": "src/chapel/chapel_ffi_exports.chpl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "from": "src/chapel/smoke.chpl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "from": "src/chapel/smoke.chpl", "to": "WebServer", "relation": "framework", "weight": 1.0 + }, + { + "from": "src/zig_ffi/chapel_bridge.zig", + "to": "Networking", + "relation": "framework", + "weight": 3.0 + }, + { + "from": "src/zig_ffi/chapel_bridge.zig", + "to": "WebServer", + "relation": "framework", + "weight": 3.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "PanicPath", + "source_category": "ResourceLeak", "sink_axis": "memory", + "severity_value": 3.5, + "files": [ + "src/rust/ffi/mod.rs" + ], + "frameworks": [ + "Networking", + "WebServer" + ], + "relation": "ResourceLeak->Memory" + }, + { + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "crates/typed_wasm/src/lib.rs", - "src/interfaces/graphql/main.rs", - "src/interfaces/graphql/resolvers.rs", - "src/interfaces/graphql/schema.rs", - "src/interfaces/rest/main.rs", - "src/rust/ipc/mod.rs", - "src/rust/llm.rs", - "src/rust/learning/design_search.rs", - "src/rust/fault_tolerance/resilience.rs", + "src/rust/server.rs", + "src/rust/provers/hol4.rs", + "src/rust/provers/framac.rs", + "src/rust/provers/z3.rs", + "src/rust/provers/coq.rs", + "src/rust/provers/mizar.rs", + "src/rust/provers/lean.rs", + "src/rust/verification/axiom_tracker.rs", + "src/rust/verification/portfolio.rs", "src/rust/main.rs", + "src/rust/ipc/mod.rs", "src/rust/dispatch.rs", - "src/rust/neural.rs", - "src/rust/proof_search.rs", + "src/rust/repl/diagnostics.rs", + "src/rust/repl/proof.rs", + "src/rust/fault_tolerance/resilience.rs", "src/rust/gnn/client.rs", - "src/rust/verification/axiom_tracker.rs", - "src/rust/verification/portfolio.rs", - "src/rust/coprocessor/macaulay2.rs", - "src/rust/coprocessor/audio.rs", - "src/rust/coprocessor/julia_bridge.rs", "src/rust/coprocessor/singular.rs", + "src/rust/coprocessor/macaulay2.rs", "src/rust/coprocessor/math.rs", + "src/rust/coprocessor/julia_bridge.rs", "src/rust/coprocessor/parigp.rs", - "src/rust/server.rs", + "src/rust/coprocessor/audio.rs", "src/rust/agent/actors.rs", - "src/rust/repl/diagnostics.rs", - "src/rust/repl/proof.rs", + "src/rust/llm.rs", + "src/rust/neural.rs", + "src/rust/proof_search.rs", "src/rust/corpus/octad.rs", - "src/rust/provers/hol4.rs", - "src/rust/provers/mizar.rs", - "src/rust/provers/framac.rs", - "src/rust/provers/lean.rs", - "src/rust/provers/z3.rs", - "src/rust/provers/coq.rs" + "src/rust/learning/design_search.rs", + "src/interfaces/graphql/resolvers.rs", + "src/interfaces/graphql/main.rs", + "src/interfaces/graphql/schema.rs", + "src/interfaces/rest/main.rs" ], "frameworks": [ "Networking", "WebServer" ], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" }, { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", - "severity_value": 3.5, + "source_category": "ProofDrift", + "sink_axis": "cpu", + "severity_value": 5.0, "files": [ - "src/interfaces/grpc/ffi_wrapper.rs", - "src/interfaces/grpc/ffi_wrapper.rs", - "src/interfaces/graphql/ffi_wrapper.rs", - "src/interfaces/graphql/ffi_wrapper.rs", - "src/interfaces/rest/ffi_wrapper.rs", - "src/interfaces/rest/ffi_wrapper.rs", - "src/rust/proof_search.rs", - "src/rust/proof_search.rs", - "src/rust/coprocessor/flint.rs", - "src/rust/ffi/mod.rs", - "src/rust/ffi/mod.rs", - "src/rust/ffi/spark_axiom.rs" + "tests/corpus_fixtures/isabelle/Smoke.thy", + "tests/corpus_fixtures/isabelle/Smoke.thy", + "tests/corpus_fixtures/minif2f/algebra.lean" ], "frameworks": [ "Networking", "WebServer" ], - "relation": "UnsafeCode->Concurrency" + "relation": "ProofDrift->Cpu" }, { - "source_category": "ResourceLeak", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "InputBoundary", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "src/rust/ffi/mod.rs" + "tests/julia/gnn_rank_smoke.jl" ], "frameworks": [ "Networking", "WebServer" ], - "relation": "ResourceLeak->Memory" + "relation": "InputBoundary->Cpu" }, { - "source_category": "UnsafeFFI", + "source_category": "PanicPath", "sink_axis": "memory", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "echidna-playground/src/Deno.affine", - "echidna-playground/src/Dom.affine", - "src/zig_ffi/chapel_bridge.zig", - "src/zig/ffi/axiom_spark_bridge.zig" + "crates/typed_wasm/src/lib.rs", + "src/rust/server.rs", + "src/rust/provers/hol4.rs", + "src/rust/provers/framac.rs", + "src/rust/provers/z3.rs", + "src/rust/provers/coq.rs", + "src/rust/provers/mizar.rs", + "src/rust/provers/lean.rs", + "src/rust/verification/axiom_tracker.rs", + "src/rust/verification/portfolio.rs", + "src/rust/main.rs", + "src/rust/ipc/mod.rs", + "src/rust/dispatch.rs", + "src/rust/repl/diagnostics.rs", + "src/rust/repl/proof.rs", + "src/rust/fault_tolerance/resilience.rs", + "src/rust/gnn/client.rs", + "src/rust/coprocessor/singular.rs", + "src/rust/coprocessor/macaulay2.rs", + "src/rust/coprocessor/math.rs", + "src/rust/coprocessor/julia_bridge.rs", + "src/rust/coprocessor/parigp.rs", + "src/rust/coprocessor/audio.rs", + "src/rust/agent/actors.rs", + "src/rust/llm.rs", + "src/rust/neural.rs", + "src/rust/proof_search.rs", + "src/rust/corpus/octad.rs", + "src/rust/learning/design_search.rs", + "src/interfaces/graphql/resolvers.rs", + "src/interfaces/graphql/main.rs", + "src/interfaces/graphql/schema.rs", + "src/interfaces/rest/main.rs" ], "frameworks": [ "Networking", "WebServer" ], - "relation": "UnsafeFFI->Memory" + "relation": "PanicPath->Memory" }, { - "source_category": "UnsafeCode", + "source_category": "UnsafeFFI", "sink_axis": "memory", "severity_value": 3.5, "files": [ - "src/interfaces/grpc/ffi_wrapper.rs", - "src/interfaces/grpc/ffi_wrapper.rs", - "src/interfaces/graphql/ffi_wrapper.rs", - "src/interfaces/graphql/ffi_wrapper.rs", - "src/interfaces/rest/ffi_wrapper.rs", - "src/interfaces/rest/ffi_wrapper.rs", - "src/rust/proof_search.rs", - "src/rust/proof_search.rs", - "src/rust/coprocessor/flint.rs", - "src/rust/ffi/mod.rs", - "src/rust/ffi/mod.rs", - "src/rust/ffi/spark_axiom.rs" + "echidna-playground/src/Dom.affine", + "echidna-playground/src/Deno.affine", + "src/zig/ffi/axiom_spark_bridge.zig", + "src/zig_ffi/chapel_bridge.zig" ], "frameworks": [ "Networking", "WebServer" ], - "relation": "UnsafeCode->Memory" + "relation": "UnsafeFFI->Memory" }, { - "source_category": "InputBoundary", - "sink_axis": "cpu", + "source_category": "InsecureProtocol", + "sink_axis": "network", "severity_value": 2.5, "files": [ - "tests/julia/gnn_rank_smoke.jl" + "echidna-playground/src/Page.affine", + "src/rust/provers/elk.rs", + "src/rust/provers/konclude.rs" ], "frameworks": [ "Networking", "WebServer" ], - "relation": "InputBoundary->Cpu" + "relation": "InsecureProtocol->Network" }, { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "concurrency", + "severity_value": 3.5, "files": [ - "crates/typed_wasm/src/lib.rs", - "src/interfaces/graphql/main.rs", - "src/interfaces/graphql/resolvers.rs", - "src/interfaces/graphql/schema.rs", - "src/interfaces/rest/main.rs", - "src/rust/ipc/mod.rs", - "src/rust/llm.rs", - "src/rust/learning/design_search.rs", - "src/rust/fault_tolerance/resilience.rs", - "src/rust/main.rs", - "src/rust/dispatch.rs", - "src/rust/neural.rs", + "src/rust/ffi/mod.rs", + "src/rust/ffi/mod.rs", + "src/rust/ffi/spark_axiom.rs", + "src/rust/coprocessor/flint.rs", "src/rust/proof_search.rs", - "src/rust/gnn/client.rs", - "src/rust/verification/axiom_tracker.rs", - "src/rust/verification/portfolio.rs", - "src/rust/coprocessor/macaulay2.rs", - "src/rust/coprocessor/audio.rs", - "src/rust/coprocessor/julia_bridge.rs", - "src/rust/coprocessor/singular.rs", - "src/rust/coprocessor/math.rs", - "src/rust/coprocessor/parigp.rs", - "src/rust/server.rs", - "src/rust/agent/actors.rs", - "src/rust/repl/diagnostics.rs", - "src/rust/repl/proof.rs", - "src/rust/corpus/octad.rs", - "src/rust/provers/hol4.rs", - "src/rust/provers/mizar.rs", - "src/rust/provers/framac.rs", - "src/rust/provers/lean.rs", - "src/rust/provers/z3.rs", - "src/rust/provers/coq.rs" + "src/rust/proof_search.rs", + "src/interfaces/graphql/ffi_wrapper.rs", + "src/interfaces/graphql/ffi_wrapper.rs", + "src/interfaces/rest/ffi_wrapper.rs", + "src/interfaces/rest/ffi_wrapper.rs", + "src/interfaces/grpc/ffi_wrapper.rs", + "src/interfaces/grpc/ffi_wrapper.rs" ], "frameworks": [ "Networking", "WebServer" ], - "relation": "PanicPath->Disk" + "relation": "UnsafeCode->Concurrency" }, { "source_category": "PathTraversal", @@ -10949,34 +10955,28 @@ "relation": "PathTraversal->Disk" }, { - "source_category": "ProofDrift", - "sink_axis": "cpu", - "severity_value": 5.0, - "files": [ - "tests/corpus_fixtures/isabelle/Smoke.thy", - "tests/corpus_fixtures/isabelle/Smoke.thy", - "tests/corpus_fixtures/minif2f/algebra.lean" - ], - "frameworks": [ - "Networking", - "WebServer" - ], - "relation": "ProofDrift->Cpu" - }, - { - "source_category": "InsecureProtocol", - "sink_axis": "network", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "echidna-playground/src/Page.affine", - "src/rust/provers/elk.rs", - "src/rust/provers/konclude.rs" + "src/rust/ffi/mod.rs", + "src/rust/ffi/mod.rs", + "src/rust/ffi/spark_axiom.rs", + "src/rust/coprocessor/flint.rs", + "src/rust/proof_search.rs", + "src/rust/proof_search.rs", + "src/interfaces/graphql/ffi_wrapper.rs", + "src/interfaces/graphql/ffi_wrapper.rs", + "src/interfaces/rest/ffi_wrapper.rs", + "src/interfaces/rest/ffi_wrapper.rs", + "src/interfaces/grpc/ffi_wrapper.rs", + "src/interfaces/grpc/ffi_wrapper.rs" ], "frameworks": [ "Networking", "WebServer" ], - "relation": "InsecureProtocol->Network" + "relation": "UnsafeCode->Memory" } ] } diff --git a/scans/echidnabot.json b/scans/echidnabot.json index d64999d2..936135f4 100644 --- a/scans/echidnabot.json +++ b/scans/echidnabot.json @@ -8,34 +8,12 @@ "WebServer" ], "weak_points": [ - { - "category": "ProofDrift", - "location": "proofs/lean/sorry_stub.lean", - "file": "proofs/lean/sorry_stub.lean", - "severity": "Critical", - "description": "1 sorry (banned proof escape hatch — admits unproven proposition) in proofs/lean/sorry_stub.lean", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "ProofDrift", - "location": "proofs/coq/admitted_stub.v", - "file": "proofs/coq/admitted_stub.v", - "severity": "Critical", - "description": "1 Admitted (banned — unfinished Coq proof accepted as axiom) in proofs/coq/admitted_stub.v", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, { "category": "PanicPath", - "location": "src/dispatcher/echidna_client.rs", - "file": "src/dispatcher/echidna_client.rs", + "location": "fuzz/fuzz_targets/fuzz_hmac.rs", + "file": "fuzz/fuzz_targets/fuzz_hmac.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/dispatcher/echidna_client.rs", + "description": "0 panic sites and 1 unwrap/expect calls in fuzz/fuzz_targets/fuzz_hmac.rs", "recommended_attack": [ "memory", "disk" @@ -44,10 +22,10 @@ }, { "category": "PanicPath", - "location": "src/scheduler/limiter.rs", - "file": "src/scheduler/limiter.rs", + "location": "src/scheduler/job_queue.rs", + "file": "src/scheduler/job_queue.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in src/scheduler/limiter.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/scheduler/job_queue.rs", "recommended_attack": [ "memory", "disk" @@ -56,10 +34,10 @@ }, { "category": "PanicPath", - "location": "src/scheduler/job_queue.rs", - "file": "src/scheduler/job_queue.rs", + "location": "src/scheduler/limiter.rs", + "file": "src/scheduler/limiter.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/scheduler/job_queue.rs", + "description": "0 panic sites and 2 unwrap/expect calls in src/scheduler/limiter.rs", "recommended_attack": [ "memory", "disk" @@ -80,16 +58,38 @@ }, { "category": "PanicPath", - "location": "fuzz/fuzz_targets/fuzz_hmac.rs", - "file": "fuzz/fuzz_targets/fuzz_hmac.rs", + "location": "src/dispatcher/echidna_client.rs", + "file": "src/dispatcher/echidna_client.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in fuzz/fuzz_targets/fuzz_hmac.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/dispatcher/echidna_client.rs", "recommended_attack": [ "memory", "disk" ], "test_context": "production" }, + { + "category": "ProofDrift", + "location": "proofs/coq/admitted_stub.v", + "file": "proofs/coq/admitted_stub.v", + "severity": "Critical", + "description": "1 Admitted (banned — unfinished Coq proof accepted as axiom) in proofs/coq/admitted_stub.v", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "ProofDrift", + "location": "proofs/lean/sorry_stub.lean", + "file": "proofs/lean/sorry_stub.lean", + "severity": "Critical", + "description": "1 sorry (banned proof escape hatch — admits unproven proposition) in proofs/lean/sorry_stub.lean", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, { "category": "MutationGap", "location": "Cargo.toml", @@ -111,13 +111,13 @@ }, "file_statistics": [ { - "file_path": "scripts/governance/apply-branch-protection.sh", - "lines": 97, + "file_path": "fuzz/fuzz_targets/fuzz_hmac.rs", + "lines": 53, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -130,16 +130,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "tests/seam_test.rs", - "lines": 756, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 - }, { "file_path": "tests/smoke.rs", "lines": 217, @@ -151,14 +141,14 @@ "threading_constructs": 1 }, { - "file_path": "tests/lifecycle.rs", - "lines": 499, + "file_path": "tests/seam_test.rs", + "lines": 756, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { "file_path": "tests/integration_tests.rs", @@ -171,152 +161,128 @@ "threading_constructs": 0 }, { - "file_path": "proofs/lean/sorry_stub.lean", - "lines": 7, - "unsafe_blocks": 1, + "file_path": "tests/lifecycle.rs", + "lines": 499, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "proofs/coq/admitted_stub.v", - "lines": 11, - "unsafe_blocks": 1, + "file_path": "scripts/governance/apply-branch-protection.sh", + "lines": 97, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/store/sqlite.rs", - "lines": 934, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "src/feedback/corpus_delta.rs", - "lines": 500, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "src/feedback/reranker.rs", - "lines": 362, + "file_path": "src/shutdown.rs", + "lines": 413, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 7, - "threading_constructs": 1 - }, - { - "file_path": "src/main.rs", - "lines": 1550, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 14, - "io_operations": 2, - "threading_constructs": 1 - }, - { - "file_path": "src/dispatcher/echidna_client.rs", - "lines": 656, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "src/error.rs", - "lines": 67, + "file_path": "src/trust/axiom_tracker.rs", + "lines": 411, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/adapters/bitbucket.rs", - "lines": 286, + "file_path": "src/executor/container.rs", + "lines": 852, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 4, + "safe_unwrap_calls": 2, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/adapters/codeberg.rs", - "lines": 459, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 210, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/adapters/gitlab.rs", - "lines": 287, - "unsafe_blocks": 0, + "file_path": "src/abi/Types.idr", + "lines": 233, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/adapters/mod.rs", - "lines": 353, + "file_path": "src/main.rs", + "lines": 1550, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 8, + "safe_unwrap_calls": 8, + "allocation_sites": 14, "io_operations": 2, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/observability.rs", - "lines": 446, + "file_path": "src/scheduler/retry.rs", + "lines": 619, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "src/scheduler/retry.rs", - "lines": 619, + "file_path": "src/scheduler/job_queue.rs", + "lines": 370, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 2 }, { "file_path": "src/scheduler/limiter.rs", @@ -329,15 +295,48 @@ "threading_constructs": 2 }, { - "file_path": "src/scheduler/job_queue.rs", - "lines": 370, + "file_path": "src/api/graphql.rs", + "lines": 700, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 9, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "src/api/rate_limit.rs", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 1, "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "src/api/webhooks.rs", + "lines": 1225, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 11, "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 + }, + { + "file_path": "src/store/sqlite.rs", + "lines": 934, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 }, { "file_path": "src/result_formatter.rs", @@ -350,239 +349,240 @@ "threading_constructs": 0 }, { - "file_path": "src/trust/axiom_tracker.rs", - "lines": 411, + "file_path": "src/dispatcher/echidna_client.rs", + "lines": 656, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/shutdown.rs", - "lines": 413, + "file_path": "src/feedback/reranker.rs", + "lines": 362, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 3 + "allocation_sites": 0, + "io_operations": 7, + "threading_constructs": 1 }, { - "file_path": "src/api/graphql.rs", - "lines": 700, + "file_path": "src/feedback/corpus_delta.rs", + "lines": 500, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 9, "allocation_sites": 4, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "src/api/rate_limit.rs", - "lines": 158, + "file_path": "src/adapters/codeberg.rs", + "lines": 459, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "src/api/webhooks.rs", - "lines": 1225, + "file_path": "src/adapters/mod.rs", + "lines": 353, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 11, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 1 + "safe_unwrap_calls": 1, + "allocation_sites": 8, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "src/executor/container.rs", - "lines": 852, + "file_path": "src/adapters/gitlab.rs", + "lines": 287, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 2, - "allocation_sites": 14, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 210, - "unsafe_blocks": 12, + "file_path": "src/adapters/bitbucket.rs", + "lines": 286, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/Types.idr", - "lines": 233, - "unsafe_blocks": 1, + "file_path": "src/error.rs", + "lines": 67, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "src/observability.rs", + "lines": 446, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, + "file_path": "proofs/coq/admitted_stub.v", + "lines": 11, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "fuzz/fuzz_targets/fuzz_hmac.rs", - "lines": 53, - "unsafe_blocks": 0, + "file_path": "proofs/lean/sorry_stub.lean", + "lines": 7, + "unsafe_blocks": 1, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", - "memory", "disk", - "concurrency" + "concurrency", + "cpu", + "memory" ], "dependency_graph": { "edges": [ { - "from": "src/main.rs", - "to": "src/error.rs", - "relation": "shared_dir:src", + "from": "tests/smoke.rs", + "to": "tests/seam_test.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/error.rs", - "to": "src/observability.rs", - "relation": "shared_dir:src", + "from": "tests/seam_test.rs", + "to": "tests/integration_tests.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/observability.rs", - "to": "src/result_formatter.rs", - "relation": "shared_dir:src", + "from": "tests/integration_tests.rs", + "to": "tests/lifecycle.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/result_formatter.rs", - "to": "src/shutdown.rs", - "relation": "shared_dir:src", + "from": "src/scheduler/retry.rs", + "to": "src/scheduler/job_queue.rs", + "relation": "shared_dir:src/scheduler", "weight": 1.0 }, { - "from": "src/adapters/bitbucket.rs", - "to": "src/adapters/codeberg.rs", - "relation": "shared_dir:src/adapters", + "from": "src/scheduler/job_queue.rs", + "to": "src/scheduler/limiter.rs", + "relation": "shared_dir:src/scheduler", "weight": 1.0 }, { - "from": "src/adapters/codeberg.rs", - "to": "src/adapters/gitlab.rs", - "relation": "shared_dir:src/adapters", + "from": "src/feedback/reranker.rs", + "to": "src/feedback/corpus_delta.rs", + "relation": "shared_dir:src/feedback", "weight": 1.0 }, { - "from": "src/adapters/gitlab.rs", - "to": "src/adapters/mod.rs", - "relation": "shared_dir:src/adapters", + "from": "src/shutdown.rs", + "to": "src/main.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/api/graphql.rs", - "to": "src/api/rate_limit.rs", - "relation": "shared_dir:src/api", + "from": "src/main.rs", + "to": "src/result_formatter.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/api/rate_limit.rs", - "to": "src/api/webhooks.rs", - "relation": "shared_dir:src/api", + "from": "src/result_formatter.rs", + "to": "src/error.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "tests/seam_test.rs", - "to": "tests/smoke.rs", - "relation": "shared_dir:tests", + "from": "src/error.rs", + "to": "src/observability.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "tests/smoke.rs", - "to": "tests/lifecycle.rs", - "relation": "shared_dir:tests", + "from": "src/abi/Foreign.idr", + "to": "src/abi/Types.idr", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { - "from": "tests/lifecycle.rs", - "to": "tests/integration_tests.rs", - "relation": "shared_dir:tests", + "from": "src/api/graphql.rs", + "to": "src/api/rate_limit.rs", + "relation": "shared_dir:src/api", "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", - "to": "src/abi/Types.idr", - "relation": "shared_dir:src/abi", + "from": "src/api/rate_limit.rs", + "to": "src/api/webhooks.rs", + "relation": "shared_dir:src/api", "weight": 1.0 }, { - "from": "src/feedback/corpus_delta.rs", - "to": "src/feedback/reranker.rs", - "relation": "shared_dir:src/feedback", + "from": "src/adapters/codeberg.rs", + "to": "src/adapters/mod.rs", + "relation": "shared_dir:src/adapters", "weight": 1.0 }, { - "from": "src/scheduler/retry.rs", - "to": "src/scheduler/limiter.rs", - "relation": "shared_dir:src/scheduler", + "from": "src/adapters/mod.rs", + "to": "src/adapters/gitlab.rs", + "relation": "shared_dir:src/adapters", "weight": 1.0 }, { - "from": "src/scheduler/limiter.rs", - "to": "src/scheduler/job_queue.rs", - "relation": "shared_dir:src/scheduler", + "from": "src/adapters/gitlab.rs", + "to": "src/adapters/bitbucket.rs", + "relation": "shared_dir:src/adapters", "weight": 1.0 }, { - "from": "scripts/governance/apply-branch-protection.sh", + "from": "fuzz/fuzz_targets/fuzz_hmac.rs", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/governance/apply-branch-protection.sh", + "from": "fuzz/fuzz_targets/fuzz_hmac.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/governance/apply-branch-protection.sh", + "from": "fuzz/fuzz_targets/fuzz_hmac.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -606,364 +606,364 @@ "weight": 1.0 }, { - "from": "tests/seam_test.rs", + "from": "tests/smoke.rs", "to": "Database", "relation": "framework", "weight": 2.0 }, { - "from": "tests/seam_test.rs", + "from": "tests/smoke.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "tests/seam_test.rs", + "from": "tests/smoke.rs", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "tests/smoke.rs", + "from": "tests/seam_test.rs", "to": "Database", "relation": "framework", "weight": 2.0 }, { - "from": "tests/smoke.rs", + "from": "tests/seam_test.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "tests/smoke.rs", + "from": "tests/seam_test.rs", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "tests/lifecycle.rs", + "from": "tests/integration_tests.rs", "to": "Database", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "tests/lifecycle.rs", + "from": "tests/integration_tests.rs", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "tests/lifecycle.rs", + "from": "tests/integration_tests.rs", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "tests/integration_tests.rs", + "from": "tests/lifecycle.rs", "to": "Database", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "tests/integration_tests.rs", + "from": "tests/lifecycle.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "tests/integration_tests.rs", + "from": "tests/lifecycle.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "proofs/lean/sorry_stub.lean", + "from": "scripts/governance/apply-branch-protection.sh", "to": "Database", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "proofs/lean/sorry_stub.lean", + "from": "scripts/governance/apply-branch-protection.sh", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "proofs/lean/sorry_stub.lean", + "from": "scripts/governance/apply-branch-protection.sh", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "proofs/coq/admitted_stub.v", + "from": "ffi/zig/test/integration_test.zig", "to": "Database", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "proofs/coq/admitted_stub.v", + "from": "ffi/zig/test/integration_test.zig", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "proofs/coq/admitted_stub.v", + "from": "ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "src/store/sqlite.rs", + "from": "ffi/zig/src/main.zig", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "src/store/sqlite.rs", + "from": "ffi/zig/src/main.zig", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/store/sqlite.rs", + "from": "ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/feedback/corpus_delta.rs", + "from": "src/shutdown.rs", "to": "Database", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "src/feedback/corpus_delta.rs", + "from": "src/shutdown.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "src/feedback/corpus_delta.rs", + "from": "src/shutdown.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "src/feedback/reranker.rs", + "from": "src/trust/axiom_tracker.rs", "to": "Database", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/feedback/reranker.rs", + "from": "src/trust/axiom_tracker.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/feedback/reranker.rs", + "from": "src/trust/axiom_tracker.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/main.rs", + "from": "src/executor/container.rs", "to": "Database", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/main.rs", + "from": "src/executor/container.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/main.rs", + "from": "src/executor/container.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/dispatcher/echidna_client.rs", + "from": "src/abi/Foreign.idr", "to": "Database", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "src/dispatcher/echidna_client.rs", + "from": "src/abi/Foreign.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "src/dispatcher/echidna_client.rs", + "from": "src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "src/error.rs", + "from": "src/abi/Types.idr", "to": "Database", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "src/error.rs", + "from": "src/abi/Types.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "src/error.rs", + "from": "src/abi/Types.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "src/adapters/bitbucket.rs", + "from": "src/main.rs", "to": "Database", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/adapters/bitbucket.rs", + "from": "src/main.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/adapters/bitbucket.rs", + "from": "src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/adapters/codeberg.rs", + "from": "src/scheduler/retry.rs", "to": "Database", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "src/adapters/codeberg.rs", + "from": "src/scheduler/retry.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "src/adapters/codeberg.rs", + "from": "src/scheduler/retry.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "src/adapters/gitlab.rs", + "from": "src/scheduler/job_queue.rs", "to": "Database", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "src/adapters/gitlab.rs", + "from": "src/scheduler/job_queue.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "src/adapters/gitlab.rs", + "from": "src/scheduler/job_queue.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "src/adapters/mod.rs", + "from": "src/scheduler/limiter.rs", "to": "Database", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "src/adapters/mod.rs", + "from": "src/scheduler/limiter.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "src/adapters/mod.rs", + "from": "src/scheduler/limiter.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "src/observability.rs", + "from": "src/api/graphql.rs", "to": "Database", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/observability.rs", + "from": "src/api/graphql.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/observability.rs", + "from": "src/api/graphql.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/scheduler/retry.rs", + "from": "src/api/rate_limit.rs", "to": "Database", "relation": "framework", - "weight": 6.0 + "weight": 3.0 }, { - "from": "src/scheduler/retry.rs", + "from": "src/api/rate_limit.rs", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 3.0 }, { - "from": "src/scheduler/retry.rs", + "from": "src/api/rate_limit.rs", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 3.0 }, { - "from": "src/scheduler/limiter.rs", + "from": "src/api/webhooks.rs", "to": "Database", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "src/scheduler/limiter.rs", + "from": "src/api/webhooks.rs", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "src/scheduler/limiter.rs", + "from": "src/api/webhooks.rs", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "src/scheduler/job_queue.rs", + "from": "src/store/sqlite.rs", "to": "Database", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "src/scheduler/job_queue.rs", + "from": "src/store/sqlite.rs", "to": "Networking", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "src/scheduler/job_queue.rs", + "from": "src/store/sqlite.rs", "to": "WebServer", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { "from": "src/result_formatter.rs", @@ -984,202 +984,202 @@ "weight": 1.0 }, { - "from": "src/trust/axiom_tracker.rs", + "from": "src/dispatcher/echidna_client.rs", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "src/trust/axiom_tracker.rs", + "from": "src/dispatcher/echidna_client.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/trust/axiom_tracker.rs", + "from": "src/dispatcher/echidna_client.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/shutdown.rs", + "from": "src/feedback/reranker.rs", "to": "Database", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "src/shutdown.rs", + "from": "src/feedback/reranker.rs", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "src/shutdown.rs", + "from": "src/feedback/reranker.rs", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "src/api/graphql.rs", + "from": "src/feedback/corpus_delta.rs", "to": "Database", "relation": "framework", "weight": 2.0 }, { - "from": "src/api/graphql.rs", + "from": "src/feedback/corpus_delta.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "src/api/graphql.rs", + "from": "src/feedback/corpus_delta.rs", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "src/api/rate_limit.rs", + "from": "src/adapters/codeberg.rs", "to": "Database", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "src/api/rate_limit.rs", + "from": "src/adapters/codeberg.rs", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "src/api/rate_limit.rs", + "from": "src/adapters/codeberg.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "src/api/webhooks.rs", + "from": "src/adapters/mod.rs", "to": "Database", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/api/webhooks.rs", + "from": "src/adapters/mod.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/api/webhooks.rs", + "from": "src/adapters/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/executor/container.rs", + "from": "src/adapters/gitlab.rs", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "src/executor/container.rs", + "from": "src/adapters/gitlab.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/executor/container.rs", + "from": "src/adapters/gitlab.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", + "from": "src/adapters/bitbucket.rs", "to": "Database", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", + "from": "src/adapters/bitbucket.rs", "to": "Networking", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", + "from": "src/adapters/bitbucket.rs", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "src/abi/Types.idr", + "from": "src/error.rs", "to": "Database", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "src/abi/Types.idr", + "from": "src/error.rs", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "src/abi/Types.idr", + "from": "src/error.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "src/observability.rs", "to": "Database", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "src/observability.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "src/observability.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "proofs/coq/admitted_stub.v", "to": "Database", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "proofs/coq/admitted_stub.v", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "proofs/coq/admitted_stub.v", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "fuzz/fuzz_targets/fuzz_hmac.rs", + "from": "proofs/lean/sorry_stub.lean", "to": "Database", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "fuzz/fuzz_targets/fuzz_hmac.rs", + "from": "proofs/lean/sorry_stub.lean", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "fuzz/fuzz_targets/fuzz_hmac.rs", + "from": "proofs/lean/sorry_stub.lean", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 } ] }, @@ -1190,11 +1190,11 @@ "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/dispatcher/echidna_client.rs", - "src/scheduler/limiter.rs", + "fuzz/fuzz_targets/fuzz_hmac.rs", "src/scheduler/job_queue.rs", + "src/scheduler/limiter.rs", "src/api/rate_limit.rs", - "fuzz/fuzz_targets/fuzz_hmac.rs" + "src/dispatcher/echidna_client.rs" ], "frameworks": [ "Database", @@ -1204,37 +1204,37 @@ "relation": "PanicPath->Memory" }, { - "source_category": "ProofDrift", - "sink_axis": "cpu", - "severity_value": 5.0, + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "proofs/lean/sorry_stub.lean", - "proofs/coq/admitted_stub.v" + "fuzz/fuzz_targets/fuzz_hmac.rs", + "src/scheduler/job_queue.rs", + "src/scheduler/limiter.rs", + "src/api/rate_limit.rs", + "src/dispatcher/echidna_client.rs" ], "frameworks": [ "Database", "Networking", "WebServer" ], - "relation": "ProofDrift->Cpu" + "relation": "PanicPath->Disk" }, { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "ProofDrift", + "sink_axis": "cpu", + "severity_value": 5.0, "files": [ - "src/dispatcher/echidna_client.rs", - "src/scheduler/limiter.rs", - "src/scheduler/job_queue.rs", - "src/api/rate_limit.rs", - "fuzz/fuzz_targets/fuzz_hmac.rs" + "proofs/coq/admitted_stub.v", + "proofs/lean/sorry_stub.lean" ], "frameworks": [ "Database", "Networking", "WebServer" ], - "relation": "PanicPath->Disk" + "relation": "ProofDrift->Cpu" } ] } diff --git a/scans/echo-types.json b/scans/echo-types.json index 6b0a402b..da4c7f6c 100644 --- a/scans/echo-types.json +++ b/scans/echo-types.json @@ -60,8 +60,8 @@ } ], "recommended_attacks": [ - "network", - "cpu" + "cpu", + "network" ], "dependency_graph": { "edges": [] @@ -69,25 +69,25 @@ "taint_matrix": { "rows": [ { - "source_category": "ProofDrift", - "sink_axis": "cpu", + "source_category": "InsecureProtocol", + "sink_axis": "network", "severity_value": 2.5, "files": [ - "proofs/agda/Ordinal/Buchholz/Fidelity.agda", - "proofs/agda/EchoImageFactorizationPropPostulated.agda" + "tools/banner/build-banner.mjs" ], "frameworks": [], - "relation": "ProofDrift->Cpu" + "relation": "InsecureProtocol->Network" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", + "source_category": "ProofDrift", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "tools/banner/build-banner.mjs" + "proofs/agda/Ordinal/Buchholz/Fidelity.agda", + "proofs/agda/EchoImageFactorizationPropPostulated.agda" ], "frameworks": [], - "relation": "InsecureProtocol->Network" + "relation": "ProofDrift->Cpu" } ] } diff --git a/scans/eclexia.json b/scans/eclexia.json index ab447e5b..2db10efe 100644 --- a/scans/eclexia.json +++ b/scans/eclexia.json @@ -8,35 +8,35 @@ ], "weak_points": [ { - "category": "UnboundedAllocation", - "location": "compiler/eclexia-modules/src/interface.rs", - "file": "compiler/eclexia-modules/src/interface.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in compiler/eclexia-modules/src/interface.rs", + "category": "DynamicCodeExecution", + "location": "playground/public/app.js", + "file": "playground/public/app.js", + "severity": "High", + "description": "DOM manipulation (innerHTML/document.write) in playground/public/app.js", "recommended_attack": [ "memory", - "cpu" + "network" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "compiler/eclexia-mir/src/lower.rs", - "file": "compiler/eclexia-mir/src/lower.rs", + "category": "UnboundedAllocation", + "location": "compiler/eclexia-modules/src/interface.rs", + "file": "compiler/eclexia-modules/src/interface.rs", "severity": "Medium", - "description": "2 panic sites and 0 unwrap/expect calls in compiler/eclexia-mir/src/lower.rs", + "description": "Potential unbounded allocation pattern detected in compiler/eclexia-modules/src/interface.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "compiler/eclexia-db/src/vfs.rs", - "file": "compiler/eclexia-db/src/vfs.rs", + "location": "compiler/eclexia/src/package.rs", + "file": "compiler/eclexia/src/package.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in compiler/eclexia-db/src/vfs.rs", + "description": "Potential unbounded allocation pattern detected in compiler/eclexia/src/package.rs", "recommended_attack": [ "memory", "cpu" @@ -44,14 +44,14 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "compiler/eclexia/src/commands.rs", - "file": "compiler/eclexia/src/commands.rs", + "category": "UnboundedAllocation", + "location": "compiler/eclexia/src/interop.rs", + "file": "compiler/eclexia/src/interop.rs", "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in compiler/eclexia/src/commands.rs", + "description": "Potential unbounded allocation pattern detected in compiler/eclexia/src/interop.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, @@ -69,22 +69,10 @@ }, { "category": "UnboundedAllocation", - "location": "compiler/eclexia/src/package.rs", - "file": "compiler/eclexia/src/package.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in compiler/eclexia/src/package.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "compiler/eclexia/src/cache.rs", - "file": "compiler/eclexia/src/cache.rs", + "location": "compiler/eclexia/src/lockfile.rs", + "file": "compiler/eclexia/src/lockfile.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in compiler/eclexia/src/cache.rs", + "description": "Potential unbounded allocation pattern detected in compiler/eclexia/src/lockfile.rs", "recommended_attack": [ "memory", "cpu" @@ -92,23 +80,23 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "compiler/eclexia/src/lockfile.rs", - "file": "compiler/eclexia/src/lockfile.rs", + "category": "PanicPath", + "location": "compiler/eclexia/src/commands.rs", + "file": "compiler/eclexia/src/commands.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in compiler/eclexia/src/lockfile.rs", + "description": "1 panic sites and 0 unwrap/expect calls in compiler/eclexia/src/commands.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "compiler/eclexia/src/interop.rs", - "file": "compiler/eclexia/src/interop.rs", + "location": "compiler/eclexia/src/cache.rs", + "file": "compiler/eclexia/src/cache.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in compiler/eclexia/src/interop.rs", + "description": "Potential unbounded allocation pattern detected in compiler/eclexia/src/cache.rs", "recommended_attack": [ "memory", "cpu" @@ -152,14 +140,26 @@ "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "playground/public/app.js", - "file": "playground/public/app.js", - "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in playground/public/app.js", + "category": "UnboundedAllocation", + "location": "compiler/eclexia-db/src/vfs.rs", + "file": "compiler/eclexia-db/src/vfs.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in compiler/eclexia-db/src/vfs.rs", "recommended_attack": [ "memory", - "network" + "cpu" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "compiler/eclexia-mir/src/lower.rs", + "file": "compiler/eclexia-mir/src/lower.rs", + "severity": "Medium", + "description": "2 panic sites and 0 unwrap/expect calls in compiler/eclexia-mir/src/lower.rs", + "recommended_attack": [ + "memory", + "disk" ], "test_context": "production" }, @@ -184,38 +184,51 @@ }, "file_statistics": [ { - "file_path": "examples/matrix_multiply.ecl", - "lines": 66, + "file_path": "libraries/eclexia-compression/src/lib.rs", + "lines": 160, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "examples/dimensional_types.ecl", - "lines": 89, + "file_path": "libraries/eclexia-process/src/lib.rs", + "lines": 124, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "libraries/eclexia-cli/src/lib.rs", + "lines": 160, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/json_test.ecl", - "lines": 58, + "file_path": "libraries/eclexia-uuid/src/lib.rs", + "lines": 163, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 2, + "threading_constructs": 1 }, { - "file_path": "examples/resource_tracking.ecl", - "lines": 46, + "file_path": "libraries/eclexia-encoding/src/lib.rs", + "lines": 175, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -224,141 +237,138 @@ "threading_constructs": 0 }, { - "file_path": "examples/carbon_aware.ecl", - "lines": 61, + "file_path": "libraries/eclexia-serialisation/src/lib.rs", + "lines": 579, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 1, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/comprehensive_opportunity.ecl", - "lines": 78, + "file_path": "tests/conformance/invalid/energy_constraint_violation.ecl", + "lines": 22, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/budget_enforcement.ecl", - "lines": 49, + "file_path": "tests/conformance/invalid/resource_infinite_loop.ecl", + "lines": 18, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/hashmaps.ecl", - "lines": 53, + "file_path": "tests/conformance/invalid/resource_zero_budget.ecl", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "stdlib/dom.ecl", - "lines": 217, + "file_path": "tests/conformance/invalid/resource_nested_overflow.ecl", + "lines": 34, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, + "allocation_sites": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "stdlib/async.ecl", - "lines": 142, + "file_path": "tests/conformance/invalid/carbon_constraint_violation.ecl", + "lines": 22, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "stdlib/io.ecl", - "lines": 76, + "file_path": "tests/conformance/invalid/time_constraint_violation.ecl", + "lines": 22, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 14, + "allocation_sites": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "stdlib/collections.ecl", - "lines": 543, + "file_path": "tests/conformance/invalid/adaptive_no_feasible_solution.ecl", + "lines": 20, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-fmt/src/printer.rs", - "lines": 1203, + "file_path": "tests/conformance/valid/resource_loop_tracking.ecl", + "lines": 19, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-modules/src/interface.rs", - "lines": 392, + "file_path": "tests/conformance/valid/resource_nested_calls.ecl", + "lines": 21, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 16, - "io_operations": 7, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-modules/src/dep_graph.rs", - "lines": 362, + "file_path": "tests/conformance/valid/energy_constraint_satisfied.ecl", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-modules/src/lib.rs", - "lines": 295, + "file_path": "tests/conformance/valid/time_constraint_satisfied.ecl", + "lines": 17, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-modules/src/parallel.rs", - "lines": 425, + "file_path": "examples/budget_enforcement.ecl", + "lines": 49, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 3, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-typeck/src/env.rs", - "lines": 133, + "file_path": "examples/dimensional_types.ecl", + "lines": 89, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -367,41 +377,38 @@ "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-typeck/src/lib.rs", - "lines": 2677, + "file_path": "examples/json_test.ecl", + "lines": 58, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 222, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-typeck/src/infer.rs", - "lines": 147, + "file_path": "examples/resource_tracking.ecl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 12, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-hir/src/lower.rs", - "lines": 1570, + "file_path": "examples/comprehensive_opportunity.ecl", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 10, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-hir/src/lib.rs", - "lines": 614, + "file_path": "examples/matrix_multiply.ecl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -410,162 +417,162 @@ "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-specialize/src/residualize.rs", - "lines": 272, + "file_path": "examples/carbon_aware.ecl", + "lines": 61, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-specialize/src/binding_time.rs", - "lines": 354, + "file_path": "examples/hashmaps.ecl", + "lines": 53, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-mir/src/lower.rs", - "lines": 1736, + "file_path": "playground/server.js", + "lines": 295, "unsafe_blocks": 0, - "panic_sites": 2, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 60, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-mir/src/lib.rs", - "lines": 450, + "file_path": "playground/public/service-worker.js", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-mir/src/optimize.rs", - "lines": 367, + "file_path": "playground/public/app.js", + "lines": 305, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-ast/src/lib.rs", - "lines": 1104, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "compiler/eclexia-ast/src/types.rs", - "lines": 424, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-ast/src/dimension.rs", - "lines": 605, + "file_path": "ffi/zig/src/resource.zig", + "lines": 718, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-absinterp/src/resource.rs", - "lines": 483, + "file_path": "compiler/eclexia-specialize/src/residualize.rs", + "lines": 272, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-lint/src/diagnostics.rs", - "lines": 118, + "file_path": "compiler/eclexia-specialize/src/binding_time.rs", + "lines": 354, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 2, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-lint/src/lib.rs", - "lines": 158, + "file_path": "compiler/eclexia-modules/src/dep_graph.rs", + "lines": 362, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 18, + "safe_unwrap_calls": 3, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-lint/src/rules/unreachable_code.rs", - "lines": 52, + "file_path": "compiler/eclexia-modules/src/lib.rs", + "lines": 295, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-lint/src/rules/long_line.rs", - "lines": 53, + "file_path": "compiler/eclexia-modules/src/parallel.rs", + "lines": 425, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "compiler/eclexia-lint/src/rules/negative_resource.rs", - "lines": 121, + "file_path": "compiler/eclexia-modules/src/interface.rs", + "lines": 392, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 8, + "allocation_sites": 16, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-lint/src/rules/unused_variable.rs", - "lines": 212, + "file_path": "compiler/eclexia-doc/src/lib.rs", + "lines": 267, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 12, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-lint/src/rules/unbounded_resource.rs", - "lines": 82, + "file_path": "compiler/eclexia/tests/fixtures/adaptive_budget_negative_control.ecl", + "lines": 25, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -574,118 +581,121 @@ "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-lint/src/rules/trailing_whitespace.rs", - "lines": 53, + "file_path": "compiler/eclexia/tests/fixtures/adaptive_budget_paired.ecl", + "lines": 25, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-db/src/vfs.rs", - "lines": 297, + "file_path": "compiler/eclexia/tests/integration_tests.rs", + "lines": 440, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 7, - "threading_constructs": 3 - }, - { - "file_path": "compiler/eclexia-db/src/lib.rs", - "lines": 350, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 4 + "io_operations": 10, + "threading_constructs": 1 }, { - "file_path": "compiler/eclexia-db/src/queries.rs", - "lines": 201, + "file_path": "compiler/eclexia/tests/conformance_tests.rs", + "lines": 185, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, - "threading_constructs": 1 + "safe_unwrap_calls": 2, + "allocation_sites": 8, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-comptime/src/resource_verify.rs", - "lines": 265, + "file_path": "compiler/eclexia/src/interop.rs", + "lines": 193, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-lsp/src/symbols.rs", - "lines": 931, + "file_path": "compiler/eclexia/src/resolver.rs", + "lines": 534, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-lsp/src/server.rs", - "lines": 956, + "file_path": "compiler/eclexia/src/test_runner.rs", + "lines": 243, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 26, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-effects/src/lib.rs", - "lines": 199, + "file_path": "compiler/eclexia/src/bench_runner.rs", + "lines": 495, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 12, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-effects/src/evidence.rs", - "lines": 318, + "file_path": "compiler/eclexia/src/registry.rs", + "lines": 124, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-llvm/src/lib.rs", - "lines": 2980, + "file_path": "compiler/eclexia/src/package_manager.rs", + "lines": 101, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 11, - "allocation_sites": 92, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-wasm/src/lib.rs", - "lines": 2529, + "file_path": "compiler/eclexia/src/commands.rs", + "lines": 4615, + "unsafe_blocks": 0, + "panic_sites": 1, + "unwrap_calls": 0, + "safe_unwrap_calls": 17, + "allocation_sites": 36, + "io_operations": 71, + "threading_constructs": 4 + }, + { + "file_path": "compiler/eclexia/src/repl.rs", + "lines": 904, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 30, - "io_operations": 0, - "threading_constructs": 0 + "safe_unwrap_calls": 4, + "allocation_sites": 20, + "io_operations": 1, + "threading_constructs": 1 }, { "file_path": "compiler/eclexia-tiered/src/watch.rs", @@ -699,61 +709,59 @@ "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-cranelift/src/lib.rs", - "lines": 1962, + "file_path": "compiler/eclexia-lint/src/lib.rs", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 22, + "allocation_sites": 18, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia/tests/fixtures/adaptive_budget_negative_control.ecl", - "lines": 25, + "file_path": "compiler/eclexia-lint/src/diagnostics.rs", + "lines": 118, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia/tests/fixtures/adaptive_budget_paired.ecl", - "lines": 25, + "file_path": "compiler/eclexia-lint/src/rules/unreachable_code.rs", + "lines": 52, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia/tests/integration_tests.rs", - "lines": 440, + "file_path": "compiler/eclexia-lint/src/rules/negative_resource.rs", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 10, - "threading_constructs": 1 + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "compiler/eclexia/tests/conformance_tests.rs", - "lines": 185, + "file_path": "compiler/eclexia-lint/src/rules/long_line.rs", + "lines": 53, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 8, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia/src/test_runner.rs", - "lines": 243, + "file_path": "compiler/eclexia-lint/src/rules/unused_variable.rs", + "lines": 212, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -762,112 +770,100 @@ "threading_constructs": 0 }, { - "file_path": "compiler/eclexia/src/commands.rs", - "lines": 4615, + "file_path": "compiler/eclexia-lint/src/rules/trailing_whitespace.rs", + "lines": 53, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 17, - "allocation_sites": 36, - "io_operations": 71, - "threading_constructs": 4 + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "compiler/eclexia/src/bench_runner.rs", - "lines": 495, + "file_path": "compiler/eclexia-lint/src/rules/unbounded_resource.rs", + "lines": 82, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 12, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia/src/repl.rs", - "lines": 904, + "file_path": "compiler/eclexia-interp/src/builtins.rs", + "lines": 3261, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 20, - "io_operations": 1, - "threading_constructs": 1 + "safe_unwrap_calls": 1, + "allocation_sites": 14, + "io_operations": 2, + "threading_constructs": 2 }, { - "file_path": "compiler/eclexia/src/resolver.rs", - "lines": 534, + "file_path": "compiler/eclexia-interp/src/lib.rs", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia/src/package_manager.rs", - "lines": 101, + "file_path": "compiler/eclexia-interp/src/eval.rs", + "lines": 2103, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "unwrap_calls": 1, + "safe_unwrap_calls": 13, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia/src/registry.rs", - "lines": 124, + "file_path": "compiler/eclexia-codegen/tests/integration_test.rs", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 24, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia/src/interop.rs", - "lines": 193, + "file_path": "compiler/eclexia-codegen/src/lib.rs", + "lines": 206, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "safe_unwrap_calls": 2, "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-interp/src/lib.rs", - "lines": 81, + "file_path": "compiler/eclexia-codegen/src/bytecode.rs", + "lines": 911, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 8, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-interp/src/builtins.rs", - "lines": 3261, + "file_path": "compiler/eclexia-codegen/src/vm.rs", + "lines": 4338, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 14, + "safe_unwrap_calls": 12, + "allocation_sites": 58, "io_operations": 2, - "threading_constructs": 2 - }, - { - "file_path": "compiler/eclexia-interp/src/eval.rs", - "lines": 2103, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 13, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { "file_path": "compiler/eclexia-parser/src/lib.rs", @@ -890,65 +886,63 @@ "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-codegen/tests/integration_test.rs", - "lines": 192, + "file_path": "compiler/eclexia-db/src/lib.rs", + "lines": 350, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 24, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 4 }, { - "file_path": "compiler/eclexia-codegen/src/bytecode.rs", - "lines": 911, + "file_path": "compiler/eclexia-db/src/vfs.rs", + "lines": 297, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 8, - "io_operations": 2, - "threading_constructs": 0 + "allocation_sites": 2, + "io_operations": 7, + "threading_constructs": 3 }, { - "file_path": "compiler/eclexia-codegen/src/lib.rs", - "lines": 206, + "file_path": "compiler/eclexia-db/src/queries.rs", + "lines": 201, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, + "allocation_sites": 10, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "compiler/eclexia-codegen/src/vm.rs", - "lines": 4338, + "file_path": "compiler/eclexia-ast/src/lib.rs", + "lines": 1104, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 12, - "allocation_sites": 58, - "io_operations": 2, - "threading_constructs": 3 + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-dap/src/main.rs", - "lines": 178, + "file_path": "compiler/eclexia-ast/src/dimension.rs", + "lines": 605, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/eclexia-doc/src/lib.rs", - "lines": 267, + "file_path": "compiler/eclexia-ast/src/types.rs", + "lines": 424, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, @@ -964,191 +958,197 @@ "threading_constructs": 0 }, { - "file_path": "libraries/eclexia-process/src/lib.rs", - "lines": 124, + "file_path": "compiler/eclexia-effects/src/evidence.rs", + "lines": 318, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "libraries/eclexia-serialisation/src/lib.rs", - "lines": 579, + "file_path": "compiler/eclexia-effects/src/lib.rs", + "lines": 199, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "libraries/eclexia-uuid/src/lib.rs", - "lines": 163, + "file_path": "compiler/eclexia-absinterp/src/resource.rs", + "lines": 483, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 1 + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "libraries/eclexia-cli/src/lib.rs", - "lines": 160, + "file_path": "compiler/eclexia-mir/src/lower.rs", + "lines": 1736, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 2, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 2, + "allocation_sites": 60, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "libraries/eclexia-encoding/src/lib.rs", - "lines": 175, + "file_path": "compiler/eclexia-mir/src/lib.rs", + "lines": 450, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "libraries/eclexia-compression/src/lib.rs", - "lines": 160, + "file_path": "compiler/eclexia-mir/src/optimize.rs", + "lines": 367, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 1, + "allocation_sites": 12, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "playground/public/service-worker.js", - "lines": 46, + "file_path": "compiler/eclexia-cranelift/src/lib.rs", + "lines": 1962, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 22, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "playground/public/app.js", - "lines": 305, + "file_path": "compiler/eclexia-dap/src/main.rs", + "lines": 178, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "playground/server.js", - "lines": 295, + "file_path": "compiler/eclexia-hir/src/lower.rs", + "lines": 1570, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "safe_unwrap_calls": 4, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/conformance/valid/energy_constraint_satisfied.ecl", - "lines": 16, + "file_path": "compiler/eclexia-hir/src/lib.rs", + "lines": 614, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/conformance/valid/resource_loop_tracking.ecl", - "lines": 19, + "file_path": "compiler/eclexia-comptime/src/resource_verify.rs", + "lines": 265, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/conformance/valid/time_constraint_satisfied.ecl", - "lines": 17, + "file_path": "compiler/eclexia-llvm/src/lib.rs", + "lines": 2980, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "safe_unwrap_calls": 11, + "allocation_sites": 92, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/conformance/valid/resource_nested_calls.ecl", - "lines": 21, + "file_path": "compiler/eclexia-typeck/src/env.rs", + "lines": 133, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/conformance/invalid/carbon_constraint_violation.ecl", - "lines": 22, + "file_path": "compiler/eclexia-typeck/src/lib.rs", + "lines": 2677, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "safe_unwrap_calls": 2, + "allocation_sites": 222, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/conformance/invalid/resource_nested_overflow.ecl", - "lines": 34, + "file_path": "compiler/eclexia-typeck/src/infer.rs", + "lines": 147, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "safe_unwrap_calls": 1, + "allocation_sites": 12, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/conformance/invalid/energy_constraint_violation.ecl", - "lines": 22, + "file_path": "compiler/eclexia-lsp/src/server.rs", + "lines": 956, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 26, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/conformance/invalid/time_constraint_violation.ecl", - "lines": 22, + "file_path": "compiler/eclexia-lsp/src/symbols.rs", + "lines": 931, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "safe_unwrap_calls": 2, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/conformance/invalid/adaptive_no_feasible_solution.ecl", - "lines": 20, + "file_path": "compiler/eclexia-wasm/src/lib.rs", + "lines": 2529, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "safe_unwrap_calls": 7, + "allocation_sites": 30, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/conformance/invalid/resource_infinite_loop.ecl", - "lines": 18, + "file_path": "compiler/eclexia-fmt/src/printer.rs", + "lines": 1203, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1157,19 +1157,19 @@ "threading_constructs": 0 }, { - "file_path": "tests/conformance/invalid/resource_zero_budget.ecl", - "lines": 14, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 207, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/ResourceABI.idr", - "lines": 410, - "unsafe_blocks": 15, + "file_path": "src/abi/Types.idr", + "lines": 228, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -1177,9 +1177,9 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 207, - "unsafe_blocks": 12, + "file_path": "src/abi/ResourceABI.idr", + "lines": 410, + "unsafe_blocks": 15, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -1187,38 +1187,38 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/Types.idr", - "lines": 228, - "unsafe_blocks": 1, + "file_path": "stdlib/io.ecl", + "lines": 76, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 14, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "stdlib/collections.ecl", + "lines": 543, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, + "file_path": "stdlib/dom.ecl", + "lines": 217, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/resource.zig", - "lines": 718, + "file_path": "stdlib/async.ecl", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1228,120 +1228,150 @@ } ], "recommended_attacks": [ - "memory", + "cpu", "network", - "concurrency", "disk", - "cpu" + "memory", + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "compiler/eclexia-effects/src/lib.rs", - "to": "compiler/eclexia-effects/src/evidence.rs", - "relation": "shared_dir:compiler/eclexia-effects/src", + "from": "compiler/eclexia-codegen/src/lib.rs", + "to": "compiler/eclexia-codegen/src/bytecode.rs", + "relation": "shared_dir:compiler/eclexia-codegen/src", "weight": 1.0 }, { - "from": "compiler/eclexia-mir/src/lower.rs", - "to": "compiler/eclexia-mir/src/lib.rs", - "relation": "shared_dir:compiler/eclexia-mir/src", + "from": "compiler/eclexia-codegen/src/bytecode.rs", + "to": "compiler/eclexia-codegen/src/vm.rs", + "relation": "shared_dir:compiler/eclexia-codegen/src", "weight": 1.0 }, { - "from": "compiler/eclexia-mir/src/lib.rs", - "to": "compiler/eclexia-mir/src/optimize.rs", - "relation": "shared_dir:compiler/eclexia-mir/src", + "from": "compiler/eclexia-modules/src/dep_graph.rs", + "to": "compiler/eclexia-modules/src/lib.rs", + "relation": "shared_dir:compiler/eclexia-modules/src", "weight": 1.0 }, { - "from": "stdlib/dom.ecl", - "to": "stdlib/async.ecl", - "relation": "shared_dir:stdlib", + "from": "compiler/eclexia-modules/src/lib.rs", + "to": "compiler/eclexia-modules/src/parallel.rs", + "relation": "shared_dir:compiler/eclexia-modules/src", "weight": 1.0 }, { - "from": "stdlib/async.ecl", - "to": "stdlib/io.ecl", - "relation": "shared_dir:stdlib", + "from": "compiler/eclexia-modules/src/parallel.rs", + "to": "compiler/eclexia-modules/src/interface.rs", + "relation": "shared_dir:compiler/eclexia-modules/src", "weight": 1.0 }, { - "from": "stdlib/io.ecl", - "to": "stdlib/collections.ecl", - "relation": "shared_dir:stdlib", + "from": "compiler/eclexia-specialize/src/residualize.rs", + "to": "compiler/eclexia-specialize/src/binding_time.rs", + "relation": "shared_dir:compiler/eclexia-specialize/src", "weight": 1.0 }, { - "from": "compiler/eclexia/src/test_runner.rs", - "to": "compiler/eclexia/src/commands.rs", + "from": "compiler/eclexia/tests/fixtures/adaptive_budget_negative_control.ecl", + "to": "compiler/eclexia/tests/fixtures/adaptive_budget_paired.ecl", + "relation": "shared_dir:compiler/eclexia/tests/fixtures", + "weight": 1.0 + }, + { + "from": "compiler/eclexia-lint/src/lib.rs", + "to": "compiler/eclexia-lint/src/diagnostics.rs", + "relation": "shared_dir:compiler/eclexia-lint/src", + "weight": 1.0 + }, + { + "from": "compiler/eclexia/src/interop.rs", + "to": "compiler/eclexia/src/resolver.rs", "relation": "shared_dir:compiler/eclexia/src", "weight": 1.0 }, { - "from": "compiler/eclexia/src/commands.rs", - "to": "compiler/eclexia/src/bench_runner.rs", + "from": "compiler/eclexia/src/resolver.rs", + "to": "compiler/eclexia/src/test_runner.rs", "relation": "shared_dir:compiler/eclexia/src", "weight": 1.0 }, { - "from": "compiler/eclexia/src/bench_runner.rs", - "to": "compiler/eclexia/src/repl.rs", + "from": "compiler/eclexia/src/test_runner.rs", + "to": "compiler/eclexia/src/bench_runner.rs", "relation": "shared_dir:compiler/eclexia/src", "weight": 1.0 }, { - "from": "compiler/eclexia/src/repl.rs", - "to": "compiler/eclexia/src/resolver.rs", + "from": "compiler/eclexia/src/bench_runner.rs", + "to": "compiler/eclexia/src/registry.rs", "relation": "shared_dir:compiler/eclexia/src", "weight": 1.0 }, { - "from": "compiler/eclexia/src/resolver.rs", + "from": "compiler/eclexia/src/registry.rs", "to": "compiler/eclexia/src/package_manager.rs", "relation": "shared_dir:compiler/eclexia/src", "weight": 1.0 }, { "from": "compiler/eclexia/src/package_manager.rs", - "to": "compiler/eclexia/src/registry.rs", + "to": "compiler/eclexia/src/commands.rs", "relation": "shared_dir:compiler/eclexia/src", "weight": 1.0 }, { - "from": "compiler/eclexia/src/registry.rs", - "to": "compiler/eclexia/src/interop.rs", + "from": "compiler/eclexia/src/commands.rs", + "to": "compiler/eclexia/src/repl.rs", "relation": "shared_dir:compiler/eclexia/src", "weight": 1.0 }, { - "from": "compiler/eclexia/tests/integration_tests.rs", - "to": "compiler/eclexia/tests/conformance_tests.rs", - "relation": "shared_dir:compiler/eclexia/tests", + "from": "ffi/zig/src/main.zig", + "to": "ffi/zig/src/resource.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "compiler/eclexia-interp/src/lib.rs", - "to": "compiler/eclexia-interp/src/builtins.rs", - "relation": "shared_dir:compiler/eclexia-interp/src", + "from": "examples/budget_enforcement.ecl", + "to": "examples/dimensional_types.ecl", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "compiler/eclexia-interp/src/builtins.rs", - "to": "compiler/eclexia-interp/src/eval.rs", - "relation": "shared_dir:compiler/eclexia-interp/src", + "from": "examples/dimensional_types.ecl", + "to": "examples/json_test.ecl", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "compiler/eclexia-db/src/vfs.rs", - "to": "compiler/eclexia-db/src/lib.rs", - "relation": "shared_dir:compiler/eclexia-db/src", + "from": "examples/json_test.ecl", + "to": "examples/resource_tracking.ecl", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "compiler/eclexia-db/src/lib.rs", - "to": "compiler/eclexia-db/src/queries.rs", - "relation": "shared_dir:compiler/eclexia-db/src", + "from": "examples/resource_tracking.ecl", + "to": "examples/comprehensive_opportunity.ecl", + "relation": "shared_dir:examples", + "weight": 1.0 + }, + { + "from": "examples/comprehensive_opportunity.ecl", + "to": "examples/matrix_multiply.ecl", + "relation": "shared_dir:examples", + "weight": 1.0 + }, + { + "from": "examples/matrix_multiply.ecl", + "to": "examples/carbon_aware.ecl", + "relation": "shared_dir:examples", + "weight": 1.0 + }, + { + "from": "examples/carbon_aware.ecl", + "to": "examples/hashmaps.ecl", + "relation": "shared_dir:examples", "weight": 1.0 }, { @@ -1351,181 +1381,169 @@ "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/diagnostics.rs", - "to": "compiler/eclexia-lint/src/lib.rs", - "relation": "shared_dir:compiler/eclexia-lint/src", + "from": "compiler/eclexia-typeck/src/env.rs", + "to": "compiler/eclexia-typeck/src/lib.rs", + "relation": "shared_dir:compiler/eclexia-typeck/src", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/rules/unreachable_code.rs", - "to": "compiler/eclexia-lint/src/rules/long_line.rs", - "relation": "shared_dir:compiler/eclexia-lint/src/rules", + "from": "compiler/eclexia-typeck/src/lib.rs", + "to": "compiler/eclexia-typeck/src/infer.rs", + "relation": "shared_dir:compiler/eclexia-typeck/src", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/rules/long_line.rs", - "to": "compiler/eclexia-lint/src/rules/negative_resource.rs", - "relation": "shared_dir:compiler/eclexia-lint/src/rules", + "from": "compiler/eclexia-db/src/lib.rs", + "to": "compiler/eclexia-db/src/vfs.rs", + "relation": "shared_dir:compiler/eclexia-db/src", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/rules/negative_resource.rs", - "to": "compiler/eclexia-lint/src/rules/unused_variable.rs", - "relation": "shared_dir:compiler/eclexia-lint/src/rules", + "from": "compiler/eclexia-db/src/vfs.rs", + "to": "compiler/eclexia-db/src/queries.rs", + "relation": "shared_dir:compiler/eclexia-db/src", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/rules/unused_variable.rs", - "to": "compiler/eclexia-lint/src/rules/unbounded_resource.rs", - "relation": "shared_dir:compiler/eclexia-lint/src/rules", + "from": "compiler/eclexia/tests/integration_tests.rs", + "to": "compiler/eclexia/tests/conformance_tests.rs", + "relation": "shared_dir:compiler/eclexia/tests", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/rules/unbounded_resource.rs", - "to": "compiler/eclexia-lint/src/rules/trailing_whitespace.rs", - "relation": "shared_dir:compiler/eclexia-lint/src/rules", + "from": "compiler/eclexia-ast/src/lib.rs", + "to": "compiler/eclexia-ast/src/dimension.rs", + "relation": "shared_dir:compiler/eclexia-ast/src", "weight": 1.0 }, { - "from": "playground/public/service-worker.js", - "to": "playground/public/app.js", - "relation": "shared_dir:playground/public", + "from": "compiler/eclexia-ast/src/dimension.rs", + "to": "compiler/eclexia-ast/src/types.rs", + "relation": "shared_dir:compiler/eclexia-ast/src", "weight": 1.0 }, { - "from": "tests/conformance/valid/energy_constraint_satisfied.ecl", - "to": "tests/conformance/valid/resource_loop_tracking.ecl", - "relation": "shared_dir:tests/conformance/valid", + "from": "compiler/eclexia-hir/src/lower.rs", + "to": "compiler/eclexia-hir/src/lib.rs", + "relation": "shared_dir:compiler/eclexia-hir/src", "weight": 1.0 }, { "from": "tests/conformance/valid/resource_loop_tracking.ecl", - "to": "tests/conformance/valid/time_constraint_satisfied.ecl", + "to": "tests/conformance/valid/resource_nested_calls.ecl", "relation": "shared_dir:tests/conformance/valid", "weight": 1.0 }, { - "from": "tests/conformance/valid/time_constraint_satisfied.ecl", - "to": "tests/conformance/valid/resource_nested_calls.ecl", + "from": "tests/conformance/valid/resource_nested_calls.ecl", + "to": "tests/conformance/valid/energy_constraint_satisfied.ecl", "relation": "shared_dir:tests/conformance/valid", "weight": 1.0 }, { - "from": "compiler/eclexia-modules/src/interface.rs", - "to": "compiler/eclexia-modules/src/dep_graph.rs", - "relation": "shared_dir:compiler/eclexia-modules/src", + "from": "tests/conformance/valid/energy_constraint_satisfied.ecl", + "to": "tests/conformance/valid/time_constraint_satisfied.ecl", + "relation": "shared_dir:tests/conformance/valid", "weight": 1.0 }, { - "from": "compiler/eclexia-modules/src/dep_graph.rs", - "to": "compiler/eclexia-modules/src/lib.rs", - "relation": "shared_dir:compiler/eclexia-modules/src", + "from": "src/abi/Foreign.idr", + "to": "src/abi/Types.idr", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { - "from": "compiler/eclexia-modules/src/lib.rs", - "to": "compiler/eclexia-modules/src/parallel.rs", - "relation": "shared_dir:compiler/eclexia-modules/src", + "from": "src/abi/Types.idr", + "to": "src/abi/ResourceABI.idr", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { - "from": "compiler/eclexia/tests/fixtures/adaptive_budget_negative_control.ecl", - "to": "compiler/eclexia/tests/fixtures/adaptive_budget_paired.ecl", - "relation": "shared_dir:compiler/eclexia/tests/fixtures", + "from": "stdlib/io.ecl", + "to": "stdlib/collections.ecl", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "examples/matrix_multiply.ecl", - "to": "examples/dimensional_types.ecl", - "relation": "shared_dir:examples", + "from": "stdlib/collections.ecl", + "to": "stdlib/dom.ecl", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "examples/dimensional_types.ecl", - "to": "examples/json_test.ecl", - "relation": "shared_dir:examples", + "from": "stdlib/dom.ecl", + "to": "stdlib/async.ecl", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "examples/json_test.ecl", - "to": "examples/resource_tracking.ecl", - "relation": "shared_dir:examples", + "from": "compiler/eclexia-lint/src/rules/unreachable_code.rs", + "to": "compiler/eclexia-lint/src/rules/negative_resource.rs", + "relation": "shared_dir:compiler/eclexia-lint/src/rules", "weight": 1.0 }, { - "from": "examples/resource_tracking.ecl", - "to": "examples/carbon_aware.ecl", - "relation": "shared_dir:examples", + "from": "compiler/eclexia-lint/src/rules/negative_resource.rs", + "to": "compiler/eclexia-lint/src/rules/long_line.rs", + "relation": "shared_dir:compiler/eclexia-lint/src/rules", "weight": 1.0 }, { - "from": "examples/carbon_aware.ecl", - "to": "examples/comprehensive_opportunity.ecl", - "relation": "shared_dir:examples", + "from": "compiler/eclexia-lint/src/rules/long_line.rs", + "to": "compiler/eclexia-lint/src/rules/unused_variable.rs", + "relation": "shared_dir:compiler/eclexia-lint/src/rules", "weight": 1.0 }, { - "from": "examples/comprehensive_opportunity.ecl", - "to": "examples/budget_enforcement.ecl", - "relation": "shared_dir:examples", + "from": "compiler/eclexia-lint/src/rules/unused_variable.rs", + "to": "compiler/eclexia-lint/src/rules/trailing_whitespace.rs", + "relation": "shared_dir:compiler/eclexia-lint/src/rules", "weight": 1.0 }, { - "from": "examples/budget_enforcement.ecl", - "to": "examples/hashmaps.ecl", - "relation": "shared_dir:examples", + "from": "compiler/eclexia-lint/src/rules/trailing_whitespace.rs", + "to": "compiler/eclexia-lint/src/rules/unbounded_resource.rs", + "relation": "shared_dir:compiler/eclexia-lint/src/rules", "weight": 1.0 }, { - "from": "compiler/eclexia-typeck/src/env.rs", - "to": "compiler/eclexia-typeck/src/lib.rs", - "relation": "shared_dir:compiler/eclexia-typeck/src", + "from": "compiler/eclexia-interp/src/builtins.rs", + "to": "compiler/eclexia-interp/src/lib.rs", + "relation": "shared_dir:compiler/eclexia-interp/src", "weight": 1.0 }, { - "from": "compiler/eclexia-typeck/src/lib.rs", - "to": "compiler/eclexia-typeck/src/infer.rs", - "relation": "shared_dir:compiler/eclexia-typeck/src", + "from": "compiler/eclexia-interp/src/lib.rs", + "to": "compiler/eclexia-interp/src/eval.rs", + "relation": "shared_dir:compiler/eclexia-interp/src", "weight": 1.0 }, { - "from": "src/abi/ResourceABI.idr", - "to": "src/abi/Foreign.idr", - "relation": "shared_dir:src/abi", + "from": "compiler/eclexia-mir/src/lower.rs", + "to": "compiler/eclexia-mir/src/lib.rs", + "relation": "shared_dir:compiler/eclexia-mir/src", "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", - "to": "src/abi/Types.idr", - "relation": "shared_dir:src/abi", + "from": "compiler/eclexia-mir/src/lib.rs", + "to": "compiler/eclexia-mir/src/optimize.rs", + "relation": "shared_dir:compiler/eclexia-mir/src", "weight": 1.0 }, { - "from": "tests/conformance/invalid/carbon_constraint_violation.ecl", - "to": "tests/conformance/invalid/resource_nested_overflow.ecl", - "relation": "shared_dir:tests/conformance/invalid", + "from": "compiler/eclexia-effects/src/evidence.rs", + "to": "compiler/eclexia-effects/src/lib.rs", + "relation": "shared_dir:compiler/eclexia-effects/src", "weight": 1.0 }, { - "from": "tests/conformance/invalid/resource_nested_overflow.ecl", - "to": "tests/conformance/invalid/energy_constraint_violation.ecl", - "relation": "shared_dir:tests/conformance/invalid", + "from": "compiler/eclexia-lsp/src/server.rs", + "to": "compiler/eclexia-lsp/src/symbols.rs", + "relation": "shared_dir:compiler/eclexia-lsp/src", "weight": 1.0 }, { "from": "tests/conformance/invalid/energy_constraint_violation.ecl", - "to": "tests/conformance/invalid/time_constraint_violation.ecl", - "relation": "shared_dir:tests/conformance/invalid", - "weight": 1.0 - }, - { - "from": "tests/conformance/invalid/time_constraint_violation.ecl", - "to": "tests/conformance/invalid/adaptive_no_feasible_solution.ecl", - "relation": "shared_dir:tests/conformance/invalid", - "weight": 1.0 - }, - { - "from": "tests/conformance/invalid/adaptive_no_feasible_solution.ecl", "to": "tests/conformance/invalid/resource_infinite_loop.ecl", "relation": "shared_dir:tests/conformance/invalid", "weight": 1.0 @@ -1537,844 +1555,826 @@ "weight": 1.0 }, { - "from": "compiler/eclexia-hir/src/lower.rs", - "to": "compiler/eclexia-hir/src/lib.rs", - "relation": "shared_dir:compiler/eclexia-hir/src", - "weight": 1.0 - }, - { - "from": "compiler/eclexia-lsp/src/symbols.rs", - "to": "compiler/eclexia-lsp/src/server.rs", - "relation": "shared_dir:compiler/eclexia-lsp/src", - "weight": 1.0 - }, - { - "from": "ffi/zig/src/main.zig", - "to": "ffi/zig/src/resource.zig", - "relation": "shared_dir:ffi/zig/src", - "weight": 1.0 - }, - { - "from": "compiler/eclexia-ast/src/lib.rs", - "to": "compiler/eclexia-ast/src/types.rs", - "relation": "shared_dir:compiler/eclexia-ast/src", + "from": "tests/conformance/invalid/resource_zero_budget.ecl", + "to": "tests/conformance/invalid/resource_nested_overflow.ecl", + "relation": "shared_dir:tests/conformance/invalid", "weight": 1.0 }, { - "from": "compiler/eclexia-ast/src/types.rs", - "to": "compiler/eclexia-ast/src/dimension.rs", - "relation": "shared_dir:compiler/eclexia-ast/src", + "from": "tests/conformance/invalid/resource_nested_overflow.ecl", + "to": "tests/conformance/invalid/carbon_constraint_violation.ecl", + "relation": "shared_dir:tests/conformance/invalid", "weight": 1.0 }, { - "from": "compiler/eclexia-codegen/src/bytecode.rs", - "to": "compiler/eclexia-codegen/src/lib.rs", - "relation": "shared_dir:compiler/eclexia-codegen/src", + "from": "tests/conformance/invalid/carbon_constraint_violation.ecl", + "to": "tests/conformance/invalid/time_constraint_violation.ecl", + "relation": "shared_dir:tests/conformance/invalid", "weight": 1.0 }, { - "from": "compiler/eclexia-codegen/src/lib.rs", - "to": "compiler/eclexia-codegen/src/vm.rs", - "relation": "shared_dir:compiler/eclexia-codegen/src", + "from": "tests/conformance/invalid/time_constraint_violation.ecl", + "to": "tests/conformance/invalid/adaptive_no_feasible_solution.ecl", + "relation": "shared_dir:tests/conformance/invalid", "weight": 1.0 }, { - "from": "compiler/eclexia-specialize/src/residualize.rs", - "to": "compiler/eclexia-specialize/src/binding_time.rs", - "relation": "shared_dir:compiler/eclexia-specialize/src", + "from": "playground/public/service-worker.js", + "to": "playground/public/app.js", + "relation": "shared_dir:playground/public", "weight": 1.0 }, { - "from": "examples/matrix_multiply.ecl", + "from": "libraries/eclexia-compression/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "examples/matrix_multiply.ecl", + "from": "libraries/eclexia-compression/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "examples/dimensional_types.ecl", + "from": "libraries/eclexia-process/src/lib.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "examples/dimensional_types.ecl", + "from": "libraries/eclexia-process/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "examples/json_test.ecl", + "from": "libraries/eclexia-cli/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "examples/json_test.ecl", + "from": "libraries/eclexia-cli/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "examples/resource_tracking.ecl", + "from": "libraries/eclexia-uuid/src/lib.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "examples/resource_tracking.ecl", + "from": "libraries/eclexia-uuid/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "examples/carbon_aware.ecl", + "from": "libraries/eclexia-encoding/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "examples/carbon_aware.ecl", + "from": "libraries/eclexia-encoding/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "examples/comprehensive_opportunity.ecl", + "from": "libraries/eclexia-serialisation/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "examples/comprehensive_opportunity.ecl", + "from": "libraries/eclexia-serialisation/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "examples/budget_enforcement.ecl", + "from": "tests/conformance/invalid/energy_constraint_violation.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "examples/budget_enforcement.ecl", + "from": "tests/conformance/invalid/energy_constraint_violation.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "examples/hashmaps.ecl", + "from": "tests/conformance/invalid/resource_infinite_loop.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "examples/hashmaps.ecl", + "from": "tests/conformance/invalid/resource_infinite_loop.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "stdlib/dom.ecl", + "from": "tests/conformance/invalid/resource_zero_budget.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "stdlib/dom.ecl", + "from": "tests/conformance/invalid/resource_zero_budget.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "stdlib/async.ecl", + "from": "tests/conformance/invalid/resource_nested_overflow.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "stdlib/async.ecl", + "from": "tests/conformance/invalid/resource_nested_overflow.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "stdlib/io.ecl", + "from": "tests/conformance/invalid/carbon_constraint_violation.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "stdlib/io.ecl", + "from": "tests/conformance/invalid/carbon_constraint_violation.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "stdlib/collections.ecl", + "from": "tests/conformance/invalid/time_constraint_violation.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "stdlib/collections.ecl", + "from": "tests/conformance/invalid/time_constraint_violation.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-fmt/src/printer.rs", + "from": "tests/conformance/invalid/adaptive_no_feasible_solution.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-fmt/src/printer.rs", + "from": "tests/conformance/invalid/adaptive_no_feasible_solution.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-modules/src/interface.rs", + "from": "tests/conformance/valid/resource_loop_tracking.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-modules/src/interface.rs", + "from": "tests/conformance/valid/resource_loop_tracking.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-modules/src/dep_graph.rs", + "from": "tests/conformance/valid/resource_nested_calls.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-modules/src/dep_graph.rs", + "from": "tests/conformance/valid/resource_nested_calls.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-modules/src/lib.rs", + "from": "tests/conformance/valid/energy_constraint_satisfied.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-modules/src/lib.rs", + "from": "tests/conformance/valid/energy_constraint_satisfied.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-modules/src/parallel.rs", + "from": "tests/conformance/valid/time_constraint_satisfied.ecl", "to": "Concurrent", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "compiler/eclexia-modules/src/parallel.rs", + "from": "tests/conformance/valid/time_constraint_satisfied.ecl", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "compiler/eclexia-typeck/src/env.rs", + "from": "examples/budget_enforcement.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-typeck/src/env.rs", + "from": "examples/budget_enforcement.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-typeck/src/lib.rs", + "from": "examples/dimensional_types.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-typeck/src/lib.rs", + "from": "examples/dimensional_types.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-typeck/src/infer.rs", + "from": "examples/json_test.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-typeck/src/infer.rs", + "from": "examples/json_test.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-hir/src/lower.rs", + "from": "examples/resource_tracking.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-hir/src/lower.rs", + "from": "examples/resource_tracking.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-hir/src/lib.rs", + "from": "examples/comprehensive_opportunity.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-hir/src/lib.rs", + "from": "examples/comprehensive_opportunity.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-specialize/src/residualize.rs", + "from": "examples/matrix_multiply.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-specialize/src/residualize.rs", + "from": "examples/matrix_multiply.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-specialize/src/binding_time.rs", + "from": "examples/carbon_aware.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-specialize/src/binding_time.rs", + "from": "examples/carbon_aware.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-mir/src/lower.rs", + "from": "examples/hashmaps.ecl", "to": "Concurrent", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "compiler/eclexia-mir/src/lower.rs", + "from": "examples/hashmaps.ecl", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "compiler/eclexia-mir/src/lib.rs", + "from": "playground/server.js", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-mir/src/lib.rs", + "from": "playground/server.js", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-mir/src/optimize.rs", + "from": "playground/public/service-worker.js", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-mir/src/optimize.rs", + "from": "playground/public/service-worker.js", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-ast/src/lib.rs", + "from": "playground/public/app.js", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-ast/src/lib.rs", + "from": "playground/public/app.js", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-ast/src/types.rs", + "from": "ffi/zig/test/integration_test.zig", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "compiler/eclexia-ast/src/types.rs", + "from": "ffi/zig/test/integration_test.zig", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "compiler/eclexia-ast/src/dimension.rs", + "from": "ffi/zig/src/main.zig", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-ast/src/dimension.rs", + "from": "ffi/zig/src/main.zig", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-absinterp/src/resource.rs", + "from": "ffi/zig/src/resource.zig", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-absinterp/src/resource.rs", + "from": "ffi/zig/src/resource.zig", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/diagnostics.rs", + "from": "compiler/eclexia-specialize/src/residualize.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/diagnostics.rs", + "from": "compiler/eclexia-specialize/src/residualize.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/lib.rs", + "from": "compiler/eclexia-specialize/src/binding_time.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/lib.rs", + "from": "compiler/eclexia-specialize/src/binding_time.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/rules/unreachable_code.rs", + "from": "compiler/eclexia-modules/src/dep_graph.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/rules/unreachable_code.rs", + "from": "compiler/eclexia-modules/src/dep_graph.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/rules/long_line.rs", + "from": "compiler/eclexia-modules/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/rules/long_line.rs", + "from": "compiler/eclexia-modules/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/rules/negative_resource.rs", + "from": "compiler/eclexia-modules/src/parallel.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "compiler/eclexia-lint/src/rules/negative_resource.rs", + "from": "compiler/eclexia-modules/src/parallel.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "compiler/eclexia-lint/src/rules/unused_variable.rs", + "from": "compiler/eclexia-modules/src/interface.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/rules/unused_variable.rs", + "from": "compiler/eclexia-modules/src/interface.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/rules/unbounded_resource.rs", + "from": "compiler/eclexia-doc/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/rules/unbounded_resource.rs", + "from": "compiler/eclexia-doc/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/rules/trailing_whitespace.rs", + "from": "compiler/eclexia/tests/fixtures/adaptive_budget_negative_control.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lint/src/rules/trailing_whitespace.rs", + "from": "compiler/eclexia/tests/fixtures/adaptive_budget_negative_control.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-db/src/vfs.rs", + "from": "compiler/eclexia/tests/fixtures/adaptive_budget_paired.ecl", "to": "Concurrent", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "compiler/eclexia-db/src/vfs.rs", + "from": "compiler/eclexia/tests/fixtures/adaptive_budget_paired.ecl", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "compiler/eclexia-db/src/lib.rs", + "from": "compiler/eclexia/tests/integration_tests.rs", "to": "Concurrent", "relation": "framework", - "weight": 8.0 + "weight": 2.0 }, { - "from": "compiler/eclexia-db/src/lib.rs", + "from": "compiler/eclexia/tests/integration_tests.rs", "to": "Networking", "relation": "framework", - "weight": 8.0 + "weight": 2.0 }, { - "from": "compiler/eclexia-db/src/queries.rs", + "from": "compiler/eclexia/tests/conformance_tests.rs", "to": "Concurrent", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "compiler/eclexia-db/src/queries.rs", + "from": "compiler/eclexia/tests/conformance_tests.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "compiler/eclexia-comptime/src/resource_verify.rs", + "from": "compiler/eclexia/src/interop.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-comptime/src/resource_verify.rs", + "from": "compiler/eclexia/src/interop.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lsp/src/symbols.rs", + "from": "compiler/eclexia/src/resolver.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lsp/src/symbols.rs", + "from": "compiler/eclexia/src/resolver.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lsp/src/server.rs", + "from": "compiler/eclexia/src/test_runner.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-lsp/src/server.rs", + "from": "compiler/eclexia/src/test_runner.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-effects/src/lib.rs", + "from": "compiler/eclexia/src/bench_runner.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-effects/src/lib.rs", + "from": "compiler/eclexia/src/bench_runner.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-effects/src/evidence.rs", + "from": "compiler/eclexia/src/registry.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-effects/src/evidence.rs", + "from": "compiler/eclexia/src/registry.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-llvm/src/lib.rs", + "from": "compiler/eclexia/src/package_manager.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-llvm/src/lib.rs", + "from": "compiler/eclexia/src/package_manager.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-wasm/src/lib.rs", + "from": "compiler/eclexia/src/commands.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 10.0 }, { - "from": "compiler/eclexia-wasm/src/lib.rs", + "from": "compiler/eclexia/src/commands.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 10.0 }, { - "from": "compiler/eclexia-tiered/src/watch.rs", + "from": "compiler/eclexia/src/repl.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "compiler/eclexia-tiered/src/watch.rs", + "from": "compiler/eclexia/src/repl.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "compiler/eclexia-cranelift/src/lib.rs", + "from": "compiler/eclexia-tiered/src/watch.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-cranelift/src/lib.rs", + "from": "compiler/eclexia-tiered/src/watch.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia/tests/fixtures/adaptive_budget_negative_control.ecl", + "from": "compiler/eclexia-lint/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia/tests/fixtures/adaptive_budget_negative_control.ecl", + "from": "compiler/eclexia-lint/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia/tests/fixtures/adaptive_budget_paired.ecl", + "from": "compiler/eclexia-lint/src/diagnostics.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia/tests/fixtures/adaptive_budget_paired.ecl", + "from": "compiler/eclexia-lint/src/diagnostics.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia/tests/integration_tests.rs", + "from": "compiler/eclexia-lint/src/rules/unreachable_code.rs", "to": "Concurrent", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "compiler/eclexia/tests/integration_tests.rs", + "from": "compiler/eclexia-lint/src/rules/unreachable_code.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "compiler/eclexia/tests/conformance_tests.rs", + "from": "compiler/eclexia-lint/src/rules/negative_resource.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia/tests/conformance_tests.rs", + "from": "compiler/eclexia-lint/src/rules/negative_resource.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia/src/test_runner.rs", + "from": "compiler/eclexia-lint/src/rules/long_line.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia/src/test_runner.rs", + "from": "compiler/eclexia-lint/src/rules/long_line.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia/src/commands.rs", + "from": "compiler/eclexia-lint/src/rules/unused_variable.rs", "to": "Concurrent", "relation": "framework", - "weight": 10.0 + "weight": 1.0 }, { - "from": "compiler/eclexia/src/commands.rs", + "from": "compiler/eclexia-lint/src/rules/unused_variable.rs", "to": "Networking", "relation": "framework", - "weight": 10.0 + "weight": 1.0 }, { - "from": "compiler/eclexia/src/bench_runner.rs", + "from": "compiler/eclexia-lint/src/rules/trailing_whitespace.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia/src/bench_runner.rs", + "from": "compiler/eclexia-lint/src/rules/trailing_whitespace.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia/src/repl.rs", + "from": "compiler/eclexia-lint/src/rules/unbounded_resource.rs", "to": "Concurrent", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "compiler/eclexia/src/repl.rs", + "from": "compiler/eclexia-lint/src/rules/unbounded_resource.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "compiler/eclexia/src/resolver.rs", + "from": "compiler/eclexia-interp/src/builtins.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "compiler/eclexia/src/resolver.rs", + "from": "compiler/eclexia-interp/src/builtins.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "compiler/eclexia/src/package_manager.rs", + "from": "compiler/eclexia-interp/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia/src/package_manager.rs", + "from": "compiler/eclexia-interp/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia/src/registry.rs", + "from": "compiler/eclexia-interp/src/eval.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia/src/registry.rs", + "from": "compiler/eclexia-interp/src/eval.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia/src/interop.rs", + "from": "compiler/eclexia-codegen/tests/integration_test.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia/src/interop.rs", + "from": "compiler/eclexia-codegen/tests/integration_test.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-interp/src/lib.rs", + "from": "compiler/eclexia-codegen/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-interp/src/lib.rs", + "from": "compiler/eclexia-codegen/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-interp/src/builtins.rs", + "from": "compiler/eclexia-codegen/src/bytecode.rs", "to": "Concurrent", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "compiler/eclexia-interp/src/builtins.rs", + "from": "compiler/eclexia-codegen/src/bytecode.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "compiler/eclexia-interp/src/eval.rs", + "from": "compiler/eclexia-codegen/src/vm.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "compiler/eclexia-interp/src/eval.rs", + "from": "compiler/eclexia-codegen/src/vm.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { "from": "compiler/eclexia-parser/src/lib.rs", @@ -2401,73 +2401,73 @@ "weight": 1.0 }, { - "from": "compiler/eclexia-codegen/tests/integration_test.rs", + "from": "compiler/eclexia-db/src/lib.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 8.0 }, { - "from": "compiler/eclexia-codegen/tests/integration_test.rs", + "from": "compiler/eclexia-db/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 8.0 }, { - "from": "compiler/eclexia-codegen/src/bytecode.rs", + "from": "compiler/eclexia-db/src/vfs.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "compiler/eclexia-codegen/src/bytecode.rs", + "from": "compiler/eclexia-db/src/vfs.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "compiler/eclexia-codegen/src/lib.rs", + "from": "compiler/eclexia-db/src/queries.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "compiler/eclexia-codegen/src/lib.rs", + "from": "compiler/eclexia-db/src/queries.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "compiler/eclexia-codegen/src/vm.rs", + "from": "compiler/eclexia-ast/src/lib.rs", "to": "Concurrent", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "compiler/eclexia-codegen/src/vm.rs", + "from": "compiler/eclexia-ast/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "compiler/eclexia-dap/src/main.rs", + "from": "compiler/eclexia-ast/src/dimension.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-dap/src/main.rs", + "from": "compiler/eclexia-ast/src/dimension.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-doc/src/lib.rs", + "from": "compiler/eclexia-ast/src/types.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/eclexia-doc/src/lib.rs", + "from": "compiler/eclexia-ast/src/types.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -2485,313 +2485,313 @@ "weight": 1.0 }, { - "from": "libraries/eclexia-process/src/lib.rs", + "from": "compiler/eclexia-effects/src/evidence.rs", "to": "Concurrent", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "libraries/eclexia-process/src/lib.rs", + "from": "compiler/eclexia-effects/src/evidence.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "libraries/eclexia-serialisation/src/lib.rs", + "from": "compiler/eclexia-effects/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "libraries/eclexia-serialisation/src/lib.rs", + "from": "compiler/eclexia-effects/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "libraries/eclexia-uuid/src/lib.rs", + "from": "compiler/eclexia-absinterp/src/resource.rs", "to": "Concurrent", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "libraries/eclexia-uuid/src/lib.rs", + "from": "compiler/eclexia-absinterp/src/resource.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "libraries/eclexia-cli/src/lib.rs", + "from": "compiler/eclexia-mir/src/lower.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "libraries/eclexia-cli/src/lib.rs", + "from": "compiler/eclexia-mir/src/lower.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "libraries/eclexia-encoding/src/lib.rs", + "from": "compiler/eclexia-mir/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "libraries/eclexia-encoding/src/lib.rs", + "from": "compiler/eclexia-mir/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "libraries/eclexia-compression/src/lib.rs", + "from": "compiler/eclexia-mir/src/optimize.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "libraries/eclexia-compression/src/lib.rs", + "from": "compiler/eclexia-mir/src/optimize.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "playground/public/service-worker.js", + "from": "compiler/eclexia-cranelift/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "playground/public/service-worker.js", + "from": "compiler/eclexia-cranelift/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "playground/public/app.js", + "from": "compiler/eclexia-dap/src/main.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "playground/public/app.js", + "from": "compiler/eclexia-dap/src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "playground/server.js", + "from": "compiler/eclexia-hir/src/lower.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "playground/server.js", + "from": "compiler/eclexia-hir/src/lower.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/valid/energy_constraint_satisfied.ecl", + "from": "compiler/eclexia-hir/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/valid/energy_constraint_satisfied.ecl", + "from": "compiler/eclexia-hir/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/valid/resource_loop_tracking.ecl", + "from": "compiler/eclexia-comptime/src/resource_verify.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/valid/resource_loop_tracking.ecl", + "from": "compiler/eclexia-comptime/src/resource_verify.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/valid/time_constraint_satisfied.ecl", + "from": "compiler/eclexia-llvm/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/valid/time_constraint_satisfied.ecl", + "from": "compiler/eclexia-llvm/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/valid/resource_nested_calls.ecl", + "from": "compiler/eclexia-typeck/src/env.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/valid/resource_nested_calls.ecl", + "from": "compiler/eclexia-typeck/src/env.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/invalid/carbon_constraint_violation.ecl", + "from": "compiler/eclexia-typeck/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/invalid/carbon_constraint_violation.ecl", + "from": "compiler/eclexia-typeck/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/invalid/resource_nested_overflow.ecl", + "from": "compiler/eclexia-typeck/src/infer.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/invalid/resource_nested_overflow.ecl", + "from": "compiler/eclexia-typeck/src/infer.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/invalid/energy_constraint_violation.ecl", + "from": "compiler/eclexia-lsp/src/server.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/invalid/energy_constraint_violation.ecl", + "from": "compiler/eclexia-lsp/src/server.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/invalid/time_constraint_violation.ecl", + "from": "compiler/eclexia-lsp/src/symbols.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/invalid/time_constraint_violation.ecl", + "from": "compiler/eclexia-lsp/src/symbols.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/invalid/adaptive_no_feasible_solution.ecl", + "from": "compiler/eclexia-wasm/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/invalid/adaptive_no_feasible_solution.ecl", + "from": "compiler/eclexia-wasm/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/invalid/resource_infinite_loop.ecl", + "from": "compiler/eclexia-fmt/src/printer.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/invalid/resource_infinite_loop.ecl", + "from": "compiler/eclexia-fmt/src/printer.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/conformance/invalid/resource_zero_budget.ecl", + "from": "src/abi/Foreign.idr", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "tests/conformance/invalid/resource_zero_budget.ecl", + "from": "src/abi/Foreign.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "src/abi/ResourceABI.idr", + "from": "src/abi/Types.idr", "to": "Concurrent", "relation": "framework", - "weight": 45.0 + "weight": 3.0 }, { - "from": "src/abi/ResourceABI.idr", + "from": "src/abi/Types.idr", "to": "Networking", "relation": "framework", - "weight": 45.0 + "weight": 3.0 }, { - "from": "src/abi/Foreign.idr", + "from": "src/abi/ResourceABI.idr", "to": "Concurrent", "relation": "framework", - "weight": 36.0 + "weight": 45.0 }, { - "from": "src/abi/Foreign.idr", + "from": "src/abi/ResourceABI.idr", "to": "Networking", "relation": "framework", - "weight": 36.0 + "weight": 45.0 }, { - "from": "src/abi/Types.idr", + "from": "stdlib/io.ecl", "to": "Concurrent", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "src/abi/Types.idr", + "from": "stdlib/io.ecl", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "stdlib/collections.ecl", "to": "Concurrent", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "stdlib/collections.ecl", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "stdlib/dom.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "stdlib/dom.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/resource.zig", + "from": "stdlib/async.ecl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/resource.zig", + "from": "stdlib/async.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -2801,40 +2801,32 @@ "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "compiler/eclexia-modules/src/interface.rs", - "compiler/eclexia-db/src/vfs.rs", - "compiler/eclexia/src/bench_runner.rs", - "compiler/eclexia/src/package.rs", - "compiler/eclexia/src/cache.rs", - "compiler/eclexia/src/lockfile.rs", - "compiler/eclexia/src/interop.rs", - "compiler/eclexia-interp/src/builtins.rs", - "compiler/eclexia-codegen/src/vm.rs" + "compiler/eclexia/src/commands.rs", + "compiler/eclexia-interp/src/eval.rs", + "compiler/eclexia-mir/src/lower.rs" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Disk" }, { - "source_category": "PanicPath", + "source_category": "DynamicCodeExecution", "sink_axis": "memory", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ - "compiler/eclexia-mir/src/lower.rs", - "compiler/eclexia/src/commands.rs", - "compiler/eclexia-interp/src/eval.rs" + "playground/public/app.js" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "PanicPath->Memory" + "relation": "DynamicCodeExecution->Memory" }, { "source_category": "UnboundedAllocation", @@ -2842,14 +2834,14 @@ "severity_value": 2.5, "files": [ "compiler/eclexia-modules/src/interface.rs", - "compiler/eclexia-db/src/vfs.rs", - "compiler/eclexia/src/bench_runner.rs", "compiler/eclexia/src/package.rs", - "compiler/eclexia/src/cache.rs", - "compiler/eclexia/src/lockfile.rs", "compiler/eclexia/src/interop.rs", + "compiler/eclexia/src/bench_runner.rs", + "compiler/eclexia/src/lockfile.rs", + "compiler/eclexia/src/cache.rs", "compiler/eclexia-interp/src/builtins.rs", - "compiler/eclexia-codegen/src/vm.rs" + "compiler/eclexia-codegen/src/vm.rs", + "compiler/eclexia-db/src/vfs.rs" ], "frameworks": [ "Concurrent", @@ -2858,45 +2850,53 @@ "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "network", - "severity_value": 3.5, + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "playground/public/app.js" + "compiler/eclexia/src/commands.rs", + "compiler/eclexia-interp/src/eval.rs", + "compiler/eclexia-mir/src/lower.rs" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "DynamicCodeExecution->Network" + "relation": "PanicPath->Memory" }, { - "source_category": "DynamicCodeExecution", + "source_category": "UnboundedAllocation", "sink_axis": "memory", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "playground/public/app.js" + "compiler/eclexia-modules/src/interface.rs", + "compiler/eclexia/src/package.rs", + "compiler/eclexia/src/interop.rs", + "compiler/eclexia/src/bench_runner.rs", + "compiler/eclexia/src/lockfile.rs", + "compiler/eclexia/src/cache.rs", + "compiler/eclexia-interp/src/builtins.rs", + "compiler/eclexia-codegen/src/vm.rs", + "compiler/eclexia-db/src/vfs.rs" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "DynamicCodeExecution->Memory" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "DynamicCodeExecution", + "sink_axis": "network", + "severity_value": 3.5, "files": [ - "compiler/eclexia-mir/src/lower.rs", - "compiler/eclexia/src/commands.rs", - "compiler/eclexia-interp/src/eval.rs" + "playground/public/app.js" ], "frameworks": [ "Concurrent", "Networking" ], - "relation": "PanicPath->Disk" + "relation": "DynamicCodeExecution->Network" } ] } diff --git a/scans/eclexiaiser.json b/scans/eclexiaiser.json index 171b497a..361a3767 100644 --- a/scans/eclexiaiser.json +++ b/scans/eclexiaiser.json @@ -1,9 +1,21 @@ { "schema_version": "2.5", "program_path": "eclexiaiser", - "language": "idris", + "language": "rust", "frameworks": [], "weak_points": [ + { + "category": "UnboundedAllocation", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, { "category": "PanicPath", "location": "src/codegen/parser.rs", @@ -27,18 +39,6 @@ ], "test_context": "production" }, - { - "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, { "category": "MutationGap", "location": "Cargo.toml", @@ -59,6 +59,16 @@ "threading_constructs": 0 }, "file_statistics": [ + { + "file_path": "tests/integration_tests.rs", + "lines": 415, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, { "file_path": "examples/SafeDOMExample.affine", "lines": 129, @@ -80,11 +90,12 @@ "threading_constructs": 0 }, { - "file_path": "tests/integration_tests.rs", - "lines": 415, + "file_path": "src/manifest/mod.rs", + "lines": 334, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 @@ -110,16 +121,6 @@ "io_operations": 3, "threading_constructs": 0 }, - { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 704, - "unsafe_blocks": 2, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/interface/abi/Eclexiaiser/ABI/Foreign.idr", "lines": 326, @@ -141,89 +142,88 @@ "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 334, - "unsafe_blocks": 0, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 704, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", "cpu", + "disk", "memory" ], "dependency_graph": { "edges": [ - { - "from": "src/interface/abi/Eclexiaiser/ABI/Foreign.idr", - "to": "src/interface/abi/Eclexiaiser/ABI/Types.idr", - "relation": "shared_dir:src/interface/abi/Eclexiaiser/ABI", - "weight": 1.0 - }, { "from": "src/codegen/parser.rs", "to": "src/codegen/reporter.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 + }, + { + "from": "src/interface/abi/Eclexiaiser/ABI/Foreign.idr", + "to": "src/interface/abi/Eclexiaiser/ABI/Types.idr", + "relation": "shared_dir:src/interface/abi/Eclexiaiser/ABI", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "src/interface/ffi/src/main.zig" + "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnboundedAllocation", + "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/manifest/mod.rs" + "src/codegen/parser.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "src/codegen/parser.rs" + "src/interface/ffi/src/main.zig" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "UnsafeCode->Memory" }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "src/codegen/parser.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" } ] } diff --git a/scans/empty-linter.json b/scans/empty-linter.json index 95cdf490..c2a3e4c5 100644 --- a/scans/empty-linter.json +++ b/scans/empty-linter.json @@ -6,14 +6,14 @@ "weak_points": [ { "category": "InputBoundary", - "location": "scripts/sync-downstream.js", - "file": "scripts/sync-downstream.js", + "location": "tests/SchemaValidator_test.js", + "file": "tests/SchemaValidator_test.js", "severity": "Medium", - "description": "1 JSON.parse call(s) with 0 try block(s) in scripts/sync-downstream.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "1 JSON.parse call(s) with 0 try block(s) in tests/SchemaValidator_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InputBoundary", @@ -28,14 +28,14 @@ }, { "category": "InputBoundary", - "location": "tests/SchemaValidator_test.js", - "file": "tests/SchemaValidator_test.js", + "location": "scripts/sync-downstream.js", + "file": "scripts/sync-downstream.js", "severity": "Medium", - "description": "1 JSON.parse call(s) with 0 try block(s) in tests/SchemaValidator_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "1 JSON.parse call(s) with 0 try block(s) in scripts/sync-downstream.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], - "test_context": "test_only" + "test_context": "production" } ], "statistics": { @@ -82,9 +82,9 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "scripts/sync-downstream.js", + "tests/SchemaValidator_test.js", "tests/IetfIncident_test.js", - "tests/SchemaValidator_test.js" + "scripts/sync-downstream.js" ], "frameworks": [], "relation": "InputBoundary->Cpu" diff --git a/scans/ensaid-spec.json b/scans/ensaid-spec.json index 2fc37471..49a81101 100644 --- a/scans/ensaid-spec.json +++ b/scans/ensaid-spec.json @@ -1,7 +1,7 @@ { "schema_version": "2.5", "program_path": "ensaid-spec", - "language": "javascript", + "language": "shell", "frameworks": [], "weak_points": [], "statistics": { diff --git a/scans/ephapax.json b/scans/ephapax.json index b87ce459..97f4b796 100644 --- a/scans/ephapax.json +++ b/scans/ephapax.json @@ -5,24 +5,13 @@ "frameworks": [], "weak_points": [ { - "category": "UnsafeCode", - "location": "idris2/ffi/zig/seams.zig", - "file": "idris2/ffi/zig/seams.zig", - "severity": "High", - "description": "18446744073709551615 unsafe pointer casts in idris2/ffi/zig/seams.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "UnsafeCode", - "location": "idris2/ffi/zig/tokbuf.zig", - "file": "idris2/ffi/zig/tokbuf.zig", - "severity": "High", - "description": "1 unsafe pointer casts in idris2/ffi/zig/tokbuf.zig", + "category": "ProofDrift", + "location": "formal/Semantics.v", + "file": "formal/Semantics.v", + "severity": "Critical", + "description": "1 Admitted (banned — unfinished Coq proof accepted as axiom) in formal/Semantics.v", "recommended_attack": [ - "memory" + "cpu" ], "test_context": "production" }, @@ -50,10 +39,10 @@ }, { "category": "ProofDrift", - "location": "formal/Semantics.v", - "file": "formal/Semantics.v", + "location": "formal/Semantics_L1.v", + "file": "formal/Semantics_L1.v", "severity": "Critical", - "description": "1 Admitted (banned — unfinished Coq proof accepted as axiom) in formal/Semantics.v", + "description": "2 Admitted (banned — unfinished Coq proof accepted as axiom) in formal/Semantics_L1.v", "recommended_attack": [ "cpu" ], @@ -64,67 +53,78 @@ "location": "formal/Semantics_L1.v", "file": "formal/Semantics_L1.v", "severity": "Critical", - "description": "2 Admitted (banned — unfinished Coq proof accepted as axiom) in formal/Semantics_L1.v", + "description": "2 admit tactic (proof placeholder — same effect as Admitted) in formal/Semantics_L1.v", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "ProofDrift", - "location": "formal/Semantics_L1.v", - "file": "formal/Semantics_L1.v", - "severity": "Critical", - "description": "2 admit tactic (proof placeholder — same effect as Admitted) in formal/Semantics_L1.v", + "category": "UnsafeCode", + "location": "idris2/ffi/zig/seams.zig", + "file": "idris2/ffi/zig/seams.zig", + "severity": "High", + "description": "18446744073709551615 unsafe pointer casts in idris2/ffi/zig/seams.zig", "recommended_attack": [ - "cpu" + "memory" ], "test_context": "production" }, { "category": "UnsafeCode", - "location": "src/ephapax-interp/src/lib.rs", - "file": "src/ephapax-interp/src/lib.rs", + "location": "idris2/ffi/zig/tokbuf.zig", + "file": "idris2/ffi/zig/tokbuf.zig", "severity": "High", - "description": "3 unsafe blocks in src/ephapax-interp/src/lib.rs", + "description": "1 unsafe pointer casts in idris2/ffi/zig/tokbuf.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "test_context": "production" }, { "category": "PanicPath", - "location": "src/ephapax-parser/src/lists_tuples.rs", - "file": "src/ephapax-parser/src/lists_tuples.rs", + "location": "src/ephapax-desugar/src/lib.rs", + "file": "src/ephapax-desugar/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 11 unwrap/expect calls in src/ephapax-parser/src/lists_tuples.rs", + "description": "1 panic sites and 0 unwrap/expect calls in src/ephapax-desugar/src/lib.rs", "recommended_attack": [ "memory", "disk" ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "src/ephapax-cli/src/import_resolver.rs", + "file": "src/ephapax-cli/src/import_resolver.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src/ephapax-cli/src/import_resolver.rs", + "recommended_attack": [ + "memory", + "cpu" + ], "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "src/ephapax-parser/src/surface.rs", - "file": "src/ephapax-parser/src/surface.rs", + "category": "UnboundedAllocation", + "location": "src/ephapax-cli/src/main.rs", + "file": "src/ephapax-cli/src/main.rs", "severity": "Medium", - "description": "0 panic sites and 15 unwrap/expect calls in src/ephapax-parser/src/surface.rs", + "description": "Potential unbounded allocation pattern detected in src/ephapax-cli/src/main.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "src/ephapax-parser/src/lib.rs", - "file": "src/ephapax-parser/src/lib.rs", + "location": "src/ephapax-cli/src/main.rs", + "file": "src/ephapax-cli/src/main.rs", "severity": "Medium", - "description": "4 panic sites and 5 unwrap/expect calls in src/ephapax-parser/src/lib.rs", + "description": "2 panic sites and 0 unwrap/expect calls in src/ephapax-cli/src/main.rs", "recommended_attack": [ "memory", "disk" @@ -133,10 +133,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/ephapax-repl/src/lib.rs", - "file": "src/ephapax-repl/src/lib.rs", + "location": "src/ephapax-tools/src/formatter.rs", + "file": "src/ephapax-tools/src/formatter.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/ephapax-repl/src/lib.rs", + "description": "Potential unbounded allocation pattern detected in src/ephapax-tools/src/formatter.rs", "recommended_attack": [ "memory", "cpu" @@ -145,23 +145,36 @@ "test_context": "production" }, { - "category": "PanicPath", + "category": "UnboundedAllocation", + "location": "src/ephapax-tools/src/documenter.rs", + "file": "src/ephapax-tools/src/documenter.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src/ephapax-tools/src/documenter.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", "location": "src/ephapax-repl/src/lib.rs", "file": "src/ephapax-repl/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/ephapax-repl/src/lib.rs", + "description": "Potential unbounded allocation pattern detected in src/ephapax-repl/src/lib.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], + "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "src/ephapax-desugar/src/lib.rs", - "file": "src/ephapax-desugar/src/lib.rs", + "location": "src/ephapax-repl/src/lib.rs", + "file": "src/ephapax-repl/src/lib.rs", "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in src/ephapax-desugar/src/lib.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/ephapax-repl/src/lib.rs", "recommended_attack": [ "memory", "disk" @@ -192,6 +205,18 @@ ], "test_context": "production" }, + { + "category": "UnsafeCode", + "location": "src/ephapax-vram-cache/src/lib.rs", + "file": "src/ephapax-vram-cache/src/lib.rs", + "severity": "High", + "description": "Raw pointer cast in src/ephapax-vram-cache/src/lib.rs", + "recommended_attack": [ + "memory", + "concurrency" + ], + "test_context": "production" + }, { "category": "PanicPath", "location": "src/ephapax-typing/src/lib.rs", @@ -205,36 +230,35 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src/ephapax-tools/src/documenter.rs", - "file": "src/ephapax-tools/src/documenter.rs", + "category": "PanicPath", + "location": "src/ephapax-wasm/src/debug.rs", + "file": "src/ephapax-wasm/src/debug.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/ephapax-tools/src/documenter.rs", + "description": "0 panic sites and 2 unwrap/expect calls in src/ephapax-wasm/src/debug.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src/ephapax-tools/src/formatter.rs", - "file": "src/ephapax-tools/src/formatter.rs", + "category": "PanicPath", + "location": "src/ephapax-wasm/src/ownership.rs", + "file": "src/ephapax-wasm/src/ownership.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/ephapax-tools/src/formatter.rs", + "description": "0 panic sites and 2 unwrap/expect calls in src/ephapax-wasm/src/ownership.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], - "suppressed": true, "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "src/ephapax-cli/src/main.rs", - "file": "src/ephapax-cli/src/main.rs", + "location": "src/ephapax-package/src/manifest.rs", + "file": "src/ephapax-package/src/manifest.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/ephapax-cli/src/main.rs", + "description": "Potential unbounded allocation pattern detected in src/ephapax-package/src/manifest.rs", "recommended_attack": [ "memory", "cpu" @@ -244,29 +268,16 @@ }, { "category": "PanicPath", - "location": "src/ephapax-cli/src/main.rs", - "file": "src/ephapax-cli/src/main.rs", + "location": "src/ephapax-package/src/manifest.rs", + "file": "src/ephapax-package/src/manifest.rs", "severity": "Medium", - "description": "2 panic sites and 0 unwrap/expect calls in src/ephapax-cli/src/main.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/ephapax-package/src/manifest.rs", "recommended_attack": [ "memory", "disk" ], "test_context": "production" }, - { - "category": "UnboundedAllocation", - "location": "src/ephapax-cli/src/import_resolver.rs", - "file": "src/ephapax-cli/src/import_resolver.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/ephapax-cli/src/import_resolver.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "suppressed": true, - "test_context": "production" - }, { "category": "UnboundedAllocation", "location": "src/ephapax-package/src/registry.rs", @@ -281,63 +292,52 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src/ephapax-package/src/manifest.rs", - "file": "src/ephapax-package/src/manifest.rs", + "category": "PanicPath", + "location": "src/ephapax-parser/src/lists_tuples.rs", + "file": "src/ephapax-parser/src/lists_tuples.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/ephapax-package/src/manifest.rs", + "description": "0 panic sites and 11 unwrap/expect calls in src/ephapax-parser/src/lists_tuples.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "src/ephapax-package/src/manifest.rs", - "file": "src/ephapax-package/src/manifest.rs", + "location": "src/ephapax-parser/src/lib.rs", + "file": "src/ephapax-parser/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/ephapax-package/src/manifest.rs", + "description": "4 panic sites and 5 unwrap/expect calls in src/ephapax-parser/src/lib.rs", "recommended_attack": [ "memory", "disk" ], "test_context": "production" }, - { - "category": "UnsafeCode", - "location": "src/ephapax-vram-cache/src/lib.rs", - "file": "src/ephapax-vram-cache/src/lib.rs", - "severity": "High", - "description": "Raw pointer cast in src/ephapax-vram-cache/src/lib.rs", - "recommended_attack": [ - "memory", - "concurrency" - ], - "test_context": "production" - }, { "category": "PanicPath", - "location": "src/ephapax-wasm/src/ownership.rs", - "file": "src/ephapax-wasm/src/ownership.rs", + "location": "src/ephapax-parser/src/surface.rs", + "file": "src/ephapax-parser/src/surface.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in src/ephapax-wasm/src/ownership.rs", + "description": "0 panic sites and 15 unwrap/expect calls in src/ephapax-parser/src/surface.rs", "recommended_attack": [ "memory", "disk" ], + "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "src/ephapax-wasm/src/debug.rs", - "file": "src/ephapax-wasm/src/debug.rs", - "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in src/ephapax-wasm/src/debug.rs", + "category": "UnsafeCode", + "location": "src/ephapax-interp/src/lib.rs", + "file": "src/ephapax-interp/src/lib.rs", + "severity": "High", + "description": "3 unsafe blocks in src/ephapax-interp/src/lib.rs", "recommended_attack": [ "memory", - "disk" + "concurrency" ], "test_context": "production" }, @@ -362,58 +362,60 @@ }, "file_statistics": [ { - "file_path": "examples/advanced/capability.eph", - "lines": 32, - "unsafe_blocks": 0, + "file_path": "formal/Semantics.v", + "lines": 9329, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 12, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/affine/03-affine-cache.eph", - "lines": 25, - "unsafe_blocks": 0, + "file_path": "formal/Counterexample_L2_nested.v", + "lines": 247, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/affine/02-affine-optional-cleanup.eph", - "lines": 28, - "unsafe_blocks": 0, + "file_path": "formal/Semantics_L1.v", + "lines": 3626, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/affine/05-affine-logging.eph", - "lines": 27, + "file_path": "tools/ephapax-lsp/src/main.rs", + "lines": 244, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/affine/10-affine-weak-ref.eph", - "lines": 30, + "file_path": "tools/ephapax-dap/src/main.rs", + "lines": 237, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 4, + "allocation_sites": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "examples/modules/reexport.eph", - "lines": 42, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -422,28 +424,28 @@ "threading_constructs": 0 }, { - "file_path": "examples/modules/module_types.eph", - "lines": 37, + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "examples/patterns/01-raii.eph", - "lines": 33, + "file_path": ".machine_readable/contractiles/dust/dust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "examples/error_handling/error_chain.eph", - "lines": 42, + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -452,28 +454,28 @@ "threading_constructs": 0 }, { - "file_path": "examples/error_handling/linear_cleanup.eph", - "lines": 37, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "examples/error_handling/resource_safety.eph", - "lines": 38, + "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", + "lines": 250, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 13, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "examples/pattern_matching/linear_match.eph", - "lines": 54, + "file_path": ".machine_readable/contractiles/intend/intend.ncl", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -482,128 +484,128 @@ "threading_constructs": 0 }, { - "file_path": "examples/pattern_matching/destructure_pair.eph", - "lines": 39, + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "examples/linear/04-linear-pair.eph", - "lines": 28, + "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "examples/linear/05-linear-mutex.eph", - "lines": 28, + "file_path": "ephapax-linear/src/affine.rs", + "lines": 408, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/linear/02-linear-must-consume.eph", - "lines": 25, + "file_path": "ephapax-linear/src/context.rs", + "lines": 177, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/linear/08-linear-protocol.eph", - "lines": 31, + "file_path": "ephapax-linear/src/tests.rs", + "lines": 1090, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 204, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/ffi/01-ffi-basic.eph", - "lines": 29, + "file_path": "ephapax-linear/src/linear.rs", + "lines": 467, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/ffi/02-ffi-linear-handle.eph", - "lines": 38, + "file_path": "tests/v2-grammar/fixtures/hypatia-port/hypatia_gui.eph", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "examples/ffi/05-ffi-array.eph", - "lines": 35, - "unsafe_blocks": 0, + "file_path": "idris2/ffi/zig/seams.zig", + "lines": 151, + "unsafe_blocks": 18446744073709551615, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/concurrency/pipeline.eph", - "lines": 56, - "unsafe_blocks": 0, + "file_path": "idris2/ffi/zig/tokbuf.zig", + "lines": 122, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/region/09-region-multi-resource.eph", - "lines": 39, - "unsafe_blocks": 0, + "file_path": "idris2/src/Ephapax/Parse/ZigBuffer.idr", + "lines": 152, + "unsafe_blocks": 10, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/region/10-region-error-cleanup.eph", - "lines": 44, + "file_path": "examples/linear/05-linear-mutex.eph", + "lines": 28, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "examples/region/04-region-linear-fusion.eph", - "lines": 41, + "file_path": "examples/linear/02-linear-must-consume.eph", + "lines": 25, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "stdlib/Aggregate.eph", - "lines": 305, + "file_path": "examples/linear/08-linear-protocol.eph", + "lines": 31, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -612,38 +614,38 @@ "threading_constructs": 0 }, { - "file_path": "stdlib/IO.eph", - "lines": 22, + "file_path": "examples/linear/04-linear-pair.eph", + "lines": 28, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "stdlib/Argv.eph", - "lines": 38, + "file_path": "examples/affine/03-affine-cache.eph", + "lines": 25, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "stdlib/Transactions.eph", - "lines": 344, - "unsafe_blocks": 1, + "file_path": "examples/affine/02-affine-optional-cleanup.eph", + "lines": 28, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 15, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "stdlib/Allen.eph", - "lines": 218, + "file_path": "examples/affine/05-affine-logging.eph", + "lines": 27, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -652,120 +654,118 @@ "threading_constructs": 0 }, { - "file_path": "stdlib/Coproc.eph", - "lines": 122, - "unsafe_blocks": 1, + "file_path": "examples/affine/10-affine-weak-ref.eph", + "lines": 30, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "stdlib/Stream.eph", - "lines": 473, - "unsafe_blocks": 1, + "file_path": "examples/error_handling/resource_safety.eph", + "lines": 38, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 13, "threading_constructs": 0 }, { - "file_path": "tools/ephapax-lsp/src/main.rs", - "lines": 244, + "file_path": "examples/error_handling/error_chain.eph", + "lines": 42, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/ephapax-dap/src/main.rs", - "lines": 237, + "file_path": "examples/error_handling/linear_cleanup.eph", + "lines": 37, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 2, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "ephapax-linear/src/affine.rs", - "lines": 408, + "file_path": "examples/advanced/capability.eph", + "lines": 32, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "ephapax-linear/src/tests.rs", - "lines": 1090, + "file_path": "examples/region/09-region-multi-resource.eph", + "lines": 39, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 204, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "ephapax-linear/src/context.rs", - "lines": 177, + "file_path": "examples/region/04-region-linear-fusion.eph", + "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ephapax-linear/src/linear.rs", - "lines": 467, + "file_path": "examples/region/10-region-error-cleanup.eph", + "lines": 44, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "idris2/src/Ephapax/Parse/ZigBuffer.idr", - "lines": 152, - "unsafe_blocks": 10, + "file_path": "examples/concurrency/pipeline.eph", + "lines": 56, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "idris2/ffi/zig/seams.zig", - "lines": 151, - "unsafe_blocks": 18446744073709551615, + "file_path": "examples/ffi/02-ffi-linear-handle.eph", + "lines": 38, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "idris2/ffi/zig/tokbuf.zig", - "lines": 122, - "unsafe_blocks": 1, + "file_path": "examples/ffi/01-ffi-basic.eph", + "lines": 29, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/install-zig.sh", - "lines": 56, + "file_path": "examples/ffi/05-ffi-array.eph", + "lines": 35, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -774,159 +774,104 @@ "threading_constructs": 0 }, { - "file_path": "scripts/install-idris2.sh", - "lines": 75, + "file_path": "examples/modules/reexport.eph", + "lines": 42, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "formal/Counterexample_L2_nested.v", - "lines": 247, - "unsafe_blocks": 2, + "file_path": "examples/modules/module_types.eph", + "lines": 37, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "formal/Semantics.v", - "lines": 9329, - "unsafe_blocks": 1, + "file_path": "examples/pattern_matching/linear_match.eph", + "lines": 54, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "formal/Semantics_L1.v", - "lines": 3626, - "unsafe_blocks": 4, + "file_path": "examples/pattern_matching/destructure_pair.eph", + "lines": 39, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "tests/v2-grammar/fixtures/hypatia-port/hypatia_gui.eph", - "lines": 66, + "file_path": "examples/patterns/01-raii.eph", + "lines": 33, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/ephapax-lsp/src/main.rs", - "lines": 907, + "file_path": "conformance/invalid/linear_used_twice.eph", + "lines": 11, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 22, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "src/ephapax-interp/src/lib.rs", - "lines": 1891, - "unsafe_blocks": 3, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 144, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/ephapax-surface/src/lib.rs", - "lines": 634, + "file_path": "conformance/valid/ffi_basic.eph", + "lines": 13, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/ephapax-parser/src/lists_tuples.rs", - "lines": 264, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 11, - "allocation_sites": 12, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/ephapax-parser/src/surface.rs", - "lines": 2226, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 15, - "safe_unwrap_calls": 5, - "allocation_sites": 180, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/ephapax-parser/src/error.rs", - "lines": 224, + "file_path": "scripts/install-zig.sh", + "lines": 56, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/ephapax-parser/src/lib.rs", - "lines": 2624, - "unsafe_blocks": 0, - "panic_sites": 4, - "unwrap_calls": 5, - "safe_unwrap_calls": 13, - "allocation_sites": 172, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/ephapax-stdlib/src/lib.rs", - "lines": 293, + "file_path": "scripts/install-idris2.sh", + "lines": 75, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/ephapax-lexer/src/lib.rs", - "lines": 1114, + "file_path": "src/ephapax-ir/src/lib.rs", + "lines": 1129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/ephapax-repl/src/lib.rs", - "lines": 480, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 92, + "io_operations": 0, "threading_constructs": 0 }, { @@ -941,88 +886,83 @@ "threading_constructs": 0 }, { - "file_path": "src/ephapax-meta/src/lib.rs", - "lines": 314, + "file_path": "src/ephapax-syntax/src/lib.rs", + "lines": 922, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 68, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/ephapax-typing/src/lib.rs", - "lines": 4604, + "file_path": "src/ephapax-cli/tests/cli_verify_ownership.rs", + "lines": 127, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 4, - "allocation_sites": 488, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/ephapax-tools/src/documenter.rs", - "lines": 392, + "file_path": "src/ephapax-cli/tests/eph_corpus_gate.rs", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/ephapax-tools/src/formatter.rs", - "lines": 427, + "file_path": "src/ephapax-cli/tests/v2_grammar_phase_k_qualified.rs", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/ephapax-tools/src/linter.rs", - "lines": 926, + "file_path": "src/ephapax-cli/tests/typed_wasm_seam_conformance.rs", + "lines": 277, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 12, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/ephapax-ir/src/lib.rs", - "lines": 1129, + "file_path": "src/ephapax-cli/tests/v2_stdlib_import.rs", + "lines": 101, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 92, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/ephapax-syntax/src/lib.rs", - "lines": 922, + "file_path": "src/ephapax-cli/tests/v2_grammar_phase_j.rs", + "lines": 85, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 68, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/ephapax-cli/tests/cli_verify_ownership.rs", - "lines": 127, + "file_path": "src/ephapax-cli/tests/v2_grammar_phase_d_aliases.rs", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { @@ -1036,85 +976,78 @@ "threading_constructs": 0 }, { - "file_path": "src/ephapax-cli/tests/v2_grammar_phase_j.rs", - "lines": 85, + "file_path": "src/ephapax-cli/src/import_resolver.rs", + "lines": 285, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/ephapax-cli/tests/v2_stdlib_import.rs", - "lines": 101, + "file_path": "src/ephapax-cli/src/main.rs", + "lines": 994, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 2, "unwrap_calls": 0, + "safe_unwrap_calls": 9, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/ephapax-cli/tests/v2_grammar_phase_d_aliases.rs", - "lines": 62, + "file_path": "src/ephapax-lexer/src/lib.rs", + "lines": 1114, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/ephapax-cli/tests/v2_grammar_phase_k_qualified.rs", - "lines": 77, + "file_path": "src/ephapax-tools/src/formatter.rs", + "lines": 427, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/ephapax-cli/tests/typed_wasm_seam_conformance.rs", - "lines": 277, + "file_path": "src/ephapax-tools/src/linter.rs", + "lines": 926, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "safe_unwrap_calls": 12, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/ephapax-cli/tests/eph_corpus_gate.rs", - "lines": 155, + "file_path": "src/ephapax-tools/src/documenter.rs", + "lines": 392, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 6, + "allocation_sites": 6, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/ephapax-cli/src/main.rs", - "lines": 994, - "unsafe_blocks": 0, - "panic_sites": 2, - "unwrap_calls": 0, - "safe_unwrap_calls": 9, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/ephapax-cli/src/import_resolver.rs", - "lines": 285, + "file_path": "src/ephapax-meta/src/lib.rs", + "lines": 314, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 4, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { @@ -1128,57 +1061,78 @@ "threading_constructs": 0 }, { - "file_path": "src/ephapax-package/src/resolver.rs", - "lines": 353, + "file_path": "src/ephapax-lsp/src/main.rs", + "lines": 907, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 3, + "safe_unwrap_calls": 2, + "allocation_sites": 22, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "src/ephapax-repl/src/lib.rs", + "lines": 480, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/ephapax-package/src/lib.rs", - "lines": 131, + "file_path": "src/ephapax-stdlib/src/lib.rs", + "lines": 293, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, + "allocation_sites": 12, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/ephapax-package/src/registry.rs", - "lines": 321, + "file_path": "src/ephapax-vram-cache/src/lib.rs", + "lines": 366, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "src/ephapax-surface/src/lib.rs", + "lines": 634, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, "allocation_sites": 2, - "io_operations": 16, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/ephapax-package/src/manifest.rs", - "lines": 311, + "file_path": "src/ephapax-typing/src/lib.rs", + "lines": 4604, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 4, + "unwrap_calls": 5, + "safe_unwrap_calls": 4, + "allocation_sites": 488, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/ephapax-vram-cache/src/lib.rs", - "lines": 366, + "file_path": "src/ephapax-wasm/src/debug.rs", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "unwrap_calls": 2, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { "file_path": "src/ephapax-wasm/src/carriers.rs", @@ -1212,88 +1166,134 @@ "threading_constructs": 0 }, { - "file_path": "src/ephapax-wasm/src/debug.rs", - "lines": 171, + "file_path": "src/ephapax-package/src/manifest.rs", + "lines": 311, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "conformance/valid/ffi_basic.eph", - "lines": 13, + "file_path": "src/ephapax-package/src/resolver.rs", + "lines": 353, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 6, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "conformance/invalid/linear_used_twice.eph", - "lines": 11, + "file_path": "src/ephapax-package/src/lib.rs", + "lines": 131, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.ncl", - "lines": 66, + "file_path": "src/ephapax-package/src/registry.rs", + "lines": 321, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 16, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 141, + "file_path": "src/ephapax-parser/src/lists_tuples.rs", + "lines": 264, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "unwrap_calls": 11, + "allocation_sites": 12, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.ncl", - "lines": 88, + "file_path": "src/ephapax-parser/src/lib.rs", + "lines": 2624, + "unsafe_blocks": 0, + "panic_sites": 4, + "unwrap_calls": 5, + "safe_unwrap_calls": 13, + "allocation_sites": 172, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "src/ephapax-parser/src/surface.rs", + "lines": 2226, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 15, + "safe_unwrap_calls": 5, + "allocation_sites": 180, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "src/ephapax-parser/src/error.rs", + "lines": 224, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "src/ephapax-interp/src/lib.rs", + "lines": 1891, + "unsafe_blocks": 3, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 144, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "stdlib/Stream.eph", + "lines": 473, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", - "lines": 250, - "unsafe_blocks": 0, + "file_path": "stdlib/Coproc.eph", + "lines": 122, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.ncl", - "lines": 81, + "file_path": "stdlib/IO.eph", + "lines": 22, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "stdlib/Allen.eph", + "lines": 218, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1302,18 +1302,18 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.ncl", - "lines": 64, - "unsafe_blocks": 0, + "file_path": "stdlib/Transactions.eph", + "lines": 344, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 15, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", - "lines": 62, + "file_path": "stdlib/Aggregate.eph", + "lines": 305, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1322,310 +1322,310 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "lines": 166, + "file_path": "stdlib/Argv.eph", + "lines": 38, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", "memory", + "disk", "cpu", "concurrency" ], "dependency_graph": { "edges": [ { - "from": "src/ephapax-tools/src/documenter.rs", - "to": "src/ephapax-tools/src/formatter.rs", - "relation": "shared_dir:src/ephapax-tools/src", + "from": "formal/Semantics.v", + "to": "formal/Counterexample_L2_nested.v", + "relation": "shared_dir:formal", "weight": 1.0 }, { - "from": "src/ephapax-tools/src/formatter.rs", - "to": "src/ephapax-tools/src/linter.rs", - "relation": "shared_dir:src/ephapax-tools/src", + "from": "formal/Counterexample_L2_nested.v", + "to": "formal/Semantics_L1.v", + "relation": "shared_dir:formal", "weight": 1.0 }, { - "from": "src/ephapax-wasm/src/carriers.rs", - "to": "src/ephapax-wasm/src/lib.rs", - "relation": "shared_dir:src/ephapax-wasm/src", + "from": "idris2/ffi/zig/seams.zig", + "to": "idris2/ffi/zig/tokbuf.zig", + "relation": "shared_dir:idris2/ffi/zig", "weight": 1.0 }, { - "from": "src/ephapax-wasm/src/lib.rs", - "to": "src/ephapax-wasm/src/ownership.rs", - "relation": "shared_dir:src/ephapax-wasm/src", + "from": "examples/affine/03-affine-cache.eph", + "to": "examples/affine/02-affine-optional-cleanup.eph", + "relation": "shared_dir:examples/affine", "weight": 1.0 }, { - "from": "src/ephapax-wasm/src/ownership.rs", - "to": "src/ephapax-wasm/src/debug.rs", - "relation": "shared_dir:src/ephapax-wasm/src", + "from": "examples/affine/02-affine-optional-cleanup.eph", + "to": "examples/affine/05-affine-logging.eph", + "relation": "shared_dir:examples/affine", "weight": 1.0 }, { - "from": "examples/linear/04-linear-pair.eph", - "to": "examples/linear/05-linear-mutex.eph", - "relation": "shared_dir:examples/linear", + "from": "examples/affine/05-affine-logging.eph", + "to": "examples/affine/10-affine-weak-ref.eph", + "relation": "shared_dir:examples/affine", "weight": 1.0 }, { - "from": "examples/linear/05-linear-mutex.eph", - "to": "examples/linear/02-linear-must-consume.eph", - "relation": "shared_dir:examples/linear", + "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/adjust", "weight": 1.0 }, { - "from": "examples/linear/02-linear-must-consume.eph", - "to": "examples/linear/08-linear-protocol.eph", - "relation": "shared_dir:examples/linear", + "from": "src/ephapax-cli/tests/cli_verify_ownership.rs", + "to": "src/ephapax-cli/tests/eph_corpus_gate.rs", + "relation": "shared_dir:src/ephapax-cli/tests", "weight": 1.0 }, { - "from": "ephapax-linear/src/affine.rs", - "to": "ephapax-linear/src/tests.rs", - "relation": "shared_dir:ephapax-linear/src", + "from": "src/ephapax-cli/tests/eph_corpus_gate.rs", + "to": "src/ephapax-cli/tests/v2_grammar_phase_k_qualified.rs", + "relation": "shared_dir:src/ephapax-cli/tests", "weight": 1.0 }, { - "from": "ephapax-linear/src/tests.rs", - "to": "ephapax-linear/src/context.rs", - "relation": "shared_dir:ephapax-linear/src", + "from": "src/ephapax-cli/tests/v2_grammar_phase_k_qualified.rs", + "to": "src/ephapax-cli/tests/typed_wasm_seam_conformance.rs", + "relation": "shared_dir:src/ephapax-cli/tests", "weight": 1.0 }, { - "from": "ephapax-linear/src/context.rs", - "to": "ephapax-linear/src/linear.rs", - "relation": "shared_dir:ephapax-linear/src", + "from": "src/ephapax-cli/tests/typed_wasm_seam_conformance.rs", + "to": "src/ephapax-cli/tests/v2_stdlib_import.rs", + "relation": "shared_dir:src/ephapax-cli/tests", "weight": 1.0 }, { - "from": "examples/ffi/01-ffi-basic.eph", - "to": "examples/ffi/02-ffi-linear-handle.eph", - "relation": "shared_dir:examples/ffi", + "from": "src/ephapax-cli/tests/v2_stdlib_import.rs", + "to": "src/ephapax-cli/tests/v2_grammar_phase_j.rs", + "relation": "shared_dir:src/ephapax-cli/tests", "weight": 1.0 }, { - "from": "examples/ffi/02-ffi-linear-handle.eph", - "to": "examples/ffi/05-ffi-array.eph", - "relation": "shared_dir:examples/ffi", + "from": "src/ephapax-cli/tests/v2_grammar_phase_j.rs", + "to": "src/ephapax-cli/tests/v2_grammar_phase_d_aliases.rs", + "relation": "shared_dir:src/ephapax-cli/tests", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", - "to": ".machine_readable/contractiles/intend/intend.ncl", - "relation": "shared_dir:.machine_readable/contractiles/intend", + "from": "src/ephapax-cli/tests/v2_grammar_phase_d_aliases.rs", + "to": "src/ephapax-cli/tests/v2_grammar_phase_i.rs", + "relation": "shared_dir:src/ephapax-cli/tests", "weight": 1.0 }, { - "from": "examples/affine/03-affine-cache.eph", - "to": "examples/affine/02-affine-optional-cleanup.eph", - "relation": "shared_dir:examples/affine", + "from": "src/ephapax-wasm/src/debug.rs", + "to": "src/ephapax-wasm/src/carriers.rs", + "relation": "shared_dir:src/ephapax-wasm/src", "weight": 1.0 }, { - "from": "examples/affine/02-affine-optional-cleanup.eph", - "to": "examples/affine/05-affine-logging.eph", - "relation": "shared_dir:examples/affine", + "from": "src/ephapax-wasm/src/carriers.rs", + "to": "src/ephapax-wasm/src/lib.rs", + "relation": "shared_dir:src/ephapax-wasm/src", "weight": 1.0 }, { - "from": "examples/affine/05-affine-logging.eph", - "to": "examples/affine/10-affine-weak-ref.eph", - "relation": "shared_dir:examples/affine", + "from": "src/ephapax-wasm/src/lib.rs", + "to": "src/ephapax-wasm/src/ownership.rs", + "relation": "shared_dir:src/ephapax-wasm/src", "weight": 1.0 }, { - "from": "src/ephapax-cli/src/main.rs", - "to": "src/ephapax-cli/src/import_resolver.rs", - "relation": "shared_dir:src/ephapax-cli/src", + "from": "examples/linear/05-linear-mutex.eph", + "to": "examples/linear/02-linear-must-consume.eph", + "relation": "shared_dir:examples/linear", "weight": 1.0 }, { - "from": "examples/region/09-region-multi-resource.eph", - "to": "examples/region/10-region-error-cleanup.eph", - "relation": "shared_dir:examples/region", + "from": "examples/linear/02-linear-must-consume.eph", + "to": "examples/linear/08-linear-protocol.eph", + "relation": "shared_dir:examples/linear", "weight": 1.0 }, { - "from": "examples/region/10-region-error-cleanup.eph", - "to": "examples/region/04-region-linear-fusion.eph", - "relation": "shared_dir:examples/region", + "from": "examples/linear/08-linear-protocol.eph", + "to": "examples/linear/04-linear-pair.eph", + "relation": "shared_dir:examples/linear", "weight": 1.0 }, { - "from": "src/ephapax-cli/tests/cli_verify_ownership.rs", - "to": "src/ephapax-cli/tests/v2_grammar_phase_i.rs", - "relation": "shared_dir:src/ephapax-cli/tests", + "from": "examples/modules/reexport.eph", + "to": "examples/modules/module_types.eph", + "relation": "shared_dir:examples/modules", "weight": 1.0 }, { - "from": "src/ephapax-cli/tests/v2_grammar_phase_i.rs", - "to": "src/ephapax-cli/tests/v2_grammar_phase_j.rs", - "relation": "shared_dir:src/ephapax-cli/tests", + "from": "src/ephapax-parser/src/lists_tuples.rs", + "to": "src/ephapax-parser/src/lib.rs", + "relation": "shared_dir:src/ephapax-parser/src", "weight": 1.0 }, { - "from": "src/ephapax-cli/tests/v2_grammar_phase_j.rs", - "to": "src/ephapax-cli/tests/v2_stdlib_import.rs", - "relation": "shared_dir:src/ephapax-cli/tests", + "from": "src/ephapax-parser/src/lib.rs", + "to": "src/ephapax-parser/src/surface.rs", + "relation": "shared_dir:src/ephapax-parser/src", "weight": 1.0 }, { - "from": "src/ephapax-cli/tests/v2_stdlib_import.rs", - "to": "src/ephapax-cli/tests/v2_grammar_phase_d_aliases.rs", - "relation": "shared_dir:src/ephapax-cli/tests", + "from": "src/ephapax-parser/src/surface.rs", + "to": "src/ephapax-parser/src/error.rs", + "relation": "shared_dir:src/ephapax-parser/src", "weight": 1.0 }, { - "from": "src/ephapax-cli/tests/v2_grammar_phase_d_aliases.rs", - "to": "src/ephapax-cli/tests/v2_grammar_phase_k_qualified.rs", - "relation": "shared_dir:src/ephapax-cli/tests", + "from": "ephapax-linear/src/affine.rs", + "to": "ephapax-linear/src/context.rs", + "relation": "shared_dir:ephapax-linear/src", "weight": 1.0 }, { - "from": "src/ephapax-cli/tests/v2_grammar_phase_k_qualified.rs", - "to": "src/ephapax-cli/tests/typed_wasm_seam_conformance.rs", - "relation": "shared_dir:src/ephapax-cli/tests", + "from": "ephapax-linear/src/context.rs", + "to": "ephapax-linear/src/tests.rs", + "relation": "shared_dir:ephapax-linear/src", "weight": 1.0 }, { - "from": "src/ephapax-cli/tests/typed_wasm_seam_conformance.rs", - "to": "src/ephapax-cli/tests/eph_corpus_gate.rs", - "relation": "shared_dir:src/ephapax-cli/tests", + "from": "ephapax-linear/src/tests.rs", + "to": "ephapax-linear/src/linear.rs", + "relation": "shared_dir:ephapax-linear/src", "weight": 1.0 }, { - "from": "src/ephapax-package/src/resolver.rs", - "to": "src/ephapax-package/src/lib.rs", - "relation": "shared_dir:src/ephapax-package/src", + "from": "stdlib/Stream.eph", + "to": "stdlib/Coproc.eph", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "src/ephapax-package/src/lib.rs", - "to": "src/ephapax-package/src/registry.rs", - "relation": "shared_dir:src/ephapax-package/src", + "from": "stdlib/Coproc.eph", + "to": "stdlib/IO.eph", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "src/ephapax-package/src/registry.rs", - "to": "src/ephapax-package/src/manifest.rs", - "relation": "shared_dir:src/ephapax-package/src", + "from": "stdlib/IO.eph", + "to": "stdlib/Allen.eph", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "examples/pattern_matching/linear_match.eph", - "to": "examples/pattern_matching/destructure_pair.eph", - "relation": "shared_dir:examples/pattern_matching", + "from": "stdlib/Allen.eph", + "to": "stdlib/Transactions.eph", + "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "stdlib/Aggregate.eph", - "to": "stdlib/IO.eph", + "from": "stdlib/Transactions.eph", + "to": "stdlib/Aggregate.eph", "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "stdlib/IO.eph", + "from": "stdlib/Aggregate.eph", "to": "stdlib/Argv.eph", "relation": "shared_dir:stdlib", "weight": 1.0 }, { - "from": "stdlib/Argv.eph", - "to": "stdlib/Transactions.eph", - "relation": "shared_dir:stdlib", + "from": "src/ephapax-cli/src/import_resolver.rs", + "to": "src/ephapax-cli/src/main.rs", + "relation": "shared_dir:src/ephapax-cli/src", "weight": 1.0 }, { - "from": "stdlib/Transactions.eph", - "to": "stdlib/Allen.eph", - "relation": "shared_dir:stdlib", + "from": "examples/pattern_matching/linear_match.eph", + "to": "examples/pattern_matching/destructure_pair.eph", + "relation": "shared_dir:examples/pattern_matching", "weight": 1.0 }, { - "from": "stdlib/Allen.eph", - "to": "stdlib/Coproc.eph", - "relation": "shared_dir:stdlib", + "from": "scripts/install-zig.sh", + "to": "scripts/install-idris2.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "stdlib/Coproc.eph", - "to": "stdlib/Stream.eph", - "relation": "shared_dir:stdlib", + "from": "examples/ffi/02-ffi-linear-handle.eph", + "to": "examples/ffi/01-ffi-basic.eph", + "relation": "shared_dir:examples/ffi", "weight": 1.0 }, { - "from": "examples/modules/reexport.eph", - "to": "examples/modules/module_types.eph", - "relation": "shared_dir:examples/modules", + "from": "examples/ffi/01-ffi-basic.eph", + "to": "examples/ffi/05-ffi-array.eph", + "relation": "shared_dir:examples/ffi", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.ncl", - "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/adjust", + "from": "examples/error_handling/resource_safety.eph", + "to": "examples/error_handling/error_chain.eph", + "relation": "shared_dir:examples/error_handling", "weight": 1.0 }, { - "from": "idris2/ffi/zig/seams.zig", - "to": "idris2/ffi/zig/tokbuf.zig", - "relation": "shared_dir:idris2/ffi/zig", + "from": "examples/error_handling/error_chain.eph", + "to": "examples/error_handling/linear_cleanup.eph", + "relation": "shared_dir:examples/error_handling", "weight": 1.0 }, { - "from": "scripts/install-zig.sh", - "to": "scripts/install-idris2.sh", - "relation": "shared_dir:scripts", + "from": "src/ephapax-package/src/manifest.rs", + "to": "src/ephapax-package/src/resolver.rs", + "relation": "shared_dir:src/ephapax-package/src", "weight": 1.0 }, { - "from": "formal/Counterexample_L2_nested.v", - "to": "formal/Semantics.v", - "relation": "shared_dir:formal", + "from": "src/ephapax-package/src/resolver.rs", + "to": "src/ephapax-package/src/lib.rs", + "relation": "shared_dir:src/ephapax-package/src", "weight": 1.0 }, { - "from": "formal/Semantics.v", - "to": "formal/Semantics_L1.v", - "relation": "shared_dir:formal", + "from": "src/ephapax-package/src/lib.rs", + "to": "src/ephapax-package/src/registry.rs", + "relation": "shared_dir:src/ephapax-package/src", "weight": 1.0 }, { - "from": "src/ephapax-parser/src/lists_tuples.rs", - "to": "src/ephapax-parser/src/surface.rs", - "relation": "shared_dir:src/ephapax-parser/src", + "from": "examples/region/09-region-multi-resource.eph", + "to": "examples/region/04-region-linear-fusion.eph", + "relation": "shared_dir:examples/region", "weight": 1.0 }, { - "from": "src/ephapax-parser/src/surface.rs", - "to": "src/ephapax-parser/src/error.rs", - "relation": "shared_dir:src/ephapax-parser/src", + "from": "examples/region/04-region-linear-fusion.eph", + "to": "examples/region/10-region-error-cleanup.eph", + "relation": "shared_dir:examples/region", "weight": 1.0 }, { - "from": "src/ephapax-parser/src/error.rs", - "to": "src/ephapax-parser/src/lib.rs", - "relation": "shared_dir:src/ephapax-parser/src", + "from": "src/ephapax-tools/src/formatter.rs", + "to": "src/ephapax-tools/src/linter.rs", + "relation": "shared_dir:src/ephapax-tools/src", "weight": 1.0 }, { - "from": "examples/error_handling/error_chain.eph", - "to": "examples/error_handling/linear_cleanup.eph", - "relation": "shared_dir:examples/error_handling", + "from": "src/ephapax-tools/src/linter.rs", + "to": "src/ephapax-tools/src/documenter.rs", + "relation": "shared_dir:src/ephapax-tools/src", "weight": 1.0 }, { - "from": "examples/error_handling/linear_cleanup.eph", - "to": "examples/error_handling/resource_safety.eph", - "relation": "shared_dir:examples/error_handling", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": ".machine_readable/contractiles/intend/intend.ncl", + "relation": "shared_dir:.machine_readable/contractiles/intend", "weight": 1.0 } ] @@ -1633,101 +1633,82 @@ "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", + "source_category": "ProofDrift", "sink_axis": "cpu", + "severity_value": 5.0, + "files": [ + "formal/Semantics.v", + "formal/Counterexample_L2_nested.v", + "formal/Counterexample_L2_nested.v", + "formal/Semantics_L1.v", + "formal/Semantics_L1.v" + ], + "frameworks": [], + "relation": "ProofDrift->Cpu" + }, + { + "source_category": "PanicPath", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/ephapax-repl/src/lib.rs", - "src/ephapax-tools/src/documenter.rs", - "src/ephapax-tools/src/formatter.rs", + "src/ephapax-desugar/src/lib.rs", "src/ephapax-cli/src/main.rs", - "src/ephapax-cli/src/import_resolver.rs", - "src/ephapax-package/src/registry.rs", - "src/ephapax-package/src/manifest.rs" + "src/ephapax-repl/src/lib.rs", + "src/ephapax-typing/src/lib.rs", + "src/ephapax-wasm/src/debug.rs", + "src/ephapax-wasm/src/ownership.rs", + "src/ephapax-package/src/manifest.rs", + "src/ephapax-parser/src/lists_tuples.rs", + "src/ephapax-parser/src/lib.rs", + "src/ephapax-parser/src/surface.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "PanicPath->Memory" }, { "source_category": "UnsafeCode", "sink_axis": "concurrency", "severity_value": 3.5, "files": [ - "src/ephapax-interp/src/lib.rs", "src/ephapax-runtime/src/list.rs", "src/ephapax-runtime/src/lib.rs", - "src/ephapax-vram-cache/src/lib.rs" + "src/ephapax-vram-cache/src/lib.rs", + "src/ephapax-interp/src/lib.rs" ], "frameworks": [], "relation": "UnsafeCode->Concurrency" }, - { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "src/ephapax-parser/src/lists_tuples.rs", - "src/ephapax-parser/src/surface.rs", - "src/ephapax-parser/src/lib.rs", - "src/ephapax-repl/src/lib.rs", - "src/ephapax-desugar/src/lib.rs", - "src/ephapax-typing/src/lib.rs", - "src/ephapax-cli/src/main.rs", - "src/ephapax-package/src/manifest.rs", - "src/ephapax-wasm/src/ownership.rs", - "src/ephapax-wasm/src/debug.rs" - ], - "frameworks": [], - "relation": "PanicPath->Disk" - }, { "source_category": "UnboundedAllocation", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/ephapax-repl/src/lib.rs", - "src/ephapax-tools/src/documenter.rs", - "src/ephapax-tools/src/formatter.rs", - "src/ephapax-cli/src/main.rs", "src/ephapax-cli/src/import_resolver.rs", - "src/ephapax-package/src/registry.rs", - "src/ephapax-package/src/manifest.rs" + "src/ephapax-cli/src/main.rs", + "src/ephapax-tools/src/formatter.rs", + "src/ephapax-tools/src/documenter.rs", + "src/ephapax-repl/src/lib.rs", + "src/ephapax-package/src/manifest.rs", + "src/ephapax-package/src/registry.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Memory" }, { - "source_category": "ProofDrift", + "source_category": "UnboundedAllocation", "sink_axis": "cpu", - "severity_value": 5.0, - "files": [ - "formal/Counterexample_L2_nested.v", - "formal/Counterexample_L2_nested.v", - "formal/Semantics.v", - "formal/Semantics_L1.v", - "formal/Semantics_L1.v" - ], - "frameworks": [], - "relation": "ProofDrift->Cpu" - }, - { - "source_category": "PanicPath", - "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/ephapax-parser/src/lists_tuples.rs", - "src/ephapax-parser/src/surface.rs", - "src/ephapax-parser/src/lib.rs", - "src/ephapax-repl/src/lib.rs", - "src/ephapax-desugar/src/lib.rs", - "src/ephapax-typing/src/lib.rs", + "src/ephapax-cli/src/import_resolver.rs", "src/ephapax-cli/src/main.rs", + "src/ephapax-tools/src/formatter.rs", + "src/ephapax-tools/src/documenter.rs", + "src/ephapax-repl/src/lib.rs", "src/ephapax-package/src/manifest.rs", - "src/ephapax-wasm/src/ownership.rs", - "src/ephapax-wasm/src/debug.rs" + "src/ephapax-package/src/registry.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "UnsafeCode", @@ -1736,13 +1717,32 @@ "files": [ "idris2/ffi/zig/seams.zig", "idris2/ffi/zig/tokbuf.zig", - "src/ephapax-interp/src/lib.rs", "src/ephapax-runtime/src/list.rs", "src/ephapax-runtime/src/lib.rs", - "src/ephapax-vram-cache/src/lib.rs" + "src/ephapax-vram-cache/src/lib.rs", + "src/ephapax-interp/src/lib.rs" ], "frameworks": [], "relation": "UnsafeCode->Memory" + }, + { + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, + "files": [ + "src/ephapax-desugar/src/lib.rs", + "src/ephapax-cli/src/main.rs", + "src/ephapax-repl/src/lib.rs", + "src/ephapax-typing/src/lib.rs", + "src/ephapax-wasm/src/debug.rs", + "src/ephapax-wasm/src/ownership.rs", + "src/ephapax-package/src/manifest.rs", + "src/ephapax-parser/src/lists_tuples.rs", + "src/ephapax-parser/src/lib.rs", + "src/ephapax-parser/src/surface.rs" + ], + "frameworks": [], + "relation": "PanicPath->Disk" } ] } diff --git a/scans/ephapaxiser.json b/scans/ephapaxiser.json index 213638f8..5446c226 100644 --- a/scans/ephapaxiser.json +++ b/scans/ephapaxiser.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "UnboundedAllocation", - "location": "src/codegen/mod.rs", - "file": "src/codegen/mod.rs", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/codegen/mod.rs", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -18,10 +18,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", + "location": "src/codegen/mod.rs", + "file": "src/codegen/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", + "description": "Potential unbounded allocation pattern detected in src/codegen/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -48,6 +48,16 @@ "threading_constructs": 0 }, "file_statistics": [ + { + "file_path": "tests/integration_test.rs", + "lines": 467, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 4, + "io_operations": 1, + "threading_constructs": 0 + }, { "file_path": "examples/SafeDOMExample.affine", "lines": 129, @@ -58,6 +68,16 @@ "io_operations": 8, "threading_constructs": 0 }, + { + "file_path": "scripts/abi-ffi-gate.jl", + "lines": 116, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, { "file_path": "scripts/install-zig.sh", "lines": 59, @@ -69,23 +89,23 @@ "threading_constructs": 0 }, { - "file_path": "scripts/abi-ffi-gate.jl", - "lines": 116, + "file_path": "src/abi/mod.rs", + "lines": 424, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/integration_test.rs", - "lines": 467, + "file_path": "src/manifest/mod.rs", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -109,17 +129,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/codegen/analyzer.rs", - "lines": 316, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/codegen/mod.rs", "lines": 179, @@ -132,12 +141,13 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 498, + "file_path": "src/codegen/analyzer.rs", + "lines": 316, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 3, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, @@ -162,37 +172,27 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/mod.rs", - "lines": 424, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 498, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 - }, - { - "file_path": "src/manifest/mod.rs", - "lines": 278, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", "disk", - "memory" + "memory", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "src/interface/abi/Ephapaxiser/ABI/Foreign.idr", - "to": "src/interface/abi/Ephapaxiser/ABI/Types.idr", - "relation": "shared_dir:src/interface/abi/Ephapaxiser/ABI", + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { @@ -203,20 +203,20 @@ }, { "from": "src/codegen/wrapper_gen.rs", - "to": "src/codegen/analyzer.rs", + "to": "src/codegen/mod.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/codegen/analyzer.rs", - "to": "src/codegen/mod.rs", + "from": "src/codegen/mod.rs", + "to": "src/codegen/analyzer.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", - "relation": "shared_dir:scripts", + "from": "src/interface/abi/Ephapaxiser/ABI/Foreign.idr", + "to": "src/interface/abi/Ephapaxiser/ABI/Types.idr", + "relation": "shared_dir:src/interface/abi/Ephapaxiser/ABI", "weight": 1.0 } ] @@ -228,8 +228,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/codegen/mod.rs", - "src/manifest/mod.rs" + "src/manifest/mod.rs", + "src/codegen/mod.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Cpu" @@ -239,8 +239,8 @@ "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/codegen/mod.rs", - "src/manifest/mod.rs" + "src/manifest/mod.rs", + "src/codegen/mod.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Memory" diff --git a/scans/error-lang.json b/scans/error-lang.json index 391d1200..25c22f6e 100644 --- a/scans/error-lang.json +++ b/scans/error-lang.json @@ -4,6 +4,17 @@ "language": "errorlang", "frameworks": [], "weak_points": [ + { + "category": "PathTraversal", + "location": "verification/check-affinescript.sh", + "file": "verification/check-affinescript.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in verification/check-affinescript.sh", + "recommended_attack": [ + "disk" + ], + "test_context": "production" + }, { "category": "UnboundedAllocation", "location": "error-pkg/src/types.rs", @@ -27,17 +38,6 @@ "disk" ], "test_context": "production" - }, - { - "category": "PathTraversal", - "location": "verification/check-affinescript.sh", - "file": "verification/check-affinescript.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in verification/check-affinescript.sh", - "recommended_attack": [ - "disk" - ], - "test_context": "production" } ], "statistics": { @@ -51,14 +51,15 @@ }, "file_statistics": [ { - "file_path": "examples/09-null-cascade.err", - "lines": 113, - "unsafe_blocks": 1, + "file_path": "tools/lsp/src/backend.rs", + "lines": 694, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 0 + "safe_unwrap_calls": 11, + "allocation_sites": 6, + "io_operations": 0, + "threading_constructs": 1 }, { "file_path": "examples/05-web-server-stable.err", @@ -81,63 +82,52 @@ "threading_constructs": 0 }, { - "file_path": "error-pkg/src/resolve.rs", - "lines": 51, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "error-pkg/src/install.rs", - "lines": 120, - "unsafe_blocks": 0, + "file_path": "examples/09-null-cascade.err", + "lines": 113, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 5, + "threading_constructs": 0 }, { - "file_path": "levels/03-unterminated-string.err", - "lines": 31, + "file_path": "verification/check-affinescript.sh", + "lines": 43, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "levels/09-operators.err", - "lines": 70, + "file_path": "ffi/zig/src/main.zig", + "lines": 449, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tools/lsp/src/backend.rs", - "lines": 694, + "file_path": "error-pkg/src/install.rs", + "lines": 120, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 11, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "compiler/error-wasm/src/lib.rs", - "lines": 660, + "file_path": "error-pkg/src/resolve.rs", + "lines": 51, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 8, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, @@ -152,63 +142,63 @@ "threading_constructs": 0 }, { - "file_path": "compiler/src/LayerNavigator.affine", - "lines": 333, + "file_path": "compiler/error-wasm/src/lib.rs", + "lines": 660, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "unwrap_calls": 1, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/src/Codegen.affine", - "lines": 526, + "file_path": "compiler/src/LayerNavigator.affine", + "lines": 333, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 11, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "compiler/src/FiveWhys.affine", - "lines": 297, - "unsafe_blocks": 1, + "file_path": "compiler/src/Bytecode.affine", + "lines": 251, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 12, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "compiler/src/Stability.affine", - "lines": 307, + "file_path": "compiler/src/Lexer.affine", + "lines": 363, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "compiler/src/TokenStream.affine", - "lines": 537, + "file_path": "compiler/src/Codegen.affine", + "lines": 526, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "compiler/src/Parser.affine", - "lines": 1150, + "file_path": "compiler/src/Types.affine", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 4, "threading_constructs": 0 }, { @@ -222,28 +212,28 @@ "threading_constructs": 0 }, { - "file_path": "compiler/src/Lexer.affine", - "lines": 363, - "unsafe_blocks": 0, + "file_path": "compiler/src/FiveWhys.affine", + "lines": 297, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "compiler/src/Cst.affine", - "lines": 228, + "file_path": "compiler/src/VM.affine", + "lines": 727, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "compiler/src/TypeSuperposition.affine", - "lines": 323, + "file_path": "compiler/src/Pretty.affine", + "lines": 515, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -252,48 +242,48 @@ "threading_constructs": 0 }, { - "file_path": "compiler/src/Types.affine", - "lines": 241, + "file_path": "compiler/src/TypeSuperposition.affine", + "lines": 323, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "compiler/src/Analyzer.affine", - "lines": 233, + "file_path": "compiler/src/Stability.affine", + "lines": 307, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "compiler/src/TypeChecker.affine", - "lines": 1123, + "file_path": "compiler/src/Cst.affine", + "lines": 228, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 11, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "compiler/src/VM.affine", - "lines": 727, + "file_path": "compiler/src/IncrementalLexer.affine", + "lines": 231, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "compiler/src/Pretty.affine", - "lines": 515, + "file_path": "compiler/src/Analyzer.affine", + "lines": 233, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -302,33 +292,33 @@ "threading_constructs": 0 }, { - "file_path": "compiler/src/IncrementalLexer.affine", - "lines": 231, + "file_path": "compiler/src/Parser.affine", + "lines": 1150, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "compiler/src/Bytecode.affine", - "lines": 251, + "file_path": "compiler/src/TokenStream.affine", + "lines": 537, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "verification/check-affinescript.sh", - "lines": 43, + "file_path": "compiler/src/TypeChecker.affine", + "lines": 1123, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 11, "threading_constructs": 0 }, { @@ -342,43 +332,43 @@ "threading_constructs": 0 }, { - "file_path": "ide/src/View.affine", - "lines": 403, + "file_path": "ide/src/Model.affine", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "ide/src/Main.affine", - "lines": 189, - "unsafe_blocks": 3, + "file_path": "ide/src/View.affine", + "lines": 403, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ide/src/Model.affine", - "lines": 171, + "file_path": "ide/src/Update.affine", + "lines": 511, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "ide/src/Update.affine", - "lines": 511, - "unsafe_blocks": 0, + "file_path": "ide/src/Main.affine", + "lines": 189, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 6, "threading_constructs": 0 }, { @@ -392,165 +382,175 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 449, + "file_path": "levels/09-operators.err", + "lines": 70, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "levels/03-unterminated-string.err", + "lines": 31, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", + "disk", "cpu", - "disk" + "memory" ], "dependency_graph": { "edges": [ { - "from": "error-pkg/src/resolve.rs", - "to": "error-pkg/src/install.rs", - "relation": "shared_dir:error-pkg/src", - "weight": 1.0 - }, - { - "from": "ide/src/MonacoBindings.affine", - "to": "ide/src/View.affine", - "relation": "shared_dir:ide/src", + "from": "compiler/src/LayerNavigator.affine", + "to": "compiler/src/Bytecode.affine", + "relation": "shared_dir:compiler/src", "weight": 1.0 }, { - "from": "ide/src/View.affine", - "to": "ide/src/Main.affine", - "relation": "shared_dir:ide/src", + "from": "compiler/src/Bytecode.affine", + "to": "compiler/src/Lexer.affine", + "relation": "shared_dir:compiler/src", "weight": 1.0 }, { - "from": "ide/src/Main.affine", - "to": "ide/src/Model.affine", - "relation": "shared_dir:ide/src", + "from": "compiler/src/Lexer.affine", + "to": "compiler/src/Codegen.affine", + "relation": "shared_dir:compiler/src", "weight": 1.0 }, { - "from": "ide/src/Model.affine", - "to": "ide/src/Update.affine", - "relation": "shared_dir:ide/src", + "from": "compiler/src/Codegen.affine", + "to": "compiler/src/Types.affine", + "relation": "shared_dir:compiler/src", "weight": 1.0 }, { - "from": "examples/09-null-cascade.err", - "to": "examples/05-web-server-stable.err", - "relation": "shared_dir:examples", + "from": "compiler/src/Types.affine", + "to": "compiler/src/IncrementalParser.affine", + "relation": "shared_dir:compiler/src", "weight": 1.0 }, { - "from": "examples/05-web-server-stable.err", - "to": "examples/03-mutable-ripple.err", - "relation": "shared_dir:examples", + "from": "compiler/src/IncrementalParser.affine", + "to": "compiler/src/FiveWhys.affine", + "relation": "shared_dir:compiler/src", "weight": 1.0 }, { - "from": "levels/03-unterminated-string.err", - "to": "levels/09-operators.err", - "relation": "shared_dir:levels", + "from": "compiler/src/FiveWhys.affine", + "to": "compiler/src/VM.affine", + "relation": "shared_dir:compiler/src", "weight": 1.0 }, { - "from": "compiler/src/LayerNavigator.affine", - "to": "compiler/src/Codegen.affine", + "from": "compiler/src/VM.affine", + "to": "compiler/src/Pretty.affine", "relation": "shared_dir:compiler/src", "weight": 1.0 }, { - "from": "compiler/src/Codegen.affine", - "to": "compiler/src/FiveWhys.affine", + "from": "compiler/src/Pretty.affine", + "to": "compiler/src/TypeSuperposition.affine", "relation": "shared_dir:compiler/src", "weight": 1.0 }, { - "from": "compiler/src/FiveWhys.affine", + "from": "compiler/src/TypeSuperposition.affine", "to": "compiler/src/Stability.affine", "relation": "shared_dir:compiler/src", "weight": 1.0 }, { "from": "compiler/src/Stability.affine", - "to": "compiler/src/TokenStream.affine", + "to": "compiler/src/Cst.affine", "relation": "shared_dir:compiler/src", "weight": 1.0 }, { - "from": "compiler/src/TokenStream.affine", - "to": "compiler/src/Parser.affine", + "from": "compiler/src/Cst.affine", + "to": "compiler/src/IncrementalLexer.affine", "relation": "shared_dir:compiler/src", "weight": 1.0 }, { - "from": "compiler/src/Parser.affine", - "to": "compiler/src/IncrementalParser.affine", + "from": "compiler/src/IncrementalLexer.affine", + "to": "compiler/src/Analyzer.affine", "relation": "shared_dir:compiler/src", "weight": 1.0 }, { - "from": "compiler/src/IncrementalParser.affine", - "to": "compiler/src/Lexer.affine", + "from": "compiler/src/Analyzer.affine", + "to": "compiler/src/Parser.affine", "relation": "shared_dir:compiler/src", "weight": 1.0 }, { - "from": "compiler/src/Lexer.affine", - "to": "compiler/src/Cst.affine", + "from": "compiler/src/Parser.affine", + "to": "compiler/src/TokenStream.affine", "relation": "shared_dir:compiler/src", "weight": 1.0 }, { - "from": "compiler/src/Cst.affine", - "to": "compiler/src/TypeSuperposition.affine", + "from": "compiler/src/TokenStream.affine", + "to": "compiler/src/TypeChecker.affine", "relation": "shared_dir:compiler/src", "weight": 1.0 }, { - "from": "compiler/src/TypeSuperposition.affine", - "to": "compiler/src/Types.affine", - "relation": "shared_dir:compiler/src", + "from": "ide/src/MonacoBindings.affine", + "to": "ide/src/Model.affine", + "relation": "shared_dir:ide/src", "weight": 1.0 }, { - "from": "compiler/src/Types.affine", - "to": "compiler/src/Analyzer.affine", - "relation": "shared_dir:compiler/src", + "from": "ide/src/Model.affine", + "to": "ide/src/View.affine", + "relation": "shared_dir:ide/src", "weight": 1.0 }, { - "from": "compiler/src/Analyzer.affine", - "to": "compiler/src/TypeChecker.affine", - "relation": "shared_dir:compiler/src", + "from": "ide/src/View.affine", + "to": "ide/src/Update.affine", + "relation": "shared_dir:ide/src", "weight": 1.0 }, { - "from": "compiler/src/TypeChecker.affine", - "to": "compiler/src/VM.affine", - "relation": "shared_dir:compiler/src", + "from": "ide/src/Update.affine", + "to": "ide/src/Main.affine", + "relation": "shared_dir:ide/src", "weight": 1.0 }, { - "from": "compiler/src/VM.affine", - "to": "compiler/src/Pretty.affine", - "relation": "shared_dir:compiler/src", + "from": "levels/09-operators.err", + "to": "levels/03-unterminated-string.err", + "relation": "shared_dir:levels", "weight": 1.0 }, { - "from": "compiler/src/Pretty.affine", - "to": "compiler/src/IncrementalLexer.affine", - "relation": "shared_dir:compiler/src", + "from": "error-pkg/src/install.rs", + "to": "error-pkg/src/resolve.rs", + "relation": "shared_dir:error-pkg/src", "weight": 1.0 }, { - "from": "compiler/src/IncrementalLexer.affine", - "to": "compiler/src/Bytecode.affine", - "relation": "shared_dir:compiler/src", + "from": "examples/05-web-server-stable.err", + "to": "examples/03-mutable-ripple.err", + "relation": "shared_dir:examples", + "weight": 1.0 + }, + { + "from": "examples/03-mutable-ripple.err", + "to": "examples/09-null-cascade.err", + "relation": "shared_dir:examples", "weight": 1.0 } ] @@ -568,14 +568,14 @@ "relation": "PanicPath->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "error-pkg/src/types.rs" + "compiler/error-wasm/src/lib.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Disk" }, { "source_category": "PathTraversal", @@ -588,24 +588,24 @@ "relation": "PathTraversal->Disk" }, { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "compiler/error-wasm/src/lib.rs" + "error-pkg/src/types.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "error-pkg/src/types.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" } ] } diff --git a/scans/evil-weevil.json b/scans/evil-weevil.json new file mode 100644 index 00000000..016129b5 --- /dev/null +++ b/scans/evil-weevil.json @@ -0,0 +1,533 @@ +{ + "schema_version": "2.5", + "program_path": "evil-weevil", + "language": "shell", + "frameworks": [], + "weak_points": [ + { + "category": "CommandInjection", + "location": ".machine_readable/arrival-pack/extract.sh", + "file": ".machine_readable/arrival-pack/extract.sh", + "severity": "Medium", + "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": ".machine_readable/coaptation/extract-facts.sh", + "file": ".machine_readable/coaptation/extract-facts.sh", + "severity": "Medium", + "description": "39 potentially unquoted variable expansions in .machine_readable/coaptation/extract-facts.sh", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "scripts/prune-dependabot-ecosystems.rs", + "file": "scripts/prune-dependabot-ecosystems.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in scripts/prune-dependabot-ecosystems.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "scripts/check-proofs.sh", + "file": "scripts/check-proofs.sh", + "severity": "Medium", + "description": "26 potentially unquoted variable expansions in scripts/check-proofs.sh", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + } + ], + "statistics": { + "total_lines": 17412, + "unsafe_blocks": 0, + "panic_sites": 1, + "unwrap_calls": 0, + "allocation_sites": 13, + "io_operations": 59, + "threading_constructs": 0 + }, + "file_statistics": [ + { + "file_path": ".machine_readable/arrival-pack/generate.sh", + "lines": 45, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", + "lines": 92, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 140, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 88, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", + "lines": 278, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/dust/dust.ncl", + "lines": 66, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", + "lines": 172, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 64, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/must/must.k9.ncl", + "lines": 238, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", + "lines": 162, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", + "lines": 252, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/intend/intend.ncl", + "lines": 81, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 62, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "lines": 167, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/coaptation/verify.sh", + "lines": 34, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/coaptation/coapt.ncl", + "lines": 174, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "www/tests/run-all.sh", + "lines": 52, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "tests/workflows/mint_cleanup_test.sh", + "lines": 39, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "tests/workflows/session_contracts_test.sh", + "lines": 25, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "tests/workflows/check_adoc_renders_test.sh", + "lines": 126, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "tests/e2e/template_instantiation_test.sh", + "lines": 422, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "tests/e2e.sh", + "lines": 167, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 7, + "threading_constructs": 0 + }, + { + "file_path": "tests/shape/check_root_shape_test.sh", + "lines": 121, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "session/dispatch.sh", + "lines": 139, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "include/evil_weevil/ee.h", + "lines": 395, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "features/ssg/ssg-bootstrap.sh", + "lines": 90, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "scripts/install-toolchain.sh", + "lines": 278, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "scripts/prune-dependabot-ecosystems.rs", + "lines": 133, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 12, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "scripts/rsr-campaign.sh", + "lines": 415, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "scripts/sweep-wellknown.sh", + "lines": 421, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "scripts/migrate-wellknown-to-www.sh", + "lines": 246, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "src/interface/ffi/test/null_host.zig", + "lines": 500, + "unsafe_blocks": 0, + "panic_sites": 1, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": ".github/hooks/scan-secrets.sh", + "lines": 204, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 + } + ], + "recommended_attacks": [ + "memory", + "disk", + "cpu" + ], + "dependency_graph": { + "edges": [ + { + "from": ".machine_readable/coaptation/verify.sh", + "to": ".machine_readable/coaptation/coapt.ncl", + "relation": "shared_dir:.machine_readable/coaptation", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/trust/trust.ncl", + "to": ".machine_readable/contractiles/trust/trust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/trust", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": ".machine_readable/contractiles/intend/intend.ncl", + "relation": "shared_dir:.machine_readable/contractiles/intend", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/dust/dust.ncl", + "to": ".machine_readable/contractiles/dust/dust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/dust", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/must/must.ncl", + "to": ".machine_readable/contractiles/must/must.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/must", + "weight": 1.0 + }, + { + "from": "scripts/install-toolchain.sh", + "to": "scripts/prune-dependabot-ecosystems.rs", + "relation": "shared_dir:scripts", + "weight": 1.0 + }, + { + "from": "scripts/prune-dependabot-ecosystems.rs", + "to": "scripts/rsr-campaign.sh", + "relation": "shared_dir:scripts", + "weight": 1.0 + }, + { + "from": "scripts/rsr-campaign.sh", + "to": "scripts/sweep-wellknown.sh", + "relation": "shared_dir:scripts", + "weight": 1.0 + }, + { + "from": "scripts/sweep-wellknown.sh", + "to": "scripts/migrate-wellknown-to-www.sh", + "relation": "shared_dir:scripts", + "weight": 1.0 + }, + { + "from": "tests/workflows/mint_cleanup_test.sh", + "to": "tests/workflows/session_contracts_test.sh", + "relation": "shared_dir:tests/workflows", + "weight": 1.0 + }, + { + "from": "tests/workflows/session_contracts_test.sh", + "to": "tests/workflows/check_adoc_renders_test.sh", + "relation": "shared_dir:tests/workflows", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "to": ".machine_readable/contractiles/bust/bust.ncl", + "relation": "shared_dir:.machine_readable/contractiles/bust", + "weight": 1.0 + }, + { + "from": ".machine_readable/arrival-pack/generate.sh", + "to": ".machine_readable/arrival-pack/arrival-pack.ncl", + "relation": "shared_dir:.machine_readable/arrival-pack", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/adjust", + "weight": 1.0 + } + ] + }, + "taint_matrix": { + "rows": [ + { + "source_category": "UnboundedAllocation", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "scripts/prune-dependabot-ecosystems.rs" + ], + "frameworks": [], + "relation": "UnboundedAllocation->Memory" + }, + { + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "scripts/prune-dependabot-ecosystems.rs" + ], + "frameworks": [], + "relation": "UnboundedAllocation->Cpu" + }, + { + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + ".machine_readable/arrival-pack/extract.sh", + ".machine_readable/coaptation/extract-facts.sh", + "scripts/check-proofs.sh" + ], + "frameworks": [], + "relation": "CommandInjection->Cpu" + } + ] + } +} diff --git a/scans/excel-economic-numbers-tool.json b/scans/excel-economic-numbers-tool.json index 0f6283ce..1b52b455 100644 --- a/scans/excel-economic-numbers-tool.json +++ b/scans/excel-economic-numbers-tool.json @@ -4,18 +4,6 @@ "language": "julia", "frameworks": [], "weak_points": [ - { - "category": "InputBoundary", - "location": "tests/integration/test_e2e.jl", - "file": "tests/integration/test_e2e.jl", - "severity": "Medium", - "description": "2 JSON3.read/JSON.parse call(s) with 1 try block(s) in tests/integration/test_e2e.jl — these throw on malformed input; wrap in try/catch", - "recommended_attack": [ - "cpu" - ], - "suppressed": true, - "test_context": "test_only" - }, { "category": "ProofDrift", "location": "tests/julia/test_client.jl", @@ -49,6 +37,18 @@ ], "test_context": "test_only" }, + { + "category": "InputBoundary", + "location": "tests/integration/test_e2e.jl", + "file": "tests/integration/test_e2e.jl", + "severity": "Medium", + "description": "2 JSON3.read/JSON.parse call(s) with 1 try block(s) in tests/integration/test_e2e.jl — these throw on malformed input; wrap in try/catch", + "recommended_attack": [ + "cpu" + ], + "suppressed": true, + "test_context": "test_only" + }, { "category": "InsecureProtocol", "location": "src/enterprise/saml_auth.jl", @@ -71,24 +71,12 @@ ], "test_context": "production" }, - { - "category": "PanicPath", - "location": "src/visualization/charts.rs", - "file": "src/visualization/charts.rs", - "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in src/visualization/charts.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, { "category": "InputBoundary", - "location": "src/julia/client.jl", - "file": "src/julia/client.jl", + "location": "src/julia/data_sources/OECD.jl", + "file": "src/julia/data_sources/OECD.jl", "severity": "Medium", - "description": "4 JSON3.read/JSON.parse call(s) with 0 try block(s) in src/julia/client.jl — these throw on malformed input; wrap in try/catch", + "description": "5 JSON3.read/JSON.parse call(s) with 4 try block(s) in src/julia/data_sources/OECD.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ "cpu" ], @@ -96,10 +84,10 @@ }, { "category": "HardcodedSecret", - "location": "src/julia/data_sources/BEA.jl", - "file": "src/julia/data_sources/BEA.jl", + "location": "src/julia/data_sources/Census.jl", + "file": "src/julia/data_sources/Census.jl", "severity": "Critical", - "description": "Possible hardcoded secret in src/julia/data_sources/BEA.jl", + "description": "Possible hardcoded secret in src/julia/data_sources/Census.jl", "recommended_attack": [ "network" ], @@ -117,11 +105,11 @@ "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "src/julia/data_sources/Census.jl", - "file": "src/julia/data_sources/Census.jl", - "severity": "Critical", - "description": "Possible hardcoded secret in src/julia/data_sources/Census.jl", + "category": "InsecureProtocol", + "location": "src/julia/data_sources/IMF.jl", + "file": "src/julia/data_sources/IMF.jl", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in src/julia/data_sources/IMF.jl", "recommended_attack": [ "network" ], @@ -129,10 +117,10 @@ }, { "category": "InputBoundary", - "location": "src/julia/data_sources/DBnomics.jl", - "file": "src/julia/data_sources/DBnomics.jl", + "location": "src/julia/data_sources/FRED.jl", + "file": "src/julia/data_sources/FRED.jl", "severity": "Medium", - "description": "7 JSON3.read/JSON.parse call(s) with 3 try block(s) in src/julia/data_sources/DBnomics.jl — these throw on malformed input; wrap in try/catch", + "description": "5 JSON3.read/JSON.parse call(s) with 3 try block(s) in src/julia/data_sources/FRED.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ "cpu" ], @@ -140,21 +128,32 @@ }, { "category": "InputBoundary", - "location": "src/julia/data_sources/OECD.jl", - "file": "src/julia/data_sources/OECD.jl", + "location": "src/julia/data_sources/WorldBank.jl", + "file": "src/julia/data_sources/WorldBank.jl", "severity": "Medium", - "description": "5 JSON3.read/JSON.parse call(s) with 4 try block(s) in src/julia/data_sources/OECD.jl — these throw on malformed input; wrap in try/catch", + "description": "5 JSON3.read/JSON.parse call(s) with 4 try block(s) in src/julia/data_sources/WorldBank.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "src/julia/data_sources/IMF.jl", - "file": "src/julia/data_sources/IMF.jl", + "category": "InputBoundary", + "location": "src/julia/data_sources/DBnomics.jl", + "file": "src/julia/data_sources/DBnomics.jl", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in src/julia/data_sources/IMF.jl", + "description": "7 JSON3.read/JSON.parse call(s) with 3 try block(s) in src/julia/data_sources/DBnomics.jl — these throw on malformed input; wrap in try/catch", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, + { + "category": "HardcodedSecret", + "location": "src/julia/data_sources/BEA.jl", + "file": "src/julia/data_sources/BEA.jl", + "severity": "Critical", + "description": "Possible hardcoded secret in src/julia/data_sources/BEA.jl", "recommended_attack": [ "network" ], @@ -162,23 +161,24 @@ }, { "category": "InputBoundary", - "location": "src/julia/data_sources/FRED.jl", - "file": "src/julia/data_sources/FRED.jl", + "location": "src/julia/client.jl", + "file": "src/julia/client.jl", "severity": "Medium", - "description": "5 JSON3.read/JSON.parse call(s) with 3 try block(s) in src/julia/data_sources/FRED.jl — these throw on malformed input; wrap in try/catch", + "description": "4 JSON3.read/JSON.parse call(s) with 0 try block(s) in src/julia/client.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "InputBoundary", - "location": "src/julia/data_sources/WorldBank.jl", - "file": "src/julia/data_sources/WorldBank.jl", + "category": "PanicPath", + "location": "src/visualization/charts.rs", + "file": "src/visualization/charts.rs", "severity": "Medium", - "description": "5 JSON3.read/JSON.parse call(s) with 4 try block(s) in src/julia/data_sources/WorldBank.jl — these throw on malformed input; wrap in try/catch", + "description": "0 panic sites and 2 unwrap/expect calls in src/visualization/charts.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" } @@ -194,17 +194,17 @@ }, "file_statistics": [ { - "file_path": "bootstrap.sh", - "lines": 180, + "file_path": "tests/integration/test_e2e.jl", + "lines": 294, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/bootstrap.sh", + "file_path": "bootstrap.sh", "lines": 180, "unsafe_blocks": 0, "panic_sites": 0, @@ -214,38 +214,38 @@ "threading_constructs": 0 }, { - "file_path": "tests/integration/test_e2e.jl", - "lines": 294, + "file_path": "scripts/bootstrap.sh", + "lines": 180, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/rescript/adapters/ISpreadsheetAdapter.affine", - "lines": 7, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "src/cloud/s3_cache.jl", - "lines": 124, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/plugins/plugin_system.jl", - "lines": 349, + "file_path": "src/plugins/marketplace.jl", + "lines": 358, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -254,8 +254,8 @@ "threading_constructs": 0 }, { - "file_path": "src/plugins/marketplace.jl", - "lines": 358, + "file_path": "src/plugins/plugin_system.jl", + "lines": 349, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -283,16 +283,6 @@ "io_operations": 3, "threading_constructs": 0 }, - { - "file_path": "src/collaboration/websocket_server.jl", - "lines": 139, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 - }, { "file_path": "src/nlp/query_parser.jl", "lines": 287, @@ -314,173 +304,173 @@ "threading_constructs": 0 }, { - "file_path": "src/visualization/charts.rs", - "lines": 412, + "file_path": "src/julia/data_sources/OECD.jl", + "lines": 461, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 6, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "src/visualization/report_generator.jl", - "lines": 384, + "file_path": "src/julia/data_sources/Census.jl", + "lines": 311, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/julia/client.jl", - "lines": 129, + "file_path": "src/julia/data_sources/BIS.jl", + "lines": 433, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "src/julia/utils/retry.jl", - "lines": 172, + "file_path": "src/julia/data_sources/IMF.jl", + "lines": 461, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "src/julia/server/rate_limiting.jl", - "lines": 103, + "file_path": "src/julia/data_sources/Eurostat.jl", + "lines": 386, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "src/julia/server/authentication.jl", - "lines": 88, + "file_path": "src/julia/data_sources/ECB.jl", + "lines": 477, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "src/julia/data_sources/BEA.jl", - "lines": 297, + "file_path": "src/julia/data_sources/FRED.jl", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "src/julia/data_sources/BIS.jl", - "lines": 433, + "file_path": "src/julia/data_sources/WorldBank.jl", + "lines": 324, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "src/julia/data_sources/Census.jl", - "lines": 311, + "file_path": "src/julia/data_sources/DBnomics.jl", + "lines": 370, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "src/julia/data_sources/Eurostat.jl", - "lines": 386, + "file_path": "src/julia/data_sources/BEA.jl", + "lines": 297, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/julia/data_sources/DBnomics.jl", - "lines": 370, + "file_path": "src/julia/cache/sqlite_cache.jl", + "lines": 285, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/julia/data_sources/OECD.jl", - "lines": 461, + "file_path": "src/julia/utils/retry.jl", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/julia/data_sources/IMF.jl", - "lines": 461, + "file_path": "src/julia/server/authentication.jl", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/julia/data_sources/FRED.jl", - "lines": 274, + "file_path": "src/julia/server/rate_limiting.jl", + "lines": 103, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/julia/data_sources/ECB.jl", - "lines": 477, + "file_path": "src/julia/client.jl", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/julia/data_sources/WorldBank.jl", - "lines": 324, + "file_path": "src/rescript/adapters/ISpreadsheetAdapter.affine", + "lines": 7, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/julia/cache/sqlite_cache.jl", - "lines": 285, + "file_path": "src/collaboration/websocket_server.jl", + "lines": 139, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { @@ -494,110 +484,120 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "src/visualization/report_generator.jl", + "lines": 384, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "src/visualization/charts.rs", + "lines": 412, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 2, + "allocation_sites": 6, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, + "file_path": "src/cloud/s3_cache.jl", + "lines": 124, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", "memory", "disk", - "network" + "network", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "src/julia/data_sources/BEA.jl", - "to": "src/julia/data_sources/BIS.jl", - "relation": "shared_dir:src/julia/data_sources", + "from": "src/visualization/report_generator.jl", + "to": "src/visualization/charts.rs", + "relation": "shared_dir:src/visualization", "weight": 1.0 }, { - "from": "src/julia/data_sources/BIS.jl", + "from": "src/julia/server/authentication.jl", + "to": "src/julia/server/rate_limiting.jl", + "relation": "shared_dir:src/julia/server", + "weight": 1.0 + }, + { + "from": "src/julia/data_sources/OECD.jl", "to": "src/julia/data_sources/Census.jl", "relation": "shared_dir:src/julia/data_sources", "weight": 1.0 }, { "from": "src/julia/data_sources/Census.jl", - "to": "src/julia/data_sources/Eurostat.jl", + "to": "src/julia/data_sources/BIS.jl", "relation": "shared_dir:src/julia/data_sources", "weight": 1.0 }, { - "from": "src/julia/data_sources/Eurostat.jl", - "to": "src/julia/data_sources/DBnomics.jl", + "from": "src/julia/data_sources/BIS.jl", + "to": "src/julia/data_sources/IMF.jl", "relation": "shared_dir:src/julia/data_sources", "weight": 1.0 }, { - "from": "src/julia/data_sources/DBnomics.jl", - "to": "src/julia/data_sources/OECD.jl", + "from": "src/julia/data_sources/IMF.jl", + "to": "src/julia/data_sources/Eurostat.jl", "relation": "shared_dir:src/julia/data_sources", "weight": 1.0 }, { - "from": "src/julia/data_sources/OECD.jl", - "to": "src/julia/data_sources/IMF.jl", + "from": "src/julia/data_sources/Eurostat.jl", + "to": "src/julia/data_sources/ECB.jl", "relation": "shared_dir:src/julia/data_sources", "weight": 1.0 }, { - "from": "src/julia/data_sources/IMF.jl", + "from": "src/julia/data_sources/ECB.jl", "to": "src/julia/data_sources/FRED.jl", "relation": "shared_dir:src/julia/data_sources", "weight": 1.0 }, { "from": "src/julia/data_sources/FRED.jl", - "to": "src/julia/data_sources/ECB.jl", + "to": "src/julia/data_sources/WorldBank.jl", "relation": "shared_dir:src/julia/data_sources", "weight": 1.0 }, { - "from": "src/julia/data_sources/ECB.jl", - "to": "src/julia/data_sources/WorldBank.jl", + "from": "src/julia/data_sources/WorldBank.jl", + "to": "src/julia/data_sources/DBnomics.jl", "relation": "shared_dir:src/julia/data_sources", "weight": 1.0 }, { - "from": "src/plugins/plugin_system.jl", - "to": "src/plugins/marketplace.jl", - "relation": "shared_dir:src/plugins", + "from": "src/julia/data_sources/DBnomics.jl", + "to": "src/julia/data_sources/BEA.jl", + "relation": "shared_dir:src/julia/data_sources", "weight": 1.0 }, { "from": "src/plugins/marketplace.jl", - "to": "src/plugins/webhooks.jl", + "to": "src/plugins/plugin_system.jl", "relation": "shared_dir:src/plugins", "weight": 1.0 }, { - "from": "src/julia/server/rate_limiting.jl", - "to": "src/julia/server/authentication.jl", - "relation": "shared_dir:src/julia/server", - "weight": 1.0 - }, - { - "from": "src/visualization/charts.rs", - "to": "src/visualization/report_generator.jl", - "relation": "shared_dir:src/visualization", + "from": "src/plugins/plugin_system.jl", + "to": "src/plugins/webhooks.jl", + "relation": "shared_dir:src/plugins", "weight": 1.0 } ] @@ -611,37 +611,47 @@ "files": [ "tests/integration/test_e2e.jl", "src/ai/insights.jl", - "src/julia/client.jl", - "src/julia/data_sources/BIS.jl", - "src/julia/data_sources/DBnomics.jl", "src/julia/data_sources/OECD.jl", + "src/julia/data_sources/BIS.jl", "src/julia/data_sources/FRED.jl", - "src/julia/data_sources/WorldBank.jl" + "src/julia/data_sources/WorldBank.jl", + "src/julia/data_sources/DBnomics.jl", + "src/julia/client.jl" ], "frameworks": [], "relation": "InputBoundary->Cpu" }, { - "source_category": "HardcodedSecret", - "sink_axis": "network", - "severity_value": 5.0, + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "tests/julia/test_client.jl", - "src/julia/data_sources/BEA.jl", - "src/julia/data_sources/Census.jl" + "src/visualization/charts.rs" ], "frameworks": [], - "relation": "HardcodedSecret->Network" + "relation": "PanicPath->Memory" }, { - "source_category": "MutationGap", + "source_category": "ProofDrift", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "tests/julia/test_elasticity.jl" + "tests/julia/test_client.jl" ], "frameworks": [], - "relation": "MutationGap->Cpu" + "relation": "ProofDrift->Cpu" + }, + { + "source_category": "HardcodedSecret", + "sink_axis": "network", + "severity_value": 5.0, + "files": [ + "tests/julia/test_client.jl", + "src/julia/data_sources/Census.jl", + "src/julia/data_sources/BEA.jl" + ], + "frameworks": [], + "relation": "HardcodedSecret->Network" }, { "source_category": "PanicPath", @@ -665,24 +675,14 @@ "relation": "InsecureProtocol->Network" }, { - "source_category": "ProofDrift", + "source_category": "MutationGap", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "tests/julia/test_client.jl" - ], - "frameworks": [], - "relation": "ProofDrift->Cpu" - }, - { - "source_category": "PanicPath", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "src/visualization/charts.rs" + "tests/julia/test_elasticity.jl" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "MutationGap->Cpu" } ] } diff --git a/scans/explicit-trust-plane.json b/scans/explicit-trust-plane.json index 78f24d7e..a9f40dca 100644 --- a/scans/explicit-trust-plane.json +++ b/scans/explicit-trust-plane.json @@ -25,8 +25,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/generate-cert.sh", - "lines": 93, + "file_path": "scripts/generate-pgp.sh", + "lines": 108, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -35,18 +35,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/generate-ca.sh", - "lines": 95, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "scripts/generate-pgp.sh", - "lines": 108, + "file_path": "scripts/export-dns.sh", + "lines": 140, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -55,8 +45,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/export-dns.sh", - "lines": 140, + "file_path": "scripts/generate-cert.sh", + "lines": 93, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -65,13 +55,13 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 219, - "unsafe_blocks": 12, + "file_path": "scripts/generate-ca.sh", + "lines": 95, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -93,6 +83,16 @@ "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 + }, + { + "file_path": "src/abi/Foreign.idr", + "lines": 219, + "unsafe_blocks": 12, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 } ], "recommended_attacks": [ @@ -103,25 +103,25 @@ "edges": [ { "from": "scripts/generate-kex.sh", - "to": "scripts/generate-cert.sh", + "to": "scripts/generate-pgp.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/generate-cert.sh", - "to": "scripts/generate-ca.sh", + "from": "scripts/generate-pgp.sh", + "to": "scripts/export-dns.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/generate-ca.sh", - "to": "scripts/generate-pgp.sh", + "from": "scripts/export-dns.sh", + "to": "scripts/generate-cert.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/generate-pgp.sh", - "to": "scripts/export-dns.sh", + "from": "scripts/generate-cert.sh", + "to": "scripts/generate-ca.sh", "relation": "shared_dir:scripts", "weight": 1.0 } diff --git a/scans/feedback-o-tron.json b/scans/feedback-o-tron.json index 8686703b..7476676b 100644 --- a/scans/feedback-o-tron.json +++ b/scans/feedback-o-tron.json @@ -9,10 +9,10 @@ "weak_points": [ { "category": "CommandInjection", - "location": "elixir-mcp/lib/feedback_a_tron/network_verifier.ex", - "file": "elixir-mcp/lib/feedback_a_tron/network_verifier.ex", + "location": "elixir-mcp/lib/feedback_a_tron/synthesis/research.ex", + "file": "elixir-mcp/lib/feedback_a_tron/synthesis/research.ex", "severity": "Medium", - "description": "System command execution in elixir-mcp/lib/feedback_a_tron/network_verifier.ex", + "description": "System command execution in elixir-mcp/lib/feedback_a_tron/synthesis/research.ex", "recommended_attack": [ "cpu", "disk" @@ -21,10 +21,22 @@ }, { "category": "CommandInjection", - "location": "elixir-mcp/lib/feedback_a_tron/synthesis/research.ex", - "file": "elixir-mcp/lib/feedback_a_tron/synthesis/research.ex", + "location": "elixir-mcp/lib/feedback_a_tron/credentials.ex", + "file": "elixir-mcp/lib/feedback_a_tron/credentials.ex", "severity": "Medium", - "description": "System command execution in elixir-mcp/lib/feedback_a_tron/synthesis/research.ex", + "description": "System command execution in elixir-mcp/lib/feedback_a_tron/credentials.ex", + "recommended_attack": [ + "cpu", + "disk" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "elixir-mcp/lib/feedback_a_tron/network_verifier.ex", + "file": "elixir-mcp/lib/feedback_a_tron/network_verifier.ex", + "severity": "Medium", + "description": "System command execution in elixir-mcp/lib/feedback_a_tron/network_verifier.ex", "recommended_attack": [ "cpu", "disk" @@ -77,57 +89,34 @@ ], "test_context": "production" }, - { - "category": "CommandInjection", - "location": "elixir-mcp/lib/feedback_a_tron/credentials.ex", - "file": "elixir-mcp/lib/feedback_a_tron/credentials.ex", - "severity": "Medium", - "description": "System command execution in elixir-mcp/lib/feedback_a_tron/credentials.ex", - "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, { "category": "MutationGap", - "location": "elixir-mcp/test/channel_test.exs", - "file": "elixir-mcp/test/channel_test.exs", - "severity": "Low", - "description": "Elixir test file elixir-mcp/test/channel_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "elixir-mcp/test/platform_integration_test.exs", - "file": "elixir-mcp/test/platform_integration_test.exs", + "location": "elixir-mcp/test/synthesis/template_fetcher_test.exs", + "file": "elixir-mcp/test/synthesis/template_fetcher_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/platform_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/synthesis/template_fetcher_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "elixir-mcp/test/network_verifier_test.exs", - "file": "elixir-mcp/test/network_verifier_test.exs", - "severity": "Low", - "description": "Elixir test file elixir-mcp/test/network_verifier_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "InsecureProtocol", + "location": "elixir-mcp/test/synthesis/template_fetcher_test.exs", + "file": "elixir-mcp/test/synthesis/template_fetcher_test.exs", + "severity": "Medium", + "description": "2 HTTP (non-HTTPS) URLs in elixir-mcp/test/synthesis/template_fetcher_test.exs", "recommended_attack": [ - "cpu" + "network" ], "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir-mcp/test/rate_limiter_test.exs", - "file": "elixir-mcp/test/rate_limiter_test.exs", + "location": "elixir-mcp/test/synthesis/research_test.exs", + "file": "elixir-mcp/test/synthesis/research_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/rate_limiter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/synthesis/research_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -135,10 +124,10 @@ }, { "category": "MutationGap", - "location": "elixir-mcp/test/deduplicator_test.exs", - "file": "elixir-mcp/test/deduplicator_test.exs", + "location": "elixir-mcp/test/synthesis/hydrator_test.exs", + "file": "elixir-mcp/test/synthesis/hydrator_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/deduplicator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/synthesis/hydrator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -146,10 +135,10 @@ }, { "category": "MutationGap", - "location": "elixir-mcp/test/audit_log_test.exs", - "file": "elixir-mcp/test/audit_log_test.exs", + "location": "elixir-mcp/test/synthesis/form_validator_test.exs", + "file": "elixir-mcp/test/synthesis/form_validator_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/audit_log_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/synthesis/form_validator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -168,10 +157,10 @@ }, { "category": "MutationGap", - "location": "elixir-mcp/test/synthesis/research_test.exs", - "file": "elixir-mcp/test/synthesis/research_test.exs", + "location": "elixir-mcp/test/synthesis/synthesizer_test.exs", + "file": "elixir-mcp/test/synthesis/synthesizer_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/synthesis/research_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/synthesis/synthesizer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -179,10 +168,10 @@ }, { "category": "MutationGap", - "location": "elixir-mcp/test/synthesis/hydrator_test.exs", - "file": "elixir-mcp/test/synthesis/hydrator_test.exs", + "location": "elixir-mcp/test/synthesis/intent_classifier_test.exs", + "file": "elixir-mcp/test/synthesis/intent_classifier_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/synthesis/hydrator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/synthesis/intent_classifier_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -190,10 +179,10 @@ }, { "category": "MutationGap", - "location": "elixir-mcp/test/synthesis/intent_classifier_test.exs", - "file": "elixir-mcp/test/synthesis/intent_classifier_test.exs", + "location": "elixir-mcp/test/channel_test.exs", + "file": "elixir-mcp/test/channel_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/synthesis/intent_classifier_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/channel_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -201,43 +190,46 @@ }, { "category": "MutationGap", - "location": "elixir-mcp/test/synthesis/synthesizer_test.exs", - "file": "elixir-mcp/test/synthesis/synthesizer_test.exs", + "location": "elixir-mcp/test/cli_test.exs", + "file": "elixir-mcp/test/cli_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/synthesis/synthesizer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/cli_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "elixir-mcp/test/synthesis/template_fetcher_test.exs", - "file": "elixir-mcp/test/synthesis/template_fetcher_test.exs", - "severity": "Low", - "description": "Elixir test file elixir-mcp/test/synthesis/template_fetcher_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": "elixir-mcp/test/escript_smoke_test.exs", + "file": "elixir-mcp/test/escript_smoke_test.exs", + "severity": "Medium", + "description": "System command execution in elixir-mcp/test/escript_smoke_test.exs", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "elixir-mcp/test/synthesis/template_fetcher_test.exs", - "file": "elixir-mcp/test/synthesis/template_fetcher_test.exs", - "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in elixir-mcp/test/synthesis/template_fetcher_test.exs", + "category": "MutationGap", + "location": "elixir-mcp/test/escript_smoke_test.exs", + "file": "elixir-mcp/test/escript_smoke_test.exs", + "severity": "Low", + "description": "Elixir test file elixir-mcp/test/escript_smoke_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir-mcp/test/synthesis/form_validator_test.exs", - "file": "elixir-mcp/test/synthesis/form_validator_test.exs", + "location": "elixir-mcp/test/network_verifier_test.exs", + "file": "elixir-mcp/test/network_verifier_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/synthesis/form_validator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/network_verifier_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -256,21 +248,22 @@ }, { "category": "MutationGap", - "location": "elixir-mcp/test/mcp_server_stdio_test.exs", - "file": "elixir-mcp/test/mcp_server_stdio_test.exs", + "location": "elixir-mcp/test/retry_test.exs", + "file": "elixir-mcp/test/retry_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/mcp_server_stdio_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/retry_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir-mcp/test/mcp_server_test.exs", - "file": "elixir-mcp/test/mcp_server_test.exs", + "location": "elixir-mcp/test/text_similarity_test.exs", + "file": "elixir-mcp/test/text_similarity_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/mcp_server_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/text_similarity_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -278,22 +271,21 @@ }, { "category": "MutationGap", - "location": "elixir-mcp/test/retry_test.exs", - "file": "elixir-mcp/test/retry_test.exs", + "location": "elixir-mcp/test/feedback_a_tron/http_intake/router_test.exs", + "file": "elixir-mcp/test/feedback_a_tron/http_intake/router_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/retry_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/feedback_a_tron/http_intake/router_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir-mcp/test/cli_test.exs", - "file": "elixir-mcp/test/cli_test.exs", + "location": "elixir-mcp/test/platform_integration_test.exs", + "file": "elixir-mcp/test/platform_integration_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/cli_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/platform_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -312,10 +304,10 @@ }, { "category": "MutationGap", - "location": "elixir-mcp/test/submitter_test.exs", - "file": "elixir-mcp/test/submitter_test.exs", + "location": "elixir-mcp/test/credentials_test.exs", + "file": "elixir-mcp/test/credentials_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/submitter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/credentials_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -323,10 +315,10 @@ }, { "category": "MutationGap", - "location": "elixir-mcp/test/feedback_a_tron/http_intake/router_test.exs", - "file": "elixir-mcp/test/feedback_a_tron/http_intake/router_test.exs", + "location": "elixir-mcp/test/doors_test.exs", + "file": "elixir-mcp/test/doors_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/feedback_a_tron/http_intake/router_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/doors_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -334,46 +326,43 @@ }, { "category": "MutationGap", - "location": "elixir-mcp/test/text_similarity_test.exs", - "file": "elixir-mcp/test/text_similarity_test.exs", + "location": "elixir-mcp/test/rate_limiter_test.exs", + "file": "elixir-mcp/test/rate_limiter_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/text_similarity_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/rate_limiter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "CommandInjection", - "location": "elixir-mcp/test/escript_smoke_test.exs", - "file": "elixir-mcp/test/escript_smoke_test.exs", - "severity": "Medium", - "description": "System command execution in elixir-mcp/test/escript_smoke_test.exs", + "category": "MutationGap", + "location": "elixir-mcp/test/audit_log_test.exs", + "file": "elixir-mcp/test/audit_log_test.exs", + "severity": "Low", + "description": "Elixir test file elixir-mcp/test/audit_log_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir-mcp/test/escript_smoke_test.exs", - "file": "elixir-mcp/test/escript_smoke_test.exs", + "location": "elixir-mcp/test/submitter_test.exs", + "file": "elixir-mcp/test/submitter_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/escript_smoke_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/submitter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir-mcp/test/doors_test.exs", - "file": "elixir-mcp/test/doors_test.exs", + "location": "elixir-mcp/test/logger_config_test.exs", + "file": "elixir-mcp/test/logger_config_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/doors_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/logger_config_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -381,10 +370,10 @@ }, { "category": "MutationGap", - "location": "elixir-mcp/test/logger_config_test.exs", - "file": "elixir-mcp/test/logger_config_test.exs", + "location": "elixir-mcp/test/deduplicator_test.exs", + "file": "elixir-mcp/test/deduplicator_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/logger_config_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/deduplicator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -392,25 +381,24 @@ }, { "category": "MutationGap", - "location": "elixir-mcp/test/credentials_test.exs", - "file": "elixir-mcp/test/credentials_test.exs", + "location": "elixir-mcp/test/mcp_server_test.exs", + "file": "elixir-mcp/test/mcp_server_test.exs", "severity": "Low", - "description": "Elixir test file elixir-mcp/test/credentials_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-mcp/test/mcp_server_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "ffi/zig/test/integration_test.zig", - "file": "ffi/zig/test/integration_test.zig", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in ffi/zig/test/integration_test.zig", + "category": "MutationGap", + "location": "elixir-mcp/test/mcp_server_stdio_test.exs", + "file": "elixir-mcp/test/mcp_server_stdio_test.exs", + "severity": "Low", + "description": "Elixir test file elixir-mcp/test/mcp_server_stdio_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], - "suppressed": true, "test_context": "test_only" }, { @@ -423,6 +411,18 @@ "cpu" ], "test_context": "production" + }, + { + "category": "InsecureProtocol", + "location": "ffi/zig/test/integration_test.zig", + "file": "ffi/zig/test/integration_test.zig", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in ffi/zig/test/integration_test.zig", + "recommended_attack": [ + "network" + ], + "suppressed": true, + "test_context": "test_only" } ], "statistics": { @@ -436,28 +436,38 @@ }, "file_statistics": [ { - "file_path": "elixir-mcp/lib/feedback_a_tron/mcp/server.ex", - "lines": 294, + "file_path": "elixir-mcp/lib/feedback_a_tron/synthesis/hydrator.ex", + "lines": 322, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 4 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/network_verifier.ex", - "lines": 640, + "file_path": "elixir-mcp/lib/feedback_a_tron/synthesis/template_fetcher.ex", + "lines": 362, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 2, - "threading_constructs": 7 + "threading_constructs": 0 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/synthesis/template_fetcher.ex", - "lines": 362, + "file_path": "elixir-mcp/lib/feedback_a_tron/synthesis/template_cache.ex", + "lines": 115, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "elixir-mcp/lib/feedback_a_tron/credentials.ex", + "lines": 521, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -466,34 +476,34 @@ "threading_constructs": 0 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/synthesis/hydrator.ex", - "lines": 322, + "file_path": "elixir-mcp/lib/feedback_a_tron/mcp/server.ex", + "lines": 294, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 4 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/synthesis/template_cache.ex", - "lines": 115, + "file_path": "elixir-mcp/lib/feedback_a_tron/network_verifier.ex", + "lines": 640, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 7 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/retry.ex", - "lines": 121, + "file_path": "elixir-mcp/lib/feedback_a_tron/rate_limiter.ex", + "lines": 204, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 1 }, { "file_path": "elixir-mcp/lib/feedback_a_tron/audit_log.ex", @@ -516,8 +526,8 @@ "threading_constructs": 1 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/secure_dns.ex", - "lines": 240, + "file_path": "elixir-mcp/lib/feedback_a_tron/channels/mailman.ex", + "lines": 222, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -526,8 +536,8 @@ "threading_constructs": 0 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/channels/jira.ex", - "lines": 139, + "file_path": "elixir-mcp/lib/feedback_a_tron/channels/matrix.ex", + "lines": 134, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -536,18 +546,18 @@ "threading_constructs": 0 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/channels/discourse.ex", - "lines": 93, + "file_path": "elixir-mcp/lib/feedback_a_tron/channels/sourcehut.ex", + "lines": 132, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/channels/bitbucket.ex", - "lines": 70, + "file_path": "elixir-mcp/lib/feedback_a_tron/channels/codeberg.ex", + "lines": 60, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -556,18 +566,8 @@ "threading_constructs": 0 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/channels/reddit.ex", - "lines": 166, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "elixir-mcp/lib/feedback_a_tron/channels/bugzilla.ex", - "lines": 79, + "file_path": "elixir-mcp/lib/feedback_a_tron/channels/discourse.ex", + "lines": 93, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -576,18 +576,18 @@ "threading_constructs": 0 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/channels/matrix.ex", - "lines": 134, + "file_path": "elixir-mcp/lib/feedback_a_tron/channels/reddit.ex", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/channels/sourcehut.ex", - "lines": 132, + "file_path": "elixir-mcp/lib/feedback_a_tron/channels/discord.ex", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -596,8 +596,8 @@ "threading_constructs": 0 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/channels/mailman.ex", - "lines": 222, + "file_path": "elixir-mcp/lib/feedback_a_tron/channels/bitbucket.ex", + "lines": 70, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -606,8 +606,8 @@ "threading_constructs": 0 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/channels/codeberg.ex", - "lines": 60, + "file_path": "elixir-mcp/lib/feedback_a_tron/channels/bugzilla.ex", + "lines": 79, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -616,13 +616,13 @@ "threading_constructs": 0 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/channels/discord.ex", - "lines": 173, + "file_path": "elixir-mcp/lib/feedback_a_tron/channels/jira.ex", + "lines": 139, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { @@ -646,23 +646,23 @@ "threading_constructs": 0 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/rate_limiter.ex", - "lines": 204, + "file_path": "elixir-mcp/lib/feedback_a_tron/retry.ex", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "elixir-mcp/lib/feedback_a_tron/credentials.ex", - "lines": 521, + "file_path": "elixir-mcp/lib/feedback_a_tron/secure_dns.ex", + "lines": 240, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { @@ -686,23 +686,23 @@ "threading_constructs": 0 }, { - "file_path": "elixir-mcp/test/retry_test.exs", - "lines": 134, + "file_path": "elixir-mcp/test/escript_smoke_test.exs", + "lines": 104, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "elixir-mcp/test/escript_smoke_test.exs", - "lines": 104, + "file_path": "elixir-mcp/test/retry_test.exs", + "lines": 134, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 3, + "io_operations": 0, "threading_constructs": 0 }, { @@ -716,13 +716,13 @@ "threading_constructs": 0 }, { - "file_path": "scripts/scraper.exs", - "lines": 304, + "file_path": "julia-stats/src/FeedbackStats.jl", + "lines": 408, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 5, "threading_constructs": 0 }, { @@ -735,6 +735,16 @@ "io_operations": 1, "threading_constructs": 0 }, + { + "file_path": "scripts/scraper.exs", + "lines": 304, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 + }, { "file_path": "ffi/zig/test/integration_test.zig", "lines": 271, @@ -754,113 +764,91 @@ "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 - }, - { - "file_path": "julia-stats/src/FeedbackStats.jl", - "lines": 408, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", - "memory", "disk", + "network", "concurrency", - "network" + "memory", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "elixir-mcp/lib/feedback_a_tron/synthesis/template_fetcher.ex", - "to": "elixir-mcp/lib/feedback_a_tron/synthesis/hydrator.ex", - "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron/synthesis", - "weight": 1.0 - }, - { - "from": "elixir-mcp/lib/feedback_a_tron/synthesis/hydrator.ex", - "to": "elixir-mcp/lib/feedback_a_tron/synthesis/template_cache.ex", - "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron/synthesis", + "from": "elixir-mcp/lib/feedback_a_tron/channels/mailman.ex", + "to": "elixir-mcp/lib/feedback_a_tron/channels/matrix.ex", + "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron/channels", "weight": 1.0 }, { - "from": "elixir-mcp/scripts/mcp_tcp_smoke_test.sh", - "to": "elixir-mcp/scripts/consent_bypass_check.sh", - "relation": "shared_dir:elixir-mcp/scripts", + "from": "elixir-mcp/lib/feedback_a_tron/channels/matrix.ex", + "to": "elixir-mcp/lib/feedback_a_tron/channels/sourcehut.ex", + "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron/channels", "weight": 1.0 }, { - "from": "elixir-mcp/test/retry_test.exs", - "to": "elixir-mcp/test/escript_smoke_test.exs", - "relation": "shared_dir:elixir-mcp/test", + "from": "elixir-mcp/lib/feedback_a_tron/channels/sourcehut.ex", + "to": "elixir-mcp/lib/feedback_a_tron/channels/codeberg.ex", + "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron/channels", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/jira.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/codeberg.ex", "to": "elixir-mcp/lib/feedback_a_tron/channels/discourse.ex", "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron/channels", "weight": 1.0 }, { "from": "elixir-mcp/lib/feedback_a_tron/channels/discourse.ex", - "to": "elixir-mcp/lib/feedback_a_tron/channels/bitbucket.ex", - "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron/channels", - "weight": 1.0 - }, - { - "from": "elixir-mcp/lib/feedback_a_tron/channels/bitbucket.ex", "to": "elixir-mcp/lib/feedback_a_tron/channels/reddit.ex", "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron/channels", "weight": 1.0 }, { "from": "elixir-mcp/lib/feedback_a_tron/channels/reddit.ex", - "to": "elixir-mcp/lib/feedback_a_tron/channels/bugzilla.ex", + "to": "elixir-mcp/lib/feedback_a_tron/channels/discord.ex", "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron/channels", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/bugzilla.ex", - "to": "elixir-mcp/lib/feedback_a_tron/channels/matrix.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/discord.ex", + "to": "elixir-mcp/lib/feedback_a_tron/channels/bitbucket.ex", "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron/channels", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/matrix.ex", - "to": "elixir-mcp/lib/feedback_a_tron/channels/sourcehut.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/bitbucket.ex", + "to": "elixir-mcp/lib/feedback_a_tron/channels/bugzilla.ex", "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron/channels", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/sourcehut.ex", - "to": "elixir-mcp/lib/feedback_a_tron/channels/mailman.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/bugzilla.ex", + "to": "elixir-mcp/lib/feedback_a_tron/channels/jira.ex", "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron/channels", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/mailman.ex", - "to": "elixir-mcp/lib/feedback_a_tron/channels/codeberg.ex", - "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron/channels", + "from": "elixir-mcp/scripts/mcp_tcp_smoke_test.sh", + "to": "elixir-mcp/scripts/consent_bypass_check.sh", + "relation": "shared_dir:elixir-mcp/scripts", "weight": 1.0 }, - { - "from": "elixir-mcp/lib/feedback_a_tron/channels/codeberg.ex", - "to": "elixir-mcp/lib/feedback_a_tron/channels/discord.ex", - "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron/channels", + { + "from": "elixir-mcp/lib/feedback_a_tron/credentials.ex", + "to": "elixir-mcp/lib/feedback_a_tron/network_verifier.ex", + "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron", "weight": 1.0 }, { "from": "elixir-mcp/lib/feedback_a_tron/network_verifier.ex", - "to": "elixir-mcp/lib/feedback_a_tron/retry.ex", + "to": "elixir-mcp/lib/feedback_a_tron/rate_limiter.ex", "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/retry.ex", + "from": "elixir-mcp/lib/feedback_a_tron/rate_limiter.ex", "to": "elixir-mcp/lib/feedback_a_tron/audit_log.ex", "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron", "weight": 1.0 @@ -873,57 +861,57 @@ }, { "from": "elixir-mcp/lib/feedback_a_tron/submitter.ex", - "to": "elixir-mcp/lib/feedback_a_tron/secure_dns.ex", - "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron", - "weight": 1.0 - }, - { - "from": "elixir-mcp/lib/feedback_a_tron/secure_dns.ex", "to": "elixir-mcp/lib/feedback_a_tron/deduplicator.ex", "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron", "weight": 1.0 }, { "from": "elixir-mcp/lib/feedback_a_tron/deduplicator.ex", - "to": "elixir-mcp/lib/feedback_a_tron/rate_limiter.ex", + "to": "elixir-mcp/lib/feedback_a_tron/retry.ex", "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/rate_limiter.ex", - "to": "elixir-mcp/lib/feedback_a_tron/credentials.ex", + "from": "elixir-mcp/lib/feedback_a_tron/retry.ex", + "to": "elixir-mcp/lib/feedback_a_tron/secure_dns.ex", "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron", "weight": 1.0 }, { - "from": "scripts/scraper.exs", - "to": "scripts/sync-state.sh", + "from": "scripts/sync-state.sh", + "to": "scripts/scraper.exs", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/mcp/server.ex", - "to": "WebServer", - "relation": "framework", - "weight": 8.0 + "from": "elixir-mcp/test/escript_smoke_test.exs", + "to": "elixir-mcp/test/retry_test.exs", + "relation": "shared_dir:elixir-mcp/test", + "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/mcp/server.ex", - "to": "OTP", - "relation": "framework", - "weight": 8.0 + "from": "elixir-mcp/lib/feedback_a_tron/synthesis/hydrator.ex", + "to": "elixir-mcp/lib/feedback_a_tron/synthesis/template_fetcher.ex", + "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron/synthesis", + "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/network_verifier.ex", + "from": "elixir-mcp/lib/feedback_a_tron/synthesis/template_fetcher.ex", + "to": "elixir-mcp/lib/feedback_a_tron/synthesis/template_cache.ex", + "relation": "shared_dir:elixir-mcp/lib/feedback_a_tron/synthesis", + "weight": 1.0 + }, + { + "from": "elixir-mcp/lib/feedback_a_tron/synthesis/hydrator.ex", "to": "WebServer", "relation": "framework", - "weight": 14.0 + "weight": 2.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/network_verifier.ex", + "from": "elixir-mcp/lib/feedback_a_tron/synthesis/hydrator.ex", "to": "OTP", "relation": "framework", - "weight": 14.0 + "weight": 2.0 }, { "from": "elixir-mcp/lib/feedback_a_tron/synthesis/template_fetcher.ex", @@ -938,193 +926,205 @@ "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/synthesis/hydrator.ex", + "from": "elixir-mcp/lib/feedback_a_tron/synthesis/template_cache.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/synthesis/hydrator.ex", + "from": "elixir-mcp/lib/feedback_a_tron/synthesis/template_cache.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/synthesis/template_cache.ex", + "from": "elixir-mcp/lib/feedback_a_tron/credentials.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/synthesis/template_cache.ex", + "from": "elixir-mcp/lib/feedback_a_tron/credentials.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/retry.ex", + "from": "elixir-mcp/lib/feedback_a_tron/mcp/server.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 8.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/retry.ex", + "from": "elixir-mcp/lib/feedback_a_tron/mcp/server.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 8.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/audit_log.ex", + "from": "elixir-mcp/lib/feedback_a_tron/network_verifier.ex", + "to": "WebServer", + "relation": "framework", + "weight": 14.0 + }, + { + "from": "elixir-mcp/lib/feedback_a_tron/network_verifier.ex", + "to": "OTP", + "relation": "framework", + "weight": 14.0 + }, + { + "from": "elixir-mcp/lib/feedback_a_tron/rate_limiter.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/audit_log.ex", + "from": "elixir-mcp/lib/feedback_a_tron/rate_limiter.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/submitter.ex", + "from": "elixir-mcp/lib/feedback_a_tron/audit_log.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/submitter.ex", + "from": "elixir-mcp/lib/feedback_a_tron/audit_log.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/secure_dns.ex", + "from": "elixir-mcp/lib/feedback_a_tron/submitter.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/secure_dns.ex", + "from": "elixir-mcp/lib/feedback_a_tron/submitter.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/jira.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/mailman.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/jira.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/mailman.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/discourse.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/matrix.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/discourse.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/matrix.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/bitbucket.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/sourcehut.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/bitbucket.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/sourcehut.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/reddit.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/codeberg.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/reddit.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/codeberg.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/bugzilla.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/discourse.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/bugzilla.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/discourse.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/matrix.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/reddit.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/matrix.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/reddit.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/sourcehut.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/discord.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/sourcehut.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/discord.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/mailman.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/bitbucket.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/mailman.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/bitbucket.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/codeberg.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/bugzilla.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/codeberg.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/bugzilla.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/discord.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/jira.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/channels/discord.ex", + "from": "elixir-mcp/lib/feedback_a_tron/channels/jira.ex", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -1154,25 +1154,25 @@ "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/rate_limiter.ex", + "from": "elixir-mcp/lib/feedback_a_tron/retry.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/rate_limiter.ex", + "from": "elixir-mcp/lib/feedback_a_tron/retry.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/credentials.ex", + "from": "elixir-mcp/lib/feedback_a_tron/secure_dns.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/lib/feedback_a_tron/credentials.ex", + "from": "elixir-mcp/lib/feedback_a_tron/secure_dns.ex", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -1202,25 +1202,25 @@ "weight": 1.0 }, { - "from": "elixir-mcp/test/retry_test.exs", + "from": "elixir-mcp/test/escript_smoke_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/test/retry_test.exs", + "from": "elixir-mcp/test/escript_smoke_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/test/escript_smoke_test.exs", + "from": "elixir-mcp/test/retry_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-mcp/test/escript_smoke_test.exs", + "from": "elixir-mcp/test/retry_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -1238,13 +1238,13 @@ "weight": 1.0 }, { - "from": "scripts/scraper.exs", + "from": "julia-stats/src/FeedbackStats.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/scraper.exs", + "from": "julia-stats/src/FeedbackStats.jl", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -1262,37 +1262,37 @@ "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "scripts/scraper.exs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "scripts/scraper.exs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "julia-stats/src/FeedbackStats.jl", + "from": "ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "julia-stats/src/FeedbackStats.jl", + "from": "ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -1315,53 +1315,33 @@ "relation": "AtomExhaustion->Memory" }, { - "source_category": "MutationGap", + "source_category": "CommandInjection", "sink_axis": "cpu", - "severity_value": 1.0, + "severity_value": 2.5, "files": [ - "elixir-mcp/test/channel_test.exs", - "elixir-mcp/test/platform_integration_test.exs", - "elixir-mcp/test/network_verifier_test.exs", - "elixir-mcp/test/rate_limiter_test.exs", - "elixir-mcp/test/deduplicator_test.exs", - "elixir-mcp/test/audit_log_test.exs", - "elixir-mcp/test/synthesis/form_renderer_test.exs", - "elixir-mcp/test/synthesis/research_test.exs", - "elixir-mcp/test/synthesis/hydrator_test.exs", - "elixir-mcp/test/synthesis/intent_classifier_test.exs", - "elixir-mcp/test/synthesis/synthesizer_test.exs", - "elixir-mcp/test/synthesis/template_fetcher_test.exs", - "elixir-mcp/test/synthesis/form_validator_test.exs", - "elixir-mcp/test/e2e_test.exs", - "elixir-mcp/test/mcp_server_stdio_test.exs", - "elixir-mcp/test/mcp_server_test.exs", - "elixir-mcp/test/retry_test.exs", - "elixir-mcp/test/cli_test.exs", - "elixir-mcp/test/integration/channel_integration_test.exs", - "elixir-mcp/test/submitter_test.exs", - "elixir-mcp/test/feedback_a_tron/http_intake/router_test.exs", - "elixir-mcp/test/text_similarity_test.exs", - "elixir-mcp/test/escript_smoke_test.exs", - "elixir-mcp/test/doors_test.exs", - "elixir-mcp/test/logger_config_test.exs", - "elixir-mcp/test/credentials_test.exs" + "elixir-mcp/lib/feedback_a_tron/synthesis/research.ex", + "elixir-mcp/lib/feedback_a_tron/credentials.ex", + "elixir-mcp/lib/feedback_a_tron/network_verifier.ex", + "elixir-mcp/lib/feedback_a_tron/channels/gitlab.ex", + "elixir-mcp/lib/feedback_a_tron/channels/github.ex", + "elixir-mcp/test/escript_smoke_test.exs" ], "frameworks": [ "WebServer", "OTP" ], - "relation": "MutationGap->Cpu" + "relation": "CommandInjection->Cpu" }, { "source_category": "CommandInjection", "sink_axis": "disk", "severity_value": 2.5, "files": [ - "elixir-mcp/lib/feedback_a_tron/network_verifier.ex", "elixir-mcp/lib/feedback_a_tron/synthesis/research.ex", + "elixir-mcp/lib/feedback_a_tron/credentials.ex", + "elixir-mcp/lib/feedback_a_tron/network_verifier.ex", "elixir-mcp/lib/feedback_a_tron/channels/gitlab.ex", "elixir-mcp/lib/feedback_a_tron/channels/github.ex", - "elixir-mcp/lib/feedback_a_tron/credentials.ex", "elixir-mcp/test/escript_smoke_test.exs" ], "frameworks": [ @@ -1384,22 +1364,42 @@ "relation": "HardcodedSecret->Network" }, { - "source_category": "CommandInjection", + "source_category": "MutationGap", "sink_axis": "cpu", - "severity_value": 2.5, + "severity_value": 1.0, "files": [ - "elixir-mcp/lib/feedback_a_tron/network_verifier.ex", - "elixir-mcp/lib/feedback_a_tron/synthesis/research.ex", - "elixir-mcp/lib/feedback_a_tron/channels/gitlab.ex", - "elixir-mcp/lib/feedback_a_tron/channels/github.ex", - "elixir-mcp/lib/feedback_a_tron/credentials.ex", - "elixir-mcp/test/escript_smoke_test.exs" + "elixir-mcp/test/synthesis/template_fetcher_test.exs", + "elixir-mcp/test/synthesis/research_test.exs", + "elixir-mcp/test/synthesis/hydrator_test.exs", + "elixir-mcp/test/synthesis/form_validator_test.exs", + "elixir-mcp/test/synthesis/form_renderer_test.exs", + "elixir-mcp/test/synthesis/synthesizer_test.exs", + "elixir-mcp/test/synthesis/intent_classifier_test.exs", + "elixir-mcp/test/channel_test.exs", + "elixir-mcp/test/cli_test.exs", + "elixir-mcp/test/escript_smoke_test.exs", + "elixir-mcp/test/network_verifier_test.exs", + "elixir-mcp/test/e2e_test.exs", + "elixir-mcp/test/retry_test.exs", + "elixir-mcp/test/text_similarity_test.exs", + "elixir-mcp/test/feedback_a_tron/http_intake/router_test.exs", + "elixir-mcp/test/platform_integration_test.exs", + "elixir-mcp/test/integration/channel_integration_test.exs", + "elixir-mcp/test/credentials_test.exs", + "elixir-mcp/test/doors_test.exs", + "elixir-mcp/test/rate_limiter_test.exs", + "elixir-mcp/test/audit_log_test.exs", + "elixir-mcp/test/submitter_test.exs", + "elixir-mcp/test/logger_config_test.exs", + "elixir-mcp/test/deduplicator_test.exs", + "elixir-mcp/test/mcp_server_test.exs", + "elixir-mcp/test/mcp_server_stdio_test.exs" ], "frameworks": [ "WebServer", "OTP" ], - "relation": "CommandInjection->Cpu" + "relation": "MutationGap->Cpu" }, { "source_category": "InsecureProtocol", diff --git a/scans/ffmpeg-ffi.json b/scans/ffmpeg-ffi.json index fcebc14e..342abfbd 100644 --- a/scans/ffmpeg-ffi.json +++ b/scans/ffmpeg-ffi.json @@ -27,69 +27,69 @@ }, "file_statistics": [ { - "file_path": "src/main.zig", - "lines": 382, - "unsafe_blocks": 6, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "src/abi/Types.idr", - "lines": 230, - "unsafe_blocks": 1, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "src/main.zig", + "lines": 382, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, - "unsafe_blocks": 0, + "file_path": "src/abi/Types.idr", + "lines": 230, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", - "cpu" + "cpu", + "memory" ], "dependency_graph": { "edges": [ diff --git a/scans/filesoup.json b/scans/filesoup.json index 37834925..14d68207 100644 --- a/scans/filesoup.json +++ b/scans/filesoup.json @@ -4,6 +4,18 @@ "language": "rust", "frameworks": [], "weak_points": [ + { + "category": "PanicPath", + "location": "plugins/duplicate-finder/src/lib.rs", + "file": "plugins/duplicate-finder/src/lib.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in plugins/duplicate-finder/src/lib.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, { "category": "PanicPath", "location": "plugins/version-detection/src/lib.rs", @@ -53,28 +65,16 @@ }, { "category": "PanicPath", - "location": "plugins/duplicate-finder/src/lib.rs", - "file": "plugins/duplicate-finder/src/lib.rs", + "location": "crates/fslint-plugin-sdk/src/lib.rs", + "file": "crates/fslint-plugin-sdk/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in plugins/duplicate-finder/src/lib.rs", + "description": "0 panic sites and 10 unwrap/expect calls in crates/fslint-plugin-sdk/src/lib.rs", "recommended_attack": [ "memory", "disk" ], "test_context": "production" }, - { - "category": "CommandInjection", - "location": "scripts/verify-rsr.sh", - "file": "scripts/verify-rsr.sh", - "severity": "Critical", - "description": "eval usage in scripts/verify-rsr.sh", - "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, { "category": "UnboundedAllocation", "location": "crates/fslint-core/src/config.rs", @@ -87,18 +87,6 @@ ], "test_context": "production" }, - { - "category": "PanicPath", - "location": "crates/fslint-plugin-sdk/src/lib.rs", - "file": "crates/fslint-plugin-sdk/src/lib.rs", - "severity": "Medium", - "description": "0 panic sites and 10 unwrap/expect calls in crates/fslint-plugin-sdk/src/lib.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, { "category": "HardcodedSecret", "location": "crates/fslint-cli/tests/integration_test.rs", @@ -134,6 +122,18 @@ ], "test_context": "production" }, + { + "category": "CommandInjection", + "location": "scripts/verify-rsr.sh", + "file": "scripts/verify-rsr.sh", + "severity": "Critical", + "description": "eval usage in scripts/verify-rsr.sh", + "recommended_attack": [ + "cpu", + "disk" + ], + "test_context": "production" + }, { "category": "MutationGap", "location": "Cargo.toml", @@ -154,6 +154,16 @@ "threading_constructs": 1 }, "file_statistics": [ + { + "file_path": "plugins/duplicate-finder/src/lib.rs", + "lines": 152, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 1 + }, { "file_path": "plugins/version-detection/src/lib.rs", "lines": 139, @@ -175,26 +185,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "plugins/grouping/src/lib.rs", - "lines": 180, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "plugins/duplicate-finder/src/lib.rs", - "lines": 152, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 1 - }, { "file_path": "plugins/ai-detection/src/lib.rs", "lines": 138, @@ -206,8 +196,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/install.sh", - "lines": 92, + "file_path": "plugins/grouping/src/lib.rs", + "lines": 180, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -216,13 +206,14 @@ "threading_constructs": 0 }, { - "file_path": "crates/fslint-plugin-api/src/lib.rs", - "lines": 212, + "file_path": "crates/fslint-plugin-sdk/src/lib.rs", + "lines": 230, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 2, + "unwrap_calls": 10, + "safe_unwrap_calls": 3, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { @@ -247,14 +238,13 @@ "threading_constructs": 0 }, { - "file_path": "crates/fslint-plugin-sdk/src/lib.rs", - "lines": 230, + "file_path": "crates/fslint-plugin-api/src/lib.rs", + "lines": 212, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 10, - "safe_unwrap_calls": 3, - "allocation_sites": 0, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 10, + "io_operations": 2, "threading_constructs": 0 }, { @@ -278,114 +268,124 @@ "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 + }, + { + "file_path": "scripts/install.sh", + "lines": 92, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 } ], "recommended_attacks": [ - "network", "disk", - "cpu", - "memory" + "memory", + "network", + "cpu" ], "dependency_graph": { "edges": [ - { - "from": "crates/fslint-cli/src/output.rs", - "to": "crates/fslint-cli/src/query.rs", - "relation": "shared_dir:crates/fslint-cli/src", - "weight": 1.0 - }, { "from": "crates/fslint-core/src/scanner.rs", "to": "crates/fslint-core/src/plugin_loader.rs", "relation": "shared_dir:crates/fslint-core/src", "weight": 1.0 + }, + { + "from": "crates/fslint-cli/src/output.rs", + "to": "crates/fslint-cli/src/query.rs", + "relation": "shared_dir:crates/fslint-cli/src", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "HardcodedSecret", - "sink_axis": "network", + "source_category": "CommandInjection", + "sink_axis": "disk", "severity_value": 5.0, "files": [ - "plugins/secret-scanner/src/lib.rs", - "crates/fslint-cli/tests/integration_test.rs" + "scripts/verify-rsr.sh" ], "frameworks": [], - "relation": "HardcodedSecret->Network" + "relation": "CommandInjection->Disk" }, { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 5.0, + "source_category": "UnboundedAllocation", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "scripts/verify-rsr.sh" + "plugins/secret-scanner/src/lib.rs", + "crates/fslint-core/src/config.rs" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ + "plugins/duplicate-finder/src/lib.rs", "plugins/version-detection/src/lib.rs", "plugins/secret-scanner/src/lib.rs", - "plugins/duplicate-finder/src/lib.rs", "crates/fslint-plugin-sdk/src/lib.rs", "crates/fslint-cli/src/output.rs", "crates/fslint-cli/src/query.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "PanicPath->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ + "plugins/duplicate-finder/src/lib.rs", + "plugins/version-detection/src/lib.rs", "plugins/secret-scanner/src/lib.rs", - "crates/fslint-core/src/config.rs" + "crates/fslint-plugin-sdk/src/lib.rs", + "crates/fslint-cli/src/output.rs", + "crates/fslint-cli/src/query.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "PanicPath->Disk" }, { "source_category": "CommandInjection", - "sink_axis": "disk", + "sink_axis": "cpu", "severity_value": 5.0, "files": [ "scripts/verify-rsr.sh" ], "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "CommandInjection->Cpu" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", - "severity_value": 2.5, + "source_category": "HardcodedSecret", + "sink_axis": "network", + "severity_value": 5.0, "files": [ "plugins/secret-scanner/src/lib.rs", - "crates/fslint-core/src/config.rs" + "crates/fslint-cli/tests/integration_test.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "HardcodedSecret->Network" }, { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "plugins/version-detection/src/lib.rs", "plugins/secret-scanner/src/lib.rs", - "plugins/duplicate-finder/src/lib.rs", - "crates/fslint-plugin-sdk/src/lib.rs", - "crates/fslint-cli/src/output.rs", - "crates/fslint-cli/src/query.rs" + "crates/fslint-core/src/config.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Cpu" } ] } diff --git a/scans/fireflag.json b/scans/fireflag.json index 96f924b1..570cb8b2 100644 --- a/scans/fireflag.json +++ b/scans/fireflag.json @@ -5,27 +5,15 @@ "frameworks": [], "weak_points": [ { - "category": "DynamicCodeExecution", - "location": "extension/lib/dom-utils.js", - "file": "extension/lib/dom-utils.js", - "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in extension/lib/dom-utils.js", - "recommended_attack": [ - "memory", - "network" - ], - "test_context": "production" - }, - { - "category": "HardcodedSecret", - "location": "scripts/sign-extension.sh", - "file": "scripts/sign-extension.sh", - "severity": "Critical", - "description": "Possible hardcoded secret in scripts/sign-extension.sh", + "category": "InputBoundary", + "location": "tests/property/FlagPropertiesTest.res.js", + "file": "tests/property/FlagPropertiesTest.res.js", + "severity": "Medium", + "description": "5 JSON.parse call(s) with 0 try block(s) in tests/property/FlagPropertiesTest.res.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ - "network" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InputBoundary", @@ -39,15 +27,16 @@ "test_context": "test_only" }, { - "category": "InputBoundary", - "location": "tests/property/FlagPropertiesTest.res.js", - "file": "tests/property/FlagPropertiesTest.res.js", - "severity": "Medium", - "description": "5 JSON.parse call(s) with 0 try block(s) in tests/property/FlagPropertiesTest.res.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "category": "DynamicCodeExecution", + "location": "extension/lib/dom-utils.js", + "file": "extension/lib/dom-utils.js", + "severity": "High", + "description": "DOM manipulation (innerHTML/document.write) in extension/lib/dom-utils.js", "recommended_attack": [ - "cpu" + "memory", + "network" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "InsecureProtocol", @@ -59,6 +48,17 @@ "network" ], "test_context": "production" + }, + { + "category": "HardcodedSecret", + "location": "scripts/sign-extension.sh", + "file": "scripts/sign-extension.sh", + "severity": "Critical", + "description": "Possible hardcoded secret in scripts/sign-extension.sh", + "recommended_attack": [ + "network" + ], + "test_context": "production" } ], "statistics": { @@ -72,28 +72,28 @@ }, "file_statistics": [ { - "file_path": "extension/lib/rescript/DatabaseUpdater.res.js", - "lines": 355, + "file_path": ".containerization/build.sh", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "extension/devtools/panel.js", - "lines": 323, + "file_path": "extension/lib/rescript/DatabaseUpdater.res.js", + "lines": 355, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "extension/sidebar/sidebar.js", - "lines": 378, + "file_path": "extension/devtools/panel.js", + "lines": 323, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -112,8 +112,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/sign-extension.sh", - "lines": 185, + "file_path": "extension/sidebar/sidebar.js", + "lines": 378, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -122,31 +122,31 @@ "threading_constructs": 0 }, { - "file_path": ".containerization/build.sh", - "lines": 153, + "file_path": ".screenshots/generate-mockups.sh", + "lines": 410, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": ".screenshots/generate-mockups.sh", - "lines": 410, + "file_path": "scripts/sign-extension.sh", + "lines": 185, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", "memory", - "disk", - "network" + "network", + "cpu", + "disk" ], "dependency_graph": { "edges": [] @@ -163,16 +163,6 @@ "frameworks": [], "relation": "DynamicCodeExecution->Memory" }, - { - "source_category": "InsecureProtocol", - "sink_axis": "network", - "severity_value": 2.5, - "files": [ - ".screenshots/generate-mockups.sh" - ], - "frameworks": [], - "relation": "InsecureProtocol->Network" - }, { "source_category": "DynamicCodeExecution", "sink_axis": "network", @@ -188,8 +178,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "tests/bench/FlagBench.res.js", - "tests/property/FlagPropertiesTest.res.js" + "tests/property/FlagPropertiesTest.res.js", + "tests/bench/FlagBench.res.js" ], "frameworks": [], "relation": "InputBoundary->Cpu" @@ -203,6 +193,16 @@ ], "frameworks": [], "relation": "HardcodedSecret->Network" + }, + { + "source_category": "InsecureProtocol", + "sink_axis": "network", + "severity_value": 2.5, + "files": [ + ".screenshots/generate-mockups.sh" + ], + "frameworks": [], + "relation": "InsecureProtocol->Network" } ] } diff --git a/scans/firmboot.json b/scans/firmboot.json index e8c14eab..02ad9ddf 100644 --- a/scans/firmboot.json +++ b/scans/firmboot.json @@ -8,13 +8,14 @@ "weak_points": [ { "category": "MutationGap", - "location": "test/firmboot/live_test.exs", - "file": "test/firmboot/live_test.exs", + "location": "test/firmboot/water_leak_test.exs", + "file": "test/firmboot/water_leak_test.exs", "severity": "Low", - "description": "Elixir test file test/firmboot/live_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/firmboot/water_leak_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { @@ -30,10 +31,10 @@ }, { "category": "MutationGap", - "location": "test/firmboot/baseline_test.exs", - "file": "test/firmboot/baseline_test.exs", + "location": "test/firmboot/live_test.exs", + "file": "test/firmboot/live_test.exs", "severity": "Low", - "description": "Elixir test file test/firmboot/baseline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/firmboot/live_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -41,14 +42,13 @@ }, { "category": "MutationGap", - "location": "test/firmboot/water_leak_test.exs", - "file": "test/firmboot/water_leak_test.exs", + "location": "test/firmboot/baseline_test.exs", + "file": "test/firmboot/baseline_test.exs", "severity": "Low", - "description": "Elixir test file test/firmboot/water_leak_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/firmboot/baseline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" } ], @@ -63,24 +63,24 @@ }, "file_statistics": [ { - "file_path": "lib/firmboot/live.ex", - "lines": 252, + "file_path": "lib/firmboot/water_leak/recovery_experiment.ex", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "lib/firmboot/water_leak/recovery_experiment.ex", - "lines": 142, + "file_path": "lib/firmboot/live.ex", + "lines": 252, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { "file_path": "test/firmboot/water_leak_test.exs", @@ -109,16 +109,16 @@ "dependency_graph": { "edges": [ { - "from": "lib/firmboot/live.ex", + "from": "lib/firmboot/water_leak/recovery_experiment.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/firmboot/water_leak/recovery_experiment.ex", + "from": "lib/firmboot/live.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { "from": "test/firmboot/water_leak_test.exs", @@ -141,10 +141,10 @@ "sink_axis": "cpu", "severity_value": 1.0, "files": [ - "test/firmboot/live_test.exs", + "test/firmboot/water_leak_test.exs", "test/firmboot/model_test.exs", - "test/firmboot/baseline_test.exs", - "test/firmboot/water_leak_test.exs" + "test/firmboot/live_test.exs", + "test/firmboot/baseline_test.exs" ], "frameworks": [ "OTP" diff --git a/scans/first-post.json b/scans/first-post.json index 41a0f066..8eee5d5f 100644 --- a/scans/first-post.json +++ b/scans/first-post.json @@ -6,26 +6,15 @@ "weak_points": [ { "category": "CommandInjection", - "location": "scripts/check-proofs.sh", - "file": "scripts/check-proofs.sh", + "location": ".machine_readable/arrival-pack/extract.sh", + "file": ".machine_readable/arrival-pack/extract.sh", "severity": "Medium", - "description": "26 potentially unquoted variable expansions in scripts/check-proofs.sh", + "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", "recommended_attack": [ "cpu" ], "test_context": "production" }, - { - "category": "PathTraversal", - "location": "tests/e2e.sh", - "file": "tests/e2e.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in tests/e2e.sh", - "recommended_attack": [ - "disk" - ], - "test_context": "test_only" - }, { "category": "CommandInjection", "location": ".machine_readable/coaptation/extract-facts.sh", @@ -37,12 +26,23 @@ ], "test_context": "production" }, + { + "category": "PathTraversal", + "location": "tests/e2e.sh", + "file": "tests/e2e.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in tests/e2e.sh", + "recommended_attack": [ + "disk" + ], + "test_context": "test_only" + }, { "category": "CommandInjection", - "location": ".machine_readable/arrival-pack/extract.sh", - "file": ".machine_readable/arrival-pack/extract.sh", + "location": "scripts/check-proofs.sh", + "file": "scripts/check-proofs.sh", "severity": "Medium", - "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", + "description": "26 potentially unquoted variable expansions in scripts/check-proofs.sh", "recommended_attack": [ "cpu" ], @@ -60,8 +60,8 @@ }, "file_statistics": [ { - "file_path": "tests/e2e/template_instantiation_test.sh", - "lines": 311, + "file_path": ".machine_readable/arrival-pack/generate.sh", + "lines": 45, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -70,58 +70,48 @@ "threading_constructs": 0 }, { - "file_path": "tests/e2e.sh", - "lines": 166, + "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", + "lines": 91, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 275, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 140, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/interface/Abi/Foreign.idr", - "lines": 83, - "unsafe_blocks": 4, - "panic_sites": 0, - "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 139, + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/coaptation/coapt.ncl", - "lines": 174, + "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/coaptation/verify.sh", - "lines": 34, + "file_path": ".machine_readable/contractiles/dust/dust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -140,8 +130,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.ncl", - "lines": 66, + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -150,33 +140,33 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 140, + "file_path": ".machine_readable/contractiles/must/must.k9.ncl", + "lines": 238, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.ncl", - "lines": 88, + "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", + "lines": 162, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { @@ -200,8 +190,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -210,8 +200,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", - "lines": 162, + "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -220,8 +210,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.ncl", - "lines": 64, + "file_path": ".machine_readable/coaptation/verify.sh", + "lines": 34, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -230,18 +220,18 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.k9.ncl", - "lines": 238, + "file_path": ".machine_readable/coaptation/coapt.ncl", + "lines": 174, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", - "lines": 62, + "file_path": "tests/e2e/template_instantiation_test.sh", + "lines": 311, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -250,33 +240,43 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "lines": 167, + "file_path": "tests/e2e.sh", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": ".machine_readable/arrival-pack/generate.sh", - "lines": 45, + "file_path": "session/dispatch.sh", + "lines": 139, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", - "lines": 91, - "unsafe_blocks": 0, + "file_path": "src/interface/Abi/Foreign.idr", + "lines": 83, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "src/interface/ffi/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], @@ -287,33 +287,33 @@ "dependency_graph": { "edges": [ { - "from": ".machine_readable/coaptation/coapt.ncl", - "to": ".machine_readable/coaptation/verify.sh", - "relation": "shared_dir:.machine_readable/coaptation", + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "to": ".machine_readable/contractiles/bust/bust.ncl", + "relation": "shared_dir:.machine_readable/contractiles/bust", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", - "to": ".machine_readable/contractiles/intend/intend.ncl", - "relation": "shared_dir:.machine_readable/contractiles/intend", + "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/adjust", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", - "to": ".machine_readable/contractiles/dust/dust.ncl", - "relation": "shared_dir:.machine_readable/contractiles/dust", + "from": ".machine_readable/coaptation/verify.sh", + "to": ".machine_readable/coaptation/coapt.ncl", + "relation": "shared_dir:.machine_readable/coaptation", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": ".machine_readable/contractiles/bust/bust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/bust", + "from": ".machine_readable/contractiles/trust/trust.ncl", + "to": ".machine_readable/contractiles/trust/trust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/trust", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.ncl", - "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/adjust", + "from": ".machine_readable/arrival-pack/generate.sh", + "to": ".machine_readable/arrival-pack/arrival-pack.ncl", + "relation": "shared_dir:.machine_readable/arrival-pack", "weight": 1.0 }, { @@ -323,15 +323,15 @@ "weight": 1.0 }, { - "from": ".machine_readable/contractiles/trust/trust.ncl", - "to": ".machine_readable/contractiles/trust/trust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/trust", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": ".machine_readable/contractiles/intend/intend.ncl", + "relation": "shared_dir:.machine_readable/contractiles/intend", "weight": 1.0 }, { - "from": ".machine_readable/arrival-pack/generate.sh", - "to": ".machine_readable/arrival-pack/arrival-pack.ncl", - "relation": "shared_dir:.machine_readable/arrival-pack", + "from": ".machine_readable/contractiles/dust/dust.ncl", + "to": ".machine_readable/contractiles/dust/dust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/dust", "weight": 1.0 } ] @@ -343,9 +343,9 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "scripts/check-proofs.sh", + ".machine_readable/arrival-pack/extract.sh", ".machine_readable/coaptation/extract-facts.sh", - ".machine_readable/arrival-pack/extract.sh" + "scripts/check-proofs.sh" ], "frameworks": [], "relation": "CommandInjection->Cpu" diff --git a/scans/flat-mate.json b/scans/flat-mate.json index fa7aa39c..bb3be427 100644 --- a/scans/flat-mate.json +++ b/scans/flat-mate.json @@ -15,8 +15,8 @@ }, "file_statistics": [ { - "file_path": "apps/web/src/api.js", - "lines": 43, + "file_path": "apps/mobile/src/api.js", + "lines": 42, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -25,8 +25,8 @@ "threading_constructs": 0 }, { - "file_path": "apps/mobile/src/api.js", - "lines": 42, + "file_path": "apps/web/src/api.js", + "lines": 43, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, diff --git a/scans/flatracoon.json b/scans/flatracoon.json index 64c70327..71dcd5c5 100644 --- a/scans/flatracoon.json +++ b/scans/flatracoon.json @@ -4,28 +4,27 @@ "language": "elixir", "frameworks": [ "WebServer", - "Phoenix", - "OTP" + "OTP", + "Phoenix" ], "weak_points": [ { - "category": "CommandInjection", - "location": "netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex", - "file": "netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex", + "category": "DynamicCodeExecution", + "location": "netstack/orchestrator/lib/flatracoon_orchestrator_web.ex", + "file": "netstack/orchestrator/lib/flatracoon_orchestrator_web.ex", "severity": "Medium", - "description": "System command execution in netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex", + "description": "Dynamic apply/3 in netstack/orchestrator/lib/flatracoon_orchestrator_web.ex", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "netstack/orchestrator/lib/flatracoon_orchestrator/module_discovery.ex", - "file": "netstack/orchestrator/lib/flatracoon_orchestrator/module_discovery.ex", + "location": "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", + "file": "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", "severity": "Medium", - "description": "System command execution in netstack/orchestrator/lib/flatracoon_orchestrator/module_discovery.ex", + "description": "System command execution in netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", "recommended_attack": [ "cpu", "disk" @@ -34,10 +33,10 @@ }, { "category": "CommandInjection", - "location": "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", - "file": "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", + "location": "netstack/orchestrator/lib/flatracoon_orchestrator/module_discovery.ex", + "file": "netstack/orchestrator/lib/flatracoon_orchestrator/module_discovery.ex", "severity": "Medium", - "description": "System command execution in netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", + "description": "System command execution in netstack/orchestrator/lib/flatracoon_orchestrator/module_discovery.ex", "recommended_attack": [ "cpu", "disk" @@ -45,13 +44,14 @@ "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "netstack/orchestrator/lib/flatracoon_orchestrator_web.ex", - "file": "netstack/orchestrator/lib/flatracoon_orchestrator_web.ex", + "category": "CommandInjection", + "location": "netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex", + "file": "netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex", "severity": "Medium", - "description": "Dynamic apply/3 in netstack/orchestrator/lib/flatracoon_orchestrator_web.ex", + "description": "System command execution in netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], "test_context": "production" }, @@ -68,10 +68,10 @@ }, { "category": "MutationGap", - "location": "netstack/orchestrator/test/integration/end_to_end_test.exs", - "file": "netstack/orchestrator/test/integration/end_to_end_test.exs", + "location": "netstack/orchestrator/test/integration/orchestrator_api_test.exs", + "file": "netstack/orchestrator/test/integration/orchestrator_api_test.exs", "severity": "Low", - "description": "Elixir test file netstack/orchestrator/test/integration/end_to_end_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file netstack/orchestrator/test/integration/orchestrator_api_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -79,10 +79,10 @@ }, { "category": "MutationGap", - "location": "netstack/orchestrator/test/integration/orchestrator_api_test.exs", - "file": "netstack/orchestrator/test/integration/orchestrator_api_test.exs", + "location": "netstack/orchestrator/test/integration/end_to_end_test.exs", + "file": "netstack/orchestrator/test/integration/end_to_end_test.exs", "severity": "Low", - "description": "Elixir test file netstack/orchestrator/test/integration/orchestrator_api_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file netstack/orchestrator/test/integration/end_to_end_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -90,10 +90,10 @@ }, { "category": "MutationGap", - "location": "netstack/orchestrator/test/flatracoon_orchestrator/module_registry_test.exs", - "file": "netstack/orchestrator/test/flatracoon_orchestrator/module_registry_test.exs", + "location": "netstack/orchestrator/test/flatracoon_orchestrator/module_discovery_test.exs", + "file": "netstack/orchestrator/test/flatracoon_orchestrator/module_discovery_test.exs", "severity": "Low", - "description": "Elixir test file netstack/orchestrator/test/flatracoon_orchestrator/module_registry_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file netstack/orchestrator/test/flatracoon_orchestrator/module_discovery_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -101,10 +101,10 @@ }, { "category": "MutationGap", - "location": "netstack/orchestrator/test/flatracoon_orchestrator/module_discovery_test.exs", - "file": "netstack/orchestrator/test/flatracoon_orchestrator/module_discovery_test.exs", + "location": "netstack/orchestrator/test/flatracoon_orchestrator/module_registry_test.exs", + "file": "netstack/orchestrator/test/flatracoon_orchestrator/module_registry_test.exs", "severity": "Low", - "description": "Elixir test file netstack/orchestrator/test/flatracoon_orchestrator/module_discovery_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file netstack/orchestrator/test/flatracoon_orchestrator/module_registry_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -112,10 +112,10 @@ }, { "category": "MutationGap", - "location": "netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/page_controller_test.exs", - "file": "netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/page_controller_test.exs", + "location": "netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/error_json_test.exs", + "file": "netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/error_json_test.exs", "severity": "Low", - "description": "Elixir test file netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/page_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/error_json_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -134,10 +134,10 @@ }, { "category": "MutationGap", - "location": "netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/error_json_test.exs", - "file": "netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/error_json_test.exs", + "location": "netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/page_controller_test.exs", + "file": "netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/page_controller_test.exs", "severity": "Low", - "description": "Elixir test file netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/error_json_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/page_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -155,8 +155,18 @@ }, "file_statistics": [ { - "file_path": "netstack/tui/src/flatracoon-api_client.ads", - "lines": 82, + "file_path": "os/ffi/zig/test/integration_test.zig", + "lines": 183, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "os/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -165,13 +175,13 @@ "threading_constructs": 0 }, { - "file_path": "netstack/tui/src/flatracoon-api_client.adb", - "lines": 549, - "unsafe_blocks": 0, + "file_path": "os/src/abi/Foreign.idr", + "lines": 219, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { @@ -185,13 +195,13 @@ "threading_constructs": 0 }, { - "file_path": "netstack/tui/src/flatracoon-display.adb", - "lines": 123, + "file_path": "netstack/tui/src/flatracoon-api_client.ads", + "lines": 82, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -205,28 +215,28 @@ "threading_constructs": 0 }, { - "file_path": "netstack/tui/src/flatracoon-commands.ads", - "lines": 54, + "file_path": "netstack/tui/src/flatracoon-api_client.adb", + "lines": 549, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "netstack/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "netstack/tui/src/flatracoon-display.adb", + "lines": 123, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "netstack/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "netstack/tui/src/flatracoon-commands.ads", + "lines": 54, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -235,14 +245,14 @@ "threading_constructs": 0 }, { - "file_path": "netstack/interface/src/FlatRacoonClient.res.js", - "lines": 566, + "file_path": "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", + "lines": 236, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { "file_path": "netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex", @@ -255,38 +265,38 @@ "threading_constructs": 1 }, { - "file_path": "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", - "lines": 236, + "file_path": "netstack/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "netstack/configs/install.sh", - "lines": 166, + "file_path": "netstack/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "netstack/configs/modules.ncl", - "lines": 152, + "file_path": "netstack/interface/src/FlatRacoonClient.res.js", + "lines": 566, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "netstack/configs/environments.ncl", - "lines": 128, + "file_path": "netstack/configs/install.sh", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -295,8 +305,8 @@ "threading_constructs": 0 }, { - "file_path": "netstack/configs/system/flatracoon.ncl", - "lines": 131, + "file_path": "netstack/configs/modules.ncl", + "lines": 152, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -305,76 +315,66 @@ "threading_constructs": 0 }, { - "file_path": "os/src/abi/Foreign.idr", - "lines": 219, - "unsafe_blocks": 12, + "file_path": "netstack/configs/system/flatracoon.ncl", + "lines": 131, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "os/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "netstack/configs/environments.ncl", + "lines": 128, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "os/ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", "concurrency", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "netstack/tui/src/flatracoon-api_client.ads", - "to": "netstack/tui/src/flatracoon-api_client.adb", + "from": "netstack/tui/src/flatracoon_tui.adb", + "to": "netstack/tui/src/flatracoon-api_client.ads", "relation": "shared_dir:netstack/tui/src", "weight": 1.0 }, { - "from": "netstack/tui/src/flatracoon-api_client.adb", - "to": "netstack/tui/src/flatracoon_tui.adb", + "from": "netstack/tui/src/flatracoon-api_client.ads", + "to": "netstack/tui/src/flatracoon-commands.adb", "relation": "shared_dir:netstack/tui/src", "weight": 1.0 }, { - "from": "netstack/tui/src/flatracoon_tui.adb", - "to": "netstack/tui/src/flatracoon-display.adb", + "from": "netstack/tui/src/flatracoon-commands.adb", + "to": "netstack/tui/src/flatracoon-api_client.adb", "relation": "shared_dir:netstack/tui/src", "weight": 1.0 }, { - "from": "netstack/tui/src/flatracoon-display.adb", - "to": "netstack/tui/src/flatracoon-commands.adb", + "from": "netstack/tui/src/flatracoon-api_client.adb", + "to": "netstack/tui/src/flatracoon-display.adb", "relation": "shared_dir:netstack/tui/src", "weight": 1.0 }, { - "from": "netstack/tui/src/flatracoon-commands.adb", + "from": "netstack/tui/src/flatracoon-display.adb", "to": "netstack/tui/src/flatracoon-commands.ads", "relation": "shared_dir:netstack/tui/src", "weight": 1.0 }, { - "from": "netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex", - "to": "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", + "from": "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", + "to": "netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex", "relation": "shared_dir:netstack/orchestrator/lib/flatracoon_orchestrator", "weight": 1.0 }, @@ -391,40 +391,58 @@ "weight": 1.0 }, { - "from": "netstack/tui/src/flatracoon-api_client.ads", + "from": "os/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "netstack/tui/src/flatracoon-api_client.ads", + "from": "os/ffi/zig/test/integration_test.zig", + "to": "OTP", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "os/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "netstack/tui/src/flatracoon-api_client.ads", - "to": "OTP", + "from": "os/ffi/zig/src/main.zig", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/tui/src/flatracoon-api_client.adb", - "to": "WebServer", + "from": "os/ffi/zig/src/main.zig", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/tui/src/flatracoon-api_client.adb", + "from": "os/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/tui/src/flatracoon-api_client.adb", + "from": "os/src/abi/Foreign.idr", + "to": "WebServer", + "relation": "framework", + "weight": 36.0 + }, + { + "from": "os/src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 + }, + { + "from": "os/src/abi/Foreign.idr", + "to": "Phoenix", + "relation": "framework", + "weight": 36.0 }, { "from": "netstack/tui/src/flatracoon_tui.adb", @@ -434,31 +452,31 @@ }, { "from": "netstack/tui/src/flatracoon_tui.adb", - "to": "Phoenix", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { "from": "netstack/tui/src/flatracoon_tui.adb", - "to": "OTP", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/tui/src/flatracoon-display.adb", + "from": "netstack/tui/src/flatracoon-api_client.ads", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/tui/src/flatracoon-display.adb", - "to": "Phoenix", + "from": "netstack/tui/src/flatracoon-api_client.ads", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/tui/src/flatracoon-display.adb", - "to": "OTP", + "from": "netstack/tui/src/flatracoon-api_client.ads", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, @@ -470,247 +488,229 @@ }, { "from": "netstack/tui/src/flatracoon-commands.adb", - "to": "Phoenix", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { "from": "netstack/tui/src/flatracoon-commands.adb", - "to": "OTP", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/tui/src/flatracoon-commands.ads", + "from": "netstack/tui/src/flatracoon-api_client.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/tui/src/flatracoon-commands.ads", - "to": "Phoenix", + "from": "netstack/tui/src/flatracoon-api_client.adb", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/tui/src/flatracoon-commands.ads", - "to": "OTP", + "from": "netstack/tui/src/flatracoon-api_client.adb", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/ffi/zig/test/integration_test.zig", + "from": "netstack/tui/src/flatracoon-display.adb", "to": "WebServer", "relation": "framework", - "weight": 4.0 - }, - { - "from": "netstack/ffi/zig/test/integration_test.zig", - "to": "Phoenix", - "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "netstack/ffi/zig/test/integration_test.zig", + "from": "netstack/tui/src/flatracoon-display.adb", "to": "OTP", "relation": "framework", - "weight": 4.0 - }, - { - "from": "netstack/ffi/zig/src/main.zig", - "to": "WebServer", - "relation": "framework", "weight": 1.0 }, { - "from": "netstack/ffi/zig/src/main.zig", + "from": "netstack/tui/src/flatracoon-display.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/ffi/zig/src/main.zig", - "to": "OTP", + "from": "netstack/tui/src/flatracoon-commands.ads", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/interface/src/FlatRacoonClient.res.js", - "to": "WebServer", + "from": "netstack/tui/src/flatracoon-commands.ads", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/interface/src/FlatRacoonClient.res.js", + "from": "netstack/tui/src/flatracoon-commands.ads", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/interface/src/FlatRacoonClient.res.js", - "to": "OTP", + "from": "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex", - "to": "WebServer", + "from": "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex", + "from": "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { "from": "netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex", - "to": "OTP", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", - "to": "WebServer", + "from": "netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", + "from": "netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", - "to": "OTP", + "from": "netstack/ffi/zig/test/integration_test.zig", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "netstack/configs/install.sh", - "to": "WebServer", + "from": "netstack/ffi/zig/test/integration_test.zig", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "netstack/configs/install.sh", + "from": "netstack/ffi/zig/test/integration_test.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "netstack/configs/install.sh", - "to": "OTP", + "from": "netstack/ffi/zig/src/main.zig", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/configs/modules.ncl", - "to": "WebServer", + "from": "netstack/ffi/zig/src/main.zig", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/configs/modules.ncl", + "from": "netstack/ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/configs/modules.ncl", - "to": "OTP", + "from": "netstack/interface/src/FlatRacoonClient.res.js", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/configs/environments.ncl", - "to": "WebServer", + "from": "netstack/interface/src/FlatRacoonClient.res.js", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/configs/environments.ncl", + "from": "netstack/interface/src/FlatRacoonClient.res.js", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/configs/environments.ncl", - "to": "OTP", + "from": "netstack/configs/install.sh", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/configs/system/flatracoon.ncl", - "to": "WebServer", + "from": "netstack/configs/install.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/configs/system/flatracoon.ncl", + "from": "netstack/configs/install.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "netstack/configs/system/flatracoon.ncl", - "to": "OTP", + "from": "netstack/configs/modules.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "os/src/abi/Foreign.idr", - "to": "WebServer", + "from": "netstack/configs/modules.ncl", + "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "os/src/abi/Foreign.idr", + "from": "netstack/configs/modules.ncl", "to": "Phoenix", "relation": "framework", - "weight": 36.0 - }, - { - "from": "os/src/abi/Foreign.idr", - "to": "OTP", - "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "os/ffi/zig/test/integration_test.zig", + "from": "netstack/configs/system/flatracoon.ncl", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "os/ffi/zig/test/integration_test.zig", - "to": "Phoenix", + "from": "netstack/configs/system/flatracoon.ncl", + "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "os/ffi/zig/test/integration_test.zig", - "to": "OTP", + "from": "netstack/configs/system/flatracoon.ncl", + "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "os/ffi/zig/src/main.zig", + "from": "netstack/configs/environments.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "os/ffi/zig/src/main.zig", - "to": "Phoenix", + "from": "netstack/configs/environments.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "os/ffi/zig/src/main.zig", - "to": "OTP", + "from": "netstack/configs/environments.ncl", + "to": "Phoenix", "relation": "framework", "weight": 1.0 } @@ -719,57 +719,57 @@ "taint_matrix": { "rows": [ { - "source_category": "MutationGap", + "source_category": "CommandInjection", "sink_axis": "cpu", - "severity_value": 1.0, + "severity_value": 2.5, "files": [ - "netstack/orchestrator/test/support/conn_case.ex", - "netstack/orchestrator/test/integration/end_to_end_test.exs", - "netstack/orchestrator/test/integration/orchestrator_api_test.exs", - "netstack/orchestrator/test/flatracoon_orchestrator/module_registry_test.exs", - "netstack/orchestrator/test/flatracoon_orchestrator/module_discovery_test.exs", - "netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/page_controller_test.exs", - "netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/error_html_test.exs", - "netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/error_json_test.exs" + "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", + "netstack/orchestrator/lib/flatracoon_orchestrator/module_discovery.ex", + "netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex" ], "frameworks": [ "WebServer", - "Phoenix", - "OTP" + "OTP", + "Phoenix" ], - "relation": "MutationGap->Cpu" + "relation": "CommandInjection->Cpu" }, { "source_category": "CommandInjection", - "sink_axis": "cpu", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex", + "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex", "netstack/orchestrator/lib/flatracoon_orchestrator/module_discovery.ex", - "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex" + "netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex" ], "frameworks": [ "WebServer", - "Phoenix", - "OTP" + "OTP", + "Phoenix" ], - "relation": "CommandInjection->Cpu" + "relation": "CommandInjection->Disk" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "MutationGap", + "sink_axis": "cpu", + "severity_value": 1.0, "files": [ - "netstack/orchestrator/lib/flatracoon_orchestrator/module_registry.ex", - "netstack/orchestrator/lib/flatracoon_orchestrator/module_discovery.ex", - "netstack/orchestrator/lib/flatracoon_orchestrator/health_monitor.ex" + "netstack/orchestrator/test/support/conn_case.ex", + "netstack/orchestrator/test/integration/orchestrator_api_test.exs", + "netstack/orchestrator/test/integration/end_to_end_test.exs", + "netstack/orchestrator/test/flatracoon_orchestrator/module_discovery_test.exs", + "netstack/orchestrator/test/flatracoon_orchestrator/module_registry_test.exs", + "netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/error_json_test.exs", + "netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/error_html_test.exs", + "netstack/orchestrator/test/flatracoon_orchestrator_web/controllers/page_controller_test.exs" ], "frameworks": [ "WebServer", - "Phoenix", - "OTP" + "OTP", + "Phoenix" ], - "relation": "CommandInjection->Disk" + "relation": "MutationGap->Cpu" }, { "source_category": "DynamicCodeExecution", @@ -780,8 +780,8 @@ ], "frameworks": [ "WebServer", - "Phoenix", - "OTP" + "OTP", + "Phoenix" ], "relation": "DynamicCodeExecution->Cpu" } diff --git a/scans/formatrix-docs.json b/scans/formatrix-docs.json index a9570fce..8edf0f52 100644 --- a/scans/formatrix-docs.json +++ b/scans/formatrix-docs.json @@ -41,6 +41,37 @@ "threading_constructs": 7 }, "file_statistics": [ + { + "file_path": "tui/src/formatrix_tui.adb", + "lines": 60, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "tui/src/formatrix_tui-app.adb", + "lines": 218, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 13, + "threading_constructs": 0 + }, + { + "file_path": "crates/formatrix-gui/src/commands.rs", + "lines": 481, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 8, + "io_operations": 2, + "threading_constructs": 5 + }, { "file_path": "crates/formatrix-core/src/file_ops.rs", "lines": 448, @@ -82,17 +113,6 @@ "io_operations": 1, "threading_constructs": 0 }, - { - "file_path": "crates/formatrix-bridges/src/fs_bridge.rs", - "lines": 341, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 8, - "io_operations": 6, - "threading_constructs": 0 - }, { "file_path": "crates/formatrix-bridges/src/bridges/trilium.rs", "lines": 472, @@ -115,34 +135,14 @@ "threading_constructs": 0 }, { - "file_path": "crates/formatrix-gui/src/commands.rs", - "lines": 481, + "file_path": "crates/formatrix-bridges/src/fs_bridge.rs", + "lines": 341, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, + "safe_unwrap_calls": 4, "allocation_sites": 8, - "io_operations": 2, - "threading_constructs": 5 - }, - { - "file_path": "tui/src/formatrix_tui-app.adb", - "lines": 218, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 13, - "threading_constructs": 0 - }, - { - "file_path": "tui/src/formatrix_tui.adb", - "lines": 60, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "io_operations": 6, "threading_constructs": 0 }, { @@ -178,22 +178,22 @@ ], "recommended_attacks": [ "memory", - "disk", + "cpu", "concurrency", - "cpu" + "disk" ], "dependency_graph": { "edges": [ { - "from": "tui/src/formatrix_tui-app.adb", - "to": "tui/src/formatrix_tui.adb", - "relation": "shared_dir:tui/src", + "from": "crates/formatrix-bridges/src/store.rs", + "to": "crates/formatrix-bridges/src/fs_bridge.rs", + "relation": "shared_dir:crates/formatrix-bridges/src", "weight": 1.0 }, { - "from": "crates/formatrix-bridges/src/fs_bridge.rs", - "to": "crates/formatrix-bridges/src/store.rs", - "relation": "shared_dir:crates/formatrix-bridges/src", + "from": "tui/src/formatrix_tui.adb", + "to": "tui/src/formatrix_tui-app.adb", + "relation": "shared_dir:tui/src", "weight": 1.0 }, { @@ -203,61 +203,61 @@ "weight": 1.0 }, { - "from": "crates/formatrix-core/src/file_ops.rs", + "from": "tui/src/formatrix_tui.adb", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/formatrix-core/src/traits.rs", + "from": "tui/src/formatrix_tui-app.adb", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/formatrix-core/src/formats/plaintext.rs", + "from": "crates/formatrix-gui/src/commands.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 10.0 }, { - "from": "crates/formatrix-pipeline/src/lib.rs", + "from": "crates/formatrix-core/src/file_ops.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/formatrix-bridges/src/fs_bridge.rs", + "from": "crates/formatrix-core/src/traits.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/formatrix-bridges/src/bridges/trilium.rs", + "from": "crates/formatrix-core/src/formats/plaintext.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/formatrix-bridges/src/store.rs", + "from": "crates/formatrix-pipeline/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/formatrix-gui/src/commands.rs", + "from": "crates/formatrix-bridges/src/bridges/trilium.rs", "to": "Networking", "relation": "framework", - "weight": 10.0 + "weight": 1.0 }, { - "from": "tui/src/formatrix_tui-app.adb", + "from": "crates/formatrix-bridges/src/store.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tui/src/formatrix_tui.adb", + "from": "crates/formatrix-bridges/src/fs_bridge.rs", "to": "Networking", "relation": "framework", "weight": 1.0 diff --git a/scans/fraying-model-computational-testbed.json b/scans/fraying-model-computational-testbed.json index c4f7c395..456e8e09 100644 --- a/scans/fraying-model-computational-testbed.json +++ b/scans/fraying-model-computational-testbed.json @@ -15,13 +15,13 @@ }, "file_statistics": [ { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 275, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -35,13 +35,13 @@ "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], diff --git a/scans/futharkiser.json b/scans/futharkiser.json index 58301636..6b0fac54 100644 --- a/scans/futharkiser.json +++ b/scans/futharkiser.json @@ -1,20 +1,9 @@ { "schema_version": "2.5", "program_path": "futharkiser", - "language": "rust", + "language": "idris", "frameworks": [], "weak_points": [ - { - "category": "UnsafeCode", - "location": "src/interface/ffi/src/main.zig", - "file": "src/interface/ffi/src/main.zig", - "severity": "High", - "description": "11 unsafe pointer casts in src/interface/ffi/src/main.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "UnboundedAllocation", "location": "src/manifest/mod.rs", @@ -27,6 +16,17 @@ ], "test_context": "production" }, + { + "category": "UnsafeCode", + "location": "src/interface/ffi/src/main.zig", + "file": "src/interface/ffi/src/main.zig", + "severity": "High", + "description": "11 unsafe pointer casts in src/interface/ffi/src/main.zig", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, { "category": "MutationGap", "location": "Cargo.toml", @@ -67,6 +67,26 @@ "io_operations": 1, "threading_constructs": 0 }, + { + "file_path": "src/abi/mod.rs", + "lines": 389, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "src/manifest/mod.rs", + "lines": 558, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, { "file_path": "src/codegen/parser.rs", "lines": 156, @@ -99,16 +119,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 457, - "unsafe_blocks": 11, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/interface/abi/Futharkiser/ABI/Foreign.idr", "lines": 299, @@ -120,24 +130,14 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/mod.rs", - "lines": 389, - "unsafe_blocks": 0, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 457, + "unsafe_blocks": 11, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 - }, - { - "file_path": "src/manifest/mod.rs", - "lines": 558, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 } ], "recommended_attacks": [ diff --git a/scans/game-server-admin.json b/scans/game-server-admin.json index 4078a09d..90e42cb2 100644 --- a/scans/game-server-admin.json +++ b/scans/game-server-admin.json @@ -5,25 +5,24 @@ "frameworks": [], "weak_points": [ { - "category": "CommandInjection", - "location": "game-server-admin-launcher.sh", - "file": "game-server-admin-launcher.sh", + "category": "PathTraversal", + "location": "scripts/steam-stage.sh", + "file": "scripts/steam-stage.sh", "severity": "Medium", - "description": "23 potentially unquoted variable expansions in game-server-admin-launcher.sh", + "description": "Hardcoded /tmp/ path without mktemp in scripts/steam-stage.sh", "recommended_attack": [ - "cpu" + "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "PathTraversal", - "location": "game-server-admin-launcher.sh", - "file": "game-server-admin-launcher.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in game-server-admin-launcher.sh", + "category": "HardcodedSecret", + "location": "scripts/steam-stage.sh", + "file": "scripts/steam-stage.sh", + "severity": "Critical", + "description": "Possible hardcoded secret in scripts/steam-stage.sh", "recommended_attack": [ - "disk" + "network" ], "test_context": "production" }, @@ -39,44 +38,46 @@ "test_context": "production" }, { - "category": "PathTraversal", - "location": "scripts/steam-stage.sh", - "file": "scripts/steam-stage.sh", + "category": "CommandInjection", + "location": "game-server-admin-launcher.sh", + "file": "game-server-admin-launcher.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/steam-stage.sh", + "description": "23 potentially unquoted variable expansions in game-server-admin-launcher.sh", "recommended_attack": [ - "disk" + "cpu" ], + "suppressed": true, "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "scripts/steam-stage.sh", - "file": "scripts/steam-stage.sh", - "severity": "Critical", - "description": "Possible hardcoded secret in scripts/steam-stage.sh", + "category": "PathTraversal", + "location": "game-server-admin-launcher.sh", + "file": "game-server-admin-launcher.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in game-server-admin-launcher.sh", "recommended_attack": [ - "network" + "disk" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "src/wasm/launch-gsa.sh", - "file": "src/wasm/launch-gsa.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in src/wasm/launch-gsa.sh", + "category": "DynamicCodeExecution", + "location": "src/gui/fli/fli-terminal.js", + "file": "src/gui/fli/fli-terminal.js", + "severity": "High", + "description": "DOM manipulation (innerHTML/document.write) in src/gui/fli/fli-terminal.js", "recommended_attack": [ - "disk" + "memory", + "network" ], "test_context": "production" }, { "category": "DynamicCodeExecution", - "location": "src/gui/fli/fli-editable.js", - "file": "src/gui/fli/fli-editable.js", + "location": "src/gui/fli/fli-gauge.js", + "file": "src/gui/fli/fli-gauge.js", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in src/gui/fli/fli-editable.js", + "description": "DOM manipulation (innerHTML/document.write) in src/gui/fli/fli-gauge.js", "recommended_attack": [ "memory", "network" @@ -97,10 +98,10 @@ }, { "category": "DynamicCodeExecution", - "location": "src/gui/fli/fli-terminal.js", - "file": "src/gui/fli/fli-terminal.js", + "location": "src/gui/fli/fli-editable.js", + "file": "src/gui/fli/fli-editable.js", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in src/gui/fli/fli-terminal.js", + "description": "DOM manipulation (innerHTML/document.write) in src/gui/fli/fli-editable.js", "recommended_attack": [ "memory", "network" @@ -108,14 +109,13 @@ "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "src/gui/fli/fli-gauge.js", - "file": "src/gui/fli/fli-gauge.js", - "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in src/gui/fli/fli-gauge.js", + "category": "PathTraversal", + "location": "src/wasm/launch-gsa.sh", + "file": "src/wasm/launch-gsa.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in src/wasm/launch-gsa.sh", "recommended_attack": [ - "memory", - "network" + "disk" ], "test_context": "production" }, @@ -142,28 +142,28 @@ }, "file_statistics": [ { - "file_path": "game-server-admin-launcher.sh", - "lines": 429, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/gossamer-integration-test.sh", - "lines": 201, + "file_path": "play.sh", + "lines": 358, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/install-quadlets.sh", - "lines": 169, + "file_path": "scripts/gossamer-integration-test.sh", + "lines": 201, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -182,13 +182,13 @@ "threading_constructs": 0 }, { - "file_path": "scripts/gen_result_codes.zig", - "lines": 113, + "file_path": "scripts/steam-stage.sh", + "lines": 283, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { @@ -202,18 +202,28 @@ "threading_constructs": 0 }, { - "file_path": "scripts/self-heal.sh", - "lines": 273, + "file_path": "scripts/wizard.sh", + "lines": 440, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/gen_abi_expected.zig", - "lines": 136, + "file_path": "scripts/generate-clades.sh", + "lines": 40, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "scripts/provision-server.sh", + "lines": 373, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -222,28 +232,28 @@ "threading_constructs": 0 }, { - "file_path": "scripts/wizard.sh", - "lines": 440, + "file_path": "scripts/gen_result_codes.zig", + "lines": 113, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/steam-stage.sh", - "lines": 283, + "file_path": "scripts/self-heal.sh", + "lines": 273, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/provision-server.sh", - "lines": 373, + "file_path": "scripts/install-quadlets.sh", + "lines": 169, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -252,23 +262,23 @@ "threading_constructs": 0 }, { - "file_path": "scripts/generate-clades.sh", - "lines": 40, + "file_path": "scripts/gen_abi_expected.zig", + "lines": 136, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "play.sh", - "lines": 358, + "file_path": "game-server-admin-launcher.sh", + "lines": 429, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 9, "threading_constructs": 0 }, { @@ -292,8 +302,8 @@ "threading_constructs": 0 }, { - "file_path": "src/wasm/build.sh", - "lines": 42, + "file_path": "src/core/Shell.eph", + "lines": 228, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -302,78 +312,78 @@ "threading_constructs": 0 }, { - "file_path": "src/wasm/probe.zig", - "lines": 37, + "file_path": "src/core/GrooveClient.eph", + "lines": 151, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/wasm/build-typed.sh", - "lines": 49, + "file_path": "src/core/Types.eph", + "lines": 309, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/wasm/launch-gsa.sh", - "lines": 104, + "file_path": "src/core/Bridge.eph", + "lines": 650, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "src/wasm/build-complete.sh", - "lines": 210, + "file_path": "src/wasm/probe.zig", + "lines": 37, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/core/Types.eph", - "lines": 309, + "file_path": "src/wasm/build.sh", + "lines": 42, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/core/Shell.eph", - "lines": 228, + "file_path": "src/wasm/launch-gsa.sh", + "lines": 104, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/core/Bridge.eph", - "lines": 650, + "file_path": "src/wasm/build-complete.sh", + "lines": 210, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/core/GrooveClient.eph", - "lines": 151, + "file_path": "src/wasm/build-typed.sh", + "lines": 49, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -382,35 +392,25 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/bench/bench_main.zig", - "lines": 502, - "unsafe_blocks": 0, + "file_path": "src/interface/abi/Foreign.idr", + "lines": 586, + "unsafe_blocks": 23, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/test/property_test.zig", - "lines": 547, - "unsafe_blocks": 0, - "panic_sites": 1, + "file_path": "src/interface/abi/AbiRuntimeTest.idr", + "lines": 139, + "unsafe_blocks": 2, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/interface/ffi/test/mock_servers.zig", - "lines": 276, - "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 5, - "threading_constructs": 9 - }, { "file_path": "src/interface/ffi/build.zig", "lines": 298, @@ -422,32 +422,32 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/cli.zig", - "lines": 732, + "file_path": "src/interface/ffi/test/property_test.zig", + "lines": 547, "unsafe_blocks": 0, "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 50, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/http_capability.zig", - "lines": 363, + "file_path": "src/interface/ffi/test/mock_servers.zig", + "lines": 276, "unsafe_blocks": 0, "panic_sites": 1, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 5 + "allocation_sites": 3, + "io_operations": 5, + "threading_constructs": 9 }, { - "file_path": "src/interface/ffi/src/groove_client.zig", - "lines": 632, + "file_path": "src/interface/ffi/bench/bench_main.zig", + "lines": 502, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, @@ -462,8 +462,8 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/server_actions.zig", - "lines": 1206, + "file_path": "src/interface/ffi/src/game_profiles.zig", + "lines": 634, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -482,141 +482,147 @@ "threading_constructs": 1 }, { - "file_path": "src/interface/ffi/src/game_profiles.zig", - "lines": 634, + "file_path": "src/interface/ffi/src/groove_client.zig", + "lines": 632, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/abi/Foreign.idr", - "lines": 586, - "unsafe_blocks": 23, - "panic_sites": 0, + "file_path": "src/interface/ffi/src/http_capability.zig", + "lines": 363, + "unsafe_blocks": 0, + "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 5 }, { - "file_path": "src/interface/abi/AbiRuntimeTest.idr", - "lines": 139, - "unsafe_blocks": 2, + "file_path": "src/interface/ffi/src/server_actions.zig", + "lines": 1206, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/interface/ffi/src/cli.zig", + "lines": 732, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 50, "threading_constructs": 0 } ], "recommended_attacks": [ "cpu", - "disk", - "concurrency", + "memory", "network", - "memory" + "concurrency", + "disk" ], "dependency_graph": { "edges": [ { - "from": "game-server-admin-launcher.sh", - "to": "play.sh", - "relation": "shared_dir:", + "from": "src/core/Shell.eph", + "to": "src/core/GrooveClient.eph", + "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "src/core/Types.eph", - "to": "src/core/Shell.eph", + "from": "src/core/GrooveClient.eph", + "to": "src/core/Types.eph", "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "src/core/Shell.eph", + "from": "src/core/Types.eph", "to": "src/core/Bridge.eph", "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "src/core/Bridge.eph", - "to": "src/core/GrooveClient.eph", - "relation": "shared_dir:src/core", + "from": "scripts/gossamer-integration-test.sh", + "to": "scripts/e2e-test.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/interface/ffi/src/cli.zig", - "to": "src/interface/ffi/src/http_capability.zig", - "relation": "shared_dir:src/interface/ffi/src", + "from": "scripts/e2e-test.sh", + "to": "scripts/steam-stage.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/interface/ffi/src/http_capability.zig", - "to": "src/interface/ffi/src/groove_client.zig", - "relation": "shared_dir:src/interface/ffi/src", + "from": "scripts/steam-stage.sh", + "to": "scripts/install-desktop.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/interface/ffi/src/groove_client.zig", - "to": "src/interface/ffi/src/config_extract.zig", - "relation": "shared_dir:src/interface/ffi/src", + "from": "scripts/install-desktop.sh", + "to": "scripts/wizard.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/interface/ffi/src/config_extract.zig", - "to": "src/interface/ffi/src/server_actions.zig", - "relation": "shared_dir:src/interface/ffi/src", + "from": "scripts/wizard.sh", + "to": "scripts/generate-clades.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/interface/ffi/src/server_actions.zig", - "to": "src/interface/ffi/src/main.zig", - "relation": "shared_dir:src/interface/ffi/src", + "from": "scripts/generate-clades.sh", + "to": "scripts/provision-server.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/interface/ffi/src/main.zig", - "to": "src/interface/ffi/src/game_profiles.zig", - "relation": "shared_dir:src/interface/ffi/src", + "from": "scripts/provision-server.sh", + "to": "scripts/gen_result_codes.zig", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/interface/abi/Foreign.idr", - "to": "src/interface/abi/AbiRuntimeTest.idr", - "relation": "shared_dir:src/interface/abi", + "from": "scripts/gen_result_codes.zig", + "to": "scripts/self-heal.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/ui/tea/gsa_gui.affine", - "to": "src/ui/tea/gsa_ffi.affine", - "relation": "shared_dir:src/ui/tea", + "from": "scripts/self-heal.sh", + "to": "scripts/install-quadlets.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/wasm/build.sh", - "to": "src/wasm/probe.zig", - "relation": "shared_dir:src/wasm", + "from": "scripts/install-quadlets.sh", + "to": "scripts/gen_abi_expected.zig", + "relation": "shared_dir:scripts", + "weight": 1.0 + }, + { + "from": "play.sh", + "to": "game-server-admin-launcher.sh", + "relation": "shared_dir:", "weight": 1.0 }, { "from": "src/wasm/probe.zig", - "to": "src/wasm/build-typed.sh", + "to": "src/wasm/build.sh", "relation": "shared_dir:src/wasm", "weight": 1.0 }, { - "from": "src/wasm/build-typed.sh", + "from": "src/wasm/build.sh", "to": "src/wasm/launch-gsa.sh", "relation": "shared_dir:src/wasm", "weight": 1.0 @@ -628,95 +634,109 @@ "weight": 1.0 }, { - "from": "src/interface/ffi/test/property_test.zig", - "to": "src/interface/ffi/test/mock_servers.zig", - "relation": "shared_dir:src/interface/ffi/test", - "weight": 1.0 - }, - { - "from": "scripts/gossamer-integration-test.sh", - "to": "scripts/install-quadlets.sh", - "relation": "shared_dir:scripts", + "from": "src/wasm/build-complete.sh", + "to": "src/wasm/build-typed.sh", + "relation": "shared_dir:src/wasm", "weight": 1.0 }, { - "from": "scripts/install-quadlets.sh", - "to": "scripts/e2e-test.sh", - "relation": "shared_dir:scripts", + "from": "src/interface/ffi/test/property_test.zig", + "to": "src/interface/ffi/test/mock_servers.zig", + "relation": "shared_dir:src/interface/ffi/test", "weight": 1.0 }, { - "from": "scripts/e2e-test.sh", - "to": "scripts/gen_result_codes.zig", - "relation": "shared_dir:scripts", + "from": "src/interface/abi/Foreign.idr", + "to": "src/interface/abi/AbiRuntimeTest.idr", + "relation": "shared_dir:src/interface/abi", "weight": 1.0 }, { - "from": "scripts/gen_result_codes.zig", - "to": "scripts/install-desktop.sh", - "relation": "shared_dir:scripts", + "from": "src/interface/ffi/src/config_extract.zig", + "to": "src/interface/ffi/src/game_profiles.zig", + "relation": "shared_dir:src/interface/ffi/src", "weight": 1.0 }, { - "from": "scripts/install-desktop.sh", - "to": "scripts/self-heal.sh", - "relation": "shared_dir:scripts", + "from": "src/interface/ffi/src/game_profiles.zig", + "to": "src/interface/ffi/src/main.zig", + "relation": "shared_dir:src/interface/ffi/src", "weight": 1.0 }, { - "from": "scripts/self-heal.sh", - "to": "scripts/gen_abi_expected.zig", - "relation": "shared_dir:scripts", + "from": "src/interface/ffi/src/main.zig", + "to": "src/interface/ffi/src/groove_client.zig", + "relation": "shared_dir:src/interface/ffi/src", "weight": 1.0 }, { - "from": "scripts/gen_abi_expected.zig", - "to": "scripts/wizard.sh", - "relation": "shared_dir:scripts", + "from": "src/interface/ffi/src/groove_client.zig", + "to": "src/interface/ffi/src/http_capability.zig", + "relation": "shared_dir:src/interface/ffi/src", "weight": 1.0 }, { - "from": "scripts/wizard.sh", - "to": "scripts/steam-stage.sh", - "relation": "shared_dir:scripts", + "from": "src/interface/ffi/src/http_capability.zig", + "to": "src/interface/ffi/src/server_actions.zig", + "relation": "shared_dir:src/interface/ffi/src", "weight": 1.0 }, { - "from": "scripts/steam-stage.sh", - "to": "scripts/provision-server.sh", - "relation": "shared_dir:scripts", + "from": "src/interface/ffi/src/server_actions.zig", + "to": "src/interface/ffi/src/cli.zig", + "relation": "shared_dir:src/interface/ffi/src", "weight": 1.0 }, { - "from": "scripts/provision-server.sh", - "to": "scripts/generate-clades.sh", - "relation": "shared_dir:scripts", + "from": "src/ui/tea/gsa_gui.affine", + "to": "src/ui/tea/gsa_ffi.affine", + "relation": "shared_dir:src/ui/tea", "weight": 1.0 } ] }, "taint_matrix": { "rows": [ + { + "source_category": "InsecureProtocol", + "sink_axis": "network", + "severity_value": 2.5, + "files": [ + "src/interface/ffi/test/behavioral_test.zig" + ], + "frameworks": [], + "relation": "InsecureProtocol->Network" + }, { "source_category": "DynamicCodeExecution", "sink_axis": "network", "severity_value": 3.5, "files": [ - "src/gui/fli/fli-editable.js", - "src/gui/fli/fli-tooltip.js", "src/gui/fli/fli-terminal.js", - "src/gui/fli/fli-gauge.js" + "src/gui/fli/fli-gauge.js", + "src/gui/fli/fli-tooltip.js", + "src/gui/fli/fli-editable.js" ], "frameworks": [], "relation": "DynamicCodeExecution->Network" }, + { + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "game-server-admin-launcher.sh" + ], + "frameworks": [], + "relation": "CommandInjection->Cpu" + }, { "source_category": "HardcodedSecret", "sink_axis": "network", "severity_value": 5.0, "files": [ - "scripts/wizard.sh", - "scripts/steam-stage.sh" + "scripts/steam-stage.sh", + "scripts/wizard.sh" ], "frameworks": [], "relation": "HardcodedSecret->Network" @@ -726,41 +746,21 @@ "sink_axis": "memory", "severity_value": 3.5, "files": [ - "src/gui/fli/fli-editable.js", - "src/gui/fli/fli-tooltip.js", "src/gui/fli/fli-terminal.js", - "src/gui/fli/fli-gauge.js" + "src/gui/fli/fli-gauge.js", + "src/gui/fli/fli-tooltip.js", + "src/gui/fli/fli-editable.js" ], "frameworks": [], "relation": "DynamicCodeExecution->Memory" }, - { - "source_category": "InsecureProtocol", - "sink_axis": "network", - "severity_value": 2.5, - "files": [ - "src/interface/ffi/test/behavioral_test.zig" - ], - "frameworks": [], - "relation": "InsecureProtocol->Network" - }, - { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "game-server-admin-launcher.sh" - ], - "frameworks": [], - "relation": "CommandInjection->Cpu" - }, { "source_category": "PathTraversal", "sink_axis": "disk", "severity_value": 2.5, "files": [ - "game-server-admin-launcher.sh", "scripts/steam-stage.sh", + "game-server-admin-launcher.sh", "src/wasm/launch-gsa.sh" ], "frameworks": [], diff --git a/scans/git-reticulator.json b/scans/git-reticulator.json index 50714598..1c3fe4cb 100644 --- a/scans/git-reticulator.json +++ b/scans/git-reticulator.json @@ -3,8 +3,8 @@ "program_path": "git-reticulator", "language": "rust", "frameworks": [ - "WebServer", - "Networking" + "Networking", + "WebServer" ], "weak_points": [ { @@ -52,23 +52,23 @@ }, "file_statistics": [ { - "file_path": "benches/git_reticulator_bench.rs", - "lines": 116, + "file_path": "tests/property_tests.rs", + "lines": 199, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/property_tests.rs", - "lines": 199, + "file_path": "benches/git_reticulator_bench.rs", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, @@ -84,13 +84,13 @@ "threading_constructs": 0 }, { - "file_path": "src/query.rs", - "lines": 327, + "file_path": "src/api/app.rs", + "lines": 68, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -104,24 +104,24 @@ "threading_constructs": 0 }, { - "file_path": "src/lattice/mod.rs", - "lines": 533, + "file_path": "src/query.rs", + "lines": 327, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/api/app.rs", - "lines": 68, + "file_path": "src/lattice/mod.rs", + "lines": 533, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { @@ -137,26 +137,32 @@ } ], "recommended_attacks": [ - "disk", "memory", - "cpu" + "cpu", + "disk" ], "dependency_graph": { "edges": [ { "from": "src/ingest.rs", - "to": "src/query.rs", + "to": "src/store.rs", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/query.rs", - "to": "src/store.rs", + "from": "src/store.rs", + "to": "src/query.rs", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "benches/git_reticulator_bench.rs", + "from": "tests/property_tests.rs", + "to": "Networking", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "tests/property_tests.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -168,13 +174,13 @@ "weight": 1.0 }, { - "from": "tests/property_tests.rs", + "from": "benches/git_reticulator_bench.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/property_tests.rs", + "from": "src/ingest.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -186,19 +192,19 @@ "weight": 1.0 }, { - "from": "src/ingest.rs", + "from": "src/api/app.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/query.rs", + "from": "src/api/app.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/query.rs", + "from": "src/store.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -210,13 +216,13 @@ "weight": 1.0 }, { - "from": "src/store.rs", + "from": "src/query.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/lattice/mod.rs", + "from": "src/query.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -228,13 +234,13 @@ "weight": 1.0 }, { - "from": "src/api/app.rs", + "from": "src/lattice/mod.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/api/app.rs", + "from": "src/cli/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -244,68 +250,62 @@ "to": "WebServer", "relation": "framework", "weight": 1.0 - }, - { - "from": "src/cli/main.rs", - "to": "Networking", - "relation": "framework", - "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", + "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/store.rs" + "src/cli/main.rs" ], "frameworks": [ - "WebServer", - "Networking" + "Networking", + "WebServer" ], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Memory" }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "src/cli/main.rs" ], "frameworks": [ - "WebServer", - "Networking" + "Networking", + "WebServer" ], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/store.rs" ], "frameworks": [ - "WebServer", - "Networking" + "Networking", + "WebServer" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/cli/main.rs" + "src/store.rs" ], "frameworks": [ - "WebServer", - "Networking" + "Networking", + "WebServer" ], - "relation": "PanicPath->Disk" + "relation": "UnboundedAllocation->Cpu" } ] } diff --git a/scans/git-scripts.json b/scans/git-scripts.json index 348091e2..61e9121d 100644 --- a/scans/git-scripts.json +++ b/scans/git-scripts.json @@ -16,6 +16,18 @@ ], "test_context": "production" }, + { + "category": "CommandInjection", + "location": "lib/script_manager/estate_deployer.ex", + "file": "lib/script_manager/estate_deployer.ex", + "severity": "Medium", + "description": "System command execution in lib/script_manager/estate_deployer.ex", + "recommended_attack": [ + "cpu", + "disk" + ], + "test_context": "production" + }, { "category": "CommandInjection", "location": "lib/script_manager/repo_cleanup.ex", @@ -30,10 +42,10 @@ }, { "category": "CommandInjection", - "location": "lib/script_manager/estate_deployer.ex", - "file": "lib/script_manager/estate_deployer.ex", + "location": "lib/script_manager/ownership_guard.ex", + "file": "lib/script_manager/ownership_guard.ex", "severity": "Medium", - "description": "System command execution in lib/script_manager/estate_deployer.ex", + "description": "System command execution in lib/script_manager/ownership_guard.ex", "recommended_attack": [ "cpu", "disk" @@ -42,10 +54,10 @@ }, { "category": "CommandInjection", - "location": "lib/script_manager/git_syncer.ex", - "file": "lib/script_manager/git_syncer.ex", + "location": "lib/script_manager/script_runner.ex", + "file": "lib/script_manager/script_runner.ex", "severity": "Medium", - "description": "System command execution in lib/script_manager/git_syncer.ex", + "description": "System command execution in lib/script_manager/script_runner.ex", "recommended_attack": [ "cpu", "disk" @@ -66,10 +78,10 @@ }, { "category": "CommandInjection", - "location": "lib/script_manager/ownership_guard.ex", - "file": "lib/script_manager/ownership_guard.ex", + "location": "lib/script_manager/toolchain_linker.ex", + "file": "lib/script_manager/toolchain_linker.ex", "severity": "Medium", - "description": "System command execution in lib/script_manager/ownership_guard.ex", + "description": "System command execution in lib/script_manager/toolchain_linker.ex", "recommended_attack": [ "cpu", "disk" @@ -78,10 +90,10 @@ }, { "category": "CommandInjection", - "location": "lib/script_manager/script_runner.ex", - "file": "lib/script_manager/script_runner.ex", + "location": "lib/script_manager/git_syncer.ex", + "file": "lib/script_manager/git_syncer.ex", "severity": "Medium", - "description": "System command execution in lib/script_manager/script_runner.ex", + "description": "System command execution in lib/script_manager/git_syncer.ex", "recommended_attack": [ "cpu", "disk" @@ -111,41 +123,6 @@ ], "test_context": "production" }, - { - "category": "CommandInjection", - "location": "lib/script_manager/toolchain_linker.ex", - "file": "lib/script_manager/toolchain_linker.ex", - "severity": "Medium", - "description": "System command execution in lib/script_manager/toolchain_linker.ex", - "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, - { - "category": "PathTraversal", - "location": "launchers/git-scripts-launcher.sh", - "file": "launchers/git-scripts-launcher.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in launchers/git-scripts-launcher.sh", - "recommended_attack": [ - "disk" - ], - "test_context": "production" - }, - { - "category": "CommandInjection", - "location": "scripts/lib/common.sh", - "file": "scripts/lib/common.sh", - "severity": "Critical", - "description": "eval usage in scripts/lib/common.sh", - "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, { "category": "CommandInjection", "location": "scripts/tests/retire-doubles-guard-harness.sh", @@ -171,6 +148,18 @@ ], "test_context": "test_only" }, + { + "category": "CommandInjection", + "location": "scripts/lib/common.sh", + "file": "scripts/lib/common.sh", + "severity": "Critical", + "description": "eval usage in scripts/lib/common.sh", + "recommended_attack": [ + "cpu", + "disk" + ], + "test_context": "production" + }, { "category": "CommandInjection", "location": "scripts/branch-protection-apply.sh", @@ -181,6 +170,17 @@ "cpu" ], "test_context": "production" + }, + { + "category": "PathTraversal", + "location": "launchers/git-scripts-launcher.sh", + "file": "launchers/git-scripts-launcher.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in launchers/git-scripts-launcher.sh", + "recommended_attack": [ + "disk" + ], + "test_context": "production" } ], "statistics": { @@ -214,18 +214,18 @@ "threading_constructs": 0 }, { - "file_path": "lib/script_manager/git_syncer.ex", + "file_path": "lib/script_manager/health_dashboard.ex", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "lib/script_manager/media_finder.ex", - "lines": 100, + "file_path": "lib/script_manager/ownership_guard.ex", + "lines": 186, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -234,8 +234,8 @@ "threading_constructs": 0 }, { - "file_path": "lib/script_manager/ownership_guard.ex", - "lines": 186, + "file_path": "lib/script_manager/media_finder.ex", + "lines": 100, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -254,58 +254,58 @@ "threading_constructs": 0 }, { - "file_path": "lib/script_manager/health_dashboard.ex", + "file_path": "lib/script_manager/git_syncer.ex", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "ui/src/HarApi.affine", - "lines": 53, - "unsafe_blocks": 1, + "file_path": "ui/src/App.affine", + "lines": 389, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "ui/src/App.affine", - "lines": 389, - "unsafe_blocks": 0, + "file_path": "ui/src/HarApi.affine", + "lines": 53, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "launchers/git-scripts-launcher.sh", - "lines": 215, + "file_path": "scripts/wiki-audit.sh", + "lines": 283, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/standardize_readmes.sh", - "lines": 132, + "file_path": "scripts/tests/retire-doubles-guard-harness.sh", + "lines": 150, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/fix/branch-protection.sh", - "lines": 212, + "file_path": "scripts/standardize_readmes.sh", + "lines": 132, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -314,8 +314,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/wiki-audit.sh", - "lines": 283, + "file_path": "scripts/sync/standardize-readmes.sh", + "lines": 132, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -334,33 +334,33 @@ "threading_constructs": 0 }, { - "file_path": "scripts/tests/retire-doubles-guard-harness.sh", - "lines": 150, + "file_path": "scripts/fix/branch-protection.sh", + "lines": 212, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/sync/standardize-readmes.sh", - "lines": 132, + "file_path": "test/branch-protection-apply-test.sh", + "lines": 235, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "test/branch-protection-apply-test.sh", - "lines": 235, + "file_path": "launchers/git-scripts-launcher.sh", + "lines": 215, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 5, "threading_constructs": 0 } ], @@ -371,11 +371,17 @@ "dependency_graph": { "edges": [ { - "from": "scripts/standardize_readmes.sh", - "to": "scripts/wiki-audit.sh", + "from": "scripts/wiki-audit.sh", + "to": "scripts/standardize_readmes.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, + { + "from": "ui/src/App.affine", + "to": "ui/src/HarApi.affine", + "relation": "shared_dir:ui/src", + "weight": 1.0 + }, { "from": "lib/script_manager/dependency_fixer.ex", "to": "lib/script_manager/estate_deployer.ex", @@ -384,39 +390,33 @@ }, { "from": "lib/script_manager/estate_deployer.ex", - "to": "lib/script_manager/git_syncer.ex", + "to": "lib/script_manager/health_dashboard.ex", "relation": "shared_dir:lib/script_manager", "weight": 1.0 }, { - "from": "lib/script_manager/git_syncer.ex", - "to": "lib/script_manager/media_finder.ex", + "from": "lib/script_manager/health_dashboard.ex", + "to": "lib/script_manager/ownership_guard.ex", "relation": "shared_dir:lib/script_manager", "weight": 1.0 }, { - "from": "lib/script_manager/media_finder.ex", - "to": "lib/script_manager/ownership_guard.ex", + "from": "lib/script_manager/ownership_guard.ex", + "to": "lib/script_manager/media_finder.ex", "relation": "shared_dir:lib/script_manager", "weight": 1.0 }, { - "from": "lib/script_manager/ownership_guard.ex", + "from": "lib/script_manager/media_finder.ex", "to": "lib/script_manager/toolchain_linker.ex", "relation": "shared_dir:lib/script_manager", "weight": 1.0 }, { "from": "lib/script_manager/toolchain_linker.ex", - "to": "lib/script_manager/health_dashboard.ex", + "to": "lib/script_manager/git_syncer.ex", "relation": "shared_dir:lib/script_manager", "weight": 1.0 - }, - { - "from": "ui/src/HarApi.affine", - "to": "ui/src/App.affine", - "relation": "shared_dir:ui/src", - "weight": 1.0 } ] }, @@ -428,30 +428,30 @@ "severity_value": 5.0, "files": [ "lib/script_manager/dependency_fixer.ex", - "lib/script_manager/repo_cleanup.ex", "lib/script_manager/estate_deployer.ex", - "lib/script_manager/git_syncer.ex", - "lib/script_manager/media_finder.ex", + "lib/script_manager/repo_cleanup.ex", "lib/script_manager/ownership_guard.ex", "lib/script_manager/script_runner.ex", - "lib/script_manager/tui.ex", + "lib/script_manager/media_finder.ex", "lib/script_manager/toolchain_linker.ex", - "scripts/lib/common.sh", + "lib/script_manager/git_syncer.ex", + "lib/script_manager/tui.ex", "scripts/tests/retire-doubles-guard-harness.sh", - "scripts/tests/witness-gate-harness.sh" + "scripts/tests/witness-gate-harness.sh", + "scripts/lib/common.sh" ], "frameworks": [], "relation": "CommandInjection->Disk" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "cpu", + "source_category": "PathTraversal", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "lib/script_manager/tui.ex" + "launchers/git-scripts-launcher.sh" ], "frameworks": [], - "relation": "DynamicCodeExecution->Cpu" + "relation": "PathTraversal->Disk" }, { "source_category": "CommandInjection", @@ -459,31 +459,31 @@ "severity_value": 5.0, "files": [ "lib/script_manager/dependency_fixer.ex", - "lib/script_manager/repo_cleanup.ex", "lib/script_manager/estate_deployer.ex", - "lib/script_manager/git_syncer.ex", - "lib/script_manager/media_finder.ex", + "lib/script_manager/repo_cleanup.ex", "lib/script_manager/ownership_guard.ex", "lib/script_manager/script_runner.ex", - "lib/script_manager/tui.ex", + "lib/script_manager/media_finder.ex", "lib/script_manager/toolchain_linker.ex", - "scripts/lib/common.sh", + "lib/script_manager/git_syncer.ex", + "lib/script_manager/tui.ex", "scripts/tests/retire-doubles-guard-harness.sh", "scripts/tests/witness-gate-harness.sh", + "scripts/lib/common.sh", "scripts/branch-protection-apply.sh" ], "frameworks": [], "relation": "CommandInjection->Cpu" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "DynamicCodeExecution", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "launchers/git-scripts-launcher.sh" + "lib/script_manager/tui.ex" ], "frameworks": [], - "relation": "PathTraversal->Disk" + "relation": "DynamicCodeExecution->Cpu" } ] } diff --git a/scans/gitbot-fleet.json b/scans/gitbot-fleet.json index d2b02f6d..cbd21352 100644 --- a/scans/gitbot-fleet.json +++ b/scans/gitbot-fleet.json @@ -4,24 +4,12 @@ "language": "rust", "frameworks": [], "weak_points": [ - { - "category": "PanicPath", - "location": "dashboard/src/main.rs", - "file": "dashboard/src/main.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in dashboard/src/main.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, { "category": "UnboundedAllocation", - "location": "bots/rhodibot/src/config.rs", - "file": "bots/rhodibot/src/config.rs", + "location": "robot-repo-automaton/src/exclusion_registry.rs", + "file": "robot-repo-automaton/src/exclusion_registry.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/rhodibot/src/config.rs", + "description": "Potential unbounded allocation pattern detected in robot-repo-automaton/src/exclusion_registry.rs", "recommended_attack": [ "memory", "cpu" @@ -30,10 +18,10 @@ }, { "category": "UnboundedAllocation", - "location": "bots/rhodibot/src/fleet.rs", - "file": "bots/rhodibot/src/fleet.rs", + "location": "robot-repo-automaton/src/catalog.rs", + "file": "robot-repo-automaton/src/catalog.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/rhodibot/src/fleet.rs", + "description": "Potential unbounded allocation pattern detected in robot-repo-automaton/src/catalog.rs", "recommended_attack": [ "memory", "cpu" @@ -41,22 +29,23 @@ "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "bots/rhodibot/src/sanitize.rs", - "file": "bots/rhodibot/src/sanitize.rs", + "category": "PanicPath", + "location": "robot-repo-automaton/src/main.rs", + "file": "robot-repo-automaton/src/main.rs", "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in bots/rhodibot/src/sanitize.rs", + "description": "0 panic sites and 1 unwrap/expect calls in robot-repo-automaton/src/main.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "bots/rhodibot/src/canon/local.rs", - "file": "bots/rhodibot/src/canon/local.rs", + "location": "robot-repo-automaton/src/confidence.rs", + "file": "robot-repo-automaton/src/confidence.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/rhodibot/src/canon/local.rs", + "description": "Potential unbounded allocation pattern detected in robot-repo-automaton/src/confidence.rs", "recommended_attack": [ "memory", "cpu" @@ -64,22 +53,23 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "bots/echidnabot/scripts/batch_driver.sh", - "file": "bots/echidnabot/scripts/batch_driver.sh", + "category": "UnboundedAllocation", + "location": "robot-repo-automaton/src/detector.rs", + "file": "robot-repo-automaton/src/detector.rs", "severity": "Medium", - "description": "43 potentially unquoted variable expansions in bots/echidnabot/scripts/batch_driver.sh", + "description": "Potential unbounded allocation pattern detected in robot-repo-automaton/src/detector.rs", "recommended_attack": [ + "memory", "cpu" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "bots/echidnabot/src/main.rs", - "file": "bots/echidnabot/src/main.rs", + "location": "robot-repo-automaton/src/config.rs", + "file": "robot-repo-automaton/src/config.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/echidnabot/src/main.rs", + "description": "Potential unbounded allocation pattern detected in robot-repo-automaton/src/config.rs", "recommended_attack": [ "memory", "cpu" @@ -87,35 +77,35 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "bots/echidnabot/src/main.rs", - "file": "bots/echidnabot/src/main.rs", + "category": "UnboundedAllocation", + "location": "robot-repo-automaton/src/hooks.rs", + "file": "robot-repo-automaton/src/hooks.rs", "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in bots/echidnabot/src/main.rs", + "description": "Potential unbounded allocation pattern detected in robot-repo-automaton/src/hooks.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "bots/echidnabot/src/dispatcher/echidna_client.rs", - "file": "bots/echidnabot/src/dispatcher/echidna_client.rs", + "category": "UnboundedAllocation", + "location": "robot-repo-automaton/src/skeleton.rs", + "file": "robot-repo-automaton/src/skeleton.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in bots/echidnabot/src/dispatcher/echidna_client.rs", + "description": "Potential unbounded allocation pattern detected in robot-repo-automaton/src/skeleton.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "PanicPath", - "location": "bots/echidnabot/src/scheduler/limiter.rs", - "file": "bots/echidnabot/src/scheduler/limiter.rs", + "location": "robot-repo-automaton/src/hypatia.rs", + "file": "robot-repo-automaton/src/hypatia.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in bots/echidnabot/src/scheduler/limiter.rs", + "description": "0 panic sites and 1 unwrap/expect calls in robot-repo-automaton/src/hypatia.rs", "recommended_attack": [ "memory", "disk" @@ -124,10 +114,10 @@ }, { "category": "UnboundedAllocation", - "location": "bots/echidnabot/src/trust/migration_scanner.rs", - "file": "bots/echidnabot/src/trust/migration_scanner.rs", + "location": "shared-context/src/exclusion_registry.rs", + "file": "shared-context/src/exclusion_registry.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/echidnabot/src/trust/migration_scanner.rs", + "description": "Potential unbounded allocation pattern detected in shared-context/src/exclusion_registry.rs", "recommended_attack": [ "memory", "cpu" @@ -136,10 +126,10 @@ }, { "category": "UnboundedAllocation", - "location": "bots/panicbot/src/directives.rs", - "file": "bots/panicbot/src/directives.rs", + "location": "shared-context/src/storage.rs", + "file": "shared-context/src/storage.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/panicbot/src/directives.rs", + "description": "Potential unbounded allocation pattern detected in shared-context/src/storage.rs", "recommended_attack": [ "memory", "cpu" @@ -148,10 +138,10 @@ }, { "category": "UnboundedAllocation", - "location": "bots/glambot/src/analyzers/accessibility.rs", - "file": "bots/glambot/src/analyzers/accessibility.rs", + "location": "bots/rhodibot/src/canon/local.rs", + "file": "bots/rhodibot/src/canon/local.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/glambot/src/analyzers/accessibility.rs", + "description": "Potential unbounded allocation pattern detected in bots/rhodibot/src/canon/local.rs", "recommended_attack": [ "memory", "cpu" @@ -159,23 +149,22 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "bots/glambot/src/analyzers/accessibility.rs", - "file": "bots/glambot/src/analyzers/accessibility.rs", + "category": "InsecureProtocol", + "location": "bots/rhodibot/src/sanitize.rs", + "file": "bots/rhodibot/src/sanitize.rs", "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in bots/glambot/src/analyzers/accessibility.rs", + "description": "2 HTTP (non-HTTPS) URLs in bots/rhodibot/src/sanitize.rs", "recommended_attack": [ - "memory", - "disk" + "network" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "bots/glambot/src/analyzers/visual.rs", - "file": "bots/glambot/src/analyzers/visual.rs", + "location": "bots/rhodibot/src/fleet.rs", + "file": "bots/rhodibot/src/fleet.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/glambot/src/analyzers/visual.rs", + "description": "Potential unbounded allocation pattern detected in bots/rhodibot/src/fleet.rs", "recommended_attack": [ "memory", "cpu" @@ -184,10 +173,10 @@ }, { "category": "UnboundedAllocation", - "location": "bots/glambot/src/analyzers/machine.rs", - "file": "bots/glambot/src/analyzers/machine.rs", + "location": "bots/rhodibot/src/config.rs", + "file": "bots/rhodibot/src/config.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/glambot/src/analyzers/machine.rs", + "description": "Potential unbounded allocation pattern detected in bots/rhodibot/src/config.rs", "recommended_attack": [ "memory", "cpu" @@ -196,10 +185,10 @@ }, { "category": "UnboundedAllocation", - "location": "bots/glambot/src/config/mod.rs", - "file": "bots/glambot/src/config/mod.rs", + "location": "bots/panicbot/src/directives.rs", + "file": "bots/panicbot/src/directives.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/glambot/src/config/mod.rs", + "description": "Potential unbounded allocation pattern detected in bots/panicbot/src/directives.rs", "recommended_attack": [ "memory", "cpu" @@ -220,10 +209,10 @@ }, { "category": "UnboundedAllocation", - "location": "bots/cipherbot/src/policy.rs", - "file": "bots/cipherbot/src/policy.rs", + "location": "bots/glambot/src/config/mod.rs", + "file": "bots/glambot/src/config/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/cipherbot/src/policy.rs", + "description": "Potential unbounded allocation pattern detected in bots/glambot/src/config/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -232,10 +221,10 @@ }, { "category": "UnboundedAllocation", - "location": "bots/cipherbot/src/main.rs", - "file": "bots/cipherbot/src/main.rs", + "location": "bots/glambot/src/analyzers/machine.rs", + "file": "bots/glambot/src/analyzers/machine.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/cipherbot/src/main.rs", + "description": "Potential unbounded allocation pattern detected in bots/glambot/src/analyzers/machine.rs", "recommended_attack": [ "memory", "cpu" @@ -243,23 +232,23 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "bots/cipherbot/src/analyzers/rng.rs", - "file": "bots/cipherbot/src/analyzers/rng.rs", + "category": "UnboundedAllocation", + "location": "bots/glambot/src/analyzers/accessibility.rs", + "file": "bots/glambot/src/analyzers/accessibility.rs", "severity": "Medium", - "description": "0 panic sites and 8 unwrap/expect calls in bots/cipherbot/src/analyzers/rng.rs", + "description": "Potential unbounded allocation pattern detected in bots/glambot/src/analyzers/accessibility.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "PanicPath", - "location": "bots/cipherbot/src/analyzers/config.rs", - "file": "bots/cipherbot/src/analyzers/config.rs", + "location": "bots/glambot/src/analyzers/accessibility.rs", + "file": "bots/glambot/src/analyzers/accessibility.rs", "severity": "Medium", - "description": "0 panic sites and 6 unwrap/expect calls in bots/cipherbot/src/analyzers/config.rs", + "description": "0 panic sites and 3 unwrap/expect calls in bots/glambot/src/analyzers/accessibility.rs", "recommended_attack": [ "memory", "disk" @@ -267,23 +256,35 @@ "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "bots/cipherbot/src/analyzers/config.rs", - "file": "bots/cipherbot/src/analyzers/config.rs", - "severity": "Critical", - "description": "Possible hardcoded secret in bots/cipherbot/src/analyzers/config.rs", + "category": "UnboundedAllocation", + "location": "bots/glambot/src/analyzers/visual.rs", + "file": "bots/glambot/src/analyzers/visual.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in bots/glambot/src/analyzers/visual.rs", "recommended_attack": [ - "network" + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "bots/accessibilitybot/src/scanner.rs", + "file": "bots/accessibilitybot/src/scanner.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in bots/accessibilitybot/src/scanner.rs", + "recommended_attack": [ + "memory", + "cpu" ], - "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "bots/cipherbot/src/analyzers/symmetric.rs", - "file": "bots/cipherbot/src/analyzers/symmetric.rs", + "location": "bots/accessibilitybot/src/analyzers/css.rs", + "file": "bots/accessibilitybot/src/analyzers/css.rs", "severity": "Medium", - "description": "0 panic sites and 10 unwrap/expect calls in bots/cipherbot/src/analyzers/symmetric.rs", + "description": "0 panic sites and 3 unwrap/expect calls in bots/accessibilitybot/src/analyzers/css.rs", "recommended_attack": [ "memory", "disk" @@ -292,10 +293,10 @@ }, { "category": "PanicPath", - "location": "bots/cipherbot/src/analyzers/dns.rs", - "file": "bots/cipherbot/src/analyzers/dns.rs", + "location": "bots/accessibilitybot/src/analyzers/contrast.rs", + "file": "bots/accessibilitybot/src/analyzers/contrast.rs", "severity": "Medium", - "description": "0 panic sites and 7 unwrap/expect calls in bots/cipherbot/src/analyzers/dns.rs", + "description": "0 panic sites and 6 unwrap/expect calls in bots/accessibilitybot/src/analyzers/contrast.rs", "recommended_attack": [ "memory", "disk" @@ -304,10 +305,10 @@ }, { "category": "PanicPath", - "location": "bots/cipherbot/src/analyzers/password.rs", - "file": "bots/cipherbot/src/analyzers/password.rs", + "location": "bots/accessibilitybot/src/analyzers/alt_text.rs", + "file": "bots/accessibilitybot/src/analyzers/alt_text.rs", "severity": "Medium", - "description": "0 panic sites and 7 unwrap/expect calls in bots/cipherbot/src/analyzers/password.rs", + "description": "0 panic sites and 1 unwrap/expect calls in bots/accessibilitybot/src/analyzers/alt_text.rs", "recommended_attack": [ "memory", "disk" @@ -316,10 +317,10 @@ }, { "category": "PanicPath", - "location": "bots/cipherbot/src/analyzers/hashing.rs", - "file": "bots/cipherbot/src/analyzers/hashing.rs", + "location": "bots/accessibilitybot/src/analyzers/keyboard.rs", + "file": "bots/accessibilitybot/src/analyzers/keyboard.rs", "severity": "Medium", - "description": "0 panic sites and 6 unwrap/expect calls in bots/cipherbot/src/analyzers/hashing.rs", + "description": "0 panic sites and 6 unwrap/expect calls in bots/accessibilitybot/src/analyzers/keyboard.rs", "recommended_attack": [ "memory", "disk" @@ -328,10 +329,10 @@ }, { "category": "PanicPath", - "location": "bots/cipherbot/src/analyzers/signatures.rs", - "file": "bots/cipherbot/src/analyzers/signatures.rs", + "location": "bots/accessibilitybot/src/analyzers/aria.rs", + "file": "bots/accessibilitybot/src/analyzers/aria.rs", "severity": "Medium", - "description": "0 panic sites and 7 unwrap/expect calls in bots/cipherbot/src/analyzers/signatures.rs", + "description": "0 panic sites and 1 unwrap/expect calls in bots/accessibilitybot/src/analyzers/aria.rs", "recommended_attack": [ "memory", "disk" @@ -340,10 +341,10 @@ }, { "category": "PanicPath", - "location": "bots/cipherbot/src/analyzers/key_exchange.rs", - "file": "bots/cipherbot/src/analyzers/key_exchange.rs", + "location": "bots/accessibilitybot/src/analyzers/language.rs", + "file": "bots/accessibilitybot/src/analyzers/language.rs", "severity": "Medium", - "description": "0 panic sites and 8 unwrap/expect calls in bots/cipherbot/src/analyzers/key_exchange.rs", + "description": "0 panic sites and 2 unwrap/expect calls in bots/accessibilitybot/src/analyzers/language.rs", "recommended_attack": [ "memory", "disk" @@ -352,10 +353,10 @@ }, { "category": "PanicPath", - "location": "bots/cipherbot/src/analyzers/infra.rs", - "file": "bots/cipherbot/src/analyzers/infra.rs", + "location": "bots/accessibilitybot/src/analyzers/forms.rs", + "file": "bots/accessibilitybot/src/analyzers/forms.rs", "severity": "Medium", - "description": "0 panic sites and 6 unwrap/expect calls in bots/cipherbot/src/analyzers/infra.rs", + "description": "0 panic sites and 5 unwrap/expect calls in bots/accessibilitybot/src/analyzers/forms.rs", "recommended_attack": [ "memory", "disk" @@ -364,10 +365,10 @@ }, { "category": "PanicPath", - "location": "bots/cipherbot/src/analyzers/protocol.rs", - "file": "bots/cipherbot/src/analyzers/protocol.rs", + "location": "bots/accessibilitybot/src/analyzers/semantic.rs", + "file": "bots/accessibilitybot/src/analyzers/semantic.rs", "severity": "Medium", - "description": "0 panic sites and 8 unwrap/expect calls in bots/cipherbot/src/analyzers/protocol.rs", + "description": "0 panic sites and 7 unwrap/expect calls in bots/accessibilitybot/src/analyzers/semantic.rs", "recommended_attack": [ "memory", "disk" @@ -375,23 +376,23 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "bots/cipherbot/src/analyzers/mod.rs", - "file": "bots/cipherbot/src/analyzers/mod.rs", + "category": "PanicPath", + "location": "bots/accessibilitybot/src/analyzers/media.rs", + "file": "bots/accessibilitybot/src/analyzers/media.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/cipherbot/src/analyzers/mod.rs", + "description": "0 panic sites and 4 unwrap/expect calls in bots/accessibilitybot/src/analyzers/media.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "bots/seambot/src/register.rs", - "file": "bots/seambot/src/register.rs", + "location": "bots/seambot/src/hidden_channels.rs", + "file": "bots/seambot/src/hidden_channels.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/seambot/src/register.rs", + "description": "Potential unbounded allocation pattern detected in bots/seambot/src/hidden_channels.rs", "recommended_attack": [ "memory", "cpu" @@ -400,10 +401,10 @@ }, { "category": "UnboundedAllocation", - "location": "bots/seambot/src/hidden_channels.rs", - "file": "bots/seambot/src/hidden_channels.rs", + "location": "bots/seambot/src/register.rs", + "file": "bots/seambot/src/register.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/seambot/src/hidden_channels.rs", + "description": "Potential unbounded allocation pattern detected in bots/seambot/src/register.rs", "recommended_attack": [ "memory", "cpu" @@ -435,11 +436,35 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "bots/accessibilitybot/src/analyzers/forms.rs", - "file": "bots/accessibilitybot/src/analyzers/forms.rs", + "category": "UnboundedAllocation", + "location": "bots/cipherbot/src/main.rs", + "file": "bots/cipherbot/src/main.rs", "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in bots/accessibilitybot/src/analyzers/forms.rs", + "description": "Potential unbounded allocation pattern detected in bots/cipherbot/src/main.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "bots/cipherbot/src/policy.rs", + "file": "bots/cipherbot/src/policy.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in bots/cipherbot/src/policy.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "bots/cipherbot/src/analyzers/rng.rs", + "file": "bots/cipherbot/src/analyzers/rng.rs", + "severity": "Medium", + "description": "0 panic sites and 8 unwrap/expect calls in bots/cipherbot/src/analyzers/rng.rs", "recommended_attack": [ "memory", "disk" @@ -448,22 +473,34 @@ }, { "category": "PanicPath", - "location": "bots/accessibilitybot/src/analyzers/language.rs", - "file": "bots/accessibilitybot/src/analyzers/language.rs", + "location": "bots/cipherbot/src/analyzers/hashing.rs", + "file": "bots/cipherbot/src/analyzers/hashing.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in bots/accessibilitybot/src/analyzers/language.rs", + "description": "0 panic sites and 6 unwrap/expect calls in bots/cipherbot/src/analyzers/hashing.rs", "recommended_attack": [ "memory", "disk" ], "test_context": "production" }, + { + "category": "UnboundedAllocation", + "location": "bots/cipherbot/src/analyzers/mod.rs", + "file": "bots/cipherbot/src/analyzers/mod.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in bots/cipherbot/src/analyzers/mod.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, { "category": "PanicPath", - "location": "bots/accessibilitybot/src/analyzers/media.rs", - "file": "bots/accessibilitybot/src/analyzers/media.rs", + "location": "bots/cipherbot/src/analyzers/dns.rs", + "file": "bots/cipherbot/src/analyzers/dns.rs", "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in bots/accessibilitybot/src/analyzers/media.rs", + "description": "0 panic sites and 7 unwrap/expect calls in bots/cipherbot/src/analyzers/dns.rs", "recommended_attack": [ "memory", "disk" @@ -472,10 +509,10 @@ }, { "category": "PanicPath", - "location": "bots/accessibilitybot/src/analyzers/aria.rs", - "file": "bots/accessibilitybot/src/analyzers/aria.rs", + "location": "bots/cipherbot/src/analyzers/signatures.rs", + "file": "bots/cipherbot/src/analyzers/signatures.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in bots/accessibilitybot/src/analyzers/aria.rs", + "description": "0 panic sites and 7 unwrap/expect calls in bots/cipherbot/src/analyzers/signatures.rs", "recommended_attack": [ "memory", "disk" @@ -484,10 +521,10 @@ }, { "category": "PanicPath", - "location": "bots/accessibilitybot/src/analyzers/css.rs", - "file": "bots/accessibilitybot/src/analyzers/css.rs", + "location": "bots/cipherbot/src/analyzers/infra.rs", + "file": "bots/cipherbot/src/analyzers/infra.rs", "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in bots/accessibilitybot/src/analyzers/css.rs", + "description": "0 panic sites and 6 unwrap/expect calls in bots/cipherbot/src/analyzers/infra.rs", "recommended_attack": [ "memory", "disk" @@ -496,10 +533,10 @@ }, { "category": "PanicPath", - "location": "bots/accessibilitybot/src/analyzers/keyboard.rs", - "file": "bots/accessibilitybot/src/analyzers/keyboard.rs", + "location": "bots/cipherbot/src/analyzers/protocol.rs", + "file": "bots/cipherbot/src/analyzers/protocol.rs", "severity": "Medium", - "description": "0 panic sites and 6 unwrap/expect calls in bots/accessibilitybot/src/analyzers/keyboard.rs", + "description": "0 panic sites and 8 unwrap/expect calls in bots/cipherbot/src/analyzers/protocol.rs", "recommended_attack": [ "memory", "disk" @@ -508,10 +545,10 @@ }, { "category": "PanicPath", - "location": "bots/accessibilitybot/src/analyzers/alt_text.rs", - "file": "bots/accessibilitybot/src/analyzers/alt_text.rs", + "location": "bots/cipherbot/src/analyzers/password.rs", + "file": "bots/cipherbot/src/analyzers/password.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in bots/accessibilitybot/src/analyzers/alt_text.rs", + "description": "0 panic sites and 7 unwrap/expect calls in bots/cipherbot/src/analyzers/password.rs", "recommended_attack": [ "memory", "disk" @@ -520,10 +557,10 @@ }, { "category": "PanicPath", - "location": "bots/accessibilitybot/src/analyzers/semantic.rs", - "file": "bots/accessibilitybot/src/analyzers/semantic.rs", + "location": "bots/cipherbot/src/analyzers/symmetric.rs", + "file": "bots/cipherbot/src/analyzers/symmetric.rs", "severity": "Medium", - "description": "0 panic sites and 7 unwrap/expect calls in bots/accessibilitybot/src/analyzers/semantic.rs", + "description": "0 panic sites and 10 unwrap/expect calls in bots/cipherbot/src/analyzers/symmetric.rs", "recommended_attack": [ "memory", "disk" @@ -532,10 +569,10 @@ }, { "category": "PanicPath", - "location": "bots/accessibilitybot/src/analyzers/contrast.rs", - "file": "bots/accessibilitybot/src/analyzers/contrast.rs", + "location": "bots/cipherbot/src/analyzers/config.rs", + "file": "bots/cipherbot/src/analyzers/config.rs", "severity": "Medium", - "description": "0 panic sites and 6 unwrap/expect calls in bots/accessibilitybot/src/analyzers/contrast.rs", + "description": "0 panic sites and 6 unwrap/expect calls in bots/cipherbot/src/analyzers/config.rs", "recommended_attack": [ "memory", "disk" @@ -543,23 +580,46 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "bots/accessibilitybot/src/scanner.rs", - "file": "bots/accessibilitybot/src/scanner.rs", + "category": "HardcodedSecret", + "location": "bots/cipherbot/src/analyzers/config.rs", + "file": "bots/cipherbot/src/analyzers/config.rs", + "severity": "Critical", + "description": "Possible hardcoded secret in bots/cipherbot/src/analyzers/config.rs", + "recommended_attack": [ + "network" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "bots/cipherbot/src/analyzers/key_exchange.rs", + "file": "bots/cipherbot/src/analyzers/key_exchange.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/accessibilitybot/src/scanner.rs", + "description": "0 panic sites and 8 unwrap/expect calls in bots/cipherbot/src/analyzers/key_exchange.rs", "recommended_attack": [ "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "bots/echidnabot/scripts/batch_driver.sh", + "file": "bots/echidnabot/scripts/batch_driver.sh", + "severity": "Medium", + "description": "43 potentially unquoted variable expansions in bots/echidnabot/scripts/batch_driver.sh", + "recommended_attack": [ "cpu" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "bots/finishingbot/src/config.rs", - "file": "bots/finishingbot/src/config.rs", + "location": "bots/echidnabot/src/trust/migration_scanner.rs", + "file": "bots/echidnabot/src/trust/migration_scanner.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/finishingbot/src/config.rs", + "description": "Potential unbounded allocation pattern detected in bots/echidnabot/src/trust/migration_scanner.rs", "recommended_attack": [ "memory", "cpu" @@ -568,10 +628,10 @@ }, { "category": "UnboundedAllocation", - "location": "bots/finishingbot/src/analyzers/release.rs", - "file": "bots/finishingbot/src/analyzers/release.rs", + "location": "bots/echidnabot/src/main.rs", + "file": "bots/echidnabot/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/finishingbot/src/analyzers/release.rs", + "description": "Potential unbounded allocation pattern detected in bots/echidnabot/src/main.rs", "recommended_attack": [ "memory", "cpu" @@ -579,23 +639,35 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "bots/finishingbot/src/analyzers/claims.rs", - "file": "bots/finishingbot/src/analyzers/claims.rs", + "category": "PanicPath", + "location": "bots/echidnabot/src/main.rs", + "file": "bots/echidnabot/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/finishingbot/src/analyzers/claims.rs", + "description": "0 panic sites and 3 unwrap/expect calls in bots/echidnabot/src/main.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { "category": "PanicPath", - "location": "bots/finishingbot/src/analyzers/claims.rs", - "file": "bots/finishingbot/src/analyzers/claims.rs", + "location": "bots/echidnabot/src/scheduler/limiter.rs", + "file": "bots/echidnabot/src/scheduler/limiter.rs", "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in bots/finishingbot/src/analyzers/claims.rs", + "description": "0 panic sites and 2 unwrap/expect calls in bots/echidnabot/src/scheduler/limiter.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "bots/echidnabot/src/dispatcher/echidna_client.rs", + "file": "bots/echidnabot/src/dispatcher/echidna_client.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in bots/echidnabot/src/dispatcher/echidna_client.rs", "recommended_attack": [ "memory", "disk" @@ -604,10 +676,10 @@ }, { "category": "UnboundedAllocation", - "location": "bots/finishingbot/src/analyzers/placeholder.rs", - "file": "bots/finishingbot/src/analyzers/placeholder.rs", + "location": "bots/finishingbot/src/config.rs", + "file": "bots/finishingbot/src/config.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/finishingbot/src/analyzers/placeholder.rs", + "description": "Potential unbounded allocation pattern detected in bots/finishingbot/src/config.rs", "recommended_attack": [ "memory", "cpu" @@ -616,27 +688,50 @@ }, { "category": "UnboundedAllocation", - "location": "bots/finishingbot/src/analyzers/scm_files.rs", - "file": "bots/finishingbot/src/analyzers/scm_files.rs", + "location": "bots/finishingbot/src/analyzers/claims.rs", + "file": "bots/finishingbot/src/analyzers/claims.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/finishingbot/src/analyzers/scm_files.rs", + "description": "Potential unbounded allocation pattern detected in bots/finishingbot/src/analyzers/claims.rs", "recommended_attack": [ "memory", "cpu" ], "test_context": "production" }, + { + "category": "PanicPath", + "location": "bots/finishingbot/src/analyzers/claims.rs", + "file": "bots/finishingbot/src/analyzers/claims.rs", + "severity": "Medium", + "description": "0 panic sites and 5 unwrap/expect calls in bots/finishingbot/src/analyzers/claims.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, { "category": "UnboundedAllocation", - "location": "bots/finishingbot/src/analyzers/testing.rs", - "file": "bots/finishingbot/src/analyzers/testing.rs", + "location": "bots/finishingbot/src/analyzers/tooling.rs", + "file": "bots/finishingbot/src/analyzers/tooling.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/finishingbot/src/analyzers/testing.rs", + "description": "Potential unbounded allocation pattern detected in bots/finishingbot/src/analyzers/tooling.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "bots/finishingbot/src/analyzers/release.rs", + "file": "bots/finishingbot/src/analyzers/release.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in bots/finishingbot/src/analyzers/release.rs", "recommended_attack": [ "memory", "cpu" ], - "suppressed": true, "test_context": "production" }, { @@ -653,10 +748,10 @@ }, { "category": "UnboundedAllocation", - "location": "bots/finishingbot/src/analyzers/tooling.rs", - "file": "bots/finishingbot/src/analyzers/tooling.rs", + "location": "bots/finishingbot/src/analyzers/scm_files.rs", + "file": "bots/finishingbot/src/analyzers/scm_files.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bots/finishingbot/src/analyzers/tooling.rs", + "description": "Potential unbounded allocation pattern detected in bots/finishingbot/src/analyzers/scm_files.rs", "recommended_attack": [ "memory", "cpu" @@ -665,22 +760,23 @@ }, { "category": "UnboundedAllocation", - "location": "shared-context/src/storage.rs", - "file": "shared-context/src/storage.rs", + "location": "bots/finishingbot/src/analyzers/testing.rs", + "file": "bots/finishingbot/src/analyzers/testing.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in shared-context/src/storage.rs", + "description": "Potential unbounded allocation pattern detected in bots/finishingbot/src/analyzers/testing.rs", "recommended_attack": [ "memory", "cpu" ], + "suppressed": true, "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "shared-context/src/exclusion_registry.rs", - "file": "shared-context/src/exclusion_registry.rs", + "location": "bots/finishingbot/src/analyzers/placeholder.rs", + "file": "bots/finishingbot/src/analyzers/placeholder.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in shared-context/src/exclusion_registry.rs", + "description": "Potential unbounded allocation pattern detected in bots/finishingbot/src/analyzers/placeholder.rs", "recommended_attack": [ "memory", "cpu" @@ -688,24 +784,26 @@ "test_context": "production" }, { - "category": "PathTraversal", - "location": "scripts/fix-actions-policy.sh", - "file": "scripts/fix-actions-policy.sh", + "category": "PanicPath", + "location": "dashboard/src/main.rs", + "file": "dashboard/src/main.rs", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/fix-actions-policy.sh", + "description": "0 panic sites and 1 unwrap/expect calls in dashboard/src/main.rs", "recommended_attack": [ + "memory", "disk" ], "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "scripts/fix-hardcoded-secrets.sh", - "file": "scripts/fix-hardcoded-secrets.sh", + "category": "CommandInjection", + "location": "scripts/fix-command-injection.sh", + "file": "scripts/fix-command-injection.sh", "severity": "Critical", - "description": "Possible hardcoded secret in scripts/fix-hardcoded-secrets.sh", + "description": "eval usage in scripts/fix-command-injection.sh", "recommended_attack": [ - "network" + "cpu", + "disk" ], "suppressed": true, "test_context": "production" @@ -724,36 +822,28 @@ "test_context": "production" }, { - "category": "PathTraversal", - "location": "scripts/maintenance-hard-pass.sh", - "file": "scripts/maintenance-hard-pass.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/maintenance-hard-pass.sh", + "category": "CommandInjection", + "location": "scripts/fix-eval-to-safe.sh", + "file": "scripts/fix-eval-to-safe.sh", + "severity": "Critical", + "description": "eval usage in scripts/fix-eval-to-safe.sh", "recommended_attack": [ + "cpu", "disk" ], + "suppressed": true, "test_context": "production" }, { - "category": "PathTraversal", - "location": "scripts/fix-chapel-runs-on-pin.sh", - "file": "scripts/fix-chapel-runs-on-pin.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/fix-chapel-runs-on-pin.sh", - "recommended_attack": [ - "disk" - ], - "test_context": "production" - }, - { - "category": "PathTraversal", - "location": "scripts/submit-finding.sh", - "file": "scripts/submit-finding.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/submit-finding.sh", + "category": "HardcodedSecret", + "location": "scripts/fix-secret-to-env.sh", + "file": "scripts/fix-secret-to-env.sh", + "severity": "Critical", + "description": "Possible hardcoded secret in scripts/fix-secret-to-env.sh", "recommended_attack": [ - "disk" + "network" ], + "suppressed": true, "test_context": "production" }, { @@ -770,52 +860,49 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "scripts/sync-all-parallel.exs", - "file": "scripts/sync-all-parallel.exs", + "category": "PathTraversal", + "location": "scripts/maintenance-hard-pass.sh", + "file": "scripts/maintenance-hard-pass.sh", "severity": "Medium", - "description": "System command execution in scripts/sync-all-parallel.exs", + "description": "Hardcoded /tmp/ path without mktemp in scripts/maintenance-hard-pass.sh", "recommended_attack": [ - "cpu", "disk" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "scripts/fix-eval-to-safe.sh", - "file": "scripts/fix-eval-to-safe.sh", - "severity": "Critical", - "description": "eval usage in scripts/fix-eval-to-safe.sh", + "location": "scripts/sync-all-parallel.exs", + "file": "scripts/sync-all-parallel.exs", + "severity": "Medium", + "description": "System command execution in scripts/sync-all-parallel.exs", "recommended_attack": [ "cpu", "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "scripts/enroll-hypatia-fleet.sh", - "file": "scripts/enroll-hypatia-fleet.sh", - "severity": "Medium", - "description": "21 potentially unquoted variable expansions in scripts/enroll-hypatia-fleet.sh", + "category": "HardcodedSecret", + "location": "scripts/fix-hardcoded-secrets.sh", + "file": "scripts/fix-hardcoded-secrets.sh", + "severity": "Critical", + "description": "Possible hardcoded secret in scripts/fix-hardcoded-secrets.sh", "recommended_attack": [ - "cpu" + "network" ], + "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "scripts/fix-command-injection.sh", - "file": "scripts/fix-command-injection.sh", - "severity": "Critical", - "description": "eval usage in scripts/fix-command-injection.sh", + "category": "PathTraversal", + "location": "scripts/fix-actions-policy.sh", + "file": "scripts/fix-actions-policy.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in scripts/fix-actions-policy.sh", "recommended_attack": [ - "cpu", "disk" ], - "suppressed": true, "test_context": "production" }, { @@ -832,136 +919,49 @@ "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "scripts/fix-secret-to-env.sh", - "file": "scripts/fix-secret-to-env.sh", - "severity": "Critical", - "description": "Possible hardcoded secret in scripts/fix-secret-to-env.sh", - "recommended_attack": [ - "network" - ], - "suppressed": true, - "test_context": "production" - }, - { - "category": "CommandInjection", - "location": "docs/upstream-proposals/standards--hypatia-baseline-consumer/scripts/apply-baseline.sh", - "file": "docs/upstream-proposals/standards--hypatia-baseline-consumer/scripts/apply-baseline.sh", - "severity": "Medium", - "description": "26 potentially unquoted variable expansions in docs/upstream-proposals/standards--hypatia-baseline-consumer/scripts/apply-baseline.sh", - "recommended_attack": [ - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "robot-repo-automaton/src/config.rs", - "file": "robot-repo-automaton/src/config.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in robot-repo-automaton/src/config.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "robot-repo-automaton/src/main.rs", - "file": "robot-repo-automaton/src/main.rs", + "category": "PathTraversal", + "location": "scripts/submit-finding.sh", + "file": "scripts/submit-finding.sh", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in robot-repo-automaton/src/main.rs", + "description": "Hardcoded /tmp/ path without mktemp in scripts/submit-finding.sh", "recommended_attack": [ - "memory", "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "robot-repo-automaton/src/exclusion_registry.rs", - "file": "robot-repo-automaton/src/exclusion_registry.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in robot-repo-automaton/src/exclusion_registry.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "robot-repo-automaton/src/detector.rs", - "file": "robot-repo-automaton/src/detector.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in robot-repo-automaton/src/detector.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "robot-repo-automaton/src/skeleton.rs", - "file": "robot-repo-automaton/src/skeleton.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in robot-repo-automaton/src/skeleton.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "robot-repo-automaton/src/hooks.rs", - "file": "robot-repo-automaton/src/hooks.rs", + "category": "PathTraversal", + "location": "scripts/fix-chapel-runs-on-pin.sh", + "file": "scripts/fix-chapel-runs-on-pin.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in robot-repo-automaton/src/hooks.rs", + "description": "Hardcoded /tmp/ path without mktemp in scripts/fix-chapel-runs-on-pin.sh", "recommended_attack": [ - "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "robot-repo-automaton/src/catalog.rs", - "file": "robot-repo-automaton/src/catalog.rs", + "category": "CommandInjection", + "location": "scripts/enroll-hypatia-fleet.sh", + "file": "scripts/enroll-hypatia-fleet.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in robot-repo-automaton/src/catalog.rs", + "description": "21 potentially unquoted variable expansions in scripts/enroll-hypatia-fleet.sh", "recommended_attack": [ - "memory", "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "robot-repo-automaton/src/confidence.rs", - "file": "robot-repo-automaton/src/confidence.rs", + "category": "CommandInjection", + "location": "docs/upstream-proposals/standards--hypatia-baseline-consumer/scripts/apply-baseline.sh", + "file": "docs/upstream-proposals/standards--hypatia-baseline-consumer/scripts/apply-baseline.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in robot-repo-automaton/src/confidence.rs", + "description": "26 potentially unquoted variable expansions in docs/upstream-proposals/standards--hypatia-baseline-consumer/scripts/apply-baseline.sh", "recommended_attack": [ - "memory", "cpu" ], "test_context": "production" }, - { - "category": "PanicPath", - "location": "robot-repo-automaton/src/hypatia.rs", - "file": "robot-repo-automaton/src/hypatia.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in robot-repo-automaton/src/hypatia.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, { "category": "CommandInjection", "location": "fleet-coordinator.sh", @@ -975,7 +975,7 @@ } ], "statistics": { - "total_lines": 88147, + "total_lines": 88154, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 127, @@ -985,523 +985,560 @@ }, "file_statistics": [ { - "file_path": "dashboard/src/main.rs", - "lines": 317, + "file_path": "robot-repo-automaton/tests/fixer_tests.rs", + "lines": 613, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 4, + "unwrap_calls": 0, + "safe_unwrap_calls": 3, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 28, + "threading_constructs": 0 }, { - "file_path": "bots/rhodibot/tests/integration_tests.rs", - "lines": 1680, + "file_path": "robot-repo-automaton/src/fixer.rs", + "lines": 1485, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 5, + "safe_unwrap_calls": 6, + "allocation_sites": 10, + "io_operations": 51, "threading_constructs": 0 }, { - "file_path": "bots/rhodibot/tests/canon_lockstep.rs", - "lines": 334, + "file_path": "robot-repo-automaton/src/exclusion_registry.rs", + "lines": 691, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, + "safe_unwrap_calls": 1, "allocation_sites": 6, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "bots/rhodibot/src/config.rs", - "lines": 64, + "file_path": "robot-repo-automaton/src/github.rs", + "lines": 400, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/rhodibot/src/main.rs", - "lines": 442, + "file_path": "robot-repo-automaton/src/catalog.rs", + "lines": 407, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 4, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 24, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "bots/rhodibot/src/github.rs", - "lines": 770, + "file_path": "robot-repo-automaton/src/registry_guard.rs", + "lines": 190, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "safe_unwrap_calls": 2, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "bots/rhodibot/src/rsr.rs", - "lines": 1023, + "file_path": "robot-repo-automaton/src/main.rs", + "lines": 799, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 4, - "io_operations": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 7, + "allocation_sites": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bots/rhodibot/src/canon.rs", - "lines": 1055, + "file_path": "robot-repo-automaton/src/fleet.rs", + "lines": 340, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 10, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "robot-repo-automaton/src/confidence.rs", + "lines": 731, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 4, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bots/rhodibot/src/app_auth.rs", - "lines": 750, + "file_path": "robot-repo-automaton/src/detector.rs", + "lines": 454, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 10, + "io_operations": 10, + "threading_constructs": 0 }, { - "file_path": "bots/rhodibot/src/graphql.rs", - "lines": 496, + "file_path": "robot-repo-automaton/src/config.rs", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "bots/rhodibot/src/fleet.rs", - "lines": 260, + "file_path": "robot-repo-automaton/src/hooks.rs", + "lines": 336, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 4, - "io_operations": 3, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/rhodibot/src/webhook.rs", - "lines": 357, + "file_path": "robot-repo-automaton/src/skeleton.rs", + "lines": 170, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 2, - "io_operations": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "bots/rhodibot/src/canon/local.rs", - "lines": 256, + "file_path": "robot-repo-automaton/src/error.rs", + "lines": 65, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 8, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bots/rhodibot/src/canon/requirement.rs", - "lines": 488, + "file_path": "robot-repo-automaton/src/hypatia.rs", + "lines": 788, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 11, + "allocation_sites": 8, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "bots/rhodibot/src/canon/profile.rs", - "lines": 685, + "file_path": "shared-context/fleet-cli/src/main.rs", + "lines": 374, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bots/rhodibot/src/canon/verdict.rs", - "lines": 1045, + "file_path": "shared-context/src/finding.rs", + "lines": 342, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/rhodibot/src/canon/report.rs", - "lines": 668, + "file_path": "shared-context/src/context.rs", + "lines": 319, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/echidnabot/examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "shared-context/src/exclusion_registry.rs", + "lines": 728, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 8, - "threading_constructs": 0 + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 2, + "threading_constructs": 1 }, { - "file_path": "bots/echidnabot/scripts/batch_driver.sh", - "lines": 550, + "file_path": "shared-context/src/storage.rs", + "lines": 295, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "safe_unwrap_calls": 3, + "allocation_sites": 10, + "io_operations": 13, "threading_constructs": 0 }, { - "file_path": "bots/echidnabot/tests/webhook_e2e_test.rs", - "lines": 548, + "file_path": "shared-context/src/lib.rs", + "lines": 97, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "bots/echidnabot/src/main.rs", - "lines": 752, + "file_path": "shared-context/src/registry_guard.rs", + "lines": 185, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 5, - "allocation_sites": 14, - "io_operations": 1, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "bots/echidnabot/src/dispatcher/echidna_client.rs", - "lines": 597, + "file_path": "shared-context/src/health.rs", + "lines": 661, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/echidnabot/src/error.rs", - "lines": 66, + "file_path": "shared-context/src/state.rs", + "lines": 252, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/echidnabot/src/adapters/bitbucket.rs", - "lines": 282, + "file_path": "shared-context/src/panel_checker.rs", + "lines": 611, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/echidnabot/src/adapters/gitlab.rs", - "lines": 281, + "file_path": "shared-context/src/reporting.rs", + "lines": 438, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/echidnabot/src/scheduler/retry.rs", - "lines": 616, + "file_path": "shared-context/src/panel.rs", + "lines": 964, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 8, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "bots/echidnabot/src/scheduler/limiter.rs", - "lines": 247, + "file_path": "shared-context/learning/approved-rules/eval_usage.lgt", + "lines": 197, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "bots/echidnabot/src/scheduler/job_queue.rs", - "lines": 346, + "file_path": "shared-context/learning/rule-proposals/eval_usage.lgt", + "lines": 197, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "bots/echidnabot/src/result_formatter.rs", - "lines": 251, + "file_path": "tests/e2e.sh", + "lines": 226, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bots/echidnabot/src/trust/axiom_tracker.rs", - "lines": 421, + "file_path": "tests/propagate-sha-bump-smoke.sh", + "lines": 218, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "bots/echidnabot/src/trust/migration_scanner.rs", - "lines": 546, + "file_path": "bots/rhodibot/tests/canon_lockstep.rs", + "lines": 334, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 12, - "io_operations": 6, + "safe_unwrap_calls": 6, + "allocation_sites": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "bots/echidnabot/src/api/graphql.rs", - "lines": 710, + "file_path": "bots/rhodibot/tests/integration_tests.rs", + "lines": 1680, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 8, - "io_operations": 0, - "threading_constructs": 1 + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 5, + "threading_constructs": 0 }, { - "file_path": "bots/echidnabot/src/api/webhooks.rs", - "lines": 482, + "file_path": "bots/rhodibot/src/app_auth.rs", + "lines": 750, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, + "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "bots/echidnabot/src/executor/container.rs", - "lines": 836, + "file_path": "bots/rhodibot/src/canon/requirement.rs", + "lines": 488, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 14, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/panicbot/tests/integration_test.rs", - "lines": 229, + "file_path": "bots/rhodibot/src/canon/report.rs", + "lines": 668, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/panicbot/tests/a2ml_writer_test.rs", - "lines": 223, + "file_path": "bots/rhodibot/src/canon/local.rs", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 4, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "bots/panicbot/src/config.rs", - "lines": 176, + "file_path": "bots/rhodibot/src/canon/verdict.rs", + "lines": 1045, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/panicbot/src/main.rs", - "lines": 203, + "file_path": "bots/rhodibot/src/canon/profile.rs", + "lines": 685, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/panicbot/src/directives.rs", - "lines": 198, + "file_path": "bots/rhodibot/src/webhook.rs", + "lines": 357, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/panicbot/src/a2ml_writer.rs", - "lines": 297, + "file_path": "bots/rhodibot/src/github.rs", + "lines": 770, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "bots/panicbot/src/translator.rs", - "lines": 740, + "file_path": "bots/rhodibot/src/main.rs", + "lines": 442, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "safe_unwrap_calls": 4, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bots/panicbot/src/scanner.rs", - "lines": 655, + "file_path": "bots/rhodibot/src/fleet.rs", + "lines": 260, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 4, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "bots/glambot/bot-integration/src/glambot_findings.lgt", - "lines": 148, + "file_path": "bots/rhodibot/src/graphql.rs", + "lines": 496, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "bots/rhodibot/src/canon.rs", + "lines": 1055, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 8, + "allocation_sites": 10, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bots/glambot/tests/integration.rs", - "lines": 225, + "file_path": "bots/rhodibot/src/config.rs", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 11, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bots/glambot/src/analyzers/accessibility.rs", - "lines": 409, + "file_path": "bots/rhodibot/src/rsr.rs", + "lines": 1023, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, - "allocation_sites": 2, - "io_operations": 12, - "threading_constructs": 1 + "unwrap_calls": 0, + "safe_unwrap_calls": 5, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "bots/glambot/src/analyzers/visual.rs", - "lines": 384, + "file_path": "bots/panicbot/tests/a2ml_writer_test.rs", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 10, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "bots/glambot/src/analyzers/machine.rs", - "lines": 498, + "file_path": "bots/panicbot/tests/integration_test.rs", + "lines": 229, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 18, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bots/glambot/src/analyzers/git_seo_integration.rs", - "lines": 428, + "file_path": "bots/panicbot/src/scanner.rs", + "lines": 655, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, "allocation_sites": 2, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/glambot/src/analyzers/seo.rs", - "lines": 417, + "file_path": "bots/panicbot/src/main.rs", + "lines": 203, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 14, + "safe_unwrap_calls": 8, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "bots/glambot/src/analyzers/mod.rs", - "lines": 219, + "file_path": "bots/panicbot/src/translator.rs", + "lines": 740, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "bots/panicbot/src/config.rs", + "lines": 176, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1510,8 +1547,8 @@ "threading_constructs": 0 }, { - "file_path": "bots/glambot/src/error.rs", - "lines": 37, + "file_path": "bots/panicbot/src/directives.rs", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1520,14 +1557,13 @@ "threading_constructs": 0 }, { - "file_path": "bots/glambot/src/config/mod.rs", - "lines": 168, + "file_path": "bots/panicbot/src/a2ml_writer.rs", + "lines": 297, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { @@ -1550,6 +1586,17 @@ "io_operations": 0, "threading_constructs": 0 }, + { + "file_path": "bots/the-hotchocolabot/src/hardware/mock.rs", + "lines": 307, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 17, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 1 + }, { "file_path": "bots/the-hotchocolabot/src/hardware/display.rs", "lines": 192, @@ -1573,209 +1620,256 @@ "threading_constructs": 1 }, { - "file_path": "bots/the-hotchocolabot/src/hardware/mock.rs", - "lines": 307, + "file_path": "bots/glambot/tests/integration.rs", + "lines": 225, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 17, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 11, + "threading_constructs": 0 }, { - "file_path": "bots/cipherbot/policies/crypto-pq-policy.ecl", - "lines": 40, + "file_path": "bots/glambot/bot-integration/src/glambot_findings.lgt", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/cipherbot/tests/integration_test.rs", - "lines": 228, + "file_path": "bots/glambot/src/config/mod.rs", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "bots/cipherbot/src/policy.rs", - "lines": 278, + "file_path": "bots/glambot/src/analyzers/machine.rs", + "lines": 498, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, + "safe_unwrap_calls": 1, "allocation_sites": 2, - "io_operations": 1, + "io_operations": 18, "threading_constructs": 0 }, { - "file_path": "bots/cipherbot/src/pq_readiness.rs", - "lines": 349, + "file_path": "bots/glambot/src/analyzers/accessibility.rs", + "lines": 409, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 3, + "allocation_sites": 2, + "io_operations": 12, + "threading_constructs": 1 + }, + { + "file_path": "bots/glambot/src/analyzers/mod.rs", + "lines": 219, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/cipherbot/src/main.rs", - "lines": 312, + "file_path": "bots/glambot/src/analyzers/git_seo_integration.rs", + "lines": 428, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 40, - "io_operations": 2, + "safe_unwrap_calls": 7, + "allocation_sites": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "bots/cipherbot/src/analyzers/rng.rs", - "lines": 182, + "file_path": "bots/glambot/src/analyzers/visual.rs", + "lines": 384, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 8, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 10, + "threading_constructs": 0 }, { - "file_path": "bots/cipherbot/src/analyzers/config.rs", - "lines": 191, + "file_path": "bots/glambot/src/analyzers/seo.rs", + "lines": 417, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 6, + "unwrap_calls": 0, "safe_unwrap_calls": 2, "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 14, + "threading_constructs": 0 }, { - "file_path": "bots/cipherbot/src/analyzers/symmetric.rs", - "lines": 206, + "file_path": "bots/glambot/src/error.rs", + "lines": 37, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 10, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "bots/cipherbot/src/analyzers/dns.rs", - "lines": 207, + "file_path": "bots/accessibilitybot/src/report/mod.rs", + "lines": 309, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 7, + "unwrap_calls": 0, "safe_unwrap_calls": 2, - "allocation_sites": 2, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "bots/cipherbot/src/analyzers/password.rs", - "lines": 177, + "file_path": "bots/accessibilitybot/src/scanner.rs", + "lines": 92, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 7, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "bots/accessibilitybot/src/main.rs", + "lines": 212, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "bots/accessibilitybot/src/analyzers/css.rs", + "lines": 339, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 3, + "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "bots/cipherbot/src/analyzers/hashing.rs", - "lines": 166, + "file_path": "bots/accessibilitybot/src/analyzers/mod.rs", + "lines": 79, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 18, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "bots/accessibilitybot/src/analyzers/contrast.rs", + "lines": 349, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 6, - "allocation_sites": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "bots/cipherbot/src/analyzers/deps.rs", - "lines": 198, + "file_path": "bots/accessibilitybot/src/analyzers/alt_text.rs", + "lines": 253, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "bots/cipherbot/src/analyzers/signatures.rs", - "lines": 185, + "file_path": "bots/accessibilitybot/src/analyzers/keyboard.rs", + "lines": 333, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 7, - "allocation_sites": 2, + "unwrap_calls": 6, + "safe_unwrap_calls": 2, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "bots/cipherbot/src/analyzers/key_exchange.rs", - "lines": 192, + "file_path": "bots/accessibilitybot/src/analyzers/aria.rs", + "lines": 309, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 8, + "unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "bots/cipherbot/src/analyzers/infra.rs", - "lines": 211, + "file_path": "bots/accessibilitybot/src/analyzers/language.rs", + "lines": 261, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 6, - "safe_unwrap_calls": 2, + "unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "bots/cipherbot/src/analyzers/protocol.rs", - "lines": 217, + "file_path": "bots/accessibilitybot/src/analyzers/forms.rs", + "lines": 371, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 8, + "unwrap_calls": 5, + "safe_unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "bots/cipherbot/src/analyzers/mod.rs", - "lines": 236, + "file_path": "bots/accessibilitybot/src/analyzers/semantic.rs", + "lines": 363, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 26, - "io_operations": 1, + "unwrap_calls": 7, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/cipherbot/src/fleet.rs", - "lines": 166, + "file_path": "bots/accessibilitybot/src/analyzers/media.rs", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 16, + "unwrap_calls": 4, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/seambot/tests/check_register.rs", - "lines": 163, + "file_path": "bots/accessibilitybot/src/fleet/mod.rs", + "lines": 338, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { @@ -1798,6 +1892,27 @@ "io_operations": 17, "threading_constructs": 0 }, + { + "file_path": "bots/seambot/tests/check_register.rs", + "lines": 163, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 + }, + { + "file_path": "bots/seambot/src/github.rs", + "lines": 768, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 2, + "io_operations": 1, + "threading_constructs": 0 + }, { "file_path": "bots/seambot/src/seam.rs", "lines": 316, @@ -1820,47 +1935,37 @@ "threading_constructs": 0 }, { - "file_path": "bots/seambot/src/forge/mod.rs", - "lines": 129, + "file_path": "bots/seambot/src/fleet.rs", + "lines": 261, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/seambot/src/register.rs", - "lines": 288, + "file_path": "bots/seambot/src/hidden_channels.rs", + "lines": 816, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 1, + "safe_unwrap_calls": 8, + "allocation_sites": 14, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "bots/seambot/src/github.rs", - "lines": 768, + "file_path": "bots/seambot/src/register.rs", + "lines": 288, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, "allocation_sites": 2, "io_operations": 1, "threading_constructs": 0 }, - { - "file_path": "bots/seambot/src/hidden_channels.rs", - "lines": 816, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 14, - "io_operations": 7, - "threading_constructs": 0 - }, { "file_path": "bots/seambot/src/report.rs", "lines": 296, @@ -1873,12 +1978,11 @@ "threading_constructs": 0 }, { - "file_path": "bots/seambot/src/fleet.rs", - "lines": 261, + "file_path": "bots/seambot/src/forge/mod.rs", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 @@ -1895,66 +1999,56 @@ "threading_constructs": 0 }, { - "file_path": "bots/gsbot/src/config.rs", - "lines": 119, + "file_path": "bots/gsbot/src/models.rs", + "lines": 209, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "bots/gsbot/src/services.rs", - "lines": 307, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 0, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/gsbot/src/logging.rs", - "lines": 57, + "file_path": "bots/gsbot/src/commands/user_commands.rs", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/gsbot/src/cache.rs", - "lines": 145, + "file_path": "bots/gsbot/src/services.rs", + "lines": 307, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, + "unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/gsbot/src/db.rs", - "lines": 42, + "file_path": "bots/gsbot/src/config.rs", + "lines": 119, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 7, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "bots/gsbot/src/commands/user_commands.rs", - "lines": 171, + "file_path": "bots/gsbot/src/logging.rs", + "lines": 57, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -1979,18 +2073,18 @@ "threading_constructs": 0 }, { - "file_path": "bots/gsbot/src/models.rs", - "lines": 209, + "file_path": "bots/gsbot/src/db.rs", + "lines": 42, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bots/accessibilitybot/src/fleet/mod.rs", - "lines": 338, + "file_path": "bots/gsbot/src/cache.rs", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1999,145 +2093,202 @@ "threading_constructs": 0 }, { - "file_path": "bots/accessibilitybot/src/main.rs", - "lines": 212, + "file_path": "bots/cipherbot/tests/integration_test.rs", + "lines": 228, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "bots/accessibilitybot/src/analyzers/forms.rs", - "lines": 371, + "file_path": "bots/cipherbot/policies/crypto-pq-policy.ecl", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 2, - "allocation_sites": 2, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "bots/cipherbot/src/main.rs", + "lines": 312, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 6, + "allocation_sites": 40, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "bots/cipherbot/src/fleet.rs", + "lines": 166, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 16, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/accessibilitybot/src/analyzers/language.rs", - "lines": 261, + "file_path": "bots/cipherbot/src/pq_readiness.rs", + "lines": 349, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 2, + "unwrap_calls": 0, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/accessibilitybot/src/analyzers/media.rs", - "lines": 241, + "file_path": "bots/cipherbot/src/policy.rs", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, + "unwrap_calls": 0, "safe_unwrap_calls": 2, "allocation_sites": 2, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bots/accessibilitybot/src/analyzers/aria.rs", - "lines": 309, + "file_path": "bots/cipherbot/src/analyzers/rng.rs", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 8, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "bots/cipherbot/src/analyzers/deps.rs", + "lines": 198, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "bots/cipherbot/src/analyzers/hashing.rs", + "lines": 166, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 6, "allocation_sites": 2, "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "bots/cipherbot/src/analyzers/mod.rs", + "lines": 236, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 26, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bots/accessibilitybot/src/analyzers/css.rs", - "lines": 339, + "file_path": "bots/cipherbot/src/analyzers/dns.rs", + "lines": 207, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 1, + "unwrap_calls": 7, + "safe_unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "bots/accessibilitybot/src/analyzers/keyboard.rs", - "lines": 333, + "file_path": "bots/cipherbot/src/analyzers/signatures.rs", + "lines": 185, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 7, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "bots/cipherbot/src/analyzers/infra.rs", + "lines": 211, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 6, "safe_unwrap_calls": 2, - "allocation_sites": 6, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "bots/accessibilitybot/src/analyzers/alt_text.rs", - "lines": 253, + "file_path": "bots/cipherbot/src/analyzers/protocol.rs", + "lines": 217, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 8, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bots/accessibilitybot/src/analyzers/semantic.rs", - "lines": 363, + "file_path": "bots/cipherbot/src/analyzers/password.rs", + "lines": 177, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 7, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bots/accessibilitybot/src/analyzers/mod.rs", - "lines": 79, + "file_path": "bots/cipherbot/src/analyzers/symmetric.rs", + "lines": 206, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 18, + "unwrap_calls": 10, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bots/accessibilitybot/src/analyzers/contrast.rs", - "lines": 349, + "file_path": "bots/cipherbot/src/analyzers/config.rs", + "lines": 191, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 6, - "safe_unwrap_calls": 1, - "allocation_sites": 6, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "bots/accessibilitybot/src/report/mod.rs", - "lines": 309, + "file_path": "bots/cipherbot/src/analyzers/key_exchange.rs", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, + "unwrap_calls": 8, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bots/accessibilitybot/src/scanner.rs", - "lines": 92, + "file_path": "bots/echidnabot/tests/webhook_e2e_test.rs", + "lines": 548, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "bots/finishingbot/examples/SafeDOMExample.affine", + "file_path": "bots/echidnabot/examples/SafeDOMExample.affine", "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, @@ -2147,124 +2298,114 @@ "threading_constructs": 0 }, { - "file_path": "bots/finishingbot/src/config.rs", - "lines": 370, + "file_path": "bots/echidnabot/scripts/batch_driver.sh", + "lines": 550, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "bots/finishingbot/src/analyzers/release.rs", - "lines": 496, + "file_path": "bots/echidnabot/src/trust/migration_scanner.rs", + "lines": 546, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 9, + "safe_unwrap_calls": 3, + "allocation_sites": 12, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "bots/finishingbot/src/analyzers/claims.rs", - "lines": 486, + "file_path": "bots/echidnabot/src/trust/axiom_tracker.rs", + "lines": 421, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 4, - "allocation_sites": 2, - "io_operations": 4, - "threading_constructs": 1 + "unwrap_calls": 0, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "bots/finishingbot/src/analyzers/placeholder.rs", - "lines": 320, + "file_path": "bots/echidnabot/src/executor/container.rs", + "lines": 836, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 2, - "allocation_sites": 6, - "io_operations": 5, + "allocation_sites": 14, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bots/finishingbot/src/analyzers/scm_files.rs", - "lines": 186, + "file_path": "bots/echidnabot/src/main.rs", + "lines": 752, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 3, + "safe_unwrap_calls": 5, + "allocation_sites": 14, "io_operations": 1, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bots/finishingbot/src/analyzers/testing.rs", - "lines": 229, + "file_path": "bots/echidnabot/src/scheduler/retry.rs", + "lines": 616, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "bots/finishingbot/src/analyzers/license.rs", - "lines": 341, + "file_path": "bots/echidnabot/src/scheduler/job_queue.rs", + "lines": 346, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 7, - "allocation_sites": 2, - "io_operations": 4, - "threading_constructs": 1 + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "bots/finishingbot/src/analyzers/tooling.rs", - "lines": 172, + "file_path": "bots/echidnabot/src/scheduler/limiter.rs", + "lines": 247, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "bots/finishingbot/src/analyzers/v1_readiness.rs", - "lines": 183, + "file_path": "bots/echidnabot/src/api/graphql.rs", + "lines": 710, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 7, + "allocation_sites": 8, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bots/finishingbot/src/analyzers/mod.rs", - "lines": 265, + "file_path": "bots/echidnabot/src/api/webhooks.rs", + "lines": 482, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 8, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bots/finishingbot/src/error.rs", - "lines": 54, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "bots/finishingbot/src/lib.rs", - "lines": 230, + "file_path": "bots/echidnabot/src/result_formatter.rs", + "lines": 251, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2273,187 +2414,176 @@ "threading_constructs": 0 }, { - "file_path": "run-fleet.sh", - "lines": 550, + "file_path": "bots/echidnabot/src/dispatcher/echidna_client.rs", + "lines": 597, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "shared-context/learning/rule-proposals/eval_usage.lgt", - "lines": 197, + "file_path": "bots/echidnabot/src/adapters/gitlab.rs", + "lines": 281, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "shared-context/learning/approved-rules/eval_usage.lgt", - "lines": 197, + "file_path": "bots/echidnabot/src/adapters/bitbucket.rs", + "lines": 282, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "shared-context/fleet-cli/src/main.rs", - "lines": 374, + "file_path": "bots/echidnabot/src/error.rs", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "shared-context/src/storage.rs", - "lines": 295, + "file_path": "bots/finishingbot/examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 10, - "io_operations": 13, + "allocation_sites": 0, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "shared-context/src/health.rs", - "lines": 661, + "file_path": "bots/finishingbot/src/lib.rs", + "lines": 230, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "shared-context/src/reporting.rs", - "lines": 438, + "file_path": "bots/finishingbot/src/config.rs", + "lines": 370, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "shared-context/src/exclusion_registry.rs", - "lines": 728, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 2, - "threading_constructs": 1 - }, - { - "file_path": "shared-context/src/state.rs", - "lines": 252, + "file_path": "bots/finishingbot/src/analyzers/v1_readiness.rs", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "shared-context/src/finding.rs", - "lines": 342, + "file_path": "bots/finishingbot/src/analyzers/claims.rs", + "lines": 486, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 + "unwrap_calls": 5, + "safe_unwrap_calls": 4, + "allocation_sites": 2, + "io_operations": 4, + "threading_constructs": 1 }, { - "file_path": "shared-context/src/panel.rs", - "lines": 964, + "file_path": "bots/finishingbot/src/analyzers/mod.rs", + "lines": 265, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 8, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "shared-context/src/panel_checker.rs", - "lines": 611, + "file_path": "bots/finishingbot/src/analyzers/tooling.rs", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "shared-context/src/lib.rs", - "lines": 97, + "file_path": "bots/finishingbot/src/analyzers/release.rs", + "lines": 496, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "shared-context/src/context.rs", - "lines": 319, + "file_path": "bots/finishingbot/src/analyzers/license.rs", + "lines": 341, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "unwrap_calls": 1, + "safe_unwrap_calls": 7, "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 + "io_operations": 4, + "threading_constructs": 1 }, { - "file_path": "shared-context/src/registry_guard.rs", - "lines": 185, + "file_path": "bots/finishingbot/src/analyzers/scm_files.rs", + "lines": 186, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "deploy/verify-rhodibot.sh", - "lines": 131, + "file_path": "bots/finishingbot/src/analyzers/testing.rs", + "lines": 229, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "deploy/deploy.sh", - "lines": 289, + "file_path": "bots/finishingbot/src/analyzers/placeholder.rs", + "lines": 320, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 6, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "scripts/fix-missing-feedback-integration.sh", - "lines": 52, + "file_path": "bots/finishingbot/src/error.rs", + "lines": 54, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2462,18 +2592,19 @@ "threading_constructs": 0 }, { - "file_path": "scripts/rsr-census.sh", - "lines": 126, + "file_path": "dashboard/src/main.rs", + "lines": 317, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 4, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "scripts/fix-missing-proven-ref.sh", - "lines": 56, + "file_path": "scripts/fix-missing-spdx.sh", + "lines": 80, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2482,18 +2613,18 @@ "threading_constructs": 0 }, { - "file_path": "scripts/fix-heredoc-install.sh", - "lines": 62, + "file_path": "scripts/fix-missing-groove.sh", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/fix-missing-spdx.sh", - "lines": 80, + "file_path": "scripts/fix-workflow-hygiene.sh", + "lines": 74, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2502,8 +2633,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/fix-workflow-hygiene.sh", - "lines": 74, + "file_path": "scripts/list-supervised-repos.sh", + "lines": 181, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2512,58 +2643,58 @@ "threading_constructs": 0 }, { - "file_path": "scripts/fix-missing-verisim-feed.sh", - "lines": 53, + "file_path": "scripts/fix-command-injection.sh", + "lines": 191, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/fix-dependabot.sh", - "lines": 103, + "file_path": "scripts/fix-add-elixir-ci.sh", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/maintenance-hard-pass.sh", - "lines": 102, + "file_path": "scripts/rsr-census.sh", + "lines": 126, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/bench-fleet.sh", - "lines": 253, + "file_path": "scripts/fix-security-policy.sh", + "lines": 76, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/fix-missing-ai-manifest.sh", - "lines": 60, + "file_path": "scripts/check-canon-drift.sh", + "lines": 174, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "scripts/fix-security-policy.sh", - "lines": 76, + "file_path": "scripts/fix-missing-ai-manifest.sh", + "lines": 60, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2572,8 +2703,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/detect-rsr-drift.sh", - "lines": 458, + "file_path": "scripts/fix-dependabot-coverage.sh", + "lines": 226, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2582,8 +2713,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/list-supervised-repos.sh", - "lines": 181, + "file_path": "scripts/fix-missing-feedback-integration.sh", + "lines": 52, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2592,33 +2723,33 @@ "threading_constructs": 0 }, { - "file_path": "scripts/fix-missing-groove.sh", - "lines": 88, + "file_path": "scripts/fix-heredoc-install.sh", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "scripts/submit-finding.sh", - "lines": 184, + "file_path": "scripts/fix-missing-vexometer-hooks.sh", + "lines": 57, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/fix-gitattributes-eol.sh", - "lines": 88, + "file_path": "scripts/fix-eval-to-safe.sh", + "lines": 100, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 6, "threading_constructs": 0 }, { @@ -2632,8 +2763,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/propagate-sha-bump.sh", - "lines": 328, + "file_path": "scripts/fix-license-hygiene.sh", + "lines": 127, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2652,18 +2783,18 @@ "threading_constructs": 0 }, { - "file_path": "scripts/sync-all-parallel.exs", - "lines": 553, + "file_path": "scripts/dispatch-runner.sh", + "lines": 661, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/fix-license-hygiene.sh", - "lines": 127, + "file_path": "scripts/fix-gitattributes-eol.sh", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2672,8 +2803,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/fix-dependabot-coverage.sh", - "lines": 226, + "file_path": "scripts/fix-sast-workflow.sh", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2682,8 +2813,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/fix-add-elixir-ci.sh", - "lines": 129, + "file_path": "scripts/fix-missing-proven-ref.sh", + "lines": 56, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2692,38 +2823,18 @@ "threading_constructs": 0 }, { - "file_path": "scripts/check-canon-drift.sh", - "lines": 174, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 0 - }, - { - "file_path": "scripts/dispatch-runner.sh", - "lines": 661, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 - }, - { - "file_path": "scripts/fix-eval-to-safe.sh", - "lines": 100, + "file_path": "scripts/fix-dependabot.sh", + "lines": 103, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/fix-missing-vexometer-hooks.sh", - "lines": 57, + "file_path": "scripts/maintenance-hard-pass.sh", + "lines": 102, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2732,18 +2843,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/enroll-hypatia-fleet.sh", - "lines": 187, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "scripts/fix-command-injection.sh", - "lines": 191, + "file_path": "scripts/sync-all-parallel.exs", + "lines": 553, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2752,8 +2853,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/fix-sast-workflow.sh", - "lines": 122, + "file_path": "scripts/detect-rsr-drift.sh", + "lines": 458, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2772,28 +2873,18 @@ "threading_constructs": 0 }, { - "file_path": "tests/propagate-sha-bump-smoke.sh", - "lines": 218, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 8, - "threading_constructs": 0 - }, - { - "file_path": "tests/e2e.sh", - "lines": 226, + "file_path": "scripts/bench-fleet.sh", + "lines": 253, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "docs/upstream-proposals/standards--hypatia-baseline-consumer/scripts/apply-baseline.sh", - "lines": 186, + "file_path": "scripts/propagate-sha-bump.sh", + "lines": 328, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2802,62 +2893,28 @@ "threading_constructs": 0 }, { - "file_path": "robot-repo-automaton/tests/fixer_tests.rs", - "lines": 613, + "file_path": "scripts/submit-finding.sh", + "lines": 184, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, "allocation_sites": 0, - "io_operations": 28, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "robot-repo-automaton/src/config.rs", - "lines": 157, + "file_path": "scripts/enroll-hypatia-fleet.sh", + "lines": 187, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "robot-repo-automaton/src/main.rs", - "lines": 799, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 7, - "allocation_sites": 8, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "robot-repo-automaton/src/exclusion_registry.rs", - "lines": 691, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 1, - "threading_constructs": 1 - }, - { - "file_path": "robot-repo-automaton/src/github.rs", - "lines": 400, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "robot-repo-automaton/src/error.rs", - "lines": 65, + "file_path": "scripts/fix-missing-verisim-feed.sh", + "lines": 53, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2866,1208 +2923,1151 @@ "threading_constructs": 0 }, { - "file_path": "robot-repo-automaton/src/detector.rs", - "lines": 454, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 10, - "io_operations": 10, - "threading_constructs": 0 - }, - { - "file_path": "robot-repo-automaton/src/fixer.rs", - "lines": 1485, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 10, - "io_operations": 51, - "threading_constructs": 0 - }, - { - "file_path": "robot-repo-automaton/src/skeleton.rs", - "lines": 170, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 5, - "threading_constructs": 0 - }, - { - "file_path": "robot-repo-automaton/src/fleet.rs", - "lines": 340, + "file_path": "docs/upstream-proposals/standards--hypatia-baseline-consumer/scripts/apply-baseline.sh", + "lines": 186, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "robot-repo-automaton/src/hooks.rs", - "lines": 336, + "file_path": "fleet-coordinator.sh", + "lines": 869, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "robot-repo-automaton/src/catalog.rs", - "lines": 403, + "file_path": "run-fleet.sh", + "lines": 550, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 24, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "robot-repo-automaton/src/registry_guard.rs", - "lines": 190, + "file_path": "deploy/verify-rhodibot.sh", + "lines": 131, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "robot-repo-automaton/src/confidence.rs", - "lines": 731, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "robot-repo-automaton/src/hypatia.rs", - "lines": 785, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 11, - "allocation_sites": 8, - "io_operations": 9, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "fleet-coordinator.sh", - "lines": 869, + "file_path": "deploy/deploy.sh", + "lines": 289, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 2, "threading_constructs": 0 } ], "recommended_attacks": [ - "network", "cpu", - "memory", "concurrency", + "network", + "memory", "disk" ], "dependency_graph": { "edges": [ { - "from": "bots/accessibilitybot/src/main.rs", - "to": "bots/accessibilitybot/src/scanner.rs", - "relation": "shared_dir:bots/accessibilitybot/src", + "from": "deploy/verify-rhodibot.sh", + "to": "deploy/deploy.sh", + "relation": "shared_dir:deploy", "weight": 1.0 }, { - "from": "bots/finishingbot/src/config.rs", - "to": "bots/finishingbot/src/error.rs", - "relation": "shared_dir:bots/finishingbot/src", + "from": "bots/accessibilitybot/src/analyzers/css.rs", + "to": "bots/accessibilitybot/src/analyzers/mod.rs", + "relation": "shared_dir:bots/accessibilitybot/src/analyzers", "weight": 1.0 }, { - "from": "bots/finishingbot/src/error.rs", - "to": "bots/finishingbot/src/lib.rs", - "relation": "shared_dir:bots/finishingbot/src", + "from": "bots/accessibilitybot/src/analyzers/mod.rs", + "to": "bots/accessibilitybot/src/analyzers/contrast.rs", + "relation": "shared_dir:bots/accessibilitybot/src/analyzers", "weight": 1.0 }, { - "from": "bots/rhodibot/src/config.rs", - "to": "bots/rhodibot/src/main.rs", - "relation": "shared_dir:bots/rhodibot/src", + "from": "bots/accessibilitybot/src/analyzers/contrast.rs", + "to": "bots/accessibilitybot/src/analyzers/alt_text.rs", + "relation": "shared_dir:bots/accessibilitybot/src/analyzers", "weight": 1.0 }, { - "from": "bots/rhodibot/src/main.rs", - "to": "bots/rhodibot/src/github.rs", - "relation": "shared_dir:bots/rhodibot/src", + "from": "bots/accessibilitybot/src/analyzers/alt_text.rs", + "to": "bots/accessibilitybot/src/analyzers/keyboard.rs", + "relation": "shared_dir:bots/accessibilitybot/src/analyzers", "weight": 1.0 }, { - "from": "bots/rhodibot/src/github.rs", - "to": "bots/rhodibot/src/rsr.rs", - "relation": "shared_dir:bots/rhodibot/src", + "from": "bots/accessibilitybot/src/analyzers/keyboard.rs", + "to": "bots/accessibilitybot/src/analyzers/aria.rs", + "relation": "shared_dir:bots/accessibilitybot/src/analyzers", "weight": 1.0 }, { - "from": "bots/rhodibot/src/rsr.rs", - "to": "bots/rhodibot/src/canon.rs", - "relation": "shared_dir:bots/rhodibot/src", + "from": "bots/accessibilitybot/src/analyzers/aria.rs", + "to": "bots/accessibilitybot/src/analyzers/language.rs", + "relation": "shared_dir:bots/accessibilitybot/src/analyzers", "weight": 1.0 }, { - "from": "bots/rhodibot/src/canon.rs", - "to": "bots/rhodibot/src/app_auth.rs", - "relation": "shared_dir:bots/rhodibot/src", - "weight": 1.0 - }, - { - "from": "bots/rhodibot/src/app_auth.rs", - "to": "bots/rhodibot/src/graphql.rs", - "relation": "shared_dir:bots/rhodibot/src", + "from": "bots/accessibilitybot/src/analyzers/language.rs", + "to": "bots/accessibilitybot/src/analyzers/forms.rs", + "relation": "shared_dir:bots/accessibilitybot/src/analyzers", "weight": 1.0 }, { - "from": "bots/rhodibot/src/graphql.rs", - "to": "bots/rhodibot/src/fleet.rs", - "relation": "shared_dir:bots/rhodibot/src", + "from": "bots/accessibilitybot/src/analyzers/forms.rs", + "to": "bots/accessibilitybot/src/analyzers/semantic.rs", + "relation": "shared_dir:bots/accessibilitybot/src/analyzers", "weight": 1.0 }, { - "from": "bots/rhodibot/src/fleet.rs", - "to": "bots/rhodibot/src/webhook.rs", - "relation": "shared_dir:bots/rhodibot/src", + "from": "bots/accessibilitybot/src/analyzers/semantic.rs", + "to": "bots/accessibilitybot/src/analyzers/media.rs", + "relation": "shared_dir:bots/accessibilitybot/src/analyzers", "weight": 1.0 }, { - "from": "bots/rhodibot/src/canon/local.rs", - "to": "bots/rhodibot/src/canon/requirement.rs", - "relation": "shared_dir:bots/rhodibot/src/canon", + "from": "robot-repo-automaton/src/fixer.rs", + "to": "robot-repo-automaton/src/exclusion_registry.rs", + "relation": "shared_dir:robot-repo-automaton/src", "weight": 1.0 }, { - "from": "bots/rhodibot/src/canon/requirement.rs", - "to": "bots/rhodibot/src/canon/profile.rs", - "relation": "shared_dir:bots/rhodibot/src/canon", + "from": "robot-repo-automaton/src/exclusion_registry.rs", + "to": "robot-repo-automaton/src/github.rs", + "relation": "shared_dir:robot-repo-automaton/src", "weight": 1.0 }, { - "from": "bots/rhodibot/src/canon/profile.rs", - "to": "bots/rhodibot/src/canon/verdict.rs", - "relation": "shared_dir:bots/rhodibot/src/canon", + "from": "robot-repo-automaton/src/github.rs", + "to": "robot-repo-automaton/src/catalog.rs", + "relation": "shared_dir:robot-repo-automaton/src", "weight": 1.0 }, { - "from": "bots/rhodibot/src/canon/verdict.rs", - "to": "bots/rhodibot/src/canon/report.rs", - "relation": "shared_dir:bots/rhodibot/src/canon", + "from": "robot-repo-automaton/src/catalog.rs", + "to": "robot-repo-automaton/src/registry_guard.rs", + "relation": "shared_dir:robot-repo-automaton/src", "weight": 1.0 }, { - "from": "bots/seambot/src/seam.rs", - "to": "bots/seambot/src/main.rs", - "relation": "shared_dir:bots/seambot/src", + "from": "robot-repo-automaton/src/registry_guard.rs", + "to": "robot-repo-automaton/src/main.rs", + "relation": "shared_dir:robot-repo-automaton/src", "weight": 1.0 }, { - "from": "bots/seambot/src/main.rs", - "to": "bots/seambot/src/register.rs", - "relation": "shared_dir:bots/seambot/src", + "from": "robot-repo-automaton/src/main.rs", + "to": "robot-repo-automaton/src/fleet.rs", + "relation": "shared_dir:robot-repo-automaton/src", "weight": 1.0 }, { - "from": "bots/seambot/src/register.rs", - "to": "bots/seambot/src/github.rs", - "relation": "shared_dir:bots/seambot/src", + "from": "robot-repo-automaton/src/fleet.rs", + "to": "robot-repo-automaton/src/confidence.rs", + "relation": "shared_dir:robot-repo-automaton/src", "weight": 1.0 }, { - "from": "bots/seambot/src/github.rs", - "to": "bots/seambot/src/hidden_channels.rs", - "relation": "shared_dir:bots/seambot/src", + "from": "robot-repo-automaton/src/confidence.rs", + "to": "robot-repo-automaton/src/detector.rs", + "relation": "shared_dir:robot-repo-automaton/src", "weight": 1.0 }, { - "from": "bots/seambot/src/hidden_channels.rs", - "to": "bots/seambot/src/report.rs", - "relation": "shared_dir:bots/seambot/src", + "from": "robot-repo-automaton/src/detector.rs", + "to": "robot-repo-automaton/src/config.rs", + "relation": "shared_dir:robot-repo-automaton/src", "weight": 1.0 }, { - "from": "bots/seambot/src/report.rs", - "to": "bots/seambot/src/fleet.rs", - "relation": "shared_dir:bots/seambot/src", + "from": "robot-repo-automaton/src/config.rs", + "to": "robot-repo-automaton/src/hooks.rs", + "relation": "shared_dir:robot-repo-automaton/src", "weight": 1.0 }, { - "from": "bots/seambot/src/fleet.rs", - "to": "bots/seambot/src/checks.rs", - "relation": "shared_dir:bots/seambot/src", + "from": "robot-repo-automaton/src/hooks.rs", + "to": "robot-repo-automaton/src/skeleton.rs", + "relation": "shared_dir:robot-repo-automaton/src", "weight": 1.0 }, { - "from": "shared-context/src/storage.rs", - "to": "shared-context/src/health.rs", - "relation": "shared_dir:shared-context/src", + "from": "robot-repo-automaton/src/skeleton.rs", + "to": "robot-repo-automaton/src/error.rs", + "relation": "shared_dir:robot-repo-automaton/src", "weight": 1.0 }, { - "from": "shared-context/src/health.rs", - "to": "shared-context/src/reporting.rs", - "relation": "shared_dir:shared-context/src", + "from": "robot-repo-automaton/src/error.rs", + "to": "robot-repo-automaton/src/hypatia.rs", + "relation": "shared_dir:robot-repo-automaton/src", "weight": 1.0 }, { - "from": "shared-context/src/reporting.rs", - "to": "shared-context/src/exclusion_registry.rs", - "relation": "shared_dir:shared-context/src", + "from": "bots/finishingbot/src/analyzers/v1_readiness.rs", + "to": "bots/finishingbot/src/analyzers/claims.rs", + "relation": "shared_dir:bots/finishingbot/src/analyzers", "weight": 1.0 }, { - "from": "shared-context/src/exclusion_registry.rs", - "to": "shared-context/src/state.rs", - "relation": "shared_dir:shared-context/src", + "from": "bots/finishingbot/src/analyzers/claims.rs", + "to": "bots/finishingbot/src/analyzers/mod.rs", + "relation": "shared_dir:bots/finishingbot/src/analyzers", "weight": 1.0 }, { - "from": "shared-context/src/state.rs", - "to": "shared-context/src/finding.rs", - "relation": "shared_dir:shared-context/src", + "from": "bots/finishingbot/src/analyzers/mod.rs", + "to": "bots/finishingbot/src/analyzers/tooling.rs", + "relation": "shared_dir:bots/finishingbot/src/analyzers", "weight": 1.0 }, { - "from": "shared-context/src/finding.rs", - "to": "shared-context/src/panel.rs", - "relation": "shared_dir:shared-context/src", + "from": "bots/finishingbot/src/analyzers/tooling.rs", + "to": "bots/finishingbot/src/analyzers/release.rs", + "relation": "shared_dir:bots/finishingbot/src/analyzers", "weight": 1.0 }, { - "from": "shared-context/src/panel.rs", - "to": "shared-context/src/panel_checker.rs", - "relation": "shared_dir:shared-context/src", + "from": "bots/finishingbot/src/analyzers/release.rs", + "to": "bots/finishingbot/src/analyzers/license.rs", + "relation": "shared_dir:bots/finishingbot/src/analyzers", "weight": 1.0 }, { - "from": "shared-context/src/panel_checker.rs", - "to": "shared-context/src/lib.rs", - "relation": "shared_dir:shared-context/src", + "from": "bots/finishingbot/src/analyzers/license.rs", + "to": "bots/finishingbot/src/analyzers/scm_files.rs", + "relation": "shared_dir:bots/finishingbot/src/analyzers", "weight": 1.0 }, { - "from": "shared-context/src/lib.rs", - "to": "shared-context/src/context.rs", - "relation": "shared_dir:shared-context/src", + "from": "bots/finishingbot/src/analyzers/scm_files.rs", + "to": "bots/finishingbot/src/analyzers/testing.rs", + "relation": "shared_dir:bots/finishingbot/src/analyzers", "weight": 1.0 }, { - "from": "shared-context/src/context.rs", - "to": "shared-context/src/registry_guard.rs", - "relation": "shared_dir:shared-context/src", + "from": "bots/finishingbot/src/analyzers/testing.rs", + "to": "bots/finishingbot/src/analyzers/placeholder.rs", + "relation": "shared_dir:bots/finishingbot/src/analyzers", "weight": 1.0 }, { - "from": "bots/echidnabot/src/trust/axiom_tracker.rs", - "to": "bots/echidnabot/src/trust/migration_scanner.rs", - "relation": "shared_dir:bots/echidnabot/src/trust", + "from": "bots/panicbot/tests/a2ml_writer_test.rs", + "to": "bots/panicbot/tests/integration_test.rs", + "relation": "shared_dir:bots/panicbot/tests", "weight": 1.0 }, { - "from": "bots/gsbot/src/config.rs", + "from": "bots/gsbot/src/models.rs", "to": "bots/gsbot/src/services.rs", "relation": "shared_dir:bots/gsbot/src", "weight": 1.0 }, { "from": "bots/gsbot/src/services.rs", - "to": "bots/gsbot/src/logging.rs", + "to": "bots/gsbot/src/config.rs", "relation": "shared_dir:bots/gsbot/src", "weight": 1.0 }, { - "from": "bots/gsbot/src/logging.rs", - "to": "bots/gsbot/src/cache.rs", + "from": "bots/gsbot/src/config.rs", + "to": "bots/gsbot/src/logging.rs", "relation": "shared_dir:bots/gsbot/src", "weight": 1.0 }, { - "from": "bots/gsbot/src/cache.rs", + "from": "bots/gsbot/src/logging.rs", "to": "bots/gsbot/src/db.rs", "relation": "shared_dir:bots/gsbot/src", "weight": 1.0 }, { "from": "bots/gsbot/src/db.rs", - "to": "bots/gsbot/src/models.rs", + "to": "bots/gsbot/src/cache.rs", "relation": "shared_dir:bots/gsbot/src", "weight": 1.0 }, { - "from": "tests/propagate-sha-bump-smoke.sh", - "to": "tests/e2e.sh", - "relation": "shared_dir:tests", + "from": "bots/seambot/tests/hidden_channels.rs", + "to": "bots/seambot/tests/drift_detection.rs", + "relation": "shared_dir:bots/seambot/tests", "weight": 1.0 }, { - "from": "bots/echidnabot/src/api/graphql.rs", - "to": "bots/echidnabot/src/api/webhooks.rs", - "relation": "shared_dir:bots/echidnabot/src/api", + "from": "bots/seambot/tests/drift_detection.rs", + "to": "bots/seambot/tests/check_register.rs", + "relation": "shared_dir:bots/seambot/tests", "weight": 1.0 }, { - "from": "bots/glambot/src/analyzers/accessibility.rs", - "to": "bots/glambot/src/analyzers/visual.rs", + "from": "bots/the-hotchocolabot/src/hardware/mock.rs", + "to": "bots/the-hotchocolabot/src/hardware/display.rs", + "relation": "shared_dir:bots/the-hotchocolabot/src/hardware", + "weight": 1.0 + }, + { + "from": "bots/the-hotchocolabot/src/hardware/display.rs", + "to": "bots/the-hotchocolabot/src/hardware/sensor.rs", + "relation": "shared_dir:bots/the-hotchocolabot/src/hardware", + "weight": 1.0 + }, + { + "from": "bots/glambot/src/analyzers/machine.rs", + "to": "bots/glambot/src/analyzers/accessibility.rs", "relation": "shared_dir:bots/glambot/src/analyzers", "weight": 1.0 }, { - "from": "bots/glambot/src/analyzers/visual.rs", - "to": "bots/glambot/src/analyzers/machine.rs", + "from": "bots/glambot/src/analyzers/accessibility.rs", + "to": "bots/glambot/src/analyzers/mod.rs", "relation": "shared_dir:bots/glambot/src/analyzers", "weight": 1.0 }, { - "from": "bots/glambot/src/analyzers/machine.rs", + "from": "bots/glambot/src/analyzers/mod.rs", "to": "bots/glambot/src/analyzers/git_seo_integration.rs", "relation": "shared_dir:bots/glambot/src/analyzers", "weight": 1.0 }, { "from": "bots/glambot/src/analyzers/git_seo_integration.rs", - "to": "bots/glambot/src/analyzers/seo.rs", + "to": "bots/glambot/src/analyzers/visual.rs", "relation": "shared_dir:bots/glambot/src/analyzers", "weight": 1.0 }, { - "from": "bots/glambot/src/analyzers/seo.rs", - "to": "bots/glambot/src/analyzers/mod.rs", + "from": "bots/glambot/src/analyzers/visual.rs", + "to": "bots/glambot/src/analyzers/seo.rs", "relation": "shared_dir:bots/glambot/src/analyzers", "weight": 1.0 }, { - "from": "bots/rhodibot/tests/integration_tests.rs", - "to": "bots/rhodibot/tests/canon_lockstep.rs", - "relation": "shared_dir:bots/rhodibot/tests", + "from": "tests/e2e.sh", + "to": "tests/propagate-sha-bump-smoke.sh", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "bots/panicbot/src/config.rs", - "to": "bots/panicbot/src/main.rs", - "relation": "shared_dir:bots/panicbot/src", + "from": "bots/rhodibot/tests/canon_lockstep.rs", + "to": "bots/rhodibot/tests/integration_tests.rs", + "relation": "shared_dir:bots/rhodibot/tests", "weight": 1.0 }, { - "from": "bots/panicbot/src/main.rs", - "to": "bots/panicbot/src/directives.rs", - "relation": "shared_dir:bots/panicbot/src", + "from": "bots/cipherbot/src/analyzers/rng.rs", + "to": "bots/cipherbot/src/analyzers/deps.rs", + "relation": "shared_dir:bots/cipherbot/src/analyzers", "weight": 1.0 }, { - "from": "bots/panicbot/src/directives.rs", - "to": "bots/panicbot/src/a2ml_writer.rs", - "relation": "shared_dir:bots/panicbot/src", + "from": "bots/cipherbot/src/analyzers/deps.rs", + "to": "bots/cipherbot/src/analyzers/hashing.rs", + "relation": "shared_dir:bots/cipherbot/src/analyzers", "weight": 1.0 }, { - "from": "bots/panicbot/src/a2ml_writer.rs", - "to": "bots/panicbot/src/translator.rs", - "relation": "shared_dir:bots/panicbot/src", + "from": "bots/cipherbot/src/analyzers/hashing.rs", + "to": "bots/cipherbot/src/analyzers/mod.rs", + "relation": "shared_dir:bots/cipherbot/src/analyzers", "weight": 1.0 }, { - "from": "bots/panicbot/src/translator.rs", - "to": "bots/panicbot/src/scanner.rs", - "relation": "shared_dir:bots/panicbot/src", + "from": "bots/cipherbot/src/analyzers/mod.rs", + "to": "bots/cipherbot/src/analyzers/dns.rs", + "relation": "shared_dir:bots/cipherbot/src/analyzers", "weight": 1.0 }, { - "from": "deploy/verify-rhodibot.sh", - "to": "deploy/deploy.sh", - "relation": "shared_dir:deploy", + "from": "bots/cipherbot/src/analyzers/dns.rs", + "to": "bots/cipherbot/src/analyzers/signatures.rs", + "relation": "shared_dir:bots/cipherbot/src/analyzers", "weight": 1.0 }, { - "from": "bots/the-hotchocolabot/src/hardware/display.rs", - "to": "bots/the-hotchocolabot/src/hardware/sensor.rs", - "relation": "shared_dir:bots/the-hotchocolabot/src/hardware", + "from": "bots/cipherbot/src/analyzers/signatures.rs", + "to": "bots/cipherbot/src/analyzers/infra.rs", + "relation": "shared_dir:bots/cipherbot/src/analyzers", "weight": 1.0 }, { - "from": "bots/the-hotchocolabot/src/hardware/sensor.rs", - "to": "bots/the-hotchocolabot/src/hardware/mock.rs", - "relation": "shared_dir:bots/the-hotchocolabot/src/hardware", + "from": "bots/cipherbot/src/analyzers/infra.rs", + "to": "bots/cipherbot/src/analyzers/protocol.rs", + "relation": "shared_dir:bots/cipherbot/src/analyzers", "weight": 1.0 }, { - "from": "bots/echidnabot/src/main.rs", - "to": "bots/echidnabot/src/error.rs", - "relation": "shared_dir:bots/echidnabot/src", + "from": "bots/cipherbot/src/analyzers/protocol.rs", + "to": "bots/cipherbot/src/analyzers/password.rs", + "relation": "shared_dir:bots/cipherbot/src/analyzers", "weight": 1.0 }, { - "from": "bots/echidnabot/src/error.rs", - "to": "bots/echidnabot/src/result_formatter.rs", - "relation": "shared_dir:bots/echidnabot/src", + "from": "bots/cipherbot/src/analyzers/password.rs", + "to": "bots/cipherbot/src/analyzers/symmetric.rs", + "relation": "shared_dir:bots/cipherbot/src/analyzers", "weight": 1.0 }, { - "from": "scripts/fix-missing-feedback-integration.sh", - "to": "scripts/rsr-census.sh", - "relation": "shared_dir:scripts", + "from": "bots/cipherbot/src/analyzers/symmetric.rs", + "to": "bots/cipherbot/src/analyzers/config.rs", + "relation": "shared_dir:bots/cipherbot/src/analyzers", "weight": 1.0 }, { - "from": "scripts/rsr-census.sh", - "to": "scripts/fix-missing-proven-ref.sh", - "relation": "shared_dir:scripts", + "from": "bots/cipherbot/src/analyzers/config.rs", + "to": "bots/cipherbot/src/analyzers/key_exchange.rs", + "relation": "shared_dir:bots/cipherbot/src/analyzers", "weight": 1.0 }, { - "from": "scripts/fix-missing-proven-ref.sh", - "to": "scripts/fix-heredoc-install.sh", - "relation": "shared_dir:scripts", + "from": "bots/echidnabot/src/api/graphql.rs", + "to": "bots/echidnabot/src/api/webhooks.rs", + "relation": "shared_dir:bots/echidnabot/src/api", "weight": 1.0 }, { - "from": "scripts/fix-heredoc-install.sh", - "to": "scripts/fix-missing-spdx.sh", - "relation": "shared_dir:scripts", + "from": "bots/echidnabot/src/adapters/gitlab.rs", + "to": "bots/echidnabot/src/adapters/bitbucket.rs", + "relation": "shared_dir:bots/echidnabot/src/adapters", "weight": 1.0 }, { - "from": "scripts/fix-missing-spdx.sh", - "to": "scripts/fix-workflow-hygiene.sh", - "relation": "shared_dir:scripts", + "from": "bots/accessibilitybot/src/scanner.rs", + "to": "bots/accessibilitybot/src/main.rs", + "relation": "shared_dir:bots/accessibilitybot/src", "weight": 1.0 }, { - "from": "scripts/fix-workflow-hygiene.sh", - "to": "scripts/fix-missing-verisim-feed.sh", + "from": "scripts/fix-missing-spdx.sh", + "to": "scripts/fix-missing-groove.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/fix-missing-verisim-feed.sh", - "to": "scripts/fix-dependabot.sh", + "from": "scripts/fix-missing-groove.sh", + "to": "scripts/fix-workflow-hygiene.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/fix-dependabot.sh", - "to": "scripts/maintenance-hard-pass.sh", + "from": "scripts/fix-workflow-hygiene.sh", + "to": "scripts/list-supervised-repos.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/maintenance-hard-pass.sh", - "to": "scripts/bench-fleet.sh", + "from": "scripts/list-supervised-repos.sh", + "to": "scripts/fix-command-injection.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/bench-fleet.sh", - "to": "scripts/fix-missing-ai-manifest.sh", + "from": "scripts/fix-command-injection.sh", + "to": "scripts/fix-add-elixir-ci.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/fix-missing-ai-manifest.sh", - "to": "scripts/fix-security-policy.sh", + "from": "scripts/fix-add-elixir-ci.sh", + "to": "scripts/rsr-census.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/fix-security-policy.sh", - "to": "scripts/detect-rsr-drift.sh", + "from": "scripts/rsr-census.sh", + "to": "scripts/fix-security-policy.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/detect-rsr-drift.sh", - "to": "scripts/list-supervised-repos.sh", + "from": "scripts/fix-security-policy.sh", + "to": "scripts/check-canon-drift.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/list-supervised-repos.sh", - "to": "scripts/fix-missing-groove.sh", + "from": "scripts/check-canon-drift.sh", + "to": "scripts/fix-missing-ai-manifest.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/fix-missing-groove.sh", - "to": "scripts/submit-finding.sh", + "from": "scripts/fix-missing-ai-manifest.sh", + "to": "scripts/fix-dependabot-coverage.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/submit-finding.sh", - "to": "scripts/fix-gitattributes-eol.sh", + "from": "scripts/fix-dependabot-coverage.sh", + "to": "scripts/fix-missing-feedback-integration.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/fix-gitattributes-eol.sh", - "to": "scripts/fix-license-file.sh", + "from": "scripts/fix-missing-feedback-integration.sh", + "to": "scripts/fix-heredoc-install.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/fix-license-file.sh", - "to": "scripts/propagate-sha-bump.sh", + "from": "scripts/fix-heredoc-install.sh", + "to": "scripts/fix-missing-vexometer-hooks.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/propagate-sha-bump.sh", - "to": "scripts/fix-missing-dustfile.sh", + "from": "scripts/fix-missing-vexometer-hooks.sh", + "to": "scripts/fix-eval-to-safe.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/fix-missing-dustfile.sh", - "to": "scripts/sync-all-parallel.exs", + "from": "scripts/fix-eval-to-safe.sh", + "to": "scripts/fix-license-file.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/sync-all-parallel.exs", + "from": "scripts/fix-license-file.sh", "to": "scripts/fix-license-hygiene.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { "from": "scripts/fix-license-hygiene.sh", - "to": "scripts/fix-dependabot-coverage.sh", + "to": "scripts/fix-missing-dustfile.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/fix-dependabot-coverage.sh", - "to": "scripts/fix-add-elixir-ci.sh", + "from": "scripts/fix-missing-dustfile.sh", + "to": "scripts/dispatch-runner.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/fix-add-elixir-ci.sh", - "to": "scripts/check-canon-drift.sh", + "from": "scripts/dispatch-runner.sh", + "to": "scripts/fix-gitattributes-eol.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/check-canon-drift.sh", - "to": "scripts/dispatch-runner.sh", + "from": "scripts/fix-gitattributes-eol.sh", + "to": "scripts/fix-sast-workflow.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/dispatch-runner.sh", - "to": "scripts/fix-eval-to-safe.sh", + "from": "scripts/fix-sast-workflow.sh", + "to": "scripts/fix-missing-proven-ref.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/fix-eval-to-safe.sh", - "to": "scripts/fix-missing-vexometer-hooks.sh", + "from": "scripts/fix-missing-proven-ref.sh", + "to": "scripts/fix-dependabot.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/fix-missing-vexometer-hooks.sh", - "to": "scripts/enroll-hypatia-fleet.sh", + "from": "scripts/fix-dependabot.sh", + "to": "scripts/maintenance-hard-pass.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/enroll-hypatia-fleet.sh", - "to": "scripts/fix-command-injection.sh", + "from": "scripts/maintenance-hard-pass.sh", + "to": "scripts/sync-all-parallel.exs", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/fix-command-injection.sh", - "to": "scripts/fix-sast-workflow.sh", + "from": "scripts/sync-all-parallel.exs", + "to": "scripts/detect-rsr-drift.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/fix-sast-workflow.sh", + "from": "scripts/detect-rsr-drift.sh", "to": "scripts/fix-missing-trustfile.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "bots/cipherbot/src/analyzers/rng.rs", - "to": "bots/cipherbot/src/analyzers/config.rs", - "relation": "shared_dir:bots/cipherbot/src/analyzers", + "from": "scripts/fix-missing-trustfile.sh", + "to": "scripts/bench-fleet.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "bots/cipherbot/src/analyzers/config.rs", - "to": "bots/cipherbot/src/analyzers/symmetric.rs", - "relation": "shared_dir:bots/cipherbot/src/analyzers", + "from": "scripts/bench-fleet.sh", + "to": "scripts/propagate-sha-bump.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "bots/cipherbot/src/analyzers/symmetric.rs", - "to": "bots/cipherbot/src/analyzers/dns.rs", - "relation": "shared_dir:bots/cipherbot/src/analyzers", + "from": "scripts/propagate-sha-bump.sh", + "to": "scripts/submit-finding.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "bots/cipherbot/src/analyzers/dns.rs", - "to": "bots/cipherbot/src/analyzers/password.rs", - "relation": "shared_dir:bots/cipherbot/src/analyzers", + "from": "scripts/submit-finding.sh", + "to": "scripts/enroll-hypatia-fleet.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "bots/cipherbot/src/analyzers/password.rs", - "to": "bots/cipherbot/src/analyzers/hashing.rs", - "relation": "shared_dir:bots/cipherbot/src/analyzers", + "from": "scripts/enroll-hypatia-fleet.sh", + "to": "scripts/fix-missing-verisim-feed.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "bots/cipherbot/src/analyzers/hashing.rs", - "to": "bots/cipherbot/src/analyzers/deps.rs", - "relation": "shared_dir:bots/cipherbot/src/analyzers", + "from": "bots/echidnabot/src/scheduler/retry.rs", + "to": "bots/echidnabot/src/scheduler/job_queue.rs", + "relation": "shared_dir:bots/echidnabot/src/scheduler", "weight": 1.0 }, { - "from": "bots/cipherbot/src/analyzers/deps.rs", - "to": "bots/cipherbot/src/analyzers/signatures.rs", - "relation": "shared_dir:bots/cipherbot/src/analyzers", + "from": "bots/echidnabot/src/scheduler/job_queue.rs", + "to": "bots/echidnabot/src/scheduler/limiter.rs", + "relation": "shared_dir:bots/echidnabot/src/scheduler", "weight": 1.0 }, { - "from": "bots/cipherbot/src/analyzers/signatures.rs", - "to": "bots/cipherbot/src/analyzers/key_exchange.rs", - "relation": "shared_dir:bots/cipherbot/src/analyzers", + "from": "bots/gsbot/src/bin/export_data.rs", + "to": "bots/gsbot/src/bin/backup_db.rs", + "relation": "shared_dir:bots/gsbot/src/bin", "weight": 1.0 }, { - "from": "bots/cipherbot/src/analyzers/key_exchange.rs", - "to": "bots/cipherbot/src/analyzers/infra.rs", - "relation": "shared_dir:bots/cipherbot/src/analyzers", + "from": "bots/rhodibot/src/app_auth.rs", + "to": "bots/rhodibot/src/webhook.rs", + "relation": "shared_dir:bots/rhodibot/src", "weight": 1.0 }, { - "from": "bots/cipherbot/src/analyzers/infra.rs", - "to": "bots/cipherbot/src/analyzers/protocol.rs", - "relation": "shared_dir:bots/cipherbot/src/analyzers", + "from": "bots/rhodibot/src/webhook.rs", + "to": "bots/rhodibot/src/github.rs", + "relation": "shared_dir:bots/rhodibot/src", "weight": 1.0 }, { - "from": "bots/cipherbot/src/analyzers/protocol.rs", - "to": "bots/cipherbot/src/analyzers/mod.rs", - "relation": "shared_dir:bots/cipherbot/src/analyzers", + "from": "bots/rhodibot/src/github.rs", + "to": "bots/rhodibot/src/main.rs", + "relation": "shared_dir:bots/rhodibot/src", "weight": 1.0 }, { - "from": "bots/echidnabot/src/adapters/bitbucket.rs", - "to": "bots/echidnabot/src/adapters/gitlab.rs", - "relation": "shared_dir:bots/echidnabot/src/adapters", + "from": "bots/rhodibot/src/main.rs", + "to": "bots/rhodibot/src/fleet.rs", + "relation": "shared_dir:bots/rhodibot/src", "weight": 1.0 }, { - "from": "bots/panicbot/tests/integration_test.rs", - "to": "bots/panicbot/tests/a2ml_writer_test.rs", - "relation": "shared_dir:bots/panicbot/tests", + "from": "bots/rhodibot/src/fleet.rs", + "to": "bots/rhodibot/src/graphql.rs", + "relation": "shared_dir:bots/rhodibot/src", "weight": 1.0 }, { - "from": "bots/cipherbot/src/policy.rs", - "to": "bots/cipherbot/src/pq_readiness.rs", - "relation": "shared_dir:bots/cipherbot/src", + "from": "bots/rhodibot/src/graphql.rs", + "to": "bots/rhodibot/src/canon.rs", + "relation": "shared_dir:bots/rhodibot/src", "weight": 1.0 }, { - "from": "bots/cipherbot/src/pq_readiness.rs", - "to": "bots/cipherbot/src/main.rs", - "relation": "shared_dir:bots/cipherbot/src", + "from": "bots/rhodibot/src/canon.rs", + "to": "bots/rhodibot/src/config.rs", + "relation": "shared_dir:bots/rhodibot/src", "weight": 1.0 }, { - "from": "bots/cipherbot/src/main.rs", - "to": "bots/cipherbot/src/fleet.rs", - "relation": "shared_dir:bots/cipherbot/src", + "from": "bots/rhodibot/src/config.rs", + "to": "bots/rhodibot/src/rsr.rs", + "relation": "shared_dir:bots/rhodibot/src", "weight": 1.0 }, { - "from": "bots/seambot/tests/check_register.rs", - "to": "bots/seambot/tests/hidden_channels.rs", - "relation": "shared_dir:bots/seambot/tests", + "from": "bots/rhodibot/src/canon/requirement.rs", + "to": "bots/rhodibot/src/canon/report.rs", + "relation": "shared_dir:bots/rhodibot/src/canon", "weight": 1.0 }, { - "from": "bots/seambot/tests/hidden_channels.rs", - "to": "bots/seambot/tests/drift_detection.rs", - "relation": "shared_dir:bots/seambot/tests", + "from": "bots/rhodibot/src/canon/report.rs", + "to": "bots/rhodibot/src/canon/local.rs", + "relation": "shared_dir:bots/rhodibot/src/canon", "weight": 1.0 }, { - "from": "bots/gsbot/src/bin/export_data.rs", - "to": "bots/gsbot/src/bin/backup_db.rs", - "relation": "shared_dir:bots/gsbot/src/bin", + "from": "bots/rhodibot/src/canon/local.rs", + "to": "bots/rhodibot/src/canon/verdict.rs", + "relation": "shared_dir:bots/rhodibot/src/canon", "weight": 1.0 }, { - "from": "run-fleet.sh", - "to": "fleet-coordinator.sh", - "relation": "shared_dir:", + "from": "bots/rhodibot/src/canon/verdict.rs", + "to": "bots/rhodibot/src/canon/profile.rs", + "relation": "shared_dir:bots/rhodibot/src/canon", "weight": 1.0 }, { - "from": "bots/echidnabot/src/scheduler/retry.rs", - "to": "bots/echidnabot/src/scheduler/limiter.rs", - "relation": "shared_dir:bots/echidnabot/src/scheduler", + "from": "fleet-coordinator.sh", + "to": "run-fleet.sh", + "relation": "shared_dir:", "weight": 1.0 }, { - "from": "bots/echidnabot/src/scheduler/limiter.rs", - "to": "bots/echidnabot/src/scheduler/job_queue.rs", - "relation": "shared_dir:bots/echidnabot/src/scheduler", + "from": "bots/seambot/src/github.rs", + "to": "bots/seambot/src/seam.rs", + "relation": "shared_dir:bots/seambot/src", "weight": 1.0 }, { - "from": "bots/accessibilitybot/src/analyzers/forms.rs", - "to": "bots/accessibilitybot/src/analyzers/language.rs", - "relation": "shared_dir:bots/accessibilitybot/src/analyzers", + "from": "bots/seambot/src/seam.rs", + "to": "bots/seambot/src/main.rs", + "relation": "shared_dir:bots/seambot/src", "weight": 1.0 }, { - "from": "bots/accessibilitybot/src/analyzers/language.rs", - "to": "bots/accessibilitybot/src/analyzers/media.rs", - "relation": "shared_dir:bots/accessibilitybot/src/analyzers", + "from": "bots/seambot/src/main.rs", + "to": "bots/seambot/src/fleet.rs", + "relation": "shared_dir:bots/seambot/src", "weight": 1.0 }, { - "from": "bots/accessibilitybot/src/analyzers/media.rs", - "to": "bots/accessibilitybot/src/analyzers/aria.rs", - "relation": "shared_dir:bots/accessibilitybot/src/analyzers", + "from": "bots/seambot/src/fleet.rs", + "to": "bots/seambot/src/hidden_channels.rs", + "relation": "shared_dir:bots/seambot/src", "weight": 1.0 }, { - "from": "bots/accessibilitybot/src/analyzers/aria.rs", - "to": "bots/accessibilitybot/src/analyzers/css.rs", - "relation": "shared_dir:bots/accessibilitybot/src/analyzers", + "from": "bots/seambot/src/hidden_channels.rs", + "to": "bots/seambot/src/register.rs", + "relation": "shared_dir:bots/seambot/src", "weight": 1.0 }, { - "from": "bots/accessibilitybot/src/analyzers/css.rs", - "to": "bots/accessibilitybot/src/analyzers/keyboard.rs", - "relation": "shared_dir:bots/accessibilitybot/src/analyzers", + "from": "bots/seambot/src/register.rs", + "to": "bots/seambot/src/report.rs", + "relation": "shared_dir:bots/seambot/src", "weight": 1.0 }, { - "from": "bots/accessibilitybot/src/analyzers/keyboard.rs", - "to": "bots/accessibilitybot/src/analyzers/alt_text.rs", - "relation": "shared_dir:bots/accessibilitybot/src/analyzers", + "from": "bots/seambot/src/report.rs", + "to": "bots/seambot/src/checks.rs", + "relation": "shared_dir:bots/seambot/src", "weight": 1.0 }, { - "from": "bots/accessibilitybot/src/analyzers/alt_text.rs", - "to": "bots/accessibilitybot/src/analyzers/semantic.rs", - "relation": "shared_dir:bots/accessibilitybot/src/analyzers", + "from": "bots/echidnabot/src/trust/migration_scanner.rs", + "to": "bots/echidnabot/src/trust/axiom_tracker.rs", + "relation": "shared_dir:bots/echidnabot/src/trust", "weight": 1.0 }, { - "from": "bots/accessibilitybot/src/analyzers/semantic.rs", - "to": "bots/accessibilitybot/src/analyzers/mod.rs", - "relation": "shared_dir:bots/accessibilitybot/src/analyzers", + "from": "bots/echidnabot/src/main.rs", + "to": "bots/echidnabot/src/result_formatter.rs", + "relation": "shared_dir:bots/echidnabot/src", "weight": 1.0 }, { - "from": "bots/accessibilitybot/src/analyzers/mod.rs", - "to": "bots/accessibilitybot/src/analyzers/contrast.rs", - "relation": "shared_dir:bots/accessibilitybot/src/analyzers", - "weight": 1.0 - }, - { - "from": "bots/finishingbot/src/analyzers/release.rs", - "to": "bots/finishingbot/src/analyzers/claims.rs", - "relation": "shared_dir:bots/finishingbot/src/analyzers", + "from": "bots/echidnabot/src/result_formatter.rs", + "to": "bots/echidnabot/src/error.rs", + "relation": "shared_dir:bots/echidnabot/src", "weight": 1.0 }, { - "from": "bots/finishingbot/src/analyzers/claims.rs", - "to": "bots/finishingbot/src/analyzers/placeholder.rs", - "relation": "shared_dir:bots/finishingbot/src/analyzers", + "from": "shared-context/src/finding.rs", + "to": "shared-context/src/context.rs", + "relation": "shared_dir:shared-context/src", "weight": 1.0 }, { - "from": "bots/finishingbot/src/analyzers/placeholder.rs", - "to": "bots/finishingbot/src/analyzers/scm_files.rs", - "relation": "shared_dir:bots/finishingbot/src/analyzers", + "from": "shared-context/src/context.rs", + "to": "shared-context/src/exclusion_registry.rs", + "relation": "shared_dir:shared-context/src", "weight": 1.0 }, { - "from": "bots/finishingbot/src/analyzers/scm_files.rs", - "to": "bots/finishingbot/src/analyzers/testing.rs", - "relation": "shared_dir:bots/finishingbot/src/analyzers", + "from": "shared-context/src/exclusion_registry.rs", + "to": "shared-context/src/storage.rs", + "relation": "shared_dir:shared-context/src", "weight": 1.0 }, { - "from": "bots/finishingbot/src/analyzers/testing.rs", - "to": "bots/finishingbot/src/analyzers/license.rs", - "relation": "shared_dir:bots/finishingbot/src/analyzers", + "from": "shared-context/src/storage.rs", + "to": "shared-context/src/lib.rs", + "relation": "shared_dir:shared-context/src", "weight": 1.0 }, { - "from": "bots/finishingbot/src/analyzers/license.rs", - "to": "bots/finishingbot/src/analyzers/tooling.rs", - "relation": "shared_dir:bots/finishingbot/src/analyzers", + "from": "shared-context/src/lib.rs", + "to": "shared-context/src/registry_guard.rs", + "relation": "shared_dir:shared-context/src", "weight": 1.0 }, { - "from": "bots/finishingbot/src/analyzers/tooling.rs", - "to": "bots/finishingbot/src/analyzers/v1_readiness.rs", - "relation": "shared_dir:bots/finishingbot/src/analyzers", + "from": "shared-context/src/registry_guard.rs", + "to": "shared-context/src/health.rs", + "relation": "shared_dir:shared-context/src", "weight": 1.0 }, { - "from": "bots/finishingbot/src/analyzers/v1_readiness.rs", - "to": "bots/finishingbot/src/analyzers/mod.rs", - "relation": "shared_dir:bots/finishingbot/src/analyzers", + "from": "shared-context/src/health.rs", + "to": "shared-context/src/state.rs", + "relation": "shared_dir:shared-context/src", "weight": 1.0 }, { - "from": "robot-repo-automaton/src/config.rs", - "to": "robot-repo-automaton/src/main.rs", - "relation": "shared_dir:robot-repo-automaton/src", + "from": "shared-context/src/state.rs", + "to": "shared-context/src/panel_checker.rs", + "relation": "shared_dir:shared-context/src", "weight": 1.0 }, { - "from": "robot-repo-automaton/src/main.rs", - "to": "robot-repo-automaton/src/exclusion_registry.rs", - "relation": "shared_dir:robot-repo-automaton/src", + "from": "shared-context/src/panel_checker.rs", + "to": "shared-context/src/reporting.rs", + "relation": "shared_dir:shared-context/src", "weight": 1.0 }, { - "from": "robot-repo-automaton/src/exclusion_registry.rs", - "to": "robot-repo-automaton/src/github.rs", - "relation": "shared_dir:robot-repo-automaton/src", + "from": "shared-context/src/reporting.rs", + "to": "shared-context/src/panel.rs", + "relation": "shared_dir:shared-context/src", "weight": 1.0 }, { - "from": "robot-repo-automaton/src/github.rs", - "to": "robot-repo-automaton/src/error.rs", - "relation": "shared_dir:robot-repo-automaton/src", + "from": "bots/finishingbot/src/lib.rs", + "to": "bots/finishingbot/src/config.rs", + "relation": "shared_dir:bots/finishingbot/src", "weight": 1.0 }, { - "from": "robot-repo-automaton/src/error.rs", - "to": "robot-repo-automaton/src/detector.rs", - "relation": "shared_dir:robot-repo-automaton/src", + "from": "bots/finishingbot/src/config.rs", + "to": "bots/finishingbot/src/error.rs", + "relation": "shared_dir:bots/finishingbot/src", "weight": 1.0 }, { - "from": "robot-repo-automaton/src/detector.rs", - "to": "robot-repo-automaton/src/fixer.rs", - "relation": "shared_dir:robot-repo-automaton/src", + "from": "bots/cipherbot/src/main.rs", + "to": "bots/cipherbot/src/fleet.rs", + "relation": "shared_dir:bots/cipherbot/src", "weight": 1.0 }, { - "from": "robot-repo-automaton/src/fixer.rs", - "to": "robot-repo-automaton/src/skeleton.rs", - "relation": "shared_dir:robot-repo-automaton/src", + "from": "bots/cipherbot/src/fleet.rs", + "to": "bots/cipherbot/src/pq_readiness.rs", + "relation": "shared_dir:bots/cipherbot/src", "weight": 1.0 }, { - "from": "robot-repo-automaton/src/skeleton.rs", - "to": "robot-repo-automaton/src/fleet.rs", - "relation": "shared_dir:robot-repo-automaton/src", + "from": "bots/cipherbot/src/pq_readiness.rs", + "to": "bots/cipherbot/src/policy.rs", + "relation": "shared_dir:bots/cipherbot/src", "weight": 1.0 }, { - "from": "robot-repo-automaton/src/fleet.rs", - "to": "robot-repo-automaton/src/hooks.rs", - "relation": "shared_dir:robot-repo-automaton/src", + "from": "bots/panicbot/src/scanner.rs", + "to": "bots/panicbot/src/main.rs", + "relation": "shared_dir:bots/panicbot/src", "weight": 1.0 }, { - "from": "robot-repo-automaton/src/hooks.rs", - "to": "robot-repo-automaton/src/catalog.rs", - "relation": "shared_dir:robot-repo-automaton/src", + "from": "bots/panicbot/src/main.rs", + "to": "bots/panicbot/src/translator.rs", + "relation": "shared_dir:bots/panicbot/src", "weight": 1.0 }, { - "from": "robot-repo-automaton/src/catalog.rs", - "to": "robot-repo-automaton/src/registry_guard.rs", - "relation": "shared_dir:robot-repo-automaton/src", + "from": "bots/panicbot/src/translator.rs", + "to": "bots/panicbot/src/config.rs", + "relation": "shared_dir:bots/panicbot/src", "weight": 1.0 }, { - "from": "robot-repo-automaton/src/registry_guard.rs", - "to": "robot-repo-automaton/src/confidence.rs", - "relation": "shared_dir:robot-repo-automaton/src", + "from": "bots/panicbot/src/config.rs", + "to": "bots/panicbot/src/directives.rs", + "relation": "shared_dir:bots/panicbot/src", "weight": 1.0 }, { - "from": "robot-repo-automaton/src/confidence.rs", - "to": "robot-repo-automaton/src/hypatia.rs", - "relation": "shared_dir:robot-repo-automaton/src", + "from": "bots/panicbot/src/directives.rs", + "to": "bots/panicbot/src/a2ml_writer.rs", + "relation": "shared_dir:bots/panicbot/src", "weight": 1.0 } ] }, "taint_matrix": { "rows": [ - { - "source_category": "InsecureProtocol", - "sink_axis": "network", - "severity_value": 2.5, - "files": [ - "bots/rhodibot/src/sanitize.rs" - ], - "frameworks": [], - "relation": "InsecureProtocol->Network" - }, { "source_category": "PathTraversal", "sink_axis": "disk", "severity_value": 2.5, "files": [ - "scripts/fix-actions-policy.sh", "scripts/maintenance-hard-pass.sh", - "scripts/fix-chapel-runs-on-pin.sh", - "scripts/submit-finding.sh" + "scripts/fix-actions-policy.sh", + "scripts/submit-finding.sh", + "scripts/fix-chapel-runs-on-pin.sh" ], "frameworks": [], "relation": "PathTraversal->Disk" }, { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 5.0, - "files": [ - "bots/echidnabot/scripts/batch_driver.sh", - "scripts/fix-heredoc-install.sh", - "scripts/sync-all-parallel.exs", - "scripts/fix-eval-to-safe.sh", - "scripts/enroll-hypatia-fleet.sh", - "scripts/fix-command-injection.sh", - "scripts/fix-dynamic-code-exec.sh", - "docs/upstream-proposals/standards--hypatia-baseline-consumer/scripts/apply-baseline.sh", - "fleet-coordinator.sh" - ], - "frameworks": [], - "relation": "CommandInjection->Cpu" - }, - { - "source_category": "HardcodedSecret", - "sink_axis": "network", - "severity_value": 5.0, - "files": [ - "bots/cipherbot/src/analyzers/config.rs", - "scripts/fix-hardcoded-secrets.sh", - "scripts/fix-secret-to-env.sh" - ], - "frameworks": [], - "relation": "HardcodedSecret->Network" - }, - { - "source_category": "PanicPath", + "source_category": "ExcessivePermissions", "sink_axis": "disk", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ - "dashboard/src/main.rs", - "bots/echidnabot/src/main.rs", - "bots/echidnabot/src/dispatcher/echidna_client.rs", - "bots/echidnabot/src/scheduler/limiter.rs", - "bots/glambot/src/analyzers/accessibility.rs", - "bots/cipherbot/src/analyzers/rng.rs", - "bots/cipherbot/src/analyzers/config.rs", - "bots/cipherbot/src/analyzers/symmetric.rs", - "bots/cipherbot/src/analyzers/dns.rs", - "bots/cipherbot/src/analyzers/password.rs", - "bots/cipherbot/src/analyzers/hashing.rs", - "bots/cipherbot/src/analyzers/signatures.rs", - "bots/cipherbot/src/analyzers/key_exchange.rs", - "bots/cipherbot/src/analyzers/infra.rs", - "bots/cipherbot/src/analyzers/protocol.rs", - "bots/gsbot/src/services.rs", - "bots/accessibilitybot/src/analyzers/forms.rs", - "bots/accessibilitybot/src/analyzers/language.rs", - "bots/accessibilitybot/src/analyzers/media.rs", - "bots/accessibilitybot/src/analyzers/aria.rs", - "bots/accessibilitybot/src/analyzers/css.rs", - "bots/accessibilitybot/src/analyzers/keyboard.rs", - "bots/accessibilitybot/src/analyzers/alt_text.rs", - "bots/accessibilitybot/src/analyzers/semantic.rs", - "bots/accessibilitybot/src/analyzers/contrast.rs", - "bots/finishingbot/src/analyzers/claims.rs", - "bots/finishingbot/src/analyzers/license.rs", - "robot-repo-automaton/src/main.rs", - "robot-repo-automaton/src/hypatia.rs" + "scripts/fix-deno-permissions.sh" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "ExcessivePermissions->Disk" }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "bots/rhodibot/src/config.rs", - "bots/rhodibot/src/fleet.rs", + "robot-repo-automaton/src/exclusion_registry.rs", + "robot-repo-automaton/src/catalog.rs", + "robot-repo-automaton/src/confidence.rs", + "robot-repo-automaton/src/detector.rs", + "robot-repo-automaton/src/config.rs", + "robot-repo-automaton/src/hooks.rs", + "robot-repo-automaton/src/skeleton.rs", + "shared-context/src/exclusion_registry.rs", + "shared-context/src/storage.rs", "bots/rhodibot/src/canon/local.rs", - "bots/echidnabot/src/main.rs", - "bots/echidnabot/src/trust/migration_scanner.rs", + "bots/rhodibot/src/fleet.rs", + "bots/rhodibot/src/config.rs", "bots/panicbot/src/directives.rs", + "bots/the-hotchocolabot/src/config/mod.rs", + "bots/glambot/src/config/mod.rs", + "bots/glambot/src/analyzers/machine.rs", "bots/glambot/src/analyzers/accessibility.rs", "bots/glambot/src/analyzers/visual.rs", - "bots/glambot/src/analyzers/machine.rs", - "bots/glambot/src/config/mod.rs", - "bots/the-hotchocolabot/src/config/mod.rs", - "bots/cipherbot/src/policy.rs", - "bots/cipherbot/src/main.rs", - "bots/cipherbot/src/analyzers/mod.rs", - "bots/seambot/src/register.rs", + "bots/accessibilitybot/src/scanner.rs", "bots/seambot/src/hidden_channels.rs", + "bots/seambot/src/register.rs", "bots/seambot/src/checks.rs", - "bots/accessibilitybot/src/scanner.rs", + "bots/cipherbot/src/main.rs", + "bots/cipherbot/src/policy.rs", + "bots/cipherbot/src/analyzers/mod.rs", + "bots/echidnabot/src/trust/migration_scanner.rs", + "bots/echidnabot/src/main.rs", "bots/finishingbot/src/config.rs", - "bots/finishingbot/src/analyzers/release.rs", "bots/finishingbot/src/analyzers/claims.rs", - "bots/finishingbot/src/analyzers/placeholder.rs", + "bots/finishingbot/src/analyzers/tooling.rs", + "bots/finishingbot/src/analyzers/release.rs", "bots/finishingbot/src/analyzers/scm_files.rs", "bots/finishingbot/src/analyzers/testing.rs", - "bots/finishingbot/src/analyzers/tooling.rs", - "shared-context/src/storage.rs", - "shared-context/src/exclusion_registry.rs", - "robot-repo-automaton/src/config.rs", - "robot-repo-automaton/src/exclusion_registry.rs", - "robot-repo-automaton/src/detector.rs", - "robot-repo-automaton/src/skeleton.rs", - "robot-repo-automaton/src/hooks.rs", - "robot-repo-automaton/src/catalog.rs", - "robot-repo-automaton/src/confidence.rs" + "bots/finishingbot/src/analyzers/placeholder.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" + }, + { + "source_category": "ExcessivePermissions", + "sink_axis": "network", + "severity_value": 3.5, + "files": [ + "scripts/fix-deno-permissions.sh" + ], + "frameworks": [], + "relation": "ExcessivePermissions->Network" }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "bots/rhodibot/src/config.rs", - "bots/rhodibot/src/fleet.rs", + "robot-repo-automaton/src/exclusion_registry.rs", + "robot-repo-automaton/src/catalog.rs", + "robot-repo-automaton/src/confidence.rs", + "robot-repo-automaton/src/detector.rs", + "robot-repo-automaton/src/config.rs", + "robot-repo-automaton/src/hooks.rs", + "robot-repo-automaton/src/skeleton.rs", + "shared-context/src/exclusion_registry.rs", + "shared-context/src/storage.rs", "bots/rhodibot/src/canon/local.rs", - "bots/echidnabot/src/main.rs", - "bots/echidnabot/src/trust/migration_scanner.rs", + "bots/rhodibot/src/fleet.rs", + "bots/rhodibot/src/config.rs", "bots/panicbot/src/directives.rs", + "bots/the-hotchocolabot/src/config/mod.rs", + "bots/glambot/src/config/mod.rs", + "bots/glambot/src/analyzers/machine.rs", "bots/glambot/src/analyzers/accessibility.rs", "bots/glambot/src/analyzers/visual.rs", - "bots/glambot/src/analyzers/machine.rs", - "bots/glambot/src/config/mod.rs", - "bots/the-hotchocolabot/src/config/mod.rs", - "bots/cipherbot/src/policy.rs", - "bots/cipherbot/src/main.rs", - "bots/cipherbot/src/analyzers/mod.rs", - "bots/seambot/src/register.rs", + "bots/accessibilitybot/src/scanner.rs", "bots/seambot/src/hidden_channels.rs", + "bots/seambot/src/register.rs", "bots/seambot/src/checks.rs", - "bots/accessibilitybot/src/scanner.rs", + "bots/cipherbot/src/main.rs", + "bots/cipherbot/src/policy.rs", + "bots/cipherbot/src/analyzers/mod.rs", + "bots/echidnabot/src/trust/migration_scanner.rs", + "bots/echidnabot/src/main.rs", "bots/finishingbot/src/config.rs", - "bots/finishingbot/src/analyzers/release.rs", "bots/finishingbot/src/analyzers/claims.rs", - "bots/finishingbot/src/analyzers/placeholder.rs", + "bots/finishingbot/src/analyzers/tooling.rs", + "bots/finishingbot/src/analyzers/release.rs", "bots/finishingbot/src/analyzers/scm_files.rs", "bots/finishingbot/src/analyzers/testing.rs", - "bots/finishingbot/src/analyzers/tooling.rs", - "shared-context/src/storage.rs", - "shared-context/src/exclusion_registry.rs", - "robot-repo-automaton/src/config.rs", - "robot-repo-automaton/src/exclusion_registry.rs", - "robot-repo-automaton/src/detector.rs", - "robot-repo-automaton/src/skeleton.rs", - "robot-repo-automaton/src/hooks.rs", - "robot-repo-automaton/src/catalog.rs", - "robot-repo-automaton/src/confidence.rs" + "bots/finishingbot/src/analyzers/placeholder.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "CommandInjection", + "source_category": "PanicPath", "sink_axis": "disk", - "severity_value": 5.0, + "severity_value": 2.5, "files": [ - "scripts/fix-heredoc-install.sh", - "scripts/sync-all-parallel.exs", - "scripts/fix-eval-to-safe.sh", - "scripts/fix-command-injection.sh", - "scripts/fix-dynamic-code-exec.sh" + "robot-repo-automaton/src/main.rs", + "robot-repo-automaton/src/hypatia.rs", + "bots/glambot/src/analyzers/accessibility.rs", + "bots/accessibilitybot/src/analyzers/css.rs", + "bots/accessibilitybot/src/analyzers/contrast.rs", + "bots/accessibilitybot/src/analyzers/alt_text.rs", + "bots/accessibilitybot/src/analyzers/keyboard.rs", + "bots/accessibilitybot/src/analyzers/aria.rs", + "bots/accessibilitybot/src/analyzers/language.rs", + "bots/accessibilitybot/src/analyzers/forms.rs", + "bots/accessibilitybot/src/analyzers/semantic.rs", + "bots/accessibilitybot/src/analyzers/media.rs", + "bots/gsbot/src/services.rs", + "bots/cipherbot/src/analyzers/rng.rs", + "bots/cipherbot/src/analyzers/hashing.rs", + "bots/cipherbot/src/analyzers/dns.rs", + "bots/cipherbot/src/analyzers/signatures.rs", + "bots/cipherbot/src/analyzers/infra.rs", + "bots/cipherbot/src/analyzers/protocol.rs", + "bots/cipherbot/src/analyzers/password.rs", + "bots/cipherbot/src/analyzers/symmetric.rs", + "bots/cipherbot/src/analyzers/config.rs", + "bots/cipherbot/src/analyzers/key_exchange.rs", + "bots/echidnabot/src/main.rs", + "bots/echidnabot/src/scheduler/limiter.rs", + "bots/echidnabot/src/dispatcher/echidna_client.rs", + "bots/finishingbot/src/analyzers/claims.rs", + "bots/finishingbot/src/analyzers/license.rs", + "dashboard/src/main.rs" ], "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "PanicPath->Disk" }, { - "source_category": "ExcessivePermissions", - "sink_axis": "network", - "severity_value": 3.5, + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 5.0, "files": [ - "scripts/fix-deno-permissions.sh" + "bots/echidnabot/scripts/batch_driver.sh", + "scripts/fix-command-injection.sh", + "scripts/fix-heredoc-install.sh", + "scripts/fix-eval-to-safe.sh", + "scripts/sync-all-parallel.exs", + "scripts/fix-dynamic-code-exec.sh", + "scripts/enroll-hypatia-fleet.sh", + "docs/upstream-proposals/standards--hypatia-baseline-consumer/scripts/apply-baseline.sh", + "fleet-coordinator.sh" ], "frameworks": [], - "relation": "ExcessivePermissions->Network" + "relation": "CommandInjection->Cpu" }, { - "source_category": "ExcessivePermissions", + "source_category": "CommandInjection", "sink_axis": "disk", - "severity_value": 3.5, + "severity_value": 5.0, "files": [ - "scripts/fix-deno-permissions.sh" + "scripts/fix-command-injection.sh", + "scripts/fix-heredoc-install.sh", + "scripts/fix-eval-to-safe.sh", + "scripts/sync-all-parallel.exs", + "scripts/fix-dynamic-code-exec.sh" ], "frameworks": [], - "relation": "ExcessivePermissions->Disk" + "relation": "CommandInjection->Disk" }, { "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "dashboard/src/main.rs", - "bots/echidnabot/src/main.rs", - "bots/echidnabot/src/dispatcher/echidna_client.rs", - "bots/echidnabot/src/scheduler/limiter.rs", + "robot-repo-automaton/src/main.rs", + "robot-repo-automaton/src/hypatia.rs", "bots/glambot/src/analyzers/accessibility.rs", + "bots/accessibilitybot/src/analyzers/css.rs", + "bots/accessibilitybot/src/analyzers/contrast.rs", + "bots/accessibilitybot/src/analyzers/alt_text.rs", + "bots/accessibilitybot/src/analyzers/keyboard.rs", + "bots/accessibilitybot/src/analyzers/aria.rs", + "bots/accessibilitybot/src/analyzers/language.rs", + "bots/accessibilitybot/src/analyzers/forms.rs", + "bots/accessibilitybot/src/analyzers/semantic.rs", + "bots/accessibilitybot/src/analyzers/media.rs", + "bots/gsbot/src/services.rs", "bots/cipherbot/src/analyzers/rng.rs", - "bots/cipherbot/src/analyzers/config.rs", - "bots/cipherbot/src/analyzers/symmetric.rs", - "bots/cipherbot/src/analyzers/dns.rs", - "bots/cipherbot/src/analyzers/password.rs", "bots/cipherbot/src/analyzers/hashing.rs", + "bots/cipherbot/src/analyzers/dns.rs", "bots/cipherbot/src/analyzers/signatures.rs", - "bots/cipherbot/src/analyzers/key_exchange.rs", "bots/cipherbot/src/analyzers/infra.rs", "bots/cipherbot/src/analyzers/protocol.rs", - "bots/gsbot/src/services.rs", - "bots/accessibilitybot/src/analyzers/forms.rs", - "bots/accessibilitybot/src/analyzers/language.rs", - "bots/accessibilitybot/src/analyzers/media.rs", - "bots/accessibilitybot/src/analyzers/aria.rs", - "bots/accessibilitybot/src/analyzers/css.rs", - "bots/accessibilitybot/src/analyzers/keyboard.rs", - "bots/accessibilitybot/src/analyzers/alt_text.rs", - "bots/accessibilitybot/src/analyzers/semantic.rs", - "bots/accessibilitybot/src/analyzers/contrast.rs", + "bots/cipherbot/src/analyzers/password.rs", + "bots/cipherbot/src/analyzers/symmetric.rs", + "bots/cipherbot/src/analyzers/config.rs", + "bots/cipherbot/src/analyzers/key_exchange.rs", + "bots/echidnabot/src/main.rs", + "bots/echidnabot/src/scheduler/limiter.rs", + "bots/echidnabot/src/dispatcher/echidna_client.rs", "bots/finishingbot/src/analyzers/claims.rs", "bots/finishingbot/src/analyzers/license.rs", - "robot-repo-automaton/src/main.rs", - "robot-repo-automaton/src/hypatia.rs" + "dashboard/src/main.rs" ], "frameworks": [], "relation": "PanicPath->Memory" + }, + { + "source_category": "InsecureProtocol", + "sink_axis": "network", + "severity_value": 2.5, + "files": [ + "bots/rhodibot/src/sanitize.rs" + ], + "frameworks": [], + "relation": "InsecureProtocol->Network" + }, + { + "source_category": "HardcodedSecret", + "sink_axis": "network", + "severity_value": 5.0, + "files": [ + "bots/cipherbot/src/analyzers/config.rs", + "scripts/fix-secret-to-env.sh", + "scripts/fix-hardcoded-secrets.sh" + ], + "frameworks": [], + "relation": "HardcodedSecret->Network" } ] } diff --git a/scans/glyphbase.json b/scans/glyphbase.json index ee1ec79b..b3748dfd 100644 --- a/scans/glyphbase.json +++ b/scans/glyphbase.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "UnsafeCode", - "location": "server/native/src/lithoglyph_nif.zig", - "file": "server/native/src/lithoglyph_nif.zig", + "location": "server/ffi/zig/src/main.zig", + "file": "server/ffi/zig/src/main.zig", "severity": "High", - "description": "22 unsafe pointer casts in server/native/src/lithoglyph_nif.zig", + "description": "2 unsafe pointer casts in server/ffi/zig/src/main.zig", "recommended_attack": [ "memory" ], @@ -17,43 +17,43 @@ }, { "category": "UnsafeFFI", - "location": "server/native/src/lithoglyph_nif.zig", - "file": "server/native/src/lithoglyph_nif.zig", + "location": "server/ffi/zig/src/main.zig", + "file": "server/ffi/zig/src/main.zig", "severity": "High", - "description": "1 C interop imports in server/native/src/lithoglyph_nif.zig", + "description": "1 C interop imports in server/ffi/zig/src/main.zig", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "server/src/lithoglyph/client.gleam", - "file": "server/src/lithoglyph/client.gleam", - "severity": "Medium", - "description": "7 @external FFI calls in server/src/lithoglyph/client.gleam", + "category": "UncheckedError", + "location": "server/ffi/zig/src/main.zig", + "file": "server/ffi/zig/src/main.zig", + "severity": "Low", + "description": "13 TODO/FIXME/HACK markers in server/ffi/zig/src/main.zig", "recommended_attack": [ - "memory" + "cpu" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "server/src/lithoglyph/nif_ffi.gleam", - "file": "server/src/lithoglyph/nif_ffi.gleam", - "severity": "Medium", - "description": "9 @external FFI calls in server/src/lithoglyph/nif_ffi.gleam", + "category": "UnsafeCode", + "location": "server/native/src/lithoglyph_nif.zig", + "file": "server/native/src/lithoglyph_nif.zig", + "severity": "High", + "description": "22 unsafe pointer casts in server/native/src/lithoglyph_nif.zig", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "server/ffi/zig/src/main.zig", - "file": "server/ffi/zig/src/main.zig", + "category": "UnsafeFFI", + "location": "server/native/src/lithoglyph_nif.zig", + "file": "server/native/src/lithoglyph_nif.zig", "severity": "High", - "description": "2 unsafe pointer casts in server/ffi/zig/src/main.zig", + "description": "1 C interop imports in server/native/src/lithoglyph_nif.zig", "recommended_attack": [ "memory" ], @@ -61,23 +61,23 @@ }, { "category": "UnsafeFFI", - "location": "server/ffi/zig/src/main.zig", - "file": "server/ffi/zig/src/main.zig", - "severity": "High", - "description": "1 C interop imports in server/ffi/zig/src/main.zig", + "location": "server/src/lithoglyph/client.gleam", + "file": "server/src/lithoglyph/client.gleam", + "severity": "Medium", + "description": "7 @external FFI calls in server/src/lithoglyph/client.gleam", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "UncheckedError", - "location": "server/ffi/zig/src/main.zig", - "file": "server/ffi/zig/src/main.zig", - "severity": "Low", - "description": "13 TODO/FIXME/HACK markers in server/ffi/zig/src/main.zig", + "category": "UnsafeFFI", + "location": "server/src/lithoglyph/nif_ffi.gleam", + "file": "server/src/lithoglyph/nif_ffi.gleam", + "severity": "Medium", + "description": "9 @external FFI calls in server/src/lithoglyph/nif_ffi.gleam", "recommended_attack": [ - "cpu" + "memory" ], "test_context": "production" } @@ -102,6 +102,16 @@ "io_operations": 8, "threading_constructs": 0 }, + { + "file_path": "server/ffi/zig/src/main.zig", + "lines": 488, + "unsafe_blocks": 3, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "server/native/src/lithoglyph_nif.zig", "lines": 462, @@ -113,8 +123,8 @@ "threading_constructs": 0 }, { - "file_path": "server/src/glyphbase_server.gleam", - "lines": 131, + "file_path": "server/src/router.gleam", + "lines": 595, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -143,8 +153,8 @@ "threading_constructs": 0 }, { - "file_path": "server/src/router.gleam", - "lines": 595, + "file_path": "server/src/glyphbase_server.gleam", + "lines": 131, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -162,16 +172,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "server/ffi/zig/src/main.zig", - "lines": 488, - "unsafe_blocks": 3, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "ffi/zig/test/integration_test.zig", "lines": 182, @@ -194,15 +194,15 @@ } ], "recommended_attacks": [ - "disk", "cpu", - "memory" + "memory", + "disk" ], "dependency_graph": { "edges": [ { - "from": "server/src/glyphbase_server.gleam", - "to": "server/src/router.gleam", + "from": "server/src/router.gleam", + "to": "server/src/glyphbase_server.gleam", "relation": "shared_dir:server/src", "weight": 1.0 }, @@ -221,10 +221,10 @@ "sink_axis": "memory", "severity_value": 3.5, "files": [ + "server/ffi/zig/src/main.zig", "server/native/src/lithoglyph_nif.zig", "server/src/lithoglyph/client.gleam", - "server/src/lithoglyph/nif_ffi.gleam", - "server/ffi/zig/src/main.zig" + "server/src/lithoglyph/nif_ffi.gleam" ], "frameworks": [], "relation": "UnsafeFFI->Memory" @@ -244,8 +244,8 @@ "sink_axis": "memory", "severity_value": 3.5, "files": [ - "server/native/src/lithoglyph_nif.zig", - "server/ffi/zig/src/main.zig" + "server/ffi/zig/src/main.zig", + "server/native/src/lithoglyph_nif.zig" ], "frameworks": [], "relation": "UnsafeCode->Memory" diff --git a/scans/gnpl.json b/scans/gnpl.json index b6e93404..a7782136 100644 --- a/scans/gnpl.json +++ b/scans/gnpl.json @@ -15,6 +15,17 @@ ], "test_context": "production" }, + { + "category": "UnsafeCode", + "location": "ffi/zig/src/main.zig", + "file": "ffi/zig/src/main.zig", + "severity": "High", + "description": "20 unsafe pointer casts in ffi/zig/src/main.zig", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, { "category": "ProofDrift", "location": "test/LexerTest.lean", @@ -36,17 +47,6 @@ "cpu" ], "test_context": "production" - }, - { - "category": "UnsafeCode", - "location": "ffi/zig/src/main.zig", - "file": "ffi/zig/src/main.zig", - "severity": "High", - "description": "20 unsafe pointer casts in ffi/zig/src/main.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "production" } ], "statistics": { @@ -60,23 +60,23 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, - "unsafe_blocks": 0, + "file_path": "bridge/lith_insert.zig", + "lines": 394, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bridge/lith_insert.zig", - "lines": 394, - "unsafe_blocks": 1, + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 8, "threading_constructs": 0 }, { @@ -89,6 +89,16 @@ "io_operations": 2, "threading_constructs": 0 }, + { + "file_path": "ffi/zig/src/main.zig", + "lines": 861, + "unsafe_blocks": 20, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 7, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "test/LexerTest.lean", "lines": 625, @@ -108,22 +118,12 @@ "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 - }, - { - "file_path": "ffi/zig/src/main.zig", - "lines": 861, - "unsafe_blocks": 20, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 7, - "io_operations": 0, - "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", "memory", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [] diff --git a/scans/grim-repo.json b/scans/grim-repo.json index bf4ca078..ad2ddbcc 100644 --- a/scans/grim-repo.json +++ b/scans/grim-repo.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "DynamicCodeExecution", - "location": "scripts/userscripts/GrimLicenseChecker.user.js", - "file": "scripts/userscripts/GrimLicenseChecker.user.js", + "location": "scripts/userscripts/GrimCIValidator.user.js", + "file": "scripts/userscripts/GrimCIValidator.user.js", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in scripts/userscripts/GrimLicenseChecker.user.js", + "description": "DOM manipulation (innerHTML/document.write) in scripts/userscripts/GrimCIValidator.user.js", "recommended_attack": [ "memory", "network" @@ -41,10 +41,10 @@ }, { "category": "DynamicCodeExecution", - "location": "scripts/userscripts/GrimCIValidator.user.js", - "file": "scripts/userscripts/GrimCIValidator.user.js", + "location": "scripts/userscripts/GrimLicenseChecker.user.js", + "file": "scripts/userscripts/GrimLicenseChecker.user.js", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in scripts/userscripts/GrimCIValidator.user.js", + "description": "DOM manipulation (innerHTML/document.write) in scripts/userscripts/GrimLicenseChecker.user.js", "recommended_attack": [ "memory", "network" @@ -89,28 +89,50 @@ }, { "category": "DynamicCodeExecution", - "location": "scripts/src/scripts/a11y/A11yOverlay.res.mjs", - "file": "scripts/src/scripts/a11y/A11yOverlay.res.mjs", + "location": "scripts/src/core/GrimCore.res.mjs", + "file": "scripts/src/core/GrimCore.res.mjs", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/a11y/A11yOverlay.res.mjs", + "description": "DOM manipulation (innerHTML/document.write) in scripts/src/core/GrimCore.res.mjs", "recommended_attack": [ "memory", "network" ], "test_context": "production" }, + { + "category": "InputBoundary", + "location": "scripts/src/core/GrimCore.res.mjs", + "file": "scripts/src/core/GrimCore.res.mjs", + "severity": "Medium", + "description": "2 JSON.parse call(s) with 1 try block(s) in scripts/src/core/GrimCore.res.mjs — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, { "category": "DynamicCodeExecution", - "location": "scripts/src/scripts/a11y/A11yOverlay.mjs", - "file": "scripts/src/scripts/a11y/A11yOverlay.mjs", + "location": "scripts/src/core/GrimCore.mjs", + "file": "scripts/src/core/GrimCore.mjs", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/a11y/A11yOverlay.mjs", + "description": "DOM manipulation (innerHTML/document.write) in scripts/src/core/GrimCore.mjs", "recommended_attack": [ "memory", "network" ], "test_context": "production" }, + { + "category": "InputBoundary", + "location": "scripts/src/core/GrimCore.mjs", + "file": "scripts/src/core/GrimCore.mjs", + "severity": "Medium", + "description": "2 JSON.parse call(s) with 1 try block(s) in scripts/src/core/GrimCore.mjs — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, { "category": "DynamicCodeExecution", "location": "scripts/src/scripts/template/GrimTemplateEngine.res.mjs", @@ -183,10 +205,10 @@ }, { "category": "DynamicCodeExecution", - "location": "scripts/src/scripts/code/GitlabEnhanced.mjs", - "file": "scripts/src/scripts/code/GitlabEnhanced.mjs", + "location": "scripts/src/scripts/content/DarkMode.res.mjs", + "file": "scripts/src/scripts/content/DarkMode.res.mjs", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/code/GitlabEnhanced.mjs", + "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/content/DarkMode.res.mjs", "recommended_attack": [ "memory", "network" @@ -195,10 +217,10 @@ }, { "category": "DynamicCodeExecution", - "location": "scripts/src/scripts/code/GitlabEnhanced.res.mjs", - "file": "scripts/src/scripts/code/GitlabEnhanced.res.mjs", + "location": "scripts/src/scripts/content/DarkMode.mjs", + "file": "scripts/src/scripts/content/DarkMode.mjs", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/code/GitlabEnhanced.res.mjs", + "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/content/DarkMode.mjs", "recommended_attack": [ "memory", "network" @@ -207,22 +229,10 @@ }, { "category": "DynamicCodeExecution", - "location": "scripts/src/scripts/security/GrimSecurityScanner.mjs", - "file": "scripts/src/scripts/security/GrimSecurityScanner.mjs", - "severity": "Critical", - "description": "eval() usage in scripts/src/scripts/security/GrimSecurityScanner.mjs", - "recommended_attack": [ - "cpu", - "memory" - ], - "test_context": "production" - }, - { - "category": "DynamicCodeExecution", - "location": "scripts/src/scripts/security/GrimSecurityScanner.mjs", - "file": "scripts/src/scripts/security/GrimSecurityScanner.mjs", + "location": "scripts/src/scripts/ci/GrimCIValidator.res.mjs", + "file": "scripts/src/scripts/ci/GrimCIValidator.res.mjs", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/security/GrimSecurityScanner.mjs", + "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/ci/GrimCIValidator.res.mjs", "recommended_attack": [ "memory", "network" @@ -231,10 +241,10 @@ }, { "category": "DynamicCodeExecution", - "location": "scripts/src/scripts/security/GrimSecurityScanner.mjs", - "file": "scripts/src/scripts/security/GrimSecurityScanner.mjs", + "location": "scripts/src/scripts/ci/GrimCIValidator.mjs", + "file": "scripts/src/scripts/ci/GrimCIValidator.mjs", "severity": "High", - "description": "dangerouslySetInnerHTML (XSS risk) in scripts/src/scripts/security/GrimSecurityScanner.mjs", + "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/ci/GrimCIValidator.mjs", "recommended_attack": [ "memory", "network" @@ -243,22 +253,10 @@ }, { "category": "DynamicCodeExecution", - "location": "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", - "file": "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", - "severity": "Critical", - "description": "eval() usage in scripts/src/scripts/security/GrimSecurityScanner.res.mjs", - "recommended_attack": [ - "cpu", - "memory" - ], - "test_context": "production" - }, - { - "category": "DynamicCodeExecution", - "location": "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", - "file": "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", + "location": "scripts/src/scripts/code/GitlabEnhanced.mjs", + "file": "scripts/src/scripts/code/GitlabEnhanced.mjs", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/security/GrimSecurityScanner.res.mjs", + "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/code/GitlabEnhanced.mjs", "recommended_attack": [ "memory", "network" @@ -267,10 +265,10 @@ }, { "category": "DynamicCodeExecution", - "location": "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", - "file": "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", + "location": "scripts/src/scripts/code/GitlabEnhanced.res.mjs", + "file": "scripts/src/scripts/code/GitlabEnhanced.res.mjs", "severity": "High", - "description": "dangerouslySetInnerHTML (XSS risk) in scripts/src/scripts/security/GrimSecurityScanner.res.mjs", + "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/code/GitlabEnhanced.res.mjs", "recommended_attack": [ "memory", "network" @@ -279,10 +277,10 @@ }, { "category": "DynamicCodeExecution", - "location": "scripts/src/scripts/ci/GrimCIValidator.res.mjs", - "file": "scripts/src/scripts/ci/GrimCIValidator.res.mjs", + "location": "scripts/src/scripts/aibdp/AibdpChecker.mjs", + "file": "scripts/src/scripts/aibdp/AibdpChecker.mjs", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/ci/GrimCIValidator.res.mjs", + "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/aibdp/AibdpChecker.mjs", "recommended_attack": [ "memory", "network" @@ -291,10 +289,10 @@ }, { "category": "DynamicCodeExecution", - "location": "scripts/src/scripts/ci/GrimCIValidator.mjs", - "file": "scripts/src/scripts/ci/GrimCIValidator.mjs", + "location": "scripts/src/scripts/aibdp/AibdpChecker.res.mjs", + "file": "scripts/src/scripts/aibdp/AibdpChecker.res.mjs", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/ci/GrimCIValidator.mjs", + "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/aibdp/AibdpChecker.res.mjs", "recommended_attack": [ "memory", "network" @@ -303,10 +301,10 @@ }, { "category": "DynamicCodeExecution", - "location": "scripts/src/scripts/aibdp/AibdpChecker.mjs", - "file": "scripts/src/scripts/aibdp/AibdpChecker.mjs", + "location": "scripts/src/scripts/a11y/A11yOverlay.mjs", + "file": "scripts/src/scripts/a11y/A11yOverlay.mjs", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/aibdp/AibdpChecker.mjs", + "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/a11y/A11yOverlay.mjs", "recommended_attack": [ "memory", "network" @@ -315,10 +313,10 @@ }, { "category": "DynamicCodeExecution", - "location": "scripts/src/scripts/aibdp/AibdpChecker.res.mjs", - "file": "scripts/src/scripts/aibdp/AibdpChecker.res.mjs", + "location": "scripts/src/scripts/a11y/A11yOverlay.res.mjs", + "file": "scripts/src/scripts/a11y/A11yOverlay.res.mjs", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/aibdp/AibdpChecker.res.mjs", + "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/a11y/A11yOverlay.res.mjs", "recommended_attack": [ "memory", "network" @@ -327,22 +325,22 @@ }, { "category": "DynamicCodeExecution", - "location": "scripts/src/scripts/content/DarkMode.res.mjs", - "file": "scripts/src/scripts/content/DarkMode.res.mjs", - "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/content/DarkMode.res.mjs", + "location": "scripts/src/scripts/security/GrimSecurityScanner.mjs", + "file": "scripts/src/scripts/security/GrimSecurityScanner.mjs", + "severity": "Critical", + "description": "eval() usage in scripts/src/scripts/security/GrimSecurityScanner.mjs", "recommended_attack": [ - "memory", - "network" + "cpu", + "memory" ], "test_context": "production" }, { "category": "DynamicCodeExecution", - "location": "scripts/src/scripts/content/DarkMode.mjs", - "file": "scripts/src/scripts/content/DarkMode.mjs", + "location": "scripts/src/scripts/security/GrimSecurityScanner.mjs", + "file": "scripts/src/scripts/security/GrimSecurityScanner.mjs", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/content/DarkMode.mjs", + "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/security/GrimSecurityScanner.mjs", "recommended_attack": [ "memory", "network" @@ -351,10 +349,10 @@ }, { "category": "DynamicCodeExecution", - "location": "scripts/src/core/GrimCore.mjs", - "file": "scripts/src/core/GrimCore.mjs", + "location": "scripts/src/scripts/security/GrimSecurityScanner.mjs", + "file": "scripts/src/scripts/security/GrimSecurityScanner.mjs", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in scripts/src/core/GrimCore.mjs", + "description": "dangerouslySetInnerHTML (XSS risk) in scripts/src/scripts/security/GrimSecurityScanner.mjs", "recommended_attack": [ "memory", "network" @@ -362,22 +360,23 @@ "test_context": "production" }, { - "category": "InputBoundary", - "location": "scripts/src/core/GrimCore.mjs", - "file": "scripts/src/core/GrimCore.mjs", - "severity": "Medium", - "description": "2 JSON.parse call(s) with 1 try block(s) in scripts/src/core/GrimCore.mjs — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "category": "DynamicCodeExecution", + "location": "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", + "file": "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", + "severity": "Critical", + "description": "eval() usage in scripts/src/scripts/security/GrimSecurityScanner.res.mjs", "recommended_attack": [ - "cpu" + "cpu", + "memory" ], "test_context": "production" }, { "category": "DynamicCodeExecution", - "location": "scripts/src/core/GrimCore.res.mjs", - "file": "scripts/src/core/GrimCore.res.mjs", + "location": "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", + "file": "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in scripts/src/core/GrimCore.res.mjs", + "description": "DOM manipulation (innerHTML/document.write) in scripts/src/scripts/security/GrimSecurityScanner.res.mjs", "recommended_attack": [ "memory", "network" @@ -385,13 +384,14 @@ "test_context": "production" }, { - "category": "InputBoundary", - "location": "scripts/src/core/GrimCore.res.mjs", - "file": "scripts/src/core/GrimCore.res.mjs", - "severity": "Medium", - "description": "2 JSON.parse call(s) with 1 try block(s) in scripts/src/core/GrimCore.res.mjs — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "category": "DynamicCodeExecution", + "location": "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", + "file": "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", + "severity": "High", + "description": "dangerouslySetInnerHTML (XSS risk) in scripts/src/scripts/security/GrimSecurityScanner.res.mjs", "recommended_attack": [ - "cpu" + "memory", + "network" ], "test_context": "production" } @@ -407,13 +407,13 @@ }, "file_statistics": [ { - "file_path": "scripts/build.res.mjs", - "lines": 229, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { @@ -437,28 +437,28 @@ "threading_constructs": 0 }, { - "file_path": "scripts/src/scripts/license/GrimLicenseChecker.res.mjs", - "lines": 333, + "file_path": "scripts/build.res.mjs", + "lines": 229, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/src/scripts/license/GrimLicenseChecker.mjs", - "lines": 333, + "file_path": "scripts/BuildUserscripts.res.mjs", + "lines": 229, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/src/scripts/code/GitlabEnhanced.mjs", - "lines": 481, + "file_path": "scripts/src/core/GrimCore.res.mjs", + "lines": 442, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -467,8 +467,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/src/scripts/code/GitlabEnhanced.res.mjs", - "lines": 481, + "file_path": "scripts/src/core/GrimCore.mjs", + "lines": 442, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -477,8 +477,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/src/scripts/aibdp/AibdpChecker.mjs", - "lines": 421, + "file_path": "scripts/src/scripts/license/GrimLicenseChecker.res.mjs", + "lines": 333, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -487,8 +487,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/src/scripts/aibdp/AibdpChecker.res.mjs", - "lines": 421, + "file_path": "scripts/src/scripts/license/GrimLicenseChecker.mjs", + "lines": 333, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -497,8 +497,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/src/core/GrimCore.mjs", - "lines": 442, + "file_path": "scripts/src/scripts/code/GitlabEnhanced.mjs", + "lines": 481, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -507,8 +507,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/src/core/GrimCore.res.mjs", - "lines": 442, + "file_path": "scripts/src/scripts/code/GitlabEnhanced.res.mjs", + "lines": 481, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -517,80 +517,62 @@ "threading_constructs": 0 }, { - "file_path": "scripts/BuildUserscripts.res.mjs", - "lines": 229, + "file_path": "scripts/src/scripts/aibdp/AibdpChecker.mjs", + "lines": 421, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/publish.res.mjs", - "lines": 111, + "file_path": "scripts/src/scripts/aibdp/AibdpChecker.res.mjs", + "lines": 421, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "scripts/publish.res.mjs", + "lines": 111, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "network", "cpu", "memory", + "network", "disk" ], "dependency_graph": { "edges": [ { - "from": "scripts/src/scripts/aibdp/AibdpChecker.mjs", - "to": "scripts/src/scripts/aibdp/AibdpChecker.res.mjs", - "relation": "shared_dir:scripts/src/scripts/aibdp", - "weight": 1.0 - }, - { - "from": "scripts/src/scripts/code/GitlabEnhanced.mjs", - "to": "scripts/src/scripts/code/GitlabEnhanced.res.mjs", - "relation": "shared_dir:scripts/src/scripts/code", - "weight": 1.0 - }, - { - "from": "scripts/src/core/GrimCore.mjs", - "to": "scripts/src/core/GrimCore.res.mjs", - "relation": "shared_dir:scripts/src/core", - "weight": 1.0 - }, - { - "from": "scripts/build.res.mjs", - "to": "scripts/PublishGreasyfork.res.mjs", + "from": "scripts/PublishGreasyfork.res.mjs", + "to": "scripts/build.res.mjs", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/PublishGreasyfork.res.mjs", + "from": "scripts/build.res.mjs", "to": "scripts/BuildUserscripts.res.mjs", "relation": "shared_dir:scripts", "weight": 1.0 @@ -601,11 +583,29 @@ "relation": "shared_dir:scripts", "weight": 1.0 }, + { + "from": "scripts/src/core/GrimCore.res.mjs", + "to": "scripts/src/core/GrimCore.mjs", + "relation": "shared_dir:scripts/src/core", + "weight": 1.0 + }, { "from": "scripts/src/scripts/license/GrimLicenseChecker.res.mjs", "to": "scripts/src/scripts/license/GrimLicenseChecker.mjs", "relation": "shared_dir:scripts/src/scripts/license", "weight": 1.0 + }, + { + "from": "scripts/src/scripts/code/GitlabEnhanced.mjs", + "to": "scripts/src/scripts/code/GitlabEnhanced.res.mjs", + "relation": "shared_dir:scripts/src/scripts/code", + "weight": 1.0 + }, + { + "from": "scripts/src/scripts/aibdp/AibdpChecker.mjs", + "to": "scripts/src/scripts/aibdp/AibdpChecker.res.mjs", + "relation": "shared_dir:scripts/src/scripts/aibdp", + "weight": 1.0 } ] }, @@ -613,74 +613,74 @@ "rows": [ { "source_category": "DynamicCodeExecution", - "sink_axis": "memory", - "severity_value": 5.0, + "sink_axis": "network", + "severity_value": 3.5, "files": [ - "scripts/userscripts/GrimLicenseChecker.user.js", - "scripts/userscripts/GrimTemplateEngine.user.js", "scripts/userscripts/GrimCIValidator.user.js", + "scripts/userscripts/GrimTemplateEngine.user.js", + "scripts/userscripts/GrimLicenseChecker.user.js", "scripts/userscripts/GrimSecurityScanner.user.js", "scripts/userscripts/GrimSecurityScanner.user.js", - "scripts/userscripts/GrimSecurityScanner.user.js", - "scripts/src/scripts/a11y/A11yOverlay.res.mjs", - "scripts/src/scripts/a11y/A11yOverlay.mjs", + "scripts/src/core/GrimCore.res.mjs", + "scripts/src/core/GrimCore.mjs", "scripts/src/scripts/template/GrimTemplateEngine.res.mjs", "scripts/src/scripts/template/GrimTemplateEngine.mjs", "scripts/src/scripts/license/GrimLicenseChecker.res.mjs", "scripts/src/scripts/license/GrimLicenseChecker.mjs", + "scripts/src/scripts/content/DarkMode.res.mjs", + "scripts/src/scripts/content/DarkMode.mjs", + "scripts/src/scripts/ci/GrimCIValidator.res.mjs", + "scripts/src/scripts/ci/GrimCIValidator.mjs", "scripts/src/scripts/code/GitlabEnhanced.mjs", "scripts/src/scripts/code/GitlabEnhanced.res.mjs", + "scripts/src/scripts/aibdp/AibdpChecker.mjs", + "scripts/src/scripts/aibdp/AibdpChecker.res.mjs", + "scripts/src/scripts/a11y/A11yOverlay.mjs", + "scripts/src/scripts/a11y/A11yOverlay.res.mjs", "scripts/src/scripts/security/GrimSecurityScanner.mjs", "scripts/src/scripts/security/GrimSecurityScanner.mjs", - "scripts/src/scripts/security/GrimSecurityScanner.mjs", - "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", - "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", - "scripts/src/scripts/ci/GrimCIValidator.res.mjs", - "scripts/src/scripts/ci/GrimCIValidator.mjs", - "scripts/src/scripts/aibdp/AibdpChecker.mjs", - "scripts/src/scripts/aibdp/AibdpChecker.res.mjs", - "scripts/src/scripts/content/DarkMode.res.mjs", - "scripts/src/scripts/content/DarkMode.mjs", - "scripts/src/core/GrimCore.mjs", - "scripts/src/core/GrimCore.res.mjs" + "scripts/src/scripts/security/GrimSecurityScanner.res.mjs" ], "frameworks": [], - "relation": "DynamicCodeExecution->Memory" + "relation": "DynamicCodeExecution->Network" }, { "source_category": "DynamicCodeExecution", - "sink_axis": "network", - "severity_value": 3.5, + "sink_axis": "memory", + "severity_value": 5.0, "files": [ - "scripts/userscripts/GrimLicenseChecker.user.js", - "scripts/userscripts/GrimTemplateEngine.user.js", "scripts/userscripts/GrimCIValidator.user.js", + "scripts/userscripts/GrimTemplateEngine.user.js", + "scripts/userscripts/GrimLicenseChecker.user.js", "scripts/userscripts/GrimSecurityScanner.user.js", "scripts/userscripts/GrimSecurityScanner.user.js", - "scripts/src/scripts/a11y/A11yOverlay.res.mjs", - "scripts/src/scripts/a11y/A11yOverlay.mjs", + "scripts/userscripts/GrimSecurityScanner.user.js", + "scripts/src/core/GrimCore.res.mjs", + "scripts/src/core/GrimCore.mjs", "scripts/src/scripts/template/GrimTemplateEngine.res.mjs", "scripts/src/scripts/template/GrimTemplateEngine.mjs", "scripts/src/scripts/license/GrimLicenseChecker.res.mjs", "scripts/src/scripts/license/GrimLicenseChecker.mjs", + "scripts/src/scripts/content/DarkMode.res.mjs", + "scripts/src/scripts/content/DarkMode.mjs", + "scripts/src/scripts/ci/GrimCIValidator.res.mjs", + "scripts/src/scripts/ci/GrimCIValidator.mjs", "scripts/src/scripts/code/GitlabEnhanced.mjs", "scripts/src/scripts/code/GitlabEnhanced.res.mjs", + "scripts/src/scripts/aibdp/AibdpChecker.mjs", + "scripts/src/scripts/aibdp/AibdpChecker.res.mjs", + "scripts/src/scripts/a11y/A11yOverlay.mjs", + "scripts/src/scripts/a11y/A11yOverlay.res.mjs", + "scripts/src/scripts/security/GrimSecurityScanner.mjs", "scripts/src/scripts/security/GrimSecurityScanner.mjs", "scripts/src/scripts/security/GrimSecurityScanner.mjs", "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", "scripts/src/scripts/security/GrimSecurityScanner.res.mjs", - "scripts/src/scripts/ci/GrimCIValidator.res.mjs", - "scripts/src/scripts/ci/GrimCIValidator.mjs", - "scripts/src/scripts/aibdp/AibdpChecker.mjs", - "scripts/src/scripts/aibdp/AibdpChecker.res.mjs", - "scripts/src/scripts/content/DarkMode.res.mjs", - "scripts/src/scripts/content/DarkMode.mjs", - "scripts/src/core/GrimCore.mjs", - "scripts/src/core/GrimCore.res.mjs" + "scripts/src/scripts/security/GrimSecurityScanner.res.mjs" ], "frameworks": [], - "relation": "DynamicCodeExecution->Network" + "relation": "DynamicCodeExecution->Memory" }, { "source_category": "DynamicCodeExecution", @@ -700,10 +700,10 @@ "severity_value": 2.5, "files": [ "scripts/userscripts/GrimTemplateEngine.user.js", - "scripts/src/scripts/template/GrimTemplateEngine.res.mjs", - "scripts/src/scripts/template/GrimTemplateEngine.mjs", + "scripts/src/core/GrimCore.res.mjs", "scripts/src/core/GrimCore.mjs", - "scripts/src/core/GrimCore.res.mjs" + "scripts/src/scripts/template/GrimTemplateEngine.res.mjs", + "scripts/src/scripts/template/GrimTemplateEngine.mjs" ], "frameworks": [], "relation": "InputBoundary->Cpu" diff --git a/scans/gsbot.json b/scans/gsbot.json index 479566b9..acc166ba 100644 --- a/scans/gsbot.json +++ b/scans/gsbot.json @@ -3,8 +3,8 @@ "program_path": "gsbot", "language": "rust", "frameworks": [ - "Networking", - "Database" + "Database", + "Networking" ], "weak_points": [ { @@ -40,66 +40,56 @@ }, "file_statistics": [ { - "file_path": "src/config.rs", - "lines": 119, + "file_path": "src/models.rs", + "lines": 209, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "src/services.rs", - "lines": 307, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 0, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/logging.rs", - "lines": 57, + "file_path": "src/commands/user_commands.rs", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/cache.rs", - "lines": 145, + "file_path": "src/services.rs", + "lines": 307, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, + "unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/db.rs", - "lines": 42, + "file_path": "src/config.rs", + "lines": 119, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 7, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/commands/user_commands.rs", - "lines": 171, + "file_path": "src/logging.rs", + "lines": 57, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -124,8 +114,18 @@ "threading_constructs": 0 }, { - "file_path": "src/models.rs", - "lines": 209, + "file_path": "src/db.rs", + "lines": 42, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "src/cache.rs", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -135,39 +135,39 @@ } ], "recommended_attacks": [ - "cpu", "memory", + "cpu", "disk" ], "dependency_graph": { "edges": [ { - "from": "src/config.rs", + "from": "src/models.rs", "to": "src/services.rs", "relation": "shared_dir:src", "weight": 1.0 }, { "from": "src/services.rs", - "to": "src/logging.rs", + "to": "src/config.rs", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/logging.rs", - "to": "src/cache.rs", + "from": "src/config.rs", + "to": "src/logging.rs", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/cache.rs", + "from": "src/logging.rs", "to": "src/db.rs", "relation": "shared_dir:src", "weight": 1.0 }, { "from": "src/db.rs", - "to": "src/models.rs", + "to": "src/cache.rs", "relation": "shared_dir:src", "weight": 1.0 }, @@ -178,73 +178,67 @@ "weight": 1.0 }, { - "from": "src/config.rs", - "to": "Networking", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "src/config.rs", + "from": "src/models.rs", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "src/services.rs", + "from": "src/models.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/services.rs", + "from": "src/commands/user_commands.rs", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "src/logging.rs", + "from": "src/commands/user_commands.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/logging.rs", + "from": "src/services.rs", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "src/cache.rs", + "from": "src/services.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/cache.rs", + "from": "src/config.rs", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "src/db.rs", + "from": "src/config.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/db.rs", + "from": "src/logging.rs", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/user_commands.rs", + "from": "src/logging.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/user_commands.rs", + "from": "src/bin/export_data.rs", "to": "Database", "relation": "framework", "weight": 1.0 @@ -256,7 +250,7 @@ "weight": 1.0 }, { - "from": "src/bin/export_data.rs", + "from": "src/bin/backup_db.rs", "to": "Database", "relation": "framework", "weight": 1.0 @@ -268,22 +262,28 @@ "weight": 1.0 }, { - "from": "src/bin/backup_db.rs", + "from": "src/db.rs", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "src/models.rs", + "from": "src/db.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/models.rs", + "from": "src/cache.rs", "to": "Database", "relation": "framework", "weight": 1.0 + }, + { + "from": "src/cache.rs", + "to": "Networking", + "relation": "framework", + "weight": 1.0 } ] }, @@ -297,8 +297,8 @@ "src/services.rs" ], "frameworks": [ - "Networking", - "Database" + "Database", + "Networking" ], "relation": "PanicPath->Memory" }, @@ -310,8 +310,8 @@ "src/services.rs" ], "frameworks": [ - "Networking", - "Database" + "Database", + "Networking" ], "relation": "PanicPath->Disk" } diff --git a/scans/gv-clade-index.json b/scans/gv-clade-index.json index bf5dd019..ba36c505 100644 --- a/scans/gv-clade-index.json +++ b/scans/gv-clade-index.json @@ -39,9 +39,9 @@ }, "file_statistics": [ { - "file_path": "verisim/schema/repo.vcl", - "lines": 120, - "unsafe_blocks": 2, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -49,78 +49,78 @@ "threading_constructs": 0 }, { - "file_path": "verisim/schema/feedback.vcl", - "lines": 39, - "unsafe_blocks": 2, + "file_path": ".machine_readable/scripts/forge/wiki-sync.sh", + "lines": 133, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "verisim/schema/forge-identity.vcl", - "lines": 32, - "unsafe_blocks": 1, + "file_path": "worker/test/worker.test.js", + "lines": 293, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "verisim/schema/lineage.vcl", - "lines": 37, + "file_path": "worker/src/index.js", + "lines": 394, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 313, + "file_path": "worker/src/verisim.js", + "lines": 346, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "sync/deploy-clade-a2ml.sh", - "lines": 262, + "file_path": "worker/src/http.js", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "sync/seed-verisim.sh", - "lines": 126, - "unsafe_blocks": 0, + "file_path": "verisim/schema/forge-identity.vcl", + "lines": 32, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/scripts/forge/wiki-sync.sh", - "lines": 133, - "unsafe_blocks": 0, + "file_path": "verisim/schema/feedback.vcl", + "lines": 39, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "verisim/schema/lineage.vcl", + "lines": 37, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -129,38 +129,38 @@ "threading_constructs": 0 }, { - "file_path": "worker/test/worker.test.js", - "lines": 293, - "unsafe_blocks": 0, + "file_path": "verisim/schema/repo.vcl", + "lines": 120, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "worker/src/index.js", - "lines": 394, + "file_path": "sync/deploy-clade-a2ml.sh", + "lines": 262, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "worker/src/verisim.js", - "lines": 346, + "file_path": "sync/seed-verisim.sh", + "lines": 126, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "worker/src/http.js", - "lines": 121, + "file_path": "setup.sh", + "lines": 313, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -170,29 +170,11 @@ } ], "recommended_attacks": [ - "cpu", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [ - { - "from": "verisim/schema/repo.vcl", - "to": "verisim/schema/feedback.vcl", - "relation": "shared_dir:verisim/schema", - "weight": 1.0 - }, - { - "from": "verisim/schema/feedback.vcl", - "to": "verisim/schema/forge-identity.vcl", - "relation": "shared_dir:verisim/schema", - "weight": 1.0 - }, - { - "from": "verisim/schema/forge-identity.vcl", - "to": "verisim/schema/lineage.vcl", - "relation": "shared_dir:verisim/schema", - "weight": 1.0 - }, { "from": "sync/deploy-clade-a2ml.sh", "to": "sync/seed-verisim.sh", @@ -210,6 +192,24 @@ "to": "worker/src/http.js", "relation": "shared_dir:worker/src", "weight": 1.0 + }, + { + "from": "verisim/schema/forge-identity.vcl", + "to": "verisim/schema/feedback.vcl", + "relation": "shared_dir:verisim/schema", + "weight": 1.0 + }, + { + "from": "verisim/schema/feedback.vcl", + "to": "verisim/schema/lineage.vcl", + "relation": "shared_dir:verisim/schema", + "weight": 1.0 + }, + { + "from": "verisim/schema/lineage.vcl", + "to": "verisim/schema/repo.vcl", + "relation": "shared_dir:verisim/schema", + "weight": 1.0 } ] }, diff --git a/scans/halideiser.json b/scans/halideiser.json index a95e606d..468b4cb3 100644 --- a/scans/halideiser.json +++ b/scans/halideiser.json @@ -5,26 +5,26 @@ "frameworks": [], "weak_points": [ { - "category": "PanicPath", - "location": "src/codegen/parser.rs", - "file": "src/codegen/parser.rs", + "category": "UnboundedAllocation", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/codegen/parser.rs", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", + "category": "PanicPath", + "location": "src/codegen/parser.rs", + "file": "src/codegen/parser.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/codegen/parser.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, @@ -49,18 +49,18 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "tests/integration_tests.rs", + "lines": 424, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/install-zig.sh", - "lines": 59, + "file_path": "tests/abi-gate.sh", + "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -68,6 +68,16 @@ "io_operations": 1, "threading_constructs": 0 }, + { + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 8, + "threading_constructs": 0 + }, { "file_path": "scripts/abi-ffi-gate.jl", "lines": 118, @@ -79,23 +89,23 @@ "threading_constructs": 0 }, { - "file_path": "tests/integration_tests.rs", - "lines": 424, + "file_path": "scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/abi-gate.sh", - "lines": 41, + "file_path": "src/manifest/mod.rs", + "lines": 378, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { @@ -129,16 +139,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 610, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/interface/abi/Halideiser/ABI/Foreign.idr", "lines": 350, @@ -150,20 +150,20 @@ "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 378, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 610, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", + "disk", "memory", - "disk" + "cpu" ], "dependency_graph": { "edges": [ @@ -174,8 +174,8 @@ "weight": 1.0 }, { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, @@ -195,25 +195,15 @@ }, "taint_matrix": { "rows": [ - { - "source_category": "PanicPath", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "src/codegen/parser.rs" - ], - "frameworks": [], - "relation": "PanicPath->Memory" - }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "PanicPath", @@ -227,13 +217,23 @@ }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" + }, + { + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "src/codegen/parser.rs" + ], + "frameworks": [], + "relation": "PanicPath->Memory" } ] } diff --git a/scans/hesiod-dns-map.json b/scans/hesiod-dns-map.json index 9c1f25a2..44fc590b 100644 --- a/scans/hesiod-dns-map.json +++ b/scans/hesiod-dns-map.json @@ -8,10 +8,10 @@ "weak_points": [ { "category": "UnboundedAllocation", - "location": "crates/hesinfo/src/main.rs", - "file": "crates/hesinfo/src/main.rs", + "location": "crates/hesiod-lib/src/config.rs", + "file": "crates/hesiod-lib/src/config.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/hesinfo/src/main.rs", + "description": "Potential unbounded allocation pattern detected in crates/hesiod-lib/src/config.rs", "recommended_attack": [ "memory", "cpu" @@ -20,10 +20,10 @@ }, { "category": "UnboundedAllocation", - "location": "crates/hesiod-lib/src/config.rs", - "file": "crates/hesiod-lib/src/config.rs", + "location": "crates/hesinfo/src/main.rs", + "file": "crates/hesinfo/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/hesiod-lib/src/config.rs", + "description": "Potential unbounded allocation pattern detected in crates/hesinfo/src/main.rs", "recommended_attack": [ "memory", "cpu" @@ -51,34 +51,34 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/hesinfo/src/main.rs", - "lines": 271, + "file_path": "crates/hesiod-lib/src/server.rs", + "lines": 203, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 4 }, { - "file_path": "crates/hesiod-lib/src/config.rs", - "lines": 137, + "file_path": "crates/hesiod-lib/src/records.rs", + "lines": 386, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { @@ -92,24 +92,24 @@ "threading_constructs": 2 }, { - "file_path": "crates/hesiod-lib/src/server.rs", - "lines": 203, + "file_path": "crates/hesiod-lib/src/config.rs", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 4 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "crates/hesiod-lib/src/records.rs", - "lines": 386, + "file_path": "crates/hesinfo/src/main.rs", + "lines": 271, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -123,56 +123,56 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", - "cpu", "concurrency", - "disk" + "disk", + "memory", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "crates/hesiod-lib/src/config.rs", - "to": "crates/hesiod-lib/src/health.rs", + "from": "crates/hesiod-lib/src/server.rs", + "to": "crates/hesiod-lib/src/records.rs", "relation": "shared_dir:crates/hesiod-lib/src", "weight": 1.0 }, { - "from": "crates/hesiod-lib/src/health.rs", - "to": "crates/hesiod-lib/src/server.rs", + "from": "crates/hesiod-lib/src/records.rs", + "to": "crates/hesiod-lib/src/health.rs", "relation": "shared_dir:crates/hesiod-lib/src", "weight": 1.0 }, { - "from": "crates/hesiod-lib/src/server.rs", - "to": "crates/hesiod-lib/src/records.rs", + "from": "crates/hesiod-lib/src/health.rs", + "to": "crates/hesiod-lib/src/config.rs", "relation": "shared_dir:crates/hesiod-lib/src", "weight": 1.0 }, { - "from": "setup.sh", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/hesinfo/src/main.rs", + "from": "crates/hesiod-lib/src/server.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 8.0 }, { - "from": "crates/hesiod-lib/src/config.rs", + "from": "crates/hesiod-lib/src/records.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -184,13 +184,13 @@ "weight": 4.0 }, { - "from": "crates/hesiod-lib/src/server.rs", + "from": "crates/hesiod-lib/src/config.rs", "to": "Networking", "relation": "framework", - "weight": 8.0 + "weight": 1.0 }, { - "from": "crates/hesiod-lib/src/records.rs", + "from": "crates/hesinfo/src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -202,7 +202,7 @@ "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "setup.sh", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -216,8 +216,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "crates/hesinfo/src/main.rs", - "crates/hesiod-lib/src/config.rs" + "crates/hesiod-lib/src/config.rs", + "crates/hesinfo/src/main.rs" ], "frameworks": [ "Networking" @@ -229,8 +229,8 @@ "sink_axis": "memory", "severity_value": 2.5, "files": [ - "crates/hesinfo/src/main.rs", - "crates/hesiod-lib/src/config.rs" + "crates/hesiod-lib/src/config.rs", + "crates/hesinfo/src/main.rs" ], "frameworks": [ "Networking" diff --git a/scans/heterogenous-mobile-computing.json b/scans/heterogenous-mobile-computing.json index efb16a9f..1c1f1082 100644 --- a/scans/heterogenous-mobile-computing.json +++ b/scans/heterogenous-mobile-computing.json @@ -62,23 +62,22 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "src/context.rs", + "lines": 395, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/mlp.rs", - "lines": 176, + "file_path": "src/training.rs", + "lines": 532, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, + "allocation_sites": 24, "io_operations": 0, "threading_constructs": 0 }, @@ -103,12 +102,13 @@ "threading_constructs": 0 }, { - "file_path": "src/training.rs", - "lines": 532, + "file_path": "src/mlp.rs", + "lines": 176, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 24, + "safe_unwrap_calls": 2, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, @@ -123,25 +123,31 @@ "threading_constructs": 0 }, { - "file_path": "src/context.rs", - "lines": 395, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ + "cpu", "memory", - "disk", - "cpu" + "disk" ], "dependency_graph": { "edges": [ { - "from": "src/mlp.rs", + "from": "src/context.rs", + "to": "src/training.rs", + "relation": "shared_dir:src", + "weight": 1.0 + }, + { + "from": "src/training.rs", "to": "src/main.rs", "relation": "shared_dir:src", "weight": 1.0 @@ -154,22 +160,16 @@ }, { "from": "src/persistence.rs", - "to": "src/training.rs", + "to": "src/mlp.rs", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/training.rs", + "from": "src/mlp.rs", "to": "src/types.rs", "relation": "shared_dir:src", "weight": 1.0 }, - { - "from": "src/types.rs", - "to": "src/context.rs", - "relation": "shared_dir:src", - "weight": 1.0 - }, { "from": "tests/smoke_test.rs", "to": "Networking", @@ -183,25 +183,25 @@ "weight": 1.0 }, { - "from": "setup.sh", + "from": "src/context.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "src/context.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/mlp.rs", + "from": "src/training.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/mlp.rs", + "from": "src/training.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 @@ -231,13 +231,13 @@ "weight": 8.0 }, { - "from": "src/training.rs", + "from": "src/mlp.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/training.rs", + "from": "src/mlp.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 @@ -255,13 +255,13 @@ "weight": 1.0 }, { - "from": "src/context.rs", + "from": "setup.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/context.rs", + "from": "setup.sh", "to": "Concurrent", "relation": "framework", "weight": 1.0 @@ -272,7 +272,7 @@ "rows": [ { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/persistence.rs", @@ -282,11 +282,11 @@ "Networking", "Concurrent" ], - "relation": "PanicPath->Disk" + "relation": "PanicPath->Memory" }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "src/persistence.rs", @@ -296,7 +296,7 @@ "Networking", "Concurrent" ], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" } ] } diff --git a/scans/hotchocolabot.json b/scans/hotchocolabot.json index 5a3adea4..31cf96f3 100644 --- a/scans/hotchocolabot.json +++ b/scans/hotchocolabot.json @@ -59,55 +59,55 @@ "threading_constructs": 0 }, { - "file_path": "src/hardware/display.rs", - "lines": 192, + "file_path": "src/hardware/mock.rs", + "lines": 307, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 0, + "safe_unwrap_calls": 17, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "src/hardware/sensor.rs", - "lines": 135, + "file_path": "src/hardware/display.rs", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "safe_unwrap_calls": 2, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "src/hardware/mock.rs", - "lines": 307, + "file_path": "src/hardware/sensor.rs", + "lines": 135, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 17, - "allocation_sites": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 } ], "recommended_attacks": [ - "disk", "memory", - "cpu" + "cpu", + "disk" ], "dependency_graph": { "edges": [ { - "from": "src/hardware/display.rs", - "to": "src/hardware/sensor.rs", + "from": "src/hardware/mock.rs", + "to": "src/hardware/display.rs", "relation": "shared_dir:src/hardware", "weight": 1.0 }, { - "from": "src/hardware/sensor.rs", - "to": "src/hardware/mock.rs", + "from": "src/hardware/display.rs", + "to": "src/hardware/sensor.rs", "relation": "shared_dir:src/hardware", "weight": 1.0 }, @@ -124,19 +124,19 @@ "weight": 1.0 }, { - "from": "src/hardware/display.rs", + "from": "src/hardware/mock.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "src/hardware/sensor.rs", + "from": "src/hardware/display.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "src/hardware/mock.rs", + "from": "src/hardware/sensor.rs", "to": "Networking", "relation": "framework", "weight": 2.0 @@ -147,7 +147,7 @@ "rows": [ { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ "src/config/mod.rs" @@ -155,11 +155,11 @@ "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/config/mod.rs" @@ -167,7 +167,7 @@ "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" } ] } diff --git a/scans/hpm-crypto-rsr.json b/scans/hpm-crypto-rsr.json index d884b56a..1a52a87d 100644 --- a/scans/hpm-crypto-rsr.json +++ b/scans/hpm-crypto-rsr.json @@ -15,20 +15,20 @@ }, "file_statistics": [ { - "file_path": "src/abi/Foreign.idr", - "lines": 165, - "unsafe_blocks": 5, - "panic_sites": 0, + "file_path": "ffi/zig/src/main.zig", + "lines": 872, + "unsafe_blocks": 0, + "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 872, - "unsafe_blocks": 0, - "panic_sites": 1, + "file_path": "src/abi/Foreign.idr", + "lines": 165, + "unsafe_blocks": 5, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, diff --git a/scans/hpm-github-api-rsr.json b/scans/hpm-github-api-rsr.json index a523f53e..e3bd7846 100644 --- a/scans/hpm-github-api-rsr.json +++ b/scans/hpm-github-api-rsr.json @@ -14,16 +14,6 @@ "threading_constructs": 0 }, "file_statistics": [ - { - "file_path": "src/abi/Foreign.idr", - "lines": 168, - "unsafe_blocks": 12, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "ffi/zig/src/main.zig", "lines": 804, @@ -33,6 +23,16 @@ "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 + }, + { + "file_path": "src/abi/Foreign.idr", + "lines": 168, + "unsafe_blocks": 12, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 } ], "recommended_attacks": [ diff --git a/scans/hpm-http-client-rsr.json b/scans/hpm-http-client-rsr.json index a0f313cc..5d755062 100644 --- a/scans/hpm-http-client-rsr.json +++ b/scans/hpm-http-client-rsr.json @@ -14,16 +14,6 @@ "threading_constructs": 8 }, "file_statistics": [ - { - "file_path": "src/abi/Foreign.idr", - "lines": 110, - "unsafe_blocks": 6, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "ffi/zig/src/main.zig", "lines": 467, @@ -33,6 +23,16 @@ "allocation_sites": 2, "io_operations": 0, "threading_constructs": 8 + }, + { + "file_path": "src/abi/Foreign.idr", + "lines": 110, + "unsafe_blocks": 6, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 } ], "recommended_attacks": [ diff --git a/scans/hpm-json-rsr.json b/scans/hpm-json-rsr.json index 45395181..cef1ce51 100644 --- a/scans/hpm-json-rsr.json +++ b/scans/hpm-json-rsr.json @@ -15,22 +15,22 @@ }, "file_statistics": [ { - "file_path": "src/abi/Foreign.idr", - "lines": 116, - "unsafe_blocks": 11, + "file_path": "ffi/zig/src/main.zig", + "lines": 439, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 439, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 116, + "unsafe_blocks": 11, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 } diff --git a/scans/http-capability-gateway.json b/scans/http-capability-gateway.json index 23de6365..0266020f 100644 --- a/scans/http-capability-gateway.json +++ b/scans/http-capability-gateway.json @@ -20,10 +20,10 @@ }, { "category": "MutationGap", - "location": "test/policy_validator_test.exs", - "file": "test/policy_validator_test.exs", + "location": "test/benchmark_test.exs", + "file": "test/benchmark_test.exs", "severity": "Low", - "description": "Elixir test file test/policy_validator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/benchmark_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -31,10 +31,10 @@ }, { "category": "MutationGap", - "location": "test/http_capability_gateway_test.exs", - "file": "test/http_capability_gateway_test.exs", + "location": "test/gateway_test.exs", + "file": "test/gateway_test.exs", "severity": "Low", - "description": "Elixir test file test/http_capability_gateway_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/gateway_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -51,6 +51,17 @@ ], "test_context": "test_only" }, + { + "category": "MutationGap", + "location": "test/policy_compiler_test.exs", + "file": "test/policy_compiler_test.exs", + "severity": "Low", + "description": "Elixir test file test/policy_compiler_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, { "category": "MutationGap", "location": "test/e2e_test.exs", @@ -64,48 +75,48 @@ }, { "category": "MutationGap", - "location": "test/e2e_boj_integration_test.exs", - "file": "test/e2e_boj_integration_test.exs", + "location": "test/gateway_audit_paths_test.exs", + "file": "test/gateway_audit_paths_test.exs", "severity": "Low", - "description": "Elixir test file test/e2e_boj_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/gateway_audit_paths_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/forged_trust_e2e_test.exs", - "file": "test/forged_trust_e2e_test.exs", + "location": "test/e2e_boj_integration_test.exs", + "file": "test/e2e_boj_integration_test.exs", "severity": "Low", - "description": "Elixir test file test/forged_trust_e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/e2e_boj_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/performance_test.exs", - "file": "test/performance_test.exs", + "location": "test/http_capability_gateway_test.exs", + "file": "test/http_capability_gateway_test.exs", "severity": "Low", - "description": "Elixir test file test/performance_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/http_capability_gateway_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/security_test.exs", - "file": "test/security_test.exs", + "location": "test/mtls_test.exs", + "file": "test/mtls_test.exs", "severity": "Low", - "description": "Elixir test file test/security_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/mtls_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { @@ -121,10 +132,10 @@ }, { "category": "MutationGap", - "location": "test/proxy_wire_test.exs", - "file": "test/proxy_wire_test.exs", + "location": "test/strict_policy_test.exs", + "file": "test/strict_policy_test.exs", "severity": "Low", - "description": "Elixir test file test/proxy_wire_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/strict_policy_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -132,10 +143,10 @@ }, { "category": "MutationGap", - "location": "test/policy_compiler_test.exs", - "file": "test/policy_compiler_test.exs", + "location": "test/forged_trust_e2e_test.exs", + "file": "test/forged_trust_e2e_test.exs", "severity": "Low", - "description": "Elixir test file test/policy_compiler_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/forged_trust_e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -143,10 +154,10 @@ }, { "category": "MutationGap", - "location": "test/concurrency_test.exs", - "file": "test/concurrency_test.exs", + "location": "test/performance_test.exs", + "file": "test/performance_test.exs", "severity": "Low", - "description": "Elixir test file test/concurrency_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/performance_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -155,13 +166,14 @@ }, { "category": "MutationGap", - "location": "test/gateway_audit_paths_test.exs", - "file": "test/gateway_audit_paths_test.exs", + "location": "test/policy_loader_test.exs", + "file": "test/policy_loader_test.exs", "severity": "Low", - "description": "Elixir test file test/gateway_audit_paths_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/policy_loader_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { @@ -177,33 +189,21 @@ }, { "category": "MutationGap", - "location": "test/gateway_test.exs", - "file": "test/gateway_test.exs", - "severity": "Low", - "description": "Elixir test file test/gateway_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "test/mtls_test.exs", - "file": "test/mtls_test.exs", + "location": "test/security_test.exs", + "file": "test/security_test.exs", "severity": "Low", - "description": "Elixir test file test/mtls_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/security_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/k9_contract_test.exs", - "file": "test/k9_contract_test.exs", + "location": "test/proxy_wire_test.exs", + "file": "test/proxy_wire_test.exs", "severity": "Low", - "description": "Elixir test file test/k9_contract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/proxy_wire_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -211,33 +211,33 @@ }, { "category": "MutationGap", - "location": "test/benchmark_test.exs", - "file": "test/benchmark_test.exs", + "location": "test/concurrency_test.exs", + "file": "test/concurrency_test.exs", "severity": "Low", - "description": "Elixir test file test/benchmark_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/concurrency_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/policy_loader_test.exs", - "file": "test/policy_loader_test.exs", + "location": "test/k9_contract_test.exs", + "file": "test/k9_contract_test.exs", "severity": "Low", - "description": "Elixir test file test/policy_loader_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/k9_contract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/strict_policy_test.exs", - "file": "test/strict_policy_test.exs", + "location": "test/policy_validator_test.exs", + "file": "test/policy_validator_test.exs", "severity": "Low", - "description": "Elixir test file test/strict_policy_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/policy_validator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -255,53 +255,53 @@ }, "file_statistics": [ { - "file_path": "bench/gateway_latency.exs", - "lines": 443, + "file_path": "lib/http_capability_gateway/k9_contract.ex", + "lines": 930, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "bench/rebaseline.exs", - "lines": 183, + "file_path": "lib/http_capability_gateway/verisimdb.ex", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "allocation_sites": 1, + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "bench/compare.exs", - "lines": 191, + "file_path": "lib/http_capability_gateway/application.ex", + "lines": 330, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "lib/http_capability_gateway/policy_loader.ex", - "lines": 175, + "file_path": "lib/http_capability_gateway/proxy.ex", + "lines": 308, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "lib/http_capability_gateway/verisimdb.ex", - "lines": 182, + "file_path": "lib/http_capability_gateway/minikaran.ex", + "lines": 1015, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 1, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 1 }, { @@ -315,14 +315,14 @@ "threading_constructs": 0 }, { - "file_path": "lib/http_capability_gateway/policy_compiler.ex", - "lines": 495, + "file_path": "lib/http_capability_gateway/circuit_breaker.ex", + "lines": 739, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { "file_path": "lib/http_capability_gateway/graphql_handler.ex", @@ -335,48 +335,58 @@ "threading_constructs": 0 }, { - "file_path": "lib/http_capability_gateway/k9_contract.ex", - "lines": 930, + "file_path": "lib/http_capability_gateway/policy_compiler.ex", + "lines": 495, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "lib/http_capability_gateway/proxy.ex", - "lines": 308, + "file_path": "lib/http_capability_gateway/policy_loader.ex", + "lines": 175, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "lib/http_capability_gateway/application.ex", - "lines": 330, + "file_path": "ffi/zig/graphql/parser.zig", + "lines": 224, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "lib/http_capability_gateway/minikaran.ex", - "lines": 1015, + "file_path": "ffi/zig/src/main.zig", + "lines": 826, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 3, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 7 }, { - "file_path": "lib/http_capability_gateway/circuit_breaker.ex", - "lines": 739, + "file_path": "ffi/zig/grpc/parser.zig", + "lines": 207, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "test/e2e_boj_integration_test.exs", + "lines": 320, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -384,6 +394,16 @@ "io_operations": 0, "threading_constructs": 1 }, + { + "file_path": "test/mtls_test.exs", + "lines": 92, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, { "file_path": "test/fixtures/mtls/gen-test-ca.sh", "lines": 63, @@ -405,24 +425,24 @@ "threading_constructs": 1 }, { - "file_path": "test/e2e_boj_integration_test.exs", - "lines": 320, + "file_path": "test/performance_test.exs", + "lines": 210, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "test/performance_test.exs", - "lines": 210, + "file_path": "test/policy_loader_test.exs", + "lines": 292, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { "file_path": "test/concurrency_test.exs", @@ -435,28 +455,28 @@ "threading_constructs": 7 }, { - "file_path": "test/mtls_test.exs", - "lines": 92, + "file_path": "bench/gateway_latency.exs", + "lines": 443, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "test/policy_loader_test.exs", - "lines": 292, + "file_path": "bench/rebaseline.exs", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 111, + "file_path": "bench/compare.exs", + "lines": 191, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -485,214 +505,218 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/grpc/parser.zig", - "lines": 207, + "file_path": "setup.sh", + "lines": 111, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "ffi/zig/graphql/parser.zig", - "lines": 224, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 - }, - { - "file_path": "ffi/zig/src/main.zig", - "lines": 826, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 0, - "threading_constructs": 7 } ], "recommended_attacks": [ - "concurrency", - "memory", + "disk", "cpu", - "disk" + "memory", + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "bench/gateway_latency.exs", - "to": "bench/rebaseline.exs", - "relation": "shared_dir:bench", + "from": "test/e2e_boj_integration_test.exs", + "to": "test/mtls_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "bench/rebaseline.exs", - "to": "bench/compare.exs", - "relation": "shared_dir:bench", + "from": "test/mtls_test.exs", + "to": "test/test_helper.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { "from": "test/test_helper.exs", - "to": "test/e2e_boj_integration_test.exs", + "to": "test/performance_test.exs", "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "test/e2e_boj_integration_test.exs", - "to": "test/performance_test.exs", + "from": "test/performance_test.exs", + "to": "test/policy_loader_test.exs", "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "test/performance_test.exs", + "from": "test/policy_loader_test.exs", "to": "test/concurrency_test.exs", "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "test/concurrency_test.exs", - "to": "test/mtls_test.exs", - "relation": "shared_dir:test", + "from": "bench/gateway_latency.exs", + "to": "bench/rebaseline.exs", + "relation": "shared_dir:bench", "weight": 1.0 }, { - "from": "test/mtls_test.exs", - "to": "test/policy_loader_test.exs", - "relation": "shared_dir:test", + "from": "bench/rebaseline.exs", + "to": "bench/compare.exs", + "relation": "shared_dir:bench", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/policy_loader.ex", + "from": "src/abi/HttpServer.idr", + "to": "src/abi/Types.idr", + "relation": "shared_dir:src/abi", + "weight": 1.0 + }, + { + "from": "lib/http_capability_gateway/k9_contract.ex", "to": "lib/http_capability_gateway/verisimdb.ex", "relation": "shared_dir:lib/http_capability_gateway", "weight": 1.0 }, { "from": "lib/http_capability_gateway/verisimdb.ex", - "to": "lib/http_capability_gateway/rate_limiter.ex", + "to": "lib/http_capability_gateway/application.ex", "relation": "shared_dir:lib/http_capability_gateway", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/rate_limiter.ex", - "to": "lib/http_capability_gateway/policy_compiler.ex", + "from": "lib/http_capability_gateway/application.ex", + "to": "lib/http_capability_gateway/proxy.ex", "relation": "shared_dir:lib/http_capability_gateway", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/policy_compiler.ex", - "to": "lib/http_capability_gateway/graphql_handler.ex", + "from": "lib/http_capability_gateway/proxy.ex", + "to": "lib/http_capability_gateway/minikaran.ex", "relation": "shared_dir:lib/http_capability_gateway", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/graphql_handler.ex", - "to": "lib/http_capability_gateway/k9_contract.ex", + "from": "lib/http_capability_gateway/minikaran.ex", + "to": "lib/http_capability_gateway/rate_limiter.ex", "relation": "shared_dir:lib/http_capability_gateway", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/k9_contract.ex", - "to": "lib/http_capability_gateway/proxy.ex", + "from": "lib/http_capability_gateway/rate_limiter.ex", + "to": "lib/http_capability_gateway/circuit_breaker.ex", "relation": "shared_dir:lib/http_capability_gateway", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/proxy.ex", - "to": "lib/http_capability_gateway/application.ex", + "from": "lib/http_capability_gateway/circuit_breaker.ex", + "to": "lib/http_capability_gateway/graphql_handler.ex", "relation": "shared_dir:lib/http_capability_gateway", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/application.ex", - "to": "lib/http_capability_gateway/minikaran.ex", + "from": "lib/http_capability_gateway/graphql_handler.ex", + "to": "lib/http_capability_gateway/policy_compiler.ex", "relation": "shared_dir:lib/http_capability_gateway", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/minikaran.ex", - "to": "lib/http_capability_gateway/circuit_breaker.ex", + "from": "lib/http_capability_gateway/policy_compiler.ex", + "to": "lib/http_capability_gateway/policy_loader.ex", "relation": "shared_dir:lib/http_capability_gateway", "weight": 1.0 }, { - "from": "src/abi/HttpServer.idr", - "to": "src/abi/Types.idr", - "relation": "shared_dir:src/abi", + "from": "lib/http_capability_gateway/k9_contract.ex", + "to": "OTP", + "relation": "framework", "weight": 1.0 }, { - "from": "bench/gateway_latency.exs", + "from": "lib/http_capability_gateway/k9_contract.ex", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "lib/http_capability_gateway/verisimdb.ex", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "bench/gateway_latency.exs", + "from": "lib/http_capability_gateway/verisimdb.ex", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "bench/rebaseline.exs", + "from": "lib/http_capability_gateway/application.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "bench/rebaseline.exs", + "from": "lib/http_capability_gateway/application.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "bench/compare.exs", + "from": "lib/http_capability_gateway/proxy.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "bench/compare.exs", + "from": "lib/http_capability_gateway/proxy.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/policy_loader.ex", + "from": "lib/http_capability_gateway/minikaran.ex", + "to": "OTP", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "lib/http_capability_gateway/minikaran.ex", + "to": "WebServer", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "lib/http_capability_gateway/rate_limiter.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/policy_loader.ex", + "from": "lib/http_capability_gateway/rate_limiter.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/verisimdb.ex", + "from": "lib/http_capability_gateway/circuit_breaker.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "lib/http_capability_gateway/verisimdb.ex", + "from": "lib/http_capability_gateway/circuit_breaker.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "lib/http_capability_gateway/rate_limiter.ex", + "from": "lib/http_capability_gateway/graphql_handler.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/rate_limiter.ex", + "from": "lib/http_capability_gateway/graphql_handler.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -710,76 +734,76 @@ "weight": 1.0 }, { - "from": "lib/http_capability_gateway/graphql_handler.ex", + "from": "lib/http_capability_gateway/policy_loader.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/graphql_handler.ex", + "from": "lib/http_capability_gateway/policy_loader.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/k9_contract.ex", + "from": "ffi/zig/graphql/parser.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/k9_contract.ex", + "from": "ffi/zig/graphql/parser.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/proxy.ex", + "from": "ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 14.0 }, { - "from": "lib/http_capability_gateway/proxy.ex", + "from": "ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 14.0 }, { - "from": "lib/http_capability_gateway/application.ex", + "from": "ffi/zig/grpc/parser.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/application.ex", + "from": "ffi/zig/grpc/parser.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/http_capability_gateway/minikaran.ex", + "from": "test/e2e_boj_integration_test.exs", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "lib/http_capability_gateway/minikaran.ex", + "from": "test/e2e_boj_integration_test.exs", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "lib/http_capability_gateway/circuit_breaker.ex", + "from": "test/mtls_test.exs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/http_capability_gateway/circuit_breaker.ex", + "from": "test/mtls_test.exs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { "from": "test/fixtures/mtls/gen-test-ca.sh", @@ -806,28 +830,28 @@ "weight": 2.0 }, { - "from": "test/e2e_boj_integration_test.exs", + "from": "test/performance_test.exs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "test/e2e_boj_integration_test.exs", + "from": "test/performance_test.exs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "test/performance_test.exs", + "from": "test/policy_loader_test.exs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "test/performance_test.exs", + "from": "test/policy_loader_test.exs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { "from": "test/concurrency_test.exs", @@ -842,37 +866,37 @@ "weight": 14.0 }, { - "from": "test/mtls_test.exs", + "from": "bench/gateway_latency.exs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "test/mtls_test.exs", + "from": "bench/gateway_latency.exs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "test/policy_loader_test.exs", + "from": "bench/rebaseline.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/policy_loader_test.exs", + "from": "bench/rebaseline.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "bench/compare.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "bench/compare.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -902,89 +926,65 @@ "weight": 3.0 }, { - "from": "ffi/zig/grpc/parser.zig", - "to": "OTP", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "ffi/zig/grpc/parser.zig", - "to": "WebServer", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "ffi/zig/graphql/parser.zig", + "from": "setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/graphql/parser.zig", + "from": "setup.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 - }, - { - "from": "ffi/zig/src/main.zig", - "to": "OTP", - "relation": "framework", - "weight": 14.0 - }, - { - "from": "ffi/zig/src/main.zig", - "to": "WebServer", - "relation": "framework", - "weight": 14.0 } ] }, "taint_matrix": { "rows": [ - { - "source_category": "AtomExhaustion", - "sink_axis": "memory", - "severity_value": 3.5, - "files": [ - "lib/http_capability_gateway/policy_compiler.ex" - ], - "frameworks": [ - "OTP", - "WebServer" - ], - "relation": "AtomExhaustion->Memory" - }, { "source_category": "MutationGap", "sink_axis": "cpu", "severity_value": 1.0, "files": [ - "test/policy_validator_test.exs", - "test/http_capability_gateway_test.exs", + "test/benchmark_test.exs", + "test/gateway_test.exs", "test/egress_policy_test.exs", + "test/policy_compiler_test.exs", "test/e2e_test.exs", + "test/gateway_audit_paths_test.exs", "test/e2e_boj_integration_test.exs", + "test/http_capability_gateway_test.exs", + "test/mtls_test.exs", + "test/circuit_breaker_test.exs", + "test/strict_policy_test.exs", "test/forged_trust_e2e_test.exs", "test/performance_test.exs", + "test/policy_loader_test.exs", + "test/policy_capability_test.exs", "test/security_test.exs", - "test/circuit_breaker_test.exs", "test/proxy_wire_test.exs", - "test/policy_compiler_test.exs", "test/concurrency_test.exs", - "test/gateway_audit_paths_test.exs", - "test/policy_capability_test.exs", - "test/gateway_test.exs", - "test/mtls_test.exs", "test/k9_contract_test.exs", - "test/benchmark_test.exs", - "test/policy_loader_test.exs", - "test/strict_policy_test.exs" + "test/policy_validator_test.exs" ], "frameworks": [ "OTP", "WebServer" ], "relation": "MutationGap->Cpu" + }, + { + "source_category": "AtomExhaustion", + "sink_axis": "memory", + "severity_value": 3.5, + "files": [ + "lib/http_capability_gateway/policy_compiler.ex" + ], + "frameworks": [ + "OTP", + "WebServer" + ], + "relation": "AtomExhaustion->Memory" } ] } diff --git a/scans/hybrid-automation-router.json b/scans/hybrid-automation-router.json index d718a38a..28713844 100644 --- a/scans/hybrid-automation-router.json +++ b/scans/hybrid-automation-router.json @@ -6,6 +6,18 @@ "Networking" ], "weak_points": [ + { + "category": "UnboundedAllocation", + "location": "crates/har-config/src/loader.rs", + "file": "crates/har-config/src/loader.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in crates/har-config/src/loader.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, { "category": "PanicPath", "location": "crates/har-meta/src/graph.rs", @@ -20,10 +32,10 @@ }, { "category": "UnboundedAllocation", - "location": "crates/har-config/src/loader.rs", - "file": "crates/har-config/src/loader.rs", + "location": "crates/har-dispatch/src/lib.rs", + "file": "crates/har-dispatch/src/lib.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/har-config/src/loader.rs", + "description": "Potential unbounded allocation pattern detected in crates/har-dispatch/src/lib.rs", "recommended_attack": [ "memory", "cpu" @@ -32,10 +44,10 @@ }, { "category": "PanicPath", - "location": "crates/har-metrics/src/lib.rs", - "file": "crates/har-metrics/src/lib.rs", + "location": "crates/har-dispatch/src/lib.rs", + "file": "crates/har-dispatch/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 12 unwrap/expect calls in crates/har-metrics/src/lib.rs", + "description": "0 panic sites and 3 unwrap/expect calls in crates/har-dispatch/src/lib.rs", "recommended_attack": [ "memory", "disk" @@ -44,34 +56,22 @@ }, { "category": "PanicPath", - "location": "crates/har-router/src/lib.rs", - "file": "crates/har-router/src/lib.rs", + "location": "crates/har-metrics/src/lib.rs", + "file": "crates/har-metrics/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in crates/har-router/src/lib.rs", + "description": "0 panic sites and 12 unwrap/expect calls in crates/har-metrics/src/lib.rs", "recommended_attack": [ "memory", "disk" ], "test_context": "production" }, - { - "category": "UnboundedAllocation", - "location": "crates/har-dispatch/src/lib.rs", - "file": "crates/har-dispatch/src/lib.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/har-dispatch/src/lib.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, { "category": "PanicPath", - "location": "crates/har-dispatch/src/lib.rs", - "file": "crates/har-dispatch/src/lib.rs", + "location": "crates/har-router/src/lib.rs", + "file": "crates/har-router/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in crates/har-dispatch/src/lib.rs", + "description": "0 panic sites and 2 unwrap/expect calls in crates/har-router/src/lib.rs", "recommended_attack": [ "memory", "disk" @@ -109,128 +109,116 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "crates/har-core/tests/smoke_test.rs", + "lines": 29, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/har-meta/src/a2ml.rs", - "lines": 583, + "file_path": "crates/har-core/src/route.rs", + "lines": 176, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 24, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/har-meta/src/graph.rs", - "lines": 407, + "file_path": "crates/har-core/src/event.rs", + "lines": 229, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, + "unwrap_calls": 0, "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/har-install/src/mapping.rs", - "lines": 247, + "file_path": "crates/har-core/src/error.rs", + "lines": 37, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/har-install/src/capture.rs", - "lines": 278, + "file_path": "crates/har-core/src/target.rs", + "lines": 206, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 14, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/har-config/src/loader.rs", - "lines": 336, + "file_path": "crates/har-cli/src/main.rs", + "lines": 668, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 8, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/har-health/src/lib.rs", - "lines": 339, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "crates/har-core/tests/smoke_test.rs", - "lines": 29, + "file_path": "crates/har-config/src/loader.rs", + "lines": 336, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/har-core/src/event.rs", - "lines": 229, + "file_path": "crates/har-meta/src/graph.rs", + "lines": 407, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 3, "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/har-core/src/error.rs", - "lines": 37, + "file_path": "crates/har-meta/src/a2ml.rs", + "lines": 583, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 24, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/har-core/src/route.rs", - "lines": 176, + "file_path": "crates/har-dispatch/tests/dispatch_props.rs", + "lines": 124, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "crates/har-core/src/target.rs", - "lines": 206, + "file_path": "crates/har-dispatch/src/lib.rs", + "lines": 911, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 + "unwrap_calls": 3, + "safe_unwrap_calls": 4, + "allocation_sites": 12, + "io_operations": 6, + "threading_constructs": 2 }, { "file_path": "crates/har-metrics/src/lib.rs", @@ -243,14 +231,15 @@ "threading_constructs": 2 }, { - "file_path": "crates/har-cli/src/main.rs", - "lines": 668, + "file_path": "crates/har-health/src/lib.rs", + "lines": 339, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 2, - "threading_constructs": 0 + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 2 }, { "file_path": "crates/har-router/tests/routing_props.rs", @@ -274,25 +263,26 @@ "threading_constructs": 1 }, { - "file_path": "crates/har-dispatch/tests/dispatch_props.rs", - "lines": 124, + "file_path": "crates/har-install/src/mapping.rs", + "lines": 247, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "crates/har-dispatch/src/lib.rs", - "lines": 911, + "file_path": "crates/har-install/src/capture.rs", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 4, - "allocation_sites": 12, - "io_operations": 6, - "threading_constructs": 2 + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 14, + "threading_constructs": 0 }, { "file_path": "ffi/zig/src/main.zig", @@ -303,6 +293,16 @@ "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 278, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 } ], "recommended_attacks": [ @@ -313,6 +313,12 @@ ], "dependency_graph": { "edges": [ + { + "from": "crates/har-core/src/route.rs", + "to": "crates/har-core/src/event.rs", + "relation": "shared_dir:crates/har-core/src", + "weight": 1.0 + }, { "from": "crates/har-core/src/event.rs", "to": "crates/har-core/src/error.rs", @@ -321,14 +327,14 @@ }, { "from": "crates/har-core/src/error.rs", - "to": "crates/har-core/src/route.rs", + "to": "crates/har-core/src/target.rs", "relation": "shared_dir:crates/har-core/src", "weight": 1.0 }, { - "from": "crates/har-core/src/route.rs", - "to": "crates/har-core/src/target.rs", - "relation": "shared_dir:crates/har-core/src", + "from": "crates/har-meta/src/graph.rs", + "to": "crates/har-meta/src/a2ml.rs", + "relation": "shared_dir:crates/har-meta/src", "weight": 1.0 }, { @@ -337,12 +343,6 @@ "relation": "shared_dir:crates/har-install/src", "weight": 1.0 }, - { - "from": "crates/har-meta/src/a2ml.rs", - "to": "crates/har-meta/src/graph.rs", - "relation": "shared_dir:crates/har-meta/src", - "weight": 1.0 - }, { "from": "tests/fixtures/bom-detection/test-linter.sh", "to": "Networking", @@ -350,76 +350,70 @@ "weight": 1.0 }, { - "from": "setup.sh", + "from": "crates/har-core/tests/smoke_test.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/har-meta/src/a2ml.rs", + "from": "crates/har-core/src/route.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/har-meta/src/graph.rs", - "to": "Networking", - "relation": "framework", - "weight": 3.0 - }, - { - "from": "crates/har-install/src/mapping.rs", + "from": "crates/har-core/src/event.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/har-install/src/capture.rs", + "from": "crates/har-core/src/error.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/har-config/src/loader.rs", + "from": "crates/har-core/src/target.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/har-health/src/lib.rs", + "from": "crates/har-cli/src/main.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "crates/har-core/tests/smoke_test.rs", + "from": "crates/har-config/src/loader.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/har-core/src/event.rs", + "from": "crates/har-meta/src/graph.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "crates/har-core/src/error.rs", + "from": "crates/har-meta/src/a2ml.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/har-core/src/route.rs", + "from": "crates/har-dispatch/tests/dispatch_props.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "crates/har-core/src/target.rs", + "from": "crates/har-dispatch/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 7.0 }, { "from": "crates/har-metrics/src/lib.rs", @@ -428,10 +422,10 @@ "weight": 16.0 }, { - "from": "crates/har-cli/src/main.rs", + "from": "crates/har-health/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { "from": "crates/har-router/tests/routing_props.rs", @@ -446,82 +440,88 @@ "weight": 4.0 }, { - "from": "crates/har-dispatch/tests/dispatch_props.rs", + "from": "crates/har-install/src/mapping.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/har-dispatch/src/lib.rs", + "from": "crates/har-install/src/capture.rs", "to": "Networking", "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { "from": "ffi/zig/src/main.zig", "to": "Networking", "relation": "framework", "weight": 1.0 + }, + { + "from": "setup.sh", + "to": "Networking", + "relation": "framework", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "crates/har-config/src/loader.rs", - "crates/har-dispatch/src/lib.rs" + "crates/har-meta/src/graph.rs", + "crates/har-dispatch/src/lib.rs", + "crates/har-metrics/src/lib.rs", + "crates/har-router/src/lib.rs" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "PanicPath->Disk" }, { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "crates/har-meta/src/graph.rs", - "crates/har-metrics/src/lib.rs", - "crates/har-router/src/lib.rs", + "crates/har-config/src/loader.rs", "crates/har-dispatch/src/lib.rs" ], "frameworks": [ "Networking" ], - "relation": "PanicPath->Disk" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "crates/har-meta/src/graph.rs", - "crates/har-metrics/src/lib.rs", - "crates/har-router/src/lib.rs", + "crates/har-config/src/loader.rs", "crates/har-dispatch/src/lib.rs" ], "frameworks": [ "Networking" ], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnboundedAllocation", + "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "crates/har-config/src/loader.rs", - "crates/har-dispatch/src/lib.rs" + "crates/har-meta/src/graph.rs", + "crates/har-dispatch/src/lib.rs", + "crates/har-metrics/src/lib.rs", + "crates/har-router/src/lib.rs" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Memory" } ] } diff --git a/scans/hypatia.json b/scans/hypatia.json index d0260f0e..0fc9b839 100644 --- a/scans/hypatia.json +++ b/scans/hypatia.json @@ -3,20 +3,56 @@ "program_path": "hypatia", "language": "elixir", "frameworks": [ - "MessageQueue", + "Cowboy", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], "weak_points": [ { "category": "CommandInjection", - "location": "lib/outcome_tracker.ex", - "file": "lib/outcome_tracker.ex", + "location": "hypatia-scanner-v2.sh", + "file": "hypatia-scanner-v2.sh", "severity": "Medium", - "description": "System command execution in lib/outcome_tracker.ex", + "description": "32 potentially unquoted variable expansions in hypatia-scanner-v2.sh", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, + { + "category": "HardcodedSecret", + "location": "hooks/lib/cache.sh", + "file": "hooks/lib/cache.sh", + "severity": "Critical", + "description": "Possible hardcoded secret in hooks/lib/cache.sh", + "recommended_attack": [ + "network" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "tests/e2e.sh", + "file": "tests/e2e.sh", + "severity": "Critical", + "description": "eval usage in tests/e2e.sh", + "recommended_attack": [ + "cpu", + "disk" + ], + "suppressed": true, + "test_context": "test_only" + }, + { + "category": "CommandInjection", + "location": "lib/tui/port.ex", + "file": "lib/tui/port.ex", + "severity": "Medium", + "description": "System command execution in lib/tui/port.ex", "recommended_attack": [ "cpu", "disk" @@ -36,13 +72,14 @@ "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "lib/hypatia/web/channels/dispatch_channel.ex", - "file": "lib/hypatia/web/channels/dispatch_channel.ex", + "category": "CommandInjection", + "location": "lib/hypatia/cli.ex", + "file": "lib/hypatia/cli.ex", "severity": "Medium", - "description": "Dynamic apply/3 in lib/hypatia/web/channels/dispatch_channel.ex", + "description": "System command execution in lib/hypatia/cli.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], "test_context": "production" }, @@ -59,14 +96,13 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "lib/hypatia/cli.ex", - "file": "lib/hypatia/cli.ex", + "category": "DynamicCodeExecution", + "location": "lib/hypatia/web/channels/dispatch_channel.ex", + "file": "lib/hypatia/web/channels/dispatch_channel.ex", "severity": "Medium", - "description": "System command execution in lib/hypatia/cli.ex", + "description": "Dynamic apply/3 in lib/hypatia/web/channels/dispatch_channel.ex", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], "test_context": "production" }, @@ -96,10 +132,10 @@ }, { "category": "CommandInjection", - "location": "lib/scorecard_reconciler.ex", - "file": "lib/scorecard_reconciler.ex", + "location": "lib/kin/coordinator.ex", + "file": "lib/kin/coordinator.ex", "severity": "Medium", - "description": "System command execution in lib/scorecard_reconciler.ex", + "description": "System command execution in lib/kin/coordinator.ex", "recommended_attack": [ "cpu", "disk" @@ -107,59 +143,77 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "lib/scorecard_ingestor.ex", - "file": "lib/scorecard_ingestor.ex", + "category": "DynamicCodeExecution", + "location": "lib/merge_orchestration/baton_emitter.ex", + "file": "lib/merge_orchestration/baton_emitter.ex", "severity": "Medium", - "description": "System command execution in lib/scorecard_ingestor.ex", + "description": "Dynamic apply/3 in lib/merge_orchestration/baton_emitter.ex", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "lib/rules/honest_completion.ex", - "file": "lib/rules/honest_completion.ex", + "category": "DynamicCodeExecution", + "location": "lib/merge_orchestration/kin_gate/file_store.ex", + "file": "lib/merge_orchestration/kin_gate/file_store.ex", "severity": "Medium", - "description": "System command execution in lib/rules/honest_completion.ex", + "description": "Dynamic apply/3 in lib/merge_orchestration/kin_gate/file_store.ex", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "lib/rules/supply_chain.ex", - "file": "lib/rules/supply_chain.ex", + "category": "DynamicCodeExecution", + "location": "lib/merge_orchestration/sensor.ex", + "file": "lib/merge_orchestration/sensor.ex", "severity": "Medium", - "description": "System command execution in lib/rules/supply_chain.ex", + "description": "Dynamic apply/3 in lib/merge_orchestration/sensor.ex", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "lib/rules/research_extensions.ex", - "file": "lib/rules/research_extensions.ex", + "category": "DynamicCodeExecution", + "location": "lib/merge_orchestration/loop.ex", + "file": "lib/merge_orchestration/loop.ex", "severity": "Medium", - "description": "System command execution in lib/rules/research_extensions.ex", + "description": "Dynamic apply/3 in lib/merge_orchestration/loop.ex", "recommended_attack": [ - "cpu", - "disk" + "cpu" + ], + "test_context": "production" + }, + { + "category": "DynamicCodeExecution", + "location": "lib/merge_orchestration/scheduler.ex", + "file": "lib/merge_orchestration/scheduler.ex", + "severity": "Medium", + "description": "Dynamic apply/3 in lib/merge_orchestration/scheduler.ex", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, + { + "category": "DynamicCodeExecution", + "location": "lib/merge_orchestration/kin_competence.ex", + "file": "lib/merge_orchestration/kin_competence.ex", + "severity": "Medium", + "description": "Dynamic apply/3 in lib/merge_orchestration/kin_competence.ex", + "recommended_attack": [ + "cpu" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "lib/rules/secret_scanning_alerts.ex", - "file": "lib/rules/secret_scanning_alerts.ex", + "location": "lib/vcl/remote_cache.ex", + "file": "lib/vcl/remote_cache.ex", "severity": "Medium", - "description": "System command execution in lib/rules/secret_scanning_alerts.ex", + "description": "System command execution in lib/vcl/remote_cache.ex", "recommended_attack": [ "cpu", "disk" @@ -168,10 +222,10 @@ }, { "category": "CommandInjection", - "location": "lib/rules/baseline_health.ex", - "file": "lib/rules/baseline_health.ex", + "location": "lib/vcl/cross_org.ex", + "file": "lib/vcl/cross_org.ex", "severity": "Medium", - "description": "System command execution in lib/rules/baseline_health.ex", + "description": "System command execution in lib/vcl/cross_org.ex", "recommended_attack": [ "cpu", "disk" @@ -192,10 +246,10 @@ }, { "category": "CommandInjection", - "location": "lib/rules/code_scanning_alerts.ex", - "file": "lib/rules/code_scanning_alerts.ex", + "location": "lib/rules/dependabot_alerts.ex", + "file": "lib/rules/dependabot_alerts.ex", "severity": "Medium", - "description": "System command execution in lib/rules/code_scanning_alerts.ex", + "description": "System command execution in lib/rules/dependabot_alerts.ex", "recommended_attack": [ "cpu", "disk" @@ -203,22 +257,23 @@ "test_context": "production" }, { - "category": "AtomExhaustion", - "location": "lib/rules/rule_loader.ex", - "file": "lib/rules/rule_loader.ex", - "severity": "High", - "description": "2 String.to_atom calls in lib/rules/rule_loader.ex (use String.to_existing_atom)", + "category": "CommandInjection", + "location": "lib/rules/git_state.ex", + "file": "lib/rules/git_state.ex", + "severity": "Medium", + "description": "System command execution in lib/rules/git_state.ex", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "lib/rules/security_errors.ex", - "file": "lib/rules/security_errors.ex", + "location": "lib/rules/baseline_health.ex", + "file": "lib/rules/baseline_health.ex", "severity": "Medium", - "description": "System command execution in lib/rules/security_errors.ex", + "description": "System command execution in lib/rules/baseline_health.ex", "recommended_attack": [ "cpu", "disk" @@ -227,10 +282,10 @@ }, { "category": "CommandInjection", - "location": "lib/rules/dependabot_alerts.ex", - "file": "lib/rules/dependabot_alerts.ex", + "location": "lib/rules/secret_scanning_alerts.ex", + "file": "lib/rules/secret_scanning_alerts.ex", "severity": "Medium", - "description": "System command execution in lib/rules/dependabot_alerts.ex", + "description": "System command execution in lib/rules/secret_scanning_alerts.ex", "recommended_attack": [ "cpu", "disk" @@ -239,10 +294,10 @@ }, { "category": "CommandInjection", - "location": "lib/rules/git_state.ex", - "file": "lib/rules/git_state.ex", + "location": "lib/rules/branch_protection.ex", + "file": "lib/rules/branch_protection.ex", "severity": "Medium", - "description": "System command execution in lib/rules/git_state.ex", + "description": "System command execution in lib/rules/branch_protection.ex", "recommended_attack": [ "cpu", "disk" @@ -263,10 +318,10 @@ }, { "category": "CommandInjection", - "location": "lib/rules/branch_protection.ex", - "file": "lib/rules/branch_protection.ex", + "location": "lib/rules/research_extensions.ex", + "file": "lib/rules/research_extensions.ex", "severity": "Medium", - "description": "System command execution in lib/rules/branch_protection.ex", + "description": "System command execution in lib/rules/research_extensions.ex", "recommended_attack": [ "cpu", "disk" @@ -297,77 +352,82 @@ "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "lib/merge_orchestration/sensor.ex", - "file": "lib/merge_orchestration/sensor.ex", + "category": "CommandInjection", + "location": "lib/rules/supply_chain.ex", + "file": "lib/rules/supply_chain.ex", "severity": "Medium", - "description": "Dynamic apply/3 in lib/merge_orchestration/sensor.ex", + "description": "System command execution in lib/rules/supply_chain.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "lib/merge_orchestration/baton_emitter.ex", - "file": "lib/merge_orchestration/baton_emitter.ex", + "category": "CommandInjection", + "location": "lib/rules/security_errors.ex", + "file": "lib/rules/security_errors.ex", "severity": "Medium", - "description": "Dynamic apply/3 in lib/merge_orchestration/baton_emitter.ex", + "description": "System command execution in lib/rules/security_errors.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "lib/merge_orchestration/scheduler.ex", - "file": "lib/merge_orchestration/scheduler.ex", + "category": "CommandInjection", + "location": "lib/rules/honest_completion.ex", + "file": "lib/rules/honest_completion.ex", "severity": "Medium", - "description": "Dynamic apply/3 in lib/merge_orchestration/scheduler.ex", + "description": "System command execution in lib/rules/honest_completion.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "lib/merge_orchestration/kin_gate/file_store.ex", - "file": "lib/merge_orchestration/kin_gate/file_store.ex", - "severity": "Medium", - "description": "Dynamic apply/3 in lib/merge_orchestration/kin_gate/file_store.ex", + "category": "AtomExhaustion", + "location": "lib/rules/rule_loader.ex", + "file": "lib/rules/rule_loader.ex", + "severity": "High", + "description": "2 String.to_atom calls in lib/rules/rule_loader.ex (use String.to_existing_atom)", "recommended_attack": [ - "cpu" + "memory" ], "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "lib/merge_orchestration/loop.ex", - "file": "lib/merge_orchestration/loop.ex", + "category": "CommandInjection", + "location": "lib/rules/code_scanning_alerts.ex", + "file": "lib/rules/code_scanning_alerts.ex", "severity": "Medium", - "description": "Dynamic apply/3 in lib/merge_orchestration/loop.ex", + "description": "System command execution in lib/rules/code_scanning_alerts.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "lib/merge_orchestration/kin_competence.ex", - "file": "lib/merge_orchestration/kin_competence.ex", + "category": "CommandInjection", + "location": "lib/scorecard_ingestor.ex", + "file": "lib/scorecard_ingestor.ex", "severity": "Medium", - "description": "Dynamic apply/3 in lib/merge_orchestration/kin_competence.ex", + "description": "System command execution in lib/scorecard_ingestor.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "lib/kin/coordinator.ex", - "file": "lib/kin/coordinator.ex", + "location": "lib/mix/tasks/hypatia.audit_repos.ex", + "file": "lib/mix/tasks/hypatia.audit_repos.ex", "severity": "Medium", - "description": "System command execution in lib/kin/coordinator.ex", + "description": "System command execution in lib/mix/tasks/hypatia.audit_repos.ex", "recommended_attack": [ "cpu", "disk" @@ -376,10 +436,10 @@ }, { "category": "CommandInjection", - "location": "lib/vcl/remote_cache.ex", - "file": "lib/vcl/remote_cache.ex", + "location": "lib/mix/tasks/hypatia.pr_eligibility.ex", + "file": "lib/mix/tasks/hypatia.pr_eligibility.ex", "severity": "Medium", - "description": "System command execution in lib/vcl/remote_cache.ex", + "description": "System command execution in lib/mix/tasks/hypatia.pr_eligibility.ex", "recommended_attack": [ "cpu", "disk" @@ -388,10 +448,10 @@ }, { "category": "CommandInjection", - "location": "lib/vcl/cross_org.ex", - "file": "lib/vcl/cross_org.ex", + "location": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", + "file": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", "severity": "Medium", - "description": "System command execution in lib/vcl/cross_org.ex", + "description": "System command execution in lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", "recommended_attack": [ "cpu", "disk" @@ -400,10 +460,10 @@ }, { "category": "CommandInjection", - "location": "lib/tui/port.ex", - "file": "lib/tui/port.ex", + "location": "lib/mix/tasks/hypatia.repo_batch_ops.ex", + "file": "lib/mix/tasks/hypatia.repo_batch_ops.ex", "severity": "Medium", - "description": "System command execution in lib/tui/port.ex", + "description": "System command execution in lib/mix/tasks/hypatia.repo_batch_ops.ex", "recommended_attack": [ "cpu", "disk" @@ -412,10 +472,10 @@ }, { "category": "CommandInjection", - "location": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", - "file": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", + "location": "lib/mix/tasks/hypatia.triage_issues.ex", + "file": "lib/mix/tasks/hypatia.triage_issues.ex", "severity": "Medium", - "description": "System command execution in lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", + "description": "System command execution in lib/mix/tasks/hypatia.triage_issues.ex", "recommended_attack": [ "cpu", "disk" @@ -424,10 +484,10 @@ }, { "category": "CommandInjection", - "location": "lib/mix/tasks/hypatia.verify_action_shas.ex", - "file": "lib/mix/tasks/hypatia.verify_action_shas.ex", + "location": "lib/mix/tasks/hypatia.watch.ex", + "file": "lib/mix/tasks/hypatia.watch.ex", "severity": "Medium", - "description": "System command execution in lib/mix/tasks/hypatia.verify_action_shas.ex", + "description": "System command execution in lib/mix/tasks/hypatia.watch.ex", "recommended_attack": [ "cpu", "disk" @@ -435,14 +495,13 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "lib/mix/tasks/hypatia.pr_eligibility.ex", - "file": "lib/mix/tasks/hypatia.pr_eligibility.ex", + "category": "InsecureProtocol", + "location": "lib/mix/tasks/hypatia.watch.ex", + "file": "lib/mix/tasks/hypatia.watch.ex", "severity": "Medium", - "description": "System command execution in lib/mix/tasks/hypatia.pr_eligibility.ex", + "description": "1 HTTP (non-HTTPS) URLs in lib/mix/tasks/hypatia.watch.ex", "recommended_attack": [ - "cpu", - "disk" + "network" ], "test_context": "production" }, @@ -460,22 +519,10 @@ }, { "category": "CommandInjection", - "location": "lib/mix/tasks/hypatia.repo_batch_ops.ex", - "file": "lib/mix/tasks/hypatia.repo_batch_ops.ex", - "severity": "Medium", - "description": "System command execution in lib/mix/tasks/hypatia.repo_batch_ops.ex", - "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, - { - "category": "CommandInjection", - "location": "lib/mix/tasks/hypatia.triage_issues.ex", - "file": "lib/mix/tasks/hypatia.triage_issues.ex", + "location": "lib/mix/tasks/hypatia.verify_action_shas.ex", + "file": "lib/mix/tasks/hypatia.verify_action_shas.ex", "severity": "Medium", - "description": "System command execution in lib/mix/tasks/hypatia.triage_issues.ex", + "description": "System command execution in lib/mix/tasks/hypatia.verify_action_shas.ex", "recommended_attack": [ "cpu", "disk" @@ -484,10 +531,10 @@ }, { "category": "CommandInjection", - "location": "lib/mix/tasks/hypatia.audit_repos.ex", - "file": "lib/mix/tasks/hypatia.audit_repos.ex", + "location": "lib/scorecard_reconciler.ex", + "file": "lib/scorecard_reconciler.ex", "severity": "Medium", - "description": "System command execution in lib/mix/tasks/hypatia.audit_repos.ex", + "description": "System command execution in lib/scorecard_reconciler.ex", "recommended_attack": [ "cpu", "disk" @@ -496,10 +543,10 @@ }, { "category": "CommandInjection", - "location": "lib/mix/tasks/hypatia.watch.ex", - "file": "lib/mix/tasks/hypatia.watch.ex", + "location": "lib/outcome_tracker.ex", + "file": "lib/outcome_tracker.ex", "severity": "Medium", - "description": "System command execution in lib/mix/tasks/hypatia.watch.ex", + "description": "System command execution in lib/outcome_tracker.ex", "recommended_attack": [ "cpu", "disk" @@ -507,14 +554,16 @@ "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "lib/mix/tasks/hypatia.watch.ex", - "file": "lib/mix/tasks/hypatia.watch.ex", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in lib/mix/tasks/hypatia.watch.ex", + "category": "UnsafeCode", + "location": "clients/rust/hypatia-client/src/ffi.rs", + "file": "clients/rust/hypatia-client/src/ffi.rs", + "severity": "High", + "description": "24 unsafe blocks in clients/rust/hypatia-client/src/ffi.rs", "recommended_attack": [ - "network" + "memory", + "concurrency" ], + "suppressed": true, "test_context": "production" }, { @@ -530,22 +579,10 @@ }, { "category": "PanicPath", - "location": "adapters/src/codeberg.rs", - "file": "adapters/src/codeberg.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in adapters/src/codeberg.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "adapters/src/radicle.rs", - "file": "adapters/src/radicle.rs", + "location": "fixer/src/scanner.rs", + "file": "fixer/src/scanner.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in adapters/src/radicle.rs", + "description": "0 panic sites and 5 unwrap/expect calls in fixer/src/scanner.rs", "recommended_attack": [ "memory", "disk" @@ -564,30 +601,6 @@ ], "test_context": "production" }, - { - "category": "PanicPath", - "location": "fixer/src/scanner.rs", - "file": "fixer/src/scanner.rs", - "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in fixer/src/scanner.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "HardcodedSecret", - "location": "integration/run-tests.sh", - "file": "integration/run-tests.sh", - "severity": "Critical", - "description": "Possible hardcoded secret in integration/run-tests.sh", - "recommended_attack": [ - "network" - ], - "suppressed": true, - "test_context": "production" - }, { "category": "InsecureProtocol", "location": "integration/tests/forge_test.rs", @@ -601,23 +614,23 @@ "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "integration/src/lib.rs", - "file": "integration/src/lib.rs", + "category": "PanicPath", + "location": "integration/src/ci_simulation/scenarios.rs", + "file": "integration/src/ci_simulation/scenarios.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in integration/src/lib.rs", + "description": "0 panic sites and 102 unwrap/expect calls in integration/src/ci_simulation/scenarios.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { "category": "PanicPath", - "location": "integration/src/lib.rs", - "file": "integration/src/lib.rs", + "location": "integration/src/ci_simulation/assertions.rs", + "file": "integration/src/ci_simulation/assertions.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in integration/src/lib.rs", + "description": "22 panic sites and 1 unwrap/expect calls in integration/src/ci_simulation/assertions.rs", "recommended_attack": [ "memory", "disk" @@ -625,23 +638,23 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "integration/src/ci_simulation/scenarios.rs", - "file": "integration/src/ci_simulation/scenarios.rs", + "category": "UnboundedAllocation", + "location": "integration/src/lib.rs", + "file": "integration/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 102 unwrap/expect calls in integration/src/ci_simulation/scenarios.rs", + "description": "Potential unbounded allocation pattern detected in integration/src/lib.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "PanicPath", - "location": "integration/src/ci_simulation/assertions.rs", - "file": "integration/src/ci_simulation/assertions.rs", + "location": "integration/src/lib.rs", + "file": "integration/src/lib.rs", "severity": "Medium", - "description": "22 panic sites and 1 unwrap/expect calls in integration/src/ci_simulation/assertions.rs", + "description": "0 panic sites and 1 unwrap/expect calls in integration/src/lib.rs", "recommended_attack": [ "memory", "disk" @@ -650,10 +663,10 @@ }, { "category": "HardcodedSecret", - "location": "hooks/lib/cache.sh", - "file": "hooks/lib/cache.sh", + "location": "integration/run-tests.sh", + "file": "integration/run-tests.sh", "severity": "Critical", - "description": "Possible hardcoded secret in hooks/lib/cache.sh", + "description": "Possible hardcoded secret in integration/run-tests.sh", "recommended_attack": [ "network" ], @@ -685,26 +698,13 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "scripts/ci-tools/src/bin/validate-panll-harness.rs", - "file": "scripts/ci-tools/src/bin/validate-panll-harness.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in scripts/ci-tools/src/bin/validate-panll-harness.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", - "file": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", + "category": "PathTraversal", + "location": "scripts/hypatia-sitrep.sh", + "file": "scripts/hypatia-sitrep.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in scripts/ci-tools/src/bin/check-k9iser-paths.rs", + "description": "Hardcoded /tmp/ path without mktemp in scripts/hypatia-sitrep.sh", "recommended_attack": [ - "memory", - "cpu" + "disk" ], "test_context": "production" }, @@ -755,101 +755,82 @@ "test_context": "production" }, { - "category": "PathTraversal", - "location": "scripts/hypatia-sitrep.sh", - "file": "scripts/hypatia-sitrep.sh", + "category": "UnboundedAllocation", + "location": "scripts/ci-tools/src/bin/validate-panll-harness.rs", + "file": "scripts/ci-tools/src/bin/validate-panll-harness.rs", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/hypatia-sitrep.sh", + "description": "Potential unbounded allocation pattern detected in scripts/ci-tools/src/bin/validate-panll-harness.rs", "recommended_attack": [ - "disk" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "tests/e2e.sh", - "file": "tests/e2e.sh", - "severity": "Critical", - "description": "eval usage in tests/e2e.sh", - "recommended_attack": [ - "cpu", - "disk" - ], - "suppressed": true, - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "test/dispatch_manifest_test.exs", - "file": "test/dispatch_manifest_test.exs", - "severity": "Low", - "description": "Elixir test file test/dispatch_manifest_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", + "file": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in scripts/ci-tools/src/bin/check-k9iser-paths.rs", "recommended_attack": [ + "memory", "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "test/metrics_test.exs", - "file": "test/metrics_test.exs", - "severity": "Low", - "description": "Elixir test file test/metrics_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeCode", + "location": "ffi/zig/src/main.zig", + "file": "ffi/zig/src/main.zig", + "severity": "High", + "description": "2 unsafe pointer casts in ffi/zig/src/main.zig", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "MutationGap", - "location": "test/pattern_registry_test.exs", - "file": "test/pattern_registry_test.exs", + "location": "test/scanner_suppression_test.exs", + "file": "test/scanner_suppression_test.exs", "severity": "Low", - "description": "Elixir test file test/pattern_registry_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/scanner_suppression_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "MutationGap", - "location": "test/vcl_remote_executor_test.exs", - "file": "test/vcl_remote_executor_test.exs", - "severity": "Low", - "description": "Elixir test file test/vcl_remote_executor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "DynamicCodeExecution", - "location": "test/neural_strategy_resolver_test.exs", - "file": "test/neural_strategy_resolver_test.exs", + "category": "InsecureProtocol", + "location": "test/scanner_suppression_test.exs", + "file": "test/scanner_suppression_test.exs", "severity": "Medium", - "description": "Dynamic apply/3 in test/neural_strategy_resolver_test.exs", + "description": "4 HTTP (non-HTTPS) URLs in test/scanner_suppression_test.exs", "recommended_attack": [ - "cpu" + "network" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "MutationGap", - "location": "test/neural_strategy_resolver_test.exs", - "file": "test/neural_strategy_resolver_test.exs", - "severity": "Low", - "description": "Elixir test file test/neural_strategy_resolver_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "HardcodedSecret", + "location": "test/scanner_suppression_test.exs", + "file": "test/scanner_suppression_test.exs", + "severity": "Critical", + "description": "Possible hardcoded secret in test/scanner_suppression_test.exs", "recommended_attack": [ - "cpu" + "network" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/retired_descriptile_policy_test.exs", - "file": "test/retired_descriptile_policy_test.exs", + "location": "test/scorecard_ingestor_actions_lock_test.exs", + "file": "test/scorecard_ingestor_actions_lock_test.exs", "severity": "Low", - "description": "Elixir test file test/retired_descriptile_policy_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/scorecard_ingestor_actions_lock_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -858,10 +839,10 @@ }, { "category": "MutationGap", - "location": "test/blackboard_test.exs", - "file": "test/blackboard_test.exs", + "location": "test/historical_trends_test.exs", + "file": "test/historical_trends_test.exs", "severity": "Low", - "description": "Elixir test file test/blackboard_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/historical_trends_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -870,117 +851,99 @@ }, { "category": "MutationGap", - "location": "test/support/contract_case.ex", - "file": "test/support/contract_case.ex", + "location": "test/sarif_test.exs", + "file": "test/sarif_test.exs", "severity": "Low", - "description": "Elixir test file test/support/contract_case.ex uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/sarif_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/recipe_health_test.exs", - "file": "test/recipe_health_test.exs", + "location": "test/research_extensions_test.exs", + "file": "test/research_extensions_test.exs", "severity": "Low", - "description": "Elixir test file test/recipe_health_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/research_extensions_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/unified-api-adapter-contract_test.exs", - "file": "test/unified-api-adapter-contract_test.exs", + "location": "test/pattern_registry_test.exs", + "file": "test/pattern_registry_test.exs", "severity": "Low", - "description": "Elixir test file test/unified-api-adapter-contract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/pattern_registry_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/scanner_suppression_test.exs", - "file": "test/scanner_suppression_test.exs", + "location": "test/contract_test.exs", + "file": "test/contract_test.exs", "severity": "Low", - "description": "Elixir test file test/scanner_suppression_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/contract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "test/scanner_suppression_test.exs", - "file": "test/scanner_suppression_test.exs", + "category": "DynamicCodeExecution", + "location": "test/neural_strategy_resolver_test.exs", + "file": "test/neural_strategy_resolver_test.exs", "severity": "Medium", - "description": "4 HTTP (non-HTTPS) URLs in test/scanner_suppression_test.exs", - "recommended_attack": [ - "network" - ], - "suppressed": true, - "test_context": "test_only" - }, - { - "category": "HardcodedSecret", - "location": "test/scanner_suppression_test.exs", - "file": "test/scanner_suppression_test.exs", - "severity": "Critical", - "description": "Possible hardcoded secret in test/scanner_suppression_test.exs", + "description": "Dynamic apply/3 in test/neural_strategy_resolver_test.exs", "recommended_attack": [ - "network" + "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/watcher_test.exs", - "file": "test/watcher_test.exs", + "location": "test/neural_strategy_resolver_test.exs", + "file": "test/neural_strategy_resolver_test.exs", "severity": "Low", - "description": "Elixir test file test/watcher_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/neural_strategy_resolver_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { - "category": "CommandInjection", - "location": "test/structural_drift_test.exs", - "file": "test/structural_drift_test.exs", - "severity": "Medium", - "description": "System command execution in test/structural_drift_test.exs", + "category": "MutationGap", + "location": "test/verisim_connector_test.exs", + "file": "test/verisim_connector_test.exs", + "severity": "Low", + "description": "Elixir test file test/verisim_connector_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/structural_drift_test.exs", - "file": "test/structural_drift_test.exs", + "location": "test/watch_task_test.exs", + "file": "test/watch_task_test.exs", "severity": "Low", - "description": "Elixir test file test/structural_drift_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/watch_task_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/recipe_additional_recipes_test.exs", - "file": "test/recipe_additional_recipes_test.exs", + "location": "test/green_web_test.exs", + "file": "test/green_web_test.exs", "severity": "Low", - "description": "Elixir test file test/recipe_additional_recipes_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/green_web_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -988,10 +951,10 @@ }, { "category": "MutationGap", - "location": "test/security_errors_test.exs", - "file": "test/security_errors_test.exs", + "location": "test/alerts_test.exs", + "file": "test/alerts_test.exs", "severity": "Low", - "description": "Elixir test file test/security_errors_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/alerts_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -999,10 +962,10 @@ }, { "category": "MutationGap", - "location": "test/vcl_query_test.exs", - "file": "test/vcl_query_test.exs", + "location": "test/reviewer_test.exs", + "file": "test/reviewer_test.exs", "severity": "Low", - "description": "Elixir test file test/vcl_query_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/reviewer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1010,45 +973,45 @@ }, { "category": "MutationGap", - "location": "test/outcome_tracker_test.exs", - "file": "test/outcome_tracker_test.exs", + "location": "test/cli_test.exs", + "file": "test/cli_test.exs", "severity": "Low", - "description": "Elixir test file test/outcome_tracker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/cli_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "test/code_safety_test.exs", - "file": "test/code_safety_test.exs", - "severity": "Low", - "description": "Elixir test file test/code_safety_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "ProofDrift", + "location": "test/soundness/fixtures/code_safety/believe_me.idr", + "file": "test/soundness/fixtures/code_safety/believe_me.idr", + "severity": "Critical", + "description": "1 believe_me (banned proof escape hatch — type checker bypass) in test/soundness/fixtures/code_safety/believe_me.idr", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "suppressed": true, + "test_context": "production" }, { - "category": "UnsafeCode", - "location": "test/soundness/fixtures/code_safety/transmute.rs", - "file": "test/soundness/fixtures/code_safety/transmute.rs", - "severity": "High", - "description": "1 unsafe blocks in test/soundness/fixtures/code_safety/transmute.rs", + "category": "ProofDrift", + "location": "test/soundness/fixtures/code_safety/sorry.lean", + "file": "test/soundness/fixtures/code_safety/sorry.lean", + "severity": "Critical", + "description": "1 sorry (banned proof escape hatch — admits unproven proposition) in test/soundness/fixtures/code_safety/sorry.lean", "recommended_attack": [ - "memory", - "concurrency" + "cpu" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "test/soundness/fixtures/code_safety/transmute.rs", - "file": "test/soundness/fixtures/code_safety/transmute.rs", + "category": "UnsafeTypeCoercion", + "location": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", + "file": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", "severity": "Critical", - "description": "mem::transmute usage in test/soundness/fixtures/code_safety/transmute.rs", + "description": "Obj.magic (unsafe type coercion) in test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", "recommended_attack": [ "memory" ], @@ -1068,40 +1031,39 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", - "file": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in test/soundness/fixtures/code_safety/unwrap_without_check.rs", + "category": "UnsafeCode", + "location": "test/soundness/fixtures/code_safety/transmute.rs", + "file": "test/soundness/fixtures/code_safety/transmute.rs", + "severity": "High", + "description": "1 unsafe blocks in test/soundness/fixtures/code_safety/transmute.rs", "recommended_attack": [ "memory", - "disk" + "concurrency" ], + "suppressed": true, "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "test/soundness/fixtures/code_safety/elixir_code_eval.ex", - "file": "test/soundness/fixtures/code_safety/elixir_code_eval.ex", + "category": "UnsafeCode", + "location": "test/soundness/fixtures/code_safety/transmute.rs", + "file": "test/soundness/fixtures/code_safety/transmute.rs", "severity": "Critical", - "description": "Code.eval_string/eval_quoted in test/soundness/fixtures/code_safety/elixir_code_eval.ex", + "description": "mem::transmute usage in test/soundness/fixtures/code_safety/transmute.rs", "recommended_attack": [ - "cpu", "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "test/soundness/fixtures/code_safety/zig_ptr_cast.zig", - "file": "test/soundness/fixtures/code_safety/zig_ptr_cast.zig", - "severity": "High", - "description": "1 unsafe pointer casts in test/soundness/fixtures/code_safety/zig_ptr_cast.zig", + "category": "ProofDrift", + "location": "test/soundness/fixtures/code_safety/agda_postulate.agda", + "file": "test/soundness/fixtures/code_safety/agda_postulate.agda", + "severity": "Medium", + "description": "1 postulate block(s) (unproven axiom — verify these hold) in test/soundness/fixtures/code_safety/agda_postulate.agda", "recommended_attack": [ - "memory" + "cpu" ], - "suppressed": true, "test_context": "production" }, { @@ -1117,11 +1079,11 @@ "test_context": "production" }, { - "category": "ProofDrift", - "location": "test/soundness/fixtures/code_safety/believe_me.idr", - "file": "test/soundness/fixtures/code_safety/believe_me.idr", - "severity": "Critical", - "description": "1 believe_me (banned proof escape hatch — type checker bypass) in test/soundness/fixtures/code_safety/believe_me.idr", + "category": "UnsafeCode", + "location": "test/soundness/fixtures/code_safety/zig_ptr_cast.zig", + "file": "test/soundness/fixtures/code_safety/zig_ptr_cast.zig", + "severity": "High", + "description": "1 unsafe pointer casts in test/soundness/fixtures/code_safety/zig_ptr_cast.zig", "recommended_attack": [ "memory" ], @@ -1129,46 +1091,48 @@ "test_context": "production" }, { - "category": "ProofDrift", - "location": "test/soundness/fixtures/code_safety/agda_postulate.agda", - "file": "test/soundness/fixtures/code_safety/agda_postulate.agda", + "category": "PanicPath", + "location": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", + "file": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", "severity": "Medium", - "description": "1 postulate block(s) (unproven axiom — verify these hold) in test/soundness/fixtures/code_safety/agda_postulate.agda", + "description": "0 panic sites and 1 unwrap/expect calls in test/soundness/fixtures/code_safety/unwrap_without_check.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" }, { - "category": "ProofDrift", - "location": "test/soundness/fixtures/code_safety/sorry.lean", - "file": "test/soundness/fixtures/code_safety/sorry.lean", + "category": "DynamicCodeExecution", + "location": "test/soundness/fixtures/code_safety/elixir_code_eval.ex", + "file": "test/soundness/fixtures/code_safety/elixir_code_eval.ex", "severity": "Critical", - "description": "1 sorry (banned proof escape hatch — admits unproven proposition) in test/soundness/fixtures/code_safety/sorry.lean", + "description": "Code.eval_string/eval_quoted in test/soundness/fixtures/code_safety/elixir_code_eval.ex", "recommended_attack": [ - "cpu" + "cpu", + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeTypeCoercion", - "location": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", - "file": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", - "severity": "Critical", - "description": "Obj.magic (unsafe type coercion) in test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", + "category": "MutationGap", + "location": "test/a2ml/record_dialect_test.exs", + "file": "test/a2ml/record_dialect_test.exs", + "severity": "Low", + "description": "Elixir test file test/a2ml/record_dialect_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/pattern_analyzer_test.exs", - "file": "test/pattern_analyzer_test.exs", + "location": "test/vcl_remote_executor_test.exs", + "file": "test/vcl_remote_executor_test.exs", "severity": "Low", - "description": "Elixir test file test/pattern_analyzer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/vcl_remote_executor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1176,33 +1140,45 @@ }, { "category": "MutationGap", - "location": "test/root_hygiene_test.exs", - "file": "test/root_hygiene_test.exs", + "location": "test/kin_test.exs", + "file": "test/kin_test.exs", "severity": "Low", - "description": "Elixir test file test/root_hygiene_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/kin_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/lang_policy_refresh_test.exs", - "file": "test/lang_policy_refresh_test.exs", + "location": "test/outcome_tracker_test.exs", + "file": "test/outcome_tracker_test.exs", "severity": "Low", - "description": "Elixir test file test/lang_policy_refresh_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/outcome_tracker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, + { + "category": "CommandInjection", + "location": "test/direct_github_pr_test.exs", + "file": "test/direct_github_pr_test.exs", + "severity": "Medium", + "description": "System command execution in test/direct_github_pr_test.exs", + "recommended_attack": [ + "cpu", + "disk" + ], + "suppressed": true, + "test_context": "test_only" + }, { "category": "MutationGap", - "location": "test/historical_trends_test.exs", - "file": "test/historical_trends_test.exs", + "location": "test/direct_github_pr_test.exs", + "file": "test/direct_github_pr_test.exs", "severity": "Low", - "description": "Elixir test file test/historical_trends_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/direct_github_pr_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1211,22 +1187,21 @@ }, { "category": "MutationGap", - "location": "test/e2e_pipeline_test.exs", - "file": "test/e2e_pipeline_test.exs", + "location": "test/dashboard_test.exs", + "file": "test/dashboard_test.exs", "severity": "Low", - "description": "Elixir test file test/e2e_pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/dashboard_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/supply_chain_test.exs", - "file": "test/supply_chain_test.exs", + "location": "test/merge_orchestration/kin_gate_test.exs", + "file": "test/merge_orchestration/kin_gate_test.exs", "severity": "Low", - "description": "Elixir test file test/supply_chain_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/merge_orchestration/kin_gate_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1235,68 +1210,69 @@ }, { "category": "MutationGap", - "location": "test/api_router_test.exs", - "file": "test/api_router_test.exs", + "location": "test/merge_orchestration/lease_validator_test.exs", + "file": "test/merge_orchestration/lease_validator_test.exs", "severity": "Low", - "description": "Elixir test file test/api_router_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/merge_orchestration/lease_validator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/fleet_dispatcher_test.exs", - "file": "test/fleet_dispatcher_test.exs", + "location": "test/merge_orchestration/ticker_test.exs", + "file": "test/merge_orchestration/ticker_test.exs", "severity": "Low", - "description": "Elixir test file test/fleet_dispatcher_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/merge_orchestration/ticker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/zig_ffi_smoke_test.exs", - "file": "test/zig_ffi_smoke_test.exs", + "location": "test/merge_orchestration/kin_council_test.exs", + "file": "test/merge_orchestration/kin_council_test.exs", "severity": "Low", - "description": "Elixir test file test/zig_ffi_smoke_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/merge_orchestration/kin_council_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/sarif_test.exs", - "file": "test/sarif_test.exs", + "location": "test/merge_orchestration/dispatcher_test.exs", + "file": "test/merge_orchestration/dispatcher_test.exs", "severity": "Low", - "description": "Elixir test file test/sarif_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/merge_orchestration/dispatcher_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "CommandInjection", - "location": "test/git_state_test.exs", - "file": "test/git_state_test.exs", - "severity": "Medium", - "description": "System command execution in test/git_state_test.exs", + "category": "MutationGap", + "location": "test/merge_orchestration/scheduler_test.exs", + "file": "test/merge_orchestration/scheduler_test.exs", + "severity": "Low", + "description": "Elixir test file test/merge_orchestration/scheduler_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/git_state_test.exs", - "file": "test/git_state_test.exs", + "location": "test/merge_orchestration/loop_test.exs", + "file": "test/merge_orchestration/loop_test.exs", "severity": "Low", - "description": "Elixir test file test/git_state_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/merge_orchestration/loop_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1305,34 +1281,32 @@ }, { "category": "MutationGap", - "location": "test/training_pipeline_test.exs", - "file": "test/training_pipeline_test.exs", + "location": "test/merge_orchestration/kin_competence_test.exs", + "file": "test/merge_orchestration/kin_competence_test.exs", "severity": "Low", - "description": "Elixir test file test/training_pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/merge_orchestration/kin_competence_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "CommandInjection", - "location": "test/baseline_health_test.exs", - "file": "test/baseline_health_test.exs", - "severity": "Medium", - "description": "System command execution in test/baseline_health_test.exs", + "category": "MutationGap", + "location": "test/merge_orchestration/strategist_test.exs", + "file": "test/merge_orchestration/strategist_test.exs", + "severity": "Low", + "description": "Elixir test file test/merge_orchestration/strategist_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/baseline_health_test.exs", - "file": "test/baseline_health_test.exs", + "location": "test/merge_orchestration/sensor_test.exs", + "file": "test/merge_orchestration/sensor_test.exs", "severity": "Low", - "description": "Elixir test file test/baseline_health_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/merge_orchestration/sensor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1341,10 +1315,10 @@ }, { "category": "MutationGap", - "location": "test/workflow_audit_test.exs", - "file": "test/workflow_audit_test.exs", + "location": "test/merge_orchestration/baton_emitter_test.exs", + "file": "test/merge_orchestration/baton_emitter_test.exs", "severity": "Low", - "description": "Elixir test file test/workflow_audit_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/merge_orchestration/baton_emitter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1352,21 +1326,22 @@ }, { "category": "MutationGap", - "location": "test/neural_rebalancer_test.exs", - "file": "test/neural_rebalancer_test.exs", + "location": "test/supply_chain_test.exs", + "file": "test/supply_chain_test.exs", "severity": "Low", - "description": "Elixir test file test/neural_rebalancer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/supply_chain_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "CommandInjection", - "location": "test/direct_github_pr_test.exs", - "file": "test/direct_github_pr_test.exs", + "location": "test/structural_drift_test.exs", + "file": "test/structural_drift_test.exs", "severity": "Medium", - "description": "System command execution in test/direct_github_pr_test.exs", + "description": "System command execution in test/structural_drift_test.exs", "recommended_attack": [ "cpu", "disk" @@ -1376,10 +1351,10 @@ }, { "category": "MutationGap", - "location": "test/direct_github_pr_test.exs", - "file": "test/direct_github_pr_test.exs", + "location": "test/structural_drift_test.exs", + "file": "test/structural_drift_test.exs", "severity": "Low", - "description": "Elixir test file test/direct_github_pr_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/structural_drift_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1388,21 +1363,10 @@ }, { "category": "MutationGap", - "location": "test/dashboard_test.exs", - "file": "test/dashboard_test.exs", - "severity": "Low", - "description": "Elixir test file test/dashboard_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "test/neural_test.exs", - "file": "test/neural_test.exs", + "location": "test/triangle_router_test.exs", + "file": "test/triangle_router_test.exs", "severity": "Low", - "description": "Elixir test file test/neural_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/triangle_router_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1410,14 +1374,13 @@ }, { "category": "MutationGap", - "location": "test/workflow_hardening_test.exs", - "file": "test/workflow_hardening_test.exs", + "location": "test/scorecard_reconciler_test.exs", + "file": "test/scorecard_reconciler_test.exs", "severity": "Low", - "description": "Elixir test file test/workflow_hardening_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/scorecard_reconciler_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { @@ -1456,10 +1419,10 @@ }, { "category": "MutationGap", - "location": "test/vcl_file_executor_test.exs", - "file": "test/vcl_file_executor_test.exs", + "location": "test/security_errors_test.exs", + "file": "test/security_errors_test.exs", "severity": "Low", - "description": "Elixir test file test/vcl_file_executor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/security_errors_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1467,43 +1430,45 @@ }, { "category": "MutationGap", - "location": "test/cli_test.exs", - "file": "test/cli_test.exs", + "location": "test/recipe_matcher_test.exs", + "file": "test/recipe_matcher_test.exs", "severity": "Low", - "description": "Elixir test file test/cli_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/recipe_matcher_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "test/branch_protection_test.exs", - "file": "test/branch_protection_test.exs", - "severity": "Low", - "description": "Elixir test file test/branch_protection_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "AtomExhaustion", + "location": "test/soundness_test.exs", + "file": "test/soundness_test.exs", + "severity": "High", + "description": "1 String.to_atom calls in test/soundness_test.exs (use String.to_existing_atom)", "recommended_attack": [ - "cpu" + "memory" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/green_web_test.exs", - "file": "test/green_web_test.exs", + "location": "test/soundness_test.exs", + "file": "test/soundness_test.exs", "severity": "Low", - "description": "Elixir test file test/green_web_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/soundness_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/vcl_client_test.exs", - "file": "test/vcl_client_test.exs", + "location": "test/neural_rebalancer_test.exs", + "file": "test/neural_rebalancer_test.exs", "severity": "Low", - "description": "Elixir test file test/vcl_client_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/neural_rebalancer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1511,58 +1476,43 @@ }, { "category": "MutationGap", - "location": "test/a2ml/record_dialect_test.exs", - "file": "test/a2ml/record_dialect_test.exs", + "location": "test/metrics_test.exs", + "file": "test/metrics_test.exs", "severity": "Low", - "description": "Elixir test file test/a2ml/record_dialect_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/metrics_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { - "category": "CommandInjection", - "location": "test/vcl_remote_cache_test.exs", - "file": "test/vcl_remote_cache_test.exs", - "severity": "Medium", - "description": "System command execution in test/vcl_remote_cache_test.exs", + "category": "MutationGap", + "location": "test/support/contract_case.ex", + "file": "test/support/contract_case.ex", + "severity": "Low", + "description": "Elixir test file test/support/contract_case.ex uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { "category": "MutationGap", - "location": "test/vcl_remote_cache_test.exs", - "file": "test/vcl_remote_cache_test.exs", + "location": "test/recipe_health_test.exs", + "file": "test/recipe_health_test.exs", "severity": "Low", - "description": "Elixir test file test/vcl_remote_cache_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/recipe_health_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/rules/cicd_rules_typescript_test.exs", - "file": "test/rules/cicd_rules_typescript_test.exs", - "severity": "Low", - "description": "Elixir test file test/rules/cicd_rules_typescript_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "test/rules/cicd_rules_content_scanner_test.exs", - "file": "test/rules/cicd_rules_content_scanner_test.exs", + "location": "test/unified-api-adapter-contract_test.exs", + "file": "test/unified-api-adapter-contract_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/cicd_rules_content_scanner_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/unified-api-adapter-contract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1571,10 +1521,10 @@ }, { "category": "MutationGap", - "location": "test/rules/proof_strategy_selection_test.exs", - "file": "test/rules/proof_strategy_selection_test.exs", + "location": "test/graph_of_trust_convergence_test.exs", + "file": "test/graph_of_trust_convergence_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/proof_strategy_selection_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/graph_of_trust_convergence_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1582,10 +1532,10 @@ }, { "category": "MutationGap", - "location": "test/rules/cicd_rules_duplicate_cron_test.exs", - "file": "test/rules/cicd_rules_duplicate_cron_test.exs", + "location": "test/blackboard_test.exs", + "file": "test/blackboard_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/cicd_rules_duplicate_cron_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/blackboard_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1594,10 +1544,10 @@ }, { "category": "MutationGap", - "location": "test/rules/cicd_rules_vlang_test.exs", - "file": "test/rules/cicd_rules_vlang_test.exs", + "location": "test/graphql_test.exs", + "file": "test/graphql_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/cicd_rules_vlang_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/graphql_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1605,22 +1555,21 @@ }, { "category": "MutationGap", - "location": "test/rules/secret_history_coverage_test.exs", - "file": "test/rules/secret_history_coverage_test.exs", + "location": "test/recipe_additional_recipes_test.exs", + "file": "test/recipe_additional_recipes_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/secret_history_coverage_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/recipe_additional_recipes_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/rules/group_b_detectors_test.exs", - "file": "test/rules/group_b_detectors_test.exs", + "location": "test/cross_org_test.exs", + "file": "test/cross_org_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/group_b_detectors_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/cross_org_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1628,10 +1577,10 @@ }, { "category": "MutationGap", - "location": "test/rules/rule_loader_test.exs", - "file": "test/rules/rule_loader_test.exs", + "location": "test/lang_policy_refresh_test.exs", + "file": "test/lang_policy_refresh_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/rule_loader_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/lang_policy_refresh_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1639,33 +1588,33 @@ }, { "category": "MutationGap", - "location": "test/rules/branch_protection_test.exs", - "file": "test/rules/branch_protection_test.exs", + "location": "test/retired_descriptile_policy_test.exs", + "file": "test/retired_descriptile_policy_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/branch_protection_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/retired_descriptile_policy_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/rules/actions_lock_test.exs", - "file": "test/rules/actions_lock_test.exs", + "location": "test/cross_repo_learning_test.exs", + "file": "test/cross_repo_learning_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/actions_lock_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/cross_repo_learning_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/rules/sha_bump_propagation_test.exs", - "file": "test/rules/sha_bump_propagation_test.exs", + "location": "test/dispatch_manifest_test.exs", + "file": "test/dispatch_manifest_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/sha_bump_propagation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/dispatch_manifest_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1673,21 +1622,22 @@ }, { "category": "MutationGap", - "location": "test/rules/admin_merge_eligibility_test.exs", - "file": "test/rules/admin_merge_eligibility_test.exs", + "location": "test/research_extensions_wiring_test.exs", + "file": "test/research_extensions_wiring_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/admin_merge_eligibility_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/research_extensions_wiring_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/rules/implementation_inside_canon_test.exs", - "file": "test/rules/implementation_inside_canon_test.exs", + "location": "test/workflow_audit_test.exs", + "file": "test/workflow_audit_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/implementation_inside_canon_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/workflow_audit_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1695,10 +1645,10 @@ }, { "category": "MutationGap", - "location": "test/rules/workflow_audit_cron_drift_test.exs", - "file": "test/rules/workflow_audit_cron_drift_test.exs", + "location": "test/vcl_file_executor_test.exs", + "file": "test/vcl_file_executor_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/workflow_audit_cron_drift_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/vcl_file_executor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1706,22 +1656,21 @@ }, { "category": "MutationGap", - "location": "test/rules/rsr_conformance_test.exs", - "file": "test/rules/rsr_conformance_test.exs", + "location": "test/pattern_analyzer_test.exs", + "file": "test/pattern_analyzer_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/rsr_conformance_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/pattern_analyzer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/rules/workflow_audit_chapel_test.exs", - "file": "test/rules/workflow_audit_chapel_test.exs", + "location": "test/api_router_test.exs", + "file": "test/api_router_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/workflow_audit_chapel_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/api_router_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1729,54 +1678,56 @@ }, { "category": "MutationGap", - "location": "test/rules/sha_pin_consolidation_test.exs", - "file": "test/rules/sha_pin_consolidation_test.exs", + "location": "test/persistence_test.exs", + "file": "test/persistence_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/sha_pin_consolidation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/persistence_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "MutationGap", - "location": "test/rules/baseline_health_inherited_debt_test.exs", - "file": "test/rules/baseline_health_inherited_debt_test.exs", - "severity": "Low", - "description": "Elixir test file test/rules/baseline_health_inherited_debt_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": "test/secret_scanning_alerts_test.exs", + "file": "test/secret_scanning_alerts_test.exs", + "severity": "Medium", + "description": "System command execution in test/secret_scanning_alerts_test.exs", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/rules/cicd_rules_rescript_npm_js_test.exs", - "file": "test/rules/cicd_rules_rescript_npm_js_test.exs", + "location": "test/secret_scanning_alerts_test.exs", + "file": "test/secret_scanning_alerts_test.exs", "severity": "Low", - "description": "Elixir test file test/rules/cicd_rules_rescript_npm_js_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/secret_scanning_alerts_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "test/rules/disambiguation_rules_test.exs", - "file": "test/rules/disambiguation_rules_test.exs", - "severity": "Low", - "description": "Elixir test file test/rules/disambiguation_rules_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "InsecureProtocol", + "location": "test/secret_scanning_alerts_test.exs", + "file": "test/secret_scanning_alerts_test.exs", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in test/secret_scanning_alerts_test.exs", "recommended_attack": [ - "cpu" + "network" ], "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/concurrency_test.exs", - "file": "test/concurrency_test.exs", + "location": "test/watcher_test.exs", + "file": "test/watcher_test.exs", "severity": "Low", - "description": "Elixir test file test/concurrency_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/watcher_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1785,10 +1736,10 @@ }, { "category": "MutationGap", - "location": "test/merge_orchestration/strategist_test.exs", - "file": "test/merge_orchestration/strategist_test.exs", + "location": "test/build_system_rules_test.exs", + "file": "test/build_system_rules_test.exs", "severity": "Low", - "description": "Elixir test file test/merge_orchestration/strategist_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/build_system_rules_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1796,10 +1747,10 @@ }, { "category": "MutationGap", - "location": "test/merge_orchestration/kin_council_test.exs", - "file": "test/merge_orchestration/kin_council_test.exs", + "location": "test/vcl_query_test.exs", + "file": "test/vcl_query_test.exs", "severity": "Low", - "description": "Elixir test file test/merge_orchestration/kin_council_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/vcl_query_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1807,22 +1758,21 @@ }, { "category": "MutationGap", - "location": "test/merge_orchestration/scheduler_test.exs", - "file": "test/merge_orchestration/scheduler_test.exs", + "location": "test/rules/cicd_rules_rescript_npm_js_test.exs", + "file": "test/rules/cicd_rules_rescript_npm_js_test.exs", "severity": "Low", - "description": "Elixir test file test/merge_orchestration/scheduler_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/cicd_rules_rescript_npm_js_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/merge_orchestration/baton_emitter_test.exs", - "file": "test/merge_orchestration/baton_emitter_test.exs", + "location": "test/rules/sha_bump_propagation_test.exs", + "file": "test/rules/sha_bump_propagation_test.exs", "severity": "Low", - "description": "Elixir test file test/merge_orchestration/baton_emitter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/sha_bump_propagation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1830,10 +1780,10 @@ }, { "category": "MutationGap", - "location": "test/merge_orchestration/lease_validator_test.exs", - "file": "test/merge_orchestration/lease_validator_test.exs", + "location": "test/rules/actions_lock_test.exs", + "file": "test/rules/actions_lock_test.exs", "severity": "Low", - "description": "Elixir test file test/merge_orchestration/lease_validator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/actions_lock_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1842,46 +1792,43 @@ }, { "category": "MutationGap", - "location": "test/merge_orchestration/dispatcher_test.exs", - "file": "test/merge_orchestration/dispatcher_test.exs", + "location": "test/rules/workflow_audit_cron_drift_test.exs", + "file": "test/rules/workflow_audit_cron_drift_test.exs", "severity": "Low", - "description": "Elixir test file test/merge_orchestration/dispatcher_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/workflow_audit_cron_drift_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/merge_orchestration/ticker_test.exs", - "file": "test/merge_orchestration/ticker_test.exs", + "location": "test/rules/implementation_inside_canon_test.exs", + "file": "test/rules/implementation_inside_canon_test.exs", "severity": "Low", - "description": "Elixir test file test/merge_orchestration/ticker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/implementation_inside_canon_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/merge_orchestration/sensor_test.exs", - "file": "test/merge_orchestration/sensor_test.exs", + "location": "test/rules/rule_loader_test.exs", + "file": "test/rules/rule_loader_test.exs", "severity": "Low", - "description": "Elixir test file test/merge_orchestration/sensor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/rule_loader_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/merge_orchestration/kin_competence_test.exs", - "file": "test/merge_orchestration/kin_competence_test.exs", + "location": "test/rules/cicd_rules_typescript_test.exs", + "file": "test/rules/cicd_rules_typescript_test.exs", "severity": "Low", - "description": "Elixir test file test/merge_orchestration/kin_competence_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/cicd_rules_typescript_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1889,34 +1836,32 @@ }, { "category": "MutationGap", - "location": "test/merge_orchestration/kin_gate_test.exs", - "file": "test/merge_orchestration/kin_gate_test.exs", + "location": "test/rules/cicd_rules_vlang_test.exs", + "file": "test/rules/cicd_rules_vlang_test.exs", "severity": "Low", - "description": "Elixir test file test/merge_orchestration/kin_gate_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/cicd_rules_vlang_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/merge_orchestration/loop_test.exs", - "file": "test/merge_orchestration/loop_test.exs", + "location": "test/rules/disambiguation_rules_test.exs", + "file": "test/rules/disambiguation_rules_test.exs", "severity": "Low", - "description": "Elixir test file test/merge_orchestration/loop_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/disambiguation_rules_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/honest_completion_test.exs", - "file": "test/honest_completion_test.exs", + "location": "test/rules/proof_strategy_selection_test.exs", + "file": "test/rules/proof_strategy_selection_test.exs", "severity": "Low", - "description": "Elixir test file test/honest_completion_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/proof_strategy_selection_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1924,32 +1869,34 @@ }, { "category": "MutationGap", - "location": "test/build_system_rules_test.exs", - "file": "test/build_system_rules_test.exs", + "location": "test/rules/secret_history_coverage_test.exs", + "file": "test/rules/secret_history_coverage_test.exs", "severity": "Low", - "description": "Elixir test file test/build_system_rules_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/secret_history_coverage_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/recipe_matcher_test.exs", - "file": "test/recipe_matcher_test.exs", + "location": "test/rules/cicd_rules_content_scanner_test.exs", + "file": "test/rules/cicd_rules_content_scanner_test.exs", "severity": "Low", - "description": "Elixir test file test/recipe_matcher_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/cicd_rules_content_scanner_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/cross_org_test.exs", - "file": "test/cross_org_test.exs", + "location": "test/rules/sha_pin_consolidation_test.exs", + "file": "test/rules/sha_pin_consolidation_test.exs", "severity": "Low", - "description": "Elixir test file test/cross_org_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/sha_pin_consolidation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1957,10 +1904,10 @@ }, { "category": "MutationGap", - "location": "test/reviewer_test.exs", - "file": "test/reviewer_test.exs", + "location": "test/rules/group_b_detectors_test.exs", + "file": "test/rules/group_b_detectors_test.exs", "severity": "Low", - "description": "Elixir test file test/reviewer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/group_b_detectors_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1968,10 +1915,10 @@ }, { "category": "MutationGap", - "location": "test/research_extensions_test.exs", - "file": "test/research_extensions_test.exs", + "location": "test/rules/cicd_rules_duplicate_cron_test.exs", + "file": "test/rules/cicd_rules_duplicate_cron_test.exs", "severity": "Low", - "description": "Elixir test file test/research_extensions_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/cicd_rules_duplicate_cron_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1980,10 +1927,10 @@ }, { "category": "MutationGap", - "location": "test/research_extensions_wiring_test.exs", - "file": "test/research_extensions_wiring_test.exs", + "location": "test/rules/rsr_conformance_test.exs", + "file": "test/rules/rsr_conformance_test.exs", "severity": "Low", - "description": "Elixir test file test/research_extensions_wiring_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/rsr_conformance_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1992,10 +1939,10 @@ }, { "category": "MutationGap", - "location": "test/safety_test.exs", - "file": "test/safety_test.exs", + "location": "test/rules/baseline_health_inherited_debt_test.exs", + "file": "test/rules/baseline_health_inherited_debt_test.exs", "severity": "Low", - "description": "Elixir test file test/safety_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/baseline_health_inherited_debt_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2003,10 +1950,10 @@ }, { "category": "MutationGap", - "location": "test/kin_test.exs", - "file": "test/kin_test.exs", + "location": "test/rules/branch_protection_test.exs", + "file": "test/rules/branch_protection_test.exs", "severity": "Low", - "description": "Elixir test file test/kin_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/branch_protection_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2014,10 +1961,10 @@ }, { "category": "MutationGap", - "location": "test/contract_test.exs", - "file": "test/contract_test.exs", + "location": "test/rules/admin_merge_eligibility_test.exs", + "file": "test/rules/admin_merge_eligibility_test.exs", "severity": "Low", - "description": "Elixir test file test/contract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/admin_merge_eligibility_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2025,10 +1972,10 @@ }, { "category": "MutationGap", - "location": "test/graphql_test.exs", - "file": "test/graphql_test.exs", + "location": "test/rules/workflow_audit_chapel_test.exs", + "file": "test/rules/workflow_audit_chapel_test.exs", "severity": "Low", - "description": "Elixir test file test/graphql_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/rules/workflow_audit_chapel_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2036,10 +1983,10 @@ }, { "category": "MutationGap", - "location": "test/anomaly_detector_test.exs", - "file": "test/anomaly_detector_test.exs", + "location": "test/honest_completion_test.exs", + "file": "test/honest_completion_test.exs", "severity": "Low", - "description": "Elixir test file test/anomaly_detector_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/honest_completion_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2047,10 +1994,10 @@ }, { "category": "MutationGap", - "location": "test/scorecard_ingestor_actions_lock_test.exs", - "file": "test/scorecard_ingestor_actions_lock_test.exs", + "location": "test/reflexive_test.exs", + "file": "test/reflexive_test.exs", "severity": "Low", - "description": "Elixir test file test/scorecard_ingestor_actions_lock_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/reflexive_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2059,21 +2006,10 @@ }, { "category": "MutationGap", - "location": "test/alerts_test.exs", - "file": "test/alerts_test.exs", - "severity": "Low", - "description": "Elixir test file test/alerts_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "test/watch_task_test.exs", - "file": "test/watch_task_test.exs", + "location": "test/code_safety_test.exs", + "file": "test/code_safety_test.exs", "severity": "Low", - "description": "Elixir test file test/watch_task_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/code_safety_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2081,10 +2017,10 @@ }, { "category": "MutationGap", - "location": "test/cross_repo_learning_test.exs", - "file": "test/cross_repo_learning_test.exs", + "location": "test/anomaly_detector_test.exs", + "file": "test/anomaly_detector_test.exs", "severity": "Low", - "description": "Elixir test file test/cross_repo_learning_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/anomaly_detector_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2092,21 +2028,22 @@ }, { "category": "MutationGap", - "location": "test/verisim_connector_test.exs", - "file": "test/verisim_connector_test.exs", + "location": "test/zig_ffi_smoke_test.exs", + "file": "test/zig_ffi_smoke_test.exs", "severity": "Low", - "description": "Elixir test file test/verisim_connector_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/zig_ffi_smoke_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/triangle_router_test.exs", - "file": "test/triangle_router_test.exs", + "location": "test/neural_test.exs", + "file": "test/neural_test.exs", "severity": "Low", - "description": "Elixir test file test/triangle_router_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/neural_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2114,10 +2051,10 @@ }, { "category": "MutationGap", - "location": "test/graph_of_trust_convergence_test.exs", - "file": "test/graph_of_trust_convergence_test.exs", + "location": "test/fleet_dispatcher_test.exs", + "file": "test/fleet_dispatcher_test.exs", "severity": "Low", - "description": "Elixir test file test/graph_of_trust_convergence_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/fleet_dispatcher_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2149,34 +2086,36 @@ "test_context": "test_only" }, { - "category": "MutationGap", - "location": "test/confidence_annealing_test.exs", - "file": "test/confidence_annealing_test.exs", - "severity": "Low", - "description": "Elixir test file test/confidence_annealing_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": "test/baseline_health_test.exs", + "file": "test/baseline_health_test.exs", + "severity": "Medium", + "description": "System command execution in test/baseline_health_test.exs", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "AtomExhaustion", - "location": "test/soundness_test.exs", - "file": "test/soundness_test.exs", - "severity": "High", - "description": "1 String.to_atom calls in test/soundness_test.exs (use String.to_existing_atom)", + "category": "MutationGap", + "location": "test/baseline_health_test.exs", + "file": "test/baseline_health_test.exs", + "severity": "Low", + "description": "Elixir test file test/baseline_health_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/soundness_test.exs", - "file": "test/soundness_test.exs", + "location": "test/e2e_pipeline_test.exs", + "file": "test/e2e_pipeline_test.exs", "severity": "Low", - "description": "Elixir test file test/soundness_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/e2e_pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2185,10 +2124,10 @@ }, { "category": "MutationGap", - "location": "test/recipe_new_recipes_test.exs", - "file": "test/recipe_new_recipes_test.exs", + "location": "test/branch_protection_test.exs", + "file": "test/branch_protection_test.exs", "severity": "Low", - "description": "Elixir test file test/recipe_new_recipes_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/branch_protection_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2196,10 +2135,10 @@ }, { "category": "MutationGap", - "location": "test/metrics_snapshot_test.exs", - "file": "test/metrics_snapshot_test.exs", + "location": "test/recipe_new_recipes_test.exs", + "file": "test/recipe_new_recipes_test.exs", "severity": "Low", - "description": "Elixir test file test/metrics_snapshot_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/recipe_new_recipes_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2207,10 +2146,10 @@ }, { "category": "MutationGap", - "location": "test/scorecard_reconciler_test.exs", - "file": "test/scorecard_reconciler_test.exs", + "location": "test/confidence_annealing_test.exs", + "file": "test/confidence_annealing_test.exs", "severity": "Low", - "description": "Elixir test file test/scorecard_reconciler_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/confidence_annealing_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -2218,107 +2157,133 @@ }, { "category": "CommandInjection", - "location": "test/secret_scanning_alerts_test.exs", - "file": "test/secret_scanning_alerts_test.exs", + "location": "test/git_state_test.exs", + "file": "test/git_state_test.exs", "severity": "Medium", - "description": "System command execution in test/secret_scanning_alerts_test.exs", + "description": "System command execution in test/git_state_test.exs", "recommended_attack": [ "cpu", "disk" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/secret_scanning_alerts_test.exs", - "file": "test/secret_scanning_alerts_test.exs", + "location": "test/git_state_test.exs", + "file": "test/git_state_test.exs", "severity": "Low", - "description": "Elixir test file test/secret_scanning_alerts_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/git_state_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "test/secret_scanning_alerts_test.exs", - "file": "test/secret_scanning_alerts_test.exs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in test/secret_scanning_alerts_test.exs", + "category": "MutationGap", + "location": "test/safety_test.exs", + "file": "test/safety_test.exs", + "severity": "Low", + "description": "Elixir test file test/safety_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/reflexive_test.exs", - "file": "test/reflexive_test.exs", + "location": "test/training_pipeline_test.exs", + "file": "test/training_pipeline_test.exs", "severity": "Low", - "description": "Elixir test file test/reflexive_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/training_pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/persistence_test.exs", - "file": "test/persistence_test.exs", + "location": "test/metrics_snapshot_test.exs", + "file": "test/metrics_snapshot_test.exs", "severity": "Low", - "description": "Elixir test file test/persistence_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/metrics_snapshot_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "CommandInjection", - "location": "hypatia-scanner-v2.sh", - "file": "hypatia-scanner-v2.sh", + "location": "test/vcl_remote_cache_test.exs", + "file": "test/vcl_remote_cache_test.exs", "severity": "Medium", - "description": "32 potentially unquoted variable expansions in hypatia-scanner-v2.sh", + "description": "System command execution in test/vcl_remote_cache_test.exs", + "recommended_attack": [ + "cpu", + "disk" + ], + "suppressed": true, + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "test/vcl_remote_cache_test.exs", + "file": "test/vcl_remote_cache_test.exs", + "severity": "Low", + "description": "Elixir test file test/vcl_remote_cache_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "UnsafeCode", - "location": "ffi/zig/src/main.zig", - "file": "ffi/zig/src/main.zig", - "severity": "High", - "description": "2 unsafe pointer casts in ffi/zig/src/main.zig", + "category": "MutationGap", + "location": "test/vcl_client_test.exs", + "file": "test/vcl_client_test.exs", + "severity": "Low", + "description": "Elixir test file test/vcl_client_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "cli/src/config.rs", - "file": "cli/src/config.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in cli/src/config.rs", + "category": "MutationGap", + "location": "test/workflow_hardening_test.exs", + "file": "test/workflow_hardening_test.exs", + "severity": "Low", + "description": "Elixir test file test/workflow_hardening_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "cli/src/output.rs", - "file": "cli/src/output.rs", - "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in cli/src/output.rs", + "category": "MutationGap", + "location": "test/concurrency_test.exs", + "file": "test/concurrency_test.exs", + "severity": "Low", + "description": "Elixir test file test/concurrency_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "test/root_hygiene_test.exs", + "file": "test/root_hygiene_test.exs", + "severity": "Low", + "description": "Elixir test file test/root_hygiene_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "suppressed": true, + "test_context": "test_only" }, { "category": "PanicPath", @@ -2334,16 +2299,28 @@ }, { "category": "PanicPath", - "location": "cli/src/commands/batch.rs", - "file": "cli/src/commands/batch.rs", - "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in cli/src/commands/batch.rs", + "location": "cli/src/commands/fleet.rs", + "file": "cli/src/commands/fleet.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in cli/src/commands/fleet.rs", "recommended_attack": [ "memory", "disk" ], "test_context": "production" }, + { + "category": "UnboundedAllocation", + "location": "cli/src/commands/hooks.rs", + "file": "cli/src/commands/hooks.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in cli/src/commands/hooks.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, { "category": "UnboundedAllocation", "location": "cli/src/commands/deposit.rs", @@ -2358,10 +2335,22 @@ }, { "category": "PanicPath", - "location": "cli/src/commands/fleet.rs", - "file": "cli/src/commands/fleet.rs", + "location": "cli/src/commands/batch.rs", + "file": "cli/src/commands/batch.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in cli/src/commands/fleet.rs", + "description": "0 panic sites and 2 unwrap/expect calls in cli/src/commands/batch.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "cli/src/output.rs", + "file": "cli/src/output.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in cli/src/output.rs", "recommended_attack": [ "memory", "disk" @@ -2370,10 +2359,10 @@ }, { "category": "UnboundedAllocation", - "location": "cli/src/commands/hooks.rs", - "file": "cli/src/commands/hooks.rs", + "location": "cli/src/config.rs", + "file": "cli/src/config.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in cli/src/commands/hooks.rs", + "description": "Potential unbounded allocation pattern detected in cli/src/config.rs", "recommended_attack": [ "memory", "cpu" @@ -2381,16 +2370,27 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "clients/rust/hypatia-client/src/ffi.rs", - "file": "clients/rust/hypatia-client/src/ffi.rs", - "severity": "High", - "description": "24 unsafe blocks in clients/rust/hypatia-client/src/ffi.rs", + "category": "PanicPath", + "location": "adapters/src/codeberg.rs", + "file": "adapters/src/codeberg.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in adapters/src/codeberg.rs", "recommended_attack": [ "memory", - "concurrency" + "disk" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "adapters/src/radicle.rs", + "file": "adapters/src/radicle.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in adapters/src/radicle.rs", + "recommended_attack": [ + "memory", + "disk" ], - "suppressed": true, "test_context": "production" }, { @@ -2414,38 +2414,59 @@ }, "file_statistics": [ { - "file_path": "lib/dispatch_manifest.ex", - "lines": 219, + "file_path": "tui/src/hypatia_tui.adb", + "lines": 217, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "tools/scm-to-a2ml.sh", + "lines": 419, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "tools/cii-registrar/src/main.rs", + "lines": 304, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 8, + "allocation_sites": 0, "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "lib/outcome_tracker.ex", - "lines": 981, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "lib/learning_scheduler.ex", - "lines": 692, + "file_path": "hypatia-scanner-v2.sh", + "lines": 525, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "lib/historical_trends.ex", - "lines": 325, + "file_path": "hooks/installer.sh", + "lines": 471, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2454,8 +2475,8 @@ "threading_constructs": 0 }, { - "file_path": "lib/cross_repo_learning.ex", - "lines": 611, + "file_path": "hooks/lib/cache.sh", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2464,28 +2485,28 @@ "threading_constructs": 0 }, { - "file_path": "lib/hypatia/diagnostics/monitor.ex", - "lines": 412, + "file_path": "hooks/lib/api.sh", + "lines": 324, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 16, + "threading_constructs": 0 }, { - "file_path": "lib/hypatia/web/groove_plug.ex", - "lines": 241, + "file_path": "hooks/templates/prepare-commit-msg.sh", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "lib/hypatia/watcher/alerts/sinks.ex", - "lines": 284, + "file_path": "hooks/templates/post-receive.sh", + "lines": 273, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2494,18 +2515,18 @@ "threading_constructs": 0 }, { - "file_path": "lib/hypatia/watcher/anomaly_detector.ex", - "lines": 305, + "file_path": "tests/e2e.sh", + "lines": 281, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "lib/hypatia/watcher/alerts.ex", - "lines": 355, + "file_path": "data/src/verisim.rs", + "lines": 79, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2514,48 +2535,50 @@ "threading_constructs": 1 }, { - "file_path": "lib/hypatia/watcher/persistence.ex", - "lines": 213, + "file_path": "data/src/dragonfly.rs", + "lines": 369, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "lib/hypatia/cli.ex", - "lines": 1502, + "file_path": "data/src/cache.rs", + "lines": 686, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, - "threading_constructs": 0 + "safe_unwrap_calls": 10, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "lib/hypatia/watcher.ex", - "lines": 522, + "file_path": "lib/tui/port.ex", + "lines": 165, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "lib/hypatia/scanner_suppression.ex", - "lines": 490, + "file_path": "lib/learning_scheduler.ex", + "lines": 692, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 4, + "threading_constructs": 2 }, { - "file_path": "lib/direct_github_pr.ex", - "lines": 526, + "file_path": "lib/historical_trends.ex", + "lines": 325, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2574,8 +2597,8 @@ "threading_constructs": 0 }, { - "file_path": "lib/scorecard_reconciler.ex", - "lines": 495, + "file_path": "lib/cross_repo_learning.ex", + "lines": 611, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2584,148 +2607,108 @@ "threading_constructs": 0 }, { - "file_path": "lib/scorecard_ingestor.ex", - "lines": 671, + "file_path": "lib/hypatia/cli.ex", + "lines": 1502, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "lib/data/arangodb.ex", - "lines": 621, + "file_path": "lib/hypatia/watcher/anomaly_detector.ex", + "lines": 305, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "lib/verisim_connector.ex", - "lines": 315, + "file_path": "lib/hypatia/watcher/alerts/sinks.ex", + "lines": 284, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "lib/rules/cicd_rules.ex", - "lines": 1841, + "file_path": "lib/hypatia/watcher/alerts.ex", + "lines": 355, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "lib/rules/honest_completion.ex", - "lines": 506, + "file_path": "lib/hypatia/watcher/persistence.ex", + "lines": 213, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "lib/rules/rsr_criteria.ex", - "lines": 130, + "file_path": "lib/hypatia/diagnostics/monitor.ex", + "lines": 412, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "lib/rules/learning.ex", - "lines": 233, + "file_path": "lib/hypatia/watcher.ex", + "lines": 522, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 1, + "io_operations": 2, "threading_constructs": 1 }, { - "file_path": "lib/rules/supply_chain.ex", - "lines": 1033, + "file_path": "lib/hypatia/web/groove_plug.ex", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 12, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "lib/rules/workflow_hardening.ex", - "lines": 1307, + "file_path": "lib/hypatia/scanner_suppression.ex", + "lines": 490, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 15, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "lib/rules/research_extensions.ex", - "lines": 1092, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 10, - "threading_constructs": 0 - }, - { - "file_path": "lib/rules/green_web.ex", - "lines": 441, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "lib/rules/baseline_health.ex", - "lines": 1055, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "lib/rules/implementation_inside_canon.ex", - "lines": 204, + "file_path": "lib/data/arangodb.ex", + "lines": 621, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 3, - "threading_constructs": 0 - }, - { - "file_path": "lib/rules/dogfooding.ex", - "lines": 517, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 10, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "lib/rules/rule_loader.ex", - "lines": 313, + "file_path": "lib/direct_github_pr.ex", + "lines": 526, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2734,64 +2717,64 @@ "threading_constructs": 0 }, { - "file_path": "lib/rules/rsr_conformance.ex", - "lines": 563, + "file_path": "lib/kin/protocol.ex", + "lines": 169, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "lib/rules/structural_drift.ex", - "lines": 1297, + "file_path": "lib/kin/contingency.ex", + "lines": 334, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, - "threading_constructs": 0 + "io_operations": 2, + "threading_constructs": 1 }, { - "file_path": "lib/rules/strategy_drift.ex", - "lines": 216, + "file_path": "lib/kin/watchdog.ex", + "lines": 191, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "lib/rules/root_hygiene.ex", - "lines": 542, + "file_path": "lib/kin/gate.ex", + "lines": 538, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 2, + "threading_constructs": 1 }, { - "file_path": "lib/rules/rules.ex", - "lines": 787, + "file_path": "lib/kin/arbiter.ex", + "lines": 377, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "lib/merge_orchestration/sensor.ex", - "lines": 279, + "file_path": "lib/kin/coordinator.ex", + "lines": 481, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { "file_path": "lib/merge_orchestration/ticker.ex", @@ -2803,16 +2786,6 @@ "io_operations": 0, "threading_constructs": 1 }, - { - "file_path": "lib/merge_orchestration/dispatcher.ex", - "lines": 118, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, { "file_path": "lib/merge_orchestration/kin_gate/file_store.ex", "lines": 105, @@ -2824,48 +2797,28 @@ "threading_constructs": 0 }, { - "file_path": "lib/merge_orchestration/loop.ex", - "lines": 248, + "file_path": "lib/merge_orchestration/dispatcher.ex", + "lines": 118, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "lib/kin/coordinator.ex", - "lines": 481, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "lib/kin/arbiter.ex", - "lines": 377, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "lib/kin/gate.ex", - "lines": 538, + "file_path": "lib/merge_orchestration/sensor.ex", + "lines": 279, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 2, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "lib/kin/protocol.ex", - "lines": 169, + "file_path": "lib/merge_orchestration/loop.ex", + "lines": 248, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2874,18 +2827,18 @@ "threading_constructs": 0 }, { - "file_path": "lib/kin/watchdog.ex", - "lines": 191, + "file_path": "lib/recipe_generator.ex", + "lines": 299, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "lib/kin/contingency.ex", - "lines": 334, + "file_path": "lib/self_diagnostics.ex", + "lines": 388, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2893,16 +2846,6 @@ "io_operations": 2, "threading_constructs": 1 }, - { - "file_path": "lib/vcl/file_executor.ex", - "lines": 729, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 - }, { "file_path": "lib/vcl/remote_cache.ex", "lines": 378, @@ -2924,18 +2867,18 @@ "threading_constructs": 0 }, { - "file_path": "lib/vcl/client.ex", - "lines": 455, + "file_path": "lib/vcl/file_executor.ex", + "lines": 729, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "lib/neural/variational_autoencoder.ex", - "lines": 125, + "file_path": "lib/vcl/client.ex", + "lines": 455, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2944,14 +2887,14 @@ "threading_constructs": 1 }, { - "file_path": "lib/neural/rebalancer.ex", - "lines": 361, + "file_path": "lib/neural/sequence_model.ex", + "lines": 140, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { "file_path": "lib/neural/blackboard.ex", @@ -2964,14 +2907,14 @@ "threading_constructs": 1 }, { - "file_path": "lib/neural/coordinator.ex", - "lines": 936, + "file_path": "lib/neural/rebalancer.ex", + "lines": 361, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 5 + "io_operations": 1, + "threading_constructs": 0 }, { "file_path": "lib/neural/training_pipeline.ex", @@ -2984,8 +2927,8 @@ "threading_constructs": 0 }, { - "file_path": "lib/neural/sequence_model.ex", - "lines": 140, + "file_path": "lib/neural/graph_neural_network.ex", + "lines": 149, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3004,28 +2947,28 @@ "threading_constructs": 0 }, { - "file_path": "lib/neural/graph_neural_network.ex", - "lines": 149, + "file_path": "lib/neural/persistence.ex", + "lines": 204, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "lib/neural/persistence.ex", - "lines": 204, + "file_path": "lib/neural/coordinator.ex", + "lines": 936, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 5 }, { - "file_path": "lib/tui/port.ex", - "lines": 165, + "file_path": "lib/neural/variational_autoencoder.ex", + "lines": 125, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3034,48 +2977,48 @@ "threading_constructs": 1 }, { - "file_path": "lib/pattern_registry.ex", - "lines": 371, + "file_path": "lib/verisim_connector.ex", + "lines": 315, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "lib/self_diagnostics.ex", - "lines": 388, + "file_path": "lib/recipe_matcher.ex", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 2, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "lib/safety/batch_rollback.ex", - "lines": 167, + "file_path": "lib/dispatch_manifest.ex", + "lines": 219, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "lib/safety/rate_limiter.ex", - "lines": 208, + "file_path": "lib/pattern_registry.ex", + "lines": 371, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "lib/safety/quarantine.ex", - "lines": 250, + "file_path": "lib/rules/learning.ex", + "lines": 233, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3084,18 +3027,18 @@ "threading_constructs": 1 }, { - "file_path": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", - "lines": 177, + "file_path": "lib/rules/implementation_inside_canon.ex", + "lines": 204, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "lib/mix/tasks/hypatia.verify_action_shas.ex", - "lines": 269, + "file_path": "lib/rules/root_hygiene.ex", + "lines": 542, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3104,326 +3047,301 @@ "threading_constructs": 0 }, { - "file_path": "lib/mix/tasks/hypatia.batch_security_scan.ex", - "lines": 298, + "file_path": "lib/rules/baseline_health.ex", + "lines": 1055, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "lib/mix/tasks/hypatia.repo_batch_ops.ex", - "lines": 720, + "file_path": "lib/rules/structural_drift.ex", + "lines": 1297, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "lib/mix/tasks/hypatia.audit_repos.ex", - "lines": 679, + "file_path": "lib/rules/research_extensions.ex", + "lines": 1092, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "lib/mix/tasks/hypatia.rsr_score.ex", - "lines": 127, + "file_path": "lib/rules/dogfooding.ex", + "lines": 517, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "lib/recipe_generator.ex", - "lines": 299, + "file_path": "lib/rules/supply_chain.ex", + "lines": 1033, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "lib/recipe_matcher.ex", - "lines": 241, + "file_path": "lib/rules/honest_completion.ex", + "lines": 506, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/scm-to-a2ml.sh", - "lines": 419, + "file_path": "lib/rules/workflow_hardening.ex", + "lines": 1307, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 15, "threading_constructs": 0 }, { - "file_path": "tools/cii-registrar/src/main.rs", - "lines": 304, + "file_path": "lib/rules/rule_loader.ex", + "lines": 313, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "hypatia-cli-bash.sh", - "lines": 1117, + "file_path": "lib/rules/cicd_rules.ex", + "lines": 1841, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "adapters/src/bitbucket.rs", - "lines": 1260, + "file_path": "lib/rules/green_web.ex", + "lines": 441, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 10, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "adapters/src/github.rs", - "lines": 1377, + "file_path": "lib/rules/strategy_drift.ex", + "lines": 216, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "adapters/src/codeberg.rs", - "lines": 1564, + "file_path": "lib/rules/rules.ex", + "lines": 787, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 24, - "allocation_sites": 10, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "adapters/src/lib.rs", - "lines": 246, + "file_path": "lib/rules/rsr_conformance.ex", + "lines": 563, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "adapters/src/sourcehut.rs", - "lines": 1309, + "file_path": "lib/rules/rsr_criteria.ex", + "lines": 130, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 16, - "allocation_sites": 28, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "adapters/src/gitlab.rs", - "lines": 1347, + "file_path": "lib/scorecard_ingestor.ex", + "lines": 671, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 13, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "adapters/src/radicle.rs", - "lines": 1238, + "file_path": "lib/mix/tasks/hypatia.audit_repos.ex", + "lines": 679, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 24, - "allocation_sites": 24, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "fixer/src/main.rs", - "lines": 306, + "file_path": "lib/mix/tasks/hypatia.rsr_score.ex", + "lines": 127, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "fixer/src/lib.rs", - "lines": 98, + "file_path": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", + "lines": 177, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "fixer/src/scanner.rs", - "lines": 321, + "file_path": "lib/mix/tasks/hypatia.repo_batch_ops.ex", + "lines": 720, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "integration/run-tests.sh", - "lines": 363, + "file_path": "lib/mix/tasks/hypatia.batch_security_scan.ex", + "lines": 298, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "integration/tests/forge_test.rs", - "lines": 890, + "file_path": "lib/mix/tasks/hypatia.verify_action_shas.ex", + "lines": 269, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "integration/tests/registry_test.rs", - "lines": 748, + "file_path": "lib/scorecard_reconciler.ex", + "lines": 495, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "integration/tests/fleet_test.rs", - "lines": 505, + "file_path": "lib/outcome_tracker.ex", + "lines": 981, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 6, - "io_operations": 9, + "allocation_sites": 0, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "integration/src/lib.rs", - "lines": 142, + "file_path": "lib/safety/batch_rollback.ex", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 5, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "integration/src/ci_simulation/scenarios.rs", - "lines": 1401, + "file_path": "lib/safety/rate_limiter.ex", + "lines": 208, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 102, - "safe_unwrap_calls": 2, - "allocation_sites": 32, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "integration/src/ci_simulation/assertions.rs", - "lines": 1037, - "unsafe_blocks": 0, - "panic_sites": 22, - "unwrap_calls": 1, - "safe_unwrap_calls": 4, - "allocation_sites": 2, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "integration/src/ci_simulation/mod.rs", - "lines": 2086, + "file_path": "lib/safety/quarantine.ex", + "lines": 250, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 12, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "data/src/cache.rs", - "lines": 686, + "file_path": "clients/rust/hypatia-client/src/subprocess.rs", + "lines": 83, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 10, + "safe_unwrap_calls": 4, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "data/src/verisim.rs", - "lines": 79, + "file_path": "clients/rust/hypatia-client/src/client.rs", + "lines": 401, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "data/src/dragonfly.rs", - "lines": 369, - "unsafe_blocks": 0, + "file_path": "clients/rust/hypatia-client/src/ffi.rs", + "lines": 559, + "unsafe_blocks": 24, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 2, - "allocation_sites": 0, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "hooks/templates/post-receive.sh", - "lines": 273, + "file_path": "clients/rust/hypatia-client/src/error.rs", + "lines": 23, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3432,90 +3350,137 @@ "threading_constructs": 0 }, { - "file_path": "hooks/templates/prepare-commit-msg.sh", - "lines": 275, + "file_path": "hypatia-cli-bash.sh", + "lines": 1117, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "hooks/lib/cache.sh", - "lines": 274, + "file_path": "fixer/src/scanner.rs", + "lines": 321, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "unwrap_calls": 5, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "hooks/lib/api.sh", - "lines": 324, + "file_path": "fixer/src/lib.rs", + "lines": 98, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "fixer/src/main.rs", + "lines": 306, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 2, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 16, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "hooks/installer.sh", - "lines": 471, + "file_path": "integration/tests/fleet_test.rs", + "lines": 505, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 6, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "scripts/bench-tools/src/lib.rs", - "lines": 337, + "file_path": "integration/tests/forge_test.rs", + "lines": 890, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "safe_unwrap_calls": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "scripts/bench-tools/src/bin/check-bench-regression.rs", - "lines": 157, + "file_path": "integration/tests/registry_test.rs", + "lines": 748, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/bench-tools/src/bin/update-bench-baselines.rs", - "lines": 78, + "file_path": "integration/src/ci_simulation/mod.rs", + "lines": 2086, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 12, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "integration/src/ci_simulation/scenarios.rs", + "lines": 1401, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 102, "safe_unwrap_calls": 2, + "allocation_sites": 32, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "integration/src/ci_simulation/assertions.rs", + "lines": 1037, + "unsafe_blocks": 0, + "panic_sites": 22, + "unwrap_calls": 1, + "safe_unwrap_calls": 4, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "integration/src/lib.rs", + "lines": 142, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 5, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/fix-pinned-dependencies.sh", - "lines": 208, + "file_path": "integration/run-tests.sh", + "lines": 363, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "scripts/sweeps/resync-hypatia-scan-phase2.sh", - "lines": 211, + "file_path": "scripts/panll-data-bridge.sh", + "lines": 160, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3524,8 +3489,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/sweeps/patch_phase2.sh", - "lines": 56, + "file_path": "scripts/fix-pinned-dependencies.sh", + "lines": 208, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3534,29 +3499,40 @@ "threading_constructs": 0 }, { - "file_path": "scripts/ci-tools/src/bin/validate-panll-harness.rs", - "lines": 93, + "file_path": "scripts/bench-tools/src/lib.rs", + "lines": 337, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 10, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "scripts/bench-tools/src/bin/check-bench-regression.rs", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", - "lines": 69, + "file_path": "scripts/bench-tools/src/bin/update-bench-baselines.rs", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/ci-health/sweep.sh", - "lines": 66, + "file_path": "scripts/hypatia-sitrep.sh", + "lines": 270, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3575,23 +3551,23 @@ "threading_constructs": 0 }, { - "file_path": "scripts/security-check.sh", - "lines": 690, + "file_path": "scripts/ci-health/sweep.sh", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/bot-accountability.sh", - "lines": 143, + "file_path": "scripts/security-check.sh", + "lines": 690, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { @@ -3605,23 +3581,23 @@ "threading_constructs": 0 }, { - "file_path": "scripts/fix-scripts/fix-heredoc-install.sh", - "lines": 41, + "file_path": "scripts/fix-scripts/fix-add-elixir-ci.sh", + "lines": 73, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/fix-scripts/fix-dependabot.sh", - "lines": 105, + "file_path": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", + "lines": 60, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { @@ -3645,48 +3621,48 @@ "threading_constructs": 0 }, { - "file_path": "scripts/fix-scripts/fix-scorecard-fuzzing.sh", - "lines": 109, + "file_path": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", + "lines": 56, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/fix-scripts/fix-license-file.sh", - "lines": 40, + "file_path": "scripts/fix-scripts/fix-scorecard-packaging.sh", + "lines": 102, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/fix-scripts/fix-scorecard-packaging.sh", - "lines": 102, + "file_path": "scripts/fix-scripts/fix-heredoc-install.sh", + "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/fix-scripts/fix-scorecard-sbom.sh", - "lines": 101, + "file_path": "scripts/fix-scripts/fix-license-file.sh", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/fix-scripts/fix-add-elixir-ci.sh", - "lines": 73, + "file_path": "scripts/fix-scripts/fix-sast-workflow.sh", + "lines": 89, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3695,33 +3671,33 @@ "threading_constructs": 0 }, { - "file_path": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", - "lines": 60, + "file_path": "scripts/fix-scripts/fix-dependabot.sh", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "scripts/fix-scripts/fix-sast-workflow.sh", - "lines": 89, + "file_path": "scripts/fix-scripts/fix-scorecard-fuzzing.sh", + "lines": 109, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", - "lines": 56, + "file_path": "scripts/fix-scripts/fix-scorecard-sbom.sh", + "lines": 101, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { @@ -3735,18 +3711,29 @@ "threading_constructs": 0 }, { - "file_path": "scripts/hypatia-sitrep.sh", - "lines": 270, + "file_path": "scripts/ci-tools/src/bin/validate-panll-harness.rs", + "lines": 93, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", + "lines": 69, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/panll-data-bridge.sh", - "lines": 160, + "file_path": "scripts/sweeps/patch_phase2.sh", + "lines": 56, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3755,43 +3742,53 @@ "threading_constructs": 0 }, { - "file_path": "tests/e2e.sh", - "lines": 281, + "file_path": "scripts/sweeps/resync-hypatia-scan-phase2.sh", + "lines": 211, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/retired_descriptile_policy_test.exs", - "lines": 55, + "file_path": "scripts/bot-accountability.sh", + "lines": 143, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/blackboard_test.exs", - "lines": 230, + "file_path": "ffi/zig/src/runtime.zig", + "lines": 60, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "ffi/zig/src/main.zig", + "lines": 479, + "unsafe_blocks": 2, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "test/unified-api-adapter-contract_test.exs", - "lines": 124, + "file_path": "ffi/zig/src/file_ops.zig", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 1, + "io_operations": 1, "threading_constructs": 0 }, { @@ -3805,28 +3802,38 @@ "threading_constructs": 0 }, { - "file_path": "test/watcher_test.exs", - "lines": 222, - "unsafe_blocks": 0, + "file_path": "test/scorecard_ingestor_actions_lock_test.exs", + "lines": 79, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 6, + "threading_constructs": 0 }, { - "file_path": "test/structural_drift_test.exs", - "lines": 505, + "file_path": "test/historical_trends_test.exs", + "lines": 165, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 38, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "test/soundness/fixtures/code_safety/transmute.rs", - "lines": 7, + "file_path": "test/research_extensions_test.exs", + "lines": 651, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 + }, + { + "file_path": "test/soundness/fixtures/code_safety/believe_me.idr", + "lines": 11, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, @@ -3835,9 +3842,19 @@ "threading_constructs": 0 }, { - "file_path": "test/soundness/fixtures/code_safety/unsafe_coerce.hs", - "lines": 13, - "unsafe_blocks": 2, + "file_path": "test/soundness/fixtures/code_safety/sorry.lean", + "lines": 8, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", + "lines": 5, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3855,17 +3872,17 @@ "threading_constructs": 0 }, { - "file_path": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", - "lines": 7, - "unsafe_blocks": 0, + "file_path": "test/soundness/fixtures/code_safety/unsafe_coerce.hs", + "lines": 13, + "unsafe_blocks": 2, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "test/soundness/fixtures/code_safety/zig_ptr_cast.zig", + "file_path": "test/soundness/fixtures/code_safety/transmute.rs", "lines": 7, "unsafe_blocks": 1, "panic_sites": 0, @@ -3885,8 +3902,8 @@ "threading_constructs": 0 }, { - "file_path": "test/soundness/fixtures/code_safety/believe_me.idr", - "lines": 11, + "file_path": "test/soundness/fixtures/code_safety/zig_ptr_cast.zig", + "lines": 7, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, @@ -3895,48 +3912,48 @@ "threading_constructs": 0 }, { - "file_path": "test/soundness/fixtures/code_safety/sorry.lean", - "lines": 8, - "unsafe_blocks": 1, + "file_path": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", + "lines": 7, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", - "lines": 5, - "unsafe_blocks": 1, + "file_path": "test/a2ml/record_dialect_test.exs", + "lines": 151, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/root_hygiene_test.exs", - "lines": 229, + "file_path": "test/gossamer/browser_smoke.test.mjs", + "lines": 219, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 17, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "test/historical_trends_test.exs", - "lines": 165, + "file_path": "test/direct_github_pr_test.exs", + "lines": 389, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "test/e2e_pipeline_test.exs", - "lines": 369, + "file_path": "test/merge_orchestration/kin_gate_test.exs", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3945,48 +3962,48 @@ "threading_constructs": 0 }, { - "file_path": "test/supply_chain_test.exs", - "lines": 430, + "file_path": "test/merge_orchestration/lease_validator_test.exs", + "lines": 87, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 20, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "test/zig_ffi_smoke_test.exs", - "lines": 288, + "file_path": "test/merge_orchestration/ticker_test.exs", + "lines": 100, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "test/git_state_test.exs", - "lines": 223, + "file_path": "test/merge_orchestration/dispatcher_test.exs", + "lines": 89, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/baseline_health_test.exs", - "lines": 408, + "file_path": "test/merge_orchestration/scheduler_test.exs", + "lines": 102, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 12, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "test/direct_github_pr_test.exs", - "lines": 389, + "file_path": "test/merge_orchestration/loop_test.exs", + "lines": 291, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3995,78 +4012,78 @@ "threading_constructs": 0 }, { - "file_path": "test/workflow_hardening_test.exs", - "lines": 844, + "file_path": "test/merge_orchestration/sensor_test.exs", + "lines": 240, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "test/a2ml/record_dialect_test.exs", - "lines": 151, + "file_path": "test/supply_chain_test.exs", + "lines": 430, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 20, "threading_constructs": 0 }, { - "file_path": "test/vcl_remote_cache_test.exs", - "lines": 387, + "file_path": "test/structural_drift_test.exs", + "lines": 505, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 1 + "io_operations": 38, + "threading_constructs": 0 }, { - "file_path": "test/rules/cicd_rules_content_scanner_test.exs", - "lines": 175, + "file_path": "test/soundness_test.exs", + "lines": 110, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 18, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "test/rules/cicd_rules_duplicate_cron_test.exs", - "lines": 75, + "file_path": "test/unified-api-adapter-contract_test.exs", + "lines": 124, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "test/rules/secret_history_coverage_test.exs", - "lines": 211, + "file_path": "test/blackboard_test.exs", + "lines": 230, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "test/rules/actions_lock_test.exs", - "lines": 295, + "file_path": "test/retired_descriptile_policy_test.exs", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "test/rules/rsr_conformance_test.exs", - "lines": 297, + "file_path": "test/research_extensions_wiring_test.exs", + "lines": 207, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4075,38 +4092,28 @@ "threading_constructs": 0 }, { - "file_path": "test/concurrency_test.exs", - "lines": 345, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 12 - }, - { - "file_path": "test/merge_orchestration/scheduler_test.exs", - "lines": 102, + "file_path": "test/persistence_test.exs", + "lines": 115, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "test/merge_orchestration/lease_validator_test.exs", - "lines": 87, + "file_path": "test/watcher_test.exs", + "lines": 222, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "test/merge_orchestration/dispatcher_test.exs", - "lines": 89, + "file_path": "test/rules/actions_lock_test.exs", + "lines": 295, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4115,8 +4122,8 @@ "threading_constructs": 0 }, { - "file_path": "test/merge_orchestration/ticker_test.exs", - "lines": 100, + "file_path": "test/rules/secret_history_coverage_test.exs", + "lines": 211, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4125,18 +4132,18 @@ "threading_constructs": 0 }, { - "file_path": "test/merge_orchestration/sensor_test.exs", - "lines": 240, + "file_path": "test/rules/cicd_rules_content_scanner_test.exs", + "lines": 175, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 18, "threading_constructs": 0 }, { - "file_path": "test/merge_orchestration/kin_gate_test.exs", - "lines": 137, + "file_path": "test/rules/cicd_rules_duplicate_cron_test.exs", + "lines": 75, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4145,38 +4152,38 @@ "threading_constructs": 0 }, { - "file_path": "test/merge_orchestration/loop_test.exs", - "lines": 291, + "file_path": "test/rules/rsr_conformance_test.exs", + "lines": 297, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 11, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/research_extensions_test.exs", - "lines": 651, + "file_path": "test/reflexive_test.exs", + "lines": 276, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/research_extensions_wiring_test.exs", - "lines": 207, + "file_path": "test/zig_ffi_smoke_test.exs", + "lines": 288, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "test/gossamer/browser_smoke.test.mjs", - "lines": 219, + "file_path": "test/dependabot_alerts_test.exs", + "lines": 311, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4185,48 +4192,48 @@ "threading_constructs": 0 }, { - "file_path": "test/scorecard_ingestor_actions_lock_test.exs", - "lines": 79, + "file_path": "test/baseline_health_test.exs", + "lines": 408, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "test/dependabot_alerts_test.exs", - "lines": 311, + "file_path": "test/e2e_pipeline_test.exs", + "lines": 369, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/soundness_test.exs", - "lines": 110, + "file_path": "test/git_state_test.exs", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "test/reflexive_test.exs", - "lines": 276, + "file_path": "test/vcl_remote_cache_test.exs", + "lines": 387, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, + "io_operations": 3, + "threading_constructs": 1 + }, { - "file_path": "test/persistence_test.exs", - "lines": 115, + "file_path": "test/workflow_hardening_test.exs", + "lines": 844, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4235,29 +4242,29 @@ "threading_constructs": 0 }, { - "file_path": "tui/src/hypatia_tui.adb", - "lines": 217, + "file_path": "test/concurrency_test.exs", + "lines": 345, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 12 }, { - "file_path": "src/ui/gossamer/loader.js", - "lines": 435, + "file_path": "test/root_hygiene_test.exs", + "lines": 229, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 17, "threading_constructs": 0 }, { - "file_path": "src/ui/gossamer/hypatia_gui.eph", - "lines": 89, - "unsafe_blocks": 1, + "file_path": "cli/src/completions.rs", + "lines": 134, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4265,65 +4272,70 @@ "threading_constructs": 0 }, { - "file_path": "hypatia-scanner-v2.sh", - "lines": 525, + "file_path": "cli/src/commands/withdraw.rs", + "lines": 446, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/runtime.zig", - "lines": 60, + "file_path": "cli/src/commands/scan.rs", + "lines": 880, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "unwrap_calls": 1, + "safe_unwrap_calls": 9, + "allocation_sites": 12, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 479, - "unsafe_blocks": 2, + "file_path": "cli/src/commands/fleet.rs", + "lines": 769, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "unwrap_calls": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/file_ops.zig", - "lines": 116, + "file_path": "cli/src/commands/hooks.rs", + "lines": 916, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 1, + "safe_unwrap_calls": 8, + "allocation_sites": 20, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "cli/src/completions.rs", - "lines": 134, + "file_path": "cli/src/commands/deposit.rs", + "lines": 581, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cli/src/config.rs", - "lines": 665, + "file_path": "cli/src/commands/batch.rs", + "lines": 1043, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 0 + "unwrap_calls": 2, + "safe_unwrap_calls": 6, + "allocation_sites": 14, + "io_operations": 9, + "threading_constructs": 2 }, { "file_path": "cli/src/output.rs", @@ -4337,1610 +4349,1670 @@ "threading_constructs": 0 }, { - "file_path": "cli/src/app_state.rs", - "lines": 149, + "file_path": "cli/src/config.rs", + "lines": 665, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "safe_unwrap_calls": 5, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 4 - }, - { - "file_path": "cli/src/commands/scan.rs", - "lines": 880, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 9, - "allocation_sites": 12, - "io_operations": 3, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "cli/src/commands/batch.rs", - "lines": 1043, + "file_path": "cli/src/app_state.rs", + "lines": 149, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 6, - "allocation_sites": 14, - "io_operations": 9, - "threading_constructs": 2 + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 4 }, { - "file_path": "cli/src/commands/deposit.rs", - "lines": 581, + "file_path": "src/ui/gossamer/loader.js", + "lines": 435, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cli/src/commands/withdraw.rs", - "lines": 446, - "unsafe_blocks": 0, + "file_path": "src/ui/gossamer/hypatia_gui.eph", + "lines": 89, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "cli/src/commands/fleet.rs", - "lines": 769, + "file_path": "schema/generate-findings.ncl", + "lines": 21, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "cli/src/commands/hooks.rs", - "lines": 916, + "file_path": "adapters/src/codeberg.rs", + "lines": 1564, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 20, - "io_operations": 10, + "unwrap_calls": 1, + "safe_unwrap_calls": 24, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "schema/generate-findings.ncl", - "lines": 21, + "file_path": "adapters/src/github.rs", + "lines": 1377, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "clients/rust/hypatia-client/src/client.rs", - "lines": 401, + "file_path": "adapters/src/lib.rs", + "lines": 246, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, + "allocation_sites": 12, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "clients/rust/hypatia-client/src/error.rs", - "lines": 23, + "file_path": "adapters/src/gitlab.rs", + "lines": 1347, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 13, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "clients/rust/hypatia-client/src/subprocess.rs", - "lines": 83, + "file_path": "adapters/src/bitbucket.rs", + "lines": 1260, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 2, + "safe_unwrap_calls": 10, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "clients/rust/hypatia-client/src/ffi.rs", - "lines": 559, - "unsafe_blocks": 24, + "file_path": "adapters/src/sourcehut.rs", + "lines": 1309, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, + "safe_unwrap_calls": 16, + "allocation_sites": 28, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "adapters/src/radicle.rs", + "lines": 1238, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "unwrap_calls": 1, + "safe_unwrap_calls": 24, + "allocation_sites": 24, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "concurrency", "cpu", + "network", "disk", "memory", - "network" + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "test/soundness/fixtures/code_safety/transmute.rs", - "to": "test/soundness/fixtures/code_safety/unsafe_coerce.hs", - "relation": "shared_dir:test/soundness/fixtures/code_safety", + "from": "adapters/src/codeberg.rs", + "to": "adapters/src/github.rs", + "relation": "shared_dir:adapters/src", "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/unsafe_coerce.hs", - "to": "test/soundness/fixtures/code_safety/shell_download_then_run.sh", - "relation": "shared_dir:test/soundness/fixtures/code_safety", + "from": "adapters/src/github.rs", + "to": "adapters/src/lib.rs", + "relation": "shared_dir:adapters/src", "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/shell_download_then_run.sh", - "to": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", - "relation": "shared_dir:test/soundness/fixtures/code_safety", + "from": "adapters/src/lib.rs", + "to": "adapters/src/gitlab.rs", + "relation": "shared_dir:adapters/src", "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", - "to": "test/soundness/fixtures/code_safety/zig_ptr_cast.zig", - "relation": "shared_dir:test/soundness/fixtures/code_safety", + "from": "adapters/src/gitlab.rs", + "to": "adapters/src/bitbucket.rs", + "relation": "shared_dir:adapters/src", "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/zig_ptr_cast.zig", - "to": "test/soundness/fixtures/code_safety/admitted.v", - "relation": "shared_dir:test/soundness/fixtures/code_safety", + "from": "adapters/src/bitbucket.rs", + "to": "adapters/src/sourcehut.rs", + "relation": "shared_dir:adapters/src", "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/admitted.v", - "to": "test/soundness/fixtures/code_safety/believe_me.idr", - "relation": "shared_dir:test/soundness/fixtures/code_safety", + "from": "adapters/src/sourcehut.rs", + "to": "adapters/src/radicle.rs", + "relation": "shared_dir:adapters/src", "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/believe_me.idr", - "to": "test/soundness/fixtures/code_safety/sorry.lean", - "relation": "shared_dir:test/soundness/fixtures/code_safety", + "from": "hypatia-scanner-v2.sh", + "to": "hypatia-cli-bash.sh", + "relation": "shared_dir:", "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/sorry.lean", - "to": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", - "relation": "shared_dir:test/soundness/fixtures/code_safety", - "weight": 1.0 - }, - { - "from": "hooks/lib/cache.sh", - "to": "hooks/lib/api.sh", - "relation": "shared_dir:hooks/lib", + "from": "lib/hypatia/watcher/anomaly_detector.ex", + "to": "lib/hypatia/watcher/alerts.ex", + "relation": "shared_dir:lib/hypatia/watcher", "weight": 1.0 }, { - "from": "scripts/sweeps/resync-hypatia-scan-phase2.sh", - "to": "scripts/sweeps/patch_phase2.sh", - "relation": "shared_dir:scripts/sweeps", + "from": "lib/hypatia/watcher/alerts.ex", + "to": "lib/hypatia/watcher/persistence.ex", + "relation": "shared_dir:lib/hypatia/watcher", "weight": 1.0 }, { - "from": "lib/vcl/file_executor.ex", - "to": "lib/vcl/remote_cache.ex", - "relation": "shared_dir:lib/vcl", + "from": "lib/hypatia/cli.ex", + "to": "lib/hypatia/watcher.ex", + "relation": "shared_dir:lib/hypatia", "weight": 1.0 }, { - "from": "lib/vcl/remote_cache.ex", - "to": "lib/vcl/query.ex", - "relation": "shared_dir:lib/vcl", + "from": "lib/hypatia/watcher.ex", + "to": "lib/hypatia/scanner_suppression.ex", + "relation": "shared_dir:lib/hypatia", "weight": 1.0 }, { - "from": "lib/vcl/query.ex", - "to": "lib/vcl/client.ex", - "relation": "shared_dir:lib/vcl", + "from": "scripts/bench-tools/src/bin/check-bench-regression.rs", + "to": "scripts/bench-tools/src/bin/update-bench-baselines.rs", + "relation": "shared_dir:scripts/bench-tools/src/bin", "weight": 1.0 }, { - "from": "cli/src/completions.rs", - "to": "cli/src/config.rs", - "relation": "shared_dir:cli/src", + "from": "hooks/lib/cache.sh", + "to": "hooks/lib/api.sh", + "relation": "shared_dir:hooks/lib", "weight": 1.0 }, { - "from": "cli/src/config.rs", - "to": "cli/src/output.rs", - "relation": "shared_dir:cli/src", + "from": "fixer/src/scanner.rs", + "to": "fixer/src/lib.rs", + "relation": "shared_dir:fixer/src", "weight": 1.0 }, { - "from": "cli/src/output.rs", - "to": "cli/src/app_state.rs", - "relation": "shared_dir:cli/src", + "from": "fixer/src/lib.rs", + "to": "fixer/src/main.rs", + "relation": "shared_dir:fixer/src", "weight": 1.0 }, { - "from": "lib/dispatch_manifest.ex", - "to": "lib/outcome_tracker.ex", - "relation": "shared_dir:lib", + "from": "scripts/ci-tools/src/bin/validate-panll-harness.rs", + "to": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", + "relation": "shared_dir:scripts/ci-tools/src/bin", "weight": 1.0 }, { - "from": "lib/outcome_tracker.ex", - "to": "lib/learning_scheduler.ex", - "relation": "shared_dir:lib", + "from": "test/rules/actions_lock_test.exs", + "to": "test/rules/secret_history_coverage_test.exs", + "relation": "shared_dir:test/rules", "weight": 1.0 }, { - "from": "lib/learning_scheduler.ex", - "to": "lib/historical_trends.ex", - "relation": "shared_dir:lib", + "from": "test/rules/secret_history_coverage_test.exs", + "to": "test/rules/cicd_rules_content_scanner_test.exs", + "relation": "shared_dir:test/rules", "weight": 1.0 }, { - "from": "lib/historical_trends.ex", - "to": "lib/cross_repo_learning.ex", - "relation": "shared_dir:lib", + "from": "test/rules/cicd_rules_content_scanner_test.exs", + "to": "test/rules/cicd_rules_duplicate_cron_test.exs", + "relation": "shared_dir:test/rules", "weight": 1.0 }, { - "from": "lib/cross_repo_learning.ex", - "to": "lib/direct_github_pr.ex", - "relation": "shared_dir:lib", + "from": "test/rules/cicd_rules_duplicate_cron_test.exs", + "to": "test/rules/rsr_conformance_test.exs", + "relation": "shared_dir:test/rules", "weight": 1.0 }, { - "from": "lib/direct_github_pr.ex", - "to": "lib/fleet_dispatcher.ex", - "relation": "shared_dir:lib", + "from": "ffi/zig/src/runtime.zig", + "to": "ffi/zig/src/main.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "lib/fleet_dispatcher.ex", - "to": "lib/scorecard_reconciler.ex", - "relation": "shared_dir:lib", + "from": "ffi/zig/src/main.zig", + "to": "ffi/zig/src/file_ops.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "lib/scorecard_reconciler.ex", - "to": "lib/scorecard_ingestor.ex", - "relation": "shared_dir:lib", + "from": "cli/src/completions.rs", + "to": "cli/src/output.rs", + "relation": "shared_dir:cli/src", "weight": 1.0 }, { - "from": "lib/scorecard_ingestor.ex", - "to": "lib/verisim_connector.ex", - "relation": "shared_dir:lib", + "from": "cli/src/output.rs", + "to": "cli/src/config.rs", + "relation": "shared_dir:cli/src", "weight": 1.0 }, { - "from": "lib/verisim_connector.ex", - "to": "lib/pattern_registry.ex", - "relation": "shared_dir:lib", + "from": "cli/src/config.rs", + "to": "cli/src/app_state.rs", + "relation": "shared_dir:cli/src", "weight": 1.0 }, { - "from": "lib/pattern_registry.ex", - "to": "lib/self_diagnostics.ex", - "relation": "shared_dir:lib", + "from": "src/ui/gossamer/loader.js", + "to": "src/ui/gossamer/hypatia_gui.eph", + "relation": "shared_dir:src/ui/gossamer", "weight": 1.0 }, { - "from": "lib/self_diagnostics.ex", - "to": "lib/recipe_generator.ex", - "relation": "shared_dir:lib", + "from": "data/src/verisim.rs", + "to": "data/src/dragonfly.rs", + "relation": "shared_dir:data/src", "weight": 1.0 }, { - "from": "lib/recipe_generator.ex", - "to": "lib/recipe_matcher.ex", - "relation": "shared_dir:lib", + "from": "data/src/dragonfly.rs", + "to": "data/src/cache.rs", + "relation": "shared_dir:data/src", "weight": 1.0 }, { - "from": "scripts/ci-tools/src/bin/validate-panll-harness.rs", - "to": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", - "relation": "shared_dir:scripts/ci-tools/src/bin", + "from": "integration/tests/fleet_test.rs", + "to": "integration/tests/forge_test.rs", + "relation": "shared_dir:integration/tests", "weight": 1.0 }, { - "from": "hypatia-cli-bash.sh", - "to": "hypatia-scanner-v2.sh", - "relation": "shared_dir:", + "from": "integration/tests/forge_test.rs", + "to": "integration/tests/registry_test.rs", + "relation": "shared_dir:integration/tests", "weight": 1.0 }, { - "from": "cli/src/commands/scan.rs", - "to": "cli/src/commands/batch.rs", - "relation": "shared_dir:cli/src/commands", + "from": "hooks/templates/prepare-commit-msg.sh", + "to": "hooks/templates/post-receive.sh", + "relation": "shared_dir:hooks/templates", "weight": 1.0 }, { - "from": "cli/src/commands/batch.rs", - "to": "cli/src/commands/deposit.rs", - "relation": "shared_dir:cli/src/commands", + "from": "scripts/panll-data-bridge.sh", + "to": "scripts/fix-pinned-dependencies.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "cli/src/commands/deposit.rs", - "to": "cli/src/commands/withdraw.rs", - "relation": "shared_dir:cli/src/commands", + "from": "scripts/fix-pinned-dependencies.sh", + "to": "scripts/hypatia-sitrep.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "cli/src/commands/withdraw.rs", - "to": "cli/src/commands/fleet.rs", - "relation": "shared_dir:cli/src/commands", + "from": "scripts/hypatia-sitrep.sh", + "to": "scripts/security-check.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "cli/src/commands/fleet.rs", - "to": "cli/src/commands/hooks.rs", - "relation": "shared_dir:cli/src/commands", + "from": "scripts/security-check.sh", + "to": "scripts/auto-fix-formulaic.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "lib/rules/cicd_rules.ex", - "to": "lib/rules/honest_completion.ex", - "relation": "shared_dir:lib/rules", + "from": "scripts/auto-fix-formulaic.sh", + "to": "scripts/ramdisk-orchestrator.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "lib/rules/honest_completion.ex", - "to": "lib/rules/rsr_criteria.ex", - "relation": "shared_dir:lib/rules", + "from": "scripts/ramdisk-orchestrator.sh", + "to": "scripts/bot-accountability.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "lib/rules/rsr_criteria.ex", - "to": "lib/rules/learning.ex", - "relation": "shared_dir:lib/rules", + "from": "scripts/sweeps/patch_phase2.sh", + "to": "scripts/sweeps/resync-hypatia-scan-phase2.sh", + "relation": "shared_dir:scripts/sweeps", "weight": 1.0 }, { - "from": "lib/rules/learning.ex", - "to": "lib/rules/supply_chain.ex", - "relation": "shared_dir:lib/rules", + "from": "scripts/fix-scripts/fix-add-elixir-ci.sh", + "to": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", + "relation": "shared_dir:scripts/fix-scripts", "weight": 1.0 }, { - "from": "lib/rules/supply_chain.ex", - "to": "lib/rules/workflow_hardening.ex", - "relation": "shared_dir:lib/rules", + "from": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", + "to": "scripts/fix-scripts/fix-scorecard-ci-tests.sh", + "relation": "shared_dir:scripts/fix-scripts", "weight": 1.0 }, { - "from": "lib/rules/workflow_hardening.ex", - "to": "lib/rules/research_extensions.ex", - "relation": "shared_dir:lib/rules", + "from": "scripts/fix-scripts/fix-scorecard-ci-tests.sh", + "to": "scripts/fix-scripts/fix-security-policy.sh", + "relation": "shared_dir:scripts/fix-scripts", "weight": 1.0 }, { - "from": "lib/rules/research_extensions.ex", - "to": "lib/rules/green_web.ex", - "relation": "shared_dir:lib/rules", + "from": "scripts/fix-scripts/fix-security-policy.sh", + "to": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", + "relation": "shared_dir:scripts/fix-scripts", "weight": 1.0 }, { - "from": "lib/rules/green_web.ex", - "to": "lib/rules/baseline_health.ex", - "relation": "shared_dir:lib/rules", + "from": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", + "to": "scripts/fix-scripts/fix-scorecard-packaging.sh", + "relation": "shared_dir:scripts/fix-scripts", "weight": 1.0 }, { - "from": "lib/rules/baseline_health.ex", - "to": "lib/rules/implementation_inside_canon.ex", - "relation": "shared_dir:lib/rules", + "from": "scripts/fix-scripts/fix-scorecard-packaging.sh", + "to": "scripts/fix-scripts/fix-heredoc-install.sh", + "relation": "shared_dir:scripts/fix-scripts", "weight": 1.0 }, { - "from": "lib/rules/implementation_inside_canon.ex", - "to": "lib/rules/dogfooding.ex", - "relation": "shared_dir:lib/rules", + "from": "scripts/fix-scripts/fix-heredoc-install.sh", + "to": "scripts/fix-scripts/fix-license-file.sh", + "relation": "shared_dir:scripts/fix-scripts", "weight": 1.0 }, { - "from": "lib/rules/dogfooding.ex", - "to": "lib/rules/rule_loader.ex", - "relation": "shared_dir:lib/rules", + "from": "scripts/fix-scripts/fix-license-file.sh", + "to": "scripts/fix-scripts/fix-sast-workflow.sh", + "relation": "shared_dir:scripts/fix-scripts", "weight": 1.0 }, { - "from": "lib/rules/rule_loader.ex", - "to": "lib/rules/rsr_conformance.ex", - "relation": "shared_dir:lib/rules", + "from": "scripts/fix-scripts/fix-sast-workflow.sh", + "to": "scripts/fix-scripts/fix-dependabot.sh", + "relation": "shared_dir:scripts/fix-scripts", "weight": 1.0 }, { - "from": "lib/rules/rsr_conformance.ex", - "to": "lib/rules/structural_drift.ex", - "relation": "shared_dir:lib/rules", + "from": "scripts/fix-scripts/fix-dependabot.sh", + "to": "scripts/fix-scripts/fix-scorecard-fuzzing.sh", + "relation": "shared_dir:scripts/fix-scripts", "weight": 1.0 }, { - "from": "lib/rules/structural_drift.ex", - "to": "lib/rules/strategy_drift.ex", - "relation": "shared_dir:lib/rules", + "from": "scripts/fix-scripts/fix-scorecard-fuzzing.sh", + "to": "scripts/fix-scripts/fix-scorecard-sbom.sh", + "relation": "shared_dir:scripts/fix-scripts", "weight": 1.0 }, { - "from": "lib/rules/strategy_drift.ex", - "to": "lib/rules/root_hygiene.ex", - "relation": "shared_dir:lib/rules", + "from": "lib/vcl/remote_cache.ex", + "to": "lib/vcl/query.ex", + "relation": "shared_dir:lib/vcl", "weight": 1.0 }, { - "from": "lib/rules/root_hygiene.ex", - "to": "lib/rules/rules.ex", - "relation": "shared_dir:lib/rules", + "from": "lib/vcl/query.ex", + "to": "lib/vcl/file_executor.ex", + "relation": "shared_dir:lib/vcl", "weight": 1.0 }, { - "from": "lib/kin/coordinator.ex", - "to": "lib/kin/arbiter.ex", - "relation": "shared_dir:lib/kin", + "from": "lib/vcl/file_executor.ex", + "to": "lib/vcl/client.ex", + "relation": "shared_dir:lib/vcl", "weight": 1.0 }, { - "from": "lib/kin/arbiter.ex", - "to": "lib/kin/gate.ex", - "relation": "shared_dir:lib/kin", + "from": "lib/learning_scheduler.ex", + "to": "lib/historical_trends.ex", + "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "lib/kin/gate.ex", - "to": "lib/kin/protocol.ex", - "relation": "shared_dir:lib/kin", + "from": "lib/historical_trends.ex", + "to": "lib/fleet_dispatcher.ex", + "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "lib/kin/protocol.ex", - "to": "lib/kin/watchdog.ex", - "relation": "shared_dir:lib/kin", + "from": "lib/fleet_dispatcher.ex", + "to": "lib/cross_repo_learning.ex", + "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "lib/kin/watchdog.ex", - "to": "lib/kin/contingency.ex", - "relation": "shared_dir:lib/kin", + "from": "lib/cross_repo_learning.ex", + "to": "lib/direct_github_pr.ex", + "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "adapters/src/bitbucket.rs", - "to": "adapters/src/github.rs", - "relation": "shared_dir:adapters/src", + "from": "lib/direct_github_pr.ex", + "to": "lib/recipe_generator.ex", + "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "adapters/src/github.rs", - "to": "adapters/src/codeberg.rs", - "relation": "shared_dir:adapters/src", + "from": "lib/recipe_generator.ex", + "to": "lib/self_diagnostics.ex", + "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "adapters/src/codeberg.rs", - "to": "adapters/src/lib.rs", - "relation": "shared_dir:adapters/src", + "from": "lib/self_diagnostics.ex", + "to": "lib/verisim_connector.ex", + "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "adapters/src/lib.rs", - "to": "adapters/src/sourcehut.rs", - "relation": "shared_dir:adapters/src", + "from": "lib/verisim_connector.ex", + "to": "lib/recipe_matcher.ex", + "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "adapters/src/sourcehut.rs", - "to": "adapters/src/gitlab.rs", - "relation": "shared_dir:adapters/src", + "from": "lib/recipe_matcher.ex", + "to": "lib/dispatch_manifest.ex", + "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "adapters/src/gitlab.rs", - "to": "adapters/src/radicle.rs", - "relation": "shared_dir:adapters/src", + "from": "lib/dispatch_manifest.ex", + "to": "lib/pattern_registry.ex", + "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "scripts/fix-pinned-dependencies.sh", - "to": "scripts/security-check.sh", - "relation": "shared_dir:scripts", + "from": "lib/pattern_registry.ex", + "to": "lib/scorecard_ingestor.ex", + "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "scripts/security-check.sh", - "to": "scripts/bot-accountability.sh", - "relation": "shared_dir:scripts", + "from": "lib/scorecard_ingestor.ex", + "to": "lib/scorecard_reconciler.ex", + "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "scripts/bot-accountability.sh", - "to": "scripts/auto-fix-formulaic.sh", - "relation": "shared_dir:scripts", + "from": "lib/scorecard_reconciler.ex", + "to": "lib/outcome_tracker.ex", + "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "scripts/auto-fix-formulaic.sh", - "to": "scripts/ramdisk-orchestrator.sh", - "relation": "shared_dir:scripts", + "from": "lib/merge_orchestration/ticker.ex", + "to": "lib/merge_orchestration/dispatcher.ex", + "relation": "shared_dir:lib/merge_orchestration", "weight": 1.0 }, { - "from": "scripts/ramdisk-orchestrator.sh", - "to": "scripts/hypatia-sitrep.sh", - "relation": "shared_dir:scripts", + "from": "lib/merge_orchestration/dispatcher.ex", + "to": "lib/merge_orchestration/sensor.ex", + "relation": "shared_dir:lib/merge_orchestration", "weight": 1.0 }, { - "from": "scripts/hypatia-sitrep.sh", - "to": "scripts/panll-data-bridge.sh", - "relation": "shared_dir:scripts", + "from": "lib/merge_orchestration/sensor.ex", + "to": "lib/merge_orchestration/loop.ex", + "relation": "shared_dir:lib/merge_orchestration", "weight": 1.0 }, { - "from": "lib/hypatia/watcher/anomaly_detector.ex", - "to": "lib/hypatia/watcher/alerts.ex", - "relation": "shared_dir:lib/hypatia/watcher", + "from": "lib/neural/sequence_model.ex", + "to": "lib/neural/blackboard.ex", + "relation": "shared_dir:lib/neural", "weight": 1.0 }, { - "from": "lib/hypatia/watcher/alerts.ex", - "to": "lib/hypatia/watcher/persistence.ex", - "relation": "shared_dir:lib/hypatia/watcher", + "from": "lib/neural/blackboard.ex", + "to": "lib/neural/rebalancer.ex", + "relation": "shared_dir:lib/neural", "weight": 1.0 }, { - "from": "test/retired_descriptile_policy_test.exs", - "to": "test/blackboard_test.exs", - "relation": "shared_dir:test", + "from": "lib/neural/rebalancer.ex", + "to": "lib/neural/training_pipeline.ex", + "relation": "shared_dir:lib/neural", "weight": 1.0 }, { - "from": "test/blackboard_test.exs", - "to": "test/unified-api-adapter-contract_test.exs", - "relation": "shared_dir:test", + "from": "lib/neural/training_pipeline.ex", + "to": "lib/neural/graph_neural_network.ex", + "relation": "shared_dir:lib/neural", "weight": 1.0 }, { - "from": "test/unified-api-adapter-contract_test.exs", - "to": "test/scanner_suppression_test.exs", - "relation": "shared_dir:test", + "from": "lib/neural/graph_neural_network.ex", + "to": "lib/neural/graph_of_trust.ex", + "relation": "shared_dir:lib/neural", "weight": 1.0 }, { - "from": "test/scanner_suppression_test.exs", - "to": "test/watcher_test.exs", - "relation": "shared_dir:test", + "from": "lib/neural/graph_of_trust.ex", + "to": "lib/neural/persistence.ex", + "relation": "shared_dir:lib/neural", "weight": 1.0 }, { - "from": "test/watcher_test.exs", - "to": "test/structural_drift_test.exs", - "relation": "shared_dir:test", + "from": "lib/neural/persistence.ex", + "to": "lib/neural/coordinator.ex", + "relation": "shared_dir:lib/neural", "weight": 1.0 }, { - "from": "test/structural_drift_test.exs", - "to": "test/root_hygiene_test.exs", - "relation": "shared_dir:test", + "from": "lib/neural/coordinator.ex", + "to": "lib/neural/variational_autoencoder.ex", + "relation": "shared_dir:lib/neural", "weight": 1.0 }, { - "from": "test/root_hygiene_test.exs", - "to": "test/historical_trends_test.exs", - "relation": "shared_dir:test", + "from": "lib/rules/learning.ex", + "to": "lib/rules/implementation_inside_canon.ex", + "relation": "shared_dir:lib/rules", "weight": 1.0 }, { - "from": "test/historical_trends_test.exs", - "to": "test/e2e_pipeline_test.exs", - "relation": "shared_dir:test", + "from": "lib/rules/implementation_inside_canon.ex", + "to": "lib/rules/root_hygiene.ex", + "relation": "shared_dir:lib/rules", "weight": 1.0 }, { - "from": "test/e2e_pipeline_test.exs", - "to": "test/supply_chain_test.exs", - "relation": "shared_dir:test", + "from": "lib/rules/root_hygiene.ex", + "to": "lib/rules/baseline_health.ex", + "relation": "shared_dir:lib/rules", "weight": 1.0 }, { - "from": "test/supply_chain_test.exs", - "to": "test/zig_ffi_smoke_test.exs", - "relation": "shared_dir:test", + "from": "lib/rules/baseline_health.ex", + "to": "lib/rules/structural_drift.ex", + "relation": "shared_dir:lib/rules", "weight": 1.0 }, { - "from": "test/zig_ffi_smoke_test.exs", - "to": "test/git_state_test.exs", - "relation": "shared_dir:test", + "from": "lib/rules/structural_drift.ex", + "to": "lib/rules/research_extensions.ex", + "relation": "shared_dir:lib/rules", "weight": 1.0 }, { - "from": "test/git_state_test.exs", - "to": "test/baseline_health_test.exs", - "relation": "shared_dir:test", + "from": "lib/rules/research_extensions.ex", + "to": "lib/rules/dogfooding.ex", + "relation": "shared_dir:lib/rules", "weight": 1.0 }, { - "from": "test/baseline_health_test.exs", - "to": "test/direct_github_pr_test.exs", - "relation": "shared_dir:test", + "from": "lib/rules/dogfooding.ex", + "to": "lib/rules/supply_chain.ex", + "relation": "shared_dir:lib/rules", "weight": 1.0 }, { - "from": "test/direct_github_pr_test.exs", - "to": "test/workflow_hardening_test.exs", - "relation": "shared_dir:test", + "from": "lib/rules/supply_chain.ex", + "to": "lib/rules/honest_completion.ex", + "relation": "shared_dir:lib/rules", "weight": 1.0 }, { - "from": "test/workflow_hardening_test.exs", - "to": "test/vcl_remote_cache_test.exs", - "relation": "shared_dir:test", + "from": "lib/rules/honest_completion.ex", + "to": "lib/rules/workflow_hardening.ex", + "relation": "shared_dir:lib/rules", "weight": 1.0 }, { - "from": "test/vcl_remote_cache_test.exs", - "to": "test/concurrency_test.exs", - "relation": "shared_dir:test", + "from": "lib/rules/workflow_hardening.ex", + "to": "lib/rules/rule_loader.ex", + "relation": "shared_dir:lib/rules", "weight": 1.0 }, { - "from": "test/concurrency_test.exs", - "to": "test/research_extensions_test.exs", - "relation": "shared_dir:test", + "from": "lib/rules/rule_loader.ex", + "to": "lib/rules/cicd_rules.ex", + "relation": "shared_dir:lib/rules", "weight": 1.0 }, { - "from": "test/research_extensions_test.exs", - "to": "test/research_extensions_wiring_test.exs", - "relation": "shared_dir:test", + "from": "lib/rules/cicd_rules.ex", + "to": "lib/rules/green_web.ex", + "relation": "shared_dir:lib/rules", "weight": 1.0 }, { - "from": "test/research_extensions_wiring_test.exs", - "to": "test/scorecard_ingestor_actions_lock_test.exs", - "relation": "shared_dir:test", + "from": "lib/rules/green_web.ex", + "to": "lib/rules/strategy_drift.ex", + "relation": "shared_dir:lib/rules", "weight": 1.0 }, { - "from": "test/scorecard_ingestor_actions_lock_test.exs", - "to": "test/dependabot_alerts_test.exs", - "relation": "shared_dir:test", + "from": "lib/rules/strategy_drift.ex", + "to": "lib/rules/rules.ex", + "relation": "shared_dir:lib/rules", "weight": 1.0 }, { - "from": "test/dependabot_alerts_test.exs", - "to": "test/soundness_test.exs", - "relation": "shared_dir:test", + "from": "lib/rules/rules.ex", + "to": "lib/rules/rsr_conformance.ex", + "relation": "shared_dir:lib/rules", "weight": 1.0 }, { - "from": "test/soundness_test.exs", - "to": "test/reflexive_test.exs", - "relation": "shared_dir:test", + "from": "lib/rules/rsr_conformance.ex", + "to": "lib/rules/rsr_criteria.ex", + "relation": "shared_dir:lib/rules", "weight": 1.0 }, { - "from": "test/reflexive_test.exs", - "to": "test/persistence_test.exs", - "relation": "shared_dir:test", + "from": "integration/src/ci_simulation/mod.rs", + "to": "integration/src/ci_simulation/scenarios.rs", + "relation": "shared_dir:integration/src/ci_simulation", "weight": 1.0 }, { - "from": "data/src/cache.rs", - "to": "data/src/verisim.rs", - "relation": "shared_dir:data/src", + "from": "integration/src/ci_simulation/scenarios.rs", + "to": "integration/src/ci_simulation/assertions.rs", + "relation": "shared_dir:integration/src/ci_simulation", "weight": 1.0 }, { - "from": "data/src/verisim.rs", - "to": "data/src/dragonfly.rs", - "relation": "shared_dir:data/src", + "from": "test/scanner_suppression_test.exs", + "to": "test/scorecard_ingestor_actions_lock_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "test/merge_orchestration/scheduler_test.exs", - "to": "test/merge_orchestration/lease_validator_test.exs", - "relation": "shared_dir:test/merge_orchestration", + "from": "test/scorecard_ingestor_actions_lock_test.exs", + "to": "test/historical_trends_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "test/merge_orchestration/lease_validator_test.exs", - "to": "test/merge_orchestration/dispatcher_test.exs", - "relation": "shared_dir:test/merge_orchestration", + "from": "test/historical_trends_test.exs", + "to": "test/research_extensions_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "test/merge_orchestration/dispatcher_test.exs", - "to": "test/merge_orchestration/ticker_test.exs", - "relation": "shared_dir:test/merge_orchestration", + "from": "test/research_extensions_test.exs", + "to": "test/direct_github_pr_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "test/merge_orchestration/ticker_test.exs", - "to": "test/merge_orchestration/sensor_test.exs", - "relation": "shared_dir:test/merge_orchestration", + "from": "test/direct_github_pr_test.exs", + "to": "test/supply_chain_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "test/merge_orchestration/sensor_test.exs", - "to": "test/merge_orchestration/kin_gate_test.exs", - "relation": "shared_dir:test/merge_orchestration", + "from": "test/supply_chain_test.exs", + "to": "test/structural_drift_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "test/merge_orchestration/kin_gate_test.exs", - "to": "test/merge_orchestration/loop_test.exs", - "relation": "shared_dir:test/merge_orchestration", + "from": "test/structural_drift_test.exs", + "to": "test/soundness_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", - "to": "lib/mix/tasks/hypatia.verify_action_shas.ex", - "relation": "shared_dir:lib/mix/tasks", + "from": "test/soundness_test.exs", + "to": "test/unified-api-adapter-contract_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.verify_action_shas.ex", - "to": "lib/mix/tasks/hypatia.batch_security_scan.ex", - "relation": "shared_dir:lib/mix/tasks", + "from": "test/unified-api-adapter-contract_test.exs", + "to": "test/blackboard_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.batch_security_scan.ex", - "to": "lib/mix/tasks/hypatia.repo_batch_ops.ex", - "relation": "shared_dir:lib/mix/tasks", + "from": "test/blackboard_test.exs", + "to": "test/retired_descriptile_policy_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.repo_batch_ops.ex", - "to": "lib/mix/tasks/hypatia.audit_repos.ex", - "relation": "shared_dir:lib/mix/tasks", + "from": "test/retired_descriptile_policy_test.exs", + "to": "test/research_extensions_wiring_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.audit_repos.ex", - "to": "lib/mix/tasks/hypatia.rsr_score.ex", - "relation": "shared_dir:lib/mix/tasks", + "from": "test/research_extensions_wiring_test.exs", + "to": "test/persistence_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "integration/src/ci_simulation/scenarios.rs", - "to": "integration/src/ci_simulation/assertions.rs", - "relation": "shared_dir:integration/src/ci_simulation", + "from": "test/persistence_test.exs", + "to": "test/watcher_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "integration/src/ci_simulation/assertions.rs", - "to": "integration/src/ci_simulation/mod.rs", - "relation": "shared_dir:integration/src/ci_simulation", + "from": "test/watcher_test.exs", + "to": "test/reflexive_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "lib/merge_orchestration/sensor.ex", - "to": "lib/merge_orchestration/ticker.ex", - "relation": "shared_dir:lib/merge_orchestration", + "from": "test/reflexive_test.exs", + "to": "test/zig_ffi_smoke_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "lib/merge_orchestration/ticker.ex", - "to": "lib/merge_orchestration/dispatcher.ex", - "relation": "shared_dir:lib/merge_orchestration", + "from": "test/zig_ffi_smoke_test.exs", + "to": "test/dependabot_alerts_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "lib/merge_orchestration/dispatcher.ex", - "to": "lib/merge_orchestration/loop.ex", - "relation": "shared_dir:lib/merge_orchestration", + "from": "test/dependabot_alerts_test.exs", + "to": "test/baseline_health_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "src/ui/gossamer/loader.js", - "to": "src/ui/gossamer/hypatia_gui.eph", - "relation": "shared_dir:src/ui/gossamer", + "from": "test/baseline_health_test.exs", + "to": "test/e2e_pipeline_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "integration/tests/forge_test.rs", - "to": "integration/tests/registry_test.rs", - "relation": "shared_dir:integration/tests", + "from": "test/e2e_pipeline_test.exs", + "to": "test/git_state_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "integration/tests/registry_test.rs", - "to": "integration/tests/fleet_test.rs", - "relation": "shared_dir:integration/tests", + "from": "test/git_state_test.exs", + "to": "test/vcl_remote_cache_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "scripts/ci-health/sweep.sh", - "to": "scripts/ci-health/baton-bridge.sh", - "relation": "shared_dir:scripts/ci-health", + "from": "test/vcl_remote_cache_test.exs", + "to": "test/workflow_hardening_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "lib/safety/batch_rollback.ex", - "to": "lib/safety/rate_limiter.ex", - "relation": "shared_dir:lib/safety", + "from": "test/workflow_hardening_test.exs", + "to": "test/concurrency_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "lib/safety/rate_limiter.ex", - "to": "lib/safety/quarantine.ex", - "relation": "shared_dir:lib/safety", + "from": "test/concurrency_test.exs", + "to": "test/root_hygiene_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "test/rules/cicd_rules_content_scanner_test.exs", - "to": "test/rules/cicd_rules_duplicate_cron_test.exs", - "relation": "shared_dir:test/rules", + "from": "test/soundness/fixtures/code_safety/believe_me.idr", + "to": "test/soundness/fixtures/code_safety/sorry.lean", + "relation": "shared_dir:test/soundness/fixtures/code_safety", "weight": 1.0 }, { - "from": "test/rules/cicd_rules_duplicate_cron_test.exs", - "to": "test/rules/secret_history_coverage_test.exs", - "relation": "shared_dir:test/rules", + "from": "test/soundness/fixtures/code_safety/sorry.lean", + "to": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", + "relation": "shared_dir:test/soundness/fixtures/code_safety", "weight": 1.0 }, { - "from": "test/rules/secret_history_coverage_test.exs", - "to": "test/rules/actions_lock_test.exs", - "relation": "shared_dir:test/rules", + "from": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", + "to": "test/soundness/fixtures/code_safety/shell_download_then_run.sh", + "relation": "shared_dir:test/soundness/fixtures/code_safety", "weight": 1.0 }, { - "from": "test/rules/actions_lock_test.exs", - "to": "test/rules/rsr_conformance_test.exs", - "relation": "shared_dir:test/rules", + "from": "test/soundness/fixtures/code_safety/shell_download_then_run.sh", + "to": "test/soundness/fixtures/code_safety/unsafe_coerce.hs", + "relation": "shared_dir:test/soundness/fixtures/code_safety", "weight": 1.0 }, { - "from": "ffi/zig/src/runtime.zig", - "to": "ffi/zig/src/main.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "test/soundness/fixtures/code_safety/unsafe_coerce.hs", + "to": "test/soundness/fixtures/code_safety/transmute.rs", + "relation": "shared_dir:test/soundness/fixtures/code_safety", "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", - "to": "ffi/zig/src/file_ops.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "test/soundness/fixtures/code_safety/transmute.rs", + "to": "test/soundness/fixtures/code_safety/admitted.v", + "relation": "shared_dir:test/soundness/fixtures/code_safety", "weight": 1.0 }, { - "from": "lib/neural/variational_autoencoder.ex", - "to": "lib/neural/rebalancer.ex", - "relation": "shared_dir:lib/neural", + "from": "test/soundness/fixtures/code_safety/admitted.v", + "to": "test/soundness/fixtures/code_safety/zig_ptr_cast.zig", + "relation": "shared_dir:test/soundness/fixtures/code_safety", "weight": 1.0 }, { - "from": "lib/neural/rebalancer.ex", - "to": "lib/neural/blackboard.ex", - "relation": "shared_dir:lib/neural", + "from": "test/soundness/fixtures/code_safety/zig_ptr_cast.zig", + "to": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", + "relation": "shared_dir:test/soundness/fixtures/code_safety", "weight": 1.0 }, { - "from": "lib/neural/blackboard.ex", - "to": "lib/neural/coordinator.ex", - "relation": "shared_dir:lib/neural", + "from": "lib/safety/batch_rollback.ex", + "to": "lib/safety/rate_limiter.ex", + "relation": "shared_dir:lib/safety", "weight": 1.0 }, { - "from": "lib/neural/coordinator.ex", - "to": "lib/neural/training_pipeline.ex", - "relation": "shared_dir:lib/neural", + "from": "lib/safety/rate_limiter.ex", + "to": "lib/safety/quarantine.ex", + "relation": "shared_dir:lib/safety", "weight": 1.0 }, { - "from": "lib/neural/training_pipeline.ex", - "to": "lib/neural/sequence_model.ex", - "relation": "shared_dir:lib/neural", + "from": "clients/rust/hypatia-client/src/subprocess.rs", + "to": "clients/rust/hypatia-client/src/client.rs", + "relation": "shared_dir:clients/rust/hypatia-client/src", "weight": 1.0 }, { - "from": "lib/neural/sequence_model.ex", - "to": "lib/neural/graph_of_trust.ex", - "relation": "shared_dir:lib/neural", + "from": "clients/rust/hypatia-client/src/client.rs", + "to": "clients/rust/hypatia-client/src/ffi.rs", + "relation": "shared_dir:clients/rust/hypatia-client/src", "weight": 1.0 }, { - "from": "lib/neural/graph_of_trust.ex", - "to": "lib/neural/graph_neural_network.ex", - "relation": "shared_dir:lib/neural", + "from": "clients/rust/hypatia-client/src/ffi.rs", + "to": "clients/rust/hypatia-client/src/error.rs", + "relation": "shared_dir:clients/rust/hypatia-client/src", "weight": 1.0 }, { - "from": "lib/neural/graph_neural_network.ex", - "to": "lib/neural/persistence.ex", - "relation": "shared_dir:lib/neural", + "from": "lib/mix/tasks/hypatia.audit_repos.ex", + "to": "lib/mix/tasks/hypatia.rsr_score.ex", + "relation": "shared_dir:lib/mix/tasks", "weight": 1.0 }, { - "from": "scripts/bench-tools/src/bin/check-bench-regression.rs", - "to": "scripts/bench-tools/src/bin/update-bench-baselines.rs", - "relation": "shared_dir:scripts/bench-tools/src/bin", + "from": "lib/mix/tasks/hypatia.rsr_score.ex", + "to": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", + "relation": "shared_dir:lib/mix/tasks", "weight": 1.0 }, { - "from": "clients/rust/hypatia-client/src/client.rs", - "to": "clients/rust/hypatia-client/src/error.rs", - "relation": "shared_dir:clients/rust/hypatia-client/src", + "from": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", + "to": "lib/mix/tasks/hypatia.repo_batch_ops.ex", + "relation": "shared_dir:lib/mix/tasks", "weight": 1.0 }, { - "from": "clients/rust/hypatia-client/src/error.rs", - "to": "clients/rust/hypatia-client/src/subprocess.rs", - "relation": "shared_dir:clients/rust/hypatia-client/src", + "from": "lib/mix/tasks/hypatia.repo_batch_ops.ex", + "to": "lib/mix/tasks/hypatia.batch_security_scan.ex", + "relation": "shared_dir:lib/mix/tasks", "weight": 1.0 }, { - "from": "clients/rust/hypatia-client/src/subprocess.rs", - "to": "clients/rust/hypatia-client/src/ffi.rs", - "relation": "shared_dir:clients/rust/hypatia-client/src", + "from": "lib/mix/tasks/hypatia.batch_security_scan.ex", + "to": "lib/mix/tasks/hypatia.verify_action_shas.ex", + "relation": "shared_dir:lib/mix/tasks", "weight": 1.0 }, { - "from": "hooks/templates/post-receive.sh", - "to": "hooks/templates/prepare-commit-msg.sh", - "relation": "shared_dir:hooks/templates", + "from": "lib/kin/protocol.ex", + "to": "lib/kin/contingency.ex", + "relation": "shared_dir:lib/kin", "weight": 1.0 }, { - "from": "fixer/src/main.rs", - "to": "fixer/src/lib.rs", - "relation": "shared_dir:fixer/src", + "from": "lib/kin/contingency.ex", + "to": "lib/kin/watchdog.ex", + "relation": "shared_dir:lib/kin", "weight": 1.0 }, { - "from": "fixer/src/lib.rs", - "to": "fixer/src/scanner.rs", - "relation": "shared_dir:fixer/src", + "from": "lib/kin/watchdog.ex", + "to": "lib/kin/gate.ex", + "relation": "shared_dir:lib/kin", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-heredoc-install.sh", - "to": "scripts/fix-scripts/fix-dependabot.sh", - "relation": "shared_dir:scripts/fix-scripts", + "from": "lib/kin/gate.ex", + "to": "lib/kin/arbiter.ex", + "relation": "shared_dir:lib/kin", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-dependabot.sh", - "to": "scripts/fix-scripts/fix-scorecard-ci-tests.sh", - "relation": "shared_dir:scripts/fix-scripts", + "from": "lib/kin/arbiter.ex", + "to": "lib/kin/coordinator.ex", + "relation": "shared_dir:lib/kin", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-ci-tests.sh", - "to": "scripts/fix-scripts/fix-security-policy.sh", - "relation": "shared_dir:scripts/fix-scripts", + "from": "test/merge_orchestration/kin_gate_test.exs", + "to": "test/merge_orchestration/lease_validator_test.exs", + "relation": "shared_dir:test/merge_orchestration", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-security-policy.sh", - "to": "scripts/fix-scripts/fix-scorecard-fuzzing.sh", - "relation": "shared_dir:scripts/fix-scripts", - "weight": 1.0 + "from": "test/merge_orchestration/lease_validator_test.exs", + "to": "test/merge_orchestration/ticker_test.exs", + "relation": "shared_dir:test/merge_orchestration", + "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-fuzzing.sh", - "to": "scripts/fix-scripts/fix-license-file.sh", - "relation": "shared_dir:scripts/fix-scripts", + "from": "test/merge_orchestration/ticker_test.exs", + "to": "test/merge_orchestration/dispatcher_test.exs", + "relation": "shared_dir:test/merge_orchestration", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-license-file.sh", - "to": "scripts/fix-scripts/fix-scorecard-packaging.sh", - "relation": "shared_dir:scripts/fix-scripts", + "from": "test/merge_orchestration/dispatcher_test.exs", + "to": "test/merge_orchestration/scheduler_test.exs", + "relation": "shared_dir:test/merge_orchestration", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-packaging.sh", - "to": "scripts/fix-scripts/fix-scorecard-sbom.sh", - "relation": "shared_dir:scripts/fix-scripts", + "from": "test/merge_orchestration/scheduler_test.exs", + "to": "test/merge_orchestration/loop_test.exs", + "relation": "shared_dir:test/merge_orchestration", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-sbom.sh", - "to": "scripts/fix-scripts/fix-add-elixir-ci.sh", - "relation": "shared_dir:scripts/fix-scripts", + "from": "test/merge_orchestration/loop_test.exs", + "to": "test/merge_orchestration/sensor_test.exs", + "relation": "shared_dir:test/merge_orchestration", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-add-elixir-ci.sh", - "to": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", - "relation": "shared_dir:scripts/fix-scripts", + "from": "cli/src/commands/withdraw.rs", + "to": "cli/src/commands/scan.rs", + "relation": "shared_dir:cli/src/commands", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", - "to": "scripts/fix-scripts/fix-sast-workflow.sh", - "relation": "shared_dir:scripts/fix-scripts", + "from": "cli/src/commands/scan.rs", + "to": "cli/src/commands/fleet.rs", + "relation": "shared_dir:cli/src/commands", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-sast-workflow.sh", - "to": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", - "relation": "shared_dir:scripts/fix-scripts", + "from": "cli/src/commands/fleet.rs", + "to": "cli/src/commands/hooks.rs", + "relation": "shared_dir:cli/src/commands", "weight": 1.0 }, { - "from": "lib/hypatia/cli.ex", - "to": "lib/hypatia/watcher.ex", - "relation": "shared_dir:lib/hypatia", + "from": "cli/src/commands/hooks.rs", + "to": "cli/src/commands/deposit.rs", + "relation": "shared_dir:cli/src/commands", "weight": 1.0 }, { - "from": "lib/hypatia/watcher.ex", - "to": "lib/hypatia/scanner_suppression.ex", - "relation": "shared_dir:lib/hypatia", + "from": "cli/src/commands/deposit.rs", + "to": "cli/src/commands/batch.rs", + "relation": "shared_dir:cli/src/commands", "weight": 1.0 }, { - "from": "lib/dispatch_manifest.ex", - "to": "MessageQueue", + "from": "scripts/ci-health/baton-bridge.sh", + "to": "scripts/ci-health/sweep.sh", + "relation": "shared_dir:scripts/ci-health", + "weight": 1.0 + }, + { + "from": "tui/src/hypatia_tui.adb", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/dispatch_manifest.ex", + "from": "tui/src/hypatia_tui.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/dispatch_manifest.ex", + "from": "tui/src/hypatia_tui.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/dispatch_manifest.ex", - "to": "Cowboy", + "from": "tui/src/hypatia_tui.adb", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/dispatch_manifest.ex", + "from": "tui/src/hypatia_tui.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/dispatch_manifest.ex", - "to": "Networking", + "from": "tui/src/hypatia_tui.adb", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/outcome_tracker.ex", - "to": "MessageQueue", + "from": "tools/scm-to-a2ml.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/outcome_tracker.ex", + "from": "tools/scm-to-a2ml.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/outcome_tracker.ex", + "from": "tools/scm-to-a2ml.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/outcome_tracker.ex", - "to": "Cowboy", + "from": "tools/scm-to-a2ml.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/outcome_tracker.ex", + "from": "tools/scm-to-a2ml.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/outcome_tracker.ex", - "to": "Networking", + "from": "tools/scm-to-a2ml.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/learning_scheduler.ex", - "to": "MessageQueue", + "from": "tools/cii-registrar/src/main.rs", + "to": "Cowboy", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "lib/learning_scheduler.ex", + "from": "tools/cii-registrar/src/main.rs", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "lib/learning_scheduler.ex", + "from": "tools/cii-registrar/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "lib/learning_scheduler.ex", - "to": "Cowboy", + "from": "tools/cii-registrar/src/main.rs", + "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "lib/learning_scheduler.ex", + "from": "tools/cii-registrar/src/main.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "lib/learning_scheduler.ex", - "to": "Networking", + "from": "tools/cii-registrar/src/main.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "lib/historical_trends.ex", - "to": "MessageQueue", + "from": ".machine_readable/contractiles/bust/bust.ncl", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/historical_trends.ex", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/historical_trends.ex", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/historical_trends.ex", - "to": "Cowboy", + "from": ".machine_readable/contractiles/bust/bust.ncl", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/historical_trends.ex", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/historical_trends.ex", - "to": "Networking", + "from": ".machine_readable/contractiles/bust/bust.ncl", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/cross_repo_learning.ex", - "to": "MessageQueue", + "from": "hypatia-scanner-v2.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/cross_repo_learning.ex", + "from": "hypatia-scanner-v2.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/cross_repo_learning.ex", + "from": "hypatia-scanner-v2.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/cross_repo_learning.ex", - "to": "Cowboy", + "from": "hypatia-scanner-v2.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/cross_repo_learning.ex", + "from": "hypatia-scanner-v2.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/cross_repo_learning.ex", - "to": "Networking", + "from": "hypatia-scanner-v2.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/hypatia/diagnostics/monitor.ex", - "to": "MessageQueue", + "from": "hooks/installer.sh", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/hypatia/diagnostics/monitor.ex", + "from": "hooks/installer.sh", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/hypatia/diagnostics/monitor.ex", + "from": "hooks/installer.sh", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/hypatia/diagnostics/monitor.ex", - "to": "Cowboy", + "from": "hooks/installer.sh", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/hypatia/diagnostics/monitor.ex", + "from": "hooks/installer.sh", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/hypatia/diagnostics/monitor.ex", - "to": "Networking", + "from": "hooks/installer.sh", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/hypatia/web/groove_plug.ex", - "to": "MessageQueue", + "from": "hooks/lib/cache.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/hypatia/web/groove_plug.ex", + "from": "hooks/lib/cache.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/hypatia/web/groove_plug.ex", + "from": "hooks/lib/cache.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/hypatia/web/groove_plug.ex", - "to": "Cowboy", + "from": "hooks/lib/cache.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/hypatia/web/groove_plug.ex", + "from": "hooks/lib/cache.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/hypatia/web/groove_plug.ex", - "to": "Networking", + "from": "hooks/lib/cache.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/hypatia/watcher/alerts/sinks.ex", - "to": "MessageQueue", + "from": "hooks/lib/api.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/hypatia/watcher/alerts/sinks.ex", + "from": "hooks/lib/api.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/hypatia/watcher/alerts/sinks.ex", + "from": "hooks/lib/api.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/hypatia/watcher/alerts/sinks.ex", - "to": "Cowboy", + "from": "hooks/lib/api.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/hypatia/watcher/alerts/sinks.ex", + "from": "hooks/lib/api.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/hypatia/watcher/alerts/sinks.ex", - "to": "Networking", + "from": "hooks/lib/api.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/hypatia/watcher/anomaly_detector.ex", - "to": "MessageQueue", + "from": "hooks/templates/prepare-commit-msg.sh", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/hypatia/watcher/anomaly_detector.ex", + "from": "hooks/templates/prepare-commit-msg.sh", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/hypatia/watcher/anomaly_detector.ex", + "from": "hooks/templates/prepare-commit-msg.sh", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/hypatia/watcher/anomaly_detector.ex", - "to": "Cowboy", + "from": "hooks/templates/prepare-commit-msg.sh", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/hypatia/watcher/anomaly_detector.ex", + "from": "hooks/templates/prepare-commit-msg.sh", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/hypatia/watcher/anomaly_detector.ex", - "to": "Networking", + "from": "hooks/templates/prepare-commit-msg.sh", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/hypatia/watcher/alerts.ex", + "from": "hooks/templates/post-receive.sh", + "to": "Cowboy", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "hooks/templates/post-receive.sh", + "to": "Phoenix", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "hooks/templates/post-receive.sh", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "hooks/templates/post-receive.sh", + "to": "Networking", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "hooks/templates/post-receive.sh", + "to": "OTP", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "hooks/templates/post-receive.sh", + "to": "MessageQueue", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "tests/e2e.sh", + "to": "Cowboy", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "tests/e2e.sh", + "to": "Phoenix", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "tests/e2e.sh", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "tests/e2e.sh", + "to": "Networking", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "tests/e2e.sh", + "to": "OTP", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "tests/e2e.sh", "to": "MessageQueue", "relation": "framework", + "weight": 1.0 + }, + { + "from": "data/src/verisim.rs", + "to": "Cowboy", + "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/watcher/alerts.ex", + "from": "data/src/verisim.rs", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/watcher/alerts.ex", + "from": "data/src/verisim.rs", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/watcher/alerts.ex", - "to": "Cowboy", + "from": "data/src/verisim.rs", + "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/watcher/alerts.ex", + "from": "data/src/verisim.rs", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/watcher/alerts.ex", - "to": "Networking", + "from": "data/src/verisim.rs", + "to": "MessageQueue", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/watcher/persistence.ex", - "to": "MessageQueue", + "from": "data/src/dragonfly.rs", + "to": "Cowboy", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/watcher/persistence.ex", + "from": "data/src/dragonfly.rs", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/watcher/persistence.ex", + "from": "data/src/dragonfly.rs", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/watcher/persistence.ex", - "to": "Cowboy", + "from": "data/src/dragonfly.rs", + "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/watcher/persistence.ex", + "from": "data/src/dragonfly.rs", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/watcher/persistence.ex", - "to": "Networking", + "from": "data/src/dragonfly.rs", + "to": "MessageQueue", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/cli.ex", - "to": "MessageQueue", + "from": "data/src/cache.rs", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/hypatia/cli.ex", + "from": "data/src/cache.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/hypatia/cli.ex", + "from": "data/src/cache.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/hypatia/cli.ex", - "to": "Cowboy", + "from": "data/src/cache.rs", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/hypatia/cli.ex", + "from": "data/src/cache.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/hypatia/cli.ex", - "to": "Networking", + "from": "data/src/cache.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/hypatia/watcher.ex", - "to": "MessageQueue", + "from": "lib/tui/port.ex", + "to": "Cowboy", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/watcher.ex", + "from": "lib/tui/port.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/watcher.ex", + "from": "lib/tui/port.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/watcher.ex", - "to": "Cowboy", + "from": "lib/tui/port.ex", + "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/watcher.ex", + "from": "lib/tui/port.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/watcher.ex", - "to": "Networking", + "from": "lib/tui/port.ex", + "to": "MessageQueue", "relation": "framework", "weight": 2.0 }, { - "from": "lib/hypatia/scanner_suppression.ex", - "to": "MessageQueue", + "from": "lib/learning_scheduler.ex", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "lib/hypatia/scanner_suppression.ex", + "from": "lib/learning_scheduler.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "lib/hypatia/scanner_suppression.ex", + "from": "lib/learning_scheduler.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "lib/hypatia/scanner_suppression.ex", - "to": "Cowboy", + "from": "lib/learning_scheduler.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "lib/hypatia/scanner_suppression.ex", + "from": "lib/learning_scheduler.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "lib/hypatia/scanner_suppression.ex", - "to": "Networking", + "from": "lib/learning_scheduler.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "lib/direct_github_pr.ex", - "to": "MessageQueue", + "from": "lib/historical_trends.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/direct_github_pr.ex", + "from": "lib/historical_trends.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/direct_github_pr.ex", + "from": "lib/historical_trends.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/direct_github_pr.ex", - "to": "Cowboy", + "from": "lib/historical_trends.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/direct_github_pr.ex", + "from": "lib/historical_trends.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/direct_github_pr.ex", - "to": "Networking", + "from": "lib/historical_trends.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { "from": "lib/fleet_dispatcher.ex", - "to": "MessageQueue", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, @@ -5958,7 +6030,7 @@ }, { "from": "lib/fleet_dispatcher.ex", - "to": "Cowboy", + "to": "Networking", "relation": "framework", "weight": 1.0 }, @@ -5970,769 +6042,769 @@ }, { "from": "lib/fleet_dispatcher.ex", - "to": "Networking", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/scorecard_reconciler.ex", - "to": "MessageQueue", + "from": "lib/cross_repo_learning.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/scorecard_reconciler.ex", + "from": "lib/cross_repo_learning.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/scorecard_reconciler.ex", + "from": "lib/cross_repo_learning.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/scorecard_reconciler.ex", - "to": "Cowboy", + "from": "lib/cross_repo_learning.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/scorecard_reconciler.ex", + "from": "lib/cross_repo_learning.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/scorecard_reconciler.ex", - "to": "Networking", + "from": "lib/cross_repo_learning.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/scorecard_ingestor.ex", - "to": "MessageQueue", + "from": "lib/hypatia/cli.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/scorecard_ingestor.ex", + "from": "lib/hypatia/cli.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/scorecard_ingestor.ex", + "from": "lib/hypatia/cli.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/scorecard_ingestor.ex", - "to": "Cowboy", + "from": "lib/hypatia/cli.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/scorecard_ingestor.ex", + "from": "lib/hypatia/cli.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/scorecard_ingestor.ex", - "to": "Networking", + "from": "lib/hypatia/cli.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/data/arangodb.ex", - "to": "MessageQueue", + "from": "lib/hypatia/watcher/anomaly_detector.ex", + "to": "Cowboy", "relation": "framework", "weight": 2.0 }, { - "from": "lib/data/arangodb.ex", + "from": "lib/hypatia/watcher/anomaly_detector.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "lib/data/arangodb.ex", + "from": "lib/hypatia/watcher/anomaly_detector.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "lib/data/arangodb.ex", - "to": "Cowboy", + "from": "lib/hypatia/watcher/anomaly_detector.ex", + "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "lib/data/arangodb.ex", + "from": "lib/hypatia/watcher/anomaly_detector.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "lib/data/arangodb.ex", - "to": "Networking", + "from": "lib/hypatia/watcher/anomaly_detector.ex", + "to": "MessageQueue", "relation": "framework", "weight": 2.0 }, { - "from": "lib/verisim_connector.ex", - "to": "MessageQueue", + "from": "lib/hypatia/watcher/alerts/sinks.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/verisim_connector.ex", + "from": "lib/hypatia/watcher/alerts/sinks.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/verisim_connector.ex", + "from": "lib/hypatia/watcher/alerts/sinks.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/verisim_connector.ex", - "to": "Cowboy", + "from": "lib/hypatia/watcher/alerts/sinks.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/verisim_connector.ex", + "from": "lib/hypatia/watcher/alerts/sinks.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/verisim_connector.ex", - "to": "Networking", + "from": "lib/hypatia/watcher/alerts/sinks.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/cicd_rules.ex", - "to": "MessageQueue", + "from": "lib/hypatia/watcher/alerts.ex", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/cicd_rules.ex", + "from": "lib/hypatia/watcher/alerts.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/cicd_rules.ex", + "from": "lib/hypatia/watcher/alerts.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/cicd_rules.ex", - "to": "Cowboy", + "from": "lib/hypatia/watcher/alerts.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/cicd_rules.ex", + "from": "lib/hypatia/watcher/alerts.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/cicd_rules.ex", - "to": "Networking", + "from": "lib/hypatia/watcher/alerts.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/honest_completion.ex", - "to": "MessageQueue", + "from": "lib/hypatia/watcher/persistence.ex", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/honest_completion.ex", + "from": "lib/hypatia/watcher/persistence.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/honest_completion.ex", + "from": "lib/hypatia/watcher/persistence.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/honest_completion.ex", - "to": "Cowboy", + "from": "lib/hypatia/watcher/persistence.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/honest_completion.ex", + "from": "lib/hypatia/watcher/persistence.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/honest_completion.ex", - "to": "Networking", + "from": "lib/hypatia/watcher/persistence.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rsr_criteria.ex", - "to": "MessageQueue", + "from": "lib/hypatia/diagnostics/monitor.ex", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rsr_criteria.ex", + "from": "lib/hypatia/diagnostics/monitor.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rsr_criteria.ex", + "from": "lib/hypatia/diagnostics/monitor.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rsr_criteria.ex", - "to": "Cowboy", + "from": "lib/hypatia/diagnostics/monitor.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rsr_criteria.ex", + "from": "lib/hypatia/diagnostics/monitor.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rsr_criteria.ex", - "to": "Networking", + "from": "lib/hypatia/diagnostics/monitor.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/learning.ex", - "to": "MessageQueue", + "from": "lib/hypatia/watcher.ex", + "to": "Cowboy", "relation": "framework", "weight": 2.0 }, { - "from": "lib/rules/learning.ex", + "from": "lib/hypatia/watcher.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "lib/rules/learning.ex", + "from": "lib/hypatia/watcher.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "lib/rules/learning.ex", - "to": "Cowboy", + "from": "lib/hypatia/watcher.ex", + "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "lib/rules/learning.ex", + "from": "lib/hypatia/watcher.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "lib/rules/learning.ex", - "to": "Networking", + "from": "lib/hypatia/watcher.ex", + "to": "MessageQueue", "relation": "framework", "weight": 2.0 }, { - "from": "lib/rules/supply_chain.ex", - "to": "MessageQueue", + "from": "lib/hypatia/web/groove_plug.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/supply_chain.ex", + "from": "lib/hypatia/web/groove_plug.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/supply_chain.ex", + "from": "lib/hypatia/web/groove_plug.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/supply_chain.ex", - "to": "Cowboy", + "from": "lib/hypatia/web/groove_plug.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/supply_chain.ex", + "from": "lib/hypatia/web/groove_plug.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/supply_chain.ex", - "to": "Networking", + "from": "lib/hypatia/web/groove_plug.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/workflow_hardening.ex", - "to": "MessageQueue", + "from": "lib/hypatia/scanner_suppression.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/workflow_hardening.ex", + "from": "lib/hypatia/scanner_suppression.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/workflow_hardening.ex", + "from": "lib/hypatia/scanner_suppression.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/workflow_hardening.ex", - "to": "Cowboy", + "from": "lib/hypatia/scanner_suppression.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/workflow_hardening.ex", + "from": "lib/hypatia/scanner_suppression.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/workflow_hardening.ex", - "to": "Networking", + "from": "lib/hypatia/scanner_suppression.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/research_extensions.ex", - "to": "MessageQueue", + "from": "lib/data/arangodb.ex", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/research_extensions.ex", + "from": "lib/data/arangodb.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/research_extensions.ex", + "from": "lib/data/arangodb.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/research_extensions.ex", - "to": "Cowboy", + "from": "lib/data/arangodb.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/research_extensions.ex", + "from": "lib/data/arangodb.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/research_extensions.ex", - "to": "Networking", + "from": "lib/data/arangodb.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/green_web.ex", - "to": "MessageQueue", + "from": "lib/direct_github_pr.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/green_web.ex", + "from": "lib/direct_github_pr.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/green_web.ex", + "from": "lib/direct_github_pr.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/green_web.ex", - "to": "Cowboy", + "from": "lib/direct_github_pr.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/green_web.ex", + "from": "lib/direct_github_pr.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/green_web.ex", - "to": "Networking", + "from": "lib/direct_github_pr.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/baseline_health.ex", - "to": "MessageQueue", + "from": "lib/kin/protocol.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/baseline_health.ex", + "from": "lib/kin/protocol.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/baseline_health.ex", + "from": "lib/kin/protocol.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/baseline_health.ex", - "to": "Cowboy", + "from": "lib/kin/protocol.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/baseline_health.ex", + "from": "lib/kin/protocol.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/baseline_health.ex", - "to": "Networking", + "from": "lib/kin/protocol.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/implementation_inside_canon.ex", - "to": "MessageQueue", + "from": "lib/kin/contingency.ex", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/implementation_inside_canon.ex", + "from": "lib/kin/contingency.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/implementation_inside_canon.ex", + "from": "lib/kin/contingency.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/implementation_inside_canon.ex", - "to": "Cowboy", + "from": "lib/kin/contingency.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/implementation_inside_canon.ex", + "from": "lib/kin/contingency.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/implementation_inside_canon.ex", - "to": "Networking", + "from": "lib/kin/contingency.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/dogfooding.ex", - "to": "MessageQueue", + "from": "lib/kin/watchdog.ex", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/dogfooding.ex", + "from": "lib/kin/watchdog.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/dogfooding.ex", + "from": "lib/kin/watchdog.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/dogfooding.ex", - "to": "Cowboy", + "from": "lib/kin/watchdog.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/dogfooding.ex", + "from": "lib/kin/watchdog.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/dogfooding.ex", - "to": "Networking", + "from": "lib/kin/watchdog.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rule_loader.ex", - "to": "MessageQueue", + "from": "lib/kin/gate.ex", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rule_loader.ex", + "from": "lib/kin/gate.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rule_loader.ex", + "from": "lib/kin/gate.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rule_loader.ex", - "to": "Cowboy", + "from": "lib/kin/gate.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rule_loader.ex", + "from": "lib/kin/gate.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rule_loader.ex", - "to": "Networking", + "from": "lib/kin/gate.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rsr_conformance.ex", - "to": "MessageQueue", + "from": "lib/kin/arbiter.ex", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rsr_conformance.ex", + "from": "lib/kin/arbiter.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rsr_conformance.ex", + "from": "lib/kin/arbiter.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rsr_conformance.ex", - "to": "Cowboy", + "from": "lib/kin/arbiter.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rsr_conformance.ex", + "from": "lib/kin/arbiter.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/rsr_conformance.ex", - "to": "Networking", + "from": "lib/kin/arbiter.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/structural_drift.ex", - "to": "MessageQueue", + "from": "lib/kin/coordinator.ex", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/structural_drift.ex", + "from": "lib/kin/coordinator.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/structural_drift.ex", + "from": "lib/kin/coordinator.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/structural_drift.ex", - "to": "Cowboy", + "from": "lib/kin/coordinator.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/structural_drift.ex", + "from": "lib/kin/coordinator.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/structural_drift.ex", - "to": "Networking", + "from": "lib/kin/coordinator.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/strategy_drift.ex", - "to": "MessageQueue", + "from": "lib/merge_orchestration/ticker.ex", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/strategy_drift.ex", + "from": "lib/merge_orchestration/ticker.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/strategy_drift.ex", + "from": "lib/merge_orchestration/ticker.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/strategy_drift.ex", - "to": "Cowboy", + "from": "lib/merge_orchestration/ticker.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/strategy_drift.ex", + "from": "lib/merge_orchestration/ticker.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/strategy_drift.ex", - "to": "Networking", + "from": "lib/merge_orchestration/ticker.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/rules/root_hygiene.ex", - "to": "MessageQueue", + "from": "lib/merge_orchestration/kin_gate/file_store.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/root_hygiene.ex", + "from": "lib/merge_orchestration/kin_gate/file_store.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/root_hygiene.ex", + "from": "lib/merge_orchestration/kin_gate/file_store.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/root_hygiene.ex", - "to": "Cowboy", + "from": "lib/merge_orchestration/kin_gate/file_store.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/root_hygiene.ex", + "from": "lib/merge_orchestration/kin_gate/file_store.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/root_hygiene.ex", - "to": "Networking", + "from": "lib/merge_orchestration/kin_gate/file_store.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/rules.ex", - "to": "MessageQueue", + "from": "lib/merge_orchestration/dispatcher.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/rules.ex", + "from": "lib/merge_orchestration/dispatcher.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/rules.ex", + "from": "lib/merge_orchestration/dispatcher.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/rules.ex", - "to": "Cowboy", + "from": "lib/merge_orchestration/dispatcher.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/rules.ex", + "from": "lib/merge_orchestration/dispatcher.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/rules/rules.ex", - "to": "Networking", + "from": "lib/merge_orchestration/dispatcher.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { "from": "lib/merge_orchestration/sensor.ex", - "to": "MessageQueue", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, @@ -6750,7 +6822,7 @@ }, { "from": "lib/merge_orchestration/sensor.ex", - "to": "Cowboy", + "to": "Networking", "relation": "framework", "weight": 1.0 }, @@ -6762,517 +6834,553 @@ }, { "from": "lib/merge_orchestration/sensor.ex", - "to": "Networking", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/merge_orchestration/ticker.ex", - "to": "MessageQueue", + "from": "lib/merge_orchestration/loop.ex", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/merge_orchestration/ticker.ex", + "from": "lib/merge_orchestration/loop.ex", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/merge_orchestration/ticker.ex", + "from": "lib/merge_orchestration/loop.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/merge_orchestration/ticker.ex", - "to": "Cowboy", + "from": "lib/merge_orchestration/loop.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/merge_orchestration/ticker.ex", + "from": "lib/merge_orchestration/loop.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/merge_orchestration/ticker.ex", - "to": "Networking", + "from": "lib/merge_orchestration/loop.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/merge_orchestration/dispatcher.ex", - "to": "MessageQueue", + "from": "lib/recipe_generator.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/merge_orchestration/dispatcher.ex", + "from": "lib/recipe_generator.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/merge_orchestration/dispatcher.ex", + "from": "lib/recipe_generator.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/merge_orchestration/dispatcher.ex", - "to": "Cowboy", + "from": "lib/recipe_generator.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/merge_orchestration/dispatcher.ex", + "from": "lib/recipe_generator.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/merge_orchestration/dispatcher.ex", - "to": "Networking", + "from": "lib/recipe_generator.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/merge_orchestration/kin_gate/file_store.ex", - "to": "MessageQueue", + "from": "lib/self_diagnostics.ex", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/merge_orchestration/kin_gate/file_store.ex", + "from": "lib/self_diagnostics.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/merge_orchestration/kin_gate/file_store.ex", + "from": "lib/self_diagnostics.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/merge_orchestration/kin_gate/file_store.ex", + "from": "lib/self_diagnostics.ex", + "to": "Networking", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "lib/self_diagnostics.ex", + "to": "OTP", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "lib/self_diagnostics.ex", + "to": "MessageQueue", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "lib/vcl/remote_cache.ex", "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/merge_orchestration/kin_gate/file_store.ex", - "to": "OTP", + "from": "lib/vcl/remote_cache.ex", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/merge_orchestration/kin_gate/file_store.ex", + "from": "lib/vcl/remote_cache.ex", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "lib/vcl/remote_cache.ex", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/merge_orchestration/loop.ex", + "from": "lib/vcl/remote_cache.ex", + "to": "OTP", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "lib/vcl/remote_cache.ex", "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/merge_orchestration/loop.ex", + "from": "lib/vcl/query.ex", + "to": "Cowboy", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "lib/vcl/query.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/merge_orchestration/loop.ex", + "from": "lib/vcl/query.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/merge_orchestration/loop.ex", - "to": "Cowboy", + "from": "lib/vcl/query.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/merge_orchestration/loop.ex", + "from": "lib/vcl/query.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/merge_orchestration/loop.ex", + "from": "lib/vcl/query.ex", + "to": "MessageQueue", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "lib/vcl/file_executor.ex", + "to": "Cowboy", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "lib/vcl/file_executor.ex", + "to": "Phoenix", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "lib/vcl/file_executor.ex", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "lib/vcl/file_executor.ex", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/kin/coordinator.ex", + "from": "lib/vcl/file_executor.ex", + "to": "OTP", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "lib/vcl/file_executor.ex", "to": "MessageQueue", "relation": "framework", + "weight": 1.0 + }, + { + "from": "lib/vcl/client.ex", + "to": "Cowboy", + "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/coordinator.ex", + "from": "lib/vcl/client.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/coordinator.ex", + "from": "lib/vcl/client.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/coordinator.ex", - "to": "Cowboy", + "from": "lib/vcl/client.ex", + "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/coordinator.ex", + "from": "lib/vcl/client.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/coordinator.ex", - "to": "Networking", + "from": "lib/vcl/client.ex", + "to": "MessageQueue", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/arbiter.ex", - "to": "MessageQueue", + "from": "lib/neural/sequence_model.ex", + "to": "Cowboy", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/arbiter.ex", + "from": "lib/neural/sequence_model.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/arbiter.ex", + "from": "lib/neural/sequence_model.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/arbiter.ex", - "to": "Cowboy", + "from": "lib/neural/sequence_model.ex", + "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/arbiter.ex", + "from": "lib/neural/sequence_model.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/arbiter.ex", - "to": "Networking", + "from": "lib/neural/sequence_model.ex", + "to": "MessageQueue", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/gate.ex", - "to": "MessageQueue", + "from": "lib/neural/blackboard.ex", + "to": "Cowboy", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/gate.ex", + "from": "lib/neural/blackboard.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/gate.ex", + "from": "lib/neural/blackboard.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/gate.ex", - "to": "Cowboy", + "from": "lib/neural/blackboard.ex", + "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/gate.ex", + "from": "lib/neural/blackboard.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/gate.ex", - "to": "Networking", + "from": "lib/neural/blackboard.ex", + "to": "MessageQueue", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/protocol.ex", - "to": "MessageQueue", + "from": "lib/neural/rebalancer.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/kin/protocol.ex", + "from": "lib/neural/rebalancer.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/kin/protocol.ex", + "from": "lib/neural/rebalancer.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/kin/protocol.ex", - "to": "Cowboy", + "from": "lib/neural/rebalancer.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/kin/protocol.ex", + "from": "lib/neural/rebalancer.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/kin/protocol.ex", - "to": "Networking", + "from": "lib/neural/rebalancer.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/kin/watchdog.ex", - "to": "MessageQueue", + "from": "lib/neural/training_pipeline.ex", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/kin/watchdog.ex", + "from": "lib/neural/training_pipeline.ex", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/kin/watchdog.ex", + "from": "lib/neural/training_pipeline.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/kin/watchdog.ex", - "to": "Cowboy", + "from": "lib/neural/training_pipeline.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/kin/watchdog.ex", + "from": "lib/neural/training_pipeline.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/kin/watchdog.ex", - "to": "Networking", + "from": "lib/neural/training_pipeline.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/kin/contingency.ex", - "to": "MessageQueue", + "from": "lib/neural/graph_neural_network.ex", + "to": "Cowboy", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/contingency.ex", + "from": "lib/neural/graph_neural_network.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/contingency.ex", + "from": "lib/neural/graph_neural_network.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/contingency.ex", - "to": "Cowboy", + "from": "lib/neural/graph_neural_network.ex", + "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/contingency.ex", + "from": "lib/neural/graph_neural_network.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "lib/kin/contingency.ex", - "to": "Networking", + "from": "lib/neural/graph_neural_network.ex", + "to": "MessageQueue", "relation": "framework", "weight": 2.0 }, { - "from": "lib/vcl/file_executor.ex", - "to": "MessageQueue", + "from": "lib/neural/graph_of_trust.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/vcl/file_executor.ex", + "from": "lib/neural/graph_of_trust.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/vcl/file_executor.ex", + "from": "lib/neural/graph_of_trust.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/vcl/file_executor.ex", - "to": "Cowboy", + "from": "lib/neural/graph_of_trust.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/vcl/file_executor.ex", + "from": "lib/neural/graph_of_trust.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/vcl/file_executor.ex", - "to": "Networking", + "from": "lib/neural/graph_of_trust.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/vcl/remote_cache.ex", - "to": "MessageQueue", + "from": "lib/neural/persistence.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/vcl/remote_cache.ex", + "from": "lib/neural/persistence.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/vcl/remote_cache.ex", + "from": "lib/neural/persistence.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/vcl/remote_cache.ex", - "to": "Cowboy", + "from": "lib/neural/persistence.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/vcl/remote_cache.ex", + "from": "lib/neural/persistence.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/vcl/remote_cache.ex", - "to": "Networking", + "from": "lib/neural/persistence.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/vcl/query.ex", - "to": "MessageQueue", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "lib/vcl/query.ex", - "to": "Phoenix", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "lib/vcl/query.ex", - "to": "WebServer", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "lib/vcl/query.ex", + "from": "lib/neural/coordinator.ex", "to": "Cowboy", "relation": "framework", - "weight": 1.0 - }, - { - "from": "lib/vcl/query.ex", - "to": "OTP", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "lib/vcl/query.ex", - "to": "Networking", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "lib/vcl/client.ex", - "to": "MessageQueue", - "relation": "framework", - "weight": 2.0 + "weight": 10.0 }, { - "from": "lib/vcl/client.ex", + "from": "lib/neural/coordinator.ex", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 10.0 }, { - "from": "lib/vcl/client.ex", + "from": "lib/neural/coordinator.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 10.0 }, { - "from": "lib/vcl/client.ex", - "to": "Cowboy", + "from": "lib/neural/coordinator.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 10.0 }, { - "from": "lib/vcl/client.ex", + "from": "lib/neural/coordinator.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 10.0 }, { - "from": "lib/vcl/client.ex", - "to": "Networking", + "from": "lib/neural/coordinator.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 10.0 }, { "from": "lib/neural/variational_autoencoder.ex", - "to": "MessageQueue", + "to": "Cowboy", "relation": "framework", "weight": 2.0 }, @@ -7290,7 +7398,7 @@ }, { "from": "lib/neural/variational_autoencoder.ex", - "to": "Cowboy", + "to": "Networking", "relation": "framework", "weight": 2.0 }, @@ -7302,1849 +7410,1849 @@ }, { "from": "lib/neural/variational_autoencoder.ex", - "to": "Networking", + "to": "MessageQueue", "relation": "framework", "weight": 2.0 }, { - "from": "lib/neural/rebalancer.ex", - "to": "MessageQueue", + "from": "lib/verisim_connector.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/rebalancer.ex", + "from": "lib/verisim_connector.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/rebalancer.ex", + "from": "lib/verisim_connector.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/rebalancer.ex", - "to": "Cowboy", + "from": "lib/verisim_connector.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/rebalancer.ex", + "from": "lib/verisim_connector.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/rebalancer.ex", - "to": "Networking", + "from": "lib/verisim_connector.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/blackboard.ex", - "to": "MessageQueue", + "from": "lib/recipe_matcher.ex", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/neural/blackboard.ex", + "from": "lib/recipe_matcher.ex", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/neural/blackboard.ex", + "from": "lib/recipe_matcher.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/neural/blackboard.ex", - "to": "Cowboy", + "from": "lib/recipe_matcher.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/neural/blackboard.ex", + "from": "lib/recipe_matcher.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/neural/blackboard.ex", - "to": "Networking", + "from": "lib/recipe_matcher.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/neural/coordinator.ex", - "to": "MessageQueue", + "from": "lib/dispatch_manifest.ex", + "to": "Cowboy", "relation": "framework", - "weight": 10.0 + "weight": 1.0 }, { - "from": "lib/neural/coordinator.ex", + "from": "lib/dispatch_manifest.ex", "to": "Phoenix", "relation": "framework", - "weight": 10.0 + "weight": 1.0 }, { - "from": "lib/neural/coordinator.ex", + "from": "lib/dispatch_manifest.ex", "to": "WebServer", "relation": "framework", - "weight": 10.0 + "weight": 1.0 }, { - "from": "lib/neural/coordinator.ex", - "to": "Cowboy", + "from": "lib/dispatch_manifest.ex", + "to": "Networking", "relation": "framework", - "weight": 10.0 + "weight": 1.0 }, { - "from": "lib/neural/coordinator.ex", + "from": "lib/dispatch_manifest.ex", "to": "OTP", "relation": "framework", - "weight": 10.0 + "weight": 1.0 }, { - "from": "lib/neural/coordinator.ex", - "to": "Networking", + "from": "lib/dispatch_manifest.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 10.0 + "weight": 1.0 }, { - "from": "lib/neural/training_pipeline.ex", - "to": "MessageQueue", + "from": "lib/pattern_registry.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/training_pipeline.ex", + "from": "lib/pattern_registry.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/training_pipeline.ex", + "from": "lib/pattern_registry.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/training_pipeline.ex", - "to": "Cowboy", + "from": "lib/pattern_registry.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/training_pipeline.ex", + "from": "lib/pattern_registry.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/training_pipeline.ex", - "to": "Networking", + "from": "lib/pattern_registry.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/sequence_model.ex", - "to": "MessageQueue", + "from": "lib/rules/learning.ex", + "to": "Cowboy", "relation": "framework", "weight": 2.0 }, { - "from": "lib/neural/sequence_model.ex", + "from": "lib/rules/learning.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "lib/neural/sequence_model.ex", + "from": "lib/rules/learning.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "lib/neural/sequence_model.ex", - "to": "Cowboy", + "from": "lib/rules/learning.ex", + "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "lib/neural/sequence_model.ex", + "from": "lib/rules/learning.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "lib/neural/sequence_model.ex", - "to": "Networking", + "from": "lib/rules/learning.ex", + "to": "MessageQueue", "relation": "framework", "weight": 2.0 }, { - "from": "lib/neural/graph_of_trust.ex", - "to": "MessageQueue", + "from": "lib/rules/implementation_inside_canon.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/graph_of_trust.ex", + "from": "lib/rules/implementation_inside_canon.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/graph_of_trust.ex", + "from": "lib/rules/implementation_inside_canon.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/graph_of_trust.ex", - "to": "Cowboy", + "from": "lib/rules/implementation_inside_canon.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/graph_of_trust.ex", + "from": "lib/rules/implementation_inside_canon.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/graph_of_trust.ex", - "to": "Networking", + "from": "lib/rules/implementation_inside_canon.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/graph_neural_network.ex", - "to": "MessageQueue", + "from": "lib/rules/root_hygiene.ex", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/neural/graph_neural_network.ex", + "from": "lib/rules/root_hygiene.ex", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/neural/graph_neural_network.ex", + "from": "lib/rules/root_hygiene.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/neural/graph_neural_network.ex", - "to": "Cowboy", + "from": "lib/rules/root_hygiene.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/neural/graph_neural_network.ex", + "from": "lib/rules/root_hygiene.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/neural/graph_neural_network.ex", - "to": "Networking", + "from": "lib/rules/root_hygiene.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/neural/persistence.ex", - "to": "MessageQueue", + "from": "lib/rules/baseline_health.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/persistence.ex", + "from": "lib/rules/baseline_health.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/persistence.ex", + "from": "lib/rules/baseline_health.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/persistence.ex", - "to": "Cowboy", + "from": "lib/rules/baseline_health.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/persistence.ex", + "from": "lib/rules/baseline_health.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/neural/persistence.ex", - "to": "Networking", + "from": "lib/rules/baseline_health.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/tui/port.ex", - "to": "MessageQueue", + "from": "lib/rules/structural_drift.ex", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/tui/port.ex", + "from": "lib/rules/structural_drift.ex", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/tui/port.ex", + "from": "lib/rules/structural_drift.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/tui/port.ex", - "to": "Cowboy", + "from": "lib/rules/structural_drift.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/tui/port.ex", + "from": "lib/rules/structural_drift.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/tui/port.ex", - "to": "Networking", + "from": "lib/rules/structural_drift.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/pattern_registry.ex", - "to": "MessageQueue", + "from": "lib/rules/research_extensions.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/pattern_registry.ex", + "from": "lib/rules/research_extensions.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/pattern_registry.ex", + "from": "lib/rules/research_extensions.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/pattern_registry.ex", - "to": "Cowboy", + "from": "lib/rules/research_extensions.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/pattern_registry.ex", + "from": "lib/rules/research_extensions.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/pattern_registry.ex", - "to": "Networking", + "from": "lib/rules/research_extensions.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/self_diagnostics.ex", - "to": "MessageQueue", + "from": "lib/rules/dogfooding.ex", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/self_diagnostics.ex", + "from": "lib/rules/dogfooding.ex", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/self_diagnostics.ex", + "from": "lib/rules/dogfooding.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/self_diagnostics.ex", - "to": "Cowboy", + "from": "lib/rules/dogfooding.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/self_diagnostics.ex", + "from": "lib/rules/dogfooding.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/self_diagnostics.ex", - "to": "Networking", + "from": "lib/rules/dogfooding.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/safety/batch_rollback.ex", - "to": "MessageQueue", + "from": "lib/rules/supply_chain.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/safety/batch_rollback.ex", + "from": "lib/rules/supply_chain.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/safety/batch_rollback.ex", + "from": "lib/rules/supply_chain.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/safety/batch_rollback.ex", - "to": "Cowboy", + "from": "lib/rules/supply_chain.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/safety/batch_rollback.ex", + "from": "lib/rules/supply_chain.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/safety/batch_rollback.ex", - "to": "Networking", + "from": "lib/rules/supply_chain.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/safety/rate_limiter.ex", - "to": "MessageQueue", + "from": "lib/rules/honest_completion.ex", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/safety/rate_limiter.ex", + "from": "lib/rules/honest_completion.ex", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/safety/rate_limiter.ex", + "from": "lib/rules/honest_completion.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/safety/rate_limiter.ex", - "to": "Cowboy", + "from": "lib/rules/honest_completion.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/safety/rate_limiter.ex", + "from": "lib/rules/honest_completion.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/safety/rate_limiter.ex", - "to": "Networking", + "from": "lib/rules/honest_completion.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/safety/quarantine.ex", - "to": "MessageQueue", + "from": "lib/rules/workflow_hardening.ex", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/safety/quarantine.ex", + "from": "lib/rules/workflow_hardening.ex", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/safety/quarantine.ex", + "from": "lib/rules/workflow_hardening.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/safety/quarantine.ex", - "to": "Cowboy", + "from": "lib/rules/workflow_hardening.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/safety/quarantine.ex", + "from": "lib/rules/workflow_hardening.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/safety/quarantine.ex", - "to": "Networking", + "from": "lib/rules/workflow_hardening.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", - "to": "MessageQueue", + "from": "lib/rules/rule_loader.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", + "from": "lib/rules/rule_loader.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", + "from": "lib/rules/rule_loader.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", - "to": "Cowboy", + "from": "lib/rules/rule_loader.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", + "from": "lib/rules/rule_loader.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", - "to": "Networking", + "from": "lib/rules/rule_loader.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.verify_action_shas.ex", - "to": "MessageQueue", + "from": "lib/rules/cicd_rules.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.verify_action_shas.ex", + "from": "lib/rules/cicd_rules.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.verify_action_shas.ex", + "from": "lib/rules/cicd_rules.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.verify_action_shas.ex", - "to": "Cowboy", + "from": "lib/rules/cicd_rules.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.verify_action_shas.ex", + "from": "lib/rules/cicd_rules.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.verify_action_shas.ex", - "to": "Networking", + "from": "lib/rules/cicd_rules.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.batch_security_scan.ex", - "to": "MessageQueue", + "from": "lib/rules/green_web.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.batch_security_scan.ex", + "from": "lib/rules/green_web.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.batch_security_scan.ex", + "from": "lib/rules/green_web.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.batch_security_scan.ex", - "to": "Cowboy", + "from": "lib/rules/green_web.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.batch_security_scan.ex", + "from": "lib/rules/green_web.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.batch_security_scan.ex", - "to": "Networking", + "from": "lib/rules/green_web.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.repo_batch_ops.ex", - "to": "MessageQueue", + "from": "lib/rules/strategy_drift.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.repo_batch_ops.ex", + "from": "lib/rules/strategy_drift.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.repo_batch_ops.ex", + "from": "lib/rules/strategy_drift.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.repo_batch_ops.ex", - "to": "Cowboy", + "from": "lib/rules/strategy_drift.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.repo_batch_ops.ex", + "from": "lib/rules/strategy_drift.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.repo_batch_ops.ex", - "to": "Networking", + "from": "lib/rules/strategy_drift.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.audit_repos.ex", - "to": "MessageQueue", + "from": "lib/rules/rules.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.audit_repos.ex", + "from": "lib/rules/rules.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.audit_repos.ex", + "from": "lib/rules/rules.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.audit_repos.ex", - "to": "Cowboy", + "from": "lib/rules/rules.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.audit_repos.ex", + "from": "lib/rules/rules.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.audit_repos.ex", - "to": "Networking", + "from": "lib/rules/rules.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.rsr_score.ex", - "to": "MessageQueue", + "from": "lib/rules/rsr_conformance.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.rsr_score.ex", + "from": "lib/rules/rsr_conformance.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.rsr_score.ex", + "from": "lib/rules/rsr_conformance.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.rsr_score.ex", - "to": "Cowboy", + "from": "lib/rules/rsr_conformance.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.rsr_score.ex", + "from": "lib/rules/rsr_conformance.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mix/tasks/hypatia.rsr_score.ex", - "to": "Networking", + "from": "lib/rules/rsr_conformance.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/recipe_generator.ex", - "to": "MessageQueue", + "from": "lib/rules/rsr_criteria.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/recipe_generator.ex", + "from": "lib/rules/rsr_criteria.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/recipe_generator.ex", + "from": "lib/rules/rsr_criteria.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/recipe_generator.ex", - "to": "Cowboy", + "from": "lib/rules/rsr_criteria.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/recipe_generator.ex", + "from": "lib/rules/rsr_criteria.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/recipe_generator.ex", - "to": "Networking", + "from": "lib/rules/rsr_criteria.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "lib/recipe_matcher.ex", - "to": "MessageQueue", + "from": "lib/scorecard_ingestor.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "lib/recipe_matcher.ex", + "from": "lib/scorecard_ingestor.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lib/recipe_matcher.ex", + "from": "lib/scorecard_ingestor.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lib/recipe_matcher.ex", - "to": "Cowboy", + "from": "lib/scorecard_ingestor.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/recipe_matcher.ex", + "from": "lib/scorecard_ingestor.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/recipe_matcher.ex", - "to": "Networking", + "from": "lib/scorecard_ingestor.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "tools/scm-to-a2ml.sh", - "to": "MessageQueue", + "from": "lib/mix/tasks/hypatia.audit_repos.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "tools/scm-to-a2ml.sh", + "from": "lib/mix/tasks/hypatia.audit_repos.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/scm-to-a2ml.sh", + "from": "lib/mix/tasks/hypatia.audit_repos.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/scm-to-a2ml.sh", - "to": "Cowboy", + "from": "lib/mix/tasks/hypatia.audit_repos.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/scm-to-a2ml.sh", + "from": "lib/mix/tasks/hypatia.audit_repos.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/scm-to-a2ml.sh", - "to": "Networking", + "from": "lib/mix/tasks/hypatia.audit_repos.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "tools/cii-registrar/src/main.rs", - "to": "MessageQueue", + "from": "lib/mix/tasks/hypatia.rsr_score.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "tools/cii-registrar/src/main.rs", + "from": "lib/mix/tasks/hypatia.rsr_score.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/cii-registrar/src/main.rs", + "from": "lib/mix/tasks/hypatia.rsr_score.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/cii-registrar/src/main.rs", - "to": "Cowboy", + "from": "lib/mix/tasks/hypatia.rsr_score.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/cii-registrar/src/main.rs", + "from": "lib/mix/tasks/hypatia.rsr_score.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/cii-registrar/src/main.rs", - "to": "Networking", + "from": "lib/mix/tasks/hypatia.rsr_score.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "hypatia-cli-bash.sh", - "to": "MessageQueue", + "from": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "hypatia-cli-bash.sh", + "from": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "hypatia-cli-bash.sh", + "from": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "hypatia-cli-bash.sh", - "to": "Cowboy", + "from": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "hypatia-cli-bash.sh", + "from": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "hypatia-cli-bash.sh", - "to": "Networking", + "from": "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/bitbucket.rs", - "to": "MessageQueue", + "from": "lib/mix/tasks/hypatia.repo_batch_ops.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/bitbucket.rs", + "from": "lib/mix/tasks/hypatia.repo_batch_ops.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/bitbucket.rs", + "from": "lib/mix/tasks/hypatia.repo_batch_ops.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/bitbucket.rs", - "to": "Cowboy", + "from": "lib/mix/tasks/hypatia.repo_batch_ops.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/bitbucket.rs", + "from": "lib/mix/tasks/hypatia.repo_batch_ops.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/bitbucket.rs", - "to": "Networking", + "from": "lib/mix/tasks/hypatia.repo_batch_ops.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/github.rs", - "to": "MessageQueue", + "from": "lib/mix/tasks/hypatia.batch_security_scan.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/github.rs", + "from": "lib/mix/tasks/hypatia.batch_security_scan.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/github.rs", + "from": "lib/mix/tasks/hypatia.batch_security_scan.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/github.rs", - "to": "Cowboy", + "from": "lib/mix/tasks/hypatia.batch_security_scan.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/github.rs", + "from": "lib/mix/tasks/hypatia.batch_security_scan.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/github.rs", - "to": "Networking", + "from": "lib/mix/tasks/hypatia.batch_security_scan.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/codeberg.rs", - "to": "MessageQueue", + "from": "lib/mix/tasks/hypatia.verify_action_shas.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/codeberg.rs", + "from": "lib/mix/tasks/hypatia.verify_action_shas.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/codeberg.rs", + "from": "lib/mix/tasks/hypatia.verify_action_shas.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/codeberg.rs", - "to": "Cowboy", + "from": "lib/mix/tasks/hypatia.verify_action_shas.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/codeberg.rs", + "from": "lib/mix/tasks/hypatia.verify_action_shas.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/codeberg.rs", - "to": "Networking", + "from": "lib/mix/tasks/hypatia.verify_action_shas.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/lib.rs", - "to": "MessageQueue", + "from": "lib/scorecard_reconciler.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/lib.rs", + "from": "lib/scorecard_reconciler.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/lib.rs", + "from": "lib/scorecard_reconciler.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/lib.rs", - "to": "Cowboy", + "from": "lib/scorecard_reconciler.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/lib.rs", + "from": "lib/scorecard_reconciler.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/lib.rs", - "to": "Networking", + "from": "lib/scorecard_reconciler.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/sourcehut.rs", - "to": "MessageQueue", + "from": "lib/outcome_tracker.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/sourcehut.rs", + "from": "lib/outcome_tracker.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/sourcehut.rs", + "from": "lib/outcome_tracker.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/sourcehut.rs", - "to": "Cowboy", + "from": "lib/outcome_tracker.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/sourcehut.rs", + "from": "lib/outcome_tracker.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/sourcehut.rs", - "to": "Networking", + "from": "lib/outcome_tracker.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/gitlab.rs", - "to": "MessageQueue", + "from": "lib/safety/batch_rollback.ex", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/gitlab.rs", + "from": "lib/safety/batch_rollback.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/gitlab.rs", + "from": "lib/safety/batch_rollback.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/gitlab.rs", - "to": "Cowboy", + "from": "lib/safety/batch_rollback.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/gitlab.rs", + "from": "lib/safety/batch_rollback.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/gitlab.rs", - "to": "Networking", + "from": "lib/safety/batch_rollback.ex", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "adapters/src/radicle.rs", - "to": "MessageQueue", + "from": "lib/safety/rate_limiter.ex", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "adapters/src/radicle.rs", + "from": "lib/safety/rate_limiter.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "adapters/src/radicle.rs", + "from": "lib/safety/rate_limiter.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "adapters/src/radicle.rs", - "to": "Cowboy", + "from": "lib/safety/rate_limiter.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "adapters/src/radicle.rs", + "from": "lib/safety/rate_limiter.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "adapters/src/radicle.rs", - "to": "Networking", + "from": "lib/safety/rate_limiter.ex", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "fixer/src/main.rs", - "to": "MessageQueue", + "from": "lib/safety/quarantine.ex", + "to": "Cowboy", "relation": "framework", "weight": 2.0 }, { - "from": "fixer/src/main.rs", + "from": "lib/safety/quarantine.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "fixer/src/main.rs", + "from": "lib/safety/quarantine.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "fixer/src/main.rs", - "to": "Cowboy", + "from": "lib/safety/quarantine.ex", + "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "fixer/src/main.rs", + "from": "lib/safety/quarantine.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "fixer/src/main.rs", - "to": "Networking", + "from": "lib/safety/quarantine.ex", + "to": "MessageQueue", "relation": "framework", "weight": 2.0 }, { - "from": "fixer/src/lib.rs", - "to": "MessageQueue", + "from": "clients/rust/hypatia-client/src/subprocess.rs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "fixer/src/lib.rs", + "from": "clients/rust/hypatia-client/src/subprocess.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "fixer/src/lib.rs", + "from": "clients/rust/hypatia-client/src/subprocess.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "fixer/src/lib.rs", - "to": "Cowboy", + "from": "clients/rust/hypatia-client/src/subprocess.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "fixer/src/lib.rs", + "from": "clients/rust/hypatia-client/src/subprocess.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "fixer/src/lib.rs", - "to": "Networking", + "from": "clients/rust/hypatia-client/src/subprocess.rs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "fixer/src/scanner.rs", - "to": "MessageQueue", + "from": "clients/rust/hypatia-client/src/client.rs", + "to": "Cowboy", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "fixer/src/scanner.rs", + "from": "clients/rust/hypatia-client/src/client.rs", "to": "Phoenix", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "fixer/src/scanner.rs", + "from": "clients/rust/hypatia-client/src/client.rs", "to": "WebServer", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "fixer/src/scanner.rs", - "to": "Cowboy", + "from": "clients/rust/hypatia-client/src/client.rs", + "to": "Networking", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "fixer/src/scanner.rs", + "from": "clients/rust/hypatia-client/src/client.rs", "to": "OTP", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "fixer/src/scanner.rs", - "to": "Networking", + "from": "clients/rust/hypatia-client/src/client.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "integration/run-tests.sh", - "to": "MessageQueue", + "from": "clients/rust/hypatia-client/src/ffi.rs", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 72.0 }, { - "from": "integration/run-tests.sh", + "from": "clients/rust/hypatia-client/src/ffi.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 72.0 }, { - "from": "integration/run-tests.sh", + "from": "clients/rust/hypatia-client/src/ffi.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 72.0 }, { - "from": "integration/run-tests.sh", - "to": "Cowboy", + "from": "clients/rust/hypatia-client/src/ffi.rs", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 72.0 }, { - "from": "integration/run-tests.sh", + "from": "clients/rust/hypatia-client/src/ffi.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 72.0 }, { - "from": "integration/run-tests.sh", - "to": "Networking", + "from": "clients/rust/hypatia-client/src/ffi.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 72.0 }, { - "from": "integration/tests/forge_test.rs", - "to": "MessageQueue", + "from": "clients/rust/hypatia-client/src/error.rs", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "integration/tests/forge_test.rs", + "from": "clients/rust/hypatia-client/src/error.rs", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "integration/tests/forge_test.rs", + "from": "clients/rust/hypatia-client/src/error.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "integration/tests/forge_test.rs", - "to": "Cowboy", + "from": "clients/rust/hypatia-client/src/error.rs", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "integration/tests/forge_test.rs", + "from": "clients/rust/hypatia-client/src/error.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "integration/tests/forge_test.rs", - "to": "Networking", + "from": "clients/rust/hypatia-client/src/error.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "integration/tests/registry_test.rs", - "to": "MessageQueue", + "from": "hypatia-cli-bash.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "integration/tests/registry_test.rs", + "from": "hypatia-cli-bash.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "integration/tests/registry_test.rs", + "from": "hypatia-cli-bash.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "integration/tests/registry_test.rs", - "to": "Cowboy", + "from": "hypatia-cli-bash.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "integration/tests/registry_test.rs", + "from": "hypatia-cli-bash.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "integration/tests/registry_test.rs", - "to": "Networking", + "from": "hypatia-cli-bash.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "integration/tests/fleet_test.rs", - "to": "MessageQueue", + "from": "fixer/src/scanner.rs", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "integration/tests/fleet_test.rs", + "from": "fixer/src/scanner.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "integration/tests/fleet_test.rs", + "from": "fixer/src/scanner.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "integration/tests/fleet_test.rs", - "to": "Cowboy", + "from": "fixer/src/scanner.rs", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "integration/tests/fleet_test.rs", + "from": "fixer/src/scanner.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "integration/tests/fleet_test.rs", - "to": "Networking", + "from": "fixer/src/scanner.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "integration/src/lib.rs", - "to": "MessageQueue", + "from": "fixer/src/lib.rs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "integration/src/lib.rs", + "from": "fixer/src/lib.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "integration/src/lib.rs", + "from": "fixer/src/lib.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "integration/src/lib.rs", - "to": "Cowboy", + "from": "fixer/src/lib.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "integration/src/lib.rs", + "from": "fixer/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "integration/src/lib.rs", - "to": "Networking", + "from": "fixer/src/lib.rs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "integration/src/ci_simulation/scenarios.rs", - "to": "MessageQueue", + "from": "fixer/src/main.rs", + "to": "Cowboy", "relation": "framework", - "weight": 102.0 + "weight": 2.0 }, { - "from": "integration/src/ci_simulation/scenarios.rs", + "from": "fixer/src/main.rs", "to": "Phoenix", "relation": "framework", - "weight": 102.0 + "weight": 2.0 }, { - "from": "integration/src/ci_simulation/scenarios.rs", + "from": "fixer/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 102.0 + "weight": 2.0 }, { - "from": "integration/src/ci_simulation/scenarios.rs", - "to": "Cowboy", + "from": "fixer/src/main.rs", + "to": "Networking", "relation": "framework", - "weight": 102.0 + "weight": 2.0 }, { - "from": "integration/src/ci_simulation/scenarios.rs", + "from": "fixer/src/main.rs", "to": "OTP", "relation": "framework", - "weight": 102.0 + "weight": 2.0 }, { - "from": "integration/src/ci_simulation/scenarios.rs", - "to": "Networking", + "from": "fixer/src/main.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 102.0 + "weight": 2.0 }, { - "from": "integration/src/ci_simulation/assertions.rs", - "to": "MessageQueue", + "from": "integration/tests/fleet_test.rs", + "to": "Cowboy", "relation": "framework", - "weight": 45.0 + "weight": 1.0 }, { - "from": "integration/src/ci_simulation/assertions.rs", + "from": "integration/tests/fleet_test.rs", "to": "Phoenix", "relation": "framework", - "weight": 45.0 + "weight": 1.0 }, { - "from": "integration/src/ci_simulation/assertions.rs", + "from": "integration/tests/fleet_test.rs", "to": "WebServer", "relation": "framework", - "weight": 45.0 + "weight": 1.0 }, { - "from": "integration/src/ci_simulation/assertions.rs", - "to": "Cowboy", + "from": "integration/tests/fleet_test.rs", + "to": "Networking", "relation": "framework", - "weight": 45.0 + "weight": 1.0 }, { - "from": "integration/src/ci_simulation/assertions.rs", + "from": "integration/tests/fleet_test.rs", "to": "OTP", "relation": "framework", - "weight": 45.0 + "weight": 1.0 }, { - "from": "integration/src/ci_simulation/assertions.rs", - "to": "Networking", + "from": "integration/tests/fleet_test.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 45.0 + "weight": 1.0 }, { - "from": "integration/src/ci_simulation/mod.rs", - "to": "MessageQueue", + "from": "integration/tests/forge_test.rs", + "to": "Cowboy", "relation": "framework", "weight": 2.0 }, { - "from": "integration/src/ci_simulation/mod.rs", + "from": "integration/tests/forge_test.rs", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "integration/src/ci_simulation/mod.rs", + "from": "integration/tests/forge_test.rs", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "integration/src/ci_simulation/mod.rs", - "to": "Cowboy", + "from": "integration/tests/forge_test.rs", + "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "integration/src/ci_simulation/mod.rs", + "from": "integration/tests/forge_test.rs", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "integration/src/ci_simulation/mod.rs", - "to": "Networking", + "from": "integration/tests/forge_test.rs", + "to": "MessageQueue", "relation": "framework", "weight": 2.0 }, { - "from": "data/src/cache.rs", - "to": "MessageQueue", + "from": "integration/tests/registry_test.rs", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "data/src/cache.rs", + "from": "integration/tests/registry_test.rs", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "data/src/cache.rs", + "from": "integration/tests/registry_test.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "data/src/cache.rs", - "to": "Cowboy", + "from": "integration/tests/registry_test.rs", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "data/src/cache.rs", + "from": "integration/tests/registry_test.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "data/src/cache.rs", - "to": "Networking", + "from": "integration/tests/registry_test.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "data/src/verisim.rs", - "to": "MessageQueue", + "from": "integration/src/ci_simulation/mod.rs", + "to": "Cowboy", "relation": "framework", "weight": 2.0 }, { - "from": "data/src/verisim.rs", + "from": "integration/src/ci_simulation/mod.rs", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "data/src/verisim.rs", + "from": "integration/src/ci_simulation/mod.rs", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "data/src/verisim.rs", - "to": "Cowboy", + "from": "integration/src/ci_simulation/mod.rs", + "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "data/src/verisim.rs", + "from": "integration/src/ci_simulation/mod.rs", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "data/src/verisim.rs", - "to": "Networking", + "from": "integration/src/ci_simulation/mod.rs", + "to": "MessageQueue", "relation": "framework", "weight": 2.0 }, { - "from": "data/src/dragonfly.rs", - "to": "MessageQueue", + "from": "integration/src/ci_simulation/scenarios.rs", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 102.0 }, { - "from": "data/src/dragonfly.rs", + "from": "integration/src/ci_simulation/scenarios.rs", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 102.0 }, { - "from": "data/src/dragonfly.rs", + "from": "integration/src/ci_simulation/scenarios.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 102.0 }, { - "from": "data/src/dragonfly.rs", - "to": "Cowboy", + "from": "integration/src/ci_simulation/scenarios.rs", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 102.0 }, { - "from": "data/src/dragonfly.rs", + "from": "integration/src/ci_simulation/scenarios.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 102.0 }, { - "from": "data/src/dragonfly.rs", - "to": "Networking", + "from": "integration/src/ci_simulation/scenarios.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 102.0 }, { - "from": "hooks/templates/post-receive.sh", - "to": "MessageQueue", + "from": "integration/src/ci_simulation/assertions.rs", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 45.0 }, { - "from": "hooks/templates/post-receive.sh", + "from": "integration/src/ci_simulation/assertions.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 45.0 }, { - "from": "hooks/templates/post-receive.sh", + "from": "integration/src/ci_simulation/assertions.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 45.0 }, { - "from": "hooks/templates/post-receive.sh", - "to": "Cowboy", + "from": "integration/src/ci_simulation/assertions.rs", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 45.0 }, { - "from": "hooks/templates/post-receive.sh", + "from": "integration/src/ci_simulation/assertions.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 45.0 }, { - "from": "hooks/templates/post-receive.sh", - "to": "Networking", + "from": "integration/src/ci_simulation/assertions.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 45.0 }, { - "from": "hooks/templates/prepare-commit-msg.sh", - "to": "MessageQueue", + "from": "integration/src/lib.rs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/templates/prepare-commit-msg.sh", + "from": "integration/src/lib.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/templates/prepare-commit-msg.sh", + "from": "integration/src/lib.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/templates/prepare-commit-msg.sh", - "to": "Cowboy", + "from": "integration/src/lib.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/templates/prepare-commit-msg.sh", + "from": "integration/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/templates/prepare-commit-msg.sh", - "to": "Networking", + "from": "integration/src/lib.rs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/lib/cache.sh", - "to": "MessageQueue", + "from": "integration/run-tests.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/lib/cache.sh", + "from": "integration/run-tests.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/lib/cache.sh", + "from": "integration/run-tests.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/lib/cache.sh", - "to": "Cowboy", + "from": "integration/run-tests.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/lib/cache.sh", + "from": "integration/run-tests.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/lib/cache.sh", - "to": "Networking", + "from": "integration/run-tests.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/lib/api.sh", - "to": "MessageQueue", + "from": "scripts/panll-data-bridge.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/lib/api.sh", + "from": "scripts/panll-data-bridge.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/lib/api.sh", + "from": "scripts/panll-data-bridge.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/lib/api.sh", - "to": "Cowboy", + "from": "scripts/panll-data-bridge.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/lib/api.sh", + "from": "scripts/panll-data-bridge.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/lib/api.sh", - "to": "Networking", + "from": "scripts/panll-data-bridge.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/installer.sh", - "to": "MessageQueue", + "from": "scripts/fix-pinned-dependencies.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/installer.sh", + "from": "scripts/fix-pinned-dependencies.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/installer.sh", + "from": "scripts/fix-pinned-dependencies.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/installer.sh", - "to": "Cowboy", + "from": "scripts/fix-pinned-dependencies.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/installer.sh", + "from": "scripts/fix-pinned-dependencies.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/installer.sh", - "to": "Networking", + "from": "scripts/fix-pinned-dependencies.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { "from": "scripts/bench-tools/src/lib.rs", - "to": "MessageQueue", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, @@ -9162,7 +9270,7 @@ }, { "from": "scripts/bench-tools/src/lib.rs", - "to": "Cowboy", + "to": "Networking", "relation": "framework", "weight": 1.0 }, @@ -9174,13 +9282,13 @@ }, { "from": "scripts/bench-tools/src/lib.rs", - "to": "Networking", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { "from": "scripts/bench-tools/src/bin/check-bench-regression.rs", - "to": "MessageQueue", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, @@ -9198,7 +9306,7 @@ }, { "from": "scripts/bench-tools/src/bin/check-bench-regression.rs", - "to": "Cowboy", + "to": "Networking", "relation": "framework", "weight": 1.0 }, @@ -9210,13 +9318,13 @@ }, { "from": "scripts/bench-tools/src/bin/check-bench-regression.rs", - "to": "Networking", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { "from": "scripts/bench-tools/src/bin/update-bench-baselines.rs", - "to": "MessageQueue", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, @@ -9234,7 +9342,7 @@ }, { "from": "scripts/bench-tools/src/bin/update-bench-baselines.rs", - "to": "Cowboy", + "to": "Networking", "relation": "framework", "weight": 1.0 }, @@ -9246,373 +9354,409 @@ }, { "from": "scripts/bench-tools/src/bin/update-bench-baselines.rs", - "to": "Networking", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-pinned-dependencies.sh", - "to": "MessageQueue", + "from": "scripts/hypatia-sitrep.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-pinned-dependencies.sh", + "from": "scripts/hypatia-sitrep.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-pinned-dependencies.sh", + "from": "scripts/hypatia-sitrep.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-pinned-dependencies.sh", - "to": "Cowboy", + "from": "scripts/hypatia-sitrep.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-pinned-dependencies.sh", + "from": "scripts/hypatia-sitrep.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-pinned-dependencies.sh", - "to": "Networking", + "from": "scripts/hypatia-sitrep.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/sweeps/resync-hypatia-scan-phase2.sh", - "to": "MessageQueue", + "from": "scripts/ci-health/baton-bridge.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/sweeps/resync-hypatia-scan-phase2.sh", + "from": "scripts/ci-health/baton-bridge.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/sweeps/resync-hypatia-scan-phase2.sh", + "from": "scripts/ci-health/baton-bridge.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/sweeps/resync-hypatia-scan-phase2.sh", - "to": "Cowboy", + "from": "scripts/ci-health/baton-bridge.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/sweeps/resync-hypatia-scan-phase2.sh", + "from": "scripts/ci-health/baton-bridge.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/sweeps/resync-hypatia-scan-phase2.sh", - "to": "Networking", + "from": "scripts/ci-health/baton-bridge.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/sweeps/patch_phase2.sh", - "to": "MessageQueue", + "from": "scripts/ci-health/sweep.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/sweeps/patch_phase2.sh", + "from": "scripts/ci-health/sweep.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/sweeps/patch_phase2.sh", + "from": "scripts/ci-health/sweep.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/sweeps/patch_phase2.sh", - "to": "Cowboy", + "from": "scripts/ci-health/sweep.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/sweeps/patch_phase2.sh", + "from": "scripts/ci-health/sweep.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/sweeps/patch_phase2.sh", - "to": "Networking", + "from": "scripts/ci-health/sweep.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-tools/src/bin/validate-panll-harness.rs", - "to": "MessageQueue", + "from": "scripts/security-check.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-tools/src/bin/validate-panll-harness.rs", + "from": "scripts/security-check.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-tools/src/bin/validate-panll-harness.rs", + "from": "scripts/security-check.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-tools/src/bin/validate-panll-harness.rs", - "to": "Cowboy", + "from": "scripts/security-check.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-tools/src/bin/validate-panll-harness.rs", + "from": "scripts/security-check.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-tools/src/bin/validate-panll-harness.rs", - "to": "Networking", + "from": "scripts/security-check.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", - "to": "MessageQueue", + "from": "scripts/auto-fix-formulaic.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", + "from": "scripts/auto-fix-formulaic.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", + "from": "scripts/auto-fix-formulaic.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", - "to": "Cowboy", + "from": "scripts/auto-fix-formulaic.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", + "from": "scripts/auto-fix-formulaic.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", - "to": "Networking", + "from": "scripts/auto-fix-formulaic.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-health/sweep.sh", - "to": "MessageQueue", + "from": "scripts/fix-scripts/fix-add-elixir-ci.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-health/sweep.sh", + "from": "scripts/fix-scripts/fix-add-elixir-ci.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-health/sweep.sh", + "from": "scripts/fix-scripts/fix-add-elixir-ci.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-health/sweep.sh", - "to": "Cowboy", + "from": "scripts/fix-scripts/fix-add-elixir-ci.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-health/sweep.sh", + "from": "scripts/fix-scripts/fix-add-elixir-ci.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-health/sweep.sh", - "to": "Networking", + "from": "scripts/fix-scripts/fix-add-elixir-ci.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-health/baton-bridge.sh", - "to": "MessageQueue", + "from": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-health/baton-bridge.sh", + "from": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-health/baton-bridge.sh", + "from": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-health/baton-bridge.sh", - "to": "Cowboy", + "from": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-health/baton-bridge.sh", + "from": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ci-health/baton-bridge.sh", - "to": "Networking", + "from": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/security-check.sh", - "to": "MessageQueue", + "from": "scripts/fix-scripts/fix-scorecard-ci-tests.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/security-check.sh", + "from": "scripts/fix-scripts/fix-scorecard-ci-tests.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/security-check.sh", + "from": "scripts/fix-scripts/fix-scorecard-ci-tests.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/security-check.sh", - "to": "Cowboy", + "from": "scripts/fix-scripts/fix-scorecard-ci-tests.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/security-check.sh", + "from": "scripts/fix-scripts/fix-scorecard-ci-tests.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/security-check.sh", - "to": "Networking", + "from": "scripts/fix-scripts/fix-scorecard-ci-tests.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/bot-accountability.sh", - "to": "MessageQueue", + "from": "scripts/fix-scripts/fix-security-policy.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/bot-accountability.sh", + "from": "scripts/fix-scripts/fix-security-policy.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/bot-accountability.sh", + "from": "scripts/fix-scripts/fix-security-policy.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/bot-accountability.sh", - "to": "Cowboy", + "from": "scripts/fix-scripts/fix-security-policy.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/bot-accountability.sh", + "from": "scripts/fix-scripts/fix-security-policy.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/bot-accountability.sh", + "from": "scripts/fix-scripts/fix-security-policy.sh", + "to": "MessageQueue", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", + "to": "Cowboy", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", + "to": "Phoenix", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/auto-fix-formulaic.sh", + "from": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", + "to": "OTP", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/auto-fix-formulaic.sh", + "from": "scripts/fix-scripts/fix-scorecard-packaging.sh", + "to": "Cowboy", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "scripts/fix-scripts/fix-scorecard-packaging.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/auto-fix-formulaic.sh", + "from": "scripts/fix-scripts/fix-scorecard-packaging.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/auto-fix-formulaic.sh", - "to": "Cowboy", + "from": "scripts/fix-scripts/fix-scorecard-packaging.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/auto-fix-formulaic.sh", + "from": "scripts/fix-scripts/fix-scorecard-packaging.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/auto-fix-formulaic.sh", - "to": "Networking", + "from": "scripts/fix-scripts/fix-scorecard-packaging.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { "from": "scripts/fix-scripts/fix-heredoc-install.sh", - "to": "MessageQueue", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, @@ -9630,7 +9774,7 @@ }, { "from": "scripts/fix-scripts/fix-heredoc-install.sh", - "to": "Cowboy", + "to": "Networking", "relation": "framework", "weight": 1.0 }, @@ -9642,121 +9786,121 @@ }, { "from": "scripts/fix-scripts/fix-heredoc-install.sh", - "to": "Networking", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-dependabot.sh", - "to": "MessageQueue", + "from": "scripts/fix-scripts/fix-license-file.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-dependabot.sh", + "from": "scripts/fix-scripts/fix-license-file.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-dependabot.sh", + "from": "scripts/fix-scripts/fix-license-file.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-dependabot.sh", - "to": "Cowboy", + "from": "scripts/fix-scripts/fix-license-file.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-dependabot.sh", + "from": "scripts/fix-scripts/fix-license-file.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-dependabot.sh", - "to": "Networking", + "from": "scripts/fix-scripts/fix-license-file.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-ci-tests.sh", - "to": "MessageQueue", + "from": "scripts/fix-scripts/fix-sast-workflow.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-ci-tests.sh", + "from": "scripts/fix-scripts/fix-sast-workflow.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-ci-tests.sh", + "from": "scripts/fix-scripts/fix-sast-workflow.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-ci-tests.sh", - "to": "Cowboy", + "from": "scripts/fix-scripts/fix-sast-workflow.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-ci-tests.sh", + "from": "scripts/fix-scripts/fix-sast-workflow.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-ci-tests.sh", - "to": "Networking", + "from": "scripts/fix-scripts/fix-sast-workflow.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-security-policy.sh", - "to": "MessageQueue", + "from": "scripts/fix-scripts/fix-dependabot.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-security-policy.sh", + "from": "scripts/fix-scripts/fix-dependabot.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-security-policy.sh", + "from": "scripts/fix-scripts/fix-dependabot.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-security-policy.sh", - "to": "Cowboy", + "from": "scripts/fix-scripts/fix-dependabot.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-security-policy.sh", + "from": "scripts/fix-scripts/fix-dependabot.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-security-policy.sh", - "to": "Networking", + "from": "scripts/fix-scripts/fix-dependabot.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { "from": "scripts/fix-scripts/fix-scorecard-fuzzing.sh", - "to": "MessageQueue", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, @@ -9774,7 +9918,7 @@ }, { "from": "scripts/fix-scripts/fix-scorecard-fuzzing.sh", - "to": "Cowboy", + "to": "Networking", "relation": "framework", "weight": 1.0 }, @@ -9786,661 +9930,661 @@ }, { "from": "scripts/fix-scripts/fix-scorecard-fuzzing.sh", - "to": "Networking", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-license-file.sh", - "to": "MessageQueue", + "from": "scripts/fix-scripts/fix-scorecard-sbom.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-license-file.sh", + "from": "scripts/fix-scripts/fix-scorecard-sbom.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-license-file.sh", + "from": "scripts/fix-scripts/fix-scorecard-sbom.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-license-file.sh", - "to": "Cowboy", + "from": "scripts/fix-scripts/fix-scorecard-sbom.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-license-file.sh", + "from": "scripts/fix-scripts/fix-scorecard-sbom.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-license-file.sh", - "to": "Networking", + "from": "scripts/fix-scripts/fix-scorecard-sbom.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-packaging.sh", - "to": "MessageQueue", + "from": "scripts/ramdisk-orchestrator.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-packaging.sh", + "from": "scripts/ramdisk-orchestrator.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-packaging.sh", + "from": "scripts/ramdisk-orchestrator.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-packaging.sh", - "to": "Cowboy", + "from": "scripts/ramdisk-orchestrator.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-packaging.sh", + "from": "scripts/ramdisk-orchestrator.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-packaging.sh", - "to": "Networking", + "from": "scripts/ramdisk-orchestrator.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-sbom.sh", - "to": "MessageQueue", + "from": "scripts/ci-tools/src/bin/validate-panll-harness.rs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-sbom.sh", + "from": "scripts/ci-tools/src/bin/validate-panll-harness.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-sbom.sh", + "from": "scripts/ci-tools/src/bin/validate-panll-harness.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-sbom.sh", - "to": "Cowboy", + "from": "scripts/ci-tools/src/bin/validate-panll-harness.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-sbom.sh", + "from": "scripts/ci-tools/src/bin/validate-panll-harness.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-sbom.sh", - "to": "Networking", + "from": "scripts/ci-tools/src/bin/validate-panll-harness.rs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-add-elixir-ci.sh", - "to": "MessageQueue", + "from": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-add-elixir-ci.sh", + "from": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-add-elixir-ci.sh", + "from": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-add-elixir-ci.sh", - "to": "Cowboy", + "from": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-add-elixir-ci.sh", + "from": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-add-elixir-ci.sh", - "to": "Networking", + "from": "scripts/ci-tools/src/bin/check-k9iser-paths.rs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", - "to": "MessageQueue", + "from": "scripts/sweeps/patch_phase2.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", + "from": "scripts/sweeps/patch_phase2.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", + "from": "scripts/sweeps/patch_phase2.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", - "to": "Cowboy", + "from": "scripts/sweeps/patch_phase2.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", + "from": "scripts/sweeps/patch_phase2.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-signed-releases.sh", - "to": "Networking", + "from": "scripts/sweeps/patch_phase2.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-sast-workflow.sh", - "to": "MessageQueue", + "from": "scripts/sweeps/resync-hypatia-scan-phase2.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-sast-workflow.sh", + "from": "scripts/sweeps/resync-hypatia-scan-phase2.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-sast-workflow.sh", + "from": "scripts/sweeps/resync-hypatia-scan-phase2.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-sast-workflow.sh", - "to": "Cowboy", + "from": "scripts/sweeps/resync-hypatia-scan-phase2.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-sast-workflow.sh", + "from": "scripts/sweeps/resync-hypatia-scan-phase2.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-sast-workflow.sh", - "to": "Networking", + "from": "scripts/sweeps/resync-hypatia-scan-phase2.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", - "to": "MessageQueue", + "from": "scripts/bot-accountability.sh", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", + "from": "scripts/bot-accountability.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", + "from": "scripts/bot-accountability.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", - "to": "Cowboy", + "from": "scripts/bot-accountability.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", + "from": "scripts/bot-accountability.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-scripts/fix-scorecard-cii-best-practices.sh", - "to": "Networking", + "from": "scripts/bot-accountability.sh", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ramdisk-orchestrator.sh", - "to": "MessageQueue", + "from": "ffi/zig/src/runtime.zig", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ramdisk-orchestrator.sh", + "from": "ffi/zig/src/runtime.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ramdisk-orchestrator.sh", + "from": "ffi/zig/src/runtime.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ramdisk-orchestrator.sh", - "to": "Cowboy", + "from": "ffi/zig/src/runtime.zig", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ramdisk-orchestrator.sh", + "from": "ffi/zig/src/runtime.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/ramdisk-orchestrator.sh", - "to": "Networking", + "from": "ffi/zig/src/runtime.zig", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/hypatia-sitrep.sh", - "to": "MessageQueue", + "from": "ffi/zig/src/main.zig", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "scripts/hypatia-sitrep.sh", + "from": "ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "scripts/hypatia-sitrep.sh", + "from": "ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "scripts/hypatia-sitrep.sh", - "to": "Cowboy", + "from": "ffi/zig/src/main.zig", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "scripts/hypatia-sitrep.sh", + "from": "ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "scripts/hypatia-sitrep.sh", - "to": "Networking", + "from": "ffi/zig/src/main.zig", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "scripts/panll-data-bridge.sh", - "to": "MessageQueue", + "from": "ffi/zig/src/file_ops.zig", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/panll-data-bridge.sh", + "from": "ffi/zig/src/file_ops.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/panll-data-bridge.sh", + "from": "ffi/zig/src/file_ops.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/panll-data-bridge.sh", - "to": "Cowboy", + "from": "ffi/zig/src/file_ops.zig", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/panll-data-bridge.sh", + "from": "ffi/zig/src/file_ops.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/panll-data-bridge.sh", - "to": "Networking", + "from": "ffi/zig/src/file_ops.zig", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e.sh", - "to": "MessageQueue", + "from": "test/scanner_suppression_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e.sh", + "from": "test/scanner_suppression_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e.sh", + "from": "test/scanner_suppression_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e.sh", - "to": "Cowboy", + "from": "test/scanner_suppression_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e.sh", + "from": "test/scanner_suppression_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e.sh", - "to": "Networking", + "from": "test/scanner_suppression_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/retired_descriptile_policy_test.exs", - "to": "MessageQueue", + "from": "test/scorecard_ingestor_actions_lock_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/retired_descriptile_policy_test.exs", + "from": "test/scorecard_ingestor_actions_lock_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/retired_descriptile_policy_test.exs", + "from": "test/scorecard_ingestor_actions_lock_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/retired_descriptile_policy_test.exs", - "to": "Cowboy", + "from": "test/scorecard_ingestor_actions_lock_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/retired_descriptile_policy_test.exs", + "from": "test/scorecard_ingestor_actions_lock_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/retired_descriptile_policy_test.exs", - "to": "Networking", + "from": "test/scorecard_ingestor_actions_lock_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/blackboard_test.exs", - "to": "MessageQueue", + "from": "test/historical_trends_test.exs", + "to": "Cowboy", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "test/blackboard_test.exs", + "from": "test/historical_trends_test.exs", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "test/blackboard_test.exs", + "from": "test/historical_trends_test.exs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "test/blackboard_test.exs", - "to": "Cowboy", + "from": "test/historical_trends_test.exs", + "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "test/blackboard_test.exs", + "from": "test/historical_trends_test.exs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "test/blackboard_test.exs", - "to": "Networking", + "from": "test/historical_trends_test.exs", + "to": "MessageQueue", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "test/unified-api-adapter-contract_test.exs", - "to": "MessageQueue", + "from": "test/research_extensions_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/unified-api-adapter-contract_test.exs", + "from": "test/research_extensions_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/unified-api-adapter-contract_test.exs", + "from": "test/research_extensions_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/unified-api-adapter-contract_test.exs", - "to": "Cowboy", + "from": "test/research_extensions_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/unified-api-adapter-contract_test.exs", + "from": "test/research_extensions_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/unified-api-adapter-contract_test.exs", - "to": "Networking", + "from": "test/research_extensions_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/scanner_suppression_test.exs", - "to": "MessageQueue", + "from": "test/soundness/fixtures/code_safety/believe_me.idr", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/scanner_suppression_test.exs", + "from": "test/soundness/fixtures/code_safety/believe_me.idr", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/scanner_suppression_test.exs", + "from": "test/soundness/fixtures/code_safety/believe_me.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/scanner_suppression_test.exs", - "to": "Cowboy", + "from": "test/soundness/fixtures/code_safety/believe_me.idr", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/scanner_suppression_test.exs", + "from": "test/soundness/fixtures/code_safety/believe_me.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/scanner_suppression_test.exs", - "to": "Networking", + "from": "test/soundness/fixtures/code_safety/believe_me.idr", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/watcher_test.exs", - "to": "MessageQueue", + "from": "test/soundness/fixtures/code_safety/sorry.lean", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "test/watcher_test.exs", + "from": "test/soundness/fixtures/code_safety/sorry.lean", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "test/watcher_test.exs", + "from": "test/soundness/fixtures/code_safety/sorry.lean", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "test/watcher_test.exs", - "to": "Cowboy", + "from": "test/soundness/fixtures/code_safety/sorry.lean", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "test/watcher_test.exs", + "from": "test/soundness/fixtures/code_safety/sorry.lean", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "test/watcher_test.exs", - "to": "Networking", + "from": "test/soundness/fixtures/code_safety/sorry.lean", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "test/structural_drift_test.exs", - "to": "MessageQueue", + "from": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/structural_drift_test.exs", + "from": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/structural_drift_test.exs", + "from": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/structural_drift_test.exs", - "to": "Cowboy", + "from": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/structural_drift_test.exs", + "from": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/structural_drift_test.exs", - "to": "Networking", + "from": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/soundness/fixtures/code_safety/transmute.rs", - "to": "MessageQueue", + "from": "test/soundness/fixtures/code_safety/shell_download_then_run.sh", + "to": "Cowboy", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/transmute.rs", + "from": "test/soundness/fixtures/code_safety/shell_download_then_run.sh", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/transmute.rs", + "from": "test/soundness/fixtures/code_safety/shell_download_then_run.sh", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/transmute.rs", - "to": "Cowboy", + "from": "test/soundness/fixtures/code_safety/shell_download_then_run.sh", + "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/transmute.rs", + "from": "test/soundness/fixtures/code_safety/shell_download_then_run.sh", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/transmute.rs", - "to": "Networking", + "from": "test/soundness/fixtures/code_safety/shell_download_then_run.sh", + "to": "MessageQueue", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { "from": "test/soundness/fixtures/code_safety/unsafe_coerce.hs", - "to": "MessageQueue", + "to": "Cowboy", "relation": "framework", "weight": 6.0 }, @@ -10458,7 +10602,7 @@ }, { "from": "test/soundness/fixtures/code_safety/unsafe_coerce.hs", - "to": "Cowboy", + "to": "Networking", "relation": "framework", "weight": 6.0 }, @@ -10470,85 +10614,85 @@ }, { "from": "test/soundness/fixtures/code_safety/unsafe_coerce.hs", - "to": "Networking", + "to": "MessageQueue", "relation": "framework", "weight": 6.0 }, { - "from": "test/soundness/fixtures/code_safety/shell_download_then_run.sh", - "to": "MessageQueue", + "from": "test/soundness/fixtures/code_safety/transmute.rs", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/soundness/fixtures/code_safety/shell_download_then_run.sh", + "from": "test/soundness/fixtures/code_safety/transmute.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/soundness/fixtures/code_safety/shell_download_then_run.sh", + "from": "test/soundness/fixtures/code_safety/transmute.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/soundness/fixtures/code_safety/shell_download_then_run.sh", - "to": "Cowboy", + "from": "test/soundness/fixtures/code_safety/transmute.rs", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/soundness/fixtures/code_safety/shell_download_then_run.sh", + "from": "test/soundness/fixtures/code_safety/transmute.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/soundness/fixtures/code_safety/shell_download_then_run.sh", - "to": "Networking", + "from": "test/soundness/fixtures/code_safety/transmute.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", - "to": "MessageQueue", + "from": "test/soundness/fixtures/code_safety/admitted.v", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", + "from": "test/soundness/fixtures/code_safety/admitted.v", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", + "from": "test/soundness/fixtures/code_safety/admitted.v", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", - "to": "Cowboy", + "from": "test/soundness/fixtures/code_safety/admitted.v", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", + "from": "test/soundness/fixtures/code_safety/admitted.v", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", - "to": "Networking", + "from": "test/soundness/fixtures/code_safety/admitted.v", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { "from": "test/soundness/fixtures/code_safety/zig_ptr_cast.zig", - "to": "MessageQueue", + "to": "Cowboy", "relation": "framework", "weight": 3.0 }, @@ -10566,7 +10710,7 @@ }, { "from": "test/soundness/fixtures/code_safety/zig_ptr_cast.zig", - "to": "Cowboy", + "to": "Networking", "relation": "framework", "weight": 3.0 }, @@ -10578,2131 +10722,1987 @@ }, { "from": "test/soundness/fixtures/code_safety/zig_ptr_cast.zig", - "to": "Networking", + "to": "MessageQueue", "relation": "framework", "weight": 3.0 }, { - "from": "test/soundness/fixtures/code_safety/admitted.v", - "to": "MessageQueue", + "from": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", + "to": "Cowboy", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/admitted.v", + "from": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/admitted.v", + "from": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/admitted.v", - "to": "Cowboy", + "from": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", + "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/admitted.v", + "from": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/admitted.v", - "to": "Networking", + "from": "test/soundness/fixtures/code_safety/unwrap_without_check.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/believe_me.idr", - "to": "MessageQueue", + "from": "test/a2ml/record_dialect_test.exs", + "to": "Cowboy", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/believe_me.idr", + "from": "test/a2ml/record_dialect_test.exs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/believe_me.idr", + "from": "test/a2ml/record_dialect_test.exs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/believe_me.idr", - "to": "Cowboy", + "from": "test/a2ml/record_dialect_test.exs", + "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/believe_me.idr", + "from": "test/a2ml/record_dialect_test.exs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/believe_me.idr", - "to": "Networking", + "from": "test/a2ml/record_dialect_test.exs", + "to": "MessageQueue", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/sorry.lean", - "to": "MessageQueue", + "from": "test/gossamer/browser_smoke.test.mjs", + "to": "Cowboy", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/sorry.lean", + "from": "test/gossamer/browser_smoke.test.mjs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/sorry.lean", + "from": "test/gossamer/browser_smoke.test.mjs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/sorry.lean", - "to": "Cowboy", + "from": "test/gossamer/browser_smoke.test.mjs", + "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/sorry.lean", + "from": "test/gossamer/browser_smoke.test.mjs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/sorry.lean", - "to": "Networking", + "from": "test/gossamer/browser_smoke.test.mjs", + "to": "MessageQueue", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", - "to": "MessageQueue", + "from": "test/direct_github_pr_test.exs", + "to": "Cowboy", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", + "from": "test/direct_github_pr_test.exs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", + "from": "test/direct_github_pr_test.exs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", - "to": "Cowboy", + "from": "test/direct_github_pr_test.exs", + "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", + "from": "test/direct_github_pr_test.exs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", - "to": "Networking", + "from": "test/direct_github_pr_test.exs", + "to": "MessageQueue", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "test/root_hygiene_test.exs", - "to": "MessageQueue", + "from": "test/merge_orchestration/kin_gate_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/root_hygiene_test.exs", + "from": "test/merge_orchestration/kin_gate_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/root_hygiene_test.exs", + "from": "test/merge_orchestration/kin_gate_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/root_hygiene_test.exs", - "to": "Cowboy", + "from": "test/merge_orchestration/kin_gate_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/root_hygiene_test.exs", + "from": "test/merge_orchestration/kin_gate_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/root_hygiene_test.exs", - "to": "Networking", + "from": "test/merge_orchestration/kin_gate_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/historical_trends_test.exs", - "to": "MessageQueue", + "from": "test/merge_orchestration/lease_validator_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/historical_trends_test.exs", + "from": "test/merge_orchestration/lease_validator_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/historical_trends_test.exs", + "from": "test/merge_orchestration/lease_validator_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/historical_trends_test.exs", - "to": "Cowboy", + "from": "test/merge_orchestration/lease_validator_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/historical_trends_test.exs", + "from": "test/merge_orchestration/lease_validator_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/historical_trends_test.exs", - "to": "Networking", + "from": "test/merge_orchestration/lease_validator_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/e2e_pipeline_test.exs", - "to": "MessageQueue", + "from": "test/merge_orchestration/ticker_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/e2e_pipeline_test.exs", + "from": "test/merge_orchestration/ticker_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/e2e_pipeline_test.exs", + "from": "test/merge_orchestration/ticker_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/e2e_pipeline_test.exs", - "to": "Cowboy", + "from": "test/merge_orchestration/ticker_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/e2e_pipeline_test.exs", + "from": "test/merge_orchestration/ticker_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/e2e_pipeline_test.exs", - "to": "Networking", + "from": "test/merge_orchestration/ticker_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/supply_chain_test.exs", - "to": "MessageQueue", + "from": "test/merge_orchestration/dispatcher_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/supply_chain_test.exs", + "from": "test/merge_orchestration/dispatcher_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/supply_chain_test.exs", + "from": "test/merge_orchestration/dispatcher_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/supply_chain_test.exs", - "to": "Cowboy", + "from": "test/merge_orchestration/dispatcher_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/supply_chain_test.exs", + "from": "test/merge_orchestration/dispatcher_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/supply_chain_test.exs", - "to": "Networking", + "from": "test/merge_orchestration/dispatcher_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/zig_ffi_smoke_test.exs", - "to": "MessageQueue", + "from": "test/merge_orchestration/scheduler_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/zig_ffi_smoke_test.exs", + "from": "test/merge_orchestration/scheduler_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/zig_ffi_smoke_test.exs", + "from": "test/merge_orchestration/scheduler_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/zig_ffi_smoke_test.exs", - "to": "Cowboy", + "from": "test/merge_orchestration/scheduler_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/zig_ffi_smoke_test.exs", + "from": "test/merge_orchestration/scheduler_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/zig_ffi_smoke_test.exs", - "to": "Networking", + "from": "test/merge_orchestration/scheduler_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/git_state_test.exs", - "to": "MessageQueue", + "from": "test/merge_orchestration/loop_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/git_state_test.exs", + "from": "test/merge_orchestration/loop_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/git_state_test.exs", + "from": "test/merge_orchestration/loop_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/git_state_test.exs", - "to": "Cowboy", + "from": "test/merge_orchestration/loop_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/git_state_test.exs", + "from": "test/merge_orchestration/loop_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/git_state_test.exs", - "to": "Networking", + "from": "test/merge_orchestration/loop_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/baseline_health_test.exs", - "to": "MessageQueue", + "from": "test/merge_orchestration/sensor_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/baseline_health_test.exs", + "from": "test/merge_orchestration/sensor_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/baseline_health_test.exs", + "from": "test/merge_orchestration/sensor_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/baseline_health_test.exs", - "to": "Cowboy", + "from": "test/merge_orchestration/sensor_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/baseline_health_test.exs", + "from": "test/merge_orchestration/sensor_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/baseline_health_test.exs", - "to": "Networking", + "from": "test/merge_orchestration/sensor_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/direct_github_pr_test.exs", - "to": "MessageQueue", + "from": "test/supply_chain_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/direct_github_pr_test.exs", + "from": "test/supply_chain_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/direct_github_pr_test.exs", + "from": "test/supply_chain_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/direct_github_pr_test.exs", - "to": "Cowboy", + "from": "test/supply_chain_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/direct_github_pr_test.exs", + "from": "test/supply_chain_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/direct_github_pr_test.exs", - "to": "Networking", + "from": "test/supply_chain_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/workflow_hardening_test.exs", - "to": "MessageQueue", + "from": "test/structural_drift_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/workflow_hardening_test.exs", + "from": "test/structural_drift_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/workflow_hardening_test.exs", + "from": "test/structural_drift_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/workflow_hardening_test.exs", - "to": "Cowboy", + "from": "test/structural_drift_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/workflow_hardening_test.exs", + "from": "test/structural_drift_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/workflow_hardening_test.exs", - "to": "Networking", + "from": "test/structural_drift_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/a2ml/record_dialect_test.exs", - "to": "MessageQueue", + "from": "test/soundness_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/a2ml/record_dialect_test.exs", + "from": "test/soundness_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/a2ml/record_dialect_test.exs", + "from": "test/soundness_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/a2ml/record_dialect_test.exs", - "to": "Cowboy", + "from": "test/soundness_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/a2ml/record_dialect_test.exs", + "from": "test/soundness_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/a2ml/record_dialect_test.exs", - "to": "Networking", + "from": "test/soundness_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/vcl_remote_cache_test.exs", - "to": "MessageQueue", + "from": "test/unified-api-adapter-contract_test.exs", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "test/vcl_remote_cache_test.exs", + "from": "test/unified-api-adapter-contract_test.exs", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "test/vcl_remote_cache_test.exs", + "from": "test/unified-api-adapter-contract_test.exs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "test/vcl_remote_cache_test.exs", - "to": "Cowboy", + "from": "test/unified-api-adapter-contract_test.exs", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "test/vcl_remote_cache_test.exs", + "from": "test/unified-api-adapter-contract_test.exs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "test/vcl_remote_cache_test.exs", - "to": "Networking", + "from": "test/unified-api-adapter-contract_test.exs", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "test/rules/cicd_rules_content_scanner_test.exs", - "to": "MessageQueue", + "from": "test/blackboard_test.exs", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "test/rules/cicd_rules_content_scanner_test.exs", + "from": "test/blackboard_test.exs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "test/rules/cicd_rules_content_scanner_test.exs", + "from": "test/blackboard_test.exs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "test/rules/cicd_rules_content_scanner_test.exs", - "to": "Cowboy", + "from": "test/blackboard_test.exs", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "test/rules/cicd_rules_content_scanner_test.exs", + "from": "test/blackboard_test.exs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "test/rules/cicd_rules_content_scanner_test.exs", - "to": "Networking", + "from": "test/blackboard_test.exs", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "test/rules/cicd_rules_duplicate_cron_test.exs", - "to": "MessageQueue", + "from": "test/retired_descriptile_policy_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/cicd_rules_duplicate_cron_test.exs", + "from": "test/retired_descriptile_policy_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/cicd_rules_duplicate_cron_test.exs", + "from": "test/retired_descriptile_policy_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/cicd_rules_duplicate_cron_test.exs", - "to": "Cowboy", + "from": "test/retired_descriptile_policy_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/cicd_rules_duplicate_cron_test.exs", + "from": "test/retired_descriptile_policy_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/cicd_rules_duplicate_cron_test.exs", - "to": "Networking", + "from": "test/retired_descriptile_policy_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/secret_history_coverage_test.exs", - "to": "MessageQueue", + "from": "test/research_extensions_wiring_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/secret_history_coverage_test.exs", + "from": "test/research_extensions_wiring_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/secret_history_coverage_test.exs", + "from": "test/research_extensions_wiring_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/secret_history_coverage_test.exs", - "to": "Cowboy", + "from": "test/research_extensions_wiring_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/secret_history_coverage_test.exs", + "from": "test/research_extensions_wiring_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/secret_history_coverage_test.exs", - "to": "Networking", + "from": "test/research_extensions_wiring_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/actions_lock_test.exs", - "to": "MessageQueue", + "from": "test/persistence_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/actions_lock_test.exs", + "from": "test/persistence_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/actions_lock_test.exs", + "from": "test/persistence_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/actions_lock_test.exs", - "to": "Cowboy", + "from": "test/persistence_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/actions_lock_test.exs", + "from": "test/persistence_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/actions_lock_test.exs", - "to": "Networking", + "from": "test/persistence_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/rules/rsr_conformance_test.exs", - "to": "MessageQueue", + "from": "test/watcher_test.exs", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "test/rules/rsr_conformance_test.exs", + "from": "test/watcher_test.exs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "test/rules/rsr_conformance_test.exs", + "from": "test/watcher_test.exs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "test/rules/rsr_conformance_test.exs", - "to": "Cowboy", + "from": "test/watcher_test.exs", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "test/rules/rsr_conformance_test.exs", + "from": "test/watcher_test.exs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "test/rules/rsr_conformance_test.exs", - "to": "Networking", + "from": "test/watcher_test.exs", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "test/concurrency_test.exs", - "to": "MessageQueue", + "from": "test/rules/actions_lock_test.exs", + "to": "Cowboy", "relation": "framework", - "weight": 24.0 + "weight": 1.0 }, { - "from": "test/concurrency_test.exs", + "from": "test/rules/actions_lock_test.exs", "to": "Phoenix", "relation": "framework", - "weight": 24.0 + "weight": 1.0 }, { - "from": "test/concurrency_test.exs", + "from": "test/rules/actions_lock_test.exs", "to": "WebServer", "relation": "framework", - "weight": 24.0 + "weight": 1.0 }, { - "from": "test/concurrency_test.exs", - "to": "Cowboy", + "from": "test/rules/actions_lock_test.exs", + "to": "Networking", "relation": "framework", - "weight": 24.0 + "weight": 1.0 }, { - "from": "test/concurrency_test.exs", + "from": "test/rules/actions_lock_test.exs", "to": "OTP", "relation": "framework", - "weight": 24.0 + "weight": 1.0 }, { - "from": "test/concurrency_test.exs", - "to": "Networking", + "from": "test/rules/actions_lock_test.exs", + "to": "MessageQueue", "relation": "framework", - "weight": 24.0 + "weight": 1.0 }, { - "from": "test/merge_orchestration/scheduler_test.exs", - "to": "MessageQueue", + "from": "test/rules/secret_history_coverage_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/scheduler_test.exs", + "from": "test/rules/secret_history_coverage_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/scheduler_test.exs", + "from": "test/rules/secret_history_coverage_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/scheduler_test.exs", - "to": "Cowboy", + "from": "test/rules/secret_history_coverage_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/scheduler_test.exs", + "from": "test/rules/secret_history_coverage_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/scheduler_test.exs", - "to": "Networking", + "from": "test/rules/secret_history_coverage_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/lease_validator_test.exs", - "to": "MessageQueue", + "from": "test/rules/cicd_rules_content_scanner_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/lease_validator_test.exs", + "from": "test/rules/cicd_rules_content_scanner_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/lease_validator_test.exs", + "from": "test/rules/cicd_rules_content_scanner_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/lease_validator_test.exs", - "to": "Cowboy", + "from": "test/rules/cicd_rules_content_scanner_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/lease_validator_test.exs", + "from": "test/rules/cicd_rules_content_scanner_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/lease_validator_test.exs", - "to": "Networking", + "from": "test/rules/cicd_rules_content_scanner_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/dispatcher_test.exs", - "to": "MessageQueue", + "from": "test/rules/cicd_rules_duplicate_cron_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/dispatcher_test.exs", + "from": "test/rules/cicd_rules_duplicate_cron_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/dispatcher_test.exs", + "from": "test/rules/cicd_rules_duplicate_cron_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/dispatcher_test.exs", - "to": "Cowboy", + "from": "test/rules/cicd_rules_duplicate_cron_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/dispatcher_test.exs", + "from": "test/rules/cicd_rules_duplicate_cron_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/dispatcher_test.exs", - "to": "Networking", + "from": "test/rules/cicd_rules_duplicate_cron_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/ticker_test.exs", - "to": "MessageQueue", + "from": "test/rules/rsr_conformance_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/ticker_test.exs", + "from": "test/rules/rsr_conformance_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/ticker_test.exs", + "from": "test/rules/rsr_conformance_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/ticker_test.exs", - "to": "Cowboy", + "from": "test/rules/rsr_conformance_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/ticker_test.exs", + "from": "test/rules/rsr_conformance_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/ticker_test.exs", - "to": "Networking", + "from": "test/rules/rsr_conformance_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/sensor_test.exs", - "to": "MessageQueue", + "from": "test/reflexive_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/sensor_test.exs", + "from": "test/reflexive_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/sensor_test.exs", + "from": "test/reflexive_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/sensor_test.exs", - "to": "Cowboy", + "from": "test/reflexive_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/sensor_test.exs", + "from": "test/reflexive_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/sensor_test.exs", - "to": "Networking", + "from": "test/reflexive_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/kin_gate_test.exs", - "to": "MessageQueue", + "from": "test/zig_ffi_smoke_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/kin_gate_test.exs", + "from": "test/zig_ffi_smoke_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/kin_gate_test.exs", + "from": "test/zig_ffi_smoke_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/kin_gate_test.exs", - "to": "Cowboy", + "from": "test/zig_ffi_smoke_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/kin_gate_test.exs", + "from": "test/zig_ffi_smoke_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/kin_gate_test.exs", - "to": "Networking", + "from": "test/zig_ffi_smoke_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/loop_test.exs", - "to": "MessageQueue", + "from": "test/dependabot_alerts_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/loop_test.exs", + "from": "test/dependabot_alerts_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/loop_test.exs", + "from": "test/dependabot_alerts_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/loop_test.exs", - "to": "Cowboy", + "from": "test/dependabot_alerts_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/loop_test.exs", + "from": "test/dependabot_alerts_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/merge_orchestration/loop_test.exs", - "to": "Networking", + "from": "test/dependabot_alerts_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/research_extensions_test.exs", - "to": "MessageQueue", + "from": "test/baseline_health_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/research_extensions_test.exs", + "from": "test/baseline_health_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/research_extensions_test.exs", + "from": "test/baseline_health_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/research_extensions_test.exs", - "to": "Cowboy", + "from": "test/baseline_health_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/research_extensions_test.exs", + "from": "test/baseline_health_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/research_extensions_test.exs", - "to": "Networking", + "from": "test/baseline_health_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/research_extensions_wiring_test.exs", - "to": "MessageQueue", + "from": "test/e2e_pipeline_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/research_extensions_wiring_test.exs", + "from": "test/e2e_pipeline_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/research_extensions_wiring_test.exs", + "from": "test/e2e_pipeline_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/research_extensions_wiring_test.exs", - "to": "Cowboy", + "from": "test/e2e_pipeline_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/research_extensions_wiring_test.exs", + "from": "test/e2e_pipeline_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/research_extensions_wiring_test.exs", - "to": "Networking", + "from": "test/e2e_pipeline_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/gossamer/browser_smoke.test.mjs", - "to": "MessageQueue", + "from": "test/git_state_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/gossamer/browser_smoke.test.mjs", + "from": "test/git_state_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/gossamer/browser_smoke.test.mjs", + "from": "test/git_state_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/gossamer/browser_smoke.test.mjs", - "to": "Cowboy", + "from": "test/git_state_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/gossamer/browser_smoke.test.mjs", + "from": "test/git_state_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/gossamer/browser_smoke.test.mjs", - "to": "Networking", + "from": "test/git_state_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/scorecard_ingestor_actions_lock_test.exs", - "to": "MessageQueue", + "from": "test/vcl_remote_cache_test.exs", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "test/scorecard_ingestor_actions_lock_test.exs", + "from": "test/vcl_remote_cache_test.exs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "test/scorecard_ingestor_actions_lock_test.exs", + "from": "test/vcl_remote_cache_test.exs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "test/scorecard_ingestor_actions_lock_test.exs", - "to": "Cowboy", + "from": "test/vcl_remote_cache_test.exs", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "test/scorecard_ingestor_actions_lock_test.exs", + "from": "test/vcl_remote_cache_test.exs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "test/scorecard_ingestor_actions_lock_test.exs", - "to": "Networking", + "from": "test/vcl_remote_cache_test.exs", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "test/dependabot_alerts_test.exs", - "to": "MessageQueue", + "from": "test/workflow_hardening_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/dependabot_alerts_test.exs", + "from": "test/workflow_hardening_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/dependabot_alerts_test.exs", + "from": "test/workflow_hardening_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/dependabot_alerts_test.exs", - "to": "Cowboy", + "from": "test/workflow_hardening_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/dependabot_alerts_test.exs", + "from": "test/workflow_hardening_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/dependabot_alerts_test.exs", - "to": "Networking", + "from": "test/workflow_hardening_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/soundness_test.exs", - "to": "MessageQueue", + "from": "test/concurrency_test.exs", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 24.0 }, { - "from": "test/soundness_test.exs", + "from": "test/concurrency_test.exs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 24.0 }, { - "from": "test/soundness_test.exs", + "from": "test/concurrency_test.exs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 24.0 }, { - "from": "test/soundness_test.exs", - "to": "Cowboy", + "from": "test/concurrency_test.exs", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 24.0 }, { - "from": "test/soundness_test.exs", + "from": "test/concurrency_test.exs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 24.0 }, { - "from": "test/soundness_test.exs", - "to": "Networking", + "from": "test/concurrency_test.exs", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 24.0 }, { - "from": "test/reflexive_test.exs", - "to": "MessageQueue", + "from": "test/root_hygiene_test.exs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/reflexive_test.exs", + "from": "test/root_hygiene_test.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/reflexive_test.exs", + "from": "test/root_hygiene_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/reflexive_test.exs", - "to": "Cowboy", + "from": "test/root_hygiene_test.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/reflexive_test.exs", + "from": "test/root_hygiene_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/reflexive_test.exs", - "to": "Networking", + "from": "test/root_hygiene_test.exs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "test/persistence_test.exs", - "to": "MessageQueue", + "from": "cli/src/completions.rs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "test/persistence_test.exs", + "from": "cli/src/completions.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "test/persistence_test.exs", + "from": "cli/src/completions.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/persistence_test.exs", - "to": "Cowboy", + "from": "cli/src/completions.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test/persistence_test.exs", + "from": "cli/src/completions.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/persistence_test.exs", - "to": "Networking", + "from": "cli/src/completions.rs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "tui/src/hypatia_tui.adb", - "to": "MessageQueue", + "from": "cli/src/commands/withdraw.rs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "tui/src/hypatia_tui.adb", + "from": "cli/src/commands/withdraw.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tui/src/hypatia_tui.adb", + "from": "cli/src/commands/withdraw.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tui/src/hypatia_tui.adb", - "to": "Cowboy", + "from": "cli/src/commands/withdraw.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tui/src/hypatia_tui.adb", + "from": "cli/src/commands/withdraw.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tui/src/hypatia_tui.adb", - "to": "Networking", + "from": "cli/src/commands/withdraw.rs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "src/ui/gossamer/loader.js", - "to": "MessageQueue", + "from": "cli/src/commands/scan.rs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "src/ui/gossamer/loader.js", + "from": "cli/src/commands/scan.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "src/ui/gossamer/loader.js", + "from": "cli/src/commands/scan.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/ui/gossamer/loader.js", - "to": "Cowboy", + "from": "cli/src/commands/scan.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/ui/gossamer/loader.js", + "from": "cli/src/commands/scan.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/ui/gossamer/loader.js", - "to": "Networking", + "from": "cli/src/commands/scan.rs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "src/ui/gossamer/hypatia_gui.eph", - "to": "MessageQueue", + "from": "cli/src/commands/fleet.rs", + "to": "Cowboy", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "src/ui/gossamer/hypatia_gui.eph", + "from": "cli/src/commands/fleet.rs", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "src/ui/gossamer/hypatia_gui.eph", + "from": "cli/src/commands/fleet.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "src/ui/gossamer/hypatia_gui.eph", - "to": "Cowboy", + "from": "cli/src/commands/fleet.rs", + "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "src/ui/gossamer/hypatia_gui.eph", + "from": "cli/src/commands/fleet.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "src/ui/gossamer/hypatia_gui.eph", - "to": "Networking", + "from": "cli/src/commands/fleet.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "hypatia-scanner-v2.sh", - "to": "MessageQueue", + "from": "cli/src/commands/hooks.rs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "hypatia-scanner-v2.sh", + "from": "cli/src/commands/hooks.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "hypatia-scanner-v2.sh", + "from": "cli/src/commands/hooks.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "hypatia-scanner-v2.sh", - "to": "Cowboy", + "from": "cli/src/commands/hooks.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "hypatia-scanner-v2.sh", + "from": "cli/src/commands/hooks.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "hypatia-scanner-v2.sh", - "to": "Networking", + "from": "cli/src/commands/hooks.rs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/runtime.zig", - "to": "MessageQueue", + "from": "cli/src/commands/deposit.rs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/runtime.zig", + "from": "cli/src/commands/deposit.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/runtime.zig", + "from": "cli/src/commands/deposit.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/runtime.zig", - "to": "Cowboy", + "from": "cli/src/commands/deposit.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/runtime.zig", + "from": "cli/src/commands/deposit.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/runtime.zig", - "to": "Networking", + "from": "cli/src/commands/deposit.rs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", - "to": "MessageQueue", + "from": "cli/src/commands/batch.rs", + "to": "Cowboy", "relation": "framework", "weight": 6.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "cli/src/commands/batch.rs", "to": "Phoenix", "relation": "framework", "weight": 6.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "cli/src/commands/batch.rs", "to": "WebServer", "relation": "framework", "weight": 6.0 }, { - "from": "ffi/zig/src/main.zig", - "to": "Cowboy", + "from": "cli/src/commands/batch.rs", + "to": "Networking", "relation": "framework", "weight": 6.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "cli/src/commands/batch.rs", "to": "OTP", "relation": "framework", "weight": 6.0 }, { - "from": "ffi/zig/src/main.zig", - "to": "Networking", + "from": "cli/src/commands/batch.rs", + "to": "MessageQueue", "relation": "framework", "weight": 6.0 }, { - "from": "ffi/zig/src/file_ops.zig", - "to": "MessageQueue", + "from": "cli/src/output.rs", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "ffi/zig/src/file_ops.zig", + "from": "cli/src/output.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "ffi/zig/src/file_ops.zig", + "from": "cli/src/output.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "ffi/zig/src/file_ops.zig", - "to": "Cowboy", + "from": "cli/src/output.rs", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "ffi/zig/src/file_ops.zig", + "from": "cli/src/output.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "ffi/zig/src/file_ops.zig", - "to": "Networking", + "from": "cli/src/output.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cli/src/completions.rs", - "to": "MessageQueue", + "from": "cli/src/config.rs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/completions.rs", + "from": "cli/src/config.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/completions.rs", + "from": "cli/src/config.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/completions.rs", - "to": "Cowboy", + "from": "cli/src/config.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/completions.rs", + "from": "cli/src/config.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/completions.rs", - "to": "Networking", + "from": "cli/src/config.rs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/config.rs", - "to": "MessageQueue", + "from": "cli/src/app_state.rs", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 8.0 }, { - "from": "cli/src/config.rs", + "from": "cli/src/app_state.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 8.0 }, { - "from": "cli/src/config.rs", + "from": "cli/src/app_state.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 8.0 }, { - "from": "cli/src/config.rs", - "to": "Cowboy", + "from": "cli/src/app_state.rs", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 8.0 }, { - "from": "cli/src/config.rs", + "from": "cli/src/app_state.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 8.0 }, { - "from": "cli/src/config.rs", - "to": "Networking", + "from": "cli/src/app_state.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 8.0 }, { - "from": "cli/src/output.rs", - "to": "MessageQueue", + "from": "src/ui/gossamer/loader.js", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cli/src/output.rs", + "from": "src/ui/gossamer/loader.js", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cli/src/output.rs", + "from": "src/ui/gossamer/loader.js", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cli/src/output.rs", - "to": "Cowboy", + "from": "src/ui/gossamer/loader.js", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cli/src/output.rs", + "from": "src/ui/gossamer/loader.js", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cli/src/output.rs", - "to": "Networking", + "from": "src/ui/gossamer/loader.js", + "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cli/src/app_state.rs", - "to": "MessageQueue", + "from": "src/ui/gossamer/hypatia_gui.eph", + "to": "Cowboy", "relation": "framework", - "weight": 8.0 + "weight": 3.0 }, { - "from": "cli/src/app_state.rs", + "from": "src/ui/gossamer/hypatia_gui.eph", "to": "Phoenix", "relation": "framework", - "weight": 8.0 + "weight": 3.0 }, { - "from": "cli/src/app_state.rs", + "from": "src/ui/gossamer/hypatia_gui.eph", "to": "WebServer", "relation": "framework", - "weight": 8.0 + "weight": 3.0 }, { - "from": "cli/src/app_state.rs", - "to": "Cowboy", + "from": "src/ui/gossamer/hypatia_gui.eph", + "to": "Networking", "relation": "framework", - "weight": 8.0 + "weight": 3.0 }, { - "from": "cli/src/app_state.rs", + "from": "src/ui/gossamer/hypatia_gui.eph", "to": "OTP", "relation": "framework", - "weight": 8.0 + "weight": 3.0 }, { - "from": "cli/src/app_state.rs", - "to": "Networking", + "from": "src/ui/gossamer/hypatia_gui.eph", + "to": "MessageQueue", "relation": "framework", - "weight": 8.0 + "weight": 3.0 }, { - "from": "cli/src/commands/scan.rs", - "to": "MessageQueue", + "from": "schema/generate-findings.ncl", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/scan.rs", + "from": "schema/generate-findings.ncl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/scan.rs", + "from": "schema/generate-findings.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/scan.rs", - "to": "Cowboy", + "from": "schema/generate-findings.ncl", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/scan.rs", + "from": "schema/generate-findings.ncl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/scan.rs", - "to": "Networking", + "from": "schema/generate-findings.ncl", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/batch.rs", - "to": "MessageQueue", + "from": "adapters/src/codeberg.rs", + "to": "Cowboy", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cli/src/commands/batch.rs", + "from": "adapters/src/codeberg.rs", "to": "Phoenix", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cli/src/commands/batch.rs", + "from": "adapters/src/codeberg.rs", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cli/src/commands/batch.rs", - "to": "Cowboy", + "from": "adapters/src/codeberg.rs", + "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cli/src/commands/batch.rs", + "from": "adapters/src/codeberg.rs", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cli/src/commands/batch.rs", - "to": "Networking", + "from": "adapters/src/codeberg.rs", + "to": "MessageQueue", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "cli/src/commands/deposit.rs", - "to": "MessageQueue", + "from": "adapters/src/github.rs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/deposit.rs", + "from": "adapters/src/github.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/deposit.rs", + "from": "adapters/src/github.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/deposit.rs", - "to": "Cowboy", + "from": "adapters/src/github.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/deposit.rs", + "from": "adapters/src/github.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/deposit.rs", - "to": "Networking", + "from": "adapters/src/github.rs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/withdraw.rs", - "to": "MessageQueue", + "from": "adapters/src/lib.rs", + "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/withdraw.rs", + "from": "adapters/src/lib.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/withdraw.rs", + "from": "adapters/src/lib.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/withdraw.rs", - "to": "Cowboy", + "from": "adapters/src/lib.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/withdraw.rs", + "from": "adapters/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/withdraw.rs", - "to": "Networking", + "from": "adapters/src/lib.rs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/fleet.rs", - "to": "MessageQueue", + "from": "adapters/src/gitlab.rs", + "to": "Cowboy", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "cli/src/commands/fleet.rs", - "to": "Phoenix", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "cli/src/commands/fleet.rs", - "to": "WebServer", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "cli/src/commands/fleet.rs", - "to": "Cowboy", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "cli/src/commands/fleet.rs", - "to": "OTP", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "cli/src/commands/fleet.rs", - "to": "Networking", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "cli/src/commands/hooks.rs", - "to": "MessageQueue", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "cli/src/commands/hooks.rs", + "from": "adapters/src/gitlab.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/hooks.rs", + "from": "adapters/src/gitlab.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/hooks.rs", - "to": "Cowboy", + "from": "adapters/src/gitlab.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/hooks.rs", + "from": "adapters/src/gitlab.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "cli/src/commands/hooks.rs", - "to": "Networking", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "schema/generate-findings.ncl", + "from": "adapters/src/gitlab.rs", "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "schema/generate-findings.ncl", - "to": "Phoenix", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "schema/generate-findings.ncl", - "to": "WebServer", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "schema/generate-findings.ncl", + "from": "adapters/src/bitbucket.rs", "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "schema/generate-findings.ncl", - "to": "OTP", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "schema/generate-findings.ncl", - "to": "Networking", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "clients/rust/hypatia-client/src/client.rs", - "to": "MessageQueue", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "clients/rust/hypatia-client/src/client.rs", + "from": "adapters/src/bitbucket.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "clients/rust/hypatia-client/src/client.rs", + "from": "adapters/src/bitbucket.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "clients/rust/hypatia-client/src/client.rs", - "to": "Cowboy", + "from": "adapters/src/bitbucket.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "clients/rust/hypatia-client/src/client.rs", + "from": "adapters/src/bitbucket.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "clients/rust/hypatia-client/src/client.rs", - "to": "Networking", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "clients/rust/hypatia-client/src/error.rs", + "from": "adapters/src/bitbucket.rs", "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "clients/rust/hypatia-client/src/error.rs", - "to": "Phoenix", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "clients/rust/hypatia-client/src/error.rs", - "to": "WebServer", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "clients/rust/hypatia-client/src/error.rs", + "from": "adapters/src/sourcehut.rs", "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "clients/rust/hypatia-client/src/error.rs", - "to": "OTP", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "clients/rust/hypatia-client/src/error.rs", - "to": "Networking", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "clients/rust/hypatia-client/src/subprocess.rs", - "to": "MessageQueue", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "clients/rust/hypatia-client/src/subprocess.rs", + "from": "adapters/src/sourcehut.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "clients/rust/hypatia-client/src/subprocess.rs", + "from": "adapters/src/sourcehut.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "clients/rust/hypatia-client/src/subprocess.rs", - "to": "Cowboy", + "from": "adapters/src/sourcehut.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "clients/rust/hypatia-client/src/subprocess.rs", + "from": "adapters/src/sourcehut.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "clients/rust/hypatia-client/src/subprocess.rs", - "to": "Networking", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "clients/rust/hypatia-client/src/ffi.rs", + "from": "adapters/src/sourcehut.rs", "to": "MessageQueue", "relation": "framework", - "weight": 72.0 - }, - { - "from": "clients/rust/hypatia-client/src/ffi.rs", - "to": "Phoenix", - "relation": "framework", - "weight": 72.0 - }, - { - "from": "clients/rust/hypatia-client/src/ffi.rs", - "to": "WebServer", - "relation": "framework", - "weight": 72.0 + "weight": 1.0 }, { - "from": "clients/rust/hypatia-client/src/ffi.rs", + "from": "adapters/src/radicle.rs", "to": "Cowboy", "relation": "framework", - "weight": 72.0 - }, - { - "from": "clients/rust/hypatia-client/src/ffi.rs", - "to": "OTP", - "relation": "framework", - "weight": 72.0 - }, - { - "from": "clients/rust/hypatia-client/src/ffi.rs", - "to": "Networking", - "relation": "framework", - "weight": 72.0 - }, - { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": "MessageQueue", - "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "adapters/src/radicle.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "adapters/src/radicle.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": "Cowboy", + "from": "adapters/src/radicle.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "adapters/src/radicle.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": "Networking", + "from": "adapters/src/radicle.rs", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 } @@ -12711,182 +12711,119 @@ "taint_matrix": { "rows": [ { - "source_category": "ExcessivePermissions", - "sink_axis": "network", - "severity_value": 3.5, + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "scripts/fix-scripts/fix-deno-permissions.sh" + "integration/src/lib.rs", + "scripts/bench-tools/src/bin/check-bench-regression.rs", + "scripts/bench-tools/src/bin/update-bench-baselines.rs", + "scripts/ci-tools/src/bin/validate-panll-harness.rs", + "scripts/ci-tools/src/bin/check-k9iser-paths.rs", + "cli/src/commands/hooks.rs", + "cli/src/commands/deposit.rs", + "cli/src/config.rs" ], "frameworks": [ - "MessageQueue", + "Cowboy", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], - "relation": "ExcessivePermissions->Network" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "cpu", - "severity_value": 5.0, + "source_category": "PathTraversal", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "lib/hypatia/web/channels/dispatch_channel.ex", - "lib/merge_orchestration/sensor.ex", - "lib/merge_orchestration/baton_emitter.ex", - "lib/merge_orchestration/scheduler.ex", - "lib/merge_orchestration/kin_gate/file_store.ex", - "lib/merge_orchestration/loop.ex", - "lib/merge_orchestration/kin_competence.ex", - "test/neural_strategy_resolver_test.exs", - "test/soundness/fixtures/code_safety/elixir_code_eval.ex" + "scripts/hypatia-sitrep.sh", + "scripts/ramdisk-orchestrator.sh" ], "frameworks": [ - "MessageQueue", + "Cowboy", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], - "relation": "DynamicCodeExecution->Cpu" + "relation": "PathTraversal->Disk" }, { - "source_category": "ProofDrift", + "source_category": "AtomExhaustion", "sink_axis": "memory", - "severity_value": 5.0, + "severity_value": 3.5, "files": [ - "test/soundness/fixtures/code_safety/believe_me.idr" + "lib/rules/rule_loader.ex", + "test/soundness_test.exs" ], "frameworks": [ - "MessageQueue", + "Cowboy", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], - "relation": "ProofDrift->Memory" + "relation": "AtomExhaustion->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "HardcodedSecret", + "sink_axis": "network", + "severity_value": 5.0, "files": [ - "integration/src/lib.rs", - "scripts/bench-tools/src/bin/check-bench-regression.rs", - "scripts/bench-tools/src/bin/update-bench-baselines.rs", - "scripts/ci-tools/src/bin/validate-panll-harness.rs", - "scripts/ci-tools/src/bin/check-k9iser-paths.rs", - "cli/src/config.rs", - "cli/src/commands/deposit.rs", - "cli/src/commands/hooks.rs" + "hooks/lib/cache.sh", + "lib/hypatia/scanner_suppression.ex", + "integration/run-tests.sh", + "test/scanner_suppression_test.exs" ], "frameworks": [ - "MessageQueue", - "Phoenix", - "WebServer", "Cowboy", - "OTP", - "Networking" - ], - "relation": "UnboundedAllocation->Cpu" - }, - { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "adapters/src/codeberg.rs", - "adapters/src/radicle.rs", - "fixer/src/main.rs", - "fixer/src/scanner.rs", - "integration/src/lib.rs", - "integration/src/ci_simulation/scenarios.rs", - "integration/src/ci_simulation/assertions.rs", - "test/soundness/fixtures/code_safety/unwrap_without_check.rs", - "cli/src/output.rs", - "cli/src/commands/scan.rs", - "cli/src/commands/batch.rs", - "cli/src/commands/fleet.rs" - ], - "frameworks": [ - "MessageQueue", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], - "relation": "PanicPath->Disk" + "relation": "HardcodedSecret->Network" }, { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", + "source_category": "ExcessivePermissions", + "sink_axis": "network", "severity_value": 3.5, "files": [ - "test/soundness/fixtures/code_safety/transmute.rs", - "clients/rust/hypatia-client/src/ffi.rs" + "scripts/fix-scripts/fix-deno-permissions.sh" ], "frameworks": [ - "MessageQueue", - "Phoenix", - "WebServer", "Cowboy", - "OTP", - "Networking" - ], - "relation": "UnsafeCode->Concurrency" - }, - { - "source_category": "PanicPath", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "adapters/src/codeberg.rs", - "adapters/src/radicle.rs", - "fixer/src/main.rs", - "fixer/src/scanner.rs", - "integration/src/lib.rs", - "integration/src/ci_simulation/scenarios.rs", - "integration/src/ci_simulation/assertions.rs", - "test/soundness/fixtures/code_safety/unwrap_without_check.rs", - "cli/src/output.rs", - "cli/src/commands/scan.rs", - "cli/src/commands/batch.rs", - "cli/src/commands/fleet.rs" - ], - "frameworks": [ - "MessageQueue", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], - "relation": "PanicPath->Memory" + "relation": "ExcessivePermissions->Network" }, { "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 5.0, + "sink_axis": "concurrency", + "severity_value": 3.5, "files": [ - "test/soundness/fixtures/code_safety/transmute.rs", - "test/soundness/fixtures/code_safety/transmute.rs", - "test/soundness/fixtures/code_safety/zig_ptr_cast.zig", - "ffi/zig/src/main.zig", - "clients/rust/hypatia-client/src/ffi.rs" + "clients/rust/hypatia-client/src/ffi.rs", + "test/soundness/fixtures/code_safety/transmute.rs" ], "frameworks": [ - "MessageQueue", + "Cowboy", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], - "relation": "UnsafeCode->Memory" + "relation": "UnsafeCode->Concurrency" }, { "source_category": "UnboundedAllocation", @@ -12898,365 +12835,430 @@ "scripts/bench-tools/src/bin/update-bench-baselines.rs", "scripts/ci-tools/src/bin/validate-panll-harness.rs", "scripts/ci-tools/src/bin/check-k9iser-paths.rs", - "cli/src/config.rs", + "cli/src/commands/hooks.rs", "cli/src/commands/deposit.rs", - "cli/src/commands/hooks.rs" + "cli/src/config.rs" ], "frameworks": [ - "MessageQueue", + "Cowboy", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], "relation": "UnboundedAllocation->Memory" }, { - "source_category": "HardcodedSecret", - "sink_axis": "network", + "source_category": "CommandInjection", + "sink_axis": "cpu", "severity_value": 5.0, "files": [ - "lib/hypatia/scanner_suppression.ex", - "integration/run-tests.sh", - "hooks/lib/cache.sh", - "test/scanner_suppression_test.exs" + "hypatia-scanner-v2.sh", + "tests/e2e.sh", + "lib/tui/port.ex", + "lib/learning_scheduler.ex", + "lib/hypatia/cli.ex", + "lib/hypatia/watcher/alerts/sinks.ex", + "lib/direct_github_pr.ex", + "lib/kin/coordinator.ex", + "lib/vcl/remote_cache.ex", + "lib/vcl/cross_org.ex", + "lib/rules/implementation_inside_canon.ex", + "lib/rules/dependabot_alerts.ex", + "lib/rules/git_state.ex", + "lib/rules/baseline_health.ex", + "lib/rules/secret_scanning_alerts.ex", + "lib/rules/branch_protection.ex", + "lib/rules/structural_drift.ex", + "lib/rules/research_extensions.ex", + "lib/rules/code_safety.ex", + "lib/rules/supply_chain.ex", + "lib/rules/security_errors.ex", + "lib/rules/honest_completion.ex", + "lib/rules/code_scanning_alerts.ex", + "lib/scorecard_ingestor.ex", + "lib/mix/tasks/hypatia.audit_repos.ex", + "lib/mix/tasks/hypatia.pr_eligibility.ex", + "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", + "lib/mix/tasks/hypatia.repo_batch_ops.ex", + "lib/mix/tasks/hypatia.triage_issues.ex", + "lib/mix/tasks/hypatia.watch.ex", + "lib/mix/tasks/hypatia.batch_security_scan.ex", + "lib/mix/tasks/hypatia.verify_action_shas.ex", + "lib/scorecard_reconciler.ex", + "lib/outcome_tracker.ex", + "hypatia-cli-bash.sh", + "scripts/security-check.sh", + "test/direct_github_pr_test.exs", + "test/structural_drift_test.exs", + "test/code_scanning_alerts_test.exs", + "test/secret_scanning_alerts_test.exs", + "test/dependabot_alerts_test.exs", + "test/baseline_health_test.exs", + "test/git_state_test.exs", + "test/vcl_remote_cache_test.exs" ], "frameworks": [ - "MessageQueue", - "Phoenix", - "WebServer", "Cowboy", - "OTP", - "Networking" - ], - "relation": "HardcodedSecret->Network" - }, - { - "source_category": "AtomExhaustion", - "sink_axis": "memory", - "severity_value": 3.5, - "files": [ - "lib/rules/rule_loader.ex", - "test/soundness_test.exs" - ], - "frameworks": [ - "MessageQueue", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], - "relation": "AtomExhaustion->Memory" + "relation": "CommandInjection->Cpu" }, { "source_category": "CommandInjection", "sink_axis": "disk", "severity_value": 5.0, "files": [ - "lib/outcome_tracker.ex", + "tests/e2e.sh", + "lib/tui/port.ex", "lib/learning_scheduler.ex", - "lib/hypatia/watcher/alerts/sinks.ex", "lib/hypatia/cli.ex", + "lib/hypatia/watcher/alerts/sinks.ex", "lib/direct_github_pr.ex", - "lib/scorecard_reconciler.ex", - "lib/scorecard_ingestor.ex", - "lib/rules/honest_completion.ex", - "lib/rules/supply_chain.ex", - "lib/rules/research_extensions.ex", - "lib/rules/secret_scanning_alerts.ex", - "lib/rules/baseline_health.ex", + "lib/kin/coordinator.ex", + "lib/vcl/remote_cache.ex", + "lib/vcl/cross_org.ex", "lib/rules/implementation_inside_canon.ex", - "lib/rules/code_scanning_alerts.ex", - "lib/rules/security_errors.ex", "lib/rules/dependabot_alerts.ex", "lib/rules/git_state.ex", - "lib/rules/structural_drift.ex", + "lib/rules/baseline_health.ex", + "lib/rules/secret_scanning_alerts.ex", "lib/rules/branch_protection.ex", + "lib/rules/structural_drift.ex", + "lib/rules/research_extensions.ex", "lib/rules/code_safety.ex", - "lib/kin/coordinator.ex", - "lib/vcl/remote_cache.ex", - "lib/vcl/cross_org.ex", - "lib/tui/port.ex", - "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", - "lib/mix/tasks/hypatia.verify_action_shas.ex", + "lib/rules/supply_chain.ex", + "lib/rules/security_errors.ex", + "lib/rules/honest_completion.ex", + "lib/rules/code_scanning_alerts.ex", + "lib/scorecard_ingestor.ex", + "lib/mix/tasks/hypatia.audit_repos.ex", "lib/mix/tasks/hypatia.pr_eligibility.ex", - "lib/mix/tasks/hypatia.batch_security_scan.ex", + "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", "lib/mix/tasks/hypatia.repo_batch_ops.ex", "lib/mix/tasks/hypatia.triage_issues.ex", - "lib/mix/tasks/hypatia.audit_repos.ex", "lib/mix/tasks/hypatia.watch.ex", - "tests/e2e.sh", - "test/structural_drift_test.exs", - "test/git_state_test.exs", - "test/baseline_health_test.exs", + "lib/mix/tasks/hypatia.batch_security_scan.ex", + "lib/mix/tasks/hypatia.verify_action_shas.ex", + "lib/scorecard_reconciler.ex", + "lib/outcome_tracker.ex", "test/direct_github_pr_test.exs", + "test/structural_drift_test.exs", "test/code_scanning_alerts_test.exs", - "test/vcl_remote_cache_test.exs", + "test/secret_scanning_alerts_test.exs", "test/dependabot_alerts_test.exs", - "test/secret_scanning_alerts_test.exs" + "test/baseline_health_test.exs", + "test/git_state_test.exs", + "test/vcl_remote_cache_test.exs" ], "frameworks": [ - "MessageQueue", + "Cowboy", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], "relation": "CommandInjection->Disk" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "DynamicCodeExecution", + "sink_axis": "cpu", + "severity_value": 5.0, "files": [ - "scripts/ramdisk-orchestrator.sh", - "scripts/hypatia-sitrep.sh" + "lib/hypatia/web/channels/dispatch_channel.ex", + "lib/merge_orchestration/baton_emitter.ex", + "lib/merge_orchestration/kin_gate/file_store.ex", + "lib/merge_orchestration/sensor.ex", + "lib/merge_orchestration/loop.ex", + "lib/merge_orchestration/scheduler.ex", + "lib/merge_orchestration/kin_competence.ex", + "test/neural_strategy_resolver_test.exs", + "test/soundness/fixtures/code_safety/elixir_code_eval.ex" ], "frameworks": [ - "MessageQueue", + "Cowboy", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], - "relation": "PathTraversal->Disk" + "relation": "DynamicCodeExecution->Cpu" }, { "source_category": "MutationGap", "sink_axis": "cpu", "severity_value": 1.0, "files": [ - "test/dispatch_manifest_test.exs", - "test/metrics_test.exs", - "test/pattern_registry_test.exs", - "test/vcl_remote_executor_test.exs", - "test/neural_strategy_resolver_test.exs", - "test/retired_descriptile_policy_test.exs", - "test/blackboard_test.exs", - "test/support/contract_case.ex", - "test/recipe_health_test.exs", - "test/unified-api-adapter-contract_test.exs", "test/scanner_suppression_test.exs", - "test/watcher_test.exs", - "test/structural_drift_test.exs", - "test/recipe_additional_recipes_test.exs", - "test/security_errors_test.exs", - "test/vcl_query_test.exs", - "test/outcome_tracker_test.exs", - "test/code_safety_test.exs", - "test/pattern_analyzer_test.exs", - "test/root_hygiene_test.exs", - "test/lang_policy_refresh_test.exs", + "test/scorecard_ingestor_actions_lock_test.exs", "test/historical_trends_test.exs", - "test/e2e_pipeline_test.exs", - "test/supply_chain_test.exs", - "test/api_router_test.exs", - "test/fleet_dispatcher_test.exs", - "test/zig_ffi_smoke_test.exs", "test/sarif_test.exs", - "test/git_state_test.exs", - "test/training_pipeline_test.exs", - "test/baseline_health_test.exs", - "test/workflow_audit_test.exs", - "test/neural_rebalancer_test.exs", - "test/direct_github_pr_test.exs", - "test/dashboard_test.exs", - "test/neural_test.exs", - "test/workflow_hardening_test.exs", - "test/code_scanning_alerts_test.exs", - "test/vcl_file_executor_test.exs", - "test/cli_test.exs", - "test/branch_protection_test.exs", + "test/research_extensions_test.exs", + "test/pattern_registry_test.exs", + "test/contract_test.exs", + "test/neural_strategy_resolver_test.exs", + "test/verisim_connector_test.exs", + "test/watch_task_test.exs", "test/green_web_test.exs", - "test/vcl_client_test.exs", + "test/alerts_test.exs", + "test/reviewer_test.exs", + "test/cli_test.exs", "test/a2ml/record_dialect_test.exs", - "test/vcl_remote_cache_test.exs", + "test/vcl_remote_executor_test.exs", + "test/kin_test.exs", + "test/outcome_tracker_test.exs", + "test/direct_github_pr_test.exs", + "test/dashboard_test.exs", + "test/merge_orchestration/kin_gate_test.exs", + "test/merge_orchestration/lease_validator_test.exs", + "test/merge_orchestration/ticker_test.exs", + "test/merge_orchestration/kin_council_test.exs", + "test/merge_orchestration/dispatcher_test.exs", + "test/merge_orchestration/scheduler_test.exs", + "test/merge_orchestration/loop_test.exs", + "test/merge_orchestration/kin_competence_test.exs", + "test/merge_orchestration/strategist_test.exs", + "test/merge_orchestration/sensor_test.exs", + "test/merge_orchestration/baton_emitter_test.exs", + "test/supply_chain_test.exs", + "test/structural_drift_test.exs", + "test/triangle_router_test.exs", + "test/scorecard_reconciler_test.exs", + "test/code_scanning_alerts_test.exs", + "test/security_errors_test.exs", + "test/recipe_matcher_test.exs", + "test/soundness_test.exs", + "test/neural_rebalancer_test.exs", + "test/metrics_test.exs", + "test/support/contract_case.ex", + "test/recipe_health_test.exs", + "test/unified-api-adapter-contract_test.exs", + "test/graph_of_trust_convergence_test.exs", + "test/blackboard_test.exs", + "test/graphql_test.exs", + "test/recipe_additional_recipes_test.exs", + "test/cross_org_test.exs", + "test/lang_policy_refresh_test.exs", + "test/retired_descriptile_policy_test.exs", + "test/cross_repo_learning_test.exs", + "test/dispatch_manifest_test.exs", + "test/research_extensions_wiring_test.exs", + "test/workflow_audit_test.exs", + "test/vcl_file_executor_test.exs", + "test/pattern_analyzer_test.exs", + "test/api_router_test.exs", + "test/persistence_test.exs", + "test/secret_scanning_alerts_test.exs", + "test/watcher_test.exs", + "test/build_system_rules_test.exs", + "test/vcl_query_test.exs", + "test/rules/cicd_rules_rescript_npm_js_test.exs", + "test/rules/sha_bump_propagation_test.exs", + "test/rules/actions_lock_test.exs", + "test/rules/workflow_audit_cron_drift_test.exs", + "test/rules/implementation_inside_canon_test.exs", + "test/rules/rule_loader_test.exs", "test/rules/cicd_rules_typescript_test.exs", - "test/rules/cicd_rules_content_scanner_test.exs", - "test/rules/proof_strategy_selection_test.exs", - "test/rules/cicd_rules_duplicate_cron_test.exs", "test/rules/cicd_rules_vlang_test.exs", + "test/rules/disambiguation_rules_test.exs", + "test/rules/proof_strategy_selection_test.exs", "test/rules/secret_history_coverage_test.exs", + "test/rules/cicd_rules_content_scanner_test.exs", + "test/rules/sha_pin_consolidation_test.exs", "test/rules/group_b_detectors_test.exs", - "test/rules/rule_loader_test.exs", + "test/rules/cicd_rules_duplicate_cron_test.exs", + "test/rules/rsr_conformance_test.exs", + "test/rules/baseline_health_inherited_debt_test.exs", "test/rules/branch_protection_test.exs", - "test/rules/actions_lock_test.exs", - "test/rules/sha_bump_propagation_test.exs", "test/rules/admin_merge_eligibility_test.exs", - "test/rules/implementation_inside_canon_test.exs", - "test/rules/workflow_audit_cron_drift_test.exs", - "test/rules/rsr_conformance_test.exs", "test/rules/workflow_audit_chapel_test.exs", - "test/rules/sha_pin_consolidation_test.exs", - "test/rules/baseline_health_inherited_debt_test.exs", - "test/rules/cicd_rules_rescript_npm_js_test.exs", - "test/rules/disambiguation_rules_test.exs", - "test/concurrency_test.exs", - "test/merge_orchestration/strategist_test.exs", - "test/merge_orchestration/kin_council_test.exs", - "test/merge_orchestration/scheduler_test.exs", - "test/merge_orchestration/baton_emitter_test.exs", - "test/merge_orchestration/lease_validator_test.exs", - "test/merge_orchestration/dispatcher_test.exs", - "test/merge_orchestration/ticker_test.exs", - "test/merge_orchestration/sensor_test.exs", - "test/merge_orchestration/kin_competence_test.exs", - "test/merge_orchestration/kin_gate_test.exs", - "test/merge_orchestration/loop_test.exs", "test/honest_completion_test.exs", - "test/build_system_rules_test.exs", - "test/recipe_matcher_test.exs", - "test/cross_org_test.exs", - "test/reviewer_test.exs", - "test/research_extensions_test.exs", - "test/research_extensions_wiring_test.exs", - "test/safety_test.exs", - "test/kin_test.exs", - "test/contract_test.exs", - "test/graphql_test.exs", + "test/reflexive_test.exs", + "test/code_safety_test.exs", "test/anomaly_detector_test.exs", - "test/scorecard_ingestor_actions_lock_test.exs", - "test/alerts_test.exs", - "test/watch_task_test.exs", - "test/cross_repo_learning_test.exs", - "test/verisim_connector_test.exs", - "test/triangle_router_test.exs", - "test/graph_of_trust_convergence_test.exs", + "test/zig_ffi_smoke_test.exs", + "test/neural_test.exs", + "test/fleet_dispatcher_test.exs", "test/dependabot_alerts_test.exs", - "test/confidence_annealing_test.exs", - "test/soundness_test.exs", + "test/baseline_health_test.exs", + "test/e2e_pipeline_test.exs", + "test/branch_protection_test.exs", "test/recipe_new_recipes_test.exs", + "test/confidence_annealing_test.exs", + "test/git_state_test.exs", + "test/safety_test.exs", + "test/training_pipeline_test.exs", "test/metrics_snapshot_test.exs", - "test/scorecard_reconciler_test.exs", - "test/secret_scanning_alerts_test.exs", - "test/reflexive_test.exs", - "test/persistence_test.exs" + "test/vcl_remote_cache_test.exs", + "test/vcl_client_test.exs", + "test/workflow_hardening_test.exs", + "test/concurrency_test.exs", + "test/root_hygiene_test.exs" ], "frameworks": [ - "MessageQueue", + "Cowboy", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], "relation": "MutationGap->Cpu" }, { - "source_category": "CommandInjection", - "sink_axis": "cpu", + "source_category": "ProofDrift", + "sink_axis": "memory", "severity_value": 5.0, "files": [ - "lib/outcome_tracker.ex", - "lib/learning_scheduler.ex", - "lib/hypatia/watcher/alerts/sinks.ex", - "lib/hypatia/cli.ex", - "lib/direct_github_pr.ex", - "lib/scorecard_reconciler.ex", - "lib/scorecard_ingestor.ex", - "lib/rules/honest_completion.ex", - "lib/rules/supply_chain.ex", - "lib/rules/research_extensions.ex", - "lib/rules/secret_scanning_alerts.ex", - "lib/rules/baseline_health.ex", - "lib/rules/implementation_inside_canon.ex", - "lib/rules/code_scanning_alerts.ex", - "lib/rules/security_errors.ex", - "lib/rules/dependabot_alerts.ex", - "lib/rules/git_state.ex", - "lib/rules/structural_drift.ex", - "lib/rules/branch_protection.ex", - "lib/rules/code_safety.ex", - "lib/kin/coordinator.ex", - "lib/vcl/remote_cache.ex", - "lib/vcl/cross_org.ex", - "lib/tui/port.ex", - "lib/mix/tasks/hypatia.deploy_prevention_workflows.ex", - "lib/mix/tasks/hypatia.verify_action_shas.ex", - "lib/mix/tasks/hypatia.pr_eligibility.ex", - "lib/mix/tasks/hypatia.batch_security_scan.ex", - "lib/mix/tasks/hypatia.repo_batch_ops.ex", - "lib/mix/tasks/hypatia.triage_issues.ex", - "lib/mix/tasks/hypatia.audit_repos.ex", - "lib/mix/tasks/hypatia.watch.ex", - "hypatia-cli-bash.sh", - "scripts/security-check.sh", - "tests/e2e.sh", - "test/structural_drift_test.exs", - "test/git_state_test.exs", - "test/baseline_health_test.exs", - "test/direct_github_pr_test.exs", - "test/code_scanning_alerts_test.exs", - "test/vcl_remote_cache_test.exs", - "test/dependabot_alerts_test.exs", - "test/secret_scanning_alerts_test.exs", - "hypatia-scanner-v2.sh" + "test/soundness/fixtures/code_safety/believe_me.idr" ], "frameworks": [ - "MessageQueue", + "Cowboy", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], - "relation": "CommandInjection->Cpu" + "relation": "ProofDrift->Memory" }, { - "source_category": "ExcessivePermissions", - "sink_axis": "disk", - "severity_value": 3.5, + "source_category": "ProofDrift", + "sink_axis": "cpu", + "severity_value": 5.0, "files": [ - "scripts/fix-scripts/fix-deno-permissions.sh" + "test/soundness/fixtures/code_safety/sorry.lean", + "test/soundness/fixtures/code_safety/agda_postulate.agda", + "test/soundness/fixtures/code_safety/admitted.v" ], "frameworks": [ - "MessageQueue", + "Cowboy", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], - "relation": "ExcessivePermissions->Disk" + "relation": "ProofDrift->Cpu" }, { "source_category": "UnsafeTypeCoercion", "sink_axis": "memory", "severity_value": 5.0, "files": [ - "test/soundness/fixtures/code_safety/unsafe_coerce.hs", - "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml" + "test/soundness/fixtures/code_safety/obj_magic_ocaml.ml", + "test/soundness/fixtures/code_safety/unsafe_coerce.hs" ], "frameworks": [ - "MessageQueue", + "Cowboy", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], "relation": "UnsafeTypeCoercion->Memory" }, { - "source_category": "DynamicCodeExecution", + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "fixer/src/scanner.rs", + "fixer/src/main.rs", + "integration/src/ci_simulation/scenarios.rs", + "integration/src/ci_simulation/assertions.rs", + "integration/src/lib.rs", + "test/soundness/fixtures/code_safety/unwrap_without_check.rs", + "cli/src/commands/scan.rs", + "cli/src/commands/fleet.rs", + "cli/src/commands/batch.rs", + "cli/src/output.rs", + "adapters/src/codeberg.rs", + "adapters/src/radicle.rs" + ], + "frameworks": [ + "Cowboy", + "Phoenix", + "WebServer", + "Networking", + "OTP", + "MessageQueue" + ], + "relation": "PanicPath->Memory" + }, + { + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, + "files": [ + "fixer/src/scanner.rs", + "fixer/src/main.rs", + "integration/src/ci_simulation/scenarios.rs", + "integration/src/ci_simulation/assertions.rs", + "integration/src/lib.rs", + "test/soundness/fixtures/code_safety/unwrap_without_check.rs", + "cli/src/commands/scan.rs", + "cli/src/commands/fleet.rs", + "cli/src/commands/batch.rs", + "cli/src/output.rs", + "adapters/src/codeberg.rs", + "adapters/src/radicle.rs" + ], + "frameworks": [ + "Cowboy", + "Phoenix", + "WebServer", + "Networking", + "OTP", + "MessageQueue" + ], + "relation": "PanicPath->Disk" + }, + { + "source_category": "UnsafeCode", "sink_axis": "memory", "severity_value": 5.0, "files": [ - "test/soundness/fixtures/code_safety/elixir_code_eval.ex" + "clients/rust/hypatia-client/src/ffi.rs", + "ffi/zig/src/main.zig", + "test/soundness/fixtures/code_safety/transmute.rs", + "test/soundness/fixtures/code_safety/transmute.rs", + "test/soundness/fixtures/code_safety/zig_ptr_cast.zig" ], "frameworks": [ - "MessageQueue", + "Cowboy", "Phoenix", "WebServer", + "Networking", + "OTP", + "MessageQueue" + ], + "relation": "UnsafeCode->Memory" + }, + { + "source_category": "ExcessivePermissions", + "sink_axis": "disk", + "severity_value": 3.5, + "files": [ + "scripts/fix-scripts/fix-deno-permissions.sh" + ], + "frameworks": [ "Cowboy", + "Phoenix", + "WebServer", + "Networking", "OTP", - "Networking" + "MessageQueue" ], - "relation": "DynamicCodeExecution->Memory" + "relation": "ExcessivePermissions->Disk" }, { "source_category": "InsecureProtocol", @@ -13272,33 +13274,31 @@ "test/secret_scanning_alerts_test.exs" ], "frameworks": [ - "MessageQueue", + "Cowboy", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], "relation": "InsecureProtocol->Network" }, { - "source_category": "ProofDrift", - "sink_axis": "cpu", + "source_category": "DynamicCodeExecution", + "sink_axis": "memory", "severity_value": 5.0, "files": [ - "test/soundness/fixtures/code_safety/admitted.v", - "test/soundness/fixtures/code_safety/agda_postulate.agda", - "test/soundness/fixtures/code_safety/sorry.lean" + "test/soundness/fixtures/code_safety/elixir_code_eval.ex" ], "frameworks": [ - "MessageQueue", + "Cowboy", "Phoenix", "WebServer", - "Cowboy", + "Networking", "OTP", - "Networking" + "MessageQueue" ], - "relation": "ProofDrift->Cpu" + "relation": "DynamicCodeExecution->Memory" } ] } diff --git a/scans/hyperpolymath.github.io.json b/scans/hyperpolymath.github.io.json index 511e1ed9..05ca871e 100644 --- a/scans/hyperpolymath.github.io.json +++ b/scans/hyperpolymath.github.io.json @@ -15,23 +15,23 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/i-human.json b/scans/i-human.json index dd5d3d51..bc8c48ff 100644 --- a/scans/i-human.json +++ b/scans/i-human.json @@ -1,7 +1,7 @@ { "schema_version": "2.5", "program_path": "i-human", - "language": "idris", + "language": "zig", "frameworks": [], "weak_points": [], "statistics": { @@ -15,23 +15,13 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 - }, - { - "file_path": "src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -55,13 +45,23 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/ideas-to-alphas.json b/scans/ideas-to-alphas.json index 391a246b..80b71300 100644 --- a/scans/ideas-to-alphas.json +++ b/scans/ideas-to-alphas.json @@ -4,6 +4,17 @@ "language": "shell", "frameworks": [], "weak_points": [ + { + "category": "PathTraversal", + "location": "tests/e2e.sh", + "file": "tests/e2e.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in tests/e2e.sh", + "recommended_attack": [ + "disk" + ], + "test_context": "test_only" + }, { "category": "DynamicCodeExecution", "location": "a-sounder-constitution/web/ui.js", @@ -15,17 +26,6 @@ "network" ], "test_context": "production" - }, - { - "category": "PathTraversal", - "location": "tests/e2e.sh", - "file": "tests/e2e.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in tests/e2e.sh", - "recommended_attack": [ - "disk" - ], - "test_context": "test_only" } ], "statistics": { @@ -38,16 +38,6 @@ "threading_constructs": 0 }, "file_statistics": [ - { - "file_path": "scripts/check-idris2-proofs.sh", - "lines": 181, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, { "file_path": "tests/e2e.sh", "lines": 142, @@ -59,23 +49,23 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 275, + "file_path": "scripts/check-idris2-proofs.sh", + "lines": 181, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -89,21 +79,31 @@ "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", - "network", + "cpu", "memory", - "cpu" + "network", + "disk" ], "dependency_graph": { "edges": [] diff --git a/scans/idrisiser.json b/scans/idrisiser.json index 6fb6348a..80ca4e30 100644 --- a/scans/idrisiser.json +++ b/scans/idrisiser.json @@ -4,6 +4,18 @@ "language": "rust", "frameworks": [], "weak_points": [ + { + "category": "UnboundedAllocation", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, { "category": "UnboundedAllocation", "location": "src/codegen/parser.rs", @@ -39,18 +51,6 @@ ], "test_context": "production" }, - { - "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, { "category": "MutationGap", "location": "Cargo.toml", @@ -82,33 +82,33 @@ "threading_constructs": 0 }, { - "file_path": "scripts/install-zig.sh", - "lines": 59, + "file_path": "scripts/abi-ffi-gate.jl", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/abi-ffi-gate.jl", - "lines": 116, + "file_path": "scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 287, + "file_path": "src/manifest/mod.rs", + "lines": 288, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { @@ -133,53 +133,53 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 382, - "unsafe_blocks": 2, + "file_path": "src/interface/abi/Idrisiser/ABI/Foreign.idr", + "lines": 264, + "unsafe_blocks": 15, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/abi/Idrisiser/ABI/Foreign.idr", - "lines": 264, - "unsafe_blocks": 15, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 382, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 288, + "file_path": "setup.sh", + "lines": 287, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ + "cpu", "memory", - "disk", - "cpu" + "disk" ], "dependency_graph": { "edges": [ { - "from": "src/codegen/parser.rs", - "to": "src/codegen/mod.rs", - "relation": "shared_dir:src/codegen", + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", - "relation": "shared_dir:scripts", + "from": "src/codegen/parser.rs", + "to": "src/codegen/mod.rs", + "relation": "shared_dir:src/codegen", "weight": 1.0 } ] @@ -187,14 +187,15 @@ "taint_matrix": { "rows": [ { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ + "src/manifest/mod.rs", "src/codegen/parser.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "PanicPath", @@ -218,25 +219,24 @@ }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/codegen/parser.rs", - "src/manifest/mod.rs" + "src/manifest/mod.rs", + "src/codegen/parser.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "UnboundedAllocation", + "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/codegen/parser.rs", - "src/manifest/mod.rs" + "src/codegen/parser.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Memory" } ] } diff --git a/scans/infrastructure-automation.json b/scans/infrastructure-automation.json index ad8c142d..261a4fb0 100644 --- a/scans/infrastructure-automation.json +++ b/scans/infrastructure-automation.json @@ -15,63 +15,63 @@ }, "file_statistics": [ { - "file_path": "scripts/self-check.sh", - "lines": 185, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/aspect/security_aspect_test.affine", - "lines": 230, + "file_path": "tests/e2e/pipeline_e2e_test.affine", + "lines": 181, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "tests/bench/infra_bench.affine", - "lines": 104, + "file_path": "tests/contract/infra_contracts_test.affine", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "tests/e2e/pipeline_e2e_test.affine", - "lines": 181, + "file_path": "tests/aspect/security_aspect_test.affine", + "lines": 230, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "tests/contract/infra_contracts_test.affine", - "lines": 192, + "file_path": "tests/smoke/infra_smoke_test.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "tests/smoke/infra_smoke_test.affine", - "lines": 145, + "file_path": "tests/property/ansible_property_test.affine", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 10, "threading_constructs": 0 }, { @@ -85,8 +85,8 @@ "threading_constructs": 0 }, { - "file_path": "tests/property/ansible_property_test.affine", - "lines": 164, + "file_path": "tests/bench/infra_bench.affine", + "lines": 104, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -95,23 +95,23 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "scripts/self-check.sh", + "lines": 185, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { @@ -126,8 +126,8 @@ } ], "recommended_attacks": [ - "cpu", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [] diff --git a/scans/intsoc-transactor.json b/scans/intsoc-transactor.json index e9f19543..5de2fe09 100644 --- a/scans/intsoc-transactor.json +++ b/scans/intsoc-transactor.json @@ -7,85 +7,85 @@ ], "weak_points": [ { - "category": "PanicPath", - "location": "crates/intsoc-api/src/iana.rs", - "file": "crates/intsoc-api/src/iana.rs", + "category": "InsecureProtocol", + "location": "crates/intsoc-cli/src/commands/init.rs", + "file": "crates/intsoc-cli/src/commands/init.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in crates/intsoc-api/src/iana.rs", + "description": "1 HTTP (non-HTTPS) URLs in crates/intsoc-cli/src/commands/init.rs", "recommended_attack": [ - "memory", - "disk" + "network" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "crates/intsoc-api/src/datatracker.rs", - "file": "crates/intsoc-api/src/datatracker.rs", + "category": "UnboundedAllocation", + "location": "crates/intsoc-cli/src/commands/submit.rs", + "file": "crates/intsoc-cli/src/commands/submit.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in crates/intsoc-api/src/datatracker.rs", + "description": "Potential unbounded allocation pattern detected in crates/intsoc-cli/src/commands/submit.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "crates/intsoc-parser/src/xml.rs", - "file": "crates/intsoc-parser/src/xml.rs", + "category": "UnboundedAllocation", + "location": "crates/intsoc-cli/src/commands/fix.rs", + "file": "crates/intsoc-cli/src/commands/fix.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in crates/intsoc-parser/src/xml.rs", + "description": "Potential unbounded allocation pattern detected in crates/intsoc-cli/src/commands/fix.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "crates/intsoc-cli/src/commands/init.rs", - "file": "crates/intsoc-cli/src/commands/init.rs", + "category": "UnboundedAllocation", + "location": "crates/intsoc-cli/src/commands/check.rs", + "file": "crates/intsoc-cli/src/commands/check.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in crates/intsoc-cli/src/commands/init.rs", + "description": "Potential unbounded allocation pattern detected in crates/intsoc-cli/src/commands/check.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "crates/intsoc-cli/src/commands/check.rs", - "file": "crates/intsoc-cli/src/commands/check.rs", + "category": "PanicPath", + "location": "crates/intsoc-parser/src/xml.rs", + "file": "crates/intsoc-parser/src/xml.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/intsoc-cli/src/commands/check.rs", + "description": "0 panic sites and 2 unwrap/expect calls in crates/intsoc-parser/src/xml.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "crates/intsoc-cli/src/commands/fix.rs", - "file": "crates/intsoc-cli/src/commands/fix.rs", + "category": "PanicPath", + "location": "crates/intsoc-api/src/iana.rs", + "file": "crates/intsoc-api/src/iana.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/intsoc-cli/src/commands/fix.rs", + "description": "0 panic sites and 1 unwrap/expect calls in crates/intsoc-api/src/iana.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "crates/intsoc-cli/src/commands/submit.rs", - "file": "crates/intsoc-cli/src/commands/submit.rs", + "category": "PanicPath", + "location": "crates/intsoc-api/src/datatracker.rs", + "file": "crates/intsoc-api/src/datatracker.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/intsoc-cli/src/commands/submit.rs", + "description": "0 panic sites and 1 unwrap/expect calls in crates/intsoc-api/src/datatracker.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, @@ -110,38 +110,8 @@ }, "file_statistics": [ { - "file_path": "nickel/templates/ietf/individual-draft.ncl", - "lines": 207, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 - }, - { - "file_path": "nickel/policies/ipr-check.ncl", - "lines": 311, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "nickel/policies/stream-rules.ncl", - "lines": 484, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "nickel/contracts/submission.ncl", - "lines": 222, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -150,34 +120,32 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "crates/intsoc-core/src/validation.rs", + "lines": 176, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/intsoc-api/src/iana.rs", - "lines": 77, + "file_path": "crates/intsoc-core/src/document.rs", + "lines": 203, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 3, - "allocation_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 16, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/intsoc-api/src/datatracker.rs", - "lines": 124, + "file_path": "crates/intsoc-core/src/state.rs", + "lines": 246, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 2, - "allocation_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, @@ -192,8 +160,8 @@ "threading_constructs": 0 }, { - "file_path": "crates/intsoc-core/src/validation.rs", - "lines": 176, + "file_path": "crates/intsoc-fixer/src/diff.rs", + "lines": 92, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -202,32 +170,32 @@ "threading_constructs": 0 }, { - "file_path": "crates/intsoc-core/src/state.rs", - "lines": 246, + "file_path": "crates/intsoc-fixer/src/lib.rs", + "lines": 132, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/intsoc-core/src/document.rs", - "lines": 203, + "file_path": "crates/intsoc-fixer/src/generators/header.rs", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 16, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/intsoc-fixer/src/generators.rs", - "lines": 40, + "file_path": "crates/intsoc-fixer/src/generators/boilerplate.rs", + "lines": 39, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, @@ -252,68 +220,69 @@ "threading_constructs": 0 }, { - "file_path": "crates/intsoc-fixer/src/generators/boilerplate.rs", - "lines": 39, + "file_path": "crates/intsoc-fixer/src/engine.rs", + "lines": 177, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/intsoc-fixer/src/generators/header.rs", - "lines": 62, + "file_path": "crates/intsoc-fixer/src/generators.rs", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 12, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/intsoc-fixer/src/lib.rs", - "lines": 132, + "file_path": "crates/intsoc-cli/src/commands/init.rs", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/intsoc-fixer/src/engine.rs", - "lines": 177, + "file_path": "crates/intsoc-cli/src/commands/submit.rs", + "lines": 51, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/intsoc-fixer/src/diff.rs", - "lines": 92, + "file_path": "crates/intsoc-cli/src/commands/fix.rs", + "lines": 69, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/intsoc-nickel/src/policy.rs", - "lines": 74, + "file_path": "crates/intsoc-cli/src/commands/check.rs", + "lines": 38, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/intsoc-nickel/src/lib.rs", - "lines": 88, + "file_path": "crates/intsoc-git/src/lib.rs", + "lines": 39, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -354,54 +323,65 @@ "threading_constructs": 0 }, { - "file_path": "crates/intsoc-git/src/lib.rs", - "lines": 39, + "file_path": "crates/intsoc-api/src/iana.rs", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 3, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/intsoc-cli/src/commands/init.rs", - "lines": 148, + "file_path": "crates/intsoc-api/src/datatracker.rs", + "lines": 124, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, + "unwrap_calls": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/intsoc-cli/src/commands/check.rs", - "lines": 38, + "file_path": "crates/intsoc-nickel/src/lib.rs", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/intsoc-cli/src/commands/fix.rs", - "lines": 69, + "file_path": "crates/intsoc-nickel/src/policy.rs", + "lines": 74, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/intsoc-cli/src/commands/submit.rs", - "lines": 51, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -425,102 +405,98 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "nickel/policies/stream-rules.ncl", + "lines": 484, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, + "file_path": "nickel/policies/ipr-check.ncl", + "lines": 311, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "nickel/contracts/submission.ncl", + "lines": 222, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 + }, + { + "file_path": "nickel/templates/ietf/individual-draft.ncl", + "lines": 207, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 278, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 } ], "recommended_attacks": [ "memory", - "disk", "cpu", - "network" + "network", + "disk" ], "dependency_graph": { "edges": [ - { - "from": "crates/intsoc-nickel/src/policy.rs", - "to": "crates/intsoc-nickel/src/lib.rs", - "relation": "shared_dir:crates/intsoc-nickel/src", - "weight": 1.0 - }, { "from": "crates/intsoc-cli/src/commands/init.rs", - "to": "crates/intsoc-cli/src/commands/check.rs", + "to": "crates/intsoc-cli/src/commands/submit.rs", "relation": "shared_dir:crates/intsoc-cli/src/commands", "weight": 1.0 }, { - "from": "crates/intsoc-cli/src/commands/check.rs", + "from": "crates/intsoc-cli/src/commands/submit.rs", "to": "crates/intsoc-cli/src/commands/fix.rs", "relation": "shared_dir:crates/intsoc-cli/src/commands", "weight": 1.0 }, { "from": "crates/intsoc-cli/src/commands/fix.rs", - "to": "crates/intsoc-cli/src/commands/submit.rs", + "to": "crates/intsoc-cli/src/commands/check.rs", "relation": "shared_dir:crates/intsoc-cli/src/commands", "weight": 1.0 }, { - "from": "crates/intsoc-fixer/src/generators.rs", - "to": "crates/intsoc-fixer/src/lib.rs", - "relation": "shared_dir:crates/intsoc-fixer/src", - "weight": 1.0 - }, - { - "from": "crates/intsoc-fixer/src/lib.rs", - "to": "crates/intsoc-fixer/src/engine.rs", - "relation": "shared_dir:crates/intsoc-fixer/src", - "weight": 1.0 - }, - { - "from": "crates/intsoc-fixer/src/engine.rs", - "to": "crates/intsoc-fixer/src/diff.rs", - "relation": "shared_dir:crates/intsoc-fixer/src", - "weight": 1.0 - }, - { - "from": "crates/intsoc-fixer/src/generators/date.rs", - "to": "crates/intsoc-fixer/src/generators/references.rs", - "relation": "shared_dir:crates/intsoc-fixer/src/generators", + "from": "crates/intsoc-core/src/validation.rs", + "to": "crates/intsoc-core/src/document.rs", + "relation": "shared_dir:crates/intsoc-core/src", "weight": 1.0 }, { - "from": "crates/intsoc-fixer/src/generators/references.rs", - "to": "crates/intsoc-fixer/src/generators/boilerplate.rs", - "relation": "shared_dir:crates/intsoc-fixer/src/generators", + "from": "crates/intsoc-core/src/document.rs", + "to": "crates/intsoc-core/src/state.rs", + "relation": "shared_dir:crates/intsoc-core/src", "weight": 1.0 }, { - "from": "crates/intsoc-fixer/src/generators/boilerplate.rs", - "to": "crates/intsoc-fixer/src/generators/header.rs", - "relation": "shared_dir:crates/intsoc-fixer/src/generators", + "from": "crates/intsoc-core/src/state.rs", + "to": "crates/intsoc-core/src/submission.rs", + "relation": "shared_dir:crates/intsoc-core/src", "weight": 1.0 }, { @@ -535,6 +511,12 @@ "relation": "shared_dir:crates/intsoc-parser/src", "weight": 1.0 }, + { + "from": "crates/intsoc-api/src/iana.rs", + "to": "crates/intsoc-api/src/datatracker.rs", + "relation": "shared_dir:crates/intsoc-api/src", + "weight": 1.0 + }, { "from": "src/abi/Foreign.idr", "to": "src/abi/Types.idr", @@ -542,73 +524,73 @@ "weight": 1.0 }, { - "from": "crates/intsoc-core/src/submission.rs", - "to": "crates/intsoc-core/src/validation.rs", - "relation": "shared_dir:crates/intsoc-core/src", + "from": "crates/intsoc-fixer/src/generators/header.rs", + "to": "crates/intsoc-fixer/src/generators/boilerplate.rs", + "relation": "shared_dir:crates/intsoc-fixer/src/generators", "weight": 1.0 }, { - "from": "crates/intsoc-core/src/validation.rs", - "to": "crates/intsoc-core/src/state.rs", - "relation": "shared_dir:crates/intsoc-core/src", + "from": "crates/intsoc-fixer/src/generators/boilerplate.rs", + "to": "crates/intsoc-fixer/src/generators/date.rs", + "relation": "shared_dir:crates/intsoc-fixer/src/generators", "weight": 1.0 }, { - "from": "crates/intsoc-core/src/state.rs", - "to": "crates/intsoc-core/src/document.rs", - "relation": "shared_dir:crates/intsoc-core/src", + "from": "crates/intsoc-fixer/src/generators/date.rs", + "to": "crates/intsoc-fixer/src/generators/references.rs", + "relation": "shared_dir:crates/intsoc-fixer/src/generators", "weight": 1.0 }, { - "from": "crates/intsoc-api/src/iana.rs", - "to": "crates/intsoc-api/src/datatracker.rs", - "relation": "shared_dir:crates/intsoc-api/src", + "from": "nickel/policies/stream-rules.ncl", + "to": "nickel/policies/ipr-check.ncl", + "relation": "shared_dir:nickel/policies", "weight": 1.0 }, { - "from": "nickel/policies/ipr-check.ncl", - "to": "nickel/policies/stream-rules.ncl", - "relation": "shared_dir:nickel/policies", + "from": "crates/intsoc-fixer/src/diff.rs", + "to": "crates/intsoc-fixer/src/lib.rs", + "relation": "shared_dir:crates/intsoc-fixer/src", "weight": 1.0 }, { - "from": "nickel/templates/ietf/individual-draft.ncl", - "to": "Networking", - "relation": "framework", + "from": "crates/intsoc-fixer/src/lib.rs", + "to": "crates/intsoc-fixer/src/engine.rs", + "relation": "shared_dir:crates/intsoc-fixer/src", "weight": 1.0 }, { - "from": "nickel/policies/ipr-check.ncl", - "to": "Networking", - "relation": "framework", + "from": "crates/intsoc-fixer/src/engine.rs", + "to": "crates/intsoc-fixer/src/generators.rs", + "relation": "shared_dir:crates/intsoc-fixer/src", "weight": 1.0 }, { - "from": "nickel/policies/stream-rules.ncl", - "to": "Networking", - "relation": "framework", + "from": "crates/intsoc-nickel/src/lib.rs", + "to": "crates/intsoc-nickel/src/policy.rs", + "relation": "shared_dir:crates/intsoc-nickel/src", "weight": 1.0 }, { - "from": "nickel/contracts/submission.ncl", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "crates/intsoc-core/src/validation.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/intsoc-api/src/iana.rs", + "from": "crates/intsoc-core/src/document.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/intsoc-api/src/datatracker.rs", + "from": "crates/intsoc-core/src/state.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -620,25 +602,25 @@ "weight": 1.0 }, { - "from": "crates/intsoc-core/src/validation.rs", + "from": "crates/intsoc-fixer/src/diff.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/intsoc-core/src/state.rs", + "from": "crates/intsoc-fixer/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/intsoc-core/src/document.rs", + "from": "crates/intsoc-fixer/src/generators/header.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/intsoc-fixer/src/generators.rs", + "from": "crates/intsoc-fixer/src/generators/boilerplate.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -656,43 +638,43 @@ "weight": 1.0 }, { - "from": "crates/intsoc-fixer/src/generators/boilerplate.rs", + "from": "crates/intsoc-fixer/src/engine.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/intsoc-fixer/src/generators/header.rs", + "from": "crates/intsoc-fixer/src/generators.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/intsoc-fixer/src/lib.rs", + "from": "crates/intsoc-cli/src/commands/init.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/intsoc-fixer/src/engine.rs", + "from": "crates/intsoc-cli/src/commands/submit.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/intsoc-fixer/src/diff.rs", + "from": "crates/intsoc-cli/src/commands/fix.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/intsoc-nickel/src/policy.rs", + "from": "crates/intsoc-cli/src/commands/check.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/intsoc-nickel/src/lib.rs", + "from": "crates/intsoc-git/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -716,31 +698,37 @@ "weight": 2.0 }, { - "from": "crates/intsoc-git/src/lib.rs", + "from": "crates/intsoc-api/src/iana.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/intsoc-cli/src/commands/init.rs", + "from": "crates/intsoc-api/src/datatracker.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/intsoc-cli/src/commands/check.rs", + "from": "crates/intsoc-nickel/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/intsoc-cli/src/commands/fix.rs", + "from": "crates/intsoc-nickel/src/policy.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/intsoc-cli/src/commands/submit.rs", + "from": "ffi/zig/test/integration_test.zig", + "to": "Networking", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "ffi/zig/src/main.zig", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -758,19 +746,31 @@ "weight": 9.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "nickel/policies/stream-rules.ncl", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "nickel/policies/ipr-check.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "nickel/contracts/submission.ncl", + "to": "Networking", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "nickel/templates/ietf/individual-draft.ncl", + "to": "Networking", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "setup.sh", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -784,9 +784,9 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "crates/intsoc-cli/src/commands/check.rs", + "crates/intsoc-cli/src/commands/submit.rs", "crates/intsoc-cli/src/commands/fix.rs", - "crates/intsoc-cli/src/commands/submit.rs" + "crates/intsoc-cli/src/commands/check.rs" ], "frameworks": [ "Networking" @@ -794,39 +794,39 @@ "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "source_category": "InsecureProtocol", + "sink_axis": "network", "severity_value": 2.5, "files": [ - "crates/intsoc-cli/src/commands/check.rs", - "crates/intsoc-cli/src/commands/fix.rs", - "crates/intsoc-cli/src/commands/submit.rs" + "crates/intsoc-cli/src/commands/init.rs" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Memory" + "relation": "InsecureProtocol->Network" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", + "source_category": "UnboundedAllocation", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "crates/intsoc-cli/src/commands/init.rs" + "crates/intsoc-cli/src/commands/submit.rs", + "crates/intsoc-cli/src/commands/fix.rs", + "crates/intsoc-cli/src/commands/check.rs" ], "frameworks": [ "Networking" ], - "relation": "InsecureProtocol->Network" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ + "crates/intsoc-parser/src/xml.rs", "crates/intsoc-api/src/iana.rs", - "crates/intsoc-api/src/datatracker.rs", - "crates/intsoc-parser/src/xml.rs" + "crates/intsoc-api/src/datatracker.rs" ], "frameworks": [ "Networking" @@ -838,9 +838,9 @@ "sink_axis": "disk", "severity_value": 2.5, "files": [ + "crates/intsoc-parser/src/xml.rs", "crates/intsoc-api/src/iana.rs", - "crates/intsoc-api/src/datatracker.rs", - "crates/intsoc-parser/src/xml.rs" + "crates/intsoc-api/src/datatracker.rs" ], "frameworks": [ "Networking" diff --git a/scans/invariant-path.json b/scans/invariant-path.json index 78d6c89d..2f9bb523 100644 --- a/scans/invariant-path.json +++ b/scans/invariant-path.json @@ -5,36 +5,26 @@ "frameworks": [], "weak_points": [ { - "category": "PathTraversal", - "location": "test_multi_root.sh", - "file": "test_multi_root.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in test_multi_root.sh", - "recommended_attack": [ - "disk" - ], - "test_context": "production" - }, - { - "category": "CommandInjection", - "location": "scripts/verify-same-cube.sh", - "file": "scripts/verify-same-cube.sh", + "category": "UnboundedAllocation", + "location": "crates/invariant-path-core/src/doc_claims.rs", + "file": "crates/invariant-path-core/src/doc_claims.rs", "severity": "Medium", - "description": "35 potentially unquoted variable expansions in scripts/verify-same-cube.sh", + "description": "Potential unbounded allocation pattern detected in crates/invariant-path-core/src/doc_claims.rs", "recommended_attack": [ + "memory", "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "crates/invariant-path-cli/src/main.rs", - "file": "crates/invariant-path-cli/src/main.rs", + "category": "PanicPath", + "location": "crates/invariant-path-core/src/doc_claims.rs", + "file": "crates/invariant-path-core/src/doc_claims.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/invariant-path-cli/src/main.rs", + "description": "0 panic sites and 9 unwrap/expect calls in crates/invariant-path-core/src/doc_claims.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, @@ -52,10 +42,10 @@ }, { "category": "UnboundedAllocation", - "location": "crates/invariant-path-core/src/doc_claims.rs", - "file": "crates/invariant-path-core/src/doc_claims.rs", + "location": "crates/invariant-path-cli/src/main.rs", + "file": "crates/invariant-path-cli/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/invariant-path-core/src/doc_claims.rs", + "description": "Potential unbounded allocation pattern detected in crates/invariant-path-cli/src/main.rs", "recommended_attack": [ "memory", "cpu" @@ -63,16 +53,26 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "crates/invariant-path-core/src/doc_claims.rs", - "file": "crates/invariant-path-core/src/doc_claims.rs", + "category": "PathTraversal", + "location": "test_multi_root.sh", + "file": "test_multi_root.sh", "severity": "Medium", - "description": "0 panic sites and 9 unwrap/expect calls in crates/invariant-path-core/src/doc_claims.rs", + "description": "Hardcoded /tmp/ path without mktemp in test_multi_root.sh", "recommended_attack": [ - "memory", "disk" ], "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "scripts/verify-same-cube.sh", + "file": "scripts/verify-same-cube.sh", + "severity": "Medium", + "description": "35 potentially unquoted variable expansions in scripts/verify-same-cube.sh", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" } ], "statistics": { @@ -86,34 +86,34 @@ }, "file_statistics": [ { - "file_path": "crates/invariant-path-cli/src/main.rs", - "lines": 898, + "file_path": "crates/invariant-path-core/src/extractor.rs", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/invariant-path-core/src/classifier.rs", - "lines": 206, + "file_path": "crates/invariant-path-core/src/lib.rs", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/invariant-path-core/src/extractor.rs", - "lines": 164, + "file_path": "crates/invariant-path-core/src/doc_claims.rs", + "lines": 551, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "unwrap_calls": 9, + "safe_unwrap_calls": 3, + "allocation_sites": 8, + "io_operations": 11, "threading_constructs": 0 }, { @@ -127,55 +127,55 @@ "threading_constructs": 0 }, { - "file_path": "crates/invariant-path-core/src/lib.rs", - "lines": 155, + "file_path": "crates/invariant-path-core/src/classifier.rs", + "lines": 206, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/invariant-path-core/src/doc_claims.rs", - "lines": 551, + "file_path": "crates/invariant-path-cli/src/main.rs", + "lines": 898, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 9, - "safe_unwrap_calls": 3, - "allocation_sites": 8, - "io_operations": 11, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", "memory", + "disk", "cpu" ], "dependency_graph": { "edges": [ { - "from": "crates/invariant-path-core/src/classifier.rs", - "to": "crates/invariant-path-core/src/extractor.rs", + "from": "crates/invariant-path-core/src/extractor.rs", + "to": "crates/invariant-path-core/src/lib.rs", "relation": "shared_dir:crates/invariant-path-core/src", "weight": 1.0 }, { - "from": "crates/invariant-path-core/src/extractor.rs", - "to": "crates/invariant-path-core/src/annotations.rs", + "from": "crates/invariant-path-core/src/lib.rs", + "to": "crates/invariant-path-core/src/doc_claims.rs", "relation": "shared_dir:crates/invariant-path-core/src", "weight": 1.0 }, { - "from": "crates/invariant-path-core/src/annotations.rs", - "to": "crates/invariant-path-core/src/lib.rs", + "from": "crates/invariant-path-core/src/doc_claims.rs", + "to": "crates/invariant-path-core/src/annotations.rs", "relation": "shared_dir:crates/invariant-path-core/src", "weight": 1.0 }, { - "from": "crates/invariant-path-core/src/lib.rs", - "to": "crates/invariant-path-core/src/doc_claims.rs", + "from": "crates/invariant-path-core/src/annotations.rs", + "to": "crates/invariant-path-core/src/classifier.rs", "relation": "shared_dir:crates/invariant-path-core/src", "weight": 1.0 } @@ -184,14 +184,14 @@ "taint_matrix": { "rows": [ { - "source_category": "CommandInjection", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "scripts/verify-same-cube.sh" + "crates/invariant-path-core/src/doc_claims.rs" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "PanicPath->Memory" }, { "source_category": "PanicPath", @@ -208,24 +208,22 @@ "sink_axis": "memory", "severity_value": 2.5, "files": [ - "crates/invariant-path-cli/src/main.rs", + "crates/invariant-path-core/src/doc_claims.rs", "crates/invariant-path-core/src/annotations.rs", - "crates/invariant-path-core/src/doc_claims.rs" + "crates/invariant-path-cli/src/main.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Memory" }, { - "source_category": "UnboundedAllocation", + "source_category": "CommandInjection", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "crates/invariant-path-cli/src/main.rs", - "crates/invariant-path-core/src/annotations.rs", - "crates/invariant-path-core/src/doc_claims.rs" + "scripts/verify-same-cube.sh" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "CommandInjection->Cpu" }, { "source_category": "PathTraversal", @@ -238,14 +236,16 @@ "relation": "PathTraversal->Disk" }, { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "crates/invariant-path-core/src/doc_claims.rs" + "crates/invariant-path-core/src/doc_claims.rs", + "crates/invariant-path-core/src/annotations.rs", + "crates/invariant-path-cli/src/main.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Cpu" } ] } diff --git a/scans/ipfs-overlay.json b/scans/ipfs-overlay.json index e7bdd5e6..eb76ed0f 100644 --- a/scans/ipfs-overlay.json +++ b/scans/ipfs-overlay.json @@ -28,8 +28,8 @@ }, "file_statistics": [ { - "file_path": "scripts/generate-swarm-key.sh", - "lines": 29, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -38,9 +38,9 @@ "threading_constructs": 0 }, { - "file_path": "tests/aspect/security_aspect_test.affine", - "lines": 214, - "unsafe_blocks": 1, + "file_path": "tests/e2e/pipeline_e2e_test.affine", + "lines": 143, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -48,9 +48,9 @@ "threading_constructs": 0 }, { - "file_path": "tests/bench/config_bench.affine", - "lines": 94, - "unsafe_blocks": 0, + "file_path": "tests/contract/config_contracts_test.affine", + "lines": 194, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -58,9 +58,9 @@ "threading_constructs": 0 }, { - "file_path": "tests/e2e/pipeline_e2e_test.affine", - "lines": 143, - "unsafe_blocks": 0, + "file_path": "tests/aspect/security_aspect_test.affine", + "lines": 214, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -68,23 +68,23 @@ "threading_constructs": 0 }, { - "file_path": "tests/contract/config_contracts_test.affine", - "lines": 194, - "unsafe_blocks": 4, + "file_path": "tests/smoke/scripts_smoke_test.affine", + "lines": 128, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "tests/smoke/scripts_smoke_test.affine", - "lines": 128, - "unsafe_blocks": 3, + "file_path": "tests/property/config_property_test.affine", + "lines": 189, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 5, "threading_constructs": 0 }, { @@ -98,33 +98,33 @@ "threading_constructs": 0 }, { - "file_path": "tests/property/config_property_test.affine", - "lines": 189, + "file_path": "tests/bench/config_bench.affine", + "lines": 94, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "scripts/generate-swarm-key.sh", + "lines": 29, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/ipv6-only.json b/scans/ipv6-only.json index 83f2d184..56e15c60 100644 --- a/scans/ipv6-only.json +++ b/scans/ipv6-only.json @@ -50,23 +50,23 @@ }, "file_statistics": [ { - "file_path": "scripts/he-cert-check.sh", - "lines": 99, + "file_path": "scripts/he-check-status.sh", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "scripts/he-tunnel-setup.sh", - "lines": 236, + "file_path": "scripts/he-cert-check.sh", + "lines": 99, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 3, "threading_constructs": 0 }, { @@ -80,8 +80,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/he-check-status.sh", - "lines": 153, + "file_path": "scripts/he-tunnel-setup.sh", + "lines": 236, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -101,27 +101,27 @@ } ], "recommended_attacks": [ + "cpu", "disk", - "network", - "cpu" + "network" ], "dependency_graph": { "edges": [ { - "from": "scripts/he-cert-check.sh", - "to": "scripts/he-tunnel-setup.sh", + "from": "scripts/he-check-status.sh", + "to": "scripts/he-cert-check.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/he-tunnel-setup.sh", + "from": "scripts/he-cert-check.sh", "to": "scripts/he-update-endpoint.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { "from": "scripts/he-update-endpoint.sh", - "to": "scripts/he-check-status.sh", + "to": "scripts/he-tunnel-setup.sh", "relation": "shared_dir:scripts", "weight": 1.0 } @@ -130,14 +130,14 @@ "taint_matrix": { "rows": [ { - "source_category": "CommandInjection", - "sink_axis": "disk", + "source_category": "HardcodedSecret", + "sink_axis": "network", "severity_value": 5.0, "files": [ - "src/scripts/ipv6-config.sh" + "scripts/he-tunnel-setup.sh" ], "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "HardcodedSecret->Network" }, { "source_category": "InsecureProtocol", @@ -151,23 +151,23 @@ }, { "source_category": "CommandInjection", - "sink_axis": "cpu", + "sink_axis": "disk", "severity_value": 5.0, "files": [ "src/scripts/ipv6-config.sh" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "CommandInjection->Disk" }, { - "source_category": "HardcodedSecret", - "sink_axis": "network", + "source_category": "CommandInjection", + "sink_axis": "cpu", "severity_value": 5.0, "files": [ - "scripts/he-tunnel-setup.sh" + "src/scripts/ipv6-config.sh" ], "frameworks": [], - "relation": "HardcodedSecret->Network" + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/ipv6-tools.json b/scans/ipv6-tools.json index 5028f72f..57065faf 100644 --- a/scans/ipv6-tools.json +++ b/scans/ipv6-tools.json @@ -49,16 +49,6 @@ "threading_constructs": 0 }, "file_statistics": [ - { - "file_path": "setup.sh", - "lines": 278, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 - }, { "file_path": ".machine_readable/contractiles/bust/bust.ncl", "lines": 66, @@ -70,23 +60,23 @@ "threading_constructs": 0 }, { - "file_path": "ipv6-only/scripts/he-cert-check.sh", - "lines": 99, + "file_path": "ipv6-only/scripts/he-check-status.sh", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "ipv6-only/scripts/he-tunnel-setup.sh", - "lines": 236, + "file_path": "ipv6-only/scripts/he-cert-check.sh", + "lines": 99, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 3, "threading_constructs": 0 }, { @@ -100,8 +90,8 @@ "threading_constructs": 0 }, { - "file_path": "ipv6-only/scripts/he-check-status.sh", - "lines": 153, + "file_path": "ipv6-only/scripts/he-tunnel-setup.sh", + "lines": 236, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -118,30 +108,40 @@ "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 278, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 } ], "recommended_attacks": [ + "disk", "network", - "cpu", - "disk" + "cpu" ], "dependency_graph": { "edges": [ { - "from": "ipv6-only/scripts/he-cert-check.sh", - "to": "ipv6-only/scripts/he-tunnel-setup.sh", + "from": "ipv6-only/scripts/he-check-status.sh", + "to": "ipv6-only/scripts/he-cert-check.sh", "relation": "shared_dir:ipv6-only/scripts", "weight": 1.0 }, { - "from": "ipv6-only/scripts/he-tunnel-setup.sh", + "from": "ipv6-only/scripts/he-cert-check.sh", "to": "ipv6-only/scripts/he-update-endpoint.sh", "relation": "shared_dir:ipv6-only/scripts", "weight": 1.0 }, { "from": "ipv6-only/scripts/he-update-endpoint.sh", - "to": "ipv6-only/scripts/he-check-status.sh", + "to": "ipv6-only/scripts/he-tunnel-setup.sh", "relation": "shared_dir:ipv6-only/scripts", "weight": 1.0 } @@ -160,24 +160,24 @@ "relation": "CommandInjection->Cpu" }, { - "source_category": "HardcodedSecret", - "sink_axis": "network", + "source_category": "CommandInjection", + "sink_axis": "disk", "severity_value": 5.0, "files": [ - "ipv6-only/scripts/he-tunnel-setup.sh" + "ipv6-only/src/scripts/ipv6-config.sh" ], "frameworks": [], - "relation": "HardcodedSecret->Network" + "relation": "CommandInjection->Disk" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", + "source_category": "HardcodedSecret", + "sink_axis": "network", "severity_value": 5.0, "files": [ - "ipv6-only/src/scripts/ipv6-config.sh" + "ipv6-only/scripts/he-tunnel-setup.sh" ], "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "HardcodedSecret->Network" }, { "source_category": "InsecureProtocol", diff --git a/scans/iseriser.json b/scans/iseriser.json index c0a92ca2..6fe9a70c 100644 --- a/scans/iseriser.json +++ b/scans/iseriser.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "UnboundedAllocation", - "location": "src/scan/mod.rs", - "file": "src/scan/mod.rs", + "location": "satellites/a2mliser/src/manifest/mod.rs", + "file": "satellites/a2mliser/src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/scan/mod.rs", + "description": "Potential unbounded allocation pattern detected in satellites/a2mliser/src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -17,14 +17,13 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src/abi/verify.rs", - "file": "src/abi/verify.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/abi/verify.rs", + "category": "UnsafeCode", + "location": "satellites/a2mliser/src/interface/ffi/src/main.zig", + "file": "satellites/a2mliser/src/interface/ffi/src/main.zig", + "severity": "High", + "description": "2 unsafe pointer casts in satellites/a2mliser/src/interface/ffi/src/main.zig", "recommended_attack": [ - "memory", - "cpu" + "memory" ], "test_context": "production" }, @@ -54,10 +53,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", + "location": "src/abi/verify.rs", + "file": "src/abi/verify.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", + "description": "Potential unbounded allocation pattern detected in src/abi/verify.rs", "recommended_attack": [ "memory", "cpu" @@ -65,22 +64,23 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "satellites/a2mliser/src/interface/ffi/src/main.zig", - "file": "satellites/a2mliser/src/interface/ffi/src/main.zig", - "severity": "High", - "description": "2 unsafe pointer casts in satellites/a2mliser/src/interface/ffi/src/main.zig", + "category": "UnboundedAllocation", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", "recommended_attack": [ - "memory" + "memory", + "cpu" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "satellites/a2mliser/src/manifest/mod.rs", - "file": "satellites/a2mliser/src/manifest/mod.rs", + "location": "src/scan/mod.rs", + "file": "src/scan/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in satellites/a2mliser/src/manifest/mod.rs", + "description": "Potential unbounded allocation pattern detected in src/scan/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -108,247 +108,247 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "tests/integration_test.rs", + "lines": 442, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "scripts/install-zig.sh", - "lines": 59, + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "scripts/abi-ffi-gate.jl", - "lines": 116, + "file_path": "satellites/a2mliser/examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "tests/integration_test.rs", - "lines": 442, + "file_path": "satellites/a2mliser/scripts/abi-ffi-gate.jl", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 288, + "file_path": "satellites/a2mliser/scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/codegen/templates/cartridge_shim.zig", - "lines": 256, + "file_path": "satellites/a2mliser/src/manifest/mod.rs", + "lines": 71, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "src/codegen/parser.rs", - "lines": 292, - "unsafe_blocks": 0, + "file_path": "satellites/a2mliser/src/interface/abi/A2mliser/ABI/Foreign.idr", + "lines": 323, + "unsafe_blocks": 18, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/codegen/customizer.rs", - "lines": 453, - "unsafe_blocks": 0, + "file_path": "satellites/a2mliser/src/interface/ffi/src/main.zig", + "lines": 610, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/codegen/cartridge.rs", - "lines": 1481, + "file_path": "scripts/abi-ffi-gate.jl", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 6, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/codegen/scaffold.rs", - "lines": 2287, + "file_path": "scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 4, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/main.rs", - "lines": 216, + "file_path": "src/abi/idris_emitter.rs", + "lines": 647, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 1, + "unwrap_calls": 1, + "safe_unwrap_calls": 7, + "allocation_sites": 14, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/scan/mod.rs", - "lines": 642, + "file_path": "src/abi/verify.rs", + "lines": 430, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, "allocation_sites": 2, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 370, + "file_path": "src/abi/zig_ffi_parser.rs", + "lines": 395, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/abi/Iseriser/ABI/Foreign.idr", - "lines": 253, - "unsafe_blocks": 16, + "file_path": "src/main.rs", + "lines": 216, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/abi/zig_ffi_parser.rs", - "lines": 395, + "file_path": "src/manifest/mod.rs", + "lines": 319, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/abi/verify.rs", - "lines": 430, + "file_path": "src/scan/mod.rs", + "lines": 642, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 3, "allocation_sites": 2, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/abi/idris_emitter.rs", - "lines": 647, + "file_path": "src/codegen/parser.rs", + "lines": 292, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 7, - "allocation_sites": 14, + "unwrap_calls": 0, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 319, + "file_path": "src/codegen/scaffold.rs", + "lines": 2287, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "satellites/a2mliser/examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "src/codegen/templates/cartridge_shim.zig", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "satellites/a2mliser/scripts/install-zig.sh", - "lines": 59, + "file_path": "src/codegen/customizer.rs", + "lines": 453, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "satellites/a2mliser/scripts/abi-ffi-gate.jl", - "lines": 116, + "file_path": "src/codegen/cartridge.rs", + "lines": 1481, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "satellites/a2mliser/src/interface/ffi/src/main.zig", - "lines": 610, - "unsafe_blocks": 2, + "file_path": "src/interface/abi/Iseriser/ABI/Foreign.idr", + "lines": 253, + "unsafe_blocks": 16, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "satellites/a2mliser/src/interface/abi/A2mliser/ABI/Foreign.idr", - "lines": 323, - "unsafe_blocks": 18, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 370, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "satellites/a2mliser/src/manifest/mod.rs", - "lines": 71, + "file_path": "setup.sh", + "lines": 288, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], @@ -360,74 +360,60 @@ "dependency_graph": { "edges": [ { - "from": "satellites/a2mliser/scripts/install-zig.sh", - "to": "satellites/a2mliser/scripts/abi-ffi-gate.jl", - "relation": "shared_dir:satellites/a2mliser/scripts", + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/codegen/parser.rs", - "to": "src/codegen/customizer.rs", - "relation": "shared_dir:src/codegen", + "from": "satellites/a2mliser/scripts/abi-ffi-gate.jl", + "to": "satellites/a2mliser/scripts/install-zig.sh", + "relation": "shared_dir:satellites/a2mliser/scripts", "weight": 1.0 }, { - "from": "src/codegen/customizer.rs", - "to": "src/codegen/cartridge.rs", - "relation": "shared_dir:src/codegen", + "from": "src/abi/idris_emitter.rs", + "to": "src/abi/verify.rs", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { - "from": "src/codegen/cartridge.rs", - "to": "src/codegen/scaffold.rs", - "relation": "shared_dir:src/codegen", + "from": "src/abi/verify.rs", + "to": "src/abi/zig_ffi_parser.rs", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { - "from": "src/abi/zig_ffi_parser.rs", - "to": "src/abi/verify.rs", - "relation": "shared_dir:src/abi", + "from": "src/codegen/parser.rs", + "to": "src/codegen/scaffold.rs", + "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/abi/verify.rs", - "to": "src/abi/idris_emitter.rs", - "relation": "shared_dir:src/abi", + "from": "src/codegen/scaffold.rs", + "to": "src/codegen/customizer.rs", + "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", - "relation": "shared_dir:scripts", + "from": "src/codegen/customizer.rs", + "to": "src/codegen/cartridge.rs", + "relation": "shared_dir:src/codegen", "weight": 1.0 } ] }, "taint_matrix": { "rows": [ - { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "src/scan/mod.rs", - "src/abi/verify.rs", - "src/abi/idris_emitter.rs", - "src/manifest/mod.rs", - "satellites/a2mliser/src/manifest/mod.rs" - ], - "frameworks": [], - "relation": "UnboundedAllocation->Memory" - }, { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/abi/idris_emitter.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "PanicPath->Memory" }, { "source_category": "UnsafeCode", @@ -441,27 +427,41 @@ }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/scan/mod.rs", + "satellites/a2mliser/src/manifest/mod.rs", + "src/abi/idris_emitter.rs", "src/abi/verify.rs", + "src/manifest/mod.rs", + "src/scan/mod.rs" + ], + "frameworks": [], + "relation": "UnboundedAllocation->Memory" + }, + { + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "satellites/a2mliser/src/manifest/mod.rs", "src/abi/idris_emitter.rs", + "src/abi/verify.rs", "src/manifest/mod.rs", - "satellites/a2mliser/src/manifest/mod.rs" + "src/scan/mod.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Cpu" }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "src/abi/idris_emitter.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" } ] } diff --git a/scans/jaffascript.json b/scans/jaffascript.json index 5e0378c1..42e6eb8a 100644 --- a/scans/jaffascript.json +++ b/scans/jaffascript.json @@ -48,43 +48,43 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, + "file_path": "src/interface/Abi/Foreign.idr", + "lines": 83, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/Abi/Foreign.idr", - "lines": 83, - "unsafe_blocks": 4, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/januskey.json b/scans/januskey.json index 8fbcced7..8b868395 100644 --- a/scans/januskey.json +++ b/scans/januskey.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "CommandInjection", - "location": "tests/aspect/cross_cutting_test.sh", - "file": "tests/aspect/cross_cutting_test.sh", + "location": "tests/e2e/lifecycle_e2e.sh", + "file": "tests/e2e/lifecycle_e2e.sh", "severity": "Critical", - "description": "eval usage in tests/aspect/cross_cutting_test.sh", + "description": "eval usage in tests/e2e/lifecycle_e2e.sh", "recommended_attack": [ "cpu", "disk" @@ -18,10 +18,10 @@ }, { "category": "CommandInjection", - "location": "tests/e2e/lifecycle_e2e.sh", - "file": "tests/e2e/lifecycle_e2e.sh", + "location": "tests/aspect/cross_cutting_test.sh", + "file": "tests/aspect/cross_cutting_test.sh", "severity": "Critical", - "description": "eval usage in tests/e2e/lifecycle_e2e.sh", + "description": "eval usage in tests/aspect/cross_cutting_test.sh", "recommended_attack": [ "cpu", "disk" @@ -52,18 +52,6 @@ ], "test_context": "production" }, - { - "category": "UnboundedAllocation", - "location": "crates/dashboard-check/src/main.rs", - "file": "crates/dashboard-check/src/main.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/dashboard-check/src/main.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, { "category": "PanicPath", "location": "crates/januskey-cli/src/attestation.rs", @@ -100,6 +88,18 @@ ], "test_context": "production" }, + { + "category": "UnboundedAllocation", + "location": "crates/dashboard-check/src/main.rs", + "file": "crates/dashboard-check/src/main.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in crates/dashboard-check/src/main.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, { "category": "UnsafeCode", "location": "ffi/zig/src/main.zig", @@ -143,63 +143,45 @@ }, "file_statistics": [ { - "file_path": "generated/idrisiser/idris2/Januskey/Verified/wrap_unwrap_round_trip.idr", + "file_path": "tests/p2p/component_p2p_test.rs", "lines": 191, - "unsafe_blocks": 2, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "generated/idrisiser/idris2/Januskey/Verified/key_derivation.idr", - "lines": 119, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "generated/idrisiser/idris2/Januskey/Verified/key_generation.idr", - "lines": 421, - "unsafe_blocks": 5, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 22, "threading_constructs": 0 }, { - "file_path": "benches/januskey_benchmarks.rs", - "lines": 313, + "file_path": "crates/reversible-core/src/content_store.rs", + "lines": 261, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/p2p/component_p2p_test.rs", - "lines": 191, + "file_path": "crates/reversible-core/src/manifest.rs", + "lines": 174, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 22, + "safe_unwrap_calls": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "crates/reversible-core/src/transaction.rs", + "lines": 335, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "unwrap_calls": 1, + "allocation_sites": 8, + "io_operations": 2, "threading_constructs": 0 }, { @@ -212,17 +194,6 @@ "io_operations": 2, "threading_constructs": 0 }, - { - "file_path": "crates/reversible-core/src/content_store.rs", - "lines": 261, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 2, - "threading_constructs": 0 - }, { "file_path": "crates/reversible-core/src/error.rs", "lines": 62, @@ -234,34 +205,33 @@ "threading_constructs": 0 }, { - "file_path": "crates/reversible-core/src/transaction.rs", - "lines": 335, + "file_path": "crates/januskey-cli/tests/aspect_test.rs", + "lines": 367, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 8, - "io_operations": 2, - "threading_constructs": 0 + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 3, + "threading_constructs": 3 }, { - "file_path": "crates/reversible-core/src/manifest.rs", - "lines": 174, + "file_path": "crates/januskey-cli/tests/p2p_test.rs", + "lines": 229, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 26, "threading_constructs": 0 }, { - "file_path": "crates/dashboard-check/src/main.rs", - "lines": 342, + "file_path": "crates/januskey-cli/tests/e2e_test.rs", + "lines": 393, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 1, + "allocation_sites": 8, + "io_operations": 9, "threading_constructs": 0 }, { @@ -274,16 +244,6 @@ "io_operations": 7, "threading_constructs": 0 }, - { - "file_path": "crates/januskey-cli/tests/e2e_test.rs", - "lines": 393, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 9, - "threading_constructs": 0 - }, { "file_path": "crates/januskey-cli/tests/concurrency_test.rs", "lines": 404, @@ -296,34 +256,35 @@ "threading_constructs": 8 }, { - "file_path": "crates/januskey-cli/tests/aspect_test.rs", - "lines": 367, + "file_path": "crates/januskey-cli/src/attestation.rs", + "lines": 632, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 3, - "threading_constructs": 3 + "unwrap_calls": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 4, + "io_operations": 25, + "threading_constructs": 0 }, { - "file_path": "crates/januskey-cli/tests/p2p_test.rs", - "lines": 229, + "file_path": "crates/januskey-cli/src/operations.rs", + "lines": 619, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 26, + "allocation_sites": 8, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "crates/januskey-cli/src/attestation.rs", - "lines": 632, + "file_path": "crates/januskey-cli/src/lib.rs", + "lines": 186, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "safe_unwrap_calls": 3, - "allocation_sites": 4, - "io_operations": 25, + "allocation_sites": 2, + "io_operations": 5, "threading_constructs": 0 }, { @@ -337,16 +298,6 @@ "io_operations": 4, "threading_constructs": 0 }, - { - "file_path": "crates/januskey-cli/src/operations.rs", - "lines": 619, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 6, - "threading_constructs": 0 - }, { "file_path": "crates/januskey-cli/src/delta.rs", "lines": 517, @@ -358,17 +309,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "crates/januskey-cli/src/lib.rs", - "lines": 186, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, - "io_operations": 5, - "threading_constructs": 0 - }, { "file_path": "crates/januskey-cli/src/keys_cli.rs", "lines": 706, @@ -400,6 +340,36 @@ "io_operations": 3, "threading_constructs": 0 }, + { + "file_path": "crates/dashboard-check/src/main.rs", + "lines": 342, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "benches/januskey_benchmarks.rs", + "lines": 313, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 5, + "threading_constructs": 0 + }, + { + "file_path": "ffi/zig/src/main.zig", + "lines": 429, + "unsafe_blocks": 2, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "src/abi/Foreign.idr", "lines": 219, @@ -411,74 +381,80 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 429, + "file_path": "generated/idrisiser/idris2/Januskey/Verified/key_generation.idr", + "lines": 421, + "unsafe_blocks": 5, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "generated/idrisiser/idris2/Januskey/Verified/wrap_unwrap_round_trip.idr", + "lines": 191, "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 + }, + { + "file_path": "generated/idrisiser/idris2/Januskey/Verified/key_derivation.idr", + "lines": 119, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 278, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", - "concurrency", "disk", + "concurrency", + "cpu", "memory" ], "dependency_graph": { "edges": [ { - "from": "crates/januskey-cli/tests/property_tests.rs", - "to": "crates/januskey-cli/tests/e2e_test.rs", - "relation": "shared_dir:crates/januskey-cli/tests", - "weight": 1.0 - }, - { - "from": "crates/januskey-cli/tests/e2e_test.rs", - "to": "crates/januskey-cli/tests/concurrency_test.rs", - "relation": "shared_dir:crates/januskey-cli/tests", - "weight": 1.0 - }, - { - "from": "crates/januskey-cli/tests/concurrency_test.rs", - "to": "crates/januskey-cli/tests/aspect_test.rs", - "relation": "shared_dir:crates/januskey-cli/tests", + "from": "crates/januskey-cli/src/attestation.rs", + "to": "crates/januskey-cli/src/operations.rs", + "relation": "shared_dir:crates/januskey-cli/src", "weight": 1.0 }, { - "from": "crates/januskey-cli/tests/aspect_test.rs", - "to": "crates/januskey-cli/tests/p2p_test.rs", - "relation": "shared_dir:crates/januskey-cli/tests", + "from": "crates/januskey-cli/src/operations.rs", + "to": "crates/januskey-cli/src/lib.rs", + "relation": "shared_dir:crates/januskey-cli/src", "weight": 1.0 }, { - "from": "crates/januskey-cli/src/attestation.rs", + "from": "crates/januskey-cli/src/lib.rs", "to": "crates/januskey-cli/src/main.rs", "relation": "shared_dir:crates/januskey-cli/src", "weight": 1.0 }, { "from": "crates/januskey-cli/src/main.rs", - "to": "crates/januskey-cli/src/operations.rs", - "relation": "shared_dir:crates/januskey-cli/src", - "weight": 1.0 - }, - { - "from": "crates/januskey-cli/src/operations.rs", "to": "crates/januskey-cli/src/delta.rs", "relation": "shared_dir:crates/januskey-cli/src", "weight": 1.0 }, { "from": "crates/januskey-cli/src/delta.rs", - "to": "crates/januskey-cli/src/lib.rs", - "relation": "shared_dir:crates/januskey-cli/src", - "weight": 1.0 - }, - { - "from": "crates/januskey-cli/src/lib.rs", "to": "crates/januskey-cli/src/keys_cli.rs", "relation": "shared_dir:crates/januskey-cli/src", "weight": 1.0 @@ -496,45 +472,82 @@ "weight": 1.0 }, { - "from": "generated/idrisiser/idris2/Januskey/Verified/wrap_unwrap_round_trip.idr", - "to": "generated/idrisiser/idris2/Januskey/Verified/key_derivation.idr", - "relation": "shared_dir:generated/idrisiser/idris2/Januskey/Verified", + "from": "crates/januskey-cli/tests/aspect_test.rs", + "to": "crates/januskey-cli/tests/p2p_test.rs", + "relation": "shared_dir:crates/januskey-cli/tests", "weight": 1.0 }, { - "from": "generated/idrisiser/idris2/Januskey/Verified/key_derivation.idr", - "to": "generated/idrisiser/idris2/Januskey/Verified/key_generation.idr", - "relation": "shared_dir:generated/idrisiser/idris2/Januskey/Verified", + "from": "crates/januskey-cli/tests/p2p_test.rs", + "to": "crates/januskey-cli/tests/e2e_test.rs", + "relation": "shared_dir:crates/januskey-cli/tests", "weight": 1.0 }, { - "from": "crates/reversible-core/src/metadata.rs", - "to": "crates/reversible-core/src/content_store.rs", - "relation": "shared_dir:crates/reversible-core/src", + "from": "crates/januskey-cli/tests/e2e_test.rs", + "to": "crates/januskey-cli/tests/property_tests.rs", + "relation": "shared_dir:crates/januskey-cli/tests", + "weight": 1.0 + }, + { + "from": "crates/januskey-cli/tests/property_tests.rs", + "to": "crates/januskey-cli/tests/concurrency_test.rs", + "relation": "shared_dir:crates/januskey-cli/tests", "weight": 1.0 }, { "from": "crates/reversible-core/src/content_store.rs", - "to": "crates/reversible-core/src/error.rs", + "to": "crates/reversible-core/src/manifest.rs", "relation": "shared_dir:crates/reversible-core/src", "weight": 1.0 }, { - "from": "crates/reversible-core/src/error.rs", + "from": "crates/reversible-core/src/manifest.rs", "to": "crates/reversible-core/src/transaction.rs", "relation": "shared_dir:crates/reversible-core/src", "weight": 1.0 }, { "from": "crates/reversible-core/src/transaction.rs", - "to": "crates/reversible-core/src/manifest.rs", + "to": "crates/reversible-core/src/metadata.rs", "relation": "shared_dir:crates/reversible-core/src", "weight": 1.0 + }, + { + "from": "crates/reversible-core/src/metadata.rs", + "to": "crates/reversible-core/src/error.rs", + "relation": "shared_dir:crates/reversible-core/src", + "weight": 1.0 + }, + { + "from": "generated/idrisiser/idris2/Januskey/Verified/key_generation.idr", + "to": "generated/idrisiser/idris2/Januskey/Verified/wrap_unwrap_round_trip.idr", + "relation": "shared_dir:generated/idrisiser/idris2/Januskey/Verified", + "weight": 1.0 + }, + { + "from": "generated/idrisiser/idris2/Januskey/Verified/wrap_unwrap_round_trip.idr", + "to": "generated/idrisiser/idris2/Januskey/Verified/key_derivation.idr", + "relation": "shared_dir:generated/idrisiser/idris2/Januskey/Verified", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ + { + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, + "files": [ + "crates/reversible-core/src/transaction.rs", + "crates/januskey-cli/src/attestation.rs", + "crates/januskey-cli/src/main.rs", + "crates/januskey-cli/src/keys_cli.rs" + ], + "frameworks": [], + "relation": "PanicPath->Disk" + }, { "source_category": "UnsafeCode", "sink_axis": "memory", @@ -545,13 +558,24 @@ "frameworks": [], "relation": "UnsafeCode->Memory" }, + { + "source_category": "UnboundedAllocation", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "crates/reversible-core/src/content_store.rs", + "crates/dashboard-check/src/main.rs" + ], + "frameworks": [], + "relation": "UnboundedAllocation->Memory" + }, { "source_category": "CommandInjection", "sink_axis": "cpu", "severity_value": 5.0, "files": [ - "tests/aspect/cross_cutting_test.sh", - "tests/e2e/lifecycle_e2e.sh" + "tests/e2e/lifecycle_e2e.sh", + "tests/aspect/cross_cutting_test.sh" ], "frameworks": [], "relation": "CommandInjection->Cpu" @@ -580,50 +604,26 @@ "frameworks": [], "relation": "UnboundedAllocation->Cpu" }, - { - "source_category": "UncheckedError", - "sink_axis": "cpu", - "severity_value": 1.0, - "files": [ - "ffi/zig/src/main.zig" - ], - "frameworks": [], - "relation": "UncheckedError->Cpu" - }, { "source_category": "CommandInjection", "sink_axis": "disk", "severity_value": 5.0, "files": [ - "tests/aspect/cross_cutting_test.sh", - "tests/e2e/lifecycle_e2e.sh" + "tests/e2e/lifecycle_e2e.sh", + "tests/aspect/cross_cutting_test.sh" ], "frameworks": [], "relation": "CommandInjection->Disk" }, { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "crates/reversible-core/src/transaction.rs", - "crates/januskey-cli/src/attestation.rs", - "crates/januskey-cli/src/main.rs", - "crates/januskey-cli/src/keys_cli.rs" - ], - "frameworks": [], - "relation": "PanicPath->Disk" - }, - { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", - "severity_value": 2.5, + "source_category": "UncheckedError", + "sink_axis": "cpu", + "severity_value": 1.0, "files": [ - "crates/reversible-core/src/content_store.rs", - "crates/dashboard-check/src/main.rs" + "ffi/zig/src/main.zig" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UncheckedError->Cpu" } ] } diff --git a/scans/jtv-halting-islands-ct.json b/scans/jtv-halting-islands-ct.json new file mode 100644 index 00000000..f22a1bc1 --- /dev/null +++ b/scans/jtv-halting-islands-ct.json @@ -0,0 +1,38 @@ +{ + "schema_version": "2.5", + "program_path": "jtv-halting-islands-ct", + "language": "juliatheviper", + "frameworks": [], + "weak_points": [], + "statistics": { + "total_lines": 261, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 14, + "io_operations": 0, + "threading_constructs": 0 + }, + "file_statistics": [ + { + "file_path": "src/main.rs", + "lines": 218, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 14, + "io_operations": 0, + "threading_constructs": 0 + } + ], + "recommended_attacks": [ + "memory", + "cpu" + ], + "dependency_graph": { + "edges": [] + }, + "taint_matrix": { + "rows": [] + } +} diff --git a/scans/jtv-lang.json b/scans/jtv-lang.json index d361cd62..cd4f4a71 100644 --- a/scans/jtv-lang.json +++ b/scans/jtv-lang.json @@ -7,22 +7,23 @@ ], "weak_points": [ { - "category": "PathTraversal", - "location": "setup.sh", - "file": "setup.sh", + "category": "PanicPath", + "location": "crates/jtv-core/src/purity.rs", + "file": "crates/jtv-core/src/purity.rs", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in setup.sh", + "description": "1 panic sites and 0 unwrap/expect calls in crates/jtv-core/src/purity.rs", "recommended_attack": [ + "memory", "disk" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "crates/jtv-cli/src/main.rs", - "file": "crates/jtv-cli/src/main.rs", + "location": "crates/jtv-cli/src/rsr_check.rs", + "file": "crates/jtv-cli/src/rsr_check.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/jtv-cli/src/main.rs", + "description": "Potential unbounded allocation pattern detected in crates/jtv-cli/src/rsr_check.rs", "recommended_attack": [ "memory", "cpu" @@ -31,10 +32,10 @@ }, { "category": "UnboundedAllocation", - "location": "crates/jtv-cli/src/rsr_check.rs", - "file": "crates/jtv-cli/src/rsr_check.rs", + "location": "crates/jtv-cli/src/main.rs", + "file": "crates/jtv-cli/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/jtv-cli/src/rsr_check.rs", + "description": "Potential unbounded allocation pattern detected in crates/jtv-cli/src/main.rs", "recommended_attack": [ "memory", "cpu" @@ -53,18 +54,6 @@ ], "test_context": "production" }, - { - "category": "PanicPath", - "location": "crates/jtv-core/src/purity.rs", - "file": "crates/jtv-core/src/purity.rs", - "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in crates/jtv-core/src/purity.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, { "category": "UnsafeFFI", "location": "ffi/zig/src/ZigFFI.jl", @@ -86,6 +75,17 @@ "memory" ], "test_context": "production" + }, + { + "category": "PathTraversal", + "location": "setup.sh", + "file": "setup.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in setup.sh", + "recommended_attack": [ + "disk" + ], + "test_context": "production" } ], "statistics": { @@ -99,171 +99,152 @@ }, "file_statistics": [ { - "file_path": "examples/contracts/multisig_wallet.jtv", - "lines": 206, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 - }, - { - "file_path": "web/sw.js", - "lines": 39, + "file_path": "crates/jtv-lsp/src/main.rs", + "lines": 170, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "playground/jtv/tools/demo.sh", - "lines": 60, + "file_path": "crates/jtv-core/tests/contract_tests.rs", + "lines": 417, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 14, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "playground/jtv/tests/corpus/valid/memory_spaces.jtv", - "lines": 25, + "file_path": "crates/jtv-core/tests/mutation_killers.rs", + "lines": 1418, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 - }, - { - "file_path": "vscode-extension/src/Extension.res", - "lines": 158, - "unsafe_blocks": 7, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 281, + "file_path": "crates/jtv-core/tests/conformance_tests.rs", + "lines": 117, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 4, "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "crates/jtv-cli/src/main.rs", - "lines": 675, + "file_path": "crates/jtv-core/src/effect.rs", + "lines": 412, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 4, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/jtv-cli/src/rsr_check.rs", - "lines": 416, + "file_path": "crates/jtv-core/src/parser.rs", + "lines": 1124, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "safe_unwrap_calls": 4, + "allocation_sites": 74, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/jtv-cli/src/repl.rs", - "lines": 384, + "file_path": "crates/jtv-core/src/coproc_lower.rs", + "lines": 339, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 1, + "allocation_sites": 10, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "crates/jtv-lsp/src/main.rs", - "lines": 170, + "file_path": "crates/jtv-core/src/interpreter.rs", + "lines": 1002, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 32, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "crates/jtv-debug/src/main.rs", - "lines": 299, + "file_path": "crates/jtv-core/src/formatter.rs", + "lines": 682, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/jtv-core/tests/mutation_killers.rs", - "lines": 1418, + "file_path": "crates/jtv-core/src/recovery.rs", + "lines": 350, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/jtv-core/tests/contract_tests.rs", - "lines": 417, + "file_path": "crates/jtv-core/src/epistemic.rs", + "lines": 202, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/jtv-core/tests/conformance_tests.rs", - "lines": 117, + "file_path": "crates/jtv-core/src/typechecker.rs", + "lines": 1103, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 3, + "safe_unwrap_calls": 3, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/jtv-core/src/recovery.rs", - "lines": 350, + "file_path": "crates/jtv-core/src/ast.rs", + "lines": 391, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 8, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/jtv-core/src/effect.rs", - "lines": 412, + "file_path": "crates/jtv-core/src/purity.rs", + "lines": 405, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "allocation_sites": 4, + "safe_unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/jtv-core/src/ast.rs", - "lines": 391, + "file_path": "crates/jtv-core/src/pretty.rs", + "lines": 766, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -272,14 +253,14 @@ "threading_constructs": 0 }, { - "file_path": "crates/jtv-core/src/parser.rs", - "lines": 1124, + "file_path": "crates/jtv-core/src/coproc.rs", + "lines": 307, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 4, - "allocation_sites": 74, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -293,85 +274,84 @@ "threading_constructs": 0 }, { - "file_path": "crates/jtv-core/src/epistemic.rs", - "lines": 202, + "file_path": "crates/jtv-cli/src/rsr_check.rs", + "lines": 416, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/jtv-core/src/formatter.rs", - "lines": 682, + "file_path": "crates/jtv-cli/src/main.rs", + "lines": 675, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/jtv-core/src/interpreter.rs", - "lines": 1002, + "file_path": "crates/jtv-cli/src/repl.rs", + "lines": 384, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 32, - "io_operations": 0, - "threading_constructs": 1 + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "crates/jtv-core/src/coproc.rs", - "lines": 307, + "file_path": "crates/jtv-debug/src/main.rs", + "lines": 299, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 4, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/jtv-core/src/pretty.rs", - "lines": 766, + "file_path": "examples/contracts/multisig_wallet.jtv", + "lines": 206, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "crates/jtv-core/src/typechecker.rs", - "lines": 1103, + "file_path": "playground/jtv/tools/demo.sh", + "lines": 60, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/jtv-core/src/coproc_lower.rs", - "lines": 339, + "file_path": "playground/jtv/tests/corpus/valid/memory_spaces.jtv", + "lines": 25, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 6, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "crates/jtv-core/src/purity.rs", - "lines": 405, - "unsafe_blocks": 0, - "panic_sites": 1, + "file_path": "vscode-extension/src/Extension.res", + "lines": 158, + "unsafe_blocks": 7, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, @@ -395,6 +375,26 @@ "io_operations": 0, "threading_constructs": 0 }, + { + "file_path": "viper-pkg/src/registry.jl", + "lines": 137, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "viper-pkg/src/install.jl", + "lines": 65, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, { "file_path": "viper-pkg/src/ViperPkg.jl", "lines": 201, @@ -406,311 +406,311 @@ "threading_constructs": 0 }, { - "file_path": "viper-pkg/src/registry.jl", - "lines": 137, + "file_path": "web/sw.js", + "lines": 39, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "viper-pkg/src/install.jl", - "lines": 65, + "file_path": "setup.sh", + "lines": 281, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", "disk", - "cpu" + "cpu", + "memory" ], "dependency_graph": { "edges": [ { - "from": "crates/jtv-cli/src/main.rs", - "to": "crates/jtv-cli/src/rsr_check.rs", - "relation": "shared_dir:crates/jtv-cli/src", + "from": "viper-pkg/src/registry.jl", + "to": "viper-pkg/src/install.jl", + "relation": "shared_dir:viper-pkg/src", "weight": 1.0 }, { - "from": "crates/jtv-cli/src/rsr_check.rs", - "to": "crates/jtv-cli/src/repl.rs", - "relation": "shared_dir:crates/jtv-cli/src", + "from": "viper-pkg/src/install.jl", + "to": "viper-pkg/src/ViperPkg.jl", + "relation": "shared_dir:viper-pkg/src", "weight": 1.0 }, { - "from": "crates/jtv-core/src/recovery.rs", - "to": "crates/jtv-core/src/effect.rs", + "from": "crates/jtv-core/src/effect.rs", + "to": "crates/jtv-core/src/parser.rs", "relation": "shared_dir:crates/jtv-core/src", "weight": 1.0 }, { - "from": "crates/jtv-core/src/effect.rs", - "to": "crates/jtv-core/src/ast.rs", + "from": "crates/jtv-core/src/parser.rs", + "to": "crates/jtv-core/src/coproc_lower.rs", "relation": "shared_dir:crates/jtv-core/src", "weight": 1.0 }, { - "from": "crates/jtv-core/src/ast.rs", - "to": "crates/jtv-core/src/parser.rs", + "from": "crates/jtv-core/src/coproc_lower.rs", + "to": "crates/jtv-core/src/interpreter.rs", "relation": "shared_dir:crates/jtv-core/src", "weight": 1.0 }, { - "from": "crates/jtv-core/src/parser.rs", - "to": "crates/jtv-core/src/error.rs", + "from": "crates/jtv-core/src/interpreter.rs", + "to": "crates/jtv-core/src/formatter.rs", "relation": "shared_dir:crates/jtv-core/src", "weight": 1.0 }, { - "from": "crates/jtv-core/src/error.rs", - "to": "crates/jtv-core/src/epistemic.rs", + "from": "crates/jtv-core/src/formatter.rs", + "to": "crates/jtv-core/src/recovery.rs", "relation": "shared_dir:crates/jtv-core/src", "weight": 1.0 }, { - "from": "crates/jtv-core/src/epistemic.rs", - "to": "crates/jtv-core/src/formatter.rs", + "from": "crates/jtv-core/src/recovery.rs", + "to": "crates/jtv-core/src/epistemic.rs", "relation": "shared_dir:crates/jtv-core/src", "weight": 1.0 }, { - "from": "crates/jtv-core/src/formatter.rs", - "to": "crates/jtv-core/src/interpreter.rs", + "from": "crates/jtv-core/src/epistemic.rs", + "to": "crates/jtv-core/src/typechecker.rs", "relation": "shared_dir:crates/jtv-core/src", "weight": 1.0 }, { - "from": "crates/jtv-core/src/interpreter.rs", - "to": "crates/jtv-core/src/coproc.rs", + "from": "crates/jtv-core/src/typechecker.rs", + "to": "crates/jtv-core/src/ast.rs", "relation": "shared_dir:crates/jtv-core/src", "weight": 1.0 }, { - "from": "crates/jtv-core/src/coproc.rs", - "to": "crates/jtv-core/src/pretty.rs", + "from": "crates/jtv-core/src/ast.rs", + "to": "crates/jtv-core/src/purity.rs", "relation": "shared_dir:crates/jtv-core/src", "weight": 1.0 }, { - "from": "crates/jtv-core/src/pretty.rs", - "to": "crates/jtv-core/src/typechecker.rs", + "from": "crates/jtv-core/src/purity.rs", + "to": "crates/jtv-core/src/pretty.rs", "relation": "shared_dir:crates/jtv-core/src", "weight": 1.0 }, { - "from": "crates/jtv-core/src/typechecker.rs", - "to": "crates/jtv-core/src/coproc_lower.rs", + "from": "crates/jtv-core/src/pretty.rs", + "to": "crates/jtv-core/src/coproc.rs", "relation": "shared_dir:crates/jtv-core/src", "weight": 1.0 }, { - "from": "crates/jtv-core/src/coproc_lower.rs", - "to": "crates/jtv-core/src/purity.rs", + "from": "crates/jtv-core/src/coproc.rs", + "to": "crates/jtv-core/src/error.rs", "relation": "shared_dir:crates/jtv-core/src", "weight": 1.0 }, { - "from": "viper-pkg/src/ViperPkg.jl", - "to": "viper-pkg/src/registry.jl", - "relation": "shared_dir:viper-pkg/src", + "from": "crates/jtv-cli/src/rsr_check.rs", + "to": "crates/jtv-cli/src/main.rs", + "relation": "shared_dir:crates/jtv-cli/src", "weight": 1.0 }, { - "from": "viper-pkg/src/registry.jl", - "to": "viper-pkg/src/install.jl", - "relation": "shared_dir:viper-pkg/src", + "from": "crates/jtv-cli/src/main.rs", + "to": "crates/jtv-cli/src/repl.rs", + "relation": "shared_dir:crates/jtv-cli/src", "weight": 1.0 }, { - "from": "crates/jtv-core/tests/mutation_killers.rs", - "to": "crates/jtv-core/tests/contract_tests.rs", + "from": "crates/jtv-core/tests/contract_tests.rs", + "to": "crates/jtv-core/tests/mutation_killers.rs", "relation": "shared_dir:crates/jtv-core/tests", "weight": 1.0 }, { - "from": "crates/jtv-core/tests/contract_tests.rs", + "from": "crates/jtv-core/tests/mutation_killers.rs", "to": "crates/jtv-core/tests/conformance_tests.rs", "relation": "shared_dir:crates/jtv-core/tests", "weight": 1.0 }, { - "from": "examples/contracts/multisig_wallet.jtv", + "from": "crates/jtv-lsp/src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "web/sw.js", + "from": "crates/jtv-core/tests/contract_tests.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "playground/jtv/tools/demo.sh", + "from": "crates/jtv-core/tests/mutation_killers.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "playground/jtv/tests/corpus/valid/memory_spaces.jtv", + "from": "crates/jtv-core/tests/conformance_tests.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "vscode-extension/src/Extension.res", + "from": "crates/jtv-core/src/effect.rs", "to": "Networking", "relation": "framework", - "weight": 21.0 + "weight": 1.0 }, { - "from": "setup.sh", + "from": "crates/jtv-core/src/parser.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/jtv-cli/src/main.rs", + "from": "crates/jtv-core/src/coproc_lower.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/jtv-cli/src/rsr_check.rs", + "from": "crates/jtv-core/src/interpreter.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "crates/jtv-cli/src/repl.rs", + "from": "crates/jtv-core/src/formatter.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/jtv-lsp/src/main.rs", + "from": "crates/jtv-core/src/recovery.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/jtv-debug/src/main.rs", + "from": "crates/jtv-core/src/epistemic.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/jtv-core/tests/mutation_killers.rs", + "from": "crates/jtv-core/src/typechecker.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/jtv-core/tests/contract_tests.rs", + "from": "crates/jtv-core/src/ast.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/jtv-core/tests/conformance_tests.rs", + "from": "crates/jtv-core/src/purity.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "crates/jtv-core/src/recovery.rs", + "from": "crates/jtv-core/src/pretty.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/jtv-core/src/effect.rs", + "from": "crates/jtv-core/src/coproc.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/jtv-core/src/ast.rs", + "from": "crates/jtv-core/src/error.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/jtv-core/src/parser.rs", + "from": "crates/jtv-cli/src/rsr_check.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/jtv-core/src/error.rs", + "from": "crates/jtv-cli/src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/jtv-core/src/epistemic.rs", + "from": "crates/jtv-cli/src/repl.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/jtv-core/src/formatter.rs", + "from": "crates/jtv-debug/src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/jtv-core/src/interpreter.rs", + "from": "examples/contracts/multisig_wallet.jtv", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/jtv-core/src/coproc.rs", + "from": "playground/jtv/tools/demo.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/jtv-core/src/pretty.rs", + "from": "playground/jtv/tests/corpus/valid/memory_spaces.jtv", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/jtv-core/src/typechecker.rs", + "from": "vscode-extension/src/Extension.res", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 21.0 }, { - "from": "crates/jtv-core/src/coproc_lower.rs", + "from": "ffi/zig/src/ZigFFI.jl", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "crates/jtv-core/src/purity.rs", + "from": "packages/jtv-analyzer/src/Main.res", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/ZigFFI.jl", + "from": "viper-pkg/src/registry.jl", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "packages/jtv-analyzer/src/Main.res", + "from": "viper-pkg/src/install.jl", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -722,13 +722,13 @@ "weight": 1.0 }, { - "from": "viper-pkg/src/registry.jl", + "from": "web/sw.js", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "viper-pkg/src/install.jl", + "from": "setup.sh", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -738,92 +738,92 @@ "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "crates/jtv-cli/src/main.rs", - "crates/jtv-cli/src/rsr_check.rs", - "crates/jtv-cli/src/repl.rs" + "crates/jtv-core/src/purity.rs" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Disk" }, { - "source_category": "PanicPath", + "source_category": "UnboundedAllocation", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "crates/jtv-core/src/purity.rs" + "crates/jtv-cli/src/rsr_check.rs", + "crates/jtv-cli/src/main.rs", + "crates/jtv-cli/src/repl.rs" ], "frameworks": [ "Networking" ], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "setup.sh" + "crates/jtv-cli/src/rsr_check.rs", + "crates/jtv-cli/src/main.rs", + "crates/jtv-cli/src/repl.rs" ], "frameworks": [ "Networking" ], - "relation": "PathTraversal->Disk" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnsafeFFI", + "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "ffi/zig/src/ZigFFI.jl" + "crates/jtv-core/src/purity.rs" ], "frameworks": [ "Networking" ], - "relation": "UnsafeFFI->Memory" + "relation": "PanicPath->Memory" }, { - "source_category": "UncheckedError", + "source_category": "UnsafeFFI", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "packages/jtv-analyzer/src/Main.res" + "ffi/zig/src/ZigFFI.jl" ], "frameworks": [ "Networking" ], - "relation": "UncheckedError->Memory" + "relation": "UnsafeFFI->Memory" }, { - "source_category": "PanicPath", + "source_category": "PathTraversal", "sink_axis": "disk", "severity_value": 2.5, "files": [ - "crates/jtv-core/src/purity.rs" + "setup.sh" ], "frameworks": [ "Networking" ], - "relation": "PanicPath->Disk" + "relation": "PathTraversal->Disk" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "UncheckedError", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "crates/jtv-cli/src/main.rs", - "crates/jtv-cli/src/rsr_check.rs", - "crates/jtv-cli/src/repl.rs" + "packages/jtv-analyzer/src/Main.res" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "UncheckedError->Memory" } ] } diff --git a/scans/julia-ecosystem.json b/scans/julia-ecosystem.json index daf4647a..bb410281 100644 --- a/scans/julia-ecosystem.json +++ b/scans/julia-ecosystem.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "ProofDrift", - "location": "ZeroProb.jl/test/test_new_types.jl", - "file": "ZeroProb.jl/test/test_new_types.jl", + "location": "ZeroProb.jl/test/test_coverage_gaps.jl", + "file": "ZeroProb.jl/test/test_coverage_gaps.jl", "severity": "Medium", - "description": "6 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in ZeroProb.jl/test/test_new_types.jl", + "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in ZeroProb.jl/test/test_coverage_gaps.jl", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "ZeroProb.jl/test/test_coverage_gaps.jl", - "file": "ZeroProb.jl/test/test_coverage_gaps.jl", + "location": "ZeroProb.jl/test/test_new_types.jl", + "file": "ZeroProb.jl/test/test_new_types.jl", "severity": "Medium", - "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in ZeroProb.jl/test/test_coverage_gaps.jl", + "description": "6 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in ZeroProb.jl/test/test_new_types.jl", "recommended_attack": [ "cpu" ], @@ -39,35 +39,33 @@ "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "HackenbushGames.jl/src/HackenbushGames.jl", - "file": "HackenbushGames.jl/src/HackenbushGames.jl", - "severity": "High", - "description": "eval/Meta.parse in HackenbushGames.jl/src/HackenbushGames.jl", + "category": "ProofDrift", + "location": "registries/General/.ci/Treecheck/Treecheck.jl", + "file": "registries/General/.ci/Treecheck/Treecheck.jl", + "severity": "Medium", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in registries/General/.ci/Treecheck/Treecheck.jl", "recommended_attack": [ - "cpu", - "memory" + "cpu" ], "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "HackenbushGames.jl/src/backends/abstract.jl", - "file": "HackenbushGames.jl/src/backends/abstract.jl", - "severity": "High", - "description": "eval/Meta.parse in HackenbushGames.jl/src/backends/abstract.jl", + "category": "MutationGap", + "location": "registries/General/.ci/Treecheck/Treecheck.jl", + "file": "registries/General/.ci/Treecheck/Treecheck.jl", + "severity": "Medium", + "description": "4 @test assertion(s) in registries/General/.ci/Treecheck/Treecheck.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", "recommended_attack": [ - "cpu", - "memory" + "cpu" ], "test_context": "production" }, { "category": "ProofDrift", - "location": "KnotTheory.jl/test/runtests.jl", - "file": "KnotTheory.jl/test/runtests.jl", + "location": "PolyglotFormalisms.jl/test/conditional_tests.jl", + "file": "PolyglotFormalisms.jl/test/conditional_tests.jl", "severity": "Medium", - "description": "9 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in KnotTheory.jl/test/runtests.jl", + "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in PolyglotFormalisms.jl/test/conditional_tests.jl", "recommended_attack": [ "cpu" ], @@ -75,10 +73,10 @@ }, { "category": "DynamicCodeExecution", - "location": "KnotTheory.jl/src/backends/abstract.jl", - "file": "KnotTheory.jl/src/backends/abstract.jl", + "location": "PolyglotFormalisms.jl/src/backends/abstract.jl", + "file": "PolyglotFormalisms.jl/src/backends/abstract.jl", "severity": "High", - "description": "eval/Meta.parse in KnotTheory.jl/src/backends/abstract.jl", + "description": "eval/Meta.parse in PolyglotFormalisms.jl/src/backends/abstract.jl", "recommended_attack": [ "cpu", "memory" @@ -86,22 +84,23 @@ "test_context": "production" }, { - "category": "ProofDrift", - "location": "Causals.jl/test/runtests.jl", - "file": "Causals.jl/test/runtests.jl", - "severity": "Medium", - "description": "5 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Causals.jl/test/runtests.jl", + "category": "DynamicCodeExecution", + "location": "PolyglotFormalisms.jl/src/coprocessors/npu.jl", + "file": "PolyglotFormalisms.jl/src/coprocessors/npu.jl", + "severity": "High", + "description": "eval/Meta.parse in PolyglotFormalisms.jl/src/coprocessors/npu.jl", "recommended_attack": [ - "cpu" + "cpu", + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "DynamicCodeExecution", - "location": "Causals.jl/src/backends/abstract.jl", - "file": "Causals.jl/src/backends/abstract.jl", + "location": "PolyglotFormalisms.jl/src/coprocessors/math.jl", + "file": "PolyglotFormalisms.jl/src/coprocessors/math.jl", "severity": "High", - "description": "eval/Meta.parse in Causals.jl/src/backends/abstract.jl", + "description": "eval/Meta.parse in PolyglotFormalisms.jl/src/coprocessors/math.jl", "recommended_attack": [ "cpu", "memory" @@ -109,58 +108,74 @@ "test_context": "production" }, { - "category": "InputBoundary", - "location": "Exnovation.jl/examples/02_portfolio_management.jl", - "file": "Exnovation.jl/examples/02_portfolio_management.jl", - "severity": "Medium", - "description": "1 JSON3.read/JSON.parse call(s) with 0 try block(s) in Exnovation.jl/examples/02_portfolio_management.jl — these throw on malformed input; wrap in try/catch", + "category": "DynamicCodeExecution", + "location": "PolyglotFormalisms.jl/src/coprocessors/fpga.jl", + "file": "PolyglotFormalisms.jl/src/coprocessors/fpga.jl", + "severity": "High", + "description": "eval/Meta.parse in PolyglotFormalisms.jl/src/coprocessors/fpga.jl", "recommended_attack": [ - "cpu" + "cpu", + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "ProofDrift", - "location": "Exnovation.jl/test/runtests.jl", - "file": "Exnovation.jl/test/runtests.jl", - "severity": "Medium", - "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Exnovation.jl/test/runtests.jl", + "category": "DynamicCodeExecution", + "location": "PolyglotFormalisms.jl/src/coprocessors/tpu.jl", + "file": "PolyglotFormalisms.jl/src/coprocessors/tpu.jl", + "severity": "High", + "description": "eval/Meta.parse in PolyglotFormalisms.jl/src/coprocessors/tpu.jl", "recommended_attack": [ - "cpu" + "cpu", + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "ProofDrift", - "location": "Axiology.jl/test/runtests.jl", - "file": "Axiology.jl/test/runtests.jl", - "severity": "Medium", - "description": "12 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiology.jl/test/runtests.jl", + "category": "DynamicCodeExecution", + "location": "PolyglotFormalisms.jl/src/coprocessors/crypto.jl", + "file": "PolyglotFormalisms.jl/src/coprocessors/crypto.jl", + "severity": "High", + "description": "eval/Meta.parse in PolyglotFormalisms.jl/src/coprocessors/crypto.jl", "recommended_attack": [ - "cpu" + "cpu", + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "ProofDrift", - "location": "registries/General/.ci/Treecheck/Treecheck.jl", - "file": "registries/General/.ci/Treecheck/Treecheck.jl", - "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in registries/General/.ci/Treecheck/Treecheck.jl", + "category": "DynamicCodeExecution", + "location": "PolyglotFormalisms.jl/src/coprocessors/qpu.jl", + "file": "PolyglotFormalisms.jl/src/coprocessors/qpu.jl", + "severity": "High", + "description": "eval/Meta.parse in PolyglotFormalisms.jl/src/coprocessors/qpu.jl", "recommended_attack": [ - "cpu" + "cpu", + "memory" ], "test_context": "production" }, { - "category": "MutationGap", - "location": "registries/General/.ci/Treecheck/Treecheck.jl", - "file": "registries/General/.ci/Treecheck/Treecheck.jl", + "category": "ProofDrift", + "location": "KnotTheory.jl/test/runtests.jl", + "file": "KnotTheory.jl/test/runtests.jl", "severity": "Medium", - "description": "4 @test assertion(s) in registries/General/.ci/Treecheck/Treecheck.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", + "description": "9 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in KnotTheory.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], + "test_context": "test_only" + }, + { + "category": "DynamicCodeExecution", + "location": "KnotTheory.jl/src/backends/abstract.jl", + "file": "KnotTheory.jl/src/backends/abstract.jl", + "severity": "High", + "description": "eval/Meta.parse in KnotTheory.jl/src/backends/abstract.jl", + "recommended_attack": [ + "cpu", + "memory" + ], "test_context": "production" }, { @@ -176,22 +191,22 @@ "test_context": "production" }, { - "category": "ProofDrift", - "location": "Axiom.jl/test/test_invertible.jl", - "file": "Axiom.jl/test/test_invertible.jl", - "severity": "Medium", - "description": "6 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiom.jl/test/test_invertible.jl", + "category": "UnsafeCode", + "location": "Axiom.jl/ffi/zig/src/main.zig", + "file": "Axiom.jl/ffi/zig/src/main.zig", + "severity": "High", + "description": "1 unsafe pointer casts in Axiom.jl/ffi/zig/src/main.zig", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "ProofDrift", - "location": "Axiom.jl/test/runtests.jl", - "file": "Axiom.jl/test/runtests.jl", + "location": "Axiom.jl/packages/SMTLib.jl/test/runtests.jl", + "file": "Axiom.jl/packages/SMTLib.jl/test/runtests.jl", "severity": "Medium", - "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiom.jl/test/runtests.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiom.jl/packages/SMTLib.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -210,14 +225,15 @@ "test_context": "test_only" }, { - "category": "MutationGap", - "location": "Axiom.jl/test/ci/backend_parity.jl", - "file": "Axiom.jl/test/ci/backend_parity.jl", + "category": "ProofDrift", + "location": "Axiom.jl/test/runtests.jl", + "file": "Axiom.jl/test/runtests.jl", "severity": "Medium", - "description": "1 @test assertion(s) in Axiom.jl/test/ci/backend_parity.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", + "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiom.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { @@ -234,10 +250,10 @@ }, { "category": "ProofDrift", - "location": "Axiom.jl/test/ci/math_required_mode.jl", - "file": "Axiom.jl/test/ci/math_required_mode.jl", + "location": "Axiom.jl/test/ci/tpu_required_mode.jl", + "file": "Axiom.jl/test/ci/tpu_required_mode.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiom.jl/test/ci/math_required_mode.jl", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiom.jl/test/ci/tpu_required_mode.jl", "recommended_attack": [ "cpu" ], @@ -246,33 +262,33 @@ }, { "category": "ProofDrift", - "location": "Axiom.jl/test/ci/optimization_passes.jl", - "file": "Axiom.jl/test/ci/optimization_passes.jl", + "location": "Axiom.jl/test/ci/npu_required_mode.jl", + "file": "Axiom.jl/test/ci/npu_required_mode.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiom.jl/test/ci/optimization_passes.jl", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiom.jl/test/ci/npu_required_mode.jl", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "ProofDrift", - "location": "Axiom.jl/test/ci/dsp_required_mode.jl", - "file": "Axiom.jl/test/ci/dsp_required_mode.jl", + "category": "MutationGap", + "location": "Axiom.jl/test/ci/backend_parity.jl", + "file": "Axiom.jl/test/ci/backend_parity.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiom.jl/test/ci/dsp_required_mode.jl", + "description": "1 @test assertion(s) in Axiom.jl/test/ci/backend_parity.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "ProofDrift", - "location": "Axiom.jl/test/ci/tpu_required_mode.jl", - "file": "Axiom.jl/test/ci/tpu_required_mode.jl", + "location": "Axiom.jl/test/ci/math_required_mode.jl", + "file": "Axiom.jl/test/ci/math_required_mode.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiom.jl/test/ci/tpu_required_mode.jl", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiom.jl/test/ci/math_required_mode.jl", "recommended_attack": [ "cpu" ], @@ -304,16 +320,38 @@ }, { "category": "ProofDrift", - "location": "Axiom.jl/test/ci/npu_required_mode.jl", - "file": "Axiom.jl/test/ci/npu_required_mode.jl", + "location": "Axiom.jl/test/ci/dsp_required_mode.jl", + "file": "Axiom.jl/test/ci/dsp_required_mode.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiom.jl/test/ci/npu_required_mode.jl", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiom.jl/test/ci/dsp_required_mode.jl", "recommended_attack": [ "cpu" ], "suppressed": true, "test_context": "test_only" }, + { + "category": "ProofDrift", + "location": "Axiom.jl/test/ci/optimization_passes.jl", + "file": "Axiom.jl/test/ci/optimization_passes.jl", + "severity": "Medium", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiom.jl/test/ci/optimization_passes.jl", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "ProofDrift", + "location": "Axiom.jl/test/test_invertible.jl", + "file": "Axiom.jl/test/test_invertible.jl", + "severity": "Medium", + "description": "6 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiom.jl/test/test_invertible.jl", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, { "category": "InputBoundary", "location": "Axiom.jl/src/verification/serialization.jl", @@ -336,35 +374,12 @@ ], "test_context": "production" }, - { - "category": "UnsafeCode", - "location": "Axiom.jl/ffi/zig/src/main.zig", - "file": "Axiom.jl/ffi/zig/src/main.zig", - "severity": "High", - "description": "1 unsafe pointer casts in Axiom.jl/ffi/zig/src/main.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "ProofDrift", - "location": "Axiom.jl/packages/SMTLib.jl/test/runtests.jl", - "file": "Axiom.jl/packages/SMTLib.jl/test/runtests.jl", + "location": "Causals.jl/test/runtests.jl", + "file": "Causals.jl/test/runtests.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiom.jl/packages/SMTLib.jl/test/runtests.jl", - "recommended_attack": [ - "cpu" - ], - "suppressed": true, - "test_context": "test_only" - }, - { - "category": "ProofDrift", - "location": "PolyglotFormalisms.jl/test/conditional_tests.jl", - "file": "PolyglotFormalisms.jl/test/conditional_tests.jl", - "severity": "Medium", - "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in PolyglotFormalisms.jl/test/conditional_tests.jl", + "description": "5 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Causals.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -372,10 +387,10 @@ }, { "category": "DynamicCodeExecution", - "location": "PolyglotFormalisms.jl/src/coprocessors/npu.jl", - "file": "PolyglotFormalisms.jl/src/coprocessors/npu.jl", + "location": "Causals.jl/src/backends/abstract.jl", + "file": "Causals.jl/src/backends/abstract.jl", "severity": "High", - "description": "eval/Meta.parse in PolyglotFormalisms.jl/src/coprocessors/npu.jl", + "description": "eval/Meta.parse in Causals.jl/src/backends/abstract.jl", "recommended_attack": [ "cpu", "memory" @@ -383,35 +398,34 @@ "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "PolyglotFormalisms.jl/src/coprocessors/math.jl", - "file": "PolyglotFormalisms.jl/src/coprocessors/math.jl", - "severity": "High", - "description": "eval/Meta.parse in PolyglotFormalisms.jl/src/coprocessors/math.jl", + "category": "ProofDrift", + "location": "BowtieRisk.jl/test/runtests.jl", + "file": "BowtieRisk.jl/test/runtests.jl", + "severity": "Medium", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in BowtieRisk.jl/test/runtests.jl", "recommended_attack": [ - "cpu", - "memory" + "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "DynamicCodeExecution", - "location": "PolyglotFormalisms.jl/src/coprocessors/fpga.jl", - "file": "PolyglotFormalisms.jl/src/coprocessors/fpga.jl", - "severity": "High", - "description": "eval/Meta.parse in PolyglotFormalisms.jl/src/coprocessors/fpga.jl", + "category": "InputBoundary", + "location": "BowtieRisk.jl/src/BowtieRisk.jl", + "file": "BowtieRisk.jl/src/BowtieRisk.jl", + "severity": "Medium", + "description": "1 JSON3.read/JSON.parse call(s) with 0 try block(s) in BowtieRisk.jl/src/BowtieRisk.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ - "cpu", - "memory" + "cpu" ], "test_context": "production" }, { "category": "DynamicCodeExecution", - "location": "PolyglotFormalisms.jl/src/coprocessors/qpu.jl", - "file": "PolyglotFormalisms.jl/src/coprocessors/qpu.jl", + "location": "BowtieRisk.jl/src/backends/abstract.jl", + "file": "BowtieRisk.jl/src/backends/abstract.jl", "severity": "High", - "description": "eval/Meta.parse in PolyglotFormalisms.jl/src/coprocessors/qpu.jl", + "description": "eval/Meta.parse in BowtieRisk.jl/src/backends/abstract.jl", "recommended_attack": [ "cpu", "memory" @@ -419,23 +433,22 @@ "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "PolyglotFormalisms.jl/src/coprocessors/tpu.jl", - "file": "PolyglotFormalisms.jl/src/coprocessors/tpu.jl", - "severity": "High", - "description": "eval/Meta.parse in PolyglotFormalisms.jl/src/coprocessors/tpu.jl", + "category": "ProofDrift", + "location": "Cladistics.jl/test/runtests.jl", + "file": "Cladistics.jl/test/runtests.jl", + "severity": "Medium", + "description": "5 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Cladistics.jl/test/runtests.jl", "recommended_attack": [ - "cpu", - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "DynamicCodeExecution", - "location": "PolyglotFormalisms.jl/src/coprocessors/crypto.jl", - "file": "PolyglotFormalisms.jl/src/coprocessors/crypto.jl", + "location": "HackenbushGames.jl/src/backends/abstract.jl", + "file": "HackenbushGames.jl/src/backends/abstract.jl", "severity": "High", - "description": "eval/Meta.parse in PolyglotFormalisms.jl/src/coprocessors/crypto.jl", + "description": "eval/Meta.parse in HackenbushGames.jl/src/backends/abstract.jl", "recommended_attack": [ "cpu", "memory" @@ -444,10 +457,10 @@ }, { "category": "DynamicCodeExecution", - "location": "PolyglotFormalisms.jl/src/backends/abstract.jl", - "file": "PolyglotFormalisms.jl/src/backends/abstract.jl", + "location": "HackenbushGames.jl/src/HackenbushGames.jl", + "file": "HackenbushGames.jl/src/HackenbushGames.jl", "severity": "High", - "description": "eval/Meta.parse in PolyglotFormalisms.jl/src/backends/abstract.jl", + "description": "eval/Meta.parse in HackenbushGames.jl/src/HackenbushGames.jl", "recommended_attack": [ "cpu", "memory" @@ -455,34 +468,23 @@ "test_context": "production" }, { - "category": "ProofDrift", - "location": "ProvenCrypto.jl/test/runtests.jl", - "file": "ProvenCrypto.jl/test/runtests.jl", + "category": "MutationGap", + "location": "packages/Hyperpolymath.jl/test/runtests.jl", + "file": "packages/Hyperpolymath.jl/test/runtests.jl", "severity": "Medium", - "description": "21 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in ProvenCrypto.jl/test/runtests.jl", + "description": "13 @test assertion(s) in packages/Hyperpolymath.jl/test/runtests.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", "recommended_attack": [ "cpu" ], "suppressed": true, "test_context": "test_only" }, - { - "category": "UnsafeFFI", - "location": "ProvenCrypto.jl/src/primitives/ffi_wrappers.jl", - "file": "ProvenCrypto.jl/src/primitives/ffi_wrappers.jl", - "severity": "Medium", - "description": "4 ccall/FFI calls in ProvenCrypto.jl/src/primitives/ffi_wrappers.jl", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "ProofDrift", - "location": "Cladistics.jl/test/runtests.jl", - "file": "Cladistics.jl/test/runtests.jl", + "location": "packages/ZeroProb.jl/test/test_coverage_gaps.jl", + "file": "packages/ZeroProb.jl/test/test_coverage_gaps.jl", "severity": "Medium", - "description": "5 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Cladistics.jl/test/runtests.jl", + "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/ZeroProb.jl/test/test_coverage_gaps.jl", "recommended_attack": [ "cpu" ], @@ -490,33 +492,33 @@ }, { "category": "ProofDrift", - "location": "packages/FirmwareAudit.jl/test/runtests.jl", - "file": "packages/FirmwareAudit.jl/test/runtests.jl", + "location": "packages/ZeroProb.jl/test/test_new_types.jl", + "file": "packages/ZeroProb.jl/test/test_new_types.jl", "severity": "Medium", - "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/FirmwareAudit.jl/test/runtests.jl", + "description": "6 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/ZeroProb.jl/test/test_new_types.jl", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { - "category": "ProofDrift", - "location": "packages/HardwareResilience.jl/test/runtests.jl", - "file": "packages/HardwareResilience.jl/test/runtests.jl", - "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/HardwareResilience.jl/test/runtests.jl", + "category": "DynamicCodeExecution", + "location": "packages/ZeroProb.jl/src/backends/abstract.jl", + "file": "packages/ZeroProb.jl/src/backends/abstract.jl", + "severity": "High", + "description": "eval/Meta.parse in packages/ZeroProb.jl/src/backends/abstract.jl", "recommended_attack": [ - "cpu" + "cpu", + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "ProofDrift", - "location": "packages/ZeroProb.jl/test/test_new_types.jl", - "file": "packages/ZeroProb.jl/test/test_new_types.jl", + "location": "packages/ShellIntegration.jl/test/runtests.jl", + "file": "packages/ShellIntegration.jl/test/runtests.jl", "severity": "Medium", - "description": "6 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/ZeroProb.jl/test/test_new_types.jl", + "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/ShellIntegration.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -524,10 +526,10 @@ }, { "category": "ProofDrift", - "location": "packages/ZeroProb.jl/test/test_coverage_gaps.jl", - "file": "packages/ZeroProb.jl/test/test_coverage_gaps.jl", + "location": "packages/PolyglotFormalisms.jl/test/conditional_tests.jl", + "file": "packages/PolyglotFormalisms.jl/test/conditional_tests.jl", "severity": "Medium", - "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/ZeroProb.jl/test/test_coverage_gaps.jl", + "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/PolyglotFormalisms.jl/test/conditional_tests.jl", "recommended_attack": [ "cpu" ], @@ -535,10 +537,10 @@ }, { "category": "DynamicCodeExecution", - "location": "packages/ZeroProb.jl/src/backends/abstract.jl", - "file": "packages/ZeroProb.jl/src/backends/abstract.jl", + "location": "packages/PolyglotFormalisms.jl/src/backends/abstract.jl", + "file": "packages/PolyglotFormalisms.jl/src/backends/abstract.jl", "severity": "High", - "description": "eval/Meta.parse in packages/ZeroProb.jl/src/backends/abstract.jl", + "description": "eval/Meta.parse in packages/PolyglotFormalisms.jl/src/backends/abstract.jl", "recommended_attack": [ "cpu", "memory" @@ -546,33 +548,35 @@ "test_context": "production" }, { - "category": "InputBoundary", - "location": "packages/SoftwareSovereign.jl/gnome-extension/extension.js", - "file": "packages/SoftwareSovereign.jl/gnome-extension/extension.js", - "severity": "Medium", - "description": "1 JSON.parse call(s) with 0 try block(s) in packages/SoftwareSovereign.jl/gnome-extension/extension.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "category": "DynamicCodeExecution", + "location": "packages/PolyglotFormalisms.jl/src/coprocessors/npu.jl", + "file": "packages/PolyglotFormalisms.jl/src/coprocessors/npu.jl", + "severity": "High", + "description": "eval/Meta.parse in packages/PolyglotFormalisms.jl/src/coprocessors/npu.jl", "recommended_attack": [ - "cpu" + "cpu", + "memory" ], "test_context": "production" }, { - "category": "ProofDrift", - "location": "packages/SoftwareSovereign.jl/test/runtests.jl", - "file": "packages/SoftwareSovereign.jl/test/runtests.jl", - "severity": "Medium", - "description": "8 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/SoftwareSovereign.jl/test/runtests.jl", + "category": "DynamicCodeExecution", + "location": "packages/PolyglotFormalisms.jl/src/coprocessors/math.jl", + "file": "packages/PolyglotFormalisms.jl/src/coprocessors/math.jl", + "severity": "High", + "description": "eval/Meta.parse in packages/PolyglotFormalisms.jl/src/coprocessors/math.jl", "recommended_attack": [ - "cpu" + "cpu", + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "DynamicCodeExecution", - "location": "packages/HackenbushGames.jl/src/HackenbushGames.jl", - "file": "packages/HackenbushGames.jl/src/HackenbushGames.jl", + "location": "packages/PolyglotFormalisms.jl/src/coprocessors/fpga.jl", + "file": "packages/PolyglotFormalisms.jl/src/coprocessors/fpga.jl", "severity": "High", - "description": "eval/Meta.parse in packages/HackenbushGames.jl/src/HackenbushGames.jl", + "description": "eval/Meta.parse in packages/PolyglotFormalisms.jl/src/coprocessors/fpga.jl", "recommended_attack": [ "cpu", "memory" @@ -581,10 +585,10 @@ }, { "category": "DynamicCodeExecution", - "location": "packages/HackenbushGames.jl/src/backends/abstract.jl", - "file": "packages/HackenbushGames.jl/src/backends/abstract.jl", + "location": "packages/PolyglotFormalisms.jl/src/coprocessors/tpu.jl", + "file": "packages/PolyglotFormalisms.jl/src/coprocessors/tpu.jl", "severity": "High", - "description": "eval/Meta.parse in packages/HackenbushGames.jl/src/backends/abstract.jl", + "description": "eval/Meta.parse in packages/PolyglotFormalisms.jl/src/coprocessors/tpu.jl", "recommended_attack": [ "cpu", "memory" @@ -592,50 +596,40 @@ "test_context": "production" }, { - "category": "ProofDrift", - "location": "packages/InvestigativeJournalism.jl/test/runtests.jl", - "file": "packages/InvestigativeJournalism.jl/test/runtests.jl", - "severity": "Medium", - "description": "27 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/InvestigativeJournalism.jl/test/runtests.jl", + "category": "DynamicCodeExecution", + "location": "packages/PolyglotFormalisms.jl/src/coprocessors/crypto.jl", + "file": "packages/PolyglotFormalisms.jl/src/coprocessors/crypto.jl", + "severity": "High", + "description": "eval/Meta.parse in packages/PolyglotFormalisms.jl/src/coprocessors/crypto.jl", "recommended_attack": [ - "cpu" + "cpu", + "memory" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "ProofDrift", - "location": "packages/TradeUnionism.jl/test/runtests.jl", - "file": "packages/TradeUnionism.jl/test/runtests.jl", - "severity": "Medium", - "description": "24 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/TradeUnionism.jl/test/runtests.jl", + "category": "DynamicCodeExecution", + "location": "packages/PolyglotFormalisms.jl/src/coprocessors/qpu.jl", + "file": "packages/PolyglotFormalisms.jl/src/coprocessors/qpu.jl", + "severity": "High", + "description": "eval/Meta.parse in packages/PolyglotFormalisms.jl/src/coprocessors/qpu.jl", "recommended_attack": [ - "cpu" + "cpu", + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "ProofDrift", - "location": "packages/Lithoglyph.jl/test/runtests.jl", - "file": "packages/Lithoglyph.jl/test/runtests.jl", + "location": "packages/HardwareResilience.jl/test/runtests.jl", + "file": "packages/HardwareResilience.jl/test/runtests.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Lithoglyph.jl/test/runtests.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/HardwareResilience.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, - { - "category": "UnsafeFFI", - "location": "packages/Lithoglyph.jl/src/Lithoglyph.jl", - "file": "packages/Lithoglyph.jl/src/Lithoglyph.jl", - "severity": "Medium", - "description": "1 ccall/FFI calls in packages/Lithoglyph.jl/src/Lithoglyph.jl", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "ProofDrift", "location": "packages/KnotTheory.jl/test/runtests.jl", @@ -660,56 +654,46 @@ "test_context": "production" }, { - "category": "ProofDrift", - "location": "packages/Causals.jl/test/runtests.jl", - "file": "packages/Causals.jl/test/runtests.jl", - "severity": "Medium", - "description": "5 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Causals.jl/test/runtests.jl", + "category": "DynamicCodeExecution", + "location": "packages/Axiom.jl/benchmark/pytorch_bench.py", + "file": "packages/Axiom.jl/benchmark/pytorch_bench.py", + "severity": "Critical", + "description": "Dynamic code execution (eval/exec) in packages/Axiom.jl/benchmark/pytorch_bench.py", "recommended_attack": [ - "cpu" + "cpu", + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "packages/Causals.jl/src/backends/abstract.jl", - "file": "packages/Causals.jl/src/backends/abstract.jl", + "category": "UnsafeCode", + "location": "packages/Axiom.jl/ffi/zig/src/main.zig", + "file": "packages/Axiom.jl/ffi/zig/src/main.zig", "severity": "High", - "description": "eval/Meta.parse in packages/Causals.jl/src/backends/abstract.jl", + "description": "1 unsafe pointer casts in packages/Axiom.jl/ffi/zig/src/main.zig", "recommended_attack": [ - "cpu", "memory" ], "test_context": "production" }, - { - "category": "InputBoundary", - "location": "packages/Exnovation.jl/examples/02_portfolio_management.jl", - "file": "packages/Exnovation.jl/examples/02_portfolio_management.jl", - "severity": "Medium", - "description": "1 JSON3.read/JSON.parse call(s) with 0 try block(s) in packages/Exnovation.jl/examples/02_portfolio_management.jl — these throw on malformed input; wrap in try/catch", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, { "category": "ProofDrift", - "location": "packages/Exnovation.jl/test/runtests.jl", - "file": "packages/Exnovation.jl/test/runtests.jl", + "location": "packages/Axiom.jl/packages/SMTLib.jl/test/runtests.jl", + "file": "packages/Axiom.jl/packages/SMTLib.jl/test/runtests.jl", "severity": "Medium", - "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Exnovation.jl/test/runtests.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/packages/SMTLib.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "ProofDrift", - "location": "packages/Axiology.jl/test/runtests.jl", - "file": "packages/Axiology.jl/test/runtests.jl", + "category": "InputBoundary", + "location": "packages/Axiom.jl/test/verification/serialization_tests.jl", + "file": "packages/Axiom.jl/test/verification/serialization_tests.jl", "severity": "Medium", - "description": "12 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiology.jl/test/runtests.jl", + "description": "1 JSON3.read/JSON.parse call(s) with 0 try block(s) in packages/Axiom.jl/test/verification/serialization_tests.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ "cpu" ], @@ -717,56 +701,34 @@ }, { "category": "ProofDrift", - "location": "packages/AcceleratorGate.jl/test/runtests.jl", - "file": "packages/AcceleratorGate.jl/test/runtests.jl", + "location": "packages/Axiom.jl/test/runtests.jl", + "file": "packages/Axiom.jl/test/runtests.jl", "severity": "Medium", - "description": "45 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/AcceleratorGate.jl/test/runtests.jl", + "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, - { - "category": "DynamicCodeExecution", - "location": "packages/AcceleratorGate.jl/src/AcceleratorGate.jl", - "file": "packages/AcceleratorGate.jl/src/AcceleratorGate.jl", - "severity": "High", - "description": "eval/Meta.parse in packages/AcceleratorGate.jl/src/AcceleratorGate.jl", - "recommended_attack": [ - "cpu", - "memory" - ], - "test_context": "production" - }, - { - "category": "DynamicCodeExecution", - "location": "packages/Axiom.jl/benchmark/pytorch_bench.py", - "file": "packages/Axiom.jl/benchmark/pytorch_bench.py", - "severity": "Critical", - "description": "Dynamic code execution (eval/exec) in packages/Axiom.jl/benchmark/pytorch_bench.py", - "recommended_attack": [ - "cpu", - "memory" - ], - "test_context": "production" - }, { "category": "ProofDrift", - "location": "packages/Axiom.jl/test/test_invertible.jl", - "file": "packages/Axiom.jl/test/test_invertible.jl", + "location": "packages/Axiom.jl/test/ci/interop_smoke.jl", + "file": "packages/Axiom.jl/test/ci/interop_smoke.jl", "severity": "Medium", - "description": "6 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/test_invertible.jl", + "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/ci/interop_smoke.jl", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "ProofDrift", - "location": "packages/Axiom.jl/test/runtests.jl", - "file": "packages/Axiom.jl/test/runtests.jl", + "location": "packages/Axiom.jl/test/ci/tpu_required_mode.jl", + "file": "packages/Axiom.jl/test/ci/tpu_required_mode.jl", "severity": "Medium", - "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/runtests.jl", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/ci/tpu_required_mode.jl", "recommended_attack": [ "cpu" ], @@ -774,14 +736,15 @@ "test_context": "test_only" }, { - "category": "InputBoundary", - "location": "packages/Axiom.jl/test/verification/serialization_tests.jl", - "file": "packages/Axiom.jl/test/verification/serialization_tests.jl", + "category": "ProofDrift", + "location": "packages/Axiom.jl/test/ci/npu_required_mode.jl", + "file": "packages/Axiom.jl/test/ci/npu_required_mode.jl", "severity": "Medium", - "description": "1 JSON3.read/JSON.parse call(s) with 0 try block(s) in packages/Axiom.jl/test/verification/serialization_tests.jl — these throw on malformed input; wrap in try/catch", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/ci/npu_required_mode.jl", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { @@ -795,18 +758,6 @@ ], "test_context": "test_only" }, - { - "category": "ProofDrift", - "location": "packages/Axiom.jl/test/ci/interop_smoke.jl", - "file": "packages/Axiom.jl/test/ci/interop_smoke.jl", - "severity": "Medium", - "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/ci/interop_smoke.jl", - "recommended_attack": [ - "cpu" - ], - "suppressed": true, - "test_context": "test_only" - }, { "category": "ProofDrift", "location": "packages/Axiom.jl/test/ci/math_required_mode.jl", @@ -821,10 +772,10 @@ }, { "category": "ProofDrift", - "location": "packages/Axiom.jl/test/ci/optimization_passes.jl", - "file": "packages/Axiom.jl/test/ci/optimization_passes.jl", + "location": "packages/Axiom.jl/test/ci/coprocessor_strategy.jl", + "file": "packages/Axiom.jl/test/ci/coprocessor_strategy.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/ci/optimization_passes.jl", + "description": "8 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/ci/coprocessor_strategy.jl", "recommended_attack": [ "cpu" ], @@ -832,10 +783,10 @@ }, { "category": "ProofDrift", - "location": "packages/Axiom.jl/test/ci/dsp_required_mode.jl", - "file": "packages/Axiom.jl/test/ci/dsp_required_mode.jl", + "location": "packages/Axiom.jl/test/ci/coprocessor_resilience.jl", + "file": "packages/Axiom.jl/test/ci/coprocessor_resilience.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/ci/dsp_required_mode.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/ci/coprocessor_resilience.jl", "recommended_attack": [ "cpu" ], @@ -844,10 +795,10 @@ }, { "category": "ProofDrift", - "location": "packages/Axiom.jl/test/ci/tpu_required_mode.jl", - "file": "packages/Axiom.jl/test/ci/tpu_required_mode.jl", + "location": "packages/Axiom.jl/test/ci/dsp_required_mode.jl", + "file": "packages/Axiom.jl/test/ci/dsp_required_mode.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/ci/tpu_required_mode.jl", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/ci/dsp_required_mode.jl", "recommended_attack": [ "cpu" ], @@ -856,37 +807,24 @@ }, { "category": "ProofDrift", - "location": "packages/Axiom.jl/test/ci/coprocessor_strategy.jl", - "file": "packages/Axiom.jl/test/ci/coprocessor_strategy.jl", - "severity": "Medium", - "description": "8 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/ci/coprocessor_strategy.jl", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "ProofDrift", - "location": "packages/Axiom.jl/test/ci/coprocessor_resilience.jl", - "file": "packages/Axiom.jl/test/ci/coprocessor_resilience.jl", + "location": "packages/Axiom.jl/test/ci/optimization_passes.jl", + "file": "packages/Axiom.jl/test/ci/optimization_passes.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/ci/coprocessor_resilience.jl", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/ci/optimization_passes.jl", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "ProofDrift", - "location": "packages/Axiom.jl/test/ci/npu_required_mode.jl", - "file": "packages/Axiom.jl/test/ci/npu_required_mode.jl", + "location": "packages/Axiom.jl/test/test_invertible.jl", + "file": "packages/Axiom.jl/test/test_invertible.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/ci/npu_required_mode.jl", + "description": "6 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/test/test_invertible.jl", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { @@ -911,35 +849,35 @@ ], "test_context": "production" }, - { - "category": "UnsafeCode", - "location": "packages/Axiom.jl/ffi/zig/src/main.zig", - "file": "packages/Axiom.jl/ffi/zig/src/main.zig", - "severity": "High", - "description": "1 unsafe pointer casts in packages/Axiom.jl/ffi/zig/src/main.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "ProofDrift", - "location": "packages/Axiom.jl/packages/SMTLib.jl/test/runtests.jl", - "file": "packages/Axiom.jl/packages/SMTLib.jl/test/runtests.jl", + "location": "packages/Causals.jl/test/runtests.jl", + "file": "packages/Causals.jl/test/runtests.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiom.jl/packages/SMTLib.jl/test/runtests.jl", + "description": "5 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Causals.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, + { + "category": "DynamicCodeExecution", + "location": "packages/Causals.jl/src/backends/abstract.jl", + "file": "packages/Causals.jl/src/backends/abstract.jl", + "severity": "High", + "description": "eval/Meta.parse in packages/Causals.jl/src/backends/abstract.jl", + "recommended_attack": [ + "cpu", + "memory" + ], + "test_context": "production" + }, { "category": "ProofDrift", - "location": "packages/ViableSystems.jl/test/runtests.jl", - "file": "packages/ViableSystems.jl/test/runtests.jl", + "location": "packages/PRComms.jl/test/runtests.jl", + "file": "packages/PRComms.jl/test/runtests.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/ViableSystems.jl/test/runtests.jl", + "description": "28 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/PRComms.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -947,48 +885,37 @@ }, { "category": "ProofDrift", - "location": "packages/Skein.jl/test/runtests.jl", - "file": "packages/Skein.jl/test/runtests.jl", + "location": "packages/AcceleratorGate.jl/test/runtests.jl", + "file": "packages/AcceleratorGate.jl/test/runtests.jl", "severity": "Medium", - "description": "9 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Skein.jl/test/runtests.jl", + "description": "45 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/AcceleratorGate.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "DynamicCodeExecution", - "location": "packages/Skein.jl/src/backends/abstract.jl", - "file": "packages/Skein.jl/src/backends/abstract.jl", + "location": "packages/AcceleratorGate.jl/src/AcceleratorGate.jl", + "file": "packages/AcceleratorGate.jl/src/AcceleratorGate.jl", "severity": "High", - "description": "eval/Meta.parse in packages/Skein.jl/src/backends/abstract.jl", + "description": "eval/Meta.parse in packages/AcceleratorGate.jl/src/AcceleratorGate.jl", "recommended_attack": [ "cpu", "memory" ], "test_context": "production" }, - { - "category": "UnsafeFFI", - "location": "packages/Skein.jl/ffi/zig/src/main.zig", - "file": "packages/Skein.jl/ffi/zig/src/main.zig", - "severity": "High", - "description": "1 C interop imports in packages/Skein.jl/ffi/zig/src/main.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "ProofDrift", - "location": "packages/MacroPower.jl/test/runtests.jl", - "file": "packages/MacroPower.jl/test/runtests.jl", + "location": "packages/FirmwareAudit.jl/test/runtests.jl", + "file": "packages/FirmwareAudit.jl/test/runtests.jl", "severity": "Medium", - "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/MacroPower.jl/test/runtests.jl", + "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/FirmwareAudit.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { @@ -1004,45 +931,44 @@ }, { "category": "ProofDrift", - "location": "packages/PolyglotFormalisms.jl/test/conditional_tests.jl", - "file": "packages/PolyglotFormalisms.jl/test/conditional_tests.jl", + "location": "packages/TradeUnionism.jl/test/runtests.jl", + "file": "packages/TradeUnionism.jl/test/runtests.jl", "severity": "Medium", - "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/PolyglotFormalisms.jl/test/conditional_tests.jl", + "description": "24 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/TradeUnionism.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "DynamicCodeExecution", - "location": "packages/PolyglotFormalisms.jl/src/coprocessors/npu.jl", - "file": "packages/PolyglotFormalisms.jl/src/coprocessors/npu.jl", - "severity": "High", - "description": "eval/Meta.parse in packages/PolyglotFormalisms.jl/src/coprocessors/npu.jl", + "category": "ProofDrift", + "location": "packages/BowtieRisk.jl/test/runtests.jl", + "file": "packages/BowtieRisk.jl/test/runtests.jl", + "severity": "Medium", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/BowtieRisk.jl/test/runtests.jl", "recommended_attack": [ - "cpu", - "memory" + "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "DynamicCodeExecution", - "location": "packages/PolyglotFormalisms.jl/src/coprocessors/math.jl", - "file": "packages/PolyglotFormalisms.jl/src/coprocessors/math.jl", - "severity": "High", - "description": "eval/Meta.parse in packages/PolyglotFormalisms.jl/src/coprocessors/math.jl", + "category": "InputBoundary", + "location": "packages/BowtieRisk.jl/src/BowtieRisk.jl", + "file": "packages/BowtieRisk.jl/src/BowtieRisk.jl", + "severity": "Medium", + "description": "1 JSON3.read/JSON.parse call(s) with 0 try block(s) in packages/BowtieRisk.jl/src/BowtieRisk.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ - "cpu", - "memory" + "cpu" ], "test_context": "production" }, { "category": "DynamicCodeExecution", - "location": "packages/PolyglotFormalisms.jl/src/coprocessors/fpga.jl", - "file": "packages/PolyglotFormalisms.jl/src/coprocessors/fpga.jl", + "location": "packages/BowtieRisk.jl/src/backends/abstract.jl", + "file": "packages/BowtieRisk.jl/src/backends/abstract.jl", "severity": "High", - "description": "eval/Meta.parse in packages/PolyglotFormalisms.jl/src/coprocessors/fpga.jl", + "description": "eval/Meta.parse in packages/BowtieRisk.jl/src/backends/abstract.jl", "recommended_attack": [ "cpu", "memory" @@ -1050,35 +976,44 @@ "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "packages/PolyglotFormalisms.jl/src/coprocessors/qpu.jl", - "file": "packages/PolyglotFormalisms.jl/src/coprocessors/qpu.jl", - "severity": "High", - "description": "eval/Meta.parse in packages/PolyglotFormalisms.jl/src/coprocessors/qpu.jl", + "category": "ProofDrift", + "location": "packages/Cladistics.jl/test/runtests.jl", + "file": "packages/Cladistics.jl/test/runtests.jl", + "severity": "Medium", + "description": "5 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Cladistics.jl/test/runtests.jl", "recommended_attack": [ - "cpu", - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "DynamicCodeExecution", - "location": "packages/PolyglotFormalisms.jl/src/coprocessors/tpu.jl", - "file": "packages/PolyglotFormalisms.jl/src/coprocessors/tpu.jl", - "severity": "High", - "description": "eval/Meta.parse in packages/PolyglotFormalisms.jl/src/coprocessors/tpu.jl", + "category": "ProofDrift", + "location": "packages/Lithoglyph.jl/test/runtests.jl", + "file": "packages/Lithoglyph.jl/test/runtests.jl", + "severity": "Medium", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Lithoglyph.jl/test/runtests.jl", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "UnsafeFFI", + "location": "packages/Lithoglyph.jl/src/Lithoglyph.jl", + "file": "packages/Lithoglyph.jl/src/Lithoglyph.jl", + "severity": "Medium", + "description": "1 ccall/FFI calls in packages/Lithoglyph.jl/src/Lithoglyph.jl", "recommended_attack": [ - "cpu", "memory" ], "test_context": "production" }, { "category": "DynamicCodeExecution", - "location": "packages/PolyglotFormalisms.jl/src/coprocessors/crypto.jl", - "file": "packages/PolyglotFormalisms.jl/src/coprocessors/crypto.jl", + "location": "packages/HackenbushGames.jl/src/backends/abstract.jl", + "file": "packages/HackenbushGames.jl/src/backends/abstract.jl", "severity": "High", - "description": "eval/Meta.parse in packages/PolyglotFormalisms.jl/src/coprocessors/crypto.jl", + "description": "eval/Meta.parse in packages/HackenbushGames.jl/src/backends/abstract.jl", "recommended_attack": [ "cpu", "memory" @@ -1087,10 +1022,10 @@ }, { "category": "DynamicCodeExecution", - "location": "packages/PolyglotFormalisms.jl/src/backends/abstract.jl", - "file": "packages/PolyglotFormalisms.jl/src/backends/abstract.jl", + "location": "packages/HackenbushGames.jl/src/HackenbushGames.jl", + "file": "packages/HackenbushGames.jl/src/HackenbushGames.jl", "severity": "High", - "description": "eval/Meta.parse in packages/PolyglotFormalisms.jl/src/backends/abstract.jl", + "description": "eval/Meta.parse in packages/HackenbushGames.jl/src/HackenbushGames.jl", "recommended_attack": [ "cpu", "memory" @@ -1099,10 +1034,10 @@ }, { "category": "ProofDrift", - "location": "packages/LowLevel.jl/test/runtests.jl", - "file": "packages/LowLevel.jl/test/runtests.jl", + "location": "packages/ViableSystems.jl/test/runtests.jl", + "file": "packages/ViableSystems.jl/test/runtests.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/LowLevel.jl/test/runtests.jl", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/ViableSystems.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -1110,10 +1045,10 @@ }, { "category": "ProofDrift", - "location": "packages/PRComms.jl/test/runtests.jl", - "file": "packages/PRComms.jl/test/runtests.jl", + "location": "packages/MinixSDK.jl/test/runtests.jl", + "file": "packages/MinixSDK.jl/test/runtests.jl", "severity": "Medium", - "description": "28 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/PRComms.jl/test/runtests.jl", + "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/MinixSDK.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -1121,10 +1056,10 @@ }, { "category": "ProofDrift", - "location": "packages/ProvenCrypto.jl/test/runtests.jl", - "file": "packages/ProvenCrypto.jl/test/runtests.jl", + "location": "packages/InvestigativeJournalism.jl/test/runtests.jl", + "file": "packages/InvestigativeJournalism.jl/test/runtests.jl", "severity": "Medium", - "description": "21 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/ProvenCrypto.jl/test/runtests.jl", + "description": "27 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/InvestigativeJournalism.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -1132,45 +1067,22 @@ "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "packages/ProvenCrypto.jl/src/primitives/ffi_wrappers.jl", - "file": "packages/ProvenCrypto.jl/src/primitives/ffi_wrappers.jl", - "severity": "Medium", - "description": "4 ccall/FFI calls in packages/ProvenCrypto.jl/src/primitives/ffi_wrappers.jl", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "ProofDrift", - "location": "packages/Cladistics.jl/test/runtests.jl", - "file": "packages/Cladistics.jl/test/runtests.jl", - "severity": "Medium", - "description": "5 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Cladistics.jl/test/runtests.jl", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "packages/Hyperpolymath.jl/test/runtests.jl", - "file": "packages/Hyperpolymath.jl/test/runtests.jl", + "category": "InputBoundary", + "location": "packages/SoftwareSovereign.jl/gnome-extension/extension.js", + "file": "packages/SoftwareSovereign.jl/gnome-extension/extension.js", "severity": "Medium", - "description": "13 @test assertion(s) in packages/Hyperpolymath.jl/test/runtests.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", + "description": "1 JSON.parse call(s) with 0 try block(s) in packages/SoftwareSovereign.jl/gnome-extension/extension.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { "category": "ProofDrift", - "location": "packages/ShellIntegration.jl/test/runtests.jl", - "file": "packages/ShellIntegration.jl/test/runtests.jl", + "location": "packages/SoftwareSovereign.jl/test/runtests.jl", + "file": "packages/SoftwareSovereign.jl/test/runtests.jl", "severity": "Medium", - "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/ShellIntegration.jl/test/runtests.jl", + "description": "8 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/SoftwareSovereign.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -1188,11 +1100,11 @@ "test_context": "test_only" }, { - "category": "ProofDrift", - "location": "packages/SiliconCore.jl/test/runtests.jl", - "file": "packages/SiliconCore.jl/test/runtests.jl", + "category": "InputBoundary", + "location": "packages/Exnovation.jl/examples/02_portfolio_management.jl", + "file": "packages/Exnovation.jl/examples/02_portfolio_management.jl", "severity": "Medium", - "description": "11 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/SiliconCore.jl/test/runtests.jl", + "description": "1 JSON3.read/JSON.parse call(s) with 0 try block(s) in packages/Exnovation.jl/examples/02_portfolio_management.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ "cpu" ], @@ -1200,10 +1112,10 @@ }, { "category": "ProofDrift", - "location": "packages/MinixSDK.jl/test/runtests.jl", - "file": "packages/MinixSDK.jl/test/runtests.jl", + "location": "packages/Exnovation.jl/test/runtests.jl", + "file": "packages/Exnovation.jl/test/runtests.jl", "severity": "Medium", - "description": "4 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/MinixSDK.jl/test/runtests.jl", + "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Exnovation.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], @@ -1223,10 +1135,10 @@ }, { "category": "DynamicCodeExecution", - "location": "packages/SMTLib.jl/src/coprocessors/vpu.jl", - "file": "packages/SMTLib.jl/src/coprocessors/vpu.jl", + "location": "packages/SMTLib.jl/src/backends/abstract.jl", + "file": "packages/SMTLib.jl/src/backends/abstract.jl", "severity": "High", - "description": "eval/Meta.parse in packages/SMTLib.jl/src/coprocessors/vpu.jl", + "description": "eval/Meta.parse in packages/SMTLib.jl/src/backends/abstract.jl", "recommended_attack": [ "cpu", "memory" @@ -1247,10 +1159,10 @@ }, { "category": "DynamicCodeExecution", - "location": "packages/SMTLib.jl/src/coprocessors/dsp.jl", - "file": "packages/SMTLib.jl/src/coprocessors/dsp.jl", + "location": "packages/SMTLib.jl/src/coprocessors/math.jl", + "file": "packages/SMTLib.jl/src/coprocessors/math.jl", "severity": "High", - "description": "eval/Meta.parse in packages/SMTLib.jl/src/coprocessors/dsp.jl", + "description": "eval/Meta.parse in packages/SMTLib.jl/src/coprocessors/math.jl", "recommended_attack": [ "cpu", "memory" @@ -1259,10 +1171,10 @@ }, { "category": "DynamicCodeExecution", - "location": "packages/SMTLib.jl/src/coprocessors/math.jl", - "file": "packages/SMTLib.jl/src/coprocessors/math.jl", + "location": "packages/SMTLib.jl/src/coprocessors/tpu.jl", + "file": "packages/SMTLib.jl/src/coprocessors/tpu.jl", "severity": "High", - "description": "eval/Meta.parse in packages/SMTLib.jl/src/coprocessors/math.jl", + "description": "eval/Meta.parse in packages/SMTLib.jl/src/coprocessors/tpu.jl", "recommended_attack": [ "cpu", "memory" @@ -1271,10 +1183,10 @@ }, { "category": "DynamicCodeExecution", - "location": "packages/SMTLib.jl/src/coprocessors/tpu.jl", - "file": "packages/SMTLib.jl/src/coprocessors/tpu.jl", + "location": "packages/SMTLib.jl/src/coprocessors/dsp.jl", + "file": "packages/SMTLib.jl/src/coprocessors/dsp.jl", "severity": "High", - "description": "eval/Meta.parse in packages/SMTLib.jl/src/coprocessors/tpu.jl", + "description": "eval/Meta.parse in packages/SMTLib.jl/src/coprocessors/dsp.jl", "recommended_attack": [ "cpu", "memory" @@ -1283,10 +1195,10 @@ }, { "category": "DynamicCodeExecution", - "location": "packages/SMTLib.jl/src/backends/abstract.jl", - "file": "packages/SMTLib.jl/src/backends/abstract.jl", + "location": "packages/SMTLib.jl/src/coprocessors/vpu.jl", + "file": "packages/SMTLib.jl/src/coprocessors/vpu.jl", "severity": "High", - "description": "eval/Meta.parse in packages/SMTLib.jl/src/backends/abstract.jl", + "description": "eval/Meta.parse in packages/SMTLib.jl/src/coprocessors/vpu.jl", "recommended_attack": [ "cpu", "memory" @@ -1295,105 +1207,100 @@ }, { "category": "ProofDrift", - "location": "packages/BowtieRisk.jl/test/runtests.jl", - "file": "packages/BowtieRisk.jl/test/runtests.jl", + "location": "packages/MacroPower.jl/test/runtests.jl", + "file": "packages/MacroPower.jl/test/runtests.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/BowtieRisk.jl/test/runtests.jl", + "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/MacroPower.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { - "category": "InputBoundary", - "location": "packages/BowtieRisk.jl/src/BowtieRisk.jl", - "file": "packages/BowtieRisk.jl/src/BowtieRisk.jl", + "category": "ProofDrift", + "location": "packages/ProvenCrypto.jl/test/runtests.jl", + "file": "packages/ProvenCrypto.jl/test/runtests.jl", "severity": "Medium", - "description": "1 JSON3.read/JSON.parse call(s) with 0 try block(s) in packages/BowtieRisk.jl/src/BowtieRisk.jl — these throw on malformed input; wrap in try/catch", + "description": "21 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/ProvenCrypto.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "DynamicCodeExecution", - "location": "packages/BowtieRisk.jl/src/backends/abstract.jl", - "file": "packages/BowtieRisk.jl/src/backends/abstract.jl", - "severity": "High", - "description": "eval/Meta.parse in packages/BowtieRisk.jl/src/backends/abstract.jl", + "category": "UnsafeFFI", + "location": "packages/ProvenCrypto.jl/src/primitives/ffi_wrappers.jl", + "file": "packages/ProvenCrypto.jl/src/primitives/ffi_wrappers.jl", + "severity": "Medium", + "description": "4 ccall/FFI calls in packages/ProvenCrypto.jl/src/primitives/ffi_wrappers.jl", "recommended_attack": [ - "cpu", "memory" ], "test_context": "production" }, { "category": "ProofDrift", - "location": "SMTLib.jl/test/runtests.jl", - "file": "SMTLib.jl/test/runtests.jl", + "location": "packages/LowLevel.jl/test/runtests.jl", + "file": "packages/LowLevel.jl/test/runtests.jl", "severity": "Medium", - "description": "24 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in SMTLib.jl/test/runtests.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/LowLevel.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { - "category": "DynamicCodeExecution", - "location": "SMTLib.jl/src/coprocessors/vpu.jl", - "file": "SMTLib.jl/src/coprocessors/vpu.jl", - "severity": "High", - "description": "eval/Meta.parse in SMTLib.jl/src/coprocessors/vpu.jl", + "category": "ProofDrift", + "location": "packages/Axiology.jl/test/runtests.jl", + "file": "packages/Axiology.jl/test/runtests.jl", + "severity": "Medium", + "description": "12 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Axiology.jl/test/runtests.jl", "recommended_attack": [ - "cpu", - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "DynamicCodeExecution", - "location": "SMTLib.jl/src/coprocessors/npu.jl", - "file": "SMTLib.jl/src/coprocessors/npu.jl", - "severity": "High", - "description": "eval/Meta.parse in SMTLib.jl/src/coprocessors/npu.jl", + "category": "ProofDrift", + "location": "packages/SiliconCore.jl/test/runtests.jl", + "file": "packages/SiliconCore.jl/test/runtests.jl", + "severity": "Medium", + "description": "11 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/SiliconCore.jl/test/runtests.jl", "recommended_attack": [ - "cpu", - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "DynamicCodeExecution", - "location": "SMTLib.jl/src/coprocessors/dsp.jl", - "file": "SMTLib.jl/src/coprocessors/dsp.jl", + "category": "UnsafeFFI", + "location": "packages/Skein.jl/ffi/zig/src/main.zig", + "file": "packages/Skein.jl/ffi/zig/src/main.zig", "severity": "High", - "description": "eval/Meta.parse in SMTLib.jl/src/coprocessors/dsp.jl", + "description": "1 C interop imports in packages/Skein.jl/ffi/zig/src/main.zig", "recommended_attack": [ - "cpu", "memory" ], "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "SMTLib.jl/src/coprocessors/math.jl", - "file": "SMTLib.jl/src/coprocessors/math.jl", - "severity": "High", - "description": "eval/Meta.parse in SMTLib.jl/src/coprocessors/math.jl", + "category": "ProofDrift", + "location": "packages/Skein.jl/test/runtests.jl", + "file": "packages/Skein.jl/test/runtests.jl", + "severity": "Medium", + "description": "9 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in packages/Skein.jl/test/runtests.jl", "recommended_attack": [ - "cpu", - "memory" + "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { "category": "DynamicCodeExecution", - "location": "SMTLib.jl/src/coprocessors/tpu.jl", - "file": "SMTLib.jl/src/coprocessors/tpu.jl", + "location": "packages/Skein.jl/src/backends/abstract.jl", + "file": "packages/Skein.jl/src/backends/abstract.jl", "severity": "High", - "description": "eval/Meta.parse in SMTLib.jl/src/coprocessors/tpu.jl", + "description": "eval/Meta.parse in packages/Skein.jl/src/backends/abstract.jl", "recommended_attack": [ "cpu", "memory" @@ -1401,52 +1308,145 @@ "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "SMTLib.jl/src/backends/abstract.jl", - "file": "SMTLib.jl/src/backends/abstract.jl", - "severity": "High", - "description": "eval/Meta.parse in SMTLib.jl/src/backends/abstract.jl", + "category": "InputBoundary", + "location": "Exnovation.jl/examples/02_portfolio_management.jl", + "file": "Exnovation.jl/examples/02_portfolio_management.jl", + "severity": "Medium", + "description": "1 JSON3.read/JSON.parse call(s) with 0 try block(s) in Exnovation.jl/examples/02_portfolio_management.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ - "cpu", - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "ProofDrift", - "location": "BowtieRisk.jl/test/runtests.jl", - "file": "BowtieRisk.jl/test/runtests.jl", + "location": "Exnovation.jl/test/runtests.jl", + "file": "Exnovation.jl/test/runtests.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in BowtieRisk.jl/test/runtests.jl", + "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Exnovation.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { - "category": "InputBoundary", - "location": "BowtieRisk.jl/src/BowtieRisk.jl", - "file": "BowtieRisk.jl/src/BowtieRisk.jl", - "severity": "Medium", - "description": "1 JSON3.read/JSON.parse call(s) with 0 try block(s) in BowtieRisk.jl/src/BowtieRisk.jl — these throw on malformed input; wrap in try/catch", + "category": "ProofDrift", + "location": "SMTLib.jl/test/runtests.jl", + "file": "SMTLib.jl/test/runtests.jl", + "severity": "Medium", + "description": "24 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in SMTLib.jl/test/runtests.jl", "recommended_attack": [ "cpu" ], + "suppressed": true, + "test_context": "test_only" + }, + { + "category": "DynamicCodeExecution", + "location": "SMTLib.jl/src/backends/abstract.jl", + "file": "SMTLib.jl/src/backends/abstract.jl", + "severity": "High", + "description": "eval/Meta.parse in SMTLib.jl/src/backends/abstract.jl", + "recommended_attack": [ + "cpu", + "memory" + ], "test_context": "production" }, { "category": "DynamicCodeExecution", - "location": "BowtieRisk.jl/src/backends/abstract.jl", - "file": "BowtieRisk.jl/src/backends/abstract.jl", + "location": "SMTLib.jl/src/coprocessors/npu.jl", + "file": "SMTLib.jl/src/coprocessors/npu.jl", "severity": "High", - "description": "eval/Meta.parse in BowtieRisk.jl/src/backends/abstract.jl", + "description": "eval/Meta.parse in SMTLib.jl/src/coprocessors/npu.jl", + "recommended_attack": [ + "cpu", + "memory" + ], + "test_context": "production" + }, + { + "category": "DynamicCodeExecution", + "location": "SMTLib.jl/src/coprocessors/math.jl", + "file": "SMTLib.jl/src/coprocessors/math.jl", + "severity": "High", + "description": "eval/Meta.parse in SMTLib.jl/src/coprocessors/math.jl", + "recommended_attack": [ + "cpu", + "memory" + ], + "test_context": "production" + }, + { + "category": "DynamicCodeExecution", + "location": "SMTLib.jl/src/coprocessors/tpu.jl", + "file": "SMTLib.jl/src/coprocessors/tpu.jl", + "severity": "High", + "description": "eval/Meta.parse in SMTLib.jl/src/coprocessors/tpu.jl", + "recommended_attack": [ + "cpu", + "memory" + ], + "test_context": "production" + }, + { + "category": "DynamicCodeExecution", + "location": "SMTLib.jl/src/coprocessors/dsp.jl", + "file": "SMTLib.jl/src/coprocessors/dsp.jl", + "severity": "High", + "description": "eval/Meta.parse in SMTLib.jl/src/coprocessors/dsp.jl", + "recommended_attack": [ + "cpu", + "memory" + ], + "test_context": "production" + }, + { + "category": "DynamicCodeExecution", + "location": "SMTLib.jl/src/coprocessors/vpu.jl", + "file": "SMTLib.jl/src/coprocessors/vpu.jl", + "severity": "High", + "description": "eval/Meta.parse in SMTLib.jl/src/coprocessors/vpu.jl", "recommended_attack": [ "cpu", "memory" ], "test_context": "production" }, + { + "category": "ProofDrift", + "location": "ProvenCrypto.jl/test/runtests.jl", + "file": "ProvenCrypto.jl/test/runtests.jl", + "severity": "Medium", + "description": "21 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in ProvenCrypto.jl/test/runtests.jl", + "recommended_attack": [ + "cpu" + ], + "suppressed": true, + "test_context": "test_only" + }, + { + "category": "UnsafeFFI", + "location": "ProvenCrypto.jl/src/primitives/ffi_wrappers.jl", + "file": "ProvenCrypto.jl/src/primitives/ffi_wrappers.jl", + "severity": "Medium", + "description": "4 ccall/FFI calls in ProvenCrypto.jl/src/primitives/ffi_wrappers.jl", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, + { + "category": "ProofDrift", + "location": "Axiology.jl/test/runtests.jl", + "file": "Axiology.jl/test/runtests.jl", + "severity": "Medium", + "description": "12 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in Axiology.jl/test/runtests.jl", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, { "category": "SupplyChain", "location": "Manifest.toml", @@ -1468,23 +1468,23 @@ }, "file_statistics": [ { - "file_path": "ZeroProb.jl/ext/ZeroProbCUDAExt.jl", - "lines": 586, + "file_path": "ZeroProb.jl/ext/ZeroProbCryptoExt.jl", + "lines": 379, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ZeroProb.jl/ext/ZeroProbCryptoExt.jl", - "lines": 379, + "file_path": "ZeroProb.jl/ext/ZeroProbCUDAExt.jl", + "lines": 586, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { @@ -1508,57 +1508,27 @@ "threading_constructs": 0 }, { - "file_path": "HackenbushGames.jl/ext/HackenbushGamesTPUExt.jl", - "lines": 389, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "Cliometrics.jl/test/runtests.jl", - "lines": 477, + "file_path": "registries/General/.ci/Treecheck/Treecheck.jl", + "lines": 185, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "Cliometrics.jl/src/Cliometrics.jl", - "lines": 868, + "file_path": "registries/General/.ci/generate_redirects.jl", + "lines": 156, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "Cliometrics.jl/src/abi/Foreign.idr", - "lines": 219, - "unsafe_blocks": 12, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "Cliometrics.jl/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "Cliometrics.jl/ffi/zig/test/integration_test.zig", + "file_path": "PolyglotFormalisms.jl/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -1568,7 +1538,7 @@ "threading_constructs": 2 }, { - "file_path": "Cliometrics.jl/ffi/zig/src/main.zig", + "file_path": "PolyglotFormalisms.jl/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -1578,8 +1548,8 @@ "threading_constructs": 0 }, { - "file_path": "KnotTheory.jl/ext/KnotTheoryCUDAExt.jl", - "lines": 644, + "file_path": "KnotTheory.jl/ext/KnotTheoryMetalExt.jl", + "lines": 447, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1588,8 +1558,8 @@ "threading_constructs": 0 }, { - "file_path": "KnotTheory.jl/ext/KnotTheoryMetalExt.jl", - "lines": 447, + "file_path": "KnotTheory.jl/ext/KnotTheoryCUDAExt.jl", + "lines": 644, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1607,16 +1577,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "KnotTheory.jl/src/KnotTheory.jl", - "lines": 2048, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, { "file_path": "KnotTheory.jl/ffi/zig/test/integration_test.zig", "lines": 182, @@ -1638,148 +1598,168 @@ "threading_constructs": 0 }, { - "file_path": "Causals.jl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "KnotTheory.jl/src/KnotTheory.jl", + "lines": 2048, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "Causals.jl/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "Exnovation.jl/examples/02_portfolio_management.jl", - "lines": 214, + "file_path": "Axiom.jl/benchmark/pytorch_bench.py", + "lines": 125, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "Axiology.jl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "Axiom.jl/ext/AxiomAMDGPUExt.jl", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 8, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "Axiology.jl/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "Axiom.jl/ext/AxiomMetalExt.jl", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "registries/General/.ci/generate_redirects.jl", - "lines": 156, + "file_path": "Axiom.jl/ext/AxiomPPUExt.jl", + "lines": 271, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 15, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "registries/General/.ci/Treecheck/Treecheck.jl", - "lines": 185, + "file_path": "Axiom.jl/ext/AxiomCUDAExt.jl", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/templates/AxiomVPUExtSkeleton.jl", - "lines": 46, + "file_path": "Axiom.jl/ext/AxiomCryptoExt.jl", + "lines": 264, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/templates/AxiomFPGAExtSkeleton.jl", - "lines": 46, + "file_path": "Axiom.jl/ext/AxiomDSPExt.jl", + "lines": 344, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/templates/AxiomPPUExtSkeleton.jl", - "lines": 46, + "file_path": "Axiom.jl/ext/AxiomTPUExt.jl", + "lines": 324, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 17, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/templates/AxiomTPUExtSkeleton.jl", - "lines": 46, + "file_path": "Axiom.jl/ext/AxiomQPUExt.jl", + "lines": 302, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 15, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/templates/AxiomMathExtSkeleton.jl", - "lines": 46, + "file_path": "Axiom.jl/ext/AxiomNPUExt.jl", + "lines": 315, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 18, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/templates/AxiomNPUExtSkeleton.jl", - "lines": 46, + "file_path": "Axiom.jl/ext/AxiomMathExt.jl", + "lines": 252, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 15, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/templates/AxiomCryptoExtSkeleton.jl", - "lines": 47, + "file_path": "Axiom.jl/ext/AxiomVPUExt.jl", + "lines": 304, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/templates/AxiomDSPExtSkeleton.jl", - "lines": 46, + "file_path": "Axiom.jl/ext/AxiomFPGAExt.jl", + "lines": 271, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 16, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "Axiom.jl/zig/src/threading.zig", + "lines": 538, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 10 + }, + { + "file_path": "Axiom.jl/zig/src/bench.zig", + "lines": 235, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 22, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "Axiom.jl/templates/AxiomCryptoExtSkeleton.jl", + "lines": 47, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1788,7 +1768,7 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/templates/AxiomQPUExtSkeleton.jl", + "file_path": "Axiom.jl/templates/AxiomTPUExtSkeleton.jl", "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, @@ -1798,128 +1778,128 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/ext/AxiomMathExt.jl", - "lines": 252, + "file_path": "Axiom.jl/templates/AxiomVPUExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 15, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/ext/AxiomCryptoExt.jl", - "lines": 264, + "file_path": "Axiom.jl/templates/AxiomPPUExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/ext/AxiomFPGAExt.jl", - "lines": 271, + "file_path": "Axiom.jl/templates/AxiomNPUExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 16, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/ext/AxiomCUDAExt.jl", - "lines": 192, + "file_path": "Axiom.jl/templates/AxiomDSPExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/ext/AxiomQPUExt.jl", - "lines": 302, + "file_path": "Axiom.jl/templates/AxiomQPUExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 15, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/ext/AxiomVPUExt.jl", - "lines": 304, + "file_path": "Axiom.jl/templates/AxiomFPGAExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/ext/AxiomNPUExt.jl", - "lines": 315, + "file_path": "Axiom.jl/templates/AxiomMathExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 18, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/ext/AxiomTPUExt.jl", - "lines": 324, + "file_path": "Axiom.jl/scripts/npu-strict-evidence.jl", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 17, - "io_operations": 0, + "allocation_sites": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/ext/AxiomDSPExt.jl", - "lines": 344, + "file_path": "Axiom.jl/scripts/gpu-performance-evidence.jl", + "lines": 249, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/ext/AxiomPPUExt.jl", - "lines": 271, + "file_path": "Axiom.jl/scripts/verification-telemetry-evidence.jl", + "lines": 49, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 15, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/ext/AxiomMetalExt.jl", - "lines": 167, + "file_path": "Axiom.jl/scripts/optimization-evidence.jl", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/ext/AxiomAMDGPUExt.jl", - "lines": 173, + "file_path": "Axiom.jl/scripts/proof-bundle-evidence.jl", + "lines": 131, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/scripts/gpu-performance-evidence.jl", - "lines": 249, + "file_path": "Axiom.jl/scripts/coprocessor-evidence.jl", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1938,7 +1918,7 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/scripts/math-strict-evidence.jl", + "file_path": "Axiom.jl/scripts/dsp-strict-evidence.jl", "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, @@ -1948,7 +1928,7 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/scripts/dsp-strict-evidence.jl", + "file_path": "Axiom.jl/scripts/math-strict-evidence.jl", "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, @@ -1958,8 +1938,8 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/scripts/npu-strict-evidence.jl", - "lines": 198, + "file_path": "Axiom.jl/scripts/coprocessor-resilience-evidence.jl", + "lines": 221, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1968,93 +1948,93 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/scripts/optimization-evidence.jl", - "lines": 78, + "file_path": "Axiom.jl/scripts/tpu-strict-evidence.jl", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/scripts/coprocessor-evidence.jl", - "lines": 64, - "unsafe_blocks": 0, + "file_path": "Axiom.jl/ffi/idris/main.idr", + "lines": 66, + "unsafe_blocks": 11, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/scripts/coprocessor-resilience-evidence.jl", - "lines": 221, - "unsafe_blocks": 0, + "file_path": "Axiom.jl/ffi/zig/src/main.zig", + "lines": 247, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/scripts/proof-bundle-evidence.jl", - "lines": 131, + "file_path": "Axiom.jl/packages/SMTLib.jl/test/runtests.jl", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/scripts/verification-telemetry-evidence.jl", - "lines": 49, - "unsafe_blocks": 0, + "file_path": "Axiom.jl/packages/SMTLib.jl/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/scripts/tpu-strict-evidence.jl", - "lines": 198, - "unsafe_blocks": 0, + "file_path": "Axiom.jl/packages/SMTLib.jl/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/benchmark/pytorch_bench.py", - "lines": 125, + "file_path": "Axiom.jl/packages/SMTLib.jl/src/SMTLib.jl", + "lines": 2223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 7, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/test/runtests.jl", - "lines": 756, + "file_path": "Axiom.jl/test/verification/proof_export_tests.jl", + "lines": 113, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/test/verification/proof_export_tests.jl", - "lines": 113, + "file_path": "Axiom.jl/test/runtests.jl", + "lines": 756, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 10, "threading_constructs": 0 }, { @@ -2078,17 +2058,17 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/test/ci/proof_bundle_reconciliation.jl", - "lines": 106, + "file_path": "Axiom.jl/test/ci/model_package_registry.jl", + "lines": 73, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/test/ci/math_required_mode.jl", + "file_path": "Axiom.jl/test/ci/tpu_required_mode.jl", "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, @@ -2098,8 +2078,8 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/test/ci/gpu_resilience.jl", - "lines": 155, + "file_path": "Axiom.jl/test/ci/npu_required_mode.jl", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2108,7 +2088,7 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/test/ci/dsp_required_mode.jl", + "file_path": "Axiom.jl/test/ci/math_required_mode.jl", "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, @@ -2118,13 +2098,23 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/test/ci/tpu_required_mode.jl", - "lines": 141, + "file_path": "Axiom.jl/test/ci/certificate_integrity.jl", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 5, + "threading_constructs": 0 + }, + { + "file_path": "Axiom.jl/test/ci/proof_bundle_reconciliation.jl", + "lines": 106, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { @@ -2138,17 +2128,17 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/test/ci/certificate_integrity.jl", - "lines": 64, + "file_path": "Axiom.jl/test/ci/gpu_resilience.jl", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/test/ci/npu_required_mode.jl", + "file_path": "Axiom.jl/test/ci/dsp_required_mode.jl", "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, @@ -2158,52 +2148,52 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/test/ci/model_package_registry.jl", - "lines": 73, + "file_path": "Axiom.jl/src/training/train.jl", + "lines": 325, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/src/integrations/huggingface.jl", - "lines": 825, + "file_path": "Axiom.jl/src/serving/api.jl", + "lines": 549, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/src/integrations/interop.jl", - "lines": 1110, + "file_path": "Axiom.jl/src/model_packaging.jl", + "lines": 295, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/src/utils/initialization.jl", - "lines": 188, + "file_path": "Axiom.jl/src/proof_export.jl", + "lines": 1053, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 9, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/src/layers/normalization.jl", - "lines": 334, + "file_path": "Axiom.jl/src/layers/dense.jl", + "lines": 507, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, @@ -2228,33 +2218,23 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/src/layers/dense.jl", - "lines": 507, + "file_path": "Axiom.jl/src/layers/normalization.jl", + "lines": 334, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/src/proof_export.jl", - "lines": 1053, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 9, - "threading_constructs": 0 - }, - { - "file_path": "Axiom.jl/src/training/train.jl", - "lines": 325, + "file_path": "Axiom.jl/src/utils/initialization.jl", + "lines": 188, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 9, + "io_operations": 0, "threading_constructs": 0 }, { @@ -2278,33 +2258,43 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/src/model_packaging.jl", - "lines": 295, + "file_path": "Axiom.jl/src/backends/julia_backend.jl", + "lines": 385, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 29, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/src/Abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 13, + "file_path": "Axiom.jl/src/backends/zig_ffi.jl", + "lines": 634, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 29, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/src/model_metadata.jl", - "lines": 528, + "file_path": "Axiom.jl/src/backends/abstract.jl", + "lines": 3059, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "allocation_sites": 48, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "Axiom.jl/src/Abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 13, + "panic_sites": 0, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { @@ -2318,68 +2308,68 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/src/backends/julia_backend.jl", - "lines": 385, + "file_path": "Axiom.jl/src/integrations/huggingface.jl", + "lines": 825, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 29, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/src/backends/zig_ffi.jl", - "lines": 634, - "unsafe_blocks": 2, + "file_path": "Axiom.jl/src/integrations/interop.jl", + "lines": 1110, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 29, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/src/backends/abstract.jl", - "lines": 3059, + "file_path": "Axiom.jl/src/model_metadata.jl", + "lines": 528, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 48, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/src/serving/api.jl", - "lines": 549, + "file_path": "Causals.jl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "Axiom.jl/ffi/idris/main.idr", - "lines": 66, - "unsafe_blocks": 11, + "file_path": "Causals.jl/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/ffi/zig/src/main.zig", - "lines": 247, - "unsafe_blocks": 1, + "file_path": "BowtieRisk.jl/ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "Axiom.jl/packages/SMTLib.jl/test/runtests.jl", - "lines": 122, + "file_path": "BowtieRisk.jl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2388,29 +2378,29 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/packages/SMTLib.jl/src/SMTLib.jl", - "lines": 2223, + "file_path": "BowtieRisk.jl/test/runtests.jl", + "lines": 574, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 7, - "io_operations": 5, + "allocation_sites": 0, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/packages/SMTLib.jl/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "BowtieRisk.jl/src/BowtieRisk.jl", + "lines": 806, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "Axiom.jl/packages/SMTLib.jl/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "BowtieRisk.jl/src/abi/Foreign.idr", + "lines": 219, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2418,37 +2408,37 @@ "threading_constructs": 0 }, { - "file_path": "Axiom.jl/zig/src/threading.zig", - "lines": 538, - "unsafe_blocks": 0, + "file_path": "BowtieRisk.jl/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 10 + "threading_constructs": 0 }, { - "file_path": "Axiom.jl/zig/src/bench.zig", - "lines": 235, + "file_path": "Cladistics.jl/ext/CladisticsDSPExt.jl", + "lines": 386, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 22, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "Cladistics.jl/ext/CladisticsNPUExt.jl", + "lines": 343, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "PolyglotFormalisms.jl/ffi/zig/test/integration_test.zig", + "file_path": "Cladistics.jl/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -2458,7 +2448,7 @@ "threading_constructs": 2 }, { - "file_path": "PolyglotFormalisms.jl/ffi/zig/src/main.zig", + "file_path": "Cladistics.jl/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -2468,27 +2458,17 @@ "threading_constructs": 0 }, { - "file_path": "Cliodynamics.jl/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "Cliodynamics.jl/src/abi/Types.idr", - "lines": 228, - "unsafe_blocks": 1, + "file_path": "HackenbushGames.jl/ext/HackenbushGamesTPUExt.jl", + "lines": 389, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "Cliodynamics.jl/ffi/zig/test/integration_test.zig", + "file_path": "Cliometrics.jl/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -2498,7 +2478,7 @@ "threading_constructs": 2 }, { - "file_path": "Cliodynamics.jl/ffi/zig/src/main.zig", + "file_path": "Cliometrics.jl/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -2508,97 +2488,77 @@ "threading_constructs": 0 }, { - "file_path": "ProvenCrypto.jl/ext/ProvenCryptoROCmExt.jl", - "lines": 248, + "file_path": "Cliometrics.jl/test/runtests.jl", + "lines": 477, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 11, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "ProvenCrypto.jl/ext/ProvenCryptoOneAPIExt.jl", - "lines": 259, - "unsafe_blocks": 0, + "file_path": "Cliometrics.jl/src/abi/Foreign.idr", + "lines": 219, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 11, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ProvenCrypto.jl/ext/ProvenCryptoCUDAExt.jl", - "lines": 290, - "unsafe_blocks": 0, + "file_path": "Cliometrics.jl/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 11, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ProvenCrypto.jl/ext/ProvenCryptoMetalExt.jl", - "lines": 250, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 11, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "ProvenCrypto.jl/test/runtests.jl", - "lines": 416, + "file_path": "Cliometrics.jl/src/Cliometrics.jl", + "lines": 868, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ProvenCrypto.jl/src/verification/proof_export.jl", - "lines": 320, + "file_path": "packages/Hyperpolymath.jl/test/runtests.jl", + "lines": 50, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "ProvenCrypto.jl/src/primitives/ffi_wrappers.jl", - "lines": 316, - "unsafe_blocks": 4, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ProvenCrypto.jl/src/backends/advanced_hardware.jl", - "lines": 473, + "file_path": "packages/ZeroProb.jl/ext/ZeroProbCryptoExt.jl", + "lines": 379, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 11, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ProvenCrypto.jl/src/backends/hardware.jl", - "lines": 358, + "file_path": "packages/ZeroProb.jl/ext/ZeroProbCUDAExt.jl", + "lines": 586, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ProvenCrypto.jl/ffi/zig/test/integration_test.zig", + "file_path": "packages/ZeroProb.jl/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -2608,7 +2568,7 @@ "threading_constructs": 2 }, { - "file_path": "ProvenCrypto.jl/ffi/zig/src/main.zig", + "file_path": "packages/ZeroProb.jl/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -2618,27 +2578,17 @@ "threading_constructs": 0 }, { - "file_path": "Cladistics.jl/ext/CladisticsNPUExt.jl", - "lines": 343, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "Cladistics.jl/ext/CladisticsDSPExt.jl", - "lines": 386, + "file_path": "packages/ShellIntegration.jl/src/ShellIntegration.jl", + "lines": 270, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "Cladistics.jl/ffi/zig/test/integration_test.zig", + "file_path": "packages/PolyglotFormalisms.jl/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -2648,7 +2598,7 @@ "threading_constructs": 2 }, { - "file_path": "Cladistics.jl/ffi/zig/src/main.zig", + "file_path": "packages/PolyglotFormalisms.jl/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -2658,57 +2608,47 @@ "threading_constructs": 0 }, { - "file_path": "packages/FirmwareAudit.jl/test/runtests.jl", - "lines": 166, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, - "threading_constructs": 0 - }, - { - "file_path": "packages/FirmwareAudit.jl/src/FirmwareAudit.jl", - "lines": 564, + "file_path": "packages/HardwareResilience.jl/src/HardwareResilience.jl", + "lines": 632, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 14, "threading_constructs": 0 }, { - "file_path": "packages/HardwareResilience.jl/src/HardwareResilience.jl", - "lines": 632, + "file_path": "packages/KnotTheory.jl/ext/KnotTheoryMetalExt.jl", + "lines": 447, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 14, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/ZeroProb.jl/ext/ZeroProbCUDAExt.jl", - "lines": 586, + "file_path": "packages/KnotTheory.jl/ext/KnotTheoryCUDAExt.jl", + "lines": 644, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/ZeroProb.jl/ext/ZeroProbCryptoExt.jl", - "lines": 379, + "file_path": "packages/KnotTheory.jl/ext/KnotTheoryROCmExt.jl", + "lines": 443, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/ZeroProb.jl/ffi/zig/test/integration_test.zig", + "file_path": "packages/KnotTheory.jl/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -2718,7 +2658,7 @@ "threading_constructs": 2 }, { - "file_path": "packages/ZeroProb.jl/ffi/zig/src/main.zig", + "file_path": "packages/KnotTheory.jl/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -2728,178 +2668,178 @@ "threading_constructs": 0 }, { - "file_path": "packages/SoftwareSovereign.jl/src/cache.jl", - "lines": 33, + "file_path": "packages/KnotTheory.jl/src/KnotTheory.jl", + "lines": 2048, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "packages/HackenbushGames.jl/ext/HackenbushGamesTPUExt.jl", - "lines": 389, + "file_path": "packages/Axiom.jl/benchmark/pytorch_bench.py", + "lines": 125, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/Cliometrics.jl/test/runtests.jl", - "lines": 477, + "file_path": "packages/Axiom.jl/ext/AxiomAMDGPUExt.jl", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Cliometrics.jl/src/Cliometrics.jl", - "lines": 868, + "file_path": "packages/Axiom.jl/ext/AxiomMetalExt.jl", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Cliometrics.jl/src/abi/Foreign.idr", - "lines": 219, - "unsafe_blocks": 12, + "file_path": "packages/Axiom.jl/ext/AxiomPPUExt.jl", + "lines": 271, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 15, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Cliometrics.jl/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "packages/Axiom.jl/ext/AxiomCUDAExt.jl", + "lines": 192, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Cliometrics.jl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "packages/Axiom.jl/ext/AxiomCryptoExt.jl", + "lines": 264, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 14, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "packages/Cliometrics.jl/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "packages/Axiom.jl/ext/AxiomDSPExt.jl", + "lines": 344, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/InvestigativeJournalism.jl/examples/leak_investigation.jl", - "lines": 30, + "file_path": "packages/Axiom.jl/ext/AxiomTPUExt.jl", + "lines": 324, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 17, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/InvestigativeJournalism.jl/test/runtests.jl", - "lines": 488, + "file_path": "packages/Axiom.jl/ext/AxiomQPUExt.jl", + "lines": 302, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 15, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/InvestigativeJournalism.jl/src/intelligence/forensics.jl", - "lines": 521, + "file_path": "packages/Axiom.jl/ext/AxiomNPUExt.jl", + "lines": 315, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 18, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/InvestigativeJournalism.jl/src/ingest.jl", - "lines": 30, + "file_path": "packages/Axiom.jl/ext/AxiomMathExt.jl", + "lines": 252, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 15, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/InvestigativeJournalism.jl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "packages/Axiom.jl/ext/AxiomVPUExt.jl", + "lines": 304, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 14, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "packages/InvestigativeJournalism.jl/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "packages/Axiom.jl/ext/AxiomFPGAExt.jl", + "lines": 271, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 16, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/TradeUnionism.jl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "packages/Axiom.jl/zig/src/threading.zig", + "lines": 538, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 10 }, { - "file_path": "packages/TradeUnionism.jl/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "packages/Axiom.jl/zig/src/bench.zig", + "lines": 235, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 22, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Lithoglyph.jl/src/Lithoglyph.jl", - "lines": 72, - "unsafe_blocks": 1, + "file_path": "packages/Axiom.jl/templates/AxiomCryptoExtSkeleton.jl", + "lines": 47, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/KnotTheory.jl/ext/KnotTheoryCUDAExt.jl", - "lines": 644, + "file_path": "packages/Axiom.jl/templates/AxiomTPUExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2908,8 +2848,8 @@ "threading_constructs": 0 }, { - "file_path": "packages/KnotTheory.jl/ext/KnotTheoryMetalExt.jl", - "lines": 447, + "file_path": "packages/Axiom.jl/templates/AxiomVPUExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2918,8 +2858,8 @@ "threading_constructs": 0 }, { - "file_path": "packages/KnotTheory.jl/ext/KnotTheoryROCmExt.jl", - "lines": 443, + "file_path": "packages/Axiom.jl/templates/AxiomPPUExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2928,358 +2868,358 @@ "threading_constructs": 0 }, { - "file_path": "packages/KnotTheory.jl/src/KnotTheory.jl", - "lines": 2048, + "file_path": "packages/Axiom.jl/templates/AxiomNPUExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/KnotTheory.jl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "packages/Axiom.jl/templates/AxiomDSPExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "packages/KnotTheory.jl/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "packages/Axiom.jl/templates/AxiomQPUExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Causals.jl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "packages/Axiom.jl/templates/AxiomFPGAExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "packages/Causals.jl/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "packages/Axiom.jl/templates/AxiomMathExtSkeleton.jl", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/JuliaPackage-Reuse-Audit.jl/test/runtests.jl", - "lines": 219, + "file_path": "packages/Axiom.jl/scripts/npu-strict-evidence.jl", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, + "allocation_sites": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/JuliaPackage-Reuse-Audit.jl/src/generator.jl", - "lines": 101, + "file_path": "packages/Axiom.jl/scripts/gpu-performance-evidence.jl", + "lines": 249, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/JuliaPackage-Reuse-Audit.jl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "packages/Axiom.jl/scripts/verification-telemetry-evidence.jl", + "lines": 49, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "packages/JuliaPackage-Reuse-Audit.jl/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "packages/Axiom.jl/scripts/optimization-evidence.jl", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/Exnovation.jl/examples/02_portfolio_management.jl", - "lines": 214, + "file_path": "packages/Axiom.jl/scripts/proof-bundle-evidence.jl", + "lines": 131, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "packages/Axiology.jl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "packages/Axiom.jl/scripts/coprocessor-evidence.jl", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "packages/Axiology.jl/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "packages/Axiom.jl/scripts/model-package-evidence.jl", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "packages/AcceleratorGate.jl/src/AcceleratorGate.jl", - "lines": 825, + "file_path": "packages/Axiom.jl/scripts/dsp-strict-evidence.jl", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/templates/AxiomVPUExtSkeleton.jl", - "lines": 46, + "file_path": "packages/Axiom.jl/scripts/math-strict-evidence.jl", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/templates/AxiomFPGAExtSkeleton.jl", - "lines": 46, + "file_path": "packages/Axiom.jl/scripts/coprocessor-resilience-evidence.jl", + "lines": 221, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/templates/AxiomPPUExtSkeleton.jl", - "lines": 46, + "file_path": "packages/Axiom.jl/scripts/tpu-strict-evidence.jl", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/templates/AxiomTPUExtSkeleton.jl", - "lines": 46, - "unsafe_blocks": 0, + "file_path": "packages/Axiom.jl/ffi/idris/main.idr", + "lines": 66, + "unsafe_blocks": 11, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/templates/AxiomMathExtSkeleton.jl", - "lines": 46, - "unsafe_blocks": 0, + "file_path": "packages/Axiom.jl/ffi/zig/src/main.zig", + "lines": 247, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/templates/AxiomNPUExtSkeleton.jl", - "lines": 46, + "file_path": "packages/Axiom.jl/packages/SMTLib.jl/test/runtests.jl", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/templates/AxiomCryptoExtSkeleton.jl", - "lines": 47, - "unsafe_blocks": 0, + "file_path": "packages/Axiom.jl/packages/SMTLib.jl/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/templates/AxiomDSPExtSkeleton.jl", - "lines": 46, - "unsafe_blocks": 0, + "file_path": "packages/Axiom.jl/packages/SMTLib.jl/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/templates/AxiomQPUExtSkeleton.jl", - "lines": 46, + "file_path": "packages/Axiom.jl/packages/SMTLib.jl/src/SMTLib.jl", + "lines": 2223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 7, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/ext/AxiomMathExt.jl", - "lines": 252, + "file_path": "packages/Axiom.jl/test/verification/proof_export_tests.jl", + "lines": 113, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 15, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/ext/AxiomCryptoExt.jl", - "lines": 264, + "file_path": "packages/Axiom.jl/test/runtests.jl", + "lines": 756, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/ext/AxiomFPGAExt.jl", - "lines": 271, + "file_path": "packages/Axiom.jl/test/ci/gpu_fallback.jl", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 16, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/ext/AxiomCUDAExt.jl", - "lines": 192, + "file_path": "packages/Axiom.jl/test/ci/interop_smoke.jl", + "lines": 135, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/ext/AxiomQPUExt.jl", - "lines": 302, + "file_path": "packages/Axiom.jl/test/ci/model_package_registry.jl", + "lines": 73, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 15, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/ext/AxiomVPUExt.jl", - "lines": 304, + "file_path": "packages/Axiom.jl/test/ci/tpu_required_mode.jl", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/ext/AxiomNPUExt.jl", - "lines": 315, + "file_path": "packages/Axiom.jl/test/ci/npu_required_mode.jl", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 18, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/ext/AxiomTPUExt.jl", - "lines": 324, + "file_path": "packages/Axiom.jl/test/ci/math_required_mode.jl", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 17, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/ext/AxiomDSPExt.jl", - "lines": 344, + "file_path": "packages/Axiom.jl/test/ci/certificate_integrity.jl", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/ext/AxiomPPUExt.jl", - "lines": 271, + "file_path": "packages/Axiom.jl/test/ci/proof_bundle_reconciliation.jl", + "lines": 106, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 15, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/ext/AxiomMetalExt.jl", - "lines": 167, + "file_path": "packages/Axiom.jl/test/ci/coprocessor_resilience.jl", + "lines": 231, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/ext/AxiomAMDGPUExt.jl", - "lines": 173, + "file_path": "packages/Axiom.jl/test/ci/gpu_resilience.jl", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/scripts/gpu-performance-evidence.jl", - "lines": 249, + "file_path": "packages/Axiom.jl/test/ci/dsp_required_mode.jl", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/scripts/model-package-evidence.jl", - "lines": 67, + "file_path": "packages/Axiom.jl/src/training/train.jl", + "lines": 325, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3288,228 +3228,228 @@ "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/scripts/math-strict-evidence.jl", - "lines": 198, + "file_path": "packages/Axiom.jl/src/serving/api.jl", + "lines": 549, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/scripts/dsp-strict-evidence.jl", - "lines": 198, + "file_path": "packages/Axiom.jl/src/model_packaging.jl", + "lines": 295, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/scripts/npu-strict-evidence.jl", - "lines": 198, + "file_path": "packages/Axiom.jl/src/proof_export.jl", + "lines": 1053, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/scripts/optimization-evidence.jl", - "lines": 78, + "file_path": "packages/Axiom.jl/src/layers/dense.jl", + "lines": 507, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/scripts/coprocessor-evidence.jl", - "lines": 64, + "file_path": "packages/Axiom.jl/src/layers/abstract.jl", + "lines": 623, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/scripts/coprocessor-resilience-evidence.jl", - "lines": 221, + "file_path": "packages/Axiom.jl/src/layers/conv.jl", + "lines": 593, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/scripts/proof-bundle-evidence.jl", - "lines": 131, + "file_path": "packages/Axiom.jl/src/layers/normalization.jl", + "lines": 334, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/scripts/verification-telemetry-evidence.jl", - "lines": 49, + "file_path": "packages/Axiom.jl/src/utils/initialization.jl", + "lines": 188, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 9, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/scripts/tpu-strict-evidence.jl", - "lines": 198, + "file_path": "packages/Axiom.jl/src/verification/serialization.jl", + "lines": 334, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/benchmark/pytorch_bench.py", - "lines": 125, + "file_path": "packages/Axiom.jl/src/verification/certificates.jl", + "lines": 430, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/test/runtests.jl", - "lines": 756, + "file_path": "packages/Axiom.jl/src/backends/julia_backend.jl", + "lines": 385, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 10, + "allocation_sites": 29, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/test/verification/proof_export_tests.jl", - "lines": 113, - "unsafe_blocks": 0, + "file_path": "packages/Axiom.jl/src/backends/zig_ffi.jl", + "lines": 634, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 29, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/test/ci/gpu_fallback.jl", - "lines": 142, + "file_path": "packages/Axiom.jl/src/backends/abstract.jl", + "lines": 3059, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 48, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/test/ci/interop_smoke.jl", - "lines": 135, - "unsafe_blocks": 0, + "file_path": "packages/Axiom.jl/src/Abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 13, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/test/ci/proof_bundle_reconciliation.jl", - "lines": 106, + "file_path": "packages/Axiom.jl/src/types/tensor.jl", + "lines": 574, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/test/ci/math_required_mode.jl", - "lines": 141, + "file_path": "packages/Axiom.jl/src/integrations/huggingface.jl", + "lines": 825, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/test/ci/gpu_resilience.jl", - "lines": 155, + "file_path": "packages/Axiom.jl/src/integrations/interop.jl", + "lines": 1110, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/test/ci/dsp_required_mode.jl", - "lines": 141, + "file_path": "packages/Axiom.jl/src/model_metadata.jl", + "lines": 528, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/test/ci/tpu_required_mode.jl", - "lines": 141, + "file_path": "packages/Causals.jl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "packages/Axiom.jl/test/ci/coprocessor_resilience.jl", - "lines": 231, + "file_path": "packages/Causals.jl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/test/ci/certificate_integrity.jl", - "lines": 64, + "file_path": "packages/PRComms.jl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "packages/Axiom.jl/test/ci/npu_required_mode.jl", - "lines": 141, + "file_path": "packages/PRComms.jl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/test/ci/model_package_registry.jl", - "lines": 73, + "file_path": "packages/PRComms.jl/src/surveys.jl", + "lines": 44, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3518,129 +3458,129 @@ "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/src/integrations/huggingface.jl", + "file_path": "packages/AcceleratorGate.jl/src/AcceleratorGate.jl", "lines": 825, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/src/integrations/interop.jl", - "lines": 1110, + "file_path": "packages/FirmwareAudit.jl/test/runtests.jl", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/src/utils/initialization.jl", - "lines": 188, + "file_path": "packages/FirmwareAudit.jl/src/FirmwareAudit.jl", + "lines": 564, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 9, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/src/layers/normalization.jl", - "lines": 334, + "file_path": "packages/PostDisciplinary.jl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "packages/Axiom.jl/src/layers/abstract.jl", - "lines": 623, + "file_path": "packages/PostDisciplinary.jl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/src/layers/conv.jl", - "lines": 593, + "file_path": "packages/PostDisciplinary.jl/src/storage/verisim.jl", + "lines": 352, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/src/layers/dense.jl", - "lines": 507, + "file_path": "packages/TradeUnionism.jl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "packages/Axiom.jl/src/proof_export.jl", - "lines": 1053, + "file_path": "packages/TradeUnionism.jl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 9, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/src/training/train.jl", - "lines": 325, + "file_path": "packages/BowtieRisk.jl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "packages/Axiom.jl/src/verification/serialization.jl", - "lines": 334, + "file_path": "packages/BowtieRisk.jl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/src/verification/certificates.jl", - "lines": 430, + "file_path": "packages/BowtieRisk.jl/test/runtests.jl", + "lines": 574, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/src/model_packaging.jl", - "lines": 295, + "file_path": "packages/BowtieRisk.jl/src/BowtieRisk.jl", + "lines": 806, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/src/Abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 13, + "file_path": "packages/BowtieRisk.jl/src/abi/Foreign.idr", + "lines": 219, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3648,88 +3588,88 @@ "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/src/model_metadata.jl", - "lines": 528, - "unsafe_blocks": 0, + "file_path": "packages/BowtieRisk.jl/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/src/types/tensor.jl", - "lines": 574, + "file_path": "packages/Cladistics.jl/ext/CladisticsDSPExt.jl", + "lines": 386, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/src/backends/julia_backend.jl", - "lines": 385, + "file_path": "packages/Cladistics.jl/ext/CladisticsNPUExt.jl", + "lines": 343, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 29, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/src/backends/zig_ffi.jl", - "lines": 634, - "unsafe_blocks": 2, + "file_path": "packages/Cladistics.jl/ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 29, - "io_operations": 1, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "packages/Axiom.jl/src/backends/abstract.jl", - "lines": 3059, + "file_path": "packages/Cladistics.jl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 48, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/src/serving/api.jl", - "lines": 549, - "unsafe_blocks": 0, + "file_path": "packages/Lithoglyph.jl/src/Lithoglyph.jl", + "lines": 72, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/ffi/idris/main.idr", - "lines": 66, - "unsafe_blocks": 11, + "file_path": "packages/HackenbushGames.jl/ext/HackenbushGamesTPUExt.jl", + "lines": 389, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/ffi/zig/src/main.zig", - "lines": 247, - "unsafe_blocks": 1, + "file_path": "packages/Cliometrics.jl/ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "packages/Axiom.jl/packages/SMTLib.jl/test/runtests.jl", - "lines": 122, + "file_path": "packages/Cliometrics.jl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3738,18 +3678,18 @@ "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/packages/SMTLib.jl/src/SMTLib.jl", - "lines": 2223, + "file_path": "packages/Cliometrics.jl/test/runtests.jl", + "lines": 477, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 7, - "io_operations": 5, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/packages/SMTLib.jl/src/abi/Foreign.idr", - "lines": 216, + "file_path": "packages/Cliometrics.jl/src/abi/Foreign.idr", + "lines": 219, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -3758,7 +3698,7 @@ "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/packages/SMTLib.jl/src/abi/Types.idr", + "file_path": "packages/Cliometrics.jl/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -3768,97 +3708,97 @@ "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/zig/src/threading.zig", - "lines": 538, + "file_path": "packages/Cliometrics.jl/src/Cliometrics.jl", + "lines": 868, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 10 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "packages/Axiom.jl/zig/src/bench.zig", - "lines": 235, + "file_path": "packages/QuantumCircuit.jl/ext/QuantumCircuitCryptoExt.jl", + "lines": 410, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 22, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "packages/Skein.jl/test/runtests.jl", - "lines": 1125, + "file_path": "packages/InvestigativeJournalism.jl/examples/leak_investigation.jl", + "lines": 30, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/Skein.jl/src/import_export.jl", - "lines": 339, + "file_path": "packages/InvestigativeJournalism.jl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "packages/Skein.jl/src/storage.jl", - "lines": 354, + "file_path": "packages/InvestigativeJournalism.jl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Skein.jl/ffi/zig/src/main.zig", - "lines": 195, - "unsafe_blocks": 1, + "file_path": "packages/InvestigativeJournalism.jl/test/runtests.jl", + "lines": 488, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/PostDisciplinary.jl/src/storage/verisim.jl", - "lines": 352, + "file_path": "packages/InvestigativeJournalism.jl/src/intelligence/forensics.jl", + "lines": 521, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/PostDisciplinary.jl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "packages/InvestigativeJournalism.jl/src/ingest.jl", + "lines": 30, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "packages/PostDisciplinary.jl/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "packages/SoftwareSovereign.jl/src/cache.jl", + "lines": 33, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/PolyglotFormalisms.jl/ffi/zig/test/integration_test.zig", + "file_path": "packages/JuliaForChildren.jl/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -3868,7 +3808,7 @@ "threading_constructs": 2 }, { - "file_path": "packages/PolyglotFormalisms.jl/ffi/zig/src/main.zig", + "file_path": "packages/JuliaForChildren.jl/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -3878,27 +3818,27 @@ "threading_constructs": 0 }, { - "file_path": "packages/Cliodynamics.jl/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "packages/JuliaForChildren.jl/src/interop.jl", + "lines": 87, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "packages/Cliodynamics.jl/src/abi/Types.idr", - "lines": 228, - "unsafe_blocks": 1, + "file_path": "packages/Exnovation.jl/examples/02_portfolio_management.jl", + "lines": 214, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "packages/Cliodynamics.jl/ffi/zig/test/integration_test.zig", + "file_path": "packages/SMTLib.jl/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -3908,7 +3848,7 @@ "threading_constructs": 2 }, { - "file_path": "packages/Cliodynamics.jl/ffi/zig/src/main.zig", + "file_path": "packages/SMTLib.jl/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -3918,42 +3858,52 @@ "threading_constructs": 0 }, { - "file_path": "packages/LowLevel.jl/src/system/firmware.jl", - "lines": 44, + "file_path": "packages/SMTLib.jl/test/runtests.jl", + "lines": 1578, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/PRComms.jl/src/surveys.jl", - "lines": 44, - "unsafe_blocks": 0, + "file_path": "packages/SMTLib.jl/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/PRComms.jl/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "packages/SMTLib.jl/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "packages/PRComms.jl/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "packages/SMTLib.jl/src/SMTLib.jl", + "lines": 2378, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 9, + "io_operations": 5, + "threading_constructs": 0 + }, + { + "file_path": "packages/ProvenCrypto.jl/ext/ProvenCryptoOneAPIExt.jl", + "lines": 259, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 11, "io_operations": 0, "threading_constructs": 0 }, @@ -3968,8 +3918,8 @@ "threading_constructs": 0 }, { - "file_path": "packages/ProvenCrypto.jl/ext/ProvenCryptoOneAPIExt.jl", - "lines": 259, + "file_path": "packages/ProvenCrypto.jl/ext/ProvenCryptoMetalExt.jl", + "lines": 250, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3988,28 +3938,28 @@ "threading_constructs": 0 }, { - "file_path": "packages/ProvenCrypto.jl/ext/ProvenCryptoMetalExt.jl", - "lines": 250, + "file_path": "packages/ProvenCrypto.jl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 11, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "packages/ProvenCrypto.jl/test/runtests.jl", - "lines": 416, + "file_path": "packages/ProvenCrypto.jl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/ProvenCrypto.jl/src/verification/proof_export.jl", - "lines": 320, + "file_path": "packages/ProvenCrypto.jl/test/runtests.jl", + "lines": 416, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4027,6 +3977,16 @@ "io_operations": 1, "threading_constructs": 0 }, + { + "file_path": "packages/ProvenCrypto.jl/src/verification/proof_export.jl", + "lines": 320, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, { "file_path": "packages/ProvenCrypto.jl/src/backends/advanced_hardware.jl", "lines": 473, @@ -4048,59 +4008,49 @@ "threading_constructs": 0 }, { - "file_path": "packages/ProvenCrypto.jl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "packages/LowLevel.jl/src/system/firmware.jl", + "lines": 44, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "packages/ProvenCrypto.jl/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "packages/Cladistics.jl/ext/CladisticsNPUExt.jl", - "lines": 343, + "file_path": "packages/Axiology.jl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "packages/Cladistics.jl/ext/CladisticsDSPExt.jl", - "lines": 386, + "file_path": "packages/Axiology.jl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/Cladistics.jl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "packages/SiliconCore.jl/src/SiliconCore.jl", + "lines": 1070, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 12, + "threading_constructs": 0 }, { - "file_path": "packages/Cladistics.jl/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "packages/Skein.jl/ffi/zig/src/main.zig", + "lines": 195, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 1, @@ -4108,18 +4058,18 @@ "threading_constructs": 0 }, { - "file_path": "packages/Hyperpolymath.jl/test/runtests.jl", - "lines": 50, + "file_path": "packages/Skein.jl/test/runtests.jl", + "lines": 1125, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "packages/ShellIntegration.jl/src/ShellIntegration.jl", - "lines": 270, + "file_path": "packages/Skein.jl/src/import_export.jl", + "lines": 339, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4128,17 +4078,17 @@ "threading_constructs": 0 }, { - "file_path": "packages/JuliaForChildren.jl/src/interop.jl", - "lines": 87, + "file_path": "packages/Skein.jl/src/storage.jl", + "lines": 354, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "packages/JuliaForChildren.jl/ffi/zig/test/integration_test.zig", + "file_path": "packages/JuliaPackage-Reuse-Audit.jl/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -4148,7 +4098,7 @@ "threading_constructs": 2 }, { - "file_path": "packages/JuliaForChildren.jl/ffi/zig/src/main.zig", + "file_path": "packages/JuliaPackage-Reuse-Audit.jl/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -4158,37 +4108,47 @@ "threading_constructs": 0 }, { - "file_path": "packages/SiliconCore.jl/src/SiliconCore.jl", - "lines": 1070, + "file_path": "packages/JuliaPackage-Reuse-Audit.jl/test/runtests.jl", + "lines": 219, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 12, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "packages/SMTLib.jl/test/runtests.jl", - "lines": 1578, + "file_path": "packages/JuliaPackage-Reuse-Audit.jl/src/generator.jl", + "lines": 101, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "packages/SMTLib.jl/src/SMTLib.jl", - "lines": 2378, + "file_path": "packages/Cliodynamics.jl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 9, - "io_operations": 5, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "packages/Cliodynamics.jl/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/SMTLib.jl/src/abi/Foreign.idr", + "file_path": "packages/Cliodynamics.jl/src/abi/Foreign.idr", "lines": 216, "unsafe_blocks": 12, "panic_sites": 0, @@ -4198,8 +4158,8 @@ "threading_constructs": 0 }, { - "file_path": "packages/SMTLib.jl/src/abi/Types.idr", - "lines": 231, + "file_path": "packages/Cliodynamics.jl/src/abi/Types.idr", + "lines": 228, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, @@ -4208,48 +4168,48 @@ "threading_constructs": 0 }, { - "file_path": "packages/SMTLib.jl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "Exnovation.jl/examples/02_portfolio_management.jl", + "lines": 214, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "packages/SMTLib.jl/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "SMTLib.jl/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "packages/QuantumCircuit.jl/ext/QuantumCircuitCryptoExt.jl", - "lines": 410, + "file_path": "SMTLib.jl/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/BowtieRisk.jl/test/runtests.jl", - "lines": 574, + "file_path": "SMTLib.jl/test/runtests.jl", + "lines": 1578, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 10, + "allocation_sites": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "packages/BowtieRisk.jl/src/abi/Foreign.idr", - "lines": 219, + "file_path": "SMTLib.jl/src/abi/Foreign.idr", + "lines": 216, "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, @@ -4258,7 +4218,7 @@ "threading_constructs": 0 }, { - "file_path": "packages/BowtieRisk.jl/src/abi/Types.idr", + "file_path": "SMTLib.jl/src/abi/Types.idr", "lines": 231, "unsafe_blocks": 1, "panic_sites": 0, @@ -4268,137 +4228,157 @@ "threading_constructs": 0 }, { - "file_path": "packages/BowtieRisk.jl/src/BowtieRisk.jl", - "lines": 806, + "file_path": "SMTLib.jl/src/SMTLib.jl", + "lines": 2378, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 10, + "allocation_sites": 9, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "packages/BowtieRisk.jl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "ProvenCrypto.jl/ext/ProvenCryptoOneAPIExt.jl", + "lines": 259, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 11, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "packages/BowtieRisk.jl/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "ProvenCrypto.jl/ext/ProvenCryptoROCmExt.jl", + "lines": 248, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 11, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "SMTLib.jl/test/runtests.jl", - "lines": 1578, + "file_path": "ProvenCrypto.jl/ext/ProvenCryptoMetalExt.jl", + "lines": 250, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 11, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "SMTLib.jl/src/SMTLib.jl", - "lines": 2378, + "file_path": "ProvenCrypto.jl/ext/ProvenCryptoCUDAExt.jl", + "lines": 290, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 9, - "io_operations": 5, + "allocation_sites": 11, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "SMTLib.jl/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "ProvenCrypto.jl/ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "SMTLib.jl/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "ProvenCrypto.jl/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "SMTLib.jl/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "ProvenCrypto.jl/test/runtests.jl", + "lines": 416, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "SMTLib.jl/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "ProvenCrypto.jl/src/primitives/ffi_wrappers.jl", + "lines": 316, + "unsafe_blocks": 4, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "ProvenCrypto.jl/src/verification/proof_export.jl", + "lines": 320, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "BowtieRisk.jl/test/runtests.jl", - "lines": 574, + "file_path": "ProvenCrypto.jl/src/backends/advanced_hardware.jl", + "lines": 473, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "BowtieRisk.jl/src/abi/Foreign.idr", - "lines": 219, - "unsafe_blocks": 12, + "file_path": "ProvenCrypto.jl/src/backends/hardware.jl", + "lines": 358, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "BowtieRisk.jl/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "Axiology.jl/ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "Axiology.jl/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "BowtieRisk.jl/src/BowtieRisk.jl", - "lines": 806, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "BowtieRisk.jl/ffi/zig/test/integration_test.zig", + "file_path": "Cliodynamics.jl/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -4408,7 +4388,7 @@ "threading_constructs": 2 }, { - "file_path": "BowtieRisk.jl/ffi/zig/src/main.zig", + "file_path": "Cliodynamics.jl/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -4416,10 +4396,30 @@ "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 - } - ], - "recommended_attacks": [ - "disk", + }, + { + "file_path": "Cliodynamics.jl/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "Cliodynamics.jl/src/abi/Types.idr", + "lines": 228, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + } + ], + "recommended_attacks": [ + "disk", "concurrency", "memory", "cpu" @@ -4427,207 +4427,195 @@ "dependency_graph": { "edges": [ { - "from": "KnotTheory.jl/ext/KnotTheoryCUDAExt.jl", - "to": "KnotTheory.jl/ext/KnotTheoryMetalExt.jl", - "relation": "shared_dir:KnotTheory.jl/ext", - "weight": 1.0 - }, - { - "from": "KnotTheory.jl/ext/KnotTheoryMetalExt.jl", - "to": "KnotTheory.jl/ext/KnotTheoryROCmExt.jl", - "relation": "shared_dir:KnotTheory.jl/ext", - "weight": 1.0 - }, - { - "from": "Cliometrics.jl/src/abi/Foreign.idr", - "to": "Cliometrics.jl/src/abi/Types.idr", - "relation": "shared_dir:Cliometrics.jl/src/abi", + "from": "packages/Axiom.jl/zig/src/threading.zig", + "to": "packages/Axiom.jl/zig/src/bench.zig", + "relation": "shared_dir:packages/Axiom.jl/zig/src", "weight": 1.0 }, { - "from": "packages/ProvenCrypto.jl/src/backends/advanced_hardware.jl", - "to": "packages/ProvenCrypto.jl/src/backends/hardware.jl", - "relation": "shared_dir:packages/ProvenCrypto.jl/src/backends", + "from": "Axiom.jl/templates/AxiomCryptoExtSkeleton.jl", + "to": "Axiom.jl/templates/AxiomTPUExtSkeleton.jl", + "relation": "shared_dir:Axiom.jl/templates", "weight": 1.0 }, { - "from": "ProvenCrypto.jl/ext/ProvenCryptoROCmExt.jl", - "to": "ProvenCrypto.jl/ext/ProvenCryptoOneAPIExt.jl", - "relation": "shared_dir:ProvenCrypto.jl/ext", + "from": "Axiom.jl/templates/AxiomTPUExtSkeleton.jl", + "to": "Axiom.jl/templates/AxiomVPUExtSkeleton.jl", + "relation": "shared_dir:Axiom.jl/templates", "weight": 1.0 }, { - "from": "ProvenCrypto.jl/ext/ProvenCryptoOneAPIExt.jl", - "to": "ProvenCrypto.jl/ext/ProvenCryptoCUDAExt.jl", - "relation": "shared_dir:ProvenCrypto.jl/ext", + "from": "Axiom.jl/templates/AxiomVPUExtSkeleton.jl", + "to": "Axiom.jl/templates/AxiomPPUExtSkeleton.jl", + "relation": "shared_dir:Axiom.jl/templates", "weight": 1.0 }, { - "from": "ProvenCrypto.jl/ext/ProvenCryptoCUDAExt.jl", - "to": "ProvenCrypto.jl/ext/ProvenCryptoMetalExt.jl", - "relation": "shared_dir:ProvenCrypto.jl/ext", + "from": "Axiom.jl/templates/AxiomPPUExtSkeleton.jl", + "to": "Axiom.jl/templates/AxiomNPUExtSkeleton.jl", + "relation": "shared_dir:Axiom.jl/templates", "weight": 1.0 }, { - "from": "Axiom.jl/src/integrations/huggingface.jl", - "to": "Axiom.jl/src/integrations/interop.jl", - "relation": "shared_dir:Axiom.jl/src/integrations", + "from": "Axiom.jl/templates/AxiomNPUExtSkeleton.jl", + "to": "Axiom.jl/templates/AxiomDSPExtSkeleton.jl", + "relation": "shared_dir:Axiom.jl/templates", "weight": 1.0 }, { - "from": "Axiom.jl/src/backends/julia_backend.jl", - "to": "Axiom.jl/src/backends/zig_ffi.jl", - "relation": "shared_dir:Axiom.jl/src/backends", + "from": "Axiom.jl/templates/AxiomDSPExtSkeleton.jl", + "to": "Axiom.jl/templates/AxiomQPUExtSkeleton.jl", + "relation": "shared_dir:Axiom.jl/templates", "weight": 1.0 }, { - "from": "Axiom.jl/src/backends/zig_ffi.jl", - "to": "Axiom.jl/src/backends/abstract.jl", - "relation": "shared_dir:Axiom.jl/src/backends", + "from": "Axiom.jl/templates/AxiomQPUExtSkeleton.jl", + "to": "Axiom.jl/templates/AxiomFPGAExtSkeleton.jl", + "relation": "shared_dir:Axiom.jl/templates", "weight": 1.0 }, { - "from": "Axiom.jl/zig/src/threading.zig", - "to": "Axiom.jl/zig/src/bench.zig", - "relation": "shared_dir:Axiom.jl/zig/src", + "from": "Axiom.jl/templates/AxiomFPGAExtSkeleton.jl", + "to": "Axiom.jl/templates/AxiomMathExtSkeleton.jl", + "relation": "shared_dir:Axiom.jl/templates", "weight": 1.0 }, { - "from": "packages/Axiom.jl/src/backends/julia_backend.jl", - "to": "packages/Axiom.jl/src/backends/zig_ffi.jl", - "relation": "shared_dir:packages/Axiom.jl/src/backends", + "from": "Axiom.jl/test/ci/gpu_fallback.jl", + "to": "Axiom.jl/test/ci/interop_smoke.jl", + "relation": "shared_dir:Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "packages/Axiom.jl/src/backends/zig_ffi.jl", - "to": "packages/Axiom.jl/src/backends/abstract.jl", - "relation": "shared_dir:packages/Axiom.jl/src/backends", + "from": "Axiom.jl/test/ci/interop_smoke.jl", + "to": "Axiom.jl/test/ci/model_package_registry.jl", + "relation": "shared_dir:Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "Cladistics.jl/ext/CladisticsNPUExt.jl", - "to": "Cladistics.jl/ext/CladisticsDSPExt.jl", - "relation": "shared_dir:Cladistics.jl/ext", + "from": "Axiom.jl/test/ci/model_package_registry.jl", + "to": "Axiom.jl/test/ci/tpu_required_mode.jl", + "relation": "shared_dir:Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "Axiom.jl/src/verification/serialization.jl", - "to": "Axiom.jl/src/verification/certificates.jl", - "relation": "shared_dir:Axiom.jl/src/verification", + "from": "Axiom.jl/test/ci/tpu_required_mode.jl", + "to": "Axiom.jl/test/ci/npu_required_mode.jl", + "relation": "shared_dir:Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "packages/Axiom.jl/src/proof_export.jl", - "to": "packages/Axiom.jl/src/model_packaging.jl", - "relation": "shared_dir:packages/Axiom.jl/src", + "from": "Axiom.jl/test/ci/npu_required_mode.jl", + "to": "Axiom.jl/test/ci/math_required_mode.jl", + "relation": "shared_dir:Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "packages/Axiom.jl/src/model_packaging.jl", - "to": "packages/Axiom.jl/src/model_metadata.jl", - "relation": "shared_dir:packages/Axiom.jl/src", + "from": "Axiom.jl/test/ci/math_required_mode.jl", + "to": "Axiom.jl/test/ci/certificate_integrity.jl", + "relation": "shared_dir:Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "ProvenCrypto.jl/src/backends/advanced_hardware.jl", - "to": "ProvenCrypto.jl/src/backends/hardware.jl", - "relation": "shared_dir:ProvenCrypto.jl/src/backends", + "from": "Axiom.jl/test/ci/certificate_integrity.jl", + "to": "Axiom.jl/test/ci/proof_bundle_reconciliation.jl", + "relation": "shared_dir:Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "packages/Axiom.jl/src/integrations/huggingface.jl", - "to": "packages/Axiom.jl/src/integrations/interop.jl", - "relation": "shared_dir:packages/Axiom.jl/src/integrations", + "from": "Axiom.jl/test/ci/proof_bundle_reconciliation.jl", + "to": "Axiom.jl/test/ci/coprocessor_resilience.jl", + "relation": "shared_dir:Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "packages/SMTLib.jl/src/abi/Foreign.idr", - "to": "packages/SMTLib.jl/src/abi/Types.idr", - "relation": "shared_dir:packages/SMTLib.jl/src/abi", + "from": "Axiom.jl/test/ci/coprocessor_resilience.jl", + "to": "Axiom.jl/test/ci/gpu_resilience.jl", + "relation": "shared_dir:Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "packages/ProvenCrypto.jl/ext/ProvenCryptoROCmExt.jl", - "to": "packages/ProvenCrypto.jl/ext/ProvenCryptoOneAPIExt.jl", - "relation": "shared_dir:packages/ProvenCrypto.jl/ext", + "from": "Axiom.jl/test/ci/gpu_resilience.jl", + "to": "Axiom.jl/test/ci/dsp_required_mode.jl", + "relation": "shared_dir:Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "packages/ProvenCrypto.jl/ext/ProvenCryptoOneAPIExt.jl", - "to": "packages/ProvenCrypto.jl/ext/ProvenCryptoCUDAExt.jl", - "relation": "shared_dir:packages/ProvenCrypto.jl/ext", + "from": "Axiom.jl/src/backends/julia_backend.jl", + "to": "Axiom.jl/src/backends/zig_ffi.jl", + "relation": "shared_dir:Axiom.jl/src/backends", "weight": 1.0 }, { - "from": "packages/ProvenCrypto.jl/ext/ProvenCryptoCUDAExt.jl", - "to": "packages/ProvenCrypto.jl/ext/ProvenCryptoMetalExt.jl", - "relation": "shared_dir:packages/ProvenCrypto.jl/ext", + "from": "Axiom.jl/src/backends/zig_ffi.jl", + "to": "Axiom.jl/src/backends/abstract.jl", + "relation": "shared_dir:Axiom.jl/src/backends", "weight": 1.0 }, { - "from": "packages/Axiom.jl/ext/AxiomMathExt.jl", - "to": "packages/Axiom.jl/ext/AxiomCryptoExt.jl", - "relation": "shared_dir:packages/Axiom.jl/ext", + "from": "Axiom.jl/src/model_packaging.jl", + "to": "Axiom.jl/src/proof_export.jl", + "relation": "shared_dir:Axiom.jl/src", "weight": 1.0 }, { - "from": "packages/Axiom.jl/ext/AxiomCryptoExt.jl", - "to": "packages/Axiom.jl/ext/AxiomFPGAExt.jl", - "relation": "shared_dir:packages/Axiom.jl/ext", + "from": "Axiom.jl/src/proof_export.jl", + "to": "Axiom.jl/src/model_metadata.jl", + "relation": "shared_dir:Axiom.jl/src", "weight": 1.0 }, { - "from": "packages/Axiom.jl/ext/AxiomFPGAExt.jl", - "to": "packages/Axiom.jl/ext/AxiomCUDAExt.jl", - "relation": "shared_dir:packages/Axiom.jl/ext", + "from": "Axiom.jl/src/integrations/huggingface.jl", + "to": "Axiom.jl/src/integrations/interop.jl", + "relation": "shared_dir:Axiom.jl/src/integrations", "weight": 1.0 }, { - "from": "packages/Axiom.jl/ext/AxiomCUDAExt.jl", - "to": "packages/Axiom.jl/ext/AxiomQPUExt.jl", - "relation": "shared_dir:packages/Axiom.jl/ext", + "from": "packages/ZeroProb.jl/ext/ZeroProbCryptoExt.jl", + "to": "packages/ZeroProb.jl/ext/ZeroProbCUDAExt.jl", + "relation": "shared_dir:packages/ZeroProb.jl/ext", "weight": 1.0 }, { - "from": "packages/Axiom.jl/ext/AxiomQPUExt.jl", - "to": "packages/Axiom.jl/ext/AxiomVPUExt.jl", - "relation": "shared_dir:packages/Axiom.jl/ext", + "from": "packages/Cliodynamics.jl/src/abi/Foreign.idr", + "to": "packages/Cliodynamics.jl/src/abi/Types.idr", + "relation": "shared_dir:packages/Cliodynamics.jl/src/abi", "weight": 1.0 }, { - "from": "packages/Axiom.jl/ext/AxiomVPUExt.jl", - "to": "packages/Axiom.jl/ext/AxiomNPUExt.jl", - "relation": "shared_dir:packages/Axiom.jl/ext", + "from": "packages/Axiom.jl/src/backends/julia_backend.jl", + "to": "packages/Axiom.jl/src/backends/zig_ffi.jl", + "relation": "shared_dir:packages/Axiom.jl/src/backends", "weight": 1.0 }, { - "from": "packages/Axiom.jl/ext/AxiomNPUExt.jl", - "to": "packages/Axiom.jl/ext/AxiomTPUExt.jl", - "relation": "shared_dir:packages/Axiom.jl/ext", + "from": "packages/Axiom.jl/src/backends/zig_ffi.jl", + "to": "packages/Axiom.jl/src/backends/abstract.jl", + "relation": "shared_dir:packages/Axiom.jl/src/backends", "weight": 1.0 }, { - "from": "packages/Axiom.jl/ext/AxiomTPUExt.jl", - "to": "packages/Axiom.jl/ext/AxiomDSPExt.jl", - "relation": "shared_dir:packages/Axiom.jl/ext", + "from": "SMTLib.jl/src/abi/Foreign.idr", + "to": "SMTLib.jl/src/abi/Types.idr", + "relation": "shared_dir:SMTLib.jl/src/abi", "weight": 1.0 }, { - "from": "packages/Axiom.jl/ext/AxiomDSPExt.jl", - "to": "packages/Axiom.jl/ext/AxiomPPUExt.jl", - "relation": "shared_dir:packages/Axiom.jl/ext", + "from": "packages/Axiom.jl/src/layers/dense.jl", + "to": "packages/Axiom.jl/src/layers/abstract.jl", + "relation": "shared_dir:packages/Axiom.jl/src/layers", "weight": 1.0 }, { - "from": "packages/Axiom.jl/ext/AxiomPPUExt.jl", - "to": "packages/Axiom.jl/ext/AxiomMetalExt.jl", - "relation": "shared_dir:packages/Axiom.jl/ext", + "from": "packages/Axiom.jl/src/layers/abstract.jl", + "to": "packages/Axiom.jl/src/layers/conv.jl", + "relation": "shared_dir:packages/Axiom.jl/src/layers", "weight": 1.0 }, { - "from": "packages/Axiom.jl/ext/AxiomMetalExt.jl", - "to": "packages/Axiom.jl/ext/AxiomAMDGPUExt.jl", - "relation": "shared_dir:packages/Axiom.jl/ext", + "from": "packages/Axiom.jl/src/layers/conv.jl", + "to": "packages/Axiom.jl/src/layers/normalization.jl", + "relation": "shared_dir:packages/Axiom.jl/src/layers", "weight": 1.0 }, { @@ -4638,578 +4626,621 @@ }, { "from": "packages/Axiom.jl/test/ci/interop_smoke.jl", - "to": "packages/Axiom.jl/test/ci/proof_bundle_reconciliation.jl", + "to": "packages/Axiom.jl/test/ci/model_package_registry.jl", "relation": "shared_dir:packages/Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "packages/Axiom.jl/test/ci/proof_bundle_reconciliation.jl", - "to": "packages/Axiom.jl/test/ci/math_required_mode.jl", + "from": "packages/Axiom.jl/test/ci/model_package_registry.jl", + "to": "packages/Axiom.jl/test/ci/tpu_required_mode.jl", "relation": "shared_dir:packages/Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "packages/Axiom.jl/test/ci/math_required_mode.jl", - "to": "packages/Axiom.jl/test/ci/gpu_resilience.jl", + "from": "packages/Axiom.jl/test/ci/tpu_required_mode.jl", + "to": "packages/Axiom.jl/test/ci/npu_required_mode.jl", "relation": "shared_dir:packages/Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "packages/Axiom.jl/test/ci/gpu_resilience.jl", - "to": "packages/Axiom.jl/test/ci/dsp_required_mode.jl", + "from": "packages/Axiom.jl/test/ci/npu_required_mode.jl", + "to": "packages/Axiom.jl/test/ci/math_required_mode.jl", "relation": "shared_dir:packages/Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "packages/Axiom.jl/test/ci/dsp_required_mode.jl", - "to": "packages/Axiom.jl/test/ci/tpu_required_mode.jl", + "from": "packages/Axiom.jl/test/ci/math_required_mode.jl", + "to": "packages/Axiom.jl/test/ci/certificate_integrity.jl", "relation": "shared_dir:packages/Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "packages/Axiom.jl/test/ci/tpu_required_mode.jl", - "to": "packages/Axiom.jl/test/ci/coprocessor_resilience.jl", + "from": "packages/Axiom.jl/test/ci/certificate_integrity.jl", + "to": "packages/Axiom.jl/test/ci/proof_bundle_reconciliation.jl", "relation": "shared_dir:packages/Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "packages/Axiom.jl/test/ci/coprocessor_resilience.jl", - "to": "packages/Axiom.jl/test/ci/certificate_integrity.jl", + "from": "packages/Axiom.jl/test/ci/proof_bundle_reconciliation.jl", + "to": "packages/Axiom.jl/test/ci/coprocessor_resilience.jl", "relation": "shared_dir:packages/Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "packages/Axiom.jl/test/ci/certificate_integrity.jl", - "to": "packages/Axiom.jl/test/ci/npu_required_mode.jl", + "from": "packages/Axiom.jl/test/ci/coprocessor_resilience.jl", + "to": "packages/Axiom.jl/test/ci/gpu_resilience.jl", "relation": "shared_dir:packages/Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "packages/Axiom.jl/test/ci/npu_required_mode.jl", - "to": "packages/Axiom.jl/test/ci/model_package_registry.jl", + "from": "packages/Axiom.jl/test/ci/gpu_resilience.jl", + "to": "packages/Axiom.jl/test/ci/dsp_required_mode.jl", "relation": "shared_dir:packages/Axiom.jl/test/ci", "weight": 1.0 }, { - "from": "packages/Axiom.jl/src/layers/normalization.jl", - "to": "packages/Axiom.jl/src/layers/abstract.jl", - "relation": "shared_dir:packages/Axiom.jl/src/layers", + "from": "ProvenCrypto.jl/src/backends/advanced_hardware.jl", + "to": "ProvenCrypto.jl/src/backends/hardware.jl", + "relation": "shared_dir:ProvenCrypto.jl/src/backends", "weight": 1.0 }, { - "from": "packages/Axiom.jl/src/layers/abstract.jl", - "to": "packages/Axiom.jl/src/layers/conv.jl", - "relation": "shared_dir:packages/Axiom.jl/src/layers", + "from": "packages/Axiom.jl/packages/SMTLib.jl/src/abi/Foreign.idr", + "to": "packages/Axiom.jl/packages/SMTLib.jl/src/abi/Types.idr", + "relation": "shared_dir:packages/Axiom.jl/packages/SMTLib.jl/src/abi", "weight": 1.0 }, { - "from": "packages/Axiom.jl/src/layers/conv.jl", - "to": "packages/Axiom.jl/src/layers/dense.jl", - "relation": "shared_dir:packages/Axiom.jl/src/layers", + "from": "Cladistics.jl/ext/CladisticsDSPExt.jl", + "to": "Cladistics.jl/ext/CladisticsNPUExt.jl", + "relation": "shared_dir:Cladistics.jl/ext", "weight": 1.0 }, { - "from": "packages/Axiom.jl/scripts/gpu-performance-evidence.jl", - "to": "packages/Axiom.jl/scripts/model-package-evidence.jl", - "relation": "shared_dir:packages/Axiom.jl/scripts", + "from": "Axiom.jl/packages/SMTLib.jl/src/abi/Foreign.idr", + "to": "Axiom.jl/packages/SMTLib.jl/src/abi/Types.idr", + "relation": "shared_dir:Axiom.jl/packages/SMTLib.jl/src/abi", "weight": 1.0 }, { - "from": "packages/Axiom.jl/scripts/model-package-evidence.jl", - "to": "packages/Axiom.jl/scripts/math-strict-evidence.jl", - "relation": "shared_dir:packages/Axiom.jl/scripts", + "from": "packages/Cliometrics.jl/src/abi/Foreign.idr", + "to": "packages/Cliometrics.jl/src/abi/Types.idr", + "relation": "shared_dir:packages/Cliometrics.jl/src/abi", "weight": 1.0 }, { - "from": "packages/Axiom.jl/scripts/math-strict-evidence.jl", - "to": "packages/Axiom.jl/scripts/dsp-strict-evidence.jl", - "relation": "shared_dir:packages/Axiom.jl/scripts", + "from": "packages/ProvenCrypto.jl/src/backends/advanced_hardware.jl", + "to": "packages/ProvenCrypto.jl/src/backends/hardware.jl", + "relation": "shared_dir:packages/ProvenCrypto.jl/src/backends", "weight": 1.0 }, { - "from": "packages/Axiom.jl/scripts/dsp-strict-evidence.jl", - "to": "packages/Axiom.jl/scripts/npu-strict-evidence.jl", - "relation": "shared_dir:packages/Axiom.jl/scripts", + "from": "Cliodynamics.jl/src/abi/Foreign.idr", + "to": "Cliodynamics.jl/src/abi/Types.idr", + "relation": "shared_dir:Cliodynamics.jl/src/abi", "weight": 1.0 }, { - "from": "packages/Axiom.jl/scripts/npu-strict-evidence.jl", - "to": "packages/Axiom.jl/scripts/optimization-evidence.jl", - "relation": "shared_dir:packages/Axiom.jl/scripts", + "from": "packages/Axiom.jl/ext/AxiomAMDGPUExt.jl", + "to": "packages/Axiom.jl/ext/AxiomMetalExt.jl", + "relation": "shared_dir:packages/Axiom.jl/ext", "weight": 1.0 }, { - "from": "packages/Axiom.jl/scripts/optimization-evidence.jl", - "to": "packages/Axiom.jl/scripts/coprocessor-evidence.jl", - "relation": "shared_dir:packages/Axiom.jl/scripts", + "from": "packages/Axiom.jl/ext/AxiomMetalExt.jl", + "to": "packages/Axiom.jl/ext/AxiomPPUExt.jl", + "relation": "shared_dir:packages/Axiom.jl/ext", "weight": 1.0 }, { - "from": "packages/Axiom.jl/scripts/coprocessor-evidence.jl", - "to": "packages/Axiom.jl/scripts/coprocessor-resilience-evidence.jl", - "relation": "shared_dir:packages/Axiom.jl/scripts", + "from": "packages/Axiom.jl/ext/AxiomPPUExt.jl", + "to": "packages/Axiom.jl/ext/AxiomCUDAExt.jl", + "relation": "shared_dir:packages/Axiom.jl/ext", "weight": 1.0 }, { - "from": "packages/Axiom.jl/scripts/coprocessor-resilience-evidence.jl", - "to": "packages/Axiom.jl/scripts/proof-bundle-evidence.jl", - "relation": "shared_dir:packages/Axiom.jl/scripts", + "from": "packages/Axiom.jl/ext/AxiomCUDAExt.jl", + "to": "packages/Axiom.jl/ext/AxiomCryptoExt.jl", + "relation": "shared_dir:packages/Axiom.jl/ext", "weight": 1.0 }, { - "from": "packages/Axiom.jl/scripts/proof-bundle-evidence.jl", - "to": "packages/Axiom.jl/scripts/verification-telemetry-evidence.jl", - "relation": "shared_dir:packages/Axiom.jl/scripts", + "from": "packages/Axiom.jl/ext/AxiomCryptoExt.jl", + "to": "packages/Axiom.jl/ext/AxiomDSPExt.jl", + "relation": "shared_dir:packages/Axiom.jl/ext", "weight": 1.0 }, { - "from": "packages/Axiom.jl/scripts/verification-telemetry-evidence.jl", - "to": "packages/Axiom.jl/scripts/tpu-strict-evidence.jl", - "relation": "shared_dir:packages/Axiom.jl/scripts", + "from": "packages/Axiom.jl/ext/AxiomDSPExt.jl", + "to": "packages/Axiom.jl/ext/AxiomTPUExt.jl", + "relation": "shared_dir:packages/Axiom.jl/ext", "weight": 1.0 }, { - "from": "BowtieRisk.jl/src/abi/Foreign.idr", - "to": "BowtieRisk.jl/src/abi/Types.idr", - "relation": "shared_dir:BowtieRisk.jl/src/abi", + "from": "packages/Axiom.jl/ext/AxiomTPUExt.jl", + "to": "packages/Axiom.jl/ext/AxiomQPUExt.jl", + "relation": "shared_dir:packages/Axiom.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/templates/AxiomVPUExtSkeleton.jl", - "to": "Axiom.jl/templates/AxiomFPGAExtSkeleton.jl", - "relation": "shared_dir:Axiom.jl/templates", + "from": "packages/Axiom.jl/ext/AxiomQPUExt.jl", + "to": "packages/Axiom.jl/ext/AxiomNPUExt.jl", + "relation": "shared_dir:packages/Axiom.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/templates/AxiomFPGAExtSkeleton.jl", - "to": "Axiom.jl/templates/AxiomPPUExtSkeleton.jl", - "relation": "shared_dir:Axiom.jl/templates", + "from": "packages/Axiom.jl/ext/AxiomNPUExt.jl", + "to": "packages/Axiom.jl/ext/AxiomMathExt.jl", + "relation": "shared_dir:packages/Axiom.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/templates/AxiomPPUExtSkeleton.jl", - "to": "Axiom.jl/templates/AxiomTPUExtSkeleton.jl", - "relation": "shared_dir:Axiom.jl/templates", + "from": "packages/Axiom.jl/ext/AxiomMathExt.jl", + "to": "packages/Axiom.jl/ext/AxiomVPUExt.jl", + "relation": "shared_dir:packages/Axiom.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/templates/AxiomTPUExtSkeleton.jl", - "to": "Axiom.jl/templates/AxiomMathExtSkeleton.jl", - "relation": "shared_dir:Axiom.jl/templates", + "from": "packages/Axiom.jl/ext/AxiomVPUExt.jl", + "to": "packages/Axiom.jl/ext/AxiomFPGAExt.jl", + "relation": "shared_dir:packages/Axiom.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/templates/AxiomMathExtSkeleton.jl", - "to": "Axiom.jl/templates/AxiomNPUExtSkeleton.jl", - "relation": "shared_dir:Axiom.jl/templates", + "from": "packages/Axiom.jl/templates/AxiomCryptoExtSkeleton.jl", + "to": "packages/Axiom.jl/templates/AxiomTPUExtSkeleton.jl", + "relation": "shared_dir:packages/Axiom.jl/templates", "weight": 1.0 }, { - "from": "Axiom.jl/templates/AxiomNPUExtSkeleton.jl", - "to": "Axiom.jl/templates/AxiomCryptoExtSkeleton.jl", - "relation": "shared_dir:Axiom.jl/templates", + "from": "packages/Axiom.jl/templates/AxiomTPUExtSkeleton.jl", + "to": "packages/Axiom.jl/templates/AxiomVPUExtSkeleton.jl", + "relation": "shared_dir:packages/Axiom.jl/templates", "weight": 1.0 }, { - "from": "Axiom.jl/templates/AxiomCryptoExtSkeleton.jl", - "to": "Axiom.jl/templates/AxiomDSPExtSkeleton.jl", - "relation": "shared_dir:Axiom.jl/templates", + "from": "packages/Axiom.jl/templates/AxiomVPUExtSkeleton.jl", + "to": "packages/Axiom.jl/templates/AxiomPPUExtSkeleton.jl", + "relation": "shared_dir:packages/Axiom.jl/templates", "weight": 1.0 }, { - "from": "Axiom.jl/templates/AxiomDSPExtSkeleton.jl", - "to": "Axiom.jl/templates/AxiomQPUExtSkeleton.jl", - "relation": "shared_dir:Axiom.jl/templates", + "from": "packages/Axiom.jl/templates/AxiomPPUExtSkeleton.jl", + "to": "packages/Axiom.jl/templates/AxiomNPUExtSkeleton.jl", + "relation": "shared_dir:packages/Axiom.jl/templates", "weight": 1.0 }, { - "from": "packages/KnotTheory.jl/ext/KnotTheoryCUDAExt.jl", - "to": "packages/KnotTheory.jl/ext/KnotTheoryMetalExt.jl", - "relation": "shared_dir:packages/KnotTheory.jl/ext", + "from": "packages/Axiom.jl/templates/AxiomNPUExtSkeleton.jl", + "to": "packages/Axiom.jl/templates/AxiomDSPExtSkeleton.jl", + "relation": "shared_dir:packages/Axiom.jl/templates", "weight": 1.0 }, { - "from": "packages/KnotTheory.jl/ext/KnotTheoryMetalExt.jl", - "to": "packages/KnotTheory.jl/ext/KnotTheoryROCmExt.jl", - "relation": "shared_dir:packages/KnotTheory.jl/ext", + "from": "packages/Axiom.jl/templates/AxiomDSPExtSkeleton.jl", + "to": "packages/Axiom.jl/templates/AxiomQPUExtSkeleton.jl", + "relation": "shared_dir:packages/Axiom.jl/templates", "weight": 1.0 }, { - "from": "packages/Cliodynamics.jl/src/abi/Foreign.idr", - "to": "packages/Cliodynamics.jl/src/abi/Types.idr", - "relation": "shared_dir:packages/Cliodynamics.jl/src/abi", + "from": "packages/Axiom.jl/templates/AxiomQPUExtSkeleton.jl", + "to": "packages/Axiom.jl/templates/AxiomFPGAExtSkeleton.jl", + "relation": "shared_dir:packages/Axiom.jl/templates", "weight": 1.0 }, { - "from": "Axiom.jl/test/ci/gpu_fallback.jl", - "to": "Axiom.jl/test/ci/interop_smoke.jl", - "relation": "shared_dir:Axiom.jl/test/ci", + "from": "packages/Axiom.jl/templates/AxiomFPGAExtSkeleton.jl", + "to": "packages/Axiom.jl/templates/AxiomMathExtSkeleton.jl", + "relation": "shared_dir:packages/Axiom.jl/templates", "weight": 1.0 }, { - "from": "Axiom.jl/test/ci/interop_smoke.jl", - "to": "Axiom.jl/test/ci/proof_bundle_reconciliation.jl", - "relation": "shared_dir:Axiom.jl/test/ci", + "from": "Axiom.jl/scripts/npu-strict-evidence.jl", + "to": "Axiom.jl/scripts/gpu-performance-evidence.jl", + "relation": "shared_dir:Axiom.jl/scripts", "weight": 1.0 }, { - "from": "Axiom.jl/test/ci/proof_bundle_reconciliation.jl", - "to": "Axiom.jl/test/ci/math_required_mode.jl", - "relation": "shared_dir:Axiom.jl/test/ci", + "from": "Axiom.jl/scripts/gpu-performance-evidence.jl", + "to": "Axiom.jl/scripts/verification-telemetry-evidence.jl", + "relation": "shared_dir:Axiom.jl/scripts", "weight": 1.0 }, { - "from": "Axiom.jl/test/ci/math_required_mode.jl", - "to": "Axiom.jl/test/ci/gpu_resilience.jl", - "relation": "shared_dir:Axiom.jl/test/ci", + "from": "Axiom.jl/scripts/verification-telemetry-evidence.jl", + "to": "Axiom.jl/scripts/optimization-evidence.jl", + "relation": "shared_dir:Axiom.jl/scripts", "weight": 1.0 }, { - "from": "Axiom.jl/test/ci/gpu_resilience.jl", - "to": "Axiom.jl/test/ci/dsp_required_mode.jl", - "relation": "shared_dir:Axiom.jl/test/ci", + "from": "Axiom.jl/scripts/optimization-evidence.jl", + "to": "Axiom.jl/scripts/proof-bundle-evidence.jl", + "relation": "shared_dir:Axiom.jl/scripts", "weight": 1.0 }, { - "from": "Axiom.jl/test/ci/dsp_required_mode.jl", - "to": "Axiom.jl/test/ci/tpu_required_mode.jl", - "relation": "shared_dir:Axiom.jl/test/ci", + "from": "Axiom.jl/scripts/proof-bundle-evidence.jl", + "to": "Axiom.jl/scripts/coprocessor-evidence.jl", + "relation": "shared_dir:Axiom.jl/scripts", "weight": 1.0 }, { - "from": "Axiom.jl/test/ci/tpu_required_mode.jl", - "to": "Axiom.jl/test/ci/coprocessor_resilience.jl", - "relation": "shared_dir:Axiom.jl/test/ci", + "from": "Axiom.jl/scripts/coprocessor-evidence.jl", + "to": "Axiom.jl/scripts/model-package-evidence.jl", + "relation": "shared_dir:Axiom.jl/scripts", "weight": 1.0 }, { - "from": "Axiom.jl/test/ci/coprocessor_resilience.jl", - "to": "Axiom.jl/test/ci/certificate_integrity.jl", - "relation": "shared_dir:Axiom.jl/test/ci", + "from": "Axiom.jl/scripts/model-package-evidence.jl", + "to": "Axiom.jl/scripts/dsp-strict-evidence.jl", + "relation": "shared_dir:Axiom.jl/scripts", "weight": 1.0 }, { - "from": "Axiom.jl/test/ci/certificate_integrity.jl", - "to": "Axiom.jl/test/ci/npu_required_mode.jl", - "relation": "shared_dir:Axiom.jl/test/ci", + "from": "Axiom.jl/scripts/dsp-strict-evidence.jl", + "to": "Axiom.jl/scripts/math-strict-evidence.jl", + "relation": "shared_dir:Axiom.jl/scripts", "weight": 1.0 }, { - "from": "Axiom.jl/test/ci/npu_required_mode.jl", - "to": "Axiom.jl/test/ci/model_package_registry.jl", - "relation": "shared_dir:Axiom.jl/test/ci", + "from": "Axiom.jl/scripts/math-strict-evidence.jl", + "to": "Axiom.jl/scripts/coprocessor-resilience-evidence.jl", + "relation": "shared_dir:Axiom.jl/scripts", "weight": 1.0 }, { - "from": "packages/BowtieRisk.jl/src/abi/Foreign.idr", - "to": "packages/BowtieRisk.jl/src/abi/Types.idr", - "relation": "shared_dir:packages/BowtieRisk.jl/src/abi", + "from": "Axiom.jl/scripts/coprocessor-resilience-evidence.jl", + "to": "Axiom.jl/scripts/tpu-strict-evidence.jl", + "relation": "shared_dir:Axiom.jl/scripts", "weight": 1.0 }, { - "from": "Axiom.jl/src/proof_export.jl", - "to": "Axiom.jl/src/model_packaging.jl", - "relation": "shared_dir:Axiom.jl/src", + "from": "KnotTheory.jl/ext/KnotTheoryMetalExt.jl", + "to": "KnotTheory.jl/ext/KnotTheoryCUDAExt.jl", + "relation": "shared_dir:KnotTheory.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/src/model_packaging.jl", - "to": "Axiom.jl/src/model_metadata.jl", - "relation": "shared_dir:Axiom.jl/src", + "from": "KnotTheory.jl/ext/KnotTheoryCUDAExt.jl", + "to": "KnotTheory.jl/ext/KnotTheoryROCmExt.jl", + "relation": "shared_dir:KnotTheory.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/src/layers/normalization.jl", - "to": "Axiom.jl/src/layers/abstract.jl", - "relation": "shared_dir:Axiom.jl/src/layers", + "from": "packages/Axiom.jl/scripts/npu-strict-evidence.jl", + "to": "packages/Axiom.jl/scripts/gpu-performance-evidence.jl", + "relation": "shared_dir:packages/Axiom.jl/scripts", "weight": 1.0 }, { - "from": "Axiom.jl/src/layers/abstract.jl", - "to": "Axiom.jl/src/layers/conv.jl", - "relation": "shared_dir:Axiom.jl/src/layers", + "from": "packages/Axiom.jl/scripts/gpu-performance-evidence.jl", + "to": "packages/Axiom.jl/scripts/verification-telemetry-evidence.jl", + "relation": "shared_dir:packages/Axiom.jl/scripts", "weight": 1.0 }, { - "from": "Axiom.jl/src/layers/conv.jl", - "to": "Axiom.jl/src/layers/dense.jl", - "relation": "shared_dir:Axiom.jl/src/layers", + "from": "packages/Axiom.jl/scripts/verification-telemetry-evidence.jl", + "to": "packages/Axiom.jl/scripts/optimization-evidence.jl", + "relation": "shared_dir:packages/Axiom.jl/scripts", "weight": 1.0 }, { - "from": "packages/Axiom.jl/templates/AxiomVPUExtSkeleton.jl", - "to": "packages/Axiom.jl/templates/AxiomFPGAExtSkeleton.jl", - "relation": "shared_dir:packages/Axiom.jl/templates", + "from": "packages/Axiom.jl/scripts/optimization-evidence.jl", + "to": "packages/Axiom.jl/scripts/proof-bundle-evidence.jl", + "relation": "shared_dir:packages/Axiom.jl/scripts", "weight": 1.0 }, { - "from": "packages/Axiom.jl/templates/AxiomFPGAExtSkeleton.jl", - "to": "packages/Axiom.jl/templates/AxiomPPUExtSkeleton.jl", - "relation": "shared_dir:packages/Axiom.jl/templates", + "from": "packages/Axiom.jl/scripts/proof-bundle-evidence.jl", + "to": "packages/Axiom.jl/scripts/coprocessor-evidence.jl", + "relation": "shared_dir:packages/Axiom.jl/scripts", "weight": 1.0 }, { - "from": "packages/Axiom.jl/templates/AxiomPPUExtSkeleton.jl", - "to": "packages/Axiom.jl/templates/AxiomTPUExtSkeleton.jl", - "relation": "shared_dir:packages/Axiom.jl/templates", + "from": "packages/Axiom.jl/scripts/coprocessor-evidence.jl", + "to": "packages/Axiom.jl/scripts/model-package-evidence.jl", + "relation": "shared_dir:packages/Axiom.jl/scripts", "weight": 1.0 }, { - "from": "packages/Axiom.jl/templates/AxiomTPUExtSkeleton.jl", - "to": "packages/Axiom.jl/templates/AxiomMathExtSkeleton.jl", - "relation": "shared_dir:packages/Axiom.jl/templates", + "from": "packages/Axiom.jl/scripts/model-package-evidence.jl", + "to": "packages/Axiom.jl/scripts/dsp-strict-evidence.jl", + "relation": "shared_dir:packages/Axiom.jl/scripts", "weight": 1.0 }, { - "from": "packages/Axiom.jl/templates/AxiomMathExtSkeleton.jl", - "to": "packages/Axiom.jl/templates/AxiomNPUExtSkeleton.jl", - "relation": "shared_dir:packages/Axiom.jl/templates", + "from": "packages/Axiom.jl/scripts/dsp-strict-evidence.jl", + "to": "packages/Axiom.jl/scripts/math-strict-evidence.jl", + "relation": "shared_dir:packages/Axiom.jl/scripts", "weight": 1.0 }, { - "from": "packages/Axiom.jl/templates/AxiomNPUExtSkeleton.jl", - "to": "packages/Axiom.jl/templates/AxiomCryptoExtSkeleton.jl", - "relation": "shared_dir:packages/Axiom.jl/templates", + "from": "packages/Axiom.jl/scripts/math-strict-evidence.jl", + "to": "packages/Axiom.jl/scripts/coprocessor-resilience-evidence.jl", + "relation": "shared_dir:packages/Axiom.jl/scripts", "weight": 1.0 }, { - "from": "packages/Axiom.jl/templates/AxiomCryptoExtSkeleton.jl", - "to": "packages/Axiom.jl/templates/AxiomDSPExtSkeleton.jl", - "relation": "shared_dir:packages/Axiom.jl/templates", + "from": "packages/Axiom.jl/scripts/coprocessor-resilience-evidence.jl", + "to": "packages/Axiom.jl/scripts/tpu-strict-evidence.jl", + "relation": "shared_dir:packages/Axiom.jl/scripts", "weight": 1.0 }, { - "from": "packages/Axiom.jl/templates/AxiomDSPExtSkeleton.jl", - "to": "packages/Axiom.jl/templates/AxiomQPUExtSkeleton.jl", - "relation": "shared_dir:packages/Axiom.jl/templates", + "from": "ZeroProb.jl/ext/ZeroProbCryptoExt.jl", + "to": "ZeroProb.jl/ext/ZeroProbCUDAExt.jl", + "relation": "shared_dir:ZeroProb.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/packages/SMTLib.jl/src/abi/Foreign.idr", - "to": "Axiom.jl/packages/SMTLib.jl/src/abi/Types.idr", - "relation": "shared_dir:Axiom.jl/packages/SMTLib.jl/src/abi", + "from": "packages/Axiom.jl/src/verification/serialization.jl", + "to": "packages/Axiom.jl/src/verification/certificates.jl", + "relation": "shared_dir:packages/Axiom.jl/src/verification", "weight": 1.0 }, { - "from": "packages/Axiom.jl/packages/SMTLib.jl/src/abi/Foreign.idr", - "to": "packages/Axiom.jl/packages/SMTLib.jl/src/abi/Types.idr", - "relation": "shared_dir:packages/Axiom.jl/packages/SMTLib.jl/src/abi", + "from": "packages/SMTLib.jl/src/abi/Foreign.idr", + "to": "packages/SMTLib.jl/src/abi/Types.idr", + "relation": "shared_dir:packages/SMTLib.jl/src/abi", "weight": 1.0 }, { - "from": "SMTLib.jl/src/abi/Foreign.idr", - "to": "SMTLib.jl/src/abi/Types.idr", - "relation": "shared_dir:SMTLib.jl/src/abi", + "from": "Cliometrics.jl/src/abi/Foreign.idr", + "to": "Cliometrics.jl/src/abi/Types.idr", + "relation": "shared_dir:Cliometrics.jl/src/abi", "weight": 1.0 }, { - "from": "packages/ZeroProb.jl/ext/ZeroProbCUDAExt.jl", - "to": "packages/ZeroProb.jl/ext/ZeroProbCryptoExt.jl", - "relation": "shared_dir:packages/ZeroProb.jl/ext", + "from": "packages/Axiom.jl/src/integrations/huggingface.jl", + "to": "packages/Axiom.jl/src/integrations/interop.jl", + "relation": "shared_dir:packages/Axiom.jl/src/integrations", "weight": 1.0 }, { - "from": "packages/Axiom.jl/zig/src/threading.zig", - "to": "packages/Axiom.jl/zig/src/bench.zig", - "relation": "shared_dir:packages/Axiom.jl/zig/src", + "from": "packages/Skein.jl/src/import_export.jl", + "to": "packages/Skein.jl/src/storage.jl", + "relation": "shared_dir:packages/Skein.jl/src", "weight": 1.0 }, { - "from": "ZeroProb.jl/ext/ZeroProbCUDAExt.jl", - "to": "ZeroProb.jl/ext/ZeroProbCryptoExt.jl", - "relation": "shared_dir:ZeroProb.jl/ext", + "from": "Axiom.jl/zig/src/threading.zig", + "to": "Axiom.jl/zig/src/bench.zig", + "relation": "shared_dir:Axiom.jl/zig/src", "weight": 1.0 }, { - "from": "packages/Axiom.jl/src/verification/serialization.jl", - "to": "packages/Axiom.jl/src/verification/certificates.jl", - "relation": "shared_dir:packages/Axiom.jl/src/verification", + "from": "ProvenCrypto.jl/ext/ProvenCryptoOneAPIExt.jl", + "to": "ProvenCrypto.jl/ext/ProvenCryptoROCmExt.jl", + "relation": "shared_dir:ProvenCrypto.jl/ext", "weight": 1.0 }, { - "from": "Cliodynamics.jl/src/abi/Foreign.idr", - "to": "Cliodynamics.jl/src/abi/Types.idr", - "relation": "shared_dir:Cliodynamics.jl/src/abi", + "from": "ProvenCrypto.jl/ext/ProvenCryptoROCmExt.jl", + "to": "ProvenCrypto.jl/ext/ProvenCryptoMetalExt.jl", + "relation": "shared_dir:ProvenCrypto.jl/ext", "weight": 1.0 }, { - "from": "packages/Skein.jl/src/import_export.jl", - "to": "packages/Skein.jl/src/storage.jl", - "relation": "shared_dir:packages/Skein.jl/src", + "from": "ProvenCrypto.jl/ext/ProvenCryptoMetalExt.jl", + "to": "ProvenCrypto.jl/ext/ProvenCryptoCUDAExt.jl", + "relation": "shared_dir:ProvenCrypto.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/scripts/gpu-performance-evidence.jl", - "to": "Axiom.jl/scripts/model-package-evidence.jl", - "relation": "shared_dir:Axiom.jl/scripts", + "from": "Axiom.jl/src/layers/dense.jl", + "to": "Axiom.jl/src/layers/abstract.jl", + "relation": "shared_dir:Axiom.jl/src/layers", "weight": 1.0 }, { - "from": "Axiom.jl/scripts/model-package-evidence.jl", - "to": "Axiom.jl/scripts/math-strict-evidence.jl", - "relation": "shared_dir:Axiom.jl/scripts", + "from": "Axiom.jl/src/layers/abstract.jl", + "to": "Axiom.jl/src/layers/conv.jl", + "relation": "shared_dir:Axiom.jl/src/layers", "weight": 1.0 }, { - "from": "Axiom.jl/scripts/math-strict-evidence.jl", - "to": "Axiom.jl/scripts/dsp-strict-evidence.jl", - "relation": "shared_dir:Axiom.jl/scripts", + "from": "Axiom.jl/src/layers/conv.jl", + "to": "Axiom.jl/src/layers/normalization.jl", + "relation": "shared_dir:Axiom.jl/src/layers", "weight": 1.0 }, { - "from": "Axiom.jl/scripts/dsp-strict-evidence.jl", - "to": "Axiom.jl/scripts/npu-strict-evidence.jl", - "relation": "shared_dir:Axiom.jl/scripts", + "from": "packages/KnotTheory.jl/ext/KnotTheoryMetalExt.jl", + "to": "packages/KnotTheory.jl/ext/KnotTheoryCUDAExt.jl", + "relation": "shared_dir:packages/KnotTheory.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/scripts/npu-strict-evidence.jl", - "to": "Axiom.jl/scripts/optimization-evidence.jl", - "relation": "shared_dir:Axiom.jl/scripts", + "from": "packages/KnotTheory.jl/ext/KnotTheoryCUDAExt.jl", + "to": "packages/KnotTheory.jl/ext/KnotTheoryROCmExt.jl", + "relation": "shared_dir:packages/KnotTheory.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/scripts/optimization-evidence.jl", - "to": "Axiom.jl/scripts/coprocessor-evidence.jl", - "relation": "shared_dir:Axiom.jl/scripts", + "from": "packages/Axiom.jl/src/model_packaging.jl", + "to": "packages/Axiom.jl/src/proof_export.jl", + "relation": "shared_dir:packages/Axiom.jl/src", "weight": 1.0 }, { - "from": "Axiom.jl/scripts/coprocessor-evidence.jl", - "to": "Axiom.jl/scripts/coprocessor-resilience-evidence.jl", - "relation": "shared_dir:Axiom.jl/scripts", + "from": "packages/Axiom.jl/src/proof_export.jl", + "to": "packages/Axiom.jl/src/model_metadata.jl", + "relation": "shared_dir:packages/Axiom.jl/src", "weight": 1.0 }, { - "from": "Axiom.jl/scripts/coprocessor-resilience-evidence.jl", - "to": "Axiom.jl/scripts/proof-bundle-evidence.jl", - "relation": "shared_dir:Axiom.jl/scripts", + "from": "packages/ProvenCrypto.jl/ext/ProvenCryptoOneAPIExt.jl", + "to": "packages/ProvenCrypto.jl/ext/ProvenCryptoROCmExt.jl", + "relation": "shared_dir:packages/ProvenCrypto.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/scripts/proof-bundle-evidence.jl", - "to": "Axiom.jl/scripts/verification-telemetry-evidence.jl", - "relation": "shared_dir:Axiom.jl/scripts", + "from": "packages/ProvenCrypto.jl/ext/ProvenCryptoROCmExt.jl", + "to": "packages/ProvenCrypto.jl/ext/ProvenCryptoMetalExt.jl", + "relation": "shared_dir:packages/ProvenCrypto.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/scripts/verification-telemetry-evidence.jl", - "to": "Axiom.jl/scripts/tpu-strict-evidence.jl", - "relation": "shared_dir:Axiom.jl/scripts", + "from": "packages/ProvenCrypto.jl/ext/ProvenCryptoMetalExt.jl", + "to": "packages/ProvenCrypto.jl/ext/ProvenCryptoCUDAExt.jl", + "relation": "shared_dir:packages/ProvenCrypto.jl/ext", "weight": 1.0 }, { - "from": "packages/Cliometrics.jl/src/abi/Foreign.idr", - "to": "packages/Cliometrics.jl/src/abi/Types.idr", - "relation": "shared_dir:packages/Cliometrics.jl/src/abi", + "from": "BowtieRisk.jl/src/abi/Foreign.idr", + "to": "BowtieRisk.jl/src/abi/Types.idr", + "relation": "shared_dir:BowtieRisk.jl/src/abi", "weight": 1.0 }, { - "from": "packages/Cladistics.jl/ext/CladisticsNPUExt.jl", - "to": "packages/Cladistics.jl/ext/CladisticsDSPExt.jl", + "from": "packages/BowtieRisk.jl/src/abi/Foreign.idr", + "to": "packages/BowtieRisk.jl/src/abi/Types.idr", + "relation": "shared_dir:packages/BowtieRisk.jl/src/abi", + "weight": 1.0 + }, + { + "from": "packages/Cladistics.jl/ext/CladisticsDSPExt.jl", + "to": "packages/Cladistics.jl/ext/CladisticsNPUExt.jl", "relation": "shared_dir:packages/Cladistics.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/ext/AxiomMathExt.jl", - "to": "Axiom.jl/ext/AxiomCryptoExt.jl", + "from": "Axiom.jl/ext/AxiomAMDGPUExt.jl", + "to": "Axiom.jl/ext/AxiomMetalExt.jl", "relation": "shared_dir:Axiom.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/ext/AxiomCryptoExt.jl", - "to": "Axiom.jl/ext/AxiomFPGAExt.jl", + "from": "Axiom.jl/ext/AxiomMetalExt.jl", + "to": "Axiom.jl/ext/AxiomPPUExt.jl", "relation": "shared_dir:Axiom.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/ext/AxiomFPGAExt.jl", + "from": "Axiom.jl/ext/AxiomPPUExt.jl", "to": "Axiom.jl/ext/AxiomCUDAExt.jl", "relation": "shared_dir:Axiom.jl/ext", "weight": 1.0 }, { "from": "Axiom.jl/ext/AxiomCUDAExt.jl", - "to": "Axiom.jl/ext/AxiomQPUExt.jl", + "to": "Axiom.jl/ext/AxiomCryptoExt.jl", "relation": "shared_dir:Axiom.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/ext/AxiomQPUExt.jl", - "to": "Axiom.jl/ext/AxiomVPUExt.jl", + "from": "Axiom.jl/ext/AxiomCryptoExt.jl", + "to": "Axiom.jl/ext/AxiomDSPExt.jl", "relation": "shared_dir:Axiom.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/ext/AxiomVPUExt.jl", - "to": "Axiom.jl/ext/AxiomNPUExt.jl", + "from": "Axiom.jl/ext/AxiomDSPExt.jl", + "to": "Axiom.jl/ext/AxiomTPUExt.jl", "relation": "shared_dir:Axiom.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/ext/AxiomNPUExt.jl", - "to": "Axiom.jl/ext/AxiomTPUExt.jl", + "from": "Axiom.jl/ext/AxiomTPUExt.jl", + "to": "Axiom.jl/ext/AxiomQPUExt.jl", "relation": "shared_dir:Axiom.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/ext/AxiomTPUExt.jl", - "to": "Axiom.jl/ext/AxiomDSPExt.jl", + "from": "Axiom.jl/ext/AxiomQPUExt.jl", + "to": "Axiom.jl/ext/AxiomNPUExt.jl", "relation": "shared_dir:Axiom.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/ext/AxiomDSPExt.jl", - "to": "Axiom.jl/ext/AxiomPPUExt.jl", + "from": "Axiom.jl/ext/AxiomNPUExt.jl", + "to": "Axiom.jl/ext/AxiomMathExt.jl", "relation": "shared_dir:Axiom.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/ext/AxiomPPUExt.jl", - "to": "Axiom.jl/ext/AxiomMetalExt.jl", + "from": "Axiom.jl/ext/AxiomMathExt.jl", + "to": "Axiom.jl/ext/AxiomVPUExt.jl", "relation": "shared_dir:Axiom.jl/ext", "weight": 1.0 }, { - "from": "Axiom.jl/ext/AxiomMetalExt.jl", - "to": "Axiom.jl/ext/AxiomAMDGPUExt.jl", + "from": "Axiom.jl/ext/AxiomVPUExt.jl", + "to": "Axiom.jl/ext/AxiomFPGAExt.jl", "relation": "shared_dir:Axiom.jl/ext", "weight": 1.0 + }, + { + "from": "Axiom.jl/src/verification/serialization.jl", + "to": "Axiom.jl/src/verification/certificates.jl", + "relation": "shared_dir:Axiom.jl/src/verification", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "MutationGap", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "DynamicCodeExecution", + "sink_axis": "memory", + "severity_value": 5.0, "files": [ - "registries/General/.ci/Treecheck/Treecheck.jl", - "Axiom.jl/test/ci/backend_parity.jl", - "packages/Axiom.jl/test/ci/backend_parity.jl", - "packages/Hyperpolymath.jl/test/runtests.jl" + "ZeroProb.jl/src/backends/abstract.jl", + "PolyglotFormalisms.jl/src/backends/abstract.jl", + "PolyglotFormalisms.jl/src/coprocessors/npu.jl", + "PolyglotFormalisms.jl/src/coprocessors/math.jl", + "PolyglotFormalisms.jl/src/coprocessors/fpga.jl", + "PolyglotFormalisms.jl/src/coprocessors/tpu.jl", + "PolyglotFormalisms.jl/src/coprocessors/crypto.jl", + "PolyglotFormalisms.jl/src/coprocessors/qpu.jl", + "KnotTheory.jl/src/backends/abstract.jl", + "Axiom.jl/benchmark/pytorch_bench.py", + "Causals.jl/src/backends/abstract.jl", + "BowtieRisk.jl/src/backends/abstract.jl", + "HackenbushGames.jl/src/backends/abstract.jl", + "HackenbushGames.jl/src/HackenbushGames.jl", + "packages/ZeroProb.jl/src/backends/abstract.jl", + "packages/PolyglotFormalisms.jl/src/backends/abstract.jl", + "packages/PolyglotFormalisms.jl/src/coprocessors/npu.jl", + "packages/PolyglotFormalisms.jl/src/coprocessors/math.jl", + "packages/PolyglotFormalisms.jl/src/coprocessors/fpga.jl", + "packages/PolyglotFormalisms.jl/src/coprocessors/tpu.jl", + "packages/PolyglotFormalisms.jl/src/coprocessors/crypto.jl", + "packages/PolyglotFormalisms.jl/src/coprocessors/qpu.jl", + "packages/KnotTheory.jl/src/backends/abstract.jl", + "packages/Axiom.jl/benchmark/pytorch_bench.py", + "packages/Causals.jl/src/backends/abstract.jl", + "packages/AcceleratorGate.jl/src/AcceleratorGate.jl", + "packages/BowtieRisk.jl/src/backends/abstract.jl", + "packages/HackenbushGames.jl/src/backends/abstract.jl", + "packages/HackenbushGames.jl/src/HackenbushGames.jl", + "packages/SMTLib.jl/src/backends/abstract.jl", + "packages/SMTLib.jl/src/coprocessors/npu.jl", + "packages/SMTLib.jl/src/coprocessors/math.jl", + "packages/SMTLib.jl/src/coprocessors/tpu.jl", + "packages/SMTLib.jl/src/coprocessors/dsp.jl", + "packages/SMTLib.jl/src/coprocessors/vpu.jl", + "packages/Skein.jl/src/backends/abstract.jl", + "SMTLib.jl/src/backends/abstract.jl", + "SMTLib.jl/src/coprocessors/npu.jl", + "SMTLib.jl/src/coprocessors/math.jl", + "SMTLib.jl/src/coprocessors/tpu.jl", + "SMTLib.jl/src/coprocessors/dsp.jl", + "SMTLib.jl/src/coprocessors/vpu.jl" ], "frameworks": [], - "relation": "MutationGap->Cpu" + "relation": "DynamicCodeExecution->Memory" }, { - "source_category": "InputBoundary", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "Exnovation.jl/examples/02_portfolio_management.jl", - "Axiom.jl/test/verification/serialization_tests.jl", - "Axiom.jl/src/verification/serialization.jl", - "packages/SoftwareSovereign.jl/gnome-extension/extension.js", - "packages/Exnovation.jl/examples/02_portfolio_management.jl", - "packages/Axiom.jl/test/verification/serialization_tests.jl", - "packages/Axiom.jl/src/verification/serialization.jl", - "packages/BowtieRisk.jl/src/BowtieRisk.jl", - "BowtieRisk.jl/src/BowtieRisk.jl" + "Axiom.jl/ffi/zig/src/main.zig", + "packages/Axiom.jl/ffi/zig/src/main.zig" ], "frameworks": [], - "relation": "InputBoundary->Cpu" + "relation": "UnsafeCode->Memory" }, { "source_category": "UnsafeFFI", @@ -5217,198 +5248,167 @@ "severity_value": 3.5, "files": [ "Axiom.jl/src/backends/zig_ffi.jl", - "ProvenCrypto.jl/src/primitives/ffi_wrappers.jl", - "packages/Lithoglyph.jl/src/Lithoglyph.jl", "packages/Axiom.jl/src/backends/zig_ffi.jl", + "packages/Lithoglyph.jl/src/Lithoglyph.jl", + "packages/ProvenCrypto.jl/src/primitives/ffi_wrappers.jl", "packages/Skein.jl/ffi/zig/src/main.zig", - "packages/ProvenCrypto.jl/src/primitives/ffi_wrappers.jl" + "ProvenCrypto.jl/src/primitives/ffi_wrappers.jl" ], "frameworks": [], "relation": "UnsafeFFI->Memory" }, { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "InputBoundary", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "Axiom.jl/ffi/zig/src/main.zig", - "packages/Axiom.jl/ffi/zig/src/main.zig" + "Axiom.jl/test/verification/serialization_tests.jl", + "Axiom.jl/src/verification/serialization.jl", + "BowtieRisk.jl/src/BowtieRisk.jl", + "packages/Axiom.jl/test/verification/serialization_tests.jl", + "packages/Axiom.jl/src/verification/serialization.jl", + "packages/BowtieRisk.jl/src/BowtieRisk.jl", + "packages/SoftwareSovereign.jl/gnome-extension/extension.js", + "packages/Exnovation.jl/examples/02_portfolio_management.jl", + "Exnovation.jl/examples/02_portfolio_management.jl" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "InputBoundary->Cpu" }, { "source_category": "ProofDrift", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "ZeroProb.jl/test/test_new_types.jl", "ZeroProb.jl/test/test_coverage_gaps.jl", - "KnotTheory.jl/test/runtests.jl", - "Causals.jl/test/runtests.jl", - "Exnovation.jl/test/runtests.jl", - "Axiology.jl/test/runtests.jl", + "ZeroProb.jl/test/test_new_types.jl", "registries/General/.ci/Treecheck/Treecheck.jl", - "Axiom.jl/test/test_invertible.jl", + "PolyglotFormalisms.jl/test/conditional_tests.jl", + "KnotTheory.jl/test/runtests.jl", + "Axiom.jl/packages/SMTLib.jl/test/runtests.jl", "Axiom.jl/test/runtests.jl", "Axiom.jl/test/ci/interop_smoke.jl", - "Axiom.jl/test/ci/math_required_mode.jl", - "Axiom.jl/test/ci/optimization_passes.jl", - "Axiom.jl/test/ci/dsp_required_mode.jl", "Axiom.jl/test/ci/tpu_required_mode.jl", + "Axiom.jl/test/ci/npu_required_mode.jl", + "Axiom.jl/test/ci/math_required_mode.jl", "Axiom.jl/test/ci/coprocessor_strategy.jl", "Axiom.jl/test/ci/coprocessor_resilience.jl", - "Axiom.jl/test/ci/npu_required_mode.jl", - "Axiom.jl/packages/SMTLib.jl/test/runtests.jl", - "PolyglotFormalisms.jl/test/conditional_tests.jl", - "ProvenCrypto.jl/test/runtests.jl", + "Axiom.jl/test/ci/dsp_required_mode.jl", + "Axiom.jl/test/ci/optimization_passes.jl", + "Axiom.jl/test/test_invertible.jl", + "Causals.jl/test/runtests.jl", + "BowtieRisk.jl/test/runtests.jl", "Cladistics.jl/test/runtests.jl", - "packages/FirmwareAudit.jl/test/runtests.jl", - "packages/HardwareResilience.jl/test/runtests.jl", - "packages/ZeroProb.jl/test/test_new_types.jl", "packages/ZeroProb.jl/test/test_coverage_gaps.jl", - "packages/SoftwareSovereign.jl/test/runtests.jl", - "packages/InvestigativeJournalism.jl/test/runtests.jl", - "packages/TradeUnionism.jl/test/runtests.jl", - "packages/Lithoglyph.jl/test/runtests.jl", + "packages/ZeroProb.jl/test/test_new_types.jl", + "packages/ShellIntegration.jl/test/runtests.jl", + "packages/PolyglotFormalisms.jl/test/conditional_tests.jl", + "packages/HardwareResilience.jl/test/runtests.jl", "packages/KnotTheory.jl/test/runtests.jl", - "packages/Causals.jl/test/runtests.jl", - "packages/Exnovation.jl/test/runtests.jl", - "packages/Axiology.jl/test/runtests.jl", - "packages/AcceleratorGate.jl/test/runtests.jl", - "packages/Axiom.jl/test/test_invertible.jl", + "packages/Axiom.jl/packages/SMTLib.jl/test/runtests.jl", "packages/Axiom.jl/test/runtests.jl", "packages/Axiom.jl/test/ci/interop_smoke.jl", - "packages/Axiom.jl/test/ci/math_required_mode.jl", - "packages/Axiom.jl/test/ci/optimization_passes.jl", - "packages/Axiom.jl/test/ci/dsp_required_mode.jl", "packages/Axiom.jl/test/ci/tpu_required_mode.jl", + "packages/Axiom.jl/test/ci/npu_required_mode.jl", + "packages/Axiom.jl/test/ci/math_required_mode.jl", "packages/Axiom.jl/test/ci/coprocessor_strategy.jl", "packages/Axiom.jl/test/ci/coprocessor_resilience.jl", - "packages/Axiom.jl/test/ci/npu_required_mode.jl", - "packages/Axiom.jl/packages/SMTLib.jl/test/runtests.jl", - "packages/ViableSystems.jl/test/runtests.jl", - "packages/Skein.jl/test/runtests.jl", - "packages/MacroPower.jl/test/runtests.jl", - "packages/PostDisciplinary.jl/test/runtests.jl", - "packages/PolyglotFormalisms.jl/test/conditional_tests.jl", - "packages/LowLevel.jl/test/runtests.jl", + "packages/Axiom.jl/test/ci/dsp_required_mode.jl", + "packages/Axiom.jl/test/ci/optimization_passes.jl", + "packages/Axiom.jl/test/test_invertible.jl", + "packages/Causals.jl/test/runtests.jl", "packages/PRComms.jl/test/runtests.jl", - "packages/ProvenCrypto.jl/test/runtests.jl", + "packages/AcceleratorGate.jl/test/runtests.jl", + "packages/FirmwareAudit.jl/test/runtests.jl", + "packages/PostDisciplinary.jl/test/runtests.jl", + "packages/TradeUnionism.jl/test/runtests.jl", + "packages/BowtieRisk.jl/test/runtests.jl", "packages/Cladistics.jl/test/runtests.jl", - "packages/ShellIntegration.jl/test/runtests.jl", - "packages/JuliaForChildren.jl/test/runtests.jl", - "packages/SiliconCore.jl/test/runtests.jl", + "packages/Lithoglyph.jl/test/runtests.jl", + "packages/ViableSystems.jl/test/runtests.jl", "packages/MinixSDK.jl/test/runtests.jl", + "packages/InvestigativeJournalism.jl/test/runtests.jl", + "packages/SoftwareSovereign.jl/test/runtests.jl", + "packages/JuliaForChildren.jl/test/runtests.jl", + "packages/Exnovation.jl/test/runtests.jl", "packages/SMTLib.jl/test/runtests.jl", - "packages/BowtieRisk.jl/test/runtests.jl", + "packages/MacroPower.jl/test/runtests.jl", + "packages/ProvenCrypto.jl/test/runtests.jl", + "packages/LowLevel.jl/test/runtests.jl", + "packages/Axiology.jl/test/runtests.jl", + "packages/SiliconCore.jl/test/runtests.jl", + "packages/Skein.jl/test/runtests.jl", + "Exnovation.jl/test/runtests.jl", "SMTLib.jl/test/runtests.jl", - "BowtieRisk.jl/test/runtests.jl" + "ProvenCrypto.jl/test/runtests.jl", + "Axiology.jl/test/runtests.jl" ], "frameworks": [], "relation": "ProofDrift->Cpu" }, { "source_category": "DynamicCodeExecution", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 5.0, "files": [ "ZeroProb.jl/src/backends/abstract.jl", - "HackenbushGames.jl/src/HackenbushGames.jl", - "HackenbushGames.jl/src/backends/abstract.jl", - "KnotTheory.jl/src/backends/abstract.jl", - "Causals.jl/src/backends/abstract.jl", - "Axiom.jl/benchmark/pytorch_bench.py", + "PolyglotFormalisms.jl/src/backends/abstract.jl", "PolyglotFormalisms.jl/src/coprocessors/npu.jl", "PolyglotFormalisms.jl/src/coprocessors/math.jl", "PolyglotFormalisms.jl/src/coprocessors/fpga.jl", - "PolyglotFormalisms.jl/src/coprocessors/qpu.jl", "PolyglotFormalisms.jl/src/coprocessors/tpu.jl", "PolyglotFormalisms.jl/src/coprocessors/crypto.jl", - "PolyglotFormalisms.jl/src/backends/abstract.jl", + "PolyglotFormalisms.jl/src/coprocessors/qpu.jl", + "KnotTheory.jl/src/backends/abstract.jl", + "Axiom.jl/benchmark/pytorch_bench.py", + "Causals.jl/src/backends/abstract.jl", + "BowtieRisk.jl/src/backends/abstract.jl", + "HackenbushGames.jl/src/backends/abstract.jl", + "HackenbushGames.jl/src/HackenbushGames.jl", "packages/ZeroProb.jl/src/backends/abstract.jl", - "packages/HackenbushGames.jl/src/HackenbushGames.jl", - "packages/HackenbushGames.jl/src/backends/abstract.jl", - "packages/KnotTheory.jl/src/backends/abstract.jl", - "packages/Causals.jl/src/backends/abstract.jl", - "packages/AcceleratorGate.jl/src/AcceleratorGate.jl", - "packages/Axiom.jl/benchmark/pytorch_bench.py", - "packages/Skein.jl/src/backends/abstract.jl", + "packages/PolyglotFormalisms.jl/src/backends/abstract.jl", "packages/PolyglotFormalisms.jl/src/coprocessors/npu.jl", "packages/PolyglotFormalisms.jl/src/coprocessors/math.jl", "packages/PolyglotFormalisms.jl/src/coprocessors/fpga.jl", - "packages/PolyglotFormalisms.jl/src/coprocessors/qpu.jl", "packages/PolyglotFormalisms.jl/src/coprocessors/tpu.jl", "packages/PolyglotFormalisms.jl/src/coprocessors/crypto.jl", - "packages/PolyglotFormalisms.jl/src/backends/abstract.jl", - "packages/SMTLib.jl/src/coprocessors/vpu.jl", + "packages/PolyglotFormalisms.jl/src/coprocessors/qpu.jl", + "packages/KnotTheory.jl/src/backends/abstract.jl", + "packages/Axiom.jl/benchmark/pytorch_bench.py", + "packages/Causals.jl/src/backends/abstract.jl", + "packages/AcceleratorGate.jl/src/AcceleratorGate.jl", + "packages/BowtieRisk.jl/src/backends/abstract.jl", + "packages/HackenbushGames.jl/src/backends/abstract.jl", + "packages/HackenbushGames.jl/src/HackenbushGames.jl", + "packages/SMTLib.jl/src/backends/abstract.jl", "packages/SMTLib.jl/src/coprocessors/npu.jl", - "packages/SMTLib.jl/src/coprocessors/dsp.jl", "packages/SMTLib.jl/src/coprocessors/math.jl", "packages/SMTLib.jl/src/coprocessors/tpu.jl", - "packages/SMTLib.jl/src/backends/abstract.jl", - "packages/BowtieRisk.jl/src/backends/abstract.jl", - "SMTLib.jl/src/coprocessors/vpu.jl", + "packages/SMTLib.jl/src/coprocessors/dsp.jl", + "packages/SMTLib.jl/src/coprocessors/vpu.jl", + "packages/Skein.jl/src/backends/abstract.jl", + "SMTLib.jl/src/backends/abstract.jl", "SMTLib.jl/src/coprocessors/npu.jl", - "SMTLib.jl/src/coprocessors/dsp.jl", "SMTLib.jl/src/coprocessors/math.jl", "SMTLib.jl/src/coprocessors/tpu.jl", - "SMTLib.jl/src/backends/abstract.jl", - "BowtieRisk.jl/src/backends/abstract.jl" + "SMTLib.jl/src/coprocessors/dsp.jl", + "SMTLib.jl/src/coprocessors/vpu.jl" ], "frameworks": [], - "relation": "DynamicCodeExecution->Memory" + "relation": "DynamicCodeExecution->Cpu" }, { - "source_category": "DynamicCodeExecution", + "source_category": "MutationGap", "sink_axis": "cpu", - "severity_value": 5.0, + "severity_value": 2.5, "files": [ - "ZeroProb.jl/src/backends/abstract.jl", - "HackenbushGames.jl/src/HackenbushGames.jl", - "HackenbushGames.jl/src/backends/abstract.jl", - "KnotTheory.jl/src/backends/abstract.jl", - "Causals.jl/src/backends/abstract.jl", - "Axiom.jl/benchmark/pytorch_bench.py", - "PolyglotFormalisms.jl/src/coprocessors/npu.jl", - "PolyglotFormalisms.jl/src/coprocessors/math.jl", - "PolyglotFormalisms.jl/src/coprocessors/fpga.jl", - "PolyglotFormalisms.jl/src/coprocessors/qpu.jl", - "PolyglotFormalisms.jl/src/coprocessors/tpu.jl", - "PolyglotFormalisms.jl/src/coprocessors/crypto.jl", - "PolyglotFormalisms.jl/src/backends/abstract.jl", - "packages/ZeroProb.jl/src/backends/abstract.jl", - "packages/HackenbushGames.jl/src/HackenbushGames.jl", - "packages/HackenbushGames.jl/src/backends/abstract.jl", - "packages/KnotTheory.jl/src/backends/abstract.jl", - "packages/Causals.jl/src/backends/abstract.jl", - "packages/AcceleratorGate.jl/src/AcceleratorGate.jl", - "packages/Axiom.jl/benchmark/pytorch_bench.py", - "packages/Skein.jl/src/backends/abstract.jl", - "packages/PolyglotFormalisms.jl/src/coprocessors/npu.jl", - "packages/PolyglotFormalisms.jl/src/coprocessors/math.jl", - "packages/PolyglotFormalisms.jl/src/coprocessors/fpga.jl", - "packages/PolyglotFormalisms.jl/src/coprocessors/qpu.jl", - "packages/PolyglotFormalisms.jl/src/coprocessors/tpu.jl", - "packages/PolyglotFormalisms.jl/src/coprocessors/crypto.jl", - "packages/PolyglotFormalisms.jl/src/backends/abstract.jl", - "packages/SMTLib.jl/src/coprocessors/vpu.jl", - "packages/SMTLib.jl/src/coprocessors/npu.jl", - "packages/SMTLib.jl/src/coprocessors/dsp.jl", - "packages/SMTLib.jl/src/coprocessors/math.jl", - "packages/SMTLib.jl/src/coprocessors/tpu.jl", - "packages/SMTLib.jl/src/backends/abstract.jl", - "packages/BowtieRisk.jl/src/backends/abstract.jl", - "SMTLib.jl/src/coprocessors/vpu.jl", - "SMTLib.jl/src/coprocessors/npu.jl", - "SMTLib.jl/src/coprocessors/dsp.jl", - "SMTLib.jl/src/coprocessors/math.jl", - "SMTLib.jl/src/coprocessors/tpu.jl", - "SMTLib.jl/src/backends/abstract.jl", - "BowtieRisk.jl/src/backends/abstract.jl" + "registries/General/.ci/Treecheck/Treecheck.jl", + "Axiom.jl/test/ci/backend_parity.jl", + "packages/Hyperpolymath.jl/test/runtests.jl", + "packages/Axiom.jl/test/ci/backend_parity.jl" ], "frameworks": [], - "relation": "DynamicCodeExecution->Cpu" + "relation": "MutationGap->Cpu" } ] } diff --git a/scans/julia-professional-registry.json b/scans/julia-professional-registry.json index f788253c..0035c9e4 100644 --- a/scans/julia-professional-registry.json +++ b/scans/julia-professional-registry.json @@ -15,28 +15,28 @@ }, "file_statistics": [ { - "file_path": "tests/check-lock-sync.sh", - "lines": 72, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ci/validate.jl", - "lines": 422, + "file_path": "tests/check-lock-sync.sh", + "lines": 72, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "ci/validate.jl", + "lines": 422, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, diff --git a/scans/julianiser.json b/scans/julianiser.json index f499589b..f4860376 100644 --- a/scans/julianiser.json +++ b/scans/julianiser.json @@ -5,24 +5,13 @@ "frameworks": [], "weak_points": [ { - "category": "PanicPath", - "location": "src/codegen/benchmark.rs", - "file": "src/codegen/benchmark.rs", + "category": "UnboundedAllocation", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", "severity": "Medium", - "description": "0 panic sites and 96 unwrap/expect calls in src/codegen/benchmark.rs", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", "recommended_attack": [ "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "UncheckedError", - "location": "src/codegen/benchmark.rs", - "file": "src/codegen/benchmark.rs", - "severity": "Low", - "description": "14 TODO/FIXME/HACK markers in src/codegen/benchmark.rs", - "recommended_attack": [ "cpu" ], "test_context": "production" @@ -39,12 +28,24 @@ ], "test_context": "production" }, + { + "category": "UnboundedAllocation", + "location": "src/codegen/mod.rs", + "file": "src/codegen/mod.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src/codegen/mod.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, { "category": "PanicPath", - "location": "src/codegen/julia_gen.rs", - "file": "src/codegen/julia_gen.rs", + "location": "src/codegen/benchmark.rs", + "file": "src/codegen/benchmark.rs", "severity": "Medium", - "description": "0 panic sites and 39 unwrap/expect calls in src/codegen/julia_gen.rs", + "description": "0 panic sites and 96 unwrap/expect calls in src/codegen/benchmark.rs", "recommended_attack": [ "memory", "disk" @@ -52,14 +53,25 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src/codegen/mod.rs", - "file": "src/codegen/mod.rs", + "category": "UncheckedError", + "location": "src/codegen/benchmark.rs", + "file": "src/codegen/benchmark.rs", + "severity": "Low", + "description": "14 TODO/FIXME/HACK markers in src/codegen/benchmark.rs", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "src/codegen/julia_gen.rs", + "file": "src/codegen/julia_gen.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/codegen/mod.rs", + "description": "0 panic sites and 39 unwrap/expect calls in src/codegen/julia_gen.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, @@ -74,18 +86,6 @@ ], "test_context": "production" }, - { - "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, { "category": "MutationGap", "location": "Cargo.toml", @@ -107,23 +107,23 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "tests/integration_tests.rs", + "lines": 557, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 8, + "allocation_sites": 8, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "scripts/install-zig.sh", - "lines": 59, + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { @@ -137,34 +137,34 @@ "threading_constructs": 0 }, { - "file_path": "tests/integration_tests.rs", - "lines": 557, + "file_path": "scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 10, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 287, + "file_path": "src/abi/mod.rs", + "lines": 411, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 1, + "allocation_sites": 14, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/codegen/benchmark.rs", - "lines": 481, + "file_path": "src/manifest/mod.rs", + "lines": 358, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 96, - "safe_unwrap_calls": 2, - "allocation_sites": 10, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -179,32 +179,33 @@ "threading_constructs": 0 }, { - "file_path": "src/codegen/julia_gen.rs", - "lines": 502, + "file_path": "src/codegen/mod.rs", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 39, - "allocation_sites": 16, + "unwrap_calls": 0, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/codegen/mod.rs", - "lines": 164, + "file_path": "src/codegen/benchmark.rs", + "lines": 481, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, + "unwrap_calls": 96, + "safe_unwrap_calls": 2, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 416, - "unsafe_blocks": 3, + "file_path": "src/codegen/julia_gen.rs", + "lines": 502, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "unwrap_calls": 39, + "allocation_sites": 16, "io_operations": 0, "threading_constructs": 0 }, @@ -219,55 +220,54 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/mod.rs", - "lines": 411, - "unsafe_blocks": 0, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 416, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 14, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 358, + "file_path": "setup.sh", + "lines": 287, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", "disk", + "cpu", "memory" ], "dependency_graph": { "edges": [ { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/codegen/benchmark.rs", - "to": "src/codegen/parser.rs", + "from": "src/codegen/parser.rs", + "to": "src/codegen/mod.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/codegen/parser.rs", - "to": "src/codegen/julia_gen.rs", + "from": "src/codegen/mod.rs", + "to": "src/codegen/benchmark.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/codegen/julia_gen.rs", - "to": "src/codegen/mod.rs", + "from": "src/codegen/benchmark.rs", + "to": "src/codegen/julia_gen.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 } @@ -276,39 +276,37 @@ "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "src/codegen/mod.rs", - "src/manifest/mod.rs" + "src/codegen/parser.rs", + "src/codegen/benchmark.rs", + "src/codegen/julia_gen.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Disk" }, { - "source_category": "PanicPath", + "source_category": "UnsafeCode", "sink_axis": "memory", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ - "src/codegen/benchmark.rs", - "src/codegen/parser.rs", - "src/codegen/julia_gen.rs" + "src/interface/ffi/src/main.zig" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "UnsafeCode->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/codegen/benchmark.rs", - "src/codegen/parser.rs", - "src/codegen/julia_gen.rs" + "src/manifest/mod.rs", + "src/codegen/mod.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "UncheckedError", @@ -321,25 +319,27 @@ "relation": "UncheckedError->Cpu" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/codegen/mod.rs", - "src/manifest/mod.rs" + "src/codegen/parser.rs", + "src/codegen/benchmark.rs", + "src/codegen/julia_gen.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "PanicPath->Memory" }, { - "source_category": "UnsafeCode", + "source_category": "UnboundedAllocation", "sink_axis": "memory", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "src/interface/ffi/src/main.zig" + "src/manifest/mod.rs", + "src/codegen/mod.rs" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "UnboundedAllocation->Memory" } ] } diff --git a/scans/k9-ecosystem.json b/scans/k9-ecosystem.json index 61ad60a6..f6e2ec30 100644 --- a/scans/k9-ecosystem.json +++ b/scans/k9-ecosystem.json @@ -4,42 +4,6 @@ "language": "shell", "frameworks": [], "weak_points": [ - { - "category": "CommandInjection", - "location": "benchmarks/k9-bench.sh", - "file": "benchmarks/k9-bench.sh", - "severity": "Critical", - "description": "eval usage in benchmarks/k9-bench.sh", - "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, - { - "category": "CommandInjection", - "location": "benchmarks/quick-bench.sh", - "file": "benchmarks/quick-bench.sh", - "severity": "Critical", - "description": "eval usage in benchmarks/quick-bench.sh", - "recommended_attack": [ - "cpu", - "disk" - ], - "suppressed": true, - "test_context": "production" - }, - { - "category": "PathTraversal", - "location": "benchmarks/quick-bench.sh", - "file": "benchmarks/quick-bench.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in benchmarks/quick-bench.sh", - "recommended_attack": [ - "disk" - ], - "test_context": "production" - }, { "category": "UnboundedAllocation", "location": "tools/src/k9-validate/src/main.rs", @@ -89,15 +53,16 @@ "test_context": "production" }, { - "category": "MutationGap", - "location": "ex/test/k9_test.exs", - "file": "ex/test/k9_test.exs", - "severity": "Low", - "description": "Elixir test file ex/test/k9_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "rs/src/parser.rs", + "file": "rs/src/parser.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in rs/src/parser.rs", "recommended_attack": [ + "memory", "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "MutationGap", @@ -121,6 +86,17 @@ ], "test_context": "test_only" }, + { + "category": "MutationGap", + "location": "ex/test/k9_test.exs", + "file": "ex/test/k9_test.exs", + "severity": "Low", + "description": "Elixir test file ex/test/k9_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, { "category": "MutationGap", "location": "ex/test/k9_aspect_test.exs", @@ -143,18 +119,6 @@ ], "test_context": "test_only" }, - { - "category": "UnboundedAllocation", - "location": "k9-sign/src/main.rs", - "file": "k9-sign/src/main.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in k9-sign/src/main.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, { "category": "ExcessivePermissions", "location": "scripts/deploy-site.sh", @@ -181,15 +145,51 @@ }, { "category": "UnboundedAllocation", - "location": "rs/src/parser.rs", - "file": "rs/src/parser.rs", + "location": "k9-sign/src/main.rs", + "file": "k9-sign/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in rs/src/parser.rs", + "description": "Potential unbounded allocation pattern detected in k9-sign/src/main.rs", "recommended_attack": [ "memory", "cpu" ], "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "benchmarks/k9-bench.sh", + "file": "benchmarks/k9-bench.sh", + "severity": "Critical", + "description": "eval usage in benchmarks/k9-bench.sh", + "recommended_attack": [ + "cpu", + "disk" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "benchmarks/quick-bench.sh", + "file": "benchmarks/quick-bench.sh", + "severity": "Critical", + "description": "eval usage in benchmarks/quick-bench.sh", + "recommended_attack": [ + "cpu", + "disk" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "PathTraversal", + "location": "benchmarks/quick-bench.sh", + "file": "benchmarks/quick-bench.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in benchmarks/quick-bench.sh", + "recommended_attack": [ + "disk" + ], + "test_context": "production" } ], "statistics": { @@ -203,27 +203,27 @@ }, "file_statistics": [ { - "file_path": "examples/config.k9.ncl", - "lines": 99, + "file_path": "editors/vscode/src/interface/ffi/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "examples/container-deploy.k9.ncl", - "lines": 662, + "file_path": "editors/vscode/src/interface/ffi/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "examples/hello.k9.ncl", + "file_path": "pandoc/sample.k9.ncl", "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, @@ -233,17 +233,7 @@ "threading_constructs": 0 }, { - "file_path": "examples/deploy.k9.ncl", - "lines": 152, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "editors/vscode/src/interface/ffi/test/integration_test.zig", + "file_path": "pandoc/src/interface/ffi/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -253,7 +243,7 @@ "threading_constructs": 2 }, { - "file_path": "editors/vscode/src/interface/ffi/src/main.zig", + "file_path": "pandoc/src/interface/ffi/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -263,13 +253,23 @@ "threading_constructs": 0 }, { - "file_path": "benchmarks/k9-bench.sh", - "lines": 382, + "file_path": "showcase/tests/validate.test.affine", + "lines": 245, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 10, + "threading_constructs": 0 + }, + { + "file_path": "showcase/setup.sh", + "lines": 278, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { @@ -305,108 +305,110 @@ "threading_constructs": 0 }, { - "file_path": "showcase/tests/validate.test.affine", - "lines": 245, + "file_path": "rs/.machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "showcase/setup.sh", - "lines": 278, + "file_path": "rs/tests/crg_c_tests.rs", + "lines": 580, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "ex/setup.sh", - "lines": 278, + "file_path": "rs/src/parser.rs", + "lines": 496, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 1, + "allocation_sites": 10, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "k9-sign/install.sh", - "lines": 290, + "file_path": "rs/src/renderer.rs", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "deno/setup.sh", - "lines": 278, + "file_path": "rs/src/error.rs", + "lines": 75, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "deno/src/K9_Renderer.affine", - "lines": 171, + "file_path": "rs/src/types.rs", + "lines": 229, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "deno/src/K9_Parser.affine", - "lines": 411, + "file_path": "rs/generated/idrisiser/idris2/K9/Verified/round_trip.idr", + "lines": 113, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "deno/src/interface/ffi/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "rs/generated/idrisiser/idris2/K9/Verified/component_types.idr", + "lines": 317, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "deno/src/interface/ffi/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "rs/generated/idrisiser/idris2/K9/Verified/component_parser.idr", + "lines": 188, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "deno/src/K9_Types.affine", - "lines": 224, + "file_path": "rs/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "deno/.machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "examples/config.k9.ncl", + "lines": 99, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -415,38 +417,28 @@ "threading_constructs": 0 }, { - "file_path": "scripts/deploy-site.sh", - "lines": 33, + "file_path": "examples/deploy.k9.ncl", + "lines": 152, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "pandoc/src/interface/ffi/test/integration_test.zig", - "lines": 182, + "file_path": "examples/container-deploy.k9.ncl", + "lines": 662, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "pandoc/src/interface/ffi/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "pandoc/sample.k9.ncl", - "lines": 41, + "file_path": "examples/hello.k9.ncl", + "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -455,27 +447,27 @@ "threading_constructs": 0 }, { - "file_path": "validate-action/tests/test-validate-k9.sh", - "lines": 196, + "file_path": "haskell/.machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 14, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "validate-action/setup.sh", - "lines": 278, + "file_path": "haskell/src/Data/K9/Parser.hs", + "lines": 234, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "validate-action/src/interface/ffi/test/integration_test.zig", + "file_path": "haskell/src/interface/ffi/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -485,7 +477,7 @@ "threading_constructs": 2 }, { - "file_path": "validate-action/src/interface/ffi/src/main.zig", + "file_path": "haskell/src/interface/ffi/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -495,69 +487,57 @@ "threading_constructs": 0 }, { - "file_path": "validate-action/.machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "haskell/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "lsp/src/completions.rs", - "lines": 292, + "file_path": "ex/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "lsp/src/main.rs", - "lines": 197, + "file_path": "deno/.machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "lsp/src/diagnostics.rs", - "lines": 558, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 3, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "haskell/setup.sh", - "lines": 278, + "file_path": "deno/src/K9_Types.affine", + "lines": 224, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "haskell/src/Data/K9/Parser.hs", - "lines": 234, - "unsafe_blocks": 0, + "file_path": "deno/src/K9_Parser.affine", + "lines": 411, + "unsafe_blocks": 1, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "haskell/src/interface/ffi/test/integration_test.zig", + "file_path": "deno/src/interface/ffi/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -567,7 +547,7 @@ "threading_constructs": 2 }, { - "file_path": "haskell/src/interface/ffi/src/main.zig", + "file_path": "deno/src/interface/ffi/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -577,8 +557,8 @@ "threading_constructs": 0 }, { - "file_path": "haskell/.machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "deno/src/K9_Renderer.affine", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -587,7 +567,7 @@ "threading_constructs": 0 }, { - "file_path": "gleam/setup.sh", + "file_path": "deno/setup.sh", "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, @@ -597,114 +577,134 @@ "threading_constructs": 0 }, { - "file_path": "rs/generated/idrisiser/idris2/K9/Verified/round_trip.idr", - "lines": 113, - "unsafe_blocks": 1, + "file_path": "scripts/deploy-site.sh", + "lines": 33, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "rs/generated/idrisiser/idris2/K9/Verified/component_types.idr", - "lines": 317, - "unsafe_blocks": 4, + "file_path": "lsp/src/completions.rs", + "lines": 292, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rs/generated/idrisiser/idris2/K9/Verified/component_parser.idr", - "lines": 188, - "unsafe_blocks": 2, + "file_path": "lsp/src/main.rs", + "lines": 197, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 5, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "rs/tests/crg_c_tests.rs", - "lines": 580, + "file_path": "lsp/src/diagnostics.rs", + "lines": 558, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 5, + "safe_unwrap_calls": 3, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "validate-action/.machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "rs/setup.sh", - "lines": 278, + "file_path": "validate-action/tests/test-validate-k9.sh", + "lines": 196, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 14, "threading_constructs": 0 }, { - "file_path": "rs/src/parser.rs", - "lines": 496, + "file_path": "validate-action/src/interface/ffi/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 10, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "validate-action/src/interface/ffi/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rs/src/error.rs", - "lines": 75, + "file_path": "validate-action/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "rs/src/renderer.rs", - "lines": 172, + "file_path": "k9-sign/install.sh", + "lines": 290, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "rs/src/types.rs", - "lines": 229, + "file_path": "gleam/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "rs/.machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "benchmarks/k9-bench.sh", + "lines": 382, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", - "memory", + "network", "disk", + "memory", "concurrency", - "network" + "cpu" ], "dependency_graph": { "edges": [ @@ -720,6 +720,18 @@ "relation": "shared_dir:rs/generated/idrisiser/idris2/K9/Verified", "weight": 1.0 }, + { + "from": "deno/src/K9_Types.affine", + "to": "deno/src/K9_Parser.affine", + "relation": "shared_dir:deno/src", + "weight": 1.0 + }, + { + "from": "deno/src/K9_Parser.affine", + "to": "deno/src/K9_Renderer.affine", + "relation": "shared_dir:deno/src", + "weight": 1.0 + }, { "from": "lsp/src/completions.rs", "to": "lsp/src/main.rs", @@ -734,69 +746,44 @@ }, { "from": "examples/config.k9.ncl", - "to": "examples/container-deploy.k9.ncl", + "to": "examples/deploy.k9.ncl", "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "examples/container-deploy.k9.ncl", - "to": "examples/hello.k9.ncl", + "from": "examples/deploy.k9.ncl", + "to": "examples/container-deploy.k9.ncl", "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "examples/hello.k9.ncl", - "to": "examples/deploy.k9.ncl", + "from": "examples/container-deploy.k9.ncl", + "to": "examples/hello.k9.ncl", "relation": "shared_dir:examples", "weight": 1.0 }, { "from": "rs/src/parser.rs", - "to": "rs/src/error.rs", - "relation": "shared_dir:rs/src", - "weight": 1.0 - }, - { - "from": "rs/src/error.rs", "to": "rs/src/renderer.rs", "relation": "shared_dir:rs/src", "weight": 1.0 }, { "from": "rs/src/renderer.rs", - "to": "rs/src/types.rs", + "to": "rs/src/error.rs", "relation": "shared_dir:rs/src", "weight": 1.0 }, { - "from": "deno/src/K9_Renderer.affine", - "to": "deno/src/K9_Parser.affine", - "relation": "shared_dir:deno/src", - "weight": 1.0 - }, - { - "from": "deno/src/K9_Parser.affine", - "to": "deno/src/K9_Types.affine", - "relation": "shared_dir:deno/src", + "from": "rs/src/error.rs", + "to": "rs/src/types.rs", + "relation": "shared_dir:rs/src", "weight": 1.0 } ] }, "taint_matrix": { "rows": [ - { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "tools/src/k9-validate/src/main.rs", - "tools/src/k9-sign/src/main.rs", - "k9-sign/src/main.rs", - "rs/src/parser.rs" - ], - "frameworks": [], - "relation": "UnboundedAllocation->Cpu" - }, { "source_category": "CommandInjection", "sink_axis": "disk", @@ -808,6 +795,19 @@ "frameworks": [], "relation": "CommandInjection->Disk" }, + { + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "tools/src/k9-validate/src/main.rs", + "tools/src/k9-sign/src/main.rs", + "rs/src/parser.rs", + "k9-sign/src/main.rs" + ], + "frameworks": [], + "relation": "UnboundedAllocation->Cpu" + }, { "source_category": "PanicPath", "sink_axis": "memory", @@ -825,9 +825,9 @@ "sink_axis": "cpu", "severity_value": 1.0, "files": [ - "ex/test/k9_test.exs", "ex/test/k9_bench_test.exs", "ex/test/k9_property_test.exs", + "ex/test/k9_test.exs", "ex/test/k9_aspect_test.exs", "ex/test/k9_contract_test.exs" ], @@ -835,15 +835,14 @@ "relation": "MutationGap->Cpu" }, { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 5.0, + "source_category": "ExcessivePermissions", + "sink_axis": "network", + "severity_value": 3.5, "files": [ - "benchmarks/k9-bench.sh", - "benchmarks/quick-bench.sh" + "scripts/deploy-site.sh" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "ExcessivePermissions->Network" }, { "source_category": "ExcessivePermissions", @@ -856,14 +855,14 @@ "relation": "ExcessivePermissions->Disk" }, { - "source_category": "ExcessivePermissions", - "sink_axis": "network", - "severity_value": 3.5, + "source_category": "PathTraversal", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "scripts/deploy-site.sh" + "benchmarks/quick-bench.sh" ], "frameworks": [], - "relation": "ExcessivePermissions->Network" + "relation": "PathTraversal->Disk" }, { "source_category": "UnboundedAllocation", @@ -872,22 +871,12 @@ "files": [ "tools/src/k9-validate/src/main.rs", "tools/src/k9-sign/src/main.rs", - "k9-sign/src/main.rs", - "rs/src/parser.rs" + "rs/src/parser.rs", + "k9-sign/src/main.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Memory" }, - { - "source_category": "PathTraversal", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "benchmarks/quick-bench.sh" - ], - "frameworks": [], - "relation": "PathTraversal->Disk" - }, { "source_category": "PanicPath", "sink_axis": "disk", @@ -899,6 +888,17 @@ ], "frameworks": [], "relation": "PanicPath->Disk" + }, + { + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 5.0, + "files": [ + "benchmarks/k9-bench.sh", + "benchmarks/quick-bench.sh" + ], + "frameworks": [], + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/kaldor-iiot.json b/scans/kaldor-iiot.json index 72d3dc8d..d2e4c5e5 100644 --- a/scans/kaldor-iiot.json +++ b/scans/kaldor-iiot.json @@ -3,8 +3,8 @@ "program_path": "kaldor-iiot", "language": "affinescript", "frameworks": [ - "Cache", "WebServer", + "Cache", "Database" ], "weak_points": [ @@ -71,8 +71,8 @@ "threading_constructs": 0 }, { - "file_path": "firmware/src/sensors.cpp", - "lines": 267, + "file_path": "firmware/src/main.cpp", + "lines": 465, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -81,23 +81,23 @@ "threading_constructs": 0 }, { - "file_path": "firmware/src/data_buffer.cpp", - "lines": 104, + "file_path": "firmware/src/sensors.cpp", + "lines": 267, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "firmware/src/main.cpp", - "lines": 465, + "file_path": "firmware/src/data_buffer.cpp", + "lines": 104, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 }, { @@ -119,26 +119,26 @@ "dependency_graph": { "edges": [ { - "from": "firmware/src/sensors.cpp", - "to": "firmware/src/data_buffer.cpp", + "from": "firmware/src/main.cpp", + "to": "firmware/src/sensors.cpp", "relation": "shared_dir:firmware/src", "weight": 1.0 }, { - "from": "firmware/src/data_buffer.cpp", - "to": "firmware/src/main.cpp", + "from": "firmware/src/sensors.cpp", + "to": "firmware/src/data_buffer.cpp", "relation": "shared_dir:firmware/src", "weight": 1.0 }, { "from": "backend/analytics/src/Analytics.jl", - "to": "Cache", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { "from": "backend/analytics/src/Analytics.jl", - "to": "WebServer", + "to": "Cache", "relation": "framework", "weight": 1.0 }, @@ -150,13 +150,13 @@ }, { "from": "firmware-zig/src/hal.zig", - "to": "Cache", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { "from": "firmware-zig/src/hal.zig", - "to": "WebServer", + "to": "Cache", "relation": "framework", "weight": 2.0 }, @@ -168,13 +168,13 @@ }, { "from": "scripts/deployment/deploy.sh", - "to": "Cache", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { "from": "scripts/deployment/deploy.sh", - "to": "WebServer", + "to": "Cache", "relation": "framework", "weight": 1.0 }, @@ -186,13 +186,13 @@ }, { "from": "firmware/include/sensors.h", - "to": "Cache", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { "from": "firmware/include/sensors.h", - "to": "WebServer", + "to": "Cache", "relation": "framework", "weight": 1.0 }, @@ -203,68 +203,68 @@ "weight": 1.0 }, { - "from": "firmware/src/sensors.cpp", - "to": "Cache", + "from": "firmware/src/main.cpp", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "firmware/src/sensors.cpp", - "to": "WebServer", + "from": "firmware/src/main.cpp", + "to": "Cache", "relation": "framework", "weight": 1.0 }, { - "from": "firmware/src/sensors.cpp", + "from": "firmware/src/main.cpp", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "firmware/src/data_buffer.cpp", - "to": "Cache", + "from": "firmware/src/sensors.cpp", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "firmware/src/data_buffer.cpp", - "to": "WebServer", + "from": "firmware/src/sensors.cpp", + "to": "Cache", "relation": "framework", "weight": 1.0 }, { - "from": "firmware/src/data_buffer.cpp", + "from": "firmware/src/sensors.cpp", "to": "Database", "relation": "framework", "weight": 1.0 }, { - "from": "firmware/src/main.cpp", - "to": "Cache", + "from": "firmware/src/data_buffer.cpp", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "firmware/src/main.cpp", - "to": "WebServer", + "from": "firmware/src/data_buffer.cpp", + "to": "Cache", "relation": "framework", "weight": 1.0 }, { - "from": "firmware/src/main.cpp", + "from": "firmware/src/data_buffer.cpp", "to": "Database", "relation": "framework", "weight": 1.0 }, { "from": "setup.sh", - "to": "Cache", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { "from": "setup.sh", - "to": "WebServer", + "to": "Cache", "relation": "framework", "weight": 1.0 }, @@ -286,8 +286,8 @@ "backend/api/tests/api.test.js" ], "frameworks": [ - "Cache", "WebServer", + "Cache", "Database" ], "relation": "HardcodedSecret->Network" diff --git a/scans/kategoria.json b/scans/kategoria.json index 3901947b..a2c91213 100644 --- a/scans/kategoria.json +++ b/scans/kategoria.json @@ -15,13 +15,13 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { @@ -45,13 +45,13 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/kea.json b/scans/kea.json index caef3403..4e1c76ba 100644 --- a/scans/kea.json +++ b/scans/kea.json @@ -28,58 +28,61 @@ }, "file_statistics": [ { - "file_path": "bivouac/tests/e2e_test.rs", - "lines": 210, + "file_path": "mandible/crates/kea-beak/src/lib.rs", + "lines": 657, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "safe_unwrap_calls": 2, + "allocation_sites": 6, + "io_operations": 3, + "threading_constructs": 1 }, { - "file_path": "bivouac/tests/integration_test.rs", - "lines": 316, + "file_path": "mandible/crates/wp-praxis/src/lib.rs", + "lines": 838, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 13, + "safe_unwrap_calls": 8, + "allocation_sites": 12, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "bivouac/tests/contract_tests.rs", - "lines": 177, + "file_path": "mandible/crates/slop-gate/src/lib.rs", + "lines": 793, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bivouac/src/config.rs", + "file_path": "bivouac/tests/contract_tests.rs", "lines": 177, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "bivouac/src/main.rs", - "lines": 89, + "file_path": "bivouac/tests/integration_test.rs", + "lines": 316, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 13, "threading_constructs": 0 }, { - "file_path": "bivouac/src/error.rs", - "lines": 42, + "file_path": "bivouac/tests/e2e_test.rs", + "lines": 210, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -99,108 +102,105 @@ "threading_constructs": 0 }, { - "file_path": "bivouac/src/playbook/executor.rs", - "lines": 117, + "file_path": "bivouac/src/playbook/mod.rs", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bivouac/src/playbook/mod.rs", - "lines": 40, + "file_path": "bivouac/src/playbook/executor.rs", + "lines": 117, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "bivouac/src/main.rs", + "lines": 89, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "mandible/crates/wp-praxis/src/lib.rs", - "lines": 838, + "file_path": "bivouac/src/config.rs", + "lines": 177, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 12, - "io_operations": 5, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "mandible/crates/kea-beak/src/lib.rs", - "lines": 657, + "file_path": "bivouac/src/error.rs", + "lines": 42, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, - "io_operations": 3, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "mandible/crates/slop-gate/src/lib.rs", - "lines": 793, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ "memory", - "cpu", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "bivouac/src/playbook/parser.rs", - "to": "bivouac/src/playbook/executor.rs", - "relation": "shared_dir:bivouac/src/playbook", + "from": "bivouac/tests/contract_tests.rs", + "to": "bivouac/tests/integration_test.rs", + "relation": "shared_dir:bivouac/tests", "weight": 1.0 }, { - "from": "bivouac/src/playbook/executor.rs", - "to": "bivouac/src/playbook/mod.rs", - "relation": "shared_dir:bivouac/src/playbook", + "from": "bivouac/tests/integration_test.rs", + "to": "bivouac/tests/e2e_test.rs", + "relation": "shared_dir:bivouac/tests", "weight": 1.0 }, { - "from": "bivouac/tests/e2e_test.rs", - "to": "bivouac/tests/integration_test.rs", - "relation": "shared_dir:bivouac/tests", + "from": "bivouac/src/playbook/parser.rs", + "to": "bivouac/src/playbook/mod.rs", + "relation": "shared_dir:bivouac/src/playbook", "weight": 1.0 }, { - "from": "bivouac/tests/integration_test.rs", - "to": "bivouac/tests/contract_tests.rs", - "relation": "shared_dir:bivouac/tests", + "from": "bivouac/src/playbook/mod.rs", + "to": "bivouac/src/playbook/executor.rs", + "relation": "shared_dir:bivouac/src/playbook", "weight": 1.0 }, { - "from": "bivouac/src/config.rs", - "to": "bivouac/src/main.rs", + "from": "bivouac/src/main.rs", + "to": "bivouac/src/config.rs", "relation": "shared_dir:bivouac/src", "weight": 1.0 }, { - "from": "bivouac/src/main.rs", + "from": "bivouac/src/config.rs", "to": "bivouac/src/error.rs", "relation": "shared_dir:bivouac/src", "weight": 1.0 diff --git a/scans/kitchenspeak.json b/scans/kitchenspeak.json index 05d32a8b..719a603b 100644 --- a/scans/kitchenspeak.json +++ b/scans/kitchenspeak.json @@ -60,43 +60,43 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "tests/e2e.sh", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "tests/e2e.sh", - "lines": 142, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/compiler/main.ml", - "lines": 91, + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 274, + "file_path": "src/compiler/main.ml", + "lines": 91, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -110,19 +110,19 @@ "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [] @@ -130,26 +130,26 @@ "taint_matrix": { "rows": [ { - "source_category": "ProofDrift", - "sink_axis": "cpu", + "source_category": "PathTraversal", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "proofs/agda/Dough.agda", - "proofs/agda/PoachedEgg.agda", - "proofs/agda/NoCurdle.agda" + "tests/e2e.sh" ], "frameworks": [], - "relation": "ProofDrift->Cpu" + "relation": "PathTraversal->Disk" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "ProofDrift", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "tests/e2e.sh" + "proofs/agda/Dough.agda", + "proofs/agda/PoachedEgg.agda", + "proofs/agda/NoCurdle.agda" ], "frameworks": [], - "relation": "PathTraversal->Disk" + "relation": "ProofDrift->Cpu" } ] } diff --git a/scans/knot-rider.json b/scans/knot-rider.json index add9fd8e..c7fb80b4 100644 --- a/scans/knot-rider.json +++ b/scans/knot-rider.json @@ -5,15 +5,15 @@ "frameworks": [], "weak_points": [ { - "category": "PathTraversal", - "location": "tests/e2e.sh", - "file": "tests/e2e.sh", + "category": "CommandInjection", + "location": ".machine_readable/arrival-pack/extract.sh", + "file": ".machine_readable/arrival-pack/extract.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in tests/e2e.sh", + "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", "recommended_attack": [ - "disk" + "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "CommandInjection", @@ -27,15 +27,15 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": ".machine_readable/arrival-pack/extract.sh", - "file": ".machine_readable/arrival-pack/extract.sh", + "category": "PathTraversal", + "location": "tests/e2e.sh", + "file": "tests/e2e.sh", "severity": "Medium", - "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", + "description": "Hardcoded /tmp/ path without mktemp in tests/e2e.sh", "recommended_attack": [ - "cpu" + "disk" ], - "test_context": "production" + "test_context": "test_only" } ], "statistics": { @@ -49,58 +49,58 @@ }, "file_statistics": [ { - "file_path": "tests/e2e.sh", - "lines": 142, + "file_path": ".machine_readable/arrival-pack/generate.sh", + "lines": 45, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 278, + "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interface/Abi/Foreign.idr", - "lines": 83, - "unsafe_blocks": 4, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 141, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/coaptation/coapt.ncl", - "lines": 169, + "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/coaptation/verify.sh", - "lines": 34, + "file_path": ".machine_readable/contractiles/dust/dust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -119,8 +119,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.ncl", - "lines": 66, + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -129,33 +129,33 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 141, + "file_path": ".machine_readable/contractiles/must/must.k9.ncl", + "lines": 238, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.ncl", - "lines": 88, + "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", + "lines": 162, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { @@ -179,8 +179,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -189,8 +189,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", - "lines": 162, + "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -199,8 +199,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.ncl", - "lines": 64, + "file_path": ".machine_readable/coaptation/verify.sh", + "lines": 34, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -209,28 +209,28 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.k9.ncl", - "lines": 238, + "file_path": ".machine_readable/coaptation/coapt.ncl", + "lines": 169, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", - "lines": 62, + "file_path": "tests/e2e.sh", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "lines": 167, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -239,56 +239,38 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/arrival-pack/generate.sh", - "lines": 45, - "unsafe_blocks": 0, + "file_path": "src/interface/Abi/Foreign.idr", + "lines": 83, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", - "lines": 88, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", - "cpu" + "cpu", + "disk" ], "dependency_graph": { "edges": [ - { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", - "to": ".machine_readable/contractiles/dust/dust.ncl", - "relation": "shared_dir:.machine_readable/contractiles/dust", - "weight": 1.0 - }, { "from": ".machine_readable/arrival-pack/generate.sh", "to": ".machine_readable/arrival-pack/arrival-pack.ncl", "relation": "shared_dir:.machine_readable/arrival-pack", "weight": 1.0 }, - { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": ".machine_readable/contractiles/bust/bust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/bust", - "weight": 1.0 - }, - { - "from": ".machine_readable/contractiles/trust/trust.ncl", - "to": ".machine_readable/contractiles/trust/trust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/trust", - "weight": 1.0 - }, { "from": ".machine_readable/contractiles/intend/intend.k9.ncl", "to": ".machine_readable/contractiles/intend/intend.ncl", @@ -302,41 +284,59 @@ "weight": 1.0 }, { - "from": ".machine_readable/coaptation/coapt.ncl", - "to": ".machine_readable/coaptation/verify.sh", + "from": ".machine_readable/coaptation/verify.sh", + "to": ".machine_readable/coaptation/coapt.ncl", "relation": "shared_dir:.machine_readable/coaptation", "weight": 1.0 }, + { + "from": ".machine_readable/contractiles/trust/trust.ncl", + "to": ".machine_readable/contractiles/trust/trust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/trust", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "to": ".machine_readable/contractiles/bust/bust.ncl", + "relation": "shared_dir:.machine_readable/contractiles/bust", + "weight": 1.0 + }, { "from": ".machine_readable/contractiles/must/must.ncl", "to": ".machine_readable/contractiles/must/must.k9.ncl", "relation": "shared_dir:.machine_readable/contractiles/must", "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/dust/dust.ncl", + "to": ".machine_readable/contractiles/dust/dust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/dust", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "CommandInjection", - "sink_axis": "cpu", + "source_category": "PathTraversal", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - ".machine_readable/coaptation/extract-facts.sh", - ".machine_readable/arrival-pack/extract.sh" + "tests/e2e.sh" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "PathTraversal->Disk" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "CommandInjection", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "tests/e2e.sh" + ".machine_readable/arrival-pack/extract.sh", + ".machine_readable/coaptation/extract-facts.sh" ], "frameworks": [], - "relation": "PathTraversal->Disk" + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/krl.json b/scans/krl.json index 450ab518..4fc38e7c 100644 --- a/scans/krl.json +++ b/scans/krl.json @@ -26,16 +26,6 @@ "threading_constructs": 0 }, "file_statistics": [ - { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 8, - "threading_constructs": 0 - }, { "file_path": "tests/conformance/differential_test.jl", "lines": 195, @@ -47,22 +37,22 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 277, - "unsafe_blocks": 0, + "file_path": "src/interface/abi/Foreign.idr", + "lines": 83, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, @@ -77,14 +67,24 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/abi/Foreign.idr", - "lines": 83, - "unsafe_blocks": 4, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 277, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 278, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 } ], "recommended_attacks": [ diff --git a/scans/laminar.json b/scans/laminar.json index c6eba5bc..48831b36 100644 --- a/scans/laminar.json +++ b/scans/laminar.json @@ -3,20 +3,21 @@ "program_path": "laminar", "language": "elixir", "frameworks": [ - "Phoenix", + "MessageQueue", "WebServer", - "OTP", - "MessageQueue" + "Phoenix", + "OTP" ], "weak_points": [ { - "category": "DynamicCodeExecution", - "location": "apps/laminar_web/lib/laminar_web.ex", - "file": "apps/laminar_web/lib/laminar_web.ex", + "category": "CommandInjection", + "location": "apps/laminar_web/lib/laminar/pipeline.ex", + "file": "apps/laminar_web/lib/laminar/pipeline.ex", "severity": "Medium", - "description": "Dynamic apply/3 in apps/laminar_web/lib/laminar_web.ex", + "description": "System command execution in apps/laminar_web/lib/laminar/pipeline.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], "test_context": "production" }, @@ -34,10 +35,10 @@ }, { "category": "CommandInjection", - "location": "apps/laminar_web/lib/laminar/live_transfer.ex", - "file": "apps/laminar_web/lib/laminar/live_transfer.ex", + "location": "apps/laminar_web/lib/laminar/rclone_client.ex", + "file": "apps/laminar_web/lib/laminar/rclone_client.ex", "severity": "Medium", - "description": "System command execution in apps/laminar_web/lib/laminar/live_transfer.ex", + "description": "System command execution in apps/laminar_web/lib/laminar/rclone_client.ex", "recommended_attack": [ "cpu", "disk" @@ -46,10 +47,10 @@ }, { "category": "CommandInjection", - "location": "apps/laminar_web/lib/laminar/pipeline.ex", - "file": "apps/laminar_web/lib/laminar/pipeline.ex", + "location": "apps/laminar_web/lib/laminar/refinery.ex", + "file": "apps/laminar_web/lib/laminar/refinery.ex", "severity": "Medium", - "description": "System command execution in apps/laminar_web/lib/laminar/pipeline.ex", + "description": "System command execution in apps/laminar_web/lib/laminar/refinery.ex", "recommended_attack": [ "cpu", "disk" @@ -68,18 +69,6 @@ ], "test_context": "production" }, - { - "category": "CommandInjection", - "location": "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", - "file": "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", - "severity": "Medium", - "description": "System command execution in apps/laminar_web/lib/laminar/filesystem_optimizer.ex", - "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, { "category": "CryptoMisuse", "location": "apps/laminar_web/lib/laminar/block_transfer.ex", @@ -93,10 +82,10 @@ }, { "category": "CommandInjection", - "location": "apps/laminar_web/lib/laminar/refinery.ex", - "file": "apps/laminar_web/lib/laminar/refinery.ex", + "location": "apps/laminar_web/lib/laminar/live_transfer.ex", + "file": "apps/laminar_web/lib/laminar/live_transfer.ex", "severity": "Medium", - "description": "System command execution in apps/laminar_web/lib/laminar/refinery.ex", + "description": "System command execution in apps/laminar_web/lib/laminar/live_transfer.ex", "recommended_attack": [ "cpu", "disk" @@ -105,16 +94,27 @@ }, { "category": "CommandInjection", - "location": "apps/laminar_web/lib/laminar/rclone_client.ex", - "file": "apps/laminar_web/lib/laminar/rclone_client.ex", + "location": "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", + "file": "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", "severity": "Medium", - "description": "System command execution in apps/laminar_web/lib/laminar/rclone_client.ex", + "description": "System command execution in apps/laminar_web/lib/laminar/filesystem_optimizer.ex", "recommended_attack": [ "cpu", "disk" ], "test_context": "production" }, + { + "category": "DynamicCodeExecution", + "location": "apps/laminar_web/lib/laminar_web.ex", + "file": "apps/laminar_web/lib/laminar_web.ex", + "severity": "Medium", + "description": "Dynamic apply/3 in apps/laminar_web/lib/laminar_web.ex", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, { "category": "MutationGap", "location": "apps/laminar_web/test/e2e/pipeline_e2e_test.exs", @@ -128,14 +128,13 @@ }, { "category": "MutationGap", - "location": "apps/laminar_web/test/integration/transfer_test.exs", - "file": "apps/laminar_web/test/integration/transfer_test.exs", + "location": "apps/laminar_web/test/laminar/cli_test.exs", + "file": "apps/laminar_web/test/laminar/cli_test.exs", "severity": "Low", - "description": "Elixir test file apps/laminar_web/test/integration/transfer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file apps/laminar_web/test/laminar/cli_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { @@ -151,10 +150,10 @@ }, { "category": "MutationGap", - "location": "apps/laminar_web/test/laminar/intelligence_test.exs", - "file": "apps/laminar_web/test/laminar/intelligence_test.exs", + "location": "apps/laminar_web/test/laminar/refinery_test.exs", + "file": "apps/laminar_web/test/laminar/refinery_test.exs", "severity": "Low", - "description": "Elixir test file apps/laminar_web/test/laminar/intelligence_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file apps/laminar_web/test/laminar/refinery_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -162,10 +161,10 @@ }, { "category": "MutationGap", - "location": "apps/laminar_web/test/laminar/cli_test.exs", - "file": "apps/laminar_web/test/laminar/cli_test.exs", + "location": "apps/laminar_web/test/laminar/ghost_linker_test.exs", + "file": "apps/laminar_web/test/laminar/ghost_linker_test.exs", "severity": "Low", - "description": "Elixir test file apps/laminar_web/test/laminar/cli_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file apps/laminar_web/test/laminar/ghost_linker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -184,10 +183,10 @@ }, { "category": "MutationGap", - "location": "apps/laminar_web/test/laminar/refinery_test.exs", - "file": "apps/laminar_web/test/laminar/refinery_test.exs", + "location": "apps/laminar_web/test/laminar/intelligence_test.exs", + "file": "apps/laminar_web/test/laminar/intelligence_test.exs", "severity": "Low", - "description": "Elixir test file apps/laminar_web/test/laminar/refinery_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file apps/laminar_web/test/laminar/intelligence_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -195,13 +194,14 @@ }, { "category": "MutationGap", - "location": "apps/laminar_web/test/laminar/ghost_linker_test.exs", - "file": "apps/laminar_web/test/laminar/ghost_linker_test.exs", + "location": "apps/laminar_web/test/integration/transfer_test.exs", + "file": "apps/laminar_web/test/integration/transfer_test.exs", "severity": "Low", - "description": "Elixir test file apps/laminar_web/test/laminar/ghost_linker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file apps/laminar_web/test/integration/transfer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { @@ -227,13 +227,13 @@ }, "file_statistics": [ { - "file_path": "config/nickel/profiles.ncl", - "lines": 227, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { @@ -247,18 +247,18 @@ "threading_constructs": 0 }, { - "file_path": "apps/laminar_web/lib/laminar/live_transfer.ex", - "lines": 497, + "file_path": "config/nickel/profiles.ncl", + "lines": 227, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "apps/laminar_web/lib/laminar/filter_engine.ex", - "lines": 437, + "file_path": "apps/laminar_web/lib/laminar/pipeline.ex", + "lines": 287, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -267,18 +267,18 @@ "threading_constructs": 0 }, { - "file_path": "apps/laminar_web/lib/laminar/report_submitter.ex", - "lines": 324, + "file_path": "apps/laminar_web/lib/laminar/rclone_client.ex", + "lines": 419, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "apps/laminar_web/lib/laminar/pipeline.ex", - "lines": 287, + "file_path": "apps/laminar_web/lib/laminar/refinery.ex", + "lines": 210, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -287,44 +287,54 @@ "threading_constructs": 0 }, { - "file_path": "apps/laminar_web/lib/laminar/transfer_metrics.ex", - "lines": 444, + "file_path": "apps/laminar_web/lib/laminar/parallel_transfer.ex", + "lines": 589, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 6 + "threading_constructs": 1 }, { - "file_path": "apps/laminar_web/lib/laminar/parallel_transfer.ex", - "lines": 589, + "file_path": "apps/laminar_web/lib/laminar/cli.ex", + "lines": 1842, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "apps/laminar_web/lib/laminar/transfer_metrics.ex", + "lines": 444, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 6 }, { - "file_path": "apps/laminar_web/lib/laminar/credential_pool.ex", - "lines": 561, + "file_path": "apps/laminar_web/lib/laminar/block_transfer.ex", + "lines": 350, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "apps/laminar_web/lib/laminar/preflight.ex", - "lines": 345, + "file_path": "apps/laminar_web/lib/laminar/live_transfer.ex", + "lines": 497, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 2 }, { "file_path": "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", @@ -337,38 +347,38 @@ "threading_constructs": 0 }, { - "file_path": "apps/laminar_web/lib/laminar/block_transfer.ex", - "lines": 350, + "file_path": "apps/laminar_web/lib/laminar/credential_pool.ex", + "lines": 561, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "apps/laminar_web/lib/laminar/refinery.ex", - "lines": 210, + "file_path": "apps/laminar_web/lib/laminar/report_submitter.ex", + "lines": 324, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "apps/laminar_web/lib/laminar/cli.ex", - "lines": 1842, + "file_path": "apps/laminar_web/lib/laminar/preflight.ex", + "lines": 345, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "apps/laminar_web/lib/laminar/rclone_client.ex", - "lines": 419, + "file_path": "apps/laminar_web/lib/laminar/filter_engine.ex", + "lines": 437, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -386,16 +396,6 @@ "io_operations": 4, "threading_constructs": 0 }, - { - "file_path": "apps/laminar_web/test/test_helper.exs", - "lines": 90, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, { "file_path": "apps/laminar_web/test/integration/transfer_test.exs", "lines": 285, @@ -407,139 +407,139 @@ "threading_constructs": 1 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "apps/laminar_web/test/test_helper.exs", + "lines": 90, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "concurrency", - "disk", "network", - "cpu" + "disk", + "cpu", + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "apps/laminar_web/lib/laminar/live_transfer.ex", - "to": "apps/laminar_web/lib/laminar/filter_engine.ex", + "from": "apps/laminar_web/lib/laminar/pipeline.ex", + "to": "apps/laminar_web/lib/laminar/rclone_client.ex", "relation": "shared_dir:apps/laminar_web/lib/laminar", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/filter_engine.ex", - "to": "apps/laminar_web/lib/laminar/report_submitter.ex", + "from": "apps/laminar_web/lib/laminar/rclone_client.ex", + "to": "apps/laminar_web/lib/laminar/refinery.ex", "relation": "shared_dir:apps/laminar_web/lib/laminar", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/report_submitter.ex", - "to": "apps/laminar_web/lib/laminar/pipeline.ex", + "from": "apps/laminar_web/lib/laminar/refinery.ex", + "to": "apps/laminar_web/lib/laminar/parallel_transfer.ex", "relation": "shared_dir:apps/laminar_web/lib/laminar", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/pipeline.ex", - "to": "apps/laminar_web/lib/laminar/transfer_metrics.ex", + "from": "apps/laminar_web/lib/laminar/parallel_transfer.ex", + "to": "apps/laminar_web/lib/laminar/cli.ex", "relation": "shared_dir:apps/laminar_web/lib/laminar", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/transfer_metrics.ex", - "to": "apps/laminar_web/lib/laminar/parallel_transfer.ex", + "from": "apps/laminar_web/lib/laminar/cli.ex", + "to": "apps/laminar_web/lib/laminar/transfer_metrics.ex", "relation": "shared_dir:apps/laminar_web/lib/laminar", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/parallel_transfer.ex", - "to": "apps/laminar_web/lib/laminar/credential_pool.ex", + "from": "apps/laminar_web/lib/laminar/transfer_metrics.ex", + "to": "apps/laminar_web/lib/laminar/block_transfer.ex", "relation": "shared_dir:apps/laminar_web/lib/laminar", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/credential_pool.ex", - "to": "apps/laminar_web/lib/laminar/preflight.ex", + "from": "apps/laminar_web/lib/laminar/block_transfer.ex", + "to": "apps/laminar_web/lib/laminar/live_transfer.ex", "relation": "shared_dir:apps/laminar_web/lib/laminar", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/preflight.ex", + "from": "apps/laminar_web/lib/laminar/live_transfer.ex", "to": "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", "relation": "shared_dir:apps/laminar_web/lib/laminar", "weight": 1.0 }, { "from": "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", - "to": "apps/laminar_web/lib/laminar/block_transfer.ex", + "to": "apps/laminar_web/lib/laminar/credential_pool.ex", "relation": "shared_dir:apps/laminar_web/lib/laminar", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/block_transfer.ex", - "to": "apps/laminar_web/lib/laminar/refinery.ex", + "from": "apps/laminar_web/lib/laminar/credential_pool.ex", + "to": "apps/laminar_web/lib/laminar/report_submitter.ex", "relation": "shared_dir:apps/laminar_web/lib/laminar", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/refinery.ex", - "to": "apps/laminar_web/lib/laminar/cli.ex", + "from": "apps/laminar_web/lib/laminar/report_submitter.ex", + "to": "apps/laminar_web/lib/laminar/preflight.ex", "relation": "shared_dir:apps/laminar_web/lib/laminar", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/cli.ex", - "to": "apps/laminar_web/lib/laminar/rclone_client.ex", + "from": "apps/laminar_web/lib/laminar/preflight.ex", + "to": "apps/laminar_web/lib/laminar/filter_engine.ex", "relation": "shared_dir:apps/laminar_web/lib/laminar", "weight": 1.0 }, { - "from": "config/nickel/profiles.ncl", - "to": "config/nickel/default.ncl", + "from": "config/nickel/default.ncl", + "to": "config/nickel/profiles.ncl", "relation": "shared_dir:config/nickel", "weight": 1.0 }, { - "from": "config/nickel/profiles.ncl", - "to": "Phoenix", + "from": ".machine_readable/contractiles/bust/bust.ncl", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "config/nickel/profiles.ncl", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "config/nickel/profiles.ncl", - "to": "OTP", + "from": ".machine_readable/contractiles/bust/bust.ncl", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "config/nickel/profiles.ncl", - "to": "MessageQueue", + "from": ".machine_readable/contractiles/bust/bust.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { "from": "config/nickel/default.ncl", - "to": "Phoenix", + "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, @@ -551,145 +551,127 @@ }, { "from": "config/nickel/default.ncl", - "to": "OTP", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { "from": "config/nickel/default.ncl", - "to": "MessageQueue", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "apps/laminar_web/lib/laminar/live_transfer.ex", - "to": "Phoenix", - "relation": "framework", - "weight": 4.0 - }, - { - "from": "apps/laminar_web/lib/laminar/live_transfer.ex", - "to": "WebServer", - "relation": "framework", - "weight": 4.0 - }, - { - "from": "apps/laminar_web/lib/laminar/live_transfer.ex", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/live_transfer.ex", + "from": "config/nickel/profiles.ncl", "to": "MessageQueue", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/filter_engine.ex", - "to": "Phoenix", + "from": "config/nickel/profiles.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/filter_engine.ex", - "to": "WebServer", + "from": "config/nickel/profiles.ncl", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/filter_engine.ex", + "from": "config/nickel/profiles.ncl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/filter_engine.ex", + "from": "apps/laminar_web/lib/laminar/pipeline.ex", "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/report_submitter.ex", - "to": "Phoenix", + "from": "apps/laminar_web/lib/laminar/pipeline.ex", + "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/report_submitter.ex", - "to": "WebServer", + "from": "apps/laminar_web/lib/laminar/pipeline.ex", + "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/report_submitter.ex", + "from": "apps/laminar_web/lib/laminar/pipeline.ex", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/report_submitter.ex", + "from": "apps/laminar_web/lib/laminar/rclone_client.ex", "to": "MessageQueue", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/pipeline.ex", - "to": "Phoenix", + "from": "apps/laminar_web/lib/laminar/rclone_client.ex", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/pipeline.ex", - "to": "WebServer", + "from": "apps/laminar_web/lib/laminar/rclone_client.ex", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/pipeline.ex", + "from": "apps/laminar_web/lib/laminar/rclone_client.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/pipeline.ex", + "from": "apps/laminar_web/lib/laminar/refinery.ex", "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/transfer_metrics.ex", - "to": "Phoenix", + "from": "apps/laminar_web/lib/laminar/refinery.ex", + "to": "WebServer", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/transfer_metrics.ex", - "to": "WebServer", + "from": "apps/laminar_web/lib/laminar/refinery.ex", + "to": "Phoenix", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/transfer_metrics.ex", + "from": "apps/laminar_web/lib/laminar/refinery.ex", "to": "OTP", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/transfer_metrics.ex", + "from": "apps/laminar_web/lib/laminar/parallel_transfer.ex", "to": "MessageQueue", "relation": "framework", - "weight": 12.0 + "weight": 2.0 }, { "from": "apps/laminar_web/lib/laminar/parallel_transfer.ex", - "to": "Phoenix", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { "from": "apps/laminar_web/lib/laminar/parallel_transfer.ex", - "to": "WebServer", + "to": "Phoenix", "relation": "framework", "weight": 2.0 }, @@ -700,193 +682,217 @@ "weight": 2.0 }, { - "from": "apps/laminar_web/lib/laminar/parallel_transfer.ex", + "from": "apps/laminar_web/lib/laminar/cli.ex", "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/credential_pool.ex", - "to": "Phoenix", + "from": "apps/laminar_web/lib/laminar/cli.ex", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/credential_pool.ex", - "to": "WebServer", + "from": "apps/laminar_web/lib/laminar/cli.ex", + "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/credential_pool.ex", + "from": "apps/laminar_web/lib/laminar/cli.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/credential_pool.ex", + "from": "apps/laminar_web/lib/laminar/transfer_metrics.ex", "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 12.0 }, { - "from": "apps/laminar_web/lib/laminar/preflight.ex", - "to": "Phoenix", + "from": "apps/laminar_web/lib/laminar/transfer_metrics.ex", + "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 12.0 }, { - "from": "apps/laminar_web/lib/laminar/preflight.ex", - "to": "WebServer", + "from": "apps/laminar_web/lib/laminar/transfer_metrics.ex", + "to": "Phoenix", "relation": "framework", - "weight": 6.0 + "weight": 12.0 }, { - "from": "apps/laminar_web/lib/laminar/preflight.ex", + "from": "apps/laminar_web/lib/laminar/transfer_metrics.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 12.0 }, { - "from": "apps/laminar_web/lib/laminar/preflight.ex", + "from": "apps/laminar_web/lib/laminar/block_transfer.ex", "to": "MessageQueue", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", - "to": "Phoenix", + "from": "apps/laminar_web/lib/laminar/block_transfer.ex", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", - "to": "WebServer", + "from": "apps/laminar_web/lib/laminar/block_transfer.ex", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", + "from": "apps/laminar_web/lib/laminar/block_transfer.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", + "from": "apps/laminar_web/lib/laminar/live_transfer.ex", "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "apps/laminar_web/lib/laminar/block_transfer.ex", - "to": "Phoenix", + "from": "apps/laminar_web/lib/laminar/live_transfer.ex", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "apps/laminar_web/lib/laminar/block_transfer.ex", - "to": "WebServer", + "from": "apps/laminar_web/lib/laminar/live_transfer.ex", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "apps/laminar_web/lib/laminar/block_transfer.ex", + "from": "apps/laminar_web/lib/laminar/live_transfer.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "apps/laminar_web/lib/laminar/block_transfer.ex", + "from": "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/refinery.ex", - "to": "Phoenix", + "from": "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/refinery.ex", - "to": "WebServer", + "from": "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/refinery.ex", + "from": "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar/refinery.ex", + "from": "apps/laminar_web/lib/laminar/credential_pool.ex", "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "apps/laminar_web/lib/laminar/cli.ex", - "to": "Phoenix", + "from": "apps/laminar_web/lib/laminar/credential_pool.ex", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "apps/laminar_web/lib/laminar/cli.ex", - "to": "WebServer", + "from": "apps/laminar_web/lib/laminar/credential_pool.ex", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "apps/laminar_web/lib/laminar/cli.ex", + "from": "apps/laminar_web/lib/laminar/credential_pool.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "apps/laminar_web/lib/laminar/cli.ex", + "from": "apps/laminar_web/lib/laminar/report_submitter.ex", "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "apps/laminar_web/lib/laminar/rclone_client.ex", + "from": "apps/laminar_web/lib/laminar/report_submitter.ex", + "to": "WebServer", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "apps/laminar_web/lib/laminar/report_submitter.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "apps/laminar_web/lib/laminar/rclone_client.ex", + "from": "apps/laminar_web/lib/laminar/report_submitter.ex", + "to": "OTP", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "apps/laminar_web/lib/laminar/preflight.ex", + "to": "MessageQueue", + "relation": "framework", + "weight": 6.0 + }, + { + "from": "apps/laminar_web/lib/laminar/preflight.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "apps/laminar_web/lib/laminar/rclone_client.ex", + "from": "apps/laminar_web/lib/laminar/preflight.ex", + "to": "Phoenix", + "relation": "framework", + "weight": 6.0 + }, + { + "from": "apps/laminar_web/lib/laminar/preflight.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "apps/laminar_web/lib/laminar/rclone_client.ex", + "from": "apps/laminar_web/lib/laminar/filter_engine.ex", "to": "MessageQueue", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar_web/resolvers/system.ex", - "to": "Phoenix", + "from": "apps/laminar_web/lib/laminar/filter_engine.ex", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar_web/resolvers/system.ex", - "to": "WebServer", + "from": "apps/laminar_web/lib/laminar/filter_engine.ex", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/lib/laminar_web/resolvers/system.ex", + "from": "apps/laminar_web/lib/laminar/filter_engine.ex", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -898,38 +904,38 @@ "weight": 1.0 }, { - "from": "apps/laminar_web/test/test_helper.exs", - "to": "Phoenix", + "from": "apps/laminar_web/lib/laminar_web/resolvers/system.ex", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/test/test_helper.exs", - "to": "WebServer", + "from": "apps/laminar_web/lib/laminar_web/resolvers/system.ex", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/test/test_helper.exs", + "from": "apps/laminar_web/lib/laminar_web/resolvers/system.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "apps/laminar_web/test/test_helper.exs", + "from": "apps/laminar_web/test/integration/transfer_test.exs", "to": "MessageQueue", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { "from": "apps/laminar_web/test/integration/transfer_test.exs", - "to": "Phoenix", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { "from": "apps/laminar_web/test/integration/transfer_test.exs", - "to": "WebServer", + "to": "Phoenix", "relation": "framework", "weight": 2.0 }, @@ -940,25 +946,25 @@ "weight": 2.0 }, { - "from": "apps/laminar_web/test/integration/transfer_test.exs", + "from": "apps/laminar_web/test/test_helper.exs", "to": "MessageQueue", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "setup.sh", - "to": "Phoenix", + "from": "apps/laminar_web/test/test_helper.exs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", - "to": "WebServer", + "from": "apps/laminar_web/test/test_helper.exs", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "apps/laminar_web/test/test_helper.exs", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -970,26 +976,20 @@ "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": "Phoenix", - "relation": "framework", - "weight": 1.0 - }, - { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "setup.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": "OTP", + "from": "setup.sh", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": "MessageQueue", + "from": "setup.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 } @@ -997,6 +997,27 @@ }, "taint_matrix": { "rows": [ + { + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "apps/laminar_web/lib/laminar/pipeline.ex", + "apps/laminar_web/lib/laminar/network_tuning.ex", + "apps/laminar_web/lib/laminar/rclone_client.ex", + "apps/laminar_web/lib/laminar/refinery.ex", + "apps/laminar_web/lib/laminar/transfer_metrics.ex", + "apps/laminar_web/lib/laminar/live_transfer.ex", + "apps/laminar_web/lib/laminar/filesystem_optimizer.ex" + ], + "frameworks": [ + "MessageQueue", + "WebServer", + "Phoenix", + "OTP" + ], + "relation": "CommandInjection->Cpu" + }, { "source_category": "CryptoMisuse", "sink_axis": "network", @@ -1005,13 +1026,34 @@ "apps/laminar_web/lib/laminar/block_transfer.ex" ], "frameworks": [ - "Phoenix", + "MessageQueue", "WebServer", - "OTP", - "MessageQueue" + "Phoenix", + "OTP" ], "relation": "CryptoMisuse->Network" }, + { + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 2.5, + "files": [ + "apps/laminar_web/lib/laminar/pipeline.ex", + "apps/laminar_web/lib/laminar/network_tuning.ex", + "apps/laminar_web/lib/laminar/rclone_client.ex", + "apps/laminar_web/lib/laminar/refinery.ex", + "apps/laminar_web/lib/laminar/transfer_metrics.ex", + "apps/laminar_web/lib/laminar/live_transfer.ex", + "apps/laminar_web/lib/laminar/filesystem_optimizer.ex" + ], + "frameworks": [ + "MessageQueue", + "WebServer", + "Phoenix", + "OTP" + ], + "relation": "CommandInjection->Disk" + }, { "source_category": "DynamicCodeExecution", "sink_axis": "cpu", @@ -1020,10 +1062,10 @@ "apps/laminar_web/lib/laminar_web.ex" ], "frameworks": [ - "Phoenix", + "MessageQueue", "WebServer", - "OTP", - "MessageQueue" + "Phoenix", + "OTP" ], "relation": "DynamicCodeExecution->Cpu" }, @@ -1033,64 +1075,22 @@ "severity_value": 1.0, "files": [ "apps/laminar_web/test/e2e/pipeline_e2e_test.exs", - "apps/laminar_web/test/integration/transfer_test.exs", - "apps/laminar_web/test/laminar/rclone_client_test.exs", - "apps/laminar_web/test/laminar/intelligence_test.exs", "apps/laminar_web/test/laminar/cli_test.exs", - "apps/laminar_web/test/laminar/pipeline_test.exs", + "apps/laminar_web/test/laminar/rclone_client_test.exs", "apps/laminar_web/test/laminar/refinery_test.exs", "apps/laminar_web/test/laminar/ghost_linker_test.exs", + "apps/laminar_web/test/laminar/pipeline_test.exs", + "apps/laminar_web/test/laminar/intelligence_test.exs", + "apps/laminar_web/test/integration/transfer_test.exs", "apps/laminar_web/test/laminar_web/schema_test.exs" ], "frameworks": [ - "Phoenix", - "WebServer", - "OTP", - "MessageQueue" - ], - "relation": "MutationGap->Cpu" - }, - { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "apps/laminar_web/lib/laminar/network_tuning.ex", - "apps/laminar_web/lib/laminar/live_transfer.ex", - "apps/laminar_web/lib/laminar/pipeline.ex", - "apps/laminar_web/lib/laminar/transfer_metrics.ex", - "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", - "apps/laminar_web/lib/laminar/refinery.ex", - "apps/laminar_web/lib/laminar/rclone_client.ex" - ], - "frameworks": [ - "Phoenix", + "MessageQueue", "WebServer", - "OTP", - "MessageQueue" - ], - "relation": "CommandInjection->Cpu" - }, - { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "apps/laminar_web/lib/laminar/network_tuning.ex", - "apps/laminar_web/lib/laminar/live_transfer.ex", - "apps/laminar_web/lib/laminar/pipeline.ex", - "apps/laminar_web/lib/laminar/transfer_metrics.ex", - "apps/laminar_web/lib/laminar/filesystem_optimizer.ex", - "apps/laminar_web/lib/laminar/refinery.ex", - "apps/laminar_web/lib/laminar/rclone_client.ex" - ], - "frameworks": [ "Phoenix", - "WebServer", - "OTP", - "MessageQueue" + "OTP" ], - "relation": "CommandInjection->Disk" + "relation": "MutationGap->Cpu" } ] } diff --git a/scans/laniakea.json b/scans/laniakea.json index 77b7b52f..a674e7bd 100644 --- a/scans/laniakea.json +++ b/scans/laniakea.json @@ -3,88 +3,11 @@ "program_path": "laniakea", "language": "elixir", "frameworks": [ - "WebServer", + "OTP", "Phoenix", - "OTP" + "WebServer" ], "weak_points": [ - { - "category": "DynamicCodeExecution", - "location": "server/lib/laniakea_web.ex", - "file": "server/lib/laniakea_web.ex", - "severity": "Medium", - "description": "Dynamic apply/3 in server/lib/laniakea_web.ex", - "recommended_attack": [ - "cpu" - ], - "test_context": "production" - }, - { - "category": "MutationGap", - "location": "server/test/e2e/crdt_e2e_test.exs", - "file": "server/test/e2e/crdt_e2e_test.exs", - "severity": "Low", - "description": "Elixir test file server/test/e2e/crdt_e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "server/test/crdt/g_counter_test.exs", - "file": "server/test/crdt/g_counter_test.exs", - "severity": "Low", - "description": "Elixir test file server/test/crdt/g_counter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "server/test/crdt/lww_register_test.exs", - "file": "server/test/crdt/lww_register_test.exs", - "severity": "Low", - "description": "Elixir test file server/test/crdt/lww_register_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "server/test/crdt/or_set_test.exs", - "file": "server/test/crdt/or_set_test.exs", - "severity": "Low", - "description": "Elixir test file server/test/crdt/or_set_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "server/test/crdt/pn_counter_test.exs", - "file": "server/test/crdt/pn_counter_test.exs", - "severity": "Low", - "description": "Elixir test file server/test/crdt/pn_counter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "server/test/laniakea_web/controllers_test.exs", - "file": "server/test/laniakea_web/controllers_test.exs", - "severity": "Low", - "description": "Elixir test file server/test/laniakea_web/controllers_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, { "category": "UnsafeFFI", "location": "client/lib/bs/src/transport/Channel.affine", @@ -161,6 +84,83 @@ "network" ], "test_context": "production" + }, + { + "category": "DynamicCodeExecution", + "location": "server/lib/laniakea_web.ex", + "file": "server/lib/laniakea_web.ex", + "severity": "Medium", + "description": "Dynamic apply/3 in server/lib/laniakea_web.ex", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, + { + "category": "MutationGap", + "location": "server/test/e2e/crdt_e2e_test.exs", + "file": "server/test/e2e/crdt_e2e_test.exs", + "severity": "Low", + "description": "Elixir test file server/test/e2e/crdt_e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "server/test/laniakea_web/controllers_test.exs", + "file": "server/test/laniakea_web/controllers_test.exs", + "severity": "Low", + "description": "Elixir test file server/test/laniakea_web/controllers_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "server/test/crdt/g_counter_test.exs", + "file": "server/test/crdt/g_counter_test.exs", + "severity": "Low", + "description": "Elixir test file server/test/crdt/g_counter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "server/test/crdt/pn_counter_test.exs", + "file": "server/test/crdt/pn_counter_test.exs", + "severity": "Low", + "description": "Elixir test file server/test/crdt/pn_counter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "server/test/crdt/or_set_test.exs", + "file": "server/test/crdt/or_set_test.exs", + "severity": "Low", + "description": "Elixir test file server/test/crdt/or_set_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "server/test/crdt/lww_register_test.exs", + "file": "server/test/crdt/lww_register_test.exs", + "severity": "Low", + "description": "Elixir test file server/test/crdt/lww_register_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" } ], "statistics": { @@ -173,36 +173,6 @@ "threading_constructs": 3 }, "file_statistics": [ - { - "file_path": "server/lib/laniakea/policy/engine.ex", - "lines": 245, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "server/lib/laniakea/crdt/registry.ex", - "lines": 272, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "server/lib/laniakea/command/bus.ex", - "lines": 264, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 - }, { "file_path": "client/lib/bs/src/transport/Channel.affine", "lines": 198, @@ -264,14 +234,34 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "server/lib/laniakea/command/bus.ex", + "lines": 264, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "server/lib/laniakea/policy/engine.ex", + "lines": 245, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "server/lib/laniakea/crdt/registry.ex", + "lines": 272, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 1 }, { "file_path": "cli/laniakea.affine", @@ -282,13 +272,23 @@ "allocation_sites": 0, "io_operations": 9, "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 278, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 } ], "recommended_attacks": [ + "cpu", "network", "disk", - "memory", - "cpu" + "memory" ], "dependency_graph": { "edges": [ @@ -298,63 +298,9 @@ "relation": "shared_dir:client/lib/ocaml", "weight": 1.0 }, - { - "from": "server/lib/laniakea/policy/engine.ex", - "to": "WebServer", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "server/lib/laniakea/policy/engine.ex", - "to": "Phoenix", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "server/lib/laniakea/policy/engine.ex", - "to": "OTP", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "server/lib/laniakea/crdt/registry.ex", - "to": "WebServer", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "server/lib/laniakea/crdt/registry.ex", - "to": "Phoenix", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "server/lib/laniakea/crdt/registry.ex", - "to": "OTP", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "server/lib/laniakea/command/bus.ex", - "to": "WebServer", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "server/lib/laniakea/command/bus.ex", - "to": "Phoenix", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "server/lib/laniakea/command/bus.ex", - "to": "OTP", - "relation": "framework", - "weight": 2.0 - }, { "from": "client/lib/bs/src/transport/Channel.affine", - "to": "WebServer", + "to": "OTP", "relation": "framework", "weight": 33.0 }, @@ -366,13 +312,13 @@ }, { "from": "client/lib/bs/src/transport/Channel.affine", - "to": "OTP", + "to": "WebServer", "relation": "framework", "weight": 33.0 }, { "from": "client/lib/bs/src/adapters/Capabilities.affine", - "to": "WebServer", + "to": "OTP", "relation": "framework", "weight": 18.0 }, @@ -384,13 +330,13 @@ }, { "from": "client/lib/bs/src/adapters/Capabilities.affine", - "to": "OTP", + "to": "WebServer", "relation": "framework", "weight": 18.0 }, { "from": "client/lib/ocaml/Capabilities.affine", - "to": "WebServer", + "to": "OTP", "relation": "framework", "weight": 18.0 }, @@ -402,13 +348,13 @@ }, { "from": "client/lib/ocaml/Capabilities.affine", - "to": "OTP", + "to": "WebServer", "relation": "framework", "weight": 18.0 }, { "from": "client/lib/ocaml/Channel.affine", - "to": "WebServer", + "to": "OTP", "relation": "framework", "weight": 33.0 }, @@ -420,13 +366,13 @@ }, { "from": "client/lib/ocaml/Channel.affine", - "to": "OTP", + "to": "WebServer", "relation": "framework", "weight": 33.0 }, { "from": "client/src/transport/Channel.affine", - "to": "WebServer", + "to": "OTP", "relation": "framework", "weight": 33.0 }, @@ -438,13 +384,13 @@ }, { "from": "client/src/transport/Channel.affine", - "to": "OTP", + "to": "WebServer", "relation": "framework", "weight": 33.0 }, { "from": "client/src/adapters/Capabilities.affine", - "to": "WebServer", + "to": "OTP", "relation": "framework", "weight": 18.0 }, @@ -456,32 +402,68 @@ }, { "from": "client/src/adapters/Capabilities.affine", - "to": "OTP", + "to": "WebServer", "relation": "framework", "weight": 18.0 }, { - "from": "setup.sh", + "from": "server/lib/laniakea/command/bus.ex", + "to": "OTP", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "server/lib/laniakea/command/bus.ex", + "to": "Phoenix", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "server/lib/laniakea/command/bus.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "setup.sh", + "from": "server/lib/laniakea/policy/engine.ex", + "to": "OTP", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "server/lib/laniakea/policy/engine.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "setup.sh", + "from": "server/lib/laniakea/policy/engine.ex", + "to": "WebServer", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "server/lib/laniakea/crdt/registry.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "cli/laniakea.affine", + "from": "server/lib/laniakea/crdt/registry.ex", + "to": "Phoenix", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "server/lib/laniakea/crdt/registry.ex", "to": "WebServer", "relation": "framework", + "weight": 2.0 + }, + { + "from": "cli/laniakea.affine", + "to": "OTP", + "relation": "framework", "weight": 1.0 }, { @@ -492,46 +474,78 @@ }, { "from": "cli/laniakea.affine", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 + }, + { + "from": "setup.sh", + "to": "Phoenix", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "setup.sh", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "DynamicCodeExecution", + "source_category": "MutationGap", "sink_axis": "cpu", - "severity_value": 2.5, + "severity_value": 1.0, "files": [ - "server/lib/laniakea_web.ex" + "server/test/e2e/crdt_e2e_test.exs", + "server/test/laniakea_web/controllers_test.exs", + "server/test/crdt/g_counter_test.exs", + "server/test/crdt/pn_counter_test.exs", + "server/test/crdt/or_set_test.exs", + "server/test/crdt/lww_register_test.exs" ], "frameworks": [ - "WebServer", + "OTP", "Phoenix", - "OTP" + "WebServer" ], - "relation": "DynamicCodeExecution->Cpu" + "relation": "MutationGap->Cpu" }, { - "source_category": "MutationGap", + "source_category": "HardcodedSecret", + "sink_axis": "network", + "severity_value": 5.0, + "files": [ + "schemas/config.ncl" + ], + "frameworks": [ + "OTP", + "Phoenix", + "WebServer" + ], + "relation": "HardcodedSecret->Network" + }, + { + "source_category": "DynamicCodeExecution", "sink_axis": "cpu", - "severity_value": 1.0, + "severity_value": 2.5, "files": [ - "server/test/e2e/crdt_e2e_test.exs", - "server/test/crdt/g_counter_test.exs", - "server/test/crdt/lww_register_test.exs", - "server/test/crdt/or_set_test.exs", - "server/test/crdt/pn_counter_test.exs", - "server/test/laniakea_web/controllers_test.exs" + "server/lib/laniakea_web.ex" ], "frameworks": [ - "WebServer", + "OTP", "Phoenix", - "OTP" + "WebServer" ], - "relation": "MutationGap->Cpu" + "relation": "DynamicCodeExecution->Cpu" }, { "source_category": "UnsafeFFI", @@ -546,25 +560,11 @@ "client/src/adapters/Capabilities.affine" ], "frameworks": [ - "WebServer", + "OTP", "Phoenix", - "OTP" + "WebServer" ], "relation": "UnsafeFFI->Memory" - }, - { - "source_category": "HardcodedSecret", - "sink_axis": "network", - "severity_value": 5.0, - "files": [ - "schemas/config.ncl" - ], - "frameworks": [ - "WebServer", - "Phoenix", - "OTP" - ], - "relation": "HardcodedSecret->Network" } ] } diff --git a/scans/launch-scaffolder.json b/scans/launch-scaffolder.json index 21ce85b0..2ed4fb48 100644 --- a/scans/launch-scaffolder.json +++ b/scans/launch-scaffolder.json @@ -4,6 +4,30 @@ "language": "rust", "frameworks": [], "weak_points": [ + { + "category": "CommandInjection", + "location": "crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-23_stapeln-launcher-deed.sh", + "file": "crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-23_stapeln-launcher-deed.sh", + "severity": "Medium", + "description": "25 potentially unquoted variable expansions in crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-23_stapeln-launcher-deed.sh", + "recommended_attack": [ + "cpu" + ], + "suppressed": true, + "test_context": "test_only" + }, + { + "category": "PathTraversal", + "location": "crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-23_stapeln-launcher-deed.sh", + "file": "crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-23_stapeln-launcher-deed.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-23_stapeln-launcher-deed.sh", + "recommended_attack": [ + "disk" + ], + "suppressed": true, + "test_context": "test_only" + }, { "category": "CommandInjection", "location": "crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-22_stapeln-launcher.sh", @@ -30,10 +54,10 @@ }, { "category": "UnboundedAllocation", - "location": "crates/launcher-common/src/config.rs", - "file": "crates/launcher-common/src/config.rs", + "location": "crates/launcher-common/src/standard.rs", + "file": "crates/launcher-common/src/standard.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/launcher-common/src/config.rs", + "description": "Potential unbounded allocation pattern detected in crates/launcher-common/src/standard.rs", "recommended_attack": [ "memory", "cpu" @@ -42,10 +66,10 @@ }, { "category": "PanicPath", - "location": "crates/launcher-common/src/template.rs", - "file": "crates/launcher-common/src/template.rs", + "location": "crates/launcher-common/src/standard.rs", + "file": "crates/launcher-common/src/standard.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in crates/launcher-common/src/template.rs", + "description": "0 panic sites and 1 unwrap/expect calls in crates/launcher-common/src/standard.rs", "recommended_attack": [ "memory", "disk" @@ -53,26 +77,26 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "crates/launcher-common/src/standard.rs", - "file": "crates/launcher-common/src/standard.rs", + "category": "PanicPath", + "location": "crates/launcher-common/src/template.rs", + "file": "crates/launcher-common/src/template.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/launcher-common/src/standard.rs", + "description": "0 panic sites and 16 unwrap/expect calls in crates/launcher-common/src/template.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "crates/launcher-common/src/standard.rs", - "file": "crates/launcher-common/src/standard.rs", + "category": "UnboundedAllocation", + "location": "crates/launcher-common/src/config.rs", + "file": "crates/launcher-common/src/config.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in crates/launcher-common/src/standard.rs", + "description": "Potential unbounded allocation pattern detected in crates/launcher-common/src/config.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, @@ -125,60 +149,60 @@ } ], "statistics": { - "total_lines": 5735, + "total_lines": 6540, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, + "unwrap_calls": 18, "allocation_sites": 42, - "io_operations": 34, + "io_operations": 49, "threading_constructs": 0 }, "file_statistics": [ { - "file_path": "crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-22_stapeln-launcher.sh", - "lines": 471, + "file_path": "crates/launcher-common/tests/round_trip.rs", + "lines": 279, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 12, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/launcher-common/tests/deed_corpus.rs", - "lines": 282, + "file_path": "crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-23_stapeln-launcher-deed.sh", + "lines": 458, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "crates/launcher-common/src/config.rs", - "lines": 203, + "file_path": "crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-22_stapeln-launcher.sh", + "lines": 471, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "crates/launcher-common/src/template.rs", - "lines": 260, + "file_path": "crates/launcher-common/tests/deed_corpus.rs", + "lines": 282, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 9, - "allocation_sites": 2, - "io_operations": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 5, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { "file_path": "crates/launcher-common/src/metadata_block.rs", - "lines": 888, + "lines": 917, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -199,13 +223,24 @@ "threading_constructs": 0 }, { - "file_path": "crates/launcher-common/src/discovery.rs", - "lines": 111, + "file_path": "crates/launcher-common/src/template.rs", + "lines": 476, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 16, + "safe_unwrap_calls": 9, "allocation_sites": 2, - "io_operations": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "crates/launcher-common/src/config.rs", + "lines": 203, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -220,19 +255,18 @@ "threading_constructs": 0 }, { - "file_path": "crates/launcher/src/cmd_mint.rs", - "lines": 63, + "file_path": "crates/launcher-common/src/discovery.rs", + "lines": 111, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { "file_path": "crates/launcher/src/cmd_config.rs", - "lines": 109, + "lines": 130, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -251,6 +285,17 @@ "io_operations": 4, "threading_constructs": 0 }, + { + "file_path": "crates/launcher/src/cmd_mint.rs", + "lines": 63, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 + }, { "file_path": "crates/launcher/src/cmd_provision.rs", "lines": 234, @@ -263,8 +308,8 @@ "threading_constructs": 0 }, { - "file_path": "docs/ruleset-audit-2026-04-10/wave1-apply.sh", - "lines": 127, + "file_path": "docs/ruleset-audit-2026-04-10/wave2-apply.sh", + "lines": 136, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -273,8 +318,8 @@ "threading_constructs": 0 }, { - "file_path": "docs/ruleset-audit-2026-04-10/wave2-apply.sh", - "lines": 136, + "file_path": "docs/ruleset-audit-2026-04-10/audit.sh", + "lines": 184, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -283,8 +328,8 @@ "threading_constructs": 0 }, { - "file_path": "docs/ruleset-audit-2026-04-10/audit.sh", - "lines": 184, + "file_path": "docs/ruleset-audit-2026-04-10/wave1-apply.sh", + "lines": 127, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -301,15 +346,15 @@ "dependency_graph": { "edges": [ { - "from": "crates/launcher-common/src/config.rs", - "to": "crates/launcher-common/src/template.rs", - "relation": "shared_dir:crates/launcher-common/src", + "from": "crates/launcher-common/tests/round_trip.rs", + "to": "crates/launcher-common/tests/deed_corpus.rs", + "relation": "shared_dir:crates/launcher-common/tests", "weight": 1.0 }, { - "from": "crates/launcher-common/src/template.rs", - "to": "crates/launcher-common/src/metadata_block.rs", - "relation": "shared_dir:crates/launcher-common/src", + "from": "crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-23_stapeln-launcher-deed.sh", + "to": "crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-22_stapeln-launcher.sh", + "relation": "shared_dir:crates/launcher-common/tests/fixtures/metadata_block", "weight": 1.0 }, { @@ -320,115 +365,129 @@ }, { "from": "crates/launcher-common/src/standard.rs", - "to": "crates/launcher-common/src/discovery.rs", + "to": "crates/launcher-common/src/template.rs", "relation": "shared_dir:crates/launcher-common/src", "weight": 1.0 }, { - "from": "crates/launcher-common/src/discovery.rs", - "to": "crates/launcher-common/src/deed.rs", + "from": "crates/launcher-common/src/template.rs", + "to": "crates/launcher-common/src/config.rs", "relation": "shared_dir:crates/launcher-common/src", "weight": 1.0 }, { - "from": "docs/ruleset-audit-2026-04-10/wave1-apply.sh", - "to": "docs/ruleset-audit-2026-04-10/wave2-apply.sh", - "relation": "shared_dir:docs/ruleset-audit-2026-04-10", + "from": "crates/launcher-common/src/config.rs", + "to": "crates/launcher-common/src/deed.rs", + "relation": "shared_dir:crates/launcher-common/src", "weight": 1.0 }, { - "from": "docs/ruleset-audit-2026-04-10/wave2-apply.sh", - "to": "docs/ruleset-audit-2026-04-10/audit.sh", - "relation": "shared_dir:docs/ruleset-audit-2026-04-10", + "from": "crates/launcher-common/src/deed.rs", + "to": "crates/launcher-common/src/discovery.rs", + "relation": "shared_dir:crates/launcher-common/src", "weight": 1.0 }, { - "from": "crates/launcher/src/cmd_mint.rs", - "to": "crates/launcher/src/cmd_config.rs", + "from": "crates/launcher/src/cmd_config.rs", + "to": "crates/launcher/src/cmd_realign.rs", "relation": "shared_dir:crates/launcher/src", "weight": 1.0 }, { - "from": "crates/launcher/src/cmd_config.rs", - "to": "crates/launcher/src/cmd_realign.rs", + "from": "crates/launcher/src/cmd_realign.rs", + "to": "crates/launcher/src/cmd_mint.rs", "relation": "shared_dir:crates/launcher/src", "weight": 1.0 }, { - "from": "crates/launcher/src/cmd_realign.rs", + "from": "crates/launcher/src/cmd_mint.rs", "to": "crates/launcher/src/cmd_provision.rs", "relation": "shared_dir:crates/launcher/src", "weight": 1.0 + }, + { + "from": "docs/ruleset-audit-2026-04-10/wave2-apply.sh", + "to": "docs/ruleset-audit-2026-04-10/audit.sh", + "relation": "shared_dir:docs/ruleset-audit-2026-04-10", + "weight": 1.0 + }, + { + "from": "docs/ruleset-audit-2026-04-10/audit.sh", + "to": "docs/ruleset-audit-2026-04-10/wave1-apply.sh", + "relation": "shared_dir:docs/ruleset-audit-2026-04-10", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ - { - "source_category": "PathTraversal", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-22_stapeln-launcher.sh", - "docs/ruleset-audit-2026-04-10/wave2-apply.sh" - ], - "frameworks": [], - "relation": "PathTraversal->Disk" - }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "crates/launcher-common/src/template.rs", "crates/launcher-common/src/standard.rs", + "crates/launcher-common/src/template.rs", "crates/launcher-common/src/deed.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" }, { "source_category": "CommandInjection", "sink_axis": "cpu", "severity_value": 2.5, "files": [ + "crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-23_stapeln-launcher-deed.sh", "crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-22_stapeln-launcher.sh" ], "frameworks": [], "relation": "CommandInjection->Cpu" }, { - "source_category": "PanicPath", + "source_category": "PathTraversal", "sink_axis": "disk", "severity_value": 2.5, "files": [ - "crates/launcher-common/src/template.rs", - "crates/launcher-common/src/standard.rs", - "crates/launcher-common/src/deed.rs" + "crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-23_stapeln-launcher-deed.sh", + "crates/launcher-common/tests/fixtures/metadata_block/minted-2026-09-22_stapeln-launcher.sh", + "docs/ruleset-audit-2026-04-10/wave2-apply.sh" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "PathTraversal->Disk" }, { "source_category": "UnboundedAllocation", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "crates/launcher-common/src/config.rs", "crates/launcher-common/src/standard.rs", + "crates/launcher-common/src/config.rs", "crates/launcher/src/cmd_config.rs", "crates/launcher/src/cmd_realign.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Cpu" }, + { + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "crates/launcher-common/src/standard.rs", + "crates/launcher-common/src/template.rs", + "crates/launcher-common/src/deed.rs" + ], + "frameworks": [], + "relation": "PanicPath->Memory" + }, { "source_category": "UnboundedAllocation", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "crates/launcher-common/src/config.rs", "crates/launcher-common/src/standard.rs", + "crates/launcher-common/src/config.rs", "crates/launcher/src/cmd_config.rs", "crates/launcher/src/cmd_realign.rs" ], diff --git a/scans/lithoglyph.json b/scans/lithoglyph.json index 3ab425ca..85b5e436 100644 --- a/scans/lithoglyph.json +++ b/scans/lithoglyph.json @@ -4,21 +4,10 @@ "language": "affinescript", "frameworks": [ "WebServer", - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], "weak_points": [ - { - "category": "UnsafeFFI", - "location": "integrations/directus/src/Lith_Directus_Hook.affine", - "file": "integrations/directus/src/Lith_Directus_Hook.affine", - "severity": "Medium", - "description": "4 FFI/external bindings in integrations/directus/src/Lith_Directus_Hook.affine", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "UnsafeFFI", "location": "tools/sdk-gen/src/Main.affine", @@ -31,33 +20,22 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "core-zig/src/bridge.zig", - "file": "core-zig/src/bridge.zig", - "severity": "High", - "description": "14 unsafe pointer casts in core-zig/src/bridge.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "MutationGap", - "location": "verification/benchmarks/websocket_stress_test.exs", - "file": "verification/benchmarks/websocket_stress_test.exs", - "severity": "Low", - "description": "Elixir test file verification/benchmarks/websocket_stress_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": ".machine_readable/arrival-pack/extract.sh", + "file": ".machine_readable/arrival-pack/extract.sh", + "severity": "Medium", + "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", "recommended_attack": [ "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "InputBoundary", - "location": "verification/benchmarks/http_load_test.js", - "file": "verification/benchmarks/http_load_test.js", + "category": "CommandInjection", + "location": ".machine_readable/coaptation/extract-facts.sh", + "file": ".machine_readable/coaptation/extract-facts.sh", "severity": "Medium", - "description": "2 JSON.parse call(s) with 1 try block(s) in verification/benchmarks/http_load_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "39 potentially unquoted variable expansions in .machine_readable/coaptation/extract-facts.sh", "recommended_attack": [ "cpu" ], @@ -65,66 +43,57 @@ }, { "category": "PathTraversal", - "location": "verification/tests/e2e.sh", - "file": "verification/tests/e2e.sh", + "location": "lith-http/test_http_api.sh", + "file": "lith-http/test_http_api.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in verification/tests/e2e.sh", + "description": "Hardcoded /tmp/ path without mktemp in lith-http/test_http_api.sh", "recommended_attack": [ "disk" ], "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "CommandInjection", - "location": "scripts/check-proofs.sh", - "file": "scripts/check-proofs.sh", - "severity": "Medium", - "description": "26 potentially unquoted variable expansions in scripts/check-proofs.sh", + "category": "CryptoMisuse", + "location": "lith-http/lib/lith_http/temporal_index.ex", + "file": "lith-http/lib/lith_http/temporal_index.ex", + "severity": "High", + "description": ":crypto.hash(:md5, ...) in lith-http/lib/lith_http/temporal_index.ex — use :sha256 or stronger", "recommended_attack": [ - "cpu" + "network" ], "test_context": "production" }, { "category": "PathTraversal", - "location": "tests/e2e.sh", - "file": "tests/e2e.sh", + "location": "lith-http/test_persistence.sh", + "file": "lith-http/test_persistence.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in tests/e2e.sh", + "description": "Hardcoded /tmp/ path without mktemp in lith-http/test_persistence.sh", "recommended_attack": [ "disk" ], - "test_context": "test_only" - }, - { - "category": "UnsafeCode", - "location": "beam/native/src/lith_nif.zig", - "file": "beam/native/src/lith_nif.zig", - "severity": "High", - "description": "8 unsafe pointer casts in beam/native/src/lith_nif.zig", - "recommended_attack": [ - "memory" - ], + "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "beam/native/src/beam.zig", - "file": "beam/native/src/beam.zig", - "severity": "High", - "description": "1 unsafe pointer casts in beam/native/src/beam.zig", + "category": "PathTraversal", + "location": "lith-http/test_geo_api.sh", + "file": "lith-http/test_geo_api.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in lith-http/test_geo_api.sh", "recommended_attack": [ - "memory" + "disk" ], + "suppressed": true, "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "beam/test/lith_nif_test.exs", - "file": "beam/test/lith_nif_test.exs", - "severity": "Medium", - "description": "Dynamic apply/3 in beam/test/lith_nif_test.exs", + "category": "MutationGap", + "location": "lith-http/test/lith_http_web/controllers/error_json_test.exs", + "file": "lith-http/test/lith_http_web/controllers/error_json_test.exs", + "severity": "Low", + "description": "Elixir test file lith-http/test/lith_http_web/controllers/error_json_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -132,21 +101,21 @@ }, { "category": "MutationGap", - "location": "beam/test/lith_nif_test.exs", - "file": "beam/test/lith_nif_test.exs", + "location": "lith-http/test/lith_http_web/controllers/api_controller_test.exs", + "file": "lith-http/test/lith_http_web/controllers/api_controller_test.exs", "severity": "Low", - "description": "Elixir test file beam/test/lith_nif_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file lith-http/test/lith_http_web/controllers/api_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "DynamicCodeExecution", - "location": "beam/test/lith_integration_test.exs", - "file": "beam/test/lith_integration_test.exs", - "severity": "Medium", - "description": "Dynamic apply/3 in beam/test/lith_integration_test.exs", + "category": "MutationGap", + "location": "lith-http/test/lith_http_web/controllers/auth_controller_test.exs", + "file": "lith-http/test/lith_http_web/controllers/auth_controller_test.exs", + "severity": "Low", + "description": "Elixir test file lith-http/test/lith_http_web/controllers/auth_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -154,141 +123,102 @@ }, { "category": "MutationGap", - "location": "beam/test/lith_integration_test.exs", - "file": "beam/test/lith_integration_test.exs", + "location": "lith-http/test/lith_http_web/controllers/health_controller_test.exs", + "file": "lith-http/test/lith_http_web/controllers/health_controller_test.exs", "severity": "Low", - "description": "Elixir test file beam/test/lith_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file lith-http/test/lith_http_web/controllers/health_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "UnsafeCode", - "location": "beam/native_rust/src/lib.rs", - "file": "beam/native_rust/src/lib.rs", - "severity": "High", - "description": "11 unsafe blocks in beam/native_rust/src/lib.rs", - "recommended_attack": [ - "memory", - "concurrency" - ], - "test_context": "production" - }, - { - "category": "UnsafeFFI", - "location": "beam/src/lith_beam/client.gleam", - "file": "beam/src/lith_beam/client.gleam", - "severity": "Medium", - "description": "9 @external FFI calls in beam/src/lith_beam/client.gleam", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "UnsafeCode", - "location": "ffi/zig/src/bridge.zig", - "file": "ffi/zig/src/bridge.zig", - "severity": "High", - "description": "2 unsafe pointer casts in ffi/zig/src/bridge.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "geo/src/config.rs", - "file": "geo/src/config.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in geo/src/config.rs", + "category": "MutationGap", + "location": "lith-http/test/lith_http_web/controllers/geo_controller_test.exs", + "file": "lith-http/test/lith_http_web/controllers/geo_controller_test.exs", + "severity": "Low", + "description": "Elixir test file lith-http/test/lith_http_web/controllers/geo_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "geo/src/index/rtree.rs", - "file": "geo/src/index/rtree.rs", - "severity": "Medium", - "description": "0 panic sites and 11 unwrap/expect calls in geo/src/index/rtree.rs", + "category": "MutationGap", + "location": "lith-http/test/lith_http_web/controllers/analytics_controller_test.exs", + "file": "lith-http/test/lith_http_web/controllers/analytics_controller_test.exs", + "severity": "Low", + "description": "Elixir test file lith-http/test/lith_http_web/controllers/analytics_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PathTraversal", - "location": "lith-http/test_persistence.sh", - "file": "lith-http/test_persistence.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in lith-http/test_persistence.sh", + "category": "MutationGap", + "location": "lith-http/test/lith_http_web/metrics/collector_test.exs", + "file": "lith-http/test/lith_http_web/metrics/collector_test.exs", + "severity": "Low", + "description": "Elixir test file lith-http/test/lith_http_web/metrics/collector_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "disk" + "cpu" ], - "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { "category": "MutationGap", - "location": "lith-http/bench/websocket_stress_test.exs", - "file": "lith-http/bench/websocket_stress_test.exs", + "location": "lith-http/test/lith_http_web/auth/jwt_test.exs", + "file": "lith-http/test/lith_http_web/auth/jwt_test.exs", "severity": "Low", - "description": "Elixir test file lith-http/bench/websocket_stress_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file lith-http/test/lith_http_web/auth/jwt_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "InputBoundary", - "location": "lith-http/bench/http_load_test.js", - "file": "lith-http/bench/http_load_test.js", - "severity": "Medium", - "description": "2 JSON.parse call(s) with 1 try block(s) in lith-http/bench/http_load_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "category": "MutationGap", + "location": "lith-http/test/lith_http_web/error_json_extended_test.exs", + "file": "lith-http/test/lith_http_web/error_json_extended_test.exs", + "severity": "Low", + "description": "Elixir test file lith-http/test/lith_http_web/error_json_extended_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "CryptoMisuse", - "location": "lith-http/lib/lith_http/temporal_index.ex", - "file": "lith-http/lib/lith_http/temporal_index.ex", - "severity": "High", - "description": ":crypto.hash(:md5, ...) in lith-http/lib/lith_http/temporal_index.ex — use :sha256 or stronger", + "category": "MutationGap", + "location": "lith-http/test/lith_http_web/plugs/request_logger_test.exs", + "file": "lith-http/test/lith_http_web/plugs/request_logger_test.exs", + "severity": "Low", + "description": "Elixir test file lith-http/test/lith_http_web/plugs/request_logger_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PathTraversal", - "location": "lith-http/test_geo_api.sh", - "file": "lith-http/test_geo_api.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in lith-http/test_geo_api.sh", + "category": "MutationGap", + "location": "lith-http/test/lith_http_web/plugs/authenticate_test.exs", + "file": "lith-http/test/lith_http_web/plugs/authenticate_test.exs", + "severity": "Low", + "description": "Elixir test file lith-http/test/lith_http_web/plugs/authenticate_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "disk" + "cpu" ], - "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { - "category": "PathTraversal", - "location": "lith-http/test_analytics_api.sh", - "file": "lith-http/test_analytics_api.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in lith-http/test_analytics_api.sh", + "category": "MutationGap", + "location": "lith-http/test/lith_http_web/plugs/rate_limiter_test.exs", + "file": "lith-http/test/lith_http_web/plugs/rate_limiter_test.exs", + "severity": "Low", + "description": "Elixir test file lith-http/test/lith_http_web/plugs/rate_limiter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "disk" + "cpu" ], - "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { "category": "MutationGap", @@ -303,10 +233,10 @@ }, { "category": "MutationGap", - "location": "lith-http/test/lith_http/query_cache_test.exs", - "file": "lith-http/test/lith_http/query_cache_test.exs", + "location": "lith-http/test/lith_http/spatial_index_test.exs", + "file": "lith-http/test/lith_http/spatial_index_test.exs", "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http/query_cache_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file lith-http/test/lith_http/spatial_index_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -314,10 +244,10 @@ }, { "category": "MutationGap", - "location": "lith-http/test/lith_http/analytics_test.exs", - "file": "lith-http/test/lith_http/analytics_test.exs", + "location": "lith-http/test/lith_http/geo_test.exs", + "file": "lith-http/test/lith_http/geo_test.exs", "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http/analytics_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file lith-http/test/lith_http/geo_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -325,10 +255,10 @@ }, { "category": "MutationGap", - "location": "lith-http/test/lith_http/database_registry_test.exs", - "file": "lith-http/test/lith_http/database_registry_test.exs", + "location": "lith-http/test/lith_http/query_cache_lru_test.exs", + "file": "lith-http/test/lith_http/query_cache_lru_test.exs", "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http/database_registry_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file lith-http/test/lith_http/query_cache_lru_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -336,10 +266,10 @@ }, { "category": "MutationGap", - "location": "lith-http/test/lith_http/query_cache_lru_test.exs", - "file": "lith-http/test/lith_http/query_cache_lru_test.exs", + "location": "lith-http/test/lith_http/query_cache_test.exs", + "file": "lith-http/test/lith_http/query_cache_test.exs", "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http/query_cache_lru_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file lith-http/test/lith_http/query_cache_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -347,10 +277,10 @@ }, { "category": "MutationGap", - "location": "lith-http/test/lith_http/geo_test.exs", - "file": "lith-http/test/lith_http/geo_test.exs", + "location": "lith-http/test/lith_http/temporal_index_test.exs", + "file": "lith-http/test/lith_http/temporal_index_test.exs", "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http/geo_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file lith-http/test/lith_http/temporal_index_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -358,10 +288,10 @@ }, { "category": "MutationGap", - "location": "lith-http/test/lith_http/temporal_index_test.exs", - "file": "lith-http/test/lith_http/temporal_index_test.exs", + "location": "lith-http/test/lith_http/graceful_shutdown_test.exs", + "file": "lith-http/test/lith_http/graceful_shutdown_test.exs", "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http/temporal_index_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file lith-http/test/lith_http/graceful_shutdown_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -369,10 +299,10 @@ }, { "category": "MutationGap", - "location": "lith-http/test/lith_http/spatial_index_test.exs", - "file": "lith-http/test/lith_http/spatial_index_test.exs", + "location": "lith-http/test/lith_http/database_registry_test.exs", + "file": "lith-http/test/lith_http/database_registry_test.exs", "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http/spatial_index_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file lith-http/test/lith_http/database_registry_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -391,10 +321,10 @@ }, { "category": "MutationGap", - "location": "lith-http/test/lith_http/graceful_shutdown_test.exs", - "file": "lith-http/test/lith_http/graceful_shutdown_test.exs", + "location": "lith-http/test/lith_http/analytics_test.exs", + "file": "lith-http/test/lith_http/analytics_test.exs", "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http/graceful_shutdown_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file lith-http/test/lith_http/analytics_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -402,98 +332,169 @@ }, { "category": "MutationGap", - "location": "lith-http/test/lith_http_web/auth/jwt_test.exs", - "file": "lith-http/test/lith_http_web/auth/jwt_test.exs", + "location": "lith-http/bench/websocket_stress_test.exs", + "file": "lith-http/bench/websocket_stress_test.exs", "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http_web/auth/jwt_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file lith-http/bench/websocket_stress_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "lith-http/test/lith_http_web/error_json_extended_test.exs", - "file": "lith-http/test/lith_http_web/error_json_extended_test.exs", - "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http_web/error_json_extended_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "InputBoundary", + "location": "lith-http/bench/http_load_test.js", + "file": "lith-http/bench/http_load_test.js", + "severity": "Medium", + "description": "2 JSON.parse call(s) with 1 try block(s) in lith-http/bench/http_load_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], + "test_context": "production" + }, + { + "category": "PathTraversal", + "location": "lith-http/test_analytics_api.sh", + "file": "lith-http/test_analytics_api.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in lith-http/test_analytics_api.sh", + "recommended_attack": [ + "disk" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "PathTraversal", + "location": "tests/e2e.sh", + "file": "tests/e2e.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in tests/e2e.sh", + "recommended_attack": [ + "disk" + ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "lith-http/test/lith_http_web/plugs/rate_limiter_test.exs", - "file": "lith-http/test/lith_http_web/plugs/rate_limiter_test.exs", - "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http_web/plugs/rate_limiter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "PanicPath", + "location": "geo/src/index/rtree.rs", + "file": "geo/src/index/rtree.rs", + "severity": "Medium", + "description": "0 panic sites and 11 unwrap/expect calls in geo/src/index/rtree.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "geo/src/config.rs", + "file": "geo/src/config.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in geo/src/config.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnsafeFFI", + "location": "clients/rescript/src/Lithoglyph_Subscriptions.affine", + "file": "clients/rescript/src/Lithoglyph_Subscriptions.affine", + "severity": "Medium", + "description": "7 FFI/external bindings in clients/rescript/src/Lithoglyph_Subscriptions.affine", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, + { + "category": "UnsafeDeserialization", + "location": "clients/rescript/src/Lithoglyph_Subscriptions.affine", + "file": "clients/rescript/src/Lithoglyph_Subscriptions.affine", + "severity": "High", + "description": "JSON.parseExn in clients/rescript/src/Lithoglyph_Subscriptions.affine", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, + { + "category": "PathTraversal", + "location": "verification/tests/e2e.sh", + "file": "verification/tests/e2e.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in verification/tests/e2e.sh", "recommended_attack": [ - "cpu" + "disk" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "lith-http/test/lith_http_web/plugs/request_logger_test.exs", - "file": "lith-http/test/lith_http_web/plugs/request_logger_test.exs", + "location": "verification/benchmarks/websocket_stress_test.exs", + "file": "verification/benchmarks/websocket_stress_test.exs", "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http_web/plugs/request_logger_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/benchmarks/websocket_stress_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "lith-http/test/lith_http_web/plugs/authenticate_test.exs", - "file": "lith-http/test/lith_http_web/plugs/authenticate_test.exs", - "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http_web/plugs/authenticate_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "InputBoundary", + "location": "verification/benchmarks/http_load_test.js", + "file": "verification/benchmarks/http_load_test.js", + "severity": "Medium", + "description": "2 JSON.parse call(s) with 1 try block(s) in verification/benchmarks/http_load_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "lith-http/test/lith_http_web/controllers/geo_controller_test.exs", - "file": "lith-http/test/lith_http_web/controllers/geo_controller_test.exs", - "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http_web/controllers/geo_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeCode", + "location": "beam/native_rust/src/lib.rs", + "file": "beam/native_rust/src/lib.rs", + "severity": "High", + "description": "11 unsafe blocks in beam/native_rust/src/lib.rs", "recommended_attack": [ - "cpu" + "memory", + "concurrency" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "lith-http/test/lith_http_web/controllers/auth_controller_test.exs", - "file": "lith-http/test/lith_http_web/controllers/auth_controller_test.exs", - "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http_web/controllers/auth_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeCode", + "location": "beam/native/src/lith_nif.zig", + "file": "beam/native/src/lith_nif.zig", + "severity": "High", + "description": "8 unsafe pointer casts in beam/native/src/lith_nif.zig", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "lith-http/test/lith_http_web/controllers/health_controller_test.exs", - "file": "lith-http/test/lith_http_web/controllers/health_controller_test.exs", - "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http_web/controllers/health_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeCode", + "location": "beam/native/src/beam.zig", + "file": "beam/native/src/beam.zig", + "severity": "High", + "description": "1 unsafe pointer casts in beam/native/src/beam.zig", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "lith-http/test/lith_http_web/controllers/analytics_controller_test.exs", - "file": "lith-http/test/lith_http_web/controllers/analytics_controller_test.exs", - "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http_web/controllers/analytics_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "DynamicCodeExecution", + "location": "beam/test/lith_integration_test.exs", + "file": "beam/test/lith_integration_test.exs", + "severity": "Medium", + "description": "Dynamic apply/3 in beam/test/lith_integration_test.exs", "recommended_attack": [ "cpu" ], @@ -501,21 +502,21 @@ }, { "category": "MutationGap", - "location": "lith-http/test/lith_http_web/controllers/error_json_test.exs", - "file": "lith-http/test/lith_http_web/controllers/error_json_test.exs", + "location": "beam/test/lith_integration_test.exs", + "file": "beam/test/lith_integration_test.exs", "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http_web/controllers/error_json_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file beam/test/lith_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "lith-http/test/lith_http_web/controllers/api_controller_test.exs", - "file": "lith-http/test/lith_http_web/controllers/api_controller_test.exs", - "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http_web/controllers/api_controller_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "DynamicCodeExecution", + "location": "beam/test/lith_nif_test.exs", + "file": "beam/test/lith_nif_test.exs", + "severity": "Medium", + "description": "Dynamic apply/3 in beam/test/lith_nif_test.exs", "recommended_attack": [ "cpu" ], @@ -523,44 +524,32 @@ }, { "category": "MutationGap", - "location": "lith-http/test/lith_http_web/metrics/collector_test.exs", - "file": "lith-http/test/lith_http_web/metrics/collector_test.exs", + "location": "beam/test/lith_nif_test.exs", + "file": "beam/test/lith_nif_test.exs", "severity": "Low", - "description": "Elixir test file lith-http/test/lith_http_web/metrics/collector_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file beam/test/lith_nif_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, - { - "category": "PathTraversal", - "location": "lith-http/test_http_api.sh", - "file": "lith-http/test_http_api.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in lith-http/test_http_api.sh", - "recommended_attack": [ - "disk" - ], - "suppressed": true, - "test_context": "production" - }, { "category": "UnsafeFFI", - "location": "clients/rescript/src/Lithoglyph_Subscriptions.affine", - "file": "clients/rescript/src/Lithoglyph_Subscriptions.affine", + "location": "beam/src/lith_beam/client.gleam", + "file": "beam/src/lith_beam/client.gleam", "severity": "Medium", - "description": "7 FFI/external bindings in clients/rescript/src/Lithoglyph_Subscriptions.affine", + "description": "9 @external FFI calls in beam/src/lith_beam/client.gleam", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "UnsafeDeserialization", - "location": "clients/rescript/src/Lithoglyph_Subscriptions.affine", - "file": "clients/rescript/src/Lithoglyph_Subscriptions.affine", + "category": "UnsafeCode", + "location": "core-zig/src/bridge.zig", + "file": "core-zig/src/bridge.zig", "severity": "High", - "description": "JSON.parseExn in clients/rescript/src/Lithoglyph_Subscriptions.affine", + "description": "14 unsafe pointer casts in core-zig/src/bridge.zig", "recommended_attack": [ "memory" ], @@ -568,23 +557,34 @@ }, { "category": "CommandInjection", - "location": ".machine_readable/coaptation/extract-facts.sh", - "file": ".machine_readable/coaptation/extract-facts.sh", + "location": "scripts/check-proofs.sh", + "file": "scripts/check-proofs.sh", "severity": "Medium", - "description": "39 potentially unquoted variable expansions in .machine_readable/coaptation/extract-facts.sh", + "description": "26 potentially unquoted variable expansions in scripts/check-proofs.sh", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": ".machine_readable/arrival-pack/extract.sh", - "file": ".machine_readable/arrival-pack/extract.sh", + "category": "UnsafeCode", + "location": "ffi/zig/src/bridge.zig", + "file": "ffi/zig/src/bridge.zig", + "severity": "High", + "description": "2 unsafe pointer casts in ffi/zig/src/bridge.zig", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, + { + "category": "UnsafeFFI", + "location": "integrations/directus/src/Lith_Directus_Hook.affine", + "file": "integrations/directus/src/Lith_Directus_Hook.affine", "severity": "Medium", - "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", + "description": "4 FFI/external bindings in integrations/directus/src/Lith_Directus_Hook.affine", "recommended_attack": [ - "cpu" + "memory" ], "test_context": "production" } @@ -600,88 +600,108 @@ }, "file_statistics": [ { - "file_path": "analytics/examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "tools/bofig_ingest.exs", + "lines": 332, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "analytics/src/api.jl", - "lines": 140, + "file_path": "tools/bofig-ingest.sh", + "lines": 270, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "analytics/src/lith_client.jl", - "lines": 160, + "file_path": "tools/sdk-gen/src/PhpGen.affine", + "lines": 314, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "analytics/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "tools/sdk-gen/src/Main.affine", + "lines": 85, + "unsafe_blocks": 7, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 7, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/arrival-pack/generate.sh", + "lines": 45, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "analytics/ffi/zig/src/main.zig", - "lines": 274, + "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", + "lines": 89, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "generated/abi/bridge.h", - "lines": 385, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 140, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "examples/demo-server.zig", - "lines": 295, + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, + "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "integrations/directus/src/Lith_Directus_Types.affine", - "lines": 122, + "file_path": ".machine_readable/contractiles/dust/dust.ncl", + "lines": 66, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -690,48 +710,58 @@ "threading_constructs": 0 }, { - "file_path": "integrations/directus/src/Lith_Directus_Hook.affine", - "lines": 206, - "unsafe_blocks": 4, + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 64, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "integrations/ghost/src/Lith_Ghost_Server.affine", - "lines": 134, - "unsafe_blocks": 1, + "file_path": ".machine_readable/contractiles/must/must.k9.ncl", + "lines": 238, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", + "lines": 162, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "integrations/ghost/src/Lith_Ghost_Webhook.affine", - "lines": 229, - "unsafe_blocks": 1, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "integrations/strapi/src/Lith_Strapi_Client.affine", - "lines": 121, - "unsafe_blocks": 1, + "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", + "lines": 252, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "integrations/payload/src/Lith_Payload_Types.affine", - "lines": 108, + "file_path": ".machine_readable/contractiles/intend/intend.ncl", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -740,28 +770,28 @@ "threading_constructs": 0 }, { - "file_path": "integrations/payload/src/Lith_Payload_Hooks.affine", - "lines": 218, - "unsafe_blocks": 1, + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 62, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "distributed/src/Lith_Distributed_Replication.affine", - "lines": 240, + "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 11, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "distributed/src/Lith_Distributed_Cluster.affine", - "lines": 187, + "file_path": ".machine_readable/coaptation/verify.sh", + "lines": 34, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -770,87 +800,87 @@ "threading_constructs": 0 }, { - "file_path": "tools/sdk-gen/src/PhpGen.affine", - "lines": 314, + "file_path": ".machine_readable/coaptation/coapt.ncl", + "lines": 174, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "tools/sdk-gen/src/Main.affine", - "lines": 85, - "unsafe_blocks": 7, + "file_path": "lith-http/test_http_api.sh", + "lines": 69, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "tools/bofig_ingest.exs", - "lines": 332, + "file_path": "lith-http/lib/lith_http/temporal_index.ex", + "lines": 277, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "tools/bofig-ingest.sh", - "lines": 270, + "file_path": "lith-http/test_m13.sh", + "lines": 175, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "core-zig/test-execution.sh", - "lines": 130, + "file_path": "lith-http/test_persistence.sh", + "lines": 128, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "core-zig/test-ffi-integration.c", - "lines": 609, + "file_path": "lith-http/test_geo_api.sh", + "lines": 112, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "core-zig/src/bridge.zig", - "lines": 1171, - "unsafe_blocks": 14, + "file_path": "lith-http/test_auth.sh", + "lines": 76, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 16, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "core-zig/src/blocks.zig", - "lines": 633, + "file_path": "lith-http/test_observability.sh", + "lines": 56, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 6, + "allocation_sites": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "verification/benchmarks/run_all_benchmarks.sh", + "file_path": "lith-http/bench/run_all_benchmarks.sh", "lines": 134, "unsafe_blocks": 0, "panic_sites": 0, @@ -860,27 +890,27 @@ "threading_constructs": 0 }, { - "file_path": "verification/tests/e2e/template_instantiation_test.sh", - "lines": 258, + "file_path": "lith-http/test_analytics_api.sh", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "verification/tests/e2e.sh", - "lines": 166, + "file_path": "tests/e2e/template_instantiation_test.sh", + "lines": 258, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "verification/tests/fuzz/src/Lith_Fuzz_Main.affine", + "file_path": "tests/fuzz/src/Lith_Fuzz_Main.affine", "lines": 87, "unsafe_blocks": 0, "panic_sites": 0, @@ -890,37 +920,37 @@ "threading_constructs": 0 }, { - "file_path": "verification/tests/property/src/Lith_Property_Generators.affine", - "lines": 359, - "unsafe_blocks": 1, + "file_path": "tests/e2e.sh", + "lines": 166, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "verification/fuzzing/src/Lith_Fuzz_Main.affine", - "lines": 87, - "unsafe_blocks": 0, + "file_path": "tests/property/src/Lith_Property_Generators.affine", + "lines": 359, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "normalizer/src/Lith_Normalizer_Narrative.affine", - "lines": 514, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "studio/examples/SafeDOMExample.affine", + "file_path": "geo/examples/SafeDOMExample.affine", "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, @@ -930,48 +960,49 @@ "threading_constructs": 0 }, { - "file_path": "studio/src/Types.affine", - "lines": 101, + "file_path": "geo/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "studio/src/RuntimeBridge.affine", - "lines": 92, - "unsafe_blocks": 3, + "file_path": "geo/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "studio/src/ProofAssistant.affine", - "lines": 350, + "file_path": "geo/src/index/rtree.rs", + "lines": 228, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "unwrap_calls": 11, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "studio/src/NormalizationPanel.affine", - "lines": 434, - "unsafe_blocks": 1, + "file_path": "geo/src/api/mod.rs", + "lines": 294, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "studio/src/StatusBar.affine", - "lines": 79, + "file_path": "geo/src/config.rs", + "lines": 84, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -980,113 +1011,113 @@ "threading_constructs": 0 }, { - "file_path": "studio/src/GqldtPreview.affine", - "lines": 107, - "unsafe_blocks": 1, + "file_path": "clients/rescript/src/Lithoglyph_Subscriptions.affine", + "lines": 330, + "unsafe_blocks": 7, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "studio/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "clients/rescript/src/Lith.affine", + "lines": 502, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "studio/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "clients/rescript/src/Lithoglyph.affine", + "lines": 950, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/e2e/template_instantiation_test.sh", - "lines": 258, + "file_path": "examples/demo-server.zig", + "lines": 295, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 7, + "threading_constructs": 1 }, { - "file_path": "tests/e2e.sh", - "lines": 166, + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "tests/fuzz/src/Lith_Fuzz_Main.affine", - "lines": 87, + "file_path": "verification/tests/e2e/template_instantiation_test.sh", + "lines": 258, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/property/src/Lith_Property_Generators.affine", - "lines": 359, - "unsafe_blocks": 1, + "file_path": "verification/tests/fuzz/src/Lith_Fuzz_Main.affine", + "lines": 87, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "beam/examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "verification/tests/e2e.sh", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "beam/native/src/lith_nif.zig", - "lines": 823, - "unsafe_blocks": 8, + "file_path": "verification/tests/property/src/Lith_Property_Generators.affine", + "lines": 359, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 9, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "beam/native/src/beam.zig", - "lines": 147, - "unsafe_blocks": 1, + "file_path": "verification/fuzzing/src/Lith_Fuzz_Main.affine", + "lines": 87, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "beam/test/lith_beam_smoke_test.gleam", - "lines": 262, - "unsafe_blocks": 2, + "file_path": "verification/benchmarks/run_all_benchmarks.sh", + "lines": 134, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { @@ -1100,13 +1131,13 @@ "threading_constructs": 1 }, { - "file_path": "beam/src/lith_beam/client.gleam", - "lines": 255, - "unsafe_blocks": 9, + "file_path": "beam/examples/SafeDOMExample.affine", + "lines": 129, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 8, "threading_constructs": 0 }, { @@ -1130,78 +1161,78 @@ "threading_constructs": 0 }, { - "file_path": "api/src/grpc.zig", - "lines": 686, - "unsafe_blocks": 0, + "file_path": "beam/native/src/lith_nif.zig", + "lines": 823, + "unsafe_blocks": 8, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 9, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "api/src/websocket.zig", - "lines": 332, - "unsafe_blocks": 0, + "file_path": "beam/native/src/beam.zig", + "lines": 147, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "api/src/auth.zig", - "lines": 274, - "unsafe_blocks": 0, - "panic_sites": 1, + "file_path": "beam/test/lith_beam_smoke_test.gleam", + "lines": 262, + "unsafe_blocks": 2, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "api/src/main.zig", - "lines": 148, - "unsafe_blocks": 0, + "file_path": "beam/src/lith_beam/client.gleam", + "lines": 255, + "unsafe_blocks": 9, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 1 + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "api/src/bridge_client.zig", - "lines": 584, + "file_path": "distributed/src/Lith_Distributed_Replication.affine", + "lines": 240, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "api/src/config.zig", - "lines": 96, + "file_path": "distributed/src/Lith_Distributed_Cluster.affine", + "lines": 187, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/Lith/LithForeign.idr", - "lines": 674, - "unsafe_blocks": 49, + "file_path": "api/src/config.zig", + "lines": 96, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 275, + "file_path": "api/src/grpc.zig", + "lines": 686, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1210,88 +1241,87 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/Abi/Foreign.idr", - "lines": 83, - "unsafe_blocks": 4, - "panic_sites": 0, + "file_path": "api/src/auth.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "api/src/websocket.zig", + "lines": 332, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 3, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/bridge.zig", - "lines": 771, - "unsafe_blocks": 2, + "file_path": "api/src/main.zig", + "lines": 148, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 + "io_operations": 2, + "threading_constructs": 1 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, + "file_path": "api/src/bridge_client.zig", + "lines": 584, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "geo/examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "core-zig/test-ffi-integration.c", + "lines": 609, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "geo/src/config.rs", - "lines": 84, + "file_path": "core-zig/test-execution.sh", + "lines": 130, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "geo/src/api/mod.rs", - "lines": 294, - "unsafe_blocks": 0, + "file_path": "core-zig/src/bridge.zig", + "lines": 1171, + "unsafe_blocks": 14, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 16, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "geo/src/index/rtree.rs", - "lines": 228, + "file_path": "core-zig/src/blocks.zig", + "lines": 633, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 11, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 6, + "threading_constructs": 0 }, { - "file_path": "geo/ffi/zig/test/integration_test.zig", + "file_path": "ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -1301,7 +1331,7 @@ "threading_constructs": 2 }, { - "file_path": "geo/ffi/zig/src/main.zig", + "file_path": "ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -1311,168 +1341,128 @@ "threading_constructs": 0 }, { - "file_path": "lith-http/test_persistence.sh", - "lines": 128, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 9, - "threading_constructs": 0 - }, - { - "file_path": "lith-http/test_m13.sh", - "lines": 175, - "unsafe_blocks": 0, + "file_path": "ffi/zig/src/bridge.zig", + "lines": 771, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 12, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "lith-http/bench/run_all_benchmarks.sh", - "lines": 134, + "file_path": "studio/examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "lith-http/test_observability.sh", - "lines": 56, + "file_path": "studio/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "lith-http/lib/lith_http/temporal_index.ex", - "lines": 277, + "file_path": "studio/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "lith-http/test_geo_api.sh", - "lines": 112, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "lith-http/test_analytics_api.sh", - "lines": 129, + "file_path": "studio/src/StatusBar.affine", + "lines": 79, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 12, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "lith-http/test_http_api.sh", - "lines": 69, - "unsafe_blocks": 0, + "file_path": "studio/src/RuntimeBridge.affine", + "lines": 92, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "lith-http/test_auth.sh", - "lines": 76, + "file_path": "studio/src/Types.affine", + "lines": 101, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, - "threading_constructs": 0 - }, - { - "file_path": "clients/rescript/src/Lithoglyph.affine", - "lines": 950, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "clients/rescript/src/Lithoglyph_Subscriptions.affine", - "lines": 330, - "unsafe_blocks": 7, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "clients/rescript/src/Lith.affine", - "lines": 502, - "unsafe_blocks": 1, + "file_path": "studio/src/ProofAssistant.affine", + "lines": 350, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, - "unsafe_blocks": 0, + "file_path": "studio/src/NormalizationPanel.affine", + "lines": 434, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/coaptation/coapt.ncl", - "lines": 174, - "unsafe_blocks": 0, + "file_path": "studio/src/GqldtPreview.affine", + "lines": 107, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": ".machine_readable/coaptation/verify.sh", - "lines": 34, + "file_path": "normalizer/src/Lith_Normalizer_Narrative.affine", + "lines": 514, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", - "lines": 172, - "unsafe_blocks": 0, + "file_path": "integrations/payload/src/Lith_Payload_Hooks.affine", + "lines": 218, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.ncl", - "lines": 66, + "file_path": "integrations/payload/src/Lith_Payload_Types.affine", + "lines": 108, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1481,38 +1471,38 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 140, - "unsafe_blocks": 0, + "file_path": "integrations/ghost/src/Lith_Ghost_Server.affine", + "lines": 134, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.ncl", - "lines": 88, - "unsafe_blocks": 0, + "file_path": "integrations/ghost/src/Lith_Ghost_Webhook.affine", + "lines": 229, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", - "lines": 278, - "unsafe_blocks": 0, + "file_path": "integrations/directus/src/Lith_Directus_Hook.affine", + "lines": 206, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", - "lines": 252, + "file_path": "integrations/directus/src/Lith_Directus_Types.affine", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1521,48 +1511,48 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.ncl", - "lines": 81, - "unsafe_blocks": 0, + "file_path": "integrations/strapi/src/Lith_Strapi_Client.affine", + "lines": 121, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "analytics/examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", - "lines": 162, + "file_path": "analytics/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": ".machine_readable/contractiles/must/must.ncl", - "lines": 64, + "file_path": "analytics/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.k9.ncl", - "lines": 238, + "file_path": "analytics/src/lith_client.jl", + "lines": 160, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1571,8 +1561,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", - "lines": 62, + "file_path": "analytics/src/api.jl", + "lines": 140, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1581,32 +1571,42 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "lines": 167, - "unsafe_blocks": 0, + "file_path": "src/Lith/LithForeign.idr", + "lines": 674, + "unsafe_blocks": 49, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/arrival-pack/generate.sh", - "lines": 45, - "unsafe_blocks": 0, + "file_path": "src/interface/Abi/Foreign.idr", + "lines": 83, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", - "lines": 89, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "generated/abi/bridge.h", + "lines": 385, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 1, "threading_constructs": 0 }, @@ -1642,14 +1642,44 @@ } ], "recommended_attacks": [ + "cpu", "memory", "disk", - "concurrency", "network", - "cpu" + "concurrency" ], "dependency_graph": { "edges": [ + { + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": ".machine_readable/contractiles/intend/intend.ncl", + "relation": "shared_dir:.machine_readable/contractiles/intend", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/dust/dust.ncl", + "to": ".machine_readable/contractiles/dust/dust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/dust", + "weight": 1.0 + }, + { + "from": ".machine_readable/arrival-pack/generate.sh", + "to": ".machine_readable/arrival-pack/arrival-pack.ncl", + "relation": "shared_dir:.machine_readable/arrival-pack", + "weight": 1.0 + }, + { + "from": "beam/native/src/lith_nif.zig", + "to": "beam/native/src/beam.zig", + "relation": "shared_dir:beam/native/src", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/adjust", + "weight": 1.0 + }, { "from": "tools/sdk-gen/src/PhpGen.affine", "to": "tools/sdk-gen/src/Main.affine", @@ -1657,37 +1687,55 @@ "weight": 1.0 }, { - "from": "clients/rescript/src/Lithoglyph.affine", - "to": "clients/rescript/src/Lithoglyph_Subscriptions.affine", - "relation": "shared_dir:clients/rescript/src", + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "to": ".machine_readable/contractiles/bust/bust.ncl", + "relation": "shared_dir:.machine_readable/contractiles/bust", "weight": 1.0 }, { - "from": "clients/rescript/src/Lithoglyph_Subscriptions.affine", - "to": "clients/rescript/src/Lith.affine", - "relation": "shared_dir:clients/rescript/src", + "from": "analytics/src/lith_client.jl", + "to": "analytics/src/api.jl", + "relation": "shared_dir:analytics/src", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.ncl", - "to": ".machine_readable/contractiles/must/must.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/must", + "from": "distributed/src/Lith_Distributed_Replication.affine", + "to": "distributed/src/Lith_Distributed_Cluster.affine", + "relation": "shared_dir:distributed/src", "weight": 1.0 }, { - "from": "core-zig/test-execution.sh", - "to": "core-zig/test-ffi-integration.c", + "from": "core-zig/test-ffi-integration.c", + "to": "core-zig/test-execution.sh", "relation": "shared_dir:core-zig", "weight": 1.0 }, { - "from": "studio/src/Types.affine", + "from": "integrations/directus/src/Lith_Directus_Hook.affine", + "to": "integrations/directus/src/Lith_Directus_Types.affine", + "relation": "shared_dir:integrations/directus/src", + "weight": 1.0 + }, + { + "from": "ffi/zig/src/main.zig", + "to": "ffi/zig/src/bridge.zig", + "relation": "shared_dir:ffi/zig/src", + "weight": 1.0 + }, + { + "from": "studio/src/StatusBar.affine", "to": "studio/src/RuntimeBridge.affine", "relation": "shared_dir:studio/src", "weight": 1.0 }, { "from": "studio/src/RuntimeBridge.affine", + "to": "studio/src/Types.affine", + "relation": "shared_dir:studio/src", + "weight": 1.0 + }, + { + "from": "studio/src/Types.affine", "to": "studio/src/ProofAssistant.affine", "relation": "shared_dir:studio/src", "weight": 1.0 @@ -1700,62 +1748,62 @@ }, { "from": "studio/src/NormalizationPanel.affine", - "to": "studio/src/StatusBar.affine", + "to": "studio/src/GqldtPreview.affine", "relation": "shared_dir:studio/src", "weight": 1.0 }, { - "from": "studio/src/StatusBar.affine", - "to": "studio/src/GqldtPreview.affine", - "relation": "shared_dir:studio/src", + "from": "examples/demo-server.zig", + "to": "examples/SafeDOMExample.affine", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "distributed/src/Lith_Distributed_Replication.affine", - "to": "distributed/src/Lith_Distributed_Cluster.affine", - "relation": "shared_dir:distributed/src", + "from": "integrations/payload/src/Lith_Payload_Hooks.affine", + "to": "integrations/payload/src/Lith_Payload_Types.affine", + "relation": "shared_dir:integrations/payload/src", "weight": 1.0 }, { - "from": "lith-http/test_persistence.sh", + "from": "lith-http/test_http_api.sh", "to": "lith-http/test_m13.sh", "relation": "shared_dir:lith-http", "weight": 1.0 }, { "from": "lith-http/test_m13.sh", - "to": "lith-http/test_observability.sh", + "to": "lith-http/test_persistence.sh", "relation": "shared_dir:lith-http", "weight": 1.0 }, { - "from": "lith-http/test_observability.sh", + "from": "lith-http/test_persistence.sh", "to": "lith-http/test_geo_api.sh", "relation": "shared_dir:lith-http", "weight": 1.0 }, { "from": "lith-http/test_geo_api.sh", - "to": "lith-http/test_analytics_api.sh", + "to": "lith-http/test_auth.sh", "relation": "shared_dir:lith-http", "weight": 1.0 }, { - "from": "lith-http/test_analytics_api.sh", - "to": "lith-http/test_http_api.sh", + "from": "lith-http/test_auth.sh", + "to": "lith-http/test_observability.sh", "relation": "shared_dir:lith-http", "weight": 1.0 }, { - "from": "lith-http/test_http_api.sh", - "to": "lith-http/test_auth.sh", + "from": "lith-http/test_observability.sh", + "to": "lith-http/test_analytics_api.sh", "relation": "shared_dir:lith-http", "weight": 1.0 }, { - "from": "integrations/payload/src/Lith_Payload_Types.affine", - "to": "integrations/payload/src/Lith_Payload_Hooks.affine", - "relation": "shared_dir:integrations/payload/src", + "from": ".machine_readable/coaptation/verify.sh", + "to": ".machine_readable/coaptation/coapt.ncl", + "relation": "shared_dir:.machine_readable/coaptation", "weight": 1.0 }, { @@ -1765,31 +1813,31 @@ "weight": 1.0 }, { - "from": "ffi/zig/src/bridge.zig", - "to": "ffi/zig/src/main.zig", - "relation": "shared_dir:ffi/zig/src", + "from": ".machine_readable/contractiles/must/must.ncl", + "to": ".machine_readable/contractiles/must/must.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/must", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": ".machine_readable/contractiles/bust/bust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/bust", + "from": "api/src/config.zig", + "to": "api/src/grpc.zig", + "relation": "shared_dir:api/src", "weight": 1.0 }, { "from": "api/src/grpc.zig", - "to": "api/src/websocket.zig", + "to": "api/src/auth.zig", "relation": "shared_dir:api/src", "weight": 1.0 }, { - "from": "api/src/websocket.zig", - "to": "api/src/auth.zig", + "from": "api/src/auth.zig", + "to": "api/src/websocket.zig", "relation": "shared_dir:api/src", "weight": 1.0 }, { - "from": "api/src/auth.zig", + "from": "api/src/websocket.zig", "to": "api/src/main.zig", "relation": "shared_dir:api/src", "weight": 1.0 @@ -1801,15 +1849,15 @@ "weight": 1.0 }, { - "from": "api/src/bridge_client.zig", - "to": "api/src/config.zig", - "relation": "shared_dir:api/src", + "from": "tools/bofig_ingest.exs", + "to": "tools/bofig-ingest.sh", + "relation": "shared_dir:tools", "weight": 1.0 }, { - "from": "integrations/directus/src/Lith_Directus_Types.affine", - "to": "integrations/directus/src/Lith_Directus_Hook.affine", - "relation": "shared_dir:integrations/directus/src", + "from": "integrations/ghost/src/Lith_Ghost_Server.affine", + "to": "integrations/ghost/src/Lith_Ghost_Webhook.affine", + "relation": "shared_dir:integrations/ghost/src", "weight": 1.0 }, { @@ -1825,952 +1873,958 @@ "weight": 1.0 }, { - "from": ".machine_readable/coaptation/coapt.ncl", - "to": ".machine_readable/coaptation/verify.sh", - "relation": "shared_dir:.machine_readable/coaptation", + "from": "clients/rescript/src/Lithoglyph_Subscriptions.affine", + "to": "clients/rescript/src/Lith.affine", + "relation": "shared_dir:clients/rescript/src", + "weight": 1.0 + }, + { + "from": "clients/rescript/src/Lith.affine", + "to": "clients/rescript/src/Lithoglyph.affine", + "relation": "shared_dir:clients/rescript/src", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.ncl", - "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/adjust", + "from": ".machine_readable/contractiles/trust/trust.ncl", + "to": ".machine_readable/contractiles/trust/trust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/trust", "weight": 1.0 }, { "from": "tools/bofig_ingest.exs", - "to": "tools/bofig-ingest.sh", - "relation": "shared_dir:tools", + "to": "WebServer", + "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", - "to": ".machine_readable/contractiles/dust/dust.ncl", - "relation": "shared_dir:.machine_readable/contractiles/dust", + "from": "tools/bofig_ingest.exs", + "to": "Phoenix", + "relation": "framework", "weight": 1.0 }, { - "from": "analytics/src/api.jl", - "to": "analytics/src/lith_client.jl", - "relation": "shared_dir:analytics/src", + "from": "tools/bofig_ingest.exs", + "to": "OTP", + "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", - "to": ".machine_readable/contractiles/intend/intend.ncl", - "relation": "shared_dir:.machine_readable/contractiles/intend", + "from": "tools/bofig-ingest.sh", + "to": "WebServer", + "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/trust/trust.ncl", - "to": ".machine_readable/contractiles/trust/trust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/trust", + "from": "tools/bofig-ingest.sh", + "to": "Phoenix", + "relation": "framework", "weight": 1.0 }, { - "from": "examples/demo-server.zig", - "to": "examples/SafeDOMExample.affine", - "relation": "shared_dir:examples", + "from": "tools/bofig-ingest.sh", + "to": "OTP", + "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/arrival-pack/generate.sh", - "to": ".machine_readable/arrival-pack/arrival-pack.ncl", - "relation": "shared_dir:.machine_readable/arrival-pack", + "from": "tools/sdk-gen/src/PhpGen.affine", + "to": "WebServer", + "relation": "framework", "weight": 1.0 }, { - "from": "beam/native/src/lith_nif.zig", - "to": "beam/native/src/beam.zig", - "relation": "shared_dir:beam/native/src", + "from": "tools/sdk-gen/src/PhpGen.affine", + "to": "Phoenix", + "relation": "framework", "weight": 1.0 }, { - "from": "integrations/ghost/src/Lith_Ghost_Server.affine", - "to": "integrations/ghost/src/Lith_Ghost_Webhook.affine", - "relation": "shared_dir:integrations/ghost/src", + "from": "tools/sdk-gen/src/PhpGen.affine", + "to": "OTP", + "relation": "framework", "weight": 1.0 }, { - "from": "analytics/examples/SafeDOMExample.affine", + "from": "tools/sdk-gen/src/Main.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 21.0 }, { - "from": "analytics/examples/SafeDOMExample.affine", + "from": "tools/sdk-gen/src/Main.affine", + "to": "Phoenix", + "relation": "framework", + "weight": 21.0 + }, + { + "from": "tools/sdk-gen/src/Main.affine", "to": "OTP", "relation": "framework", + "weight": 21.0 + }, + { + "from": ".machine_readable/arrival-pack/generate.sh", + "to": "WebServer", + "relation": "framework", "weight": 1.0 }, { - "from": "analytics/examples/SafeDOMExample.affine", + "from": ".machine_readable/arrival-pack/generate.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "analytics/src/api.jl", - "to": "WebServer", + "from": ".machine_readable/arrival-pack/generate.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "analytics/src/api.jl", - "to": "OTP", + "from": ".machine_readable/arrival-pack/arrival-pack.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "analytics/src/api.jl", + "from": ".machine_readable/arrival-pack/arrival-pack.ncl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "analytics/src/lith_client.jl", - "to": "WebServer", + "from": ".machine_readable/arrival-pack/arrival-pack.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "analytics/src/lith_client.jl", - "to": "OTP", + "from": ".machine_readable/contractiles/_base.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "analytics/src/lith_client.jl", + "from": ".machine_readable/contractiles/_base.ncl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "analytics/ffi/zig/test/integration_test.zig", - "to": "WebServer", + "from": ".machine_readable/contractiles/_base.ncl", + "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "analytics/ffi/zig/test/integration_test.zig", - "to": "OTP", + "from": ".machine_readable/contractiles/trust/trust.ncl", + "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "analytics/ffi/zig/test/integration_test.zig", + "from": ".machine_readable/contractiles/trust/trust.ncl", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "analytics/ffi/zig/src/main.zig", - "to": "WebServer", + "from": ".machine_readable/contractiles/trust/trust.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "analytics/ffi/zig/src/main.zig", - "to": "OTP", + "from": ".machine_readable/contractiles/trust/trust.k9.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "analytics/ffi/zig/src/main.zig", + "from": ".machine_readable/contractiles/trust/trust.k9.ncl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "generated/abi/bridge.h", - "to": "WebServer", + "from": ".machine_readable/contractiles/trust/trust.k9.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "generated/abi/bridge.h", - "to": "OTP", + "from": ".machine_readable/contractiles/dust/dust.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "generated/abi/bridge.h", + "from": ".machine_readable/contractiles/dust/dust.ncl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "examples/demo-server.zig", - "to": "WebServer", + "from": ".machine_readable/contractiles/dust/dust.ncl", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "examples/demo-server.zig", - "to": "OTP", + "from": ".machine_readable/contractiles/dust/dust.k9.ncl", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "examples/demo-server.zig", + "from": ".machine_readable/contractiles/dust/dust.k9.ncl", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "examples/SafeDOMExample.affine", - "to": "WebServer", + "from": ".machine_readable/contractiles/dust/dust.k9.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "examples/SafeDOMExample.affine", - "to": "OTP", + "from": ".machine_readable/contractiles/must/must.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "examples/SafeDOMExample.affine", + "from": ".machine_readable/contractiles/must/must.ncl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "integrations/directus/src/Lith_Directus_Types.affine", - "to": "WebServer", + "from": ".machine_readable/contractiles/must/must.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "integrations/directus/src/Lith_Directus_Types.affine", - "to": "OTP", + "from": ".machine_readable/contractiles/must/must.k9.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "integrations/directus/src/Lith_Directus_Types.affine", + "from": ".machine_readable/contractiles/must/must.k9.ncl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "integrations/directus/src/Lith_Directus_Hook.affine", - "to": "WebServer", + "from": ".machine_readable/contractiles/must/must.k9.ncl", + "to": "OTP", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "integrations/directus/src/Lith_Directus_Hook.affine", - "to": "OTP", + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "to": "WebServer", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "integrations/directus/src/Lith_Directus_Hook.affine", + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", "to": "Phoenix", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "integrations/ghost/src/Lith_Ghost_Server.affine", - "to": "WebServer", + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "integrations/ghost/src/Lith_Ghost_Server.affine", - "to": "OTP", + "from": ".machine_readable/contractiles/bust/bust.ncl", + "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "integrations/ghost/src/Lith_Ghost_Server.affine", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "integrations/ghost/src/Lith_Ghost_Webhook.affine", - "to": "WebServer", + "from": ".machine_readable/contractiles/bust/bust.ncl", + "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "integrations/ghost/src/Lith_Ghost_Webhook.affine", - "to": "OTP", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "integrations/ghost/src/Lith_Ghost_Webhook.affine", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "integrations/strapi/src/Lith_Strapi_Client.affine", - "to": "WebServer", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "integrations/strapi/src/Lith_Strapi_Client.affine", - "to": "OTP", + "from": ".machine_readable/contractiles/intend/intend.ncl", + "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "integrations/strapi/src/Lith_Strapi_Client.affine", + "from": ".machine_readable/contractiles/intend/intend.ncl", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "integrations/payload/src/Lith_Payload_Types.affine", - "to": "WebServer", + "from": ".machine_readable/contractiles/intend/intend.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "integrations/payload/src/Lith_Payload_Types.affine", - "to": "OTP", + "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "integrations/payload/src/Lith_Payload_Types.affine", + "from": ".machine_readable/contractiles/adjust/adjust.ncl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "integrations/payload/src/Lith_Payload_Hooks.affine", - "to": "WebServer", + "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "integrations/payload/src/Lith_Payload_Hooks.affine", - "to": "OTP", + "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "integrations/payload/src/Lith_Payload_Hooks.affine", + "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "distributed/src/Lith_Distributed_Replication.affine", - "to": "WebServer", + "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "distributed/src/Lith_Distributed_Replication.affine", - "to": "OTP", + "from": ".machine_readable/coaptation/verify.sh", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "distributed/src/Lith_Distributed_Replication.affine", + "from": ".machine_readable/coaptation/verify.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "distributed/src/Lith_Distributed_Cluster.affine", - "to": "WebServer", + "from": ".machine_readable/coaptation/verify.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "distributed/src/Lith_Distributed_Cluster.affine", - "to": "OTP", + "from": ".machine_readable/coaptation/coapt.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "distributed/src/Lith_Distributed_Cluster.affine", + "from": ".machine_readable/coaptation/coapt.ncl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/sdk-gen/src/PhpGen.affine", - "to": "WebServer", + "from": ".machine_readable/coaptation/coapt.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/sdk-gen/src/PhpGen.affine", - "to": "OTP", + "from": "lith-http/test_http_api.sh", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/sdk-gen/src/PhpGen.affine", + "from": "lith-http/test_http_api.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/sdk-gen/src/Main.affine", - "to": "WebServer", + "from": "lith-http/test_http_api.sh", + "to": "OTP", "relation": "framework", - "weight": 21.0 + "weight": 1.0 }, { - "from": "tools/sdk-gen/src/Main.affine", - "to": "OTP", + "from": "lith-http/lib/lith_http/temporal_index.ex", + "to": "WebServer", "relation": "framework", - "weight": 21.0 + "weight": 2.0 }, { - "from": "tools/sdk-gen/src/Main.affine", + "from": "lith-http/lib/lith_http/temporal_index.ex", "to": "Phoenix", "relation": "framework", - "weight": 21.0 + "weight": 2.0 }, { - "from": "tools/bofig_ingest.exs", + "from": "lith-http/lib/lith_http/temporal_index.ex", + "to": "OTP", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "lith-http/test_m13.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bofig_ingest.exs", - "to": "OTP", + "from": "lith-http/test_m13.sh", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bofig_ingest.exs", - "to": "Phoenix", + "from": "lith-http/test_m13.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bofig-ingest.sh", + "from": "lith-http/test_persistence.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bofig-ingest.sh", - "to": "OTP", + "from": "lith-http/test_persistence.sh", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/bofig-ingest.sh", - "to": "Phoenix", + "from": "lith-http/test_persistence.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "core-zig/test-execution.sh", + "from": "lith-http/test_geo_api.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "core-zig/test-execution.sh", - "to": "OTP", + "from": "lith-http/test_geo_api.sh", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "core-zig/test-execution.sh", - "to": "Phoenix", + "from": "lith-http/test_geo_api.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "core-zig/test-ffi-integration.c", + "from": "lith-http/test_auth.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "core-zig/test-ffi-integration.c", - "to": "OTP", + "from": "lith-http/test_auth.sh", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "core-zig/test-ffi-integration.c", - "to": "Phoenix", + "from": "lith-http/test_auth.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "core-zig/src/bridge.zig", + "from": "lith-http/test_observability.sh", "to": "WebServer", "relation": "framework", - "weight": 42.0 + "weight": 1.0 }, { - "from": "core-zig/src/bridge.zig", - "to": "OTP", + "from": "lith-http/test_observability.sh", + "to": "Phoenix", "relation": "framework", - "weight": 42.0 + "weight": 1.0 }, { - "from": "core-zig/src/bridge.zig", - "to": "Phoenix", + "from": "lith-http/test_observability.sh", + "to": "OTP", "relation": "framework", - "weight": 42.0 + "weight": 1.0 }, { - "from": "core-zig/src/blocks.zig", + "from": "lith-http/bench/run_all_benchmarks.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "core-zig/src/blocks.zig", - "to": "OTP", + "from": "lith-http/bench/run_all_benchmarks.sh", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "core-zig/src/blocks.zig", - "to": "Phoenix", + "from": "lith-http/bench/run_all_benchmarks.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "verification/benchmarks/run_all_benchmarks.sh", + "from": "lith-http/test_analytics_api.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "verification/benchmarks/run_all_benchmarks.sh", - "to": "OTP", + "from": "lith-http/test_analytics_api.sh", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "verification/benchmarks/run_all_benchmarks.sh", - "to": "Phoenix", + "from": "lith-http/test_analytics_api.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "verification/tests/e2e/template_instantiation_test.sh", + "from": "tests/e2e/template_instantiation_test.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "verification/tests/e2e/template_instantiation_test.sh", - "to": "OTP", + "from": "tests/e2e/template_instantiation_test.sh", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "verification/tests/e2e/template_instantiation_test.sh", - "to": "Phoenix", + "from": "tests/e2e/template_instantiation_test.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "verification/tests/e2e.sh", + "from": "tests/fuzz/src/Lith_Fuzz_Main.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "verification/tests/e2e.sh", - "to": "OTP", + "from": "tests/fuzz/src/Lith_Fuzz_Main.affine", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "verification/tests/e2e.sh", - "to": "Phoenix", + "from": "tests/fuzz/src/Lith_Fuzz_Main.affine", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "verification/tests/fuzz/src/Lith_Fuzz_Main.affine", + "from": "tests/e2e.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "verification/tests/fuzz/src/Lith_Fuzz_Main.affine", - "to": "OTP", + "from": "tests/e2e.sh", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "verification/tests/fuzz/src/Lith_Fuzz_Main.affine", - "to": "Phoenix", + "from": "tests/e2e.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "verification/tests/property/src/Lith_Property_Generators.affine", + "from": "tests/property/src/Lith_Property_Generators.affine", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "verification/tests/property/src/Lith_Property_Generators.affine", - "to": "OTP", + "from": "tests/property/src/Lith_Property_Generators.affine", + "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "verification/tests/property/src/Lith_Property_Generators.affine", - "to": "Phoenix", + "from": "tests/property/src/Lith_Property_Generators.affine", + "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "verification/fuzzing/src/Lith_Fuzz_Main.affine", + "from": "session/dispatch.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "verification/fuzzing/src/Lith_Fuzz_Main.affine", - "to": "OTP", + "from": "session/dispatch.sh", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "verification/fuzzing/src/Lith_Fuzz_Main.affine", - "to": "Phoenix", + "from": "session/dispatch.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "normalizer/src/Lith_Normalizer_Narrative.affine", + "from": "geo/examples/SafeDOMExample.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "normalizer/src/Lith_Normalizer_Narrative.affine", - "to": "OTP", + "from": "geo/examples/SafeDOMExample.affine", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "normalizer/src/Lith_Normalizer_Narrative.affine", - "to": "Phoenix", + "from": "geo/examples/SafeDOMExample.affine", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "studio/examples/SafeDOMExample.affine", + "from": "geo/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "studio/examples/SafeDOMExample.affine", - "to": "OTP", + "from": "geo/ffi/zig/test/integration_test.zig", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "studio/examples/SafeDOMExample.affine", - "to": "Phoenix", + "from": "geo/ffi/zig/test/integration_test.zig", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "studio/src/Types.affine", + "from": "geo/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "studio/src/Types.affine", - "to": "OTP", + "from": "geo/ffi/zig/src/main.zig", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "studio/src/Types.affine", - "to": "Phoenix", + "from": "geo/ffi/zig/src/main.zig", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "studio/src/RuntimeBridge.affine", + "from": "geo/src/index/rtree.rs", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 13.0 }, { - "from": "studio/src/RuntimeBridge.affine", + "from": "geo/src/index/rtree.rs", + "to": "Phoenix", + "relation": "framework", + "weight": 13.0 + }, + { + "from": "geo/src/index/rtree.rs", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 13.0 }, { - "from": "studio/src/RuntimeBridge.affine", + "from": "geo/src/api/mod.rs", + "to": "WebServer", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "geo/src/api/mod.rs", "to": "Phoenix", "relation": "framework", - "weight": 9.0 + "weight": 2.0 }, { - "from": "studio/src/ProofAssistant.affine", + "from": "geo/src/api/mod.rs", + "to": "OTP", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "geo/src/config.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "studio/src/ProofAssistant.affine", + "from": "geo/src/config.rs", + "to": "Phoenix", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "geo/src/config.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "studio/src/ProofAssistant.affine", - "to": "Phoenix", + "from": "clients/rescript/src/Lithoglyph_Subscriptions.affine", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 21.0 }, { - "from": "studio/src/NormalizationPanel.affine", - "to": "WebServer", + "from": "clients/rescript/src/Lithoglyph_Subscriptions.affine", + "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 21.0 }, { - "from": "studio/src/NormalizationPanel.affine", + "from": "clients/rescript/src/Lithoglyph_Subscriptions.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 21.0 }, { - "from": "studio/src/NormalizationPanel.affine", - "to": "Phoenix", + "from": "clients/rescript/src/Lith.affine", + "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "studio/src/StatusBar.affine", - "to": "WebServer", + "from": "clients/rescript/src/Lith.affine", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "studio/src/StatusBar.affine", + "from": "clients/rescript/src/Lith.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 - }, - { - "from": "studio/src/StatusBar.affine", - "to": "Phoenix", - "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "studio/src/GqldtPreview.affine", + "from": "clients/rescript/src/Lithoglyph.affine", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "studio/src/GqldtPreview.affine", - "to": "OTP", + "from": "clients/rescript/src/Lithoglyph.affine", + "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "studio/src/GqldtPreview.affine", - "to": "Phoenix", + "from": "clients/rescript/src/Lithoglyph.affine", + "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "studio/ffi/zig/test/integration_test.zig", + "from": "examples/demo-server.zig", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "studio/ffi/zig/test/integration_test.zig", - "to": "OTP", + "from": "examples/demo-server.zig", + "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "studio/ffi/zig/test/integration_test.zig", - "to": "Phoenix", + "from": "examples/demo-server.zig", + "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "studio/ffi/zig/src/main.zig", + "from": "examples/SafeDOMExample.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "studio/ffi/zig/src/main.zig", - "to": "OTP", + "from": "examples/SafeDOMExample.affine", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "studio/ffi/zig/src/main.zig", - "to": "Phoenix", + "from": "examples/SafeDOMExample.affine", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e/template_instantiation_test.sh", + "from": "verification/tests/e2e/template_instantiation_test.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e/template_instantiation_test.sh", - "to": "OTP", + "from": "verification/tests/e2e/template_instantiation_test.sh", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e/template_instantiation_test.sh", - "to": "Phoenix", + "from": "verification/tests/e2e/template_instantiation_test.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e.sh", + "from": "verification/tests/fuzz/src/Lith_Fuzz_Main.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e.sh", - "to": "OTP", + "from": "verification/tests/fuzz/src/Lith_Fuzz_Main.affine", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e.sh", - "to": "Phoenix", + "from": "verification/tests/fuzz/src/Lith_Fuzz_Main.affine", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tests/fuzz/src/Lith_Fuzz_Main.affine", + "from": "verification/tests/e2e.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/fuzz/src/Lith_Fuzz_Main.affine", - "to": "OTP", + "from": "verification/tests/e2e.sh", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tests/fuzz/src/Lith_Fuzz_Main.affine", - "to": "Phoenix", + "from": "verification/tests/e2e.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tests/property/src/Lith_Property_Generators.affine", + "from": "verification/tests/property/src/Lith_Property_Generators.affine", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "tests/property/src/Lith_Property_Generators.affine", - "to": "OTP", + "from": "verification/tests/property/src/Lith_Property_Generators.affine", + "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "tests/property/src/Lith_Property_Generators.affine", - "to": "Phoenix", + "from": "verification/tests/property/src/Lith_Property_Generators.affine", + "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "beam/examples/SafeDOMExample.affine", + "from": "verification/fuzzing/src/Lith_Fuzz_Main.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "beam/examples/SafeDOMExample.affine", - "to": "OTP", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "beam/examples/SafeDOMExample.affine", + "from": "verification/fuzzing/src/Lith_Fuzz_Main.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "beam/native/src/lith_nif.zig", - "to": "WebServer", - "relation": "framework", - "weight": 24.0 - }, - { - "from": "beam/native/src/lith_nif.zig", + "from": "verification/fuzzing/src/Lith_Fuzz_Main.affine", "to": "OTP", "relation": "framework", - "weight": 24.0 - }, - { - "from": "beam/native/src/lith_nif.zig", - "to": "Phoenix", - "relation": "framework", - "weight": 24.0 + "weight": 1.0 }, { - "from": "beam/native/src/beam.zig", + "from": "verification/benchmarks/run_all_benchmarks.sh", "to": "WebServer", "relation": "framework", - "weight": 3.0 - }, - { - "from": "beam/native/src/beam.zig", - "to": "OTP", - "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "beam/native/src/beam.zig", + "from": "verification/benchmarks/run_all_benchmarks.sh", "to": "Phoenix", "relation": "framework", - "weight": 3.0 - }, - { - "from": "beam/test/lith_beam_smoke_test.gleam", - "to": "WebServer", - "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "beam/test/lith_beam_smoke_test.gleam", + "from": "verification/benchmarks/run_all_benchmarks.sh", "to": "OTP", "relation": "framework", - "weight": 6.0 - }, - { - "from": "beam/test/lith_beam_smoke_test.gleam", - "to": "Phoenix", - "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { "from": "beam/native_rust/src/lib.rs", @@ -2780,33 +2834,33 @@ }, { "from": "beam/native_rust/src/lib.rs", - "to": "OTP", + "to": "Phoenix", "relation": "framework", "weight": 35.0 }, { "from": "beam/native_rust/src/lib.rs", - "to": "Phoenix", + "to": "OTP", "relation": "framework", "weight": 35.0 }, { - "from": "beam/src/lith_beam/client.gleam", + "from": "beam/examples/SafeDOMExample.affine", "to": "WebServer", "relation": "framework", - "weight": 27.0 + "weight": 1.0 }, { - "from": "beam/src/lith_beam/client.gleam", - "to": "OTP", + "from": "beam/examples/SafeDOMExample.affine", + "to": "Phoenix", "relation": "framework", - "weight": 27.0 + "weight": 1.0 }, { - "from": "beam/src/lith_beam/client.gleam", - "to": "Phoenix", + "from": "beam/examples/SafeDOMExample.affine", + "to": "OTP", "relation": "framework", - "weight": 27.0 + "weight": 1.0 }, { "from": "beam/ffi/zig/test/integration_test.zig", @@ -2816,13 +2870,13 @@ }, { "from": "beam/ffi/zig/test/integration_test.zig", - "to": "OTP", + "to": "Phoenix", "relation": "framework", "weight": 4.0 }, { "from": "beam/ffi/zig/test/integration_test.zig", - "to": "Phoenix", + "to": "OTP", "relation": "framework", "weight": 4.0 }, @@ -2834,877 +2888,823 @@ }, { "from": "beam/ffi/zig/src/main.zig", - "to": "OTP", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { "from": "beam/ffi/zig/src/main.zig", - "to": "Phoenix", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "api/src/grpc.zig", + "from": "beam/native/src/lith_nif.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 24.0 }, { - "from": "api/src/grpc.zig", - "to": "OTP", + "from": "beam/native/src/lith_nif.zig", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 24.0 }, { - "from": "api/src/grpc.zig", - "to": "Phoenix", + "from": "beam/native/src/lith_nif.zig", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 24.0 }, { - "from": "api/src/websocket.zig", + "from": "beam/native/src/beam.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "api/src/websocket.zig", - "to": "OTP", + "from": "beam/native/src/beam.zig", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "api/src/websocket.zig", - "to": "Phoenix", + "from": "beam/native/src/beam.zig", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "api/src/auth.zig", + "from": "beam/test/lith_beam_smoke_test.gleam", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "api/src/auth.zig", - "to": "OTP", + "from": "beam/test/lith_beam_smoke_test.gleam", + "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "api/src/auth.zig", - "to": "Phoenix", + "from": "beam/test/lith_beam_smoke_test.gleam", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "api/src/main.zig", + "from": "beam/src/lith_beam/client.gleam", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 27.0 + }, + { + "from": "beam/src/lith_beam/client.gleam", + "to": "Phoenix", + "relation": "framework", + "weight": 27.0 }, { - "from": "api/src/main.zig", + "from": "beam/src/lith_beam/client.gleam", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 27.0 }, { - "from": "api/src/main.zig", - "to": "Phoenix", + "from": "distributed/src/Lith_Distributed_Replication.affine", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "api/src/bridge_client.zig", - "to": "WebServer", + "from": "distributed/src/Lith_Distributed_Replication.affine", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "api/src/bridge_client.zig", + "from": "distributed/src/Lith_Distributed_Replication.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "api/src/bridge_client.zig", - "to": "Phoenix", + "from": "distributed/src/Lith_Distributed_Cluster.affine", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "api/src/config.zig", - "to": "WebServer", + "from": "distributed/src/Lith_Distributed_Cluster.affine", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "api/src/config.zig", + "from": "distributed/src/Lith_Distributed_Cluster.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { "from": "api/src/config.zig", - "to": "Phoenix", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/Lith/LithForeign.idr", - "to": "WebServer", + "from": "api/src/config.zig", + "to": "Phoenix", "relation": "framework", - "weight": 147.0 + "weight": 1.0 }, { - "from": "src/Lith/LithForeign.idr", + "from": "api/src/config.zig", "to": "OTP", "relation": "framework", - "weight": 147.0 - }, - { - "from": "src/Lith/LithForeign.idr", - "to": "Phoenix", - "relation": "framework", - "weight": 147.0 + "weight": 1.0 }, { - "from": "src/interface/ffi/src/main.zig", + "from": "api/src/grpc.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/interface/ffi/src/main.zig", - "to": "OTP", + "from": "api/src/grpc.zig", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "src/interface/ffi/src/main.zig", - "to": "Phoenix", + "from": "api/src/grpc.zig", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/interface/Abi/Foreign.idr", + "from": "api/src/auth.zig", "to": "WebServer", "relation": "framework", - "weight": 12.0 + "weight": 2.0 }, { - "from": "src/interface/Abi/Foreign.idr", - "to": "OTP", + "from": "api/src/auth.zig", + "to": "Phoenix", "relation": "framework", - "weight": 12.0 + "weight": 2.0 }, { - "from": "src/interface/Abi/Foreign.idr", - "to": "Phoenix", + "from": "api/src/auth.zig", + "to": "OTP", "relation": "framework", - "weight": 12.0 + "weight": 2.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "api/src/websocket.zig", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", - "to": "OTP", + "from": "api/src/websocket.zig", + "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", - "to": "Phoenix", + "from": "api/src/websocket.zig", + "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/bridge.zig", + "from": "api/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "ffi/zig/src/bridge.zig", - "to": "OTP", + "from": "api/src/main.zig", + "to": "Phoenix", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "ffi/zig/src/bridge.zig", - "to": "Phoenix", + "from": "api/src/main.zig", + "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "api/src/bridge_client.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", - "to": "OTP", + "from": "api/src/bridge_client.zig", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", - "to": "Phoenix", + "from": "api/src/bridge_client.zig", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "geo/examples/SafeDOMExample.affine", + "from": "core-zig/test-ffi-integration.c", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "geo/examples/SafeDOMExample.affine", - "to": "OTP", + "from": "core-zig/test-ffi-integration.c", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "geo/examples/SafeDOMExample.affine", - "to": "Phoenix", + "from": "core-zig/test-ffi-integration.c", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "geo/src/config.rs", + "from": "core-zig/test-execution.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "geo/src/config.rs", - "to": "OTP", + "from": "core-zig/test-execution.sh", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "geo/src/config.rs", - "to": "Phoenix", + "from": "core-zig/test-execution.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "geo/src/api/mod.rs", + "from": "core-zig/src/bridge.zig", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 42.0 }, { - "from": "geo/src/api/mod.rs", - "to": "OTP", + "from": "core-zig/src/bridge.zig", + "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 42.0 }, { - "from": "geo/src/api/mod.rs", - "to": "Phoenix", + "from": "core-zig/src/bridge.zig", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 42.0 }, { - "from": "geo/src/index/rtree.rs", + "from": "core-zig/src/blocks.zig", "to": "WebServer", "relation": "framework", - "weight": 13.0 + "weight": 1.0 }, { - "from": "geo/src/index/rtree.rs", - "to": "OTP", + "from": "core-zig/src/blocks.zig", + "to": "Phoenix", "relation": "framework", - "weight": 13.0 + "weight": 1.0 }, { - "from": "geo/src/index/rtree.rs", - "to": "Phoenix", + "from": "core-zig/src/blocks.zig", + "to": "OTP", "relation": "framework", - "weight": 13.0 + "weight": 1.0 }, { - "from": "geo/ffi/zig/test/integration_test.zig", + "from": "ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", "weight": 4.0 }, { - "from": "geo/ffi/zig/test/integration_test.zig", - "to": "OTP", + "from": "ffi/zig/test/integration_test.zig", + "to": "Phoenix", "relation": "framework", "weight": 4.0 }, { - "from": "geo/ffi/zig/test/integration_test.zig", - "to": "Phoenix", + "from": "ffi/zig/test/integration_test.zig", + "to": "OTP", "relation": "framework", "weight": 4.0 }, { - "from": "geo/ffi/zig/src/main.zig", + "from": "ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "geo/ffi/zig/src/main.zig", - "to": "OTP", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "geo/ffi/zig/src/main.zig", + "from": "ffi/zig/src/main.zig", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lith-http/test_persistence.sh", - "to": "WebServer", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "lith-http/test_persistence.sh", + "from": "ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lith-http/test_persistence.sh", - "to": "Phoenix", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "lith-http/test_m13.sh", + "from": "ffi/zig/src/bridge.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 - }, - { - "from": "lith-http/test_m13.sh", - "to": "OTP", - "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "lith-http/test_m13.sh", + "from": "ffi/zig/src/bridge.zig", "to": "Phoenix", "relation": "framework", - "weight": 1.0 - }, - { - "from": "lith-http/bench/run_all_benchmarks.sh", - "to": "WebServer", - "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "lith-http/bench/run_all_benchmarks.sh", + "from": "ffi/zig/src/bridge.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 - }, - { - "from": "lith-http/bench/run_all_benchmarks.sh", - "to": "Phoenix", - "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "lith-http/test_observability.sh", + "from": "studio/examples/SafeDOMExample.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lith-http/test_observability.sh", - "to": "OTP", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "lith-http/test_observability.sh", + "from": "studio/examples/SafeDOMExample.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lith-http/lib/lith_http/temporal_index.ex", - "to": "WebServer", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "lith-http/lib/lith_http/temporal_index.ex", + "from": "studio/examples/SafeDOMExample.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 - }, - { - "from": "lith-http/lib/lith_http/temporal_index.ex", - "to": "Phoenix", - "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lith-http/test_geo_api.sh", + "from": "studio/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "lith-http/test_geo_api.sh", - "to": "OTP", + "from": "studio/ffi/zig/test/integration_test.zig", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "lith-http/test_geo_api.sh", - "to": "Phoenix", + "from": "studio/ffi/zig/test/integration_test.zig", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "lith-http/test_analytics_api.sh", + "from": "studio/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lith-http/test_analytics_api.sh", - "to": "OTP", + "from": "studio/ffi/zig/src/main.zig", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lith-http/test_analytics_api.sh", - "to": "Phoenix", + "from": "studio/ffi/zig/src/main.zig", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lith-http/test_http_api.sh", + "from": "studio/src/StatusBar.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "lith-http/test_http_api.sh", - "to": "OTP", + "from": "studio/src/StatusBar.affine", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "lith-http/test_http_api.sh", - "to": "Phoenix", + "from": "studio/src/StatusBar.affine", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lith-http/test_auth.sh", + "from": "studio/src/RuntimeBridge.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "lith-http/test_auth.sh", - "to": "OTP", + "from": "studio/src/RuntimeBridge.affine", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "lith-http/test_auth.sh", - "to": "Phoenix", + "from": "studio/src/RuntimeBridge.affine", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "clients/rescript/src/Lithoglyph.affine", + "from": "studio/src/Types.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "clients/rescript/src/Lithoglyph.affine", - "to": "OTP", + "from": "studio/src/Types.affine", + "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "clients/rescript/src/Lithoglyph.affine", - "to": "Phoenix", + "from": "studio/src/Types.affine", + "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "clients/rescript/src/Lithoglyph_Subscriptions.affine", + "from": "studio/src/ProofAssistant.affine", "to": "WebServer", "relation": "framework", - "weight": 21.0 + "weight": 1.0 }, { - "from": "clients/rescript/src/Lithoglyph_Subscriptions.affine", - "to": "OTP", + "from": "studio/src/ProofAssistant.affine", + "to": "Phoenix", "relation": "framework", - "weight": 21.0 + "weight": 1.0 }, { - "from": "clients/rescript/src/Lithoglyph_Subscriptions.affine", - "to": "Phoenix", + "from": "studio/src/ProofAssistant.affine", + "to": "OTP", "relation": "framework", - "weight": 21.0 + "weight": 1.0 }, { - "from": "clients/rescript/src/Lith.affine", + "from": "studio/src/NormalizationPanel.affine", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "clients/rescript/src/Lith.affine", - "to": "OTP", + "from": "studio/src/NormalizationPanel.affine", + "to": "Phoenix", "relation": "framework", "weight": 3.0 }, { - "from": "clients/rescript/src/Lith.affine", - "to": "Phoenix", + "from": "studio/src/NormalizationPanel.affine", + "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "session/dispatch.sh", + "from": "studio/src/GqldtPreview.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "session/dispatch.sh", - "to": "OTP", + "from": "studio/src/GqldtPreview.affine", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "session/dispatch.sh", - "to": "Phoenix", + "from": "studio/src/GqldtPreview.affine", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/coaptation/coapt.ncl", + "from": "normalizer/src/Lith_Normalizer_Narrative.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/coaptation/coapt.ncl", - "to": "OTP", + "from": "normalizer/src/Lith_Normalizer_Narrative.affine", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/coaptation/coapt.ncl", - "to": "Phoenix", + "from": "normalizer/src/Lith_Normalizer_Narrative.affine", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/coaptation/verify.sh", + "from": "integrations/payload/src/Lith_Payload_Hooks.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/coaptation/verify.sh", - "to": "OTP", + "from": "integrations/payload/src/Lith_Payload_Hooks.affine", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/coaptation/verify.sh", - "to": "Phoenix", + "from": "integrations/payload/src/Lith_Payload_Hooks.affine", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", + "from": "integrations/payload/src/Lith_Payload_Types.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", - "to": "OTP", + "from": "integrations/payload/src/Lith_Payload_Types.affine", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", - "to": "Phoenix", + "from": "integrations/payload/src/Lith_Payload_Types.affine", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.ncl", + "from": "integrations/ghost/src/Lith_Ghost_Server.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/contractiles/dust/dust.ncl", - "to": "OTP", + "from": "integrations/ghost/src/Lith_Ghost_Server.affine", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/contractiles/dust/dust.ncl", - "to": "Phoenix", + "from": "integrations/ghost/src/Lith_Ghost_Server.affine", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/contractiles/_base.ncl", + "from": "integrations/ghost/src/Lith_Ghost_Webhook.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/contractiles/_base.ncl", - "to": "OTP", + "from": "integrations/ghost/src/Lith_Ghost_Webhook.affine", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/contractiles/_base.ncl", - "to": "Phoenix", + "from": "integrations/ghost/src/Lith_Ghost_Webhook.affine", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/contractiles/trust/trust.ncl", + "from": "integrations/directus/src/Lith_Directus_Hook.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": ".machine_readable/contractiles/trust/trust.ncl", - "to": "OTP", + "from": "integrations/directus/src/Lith_Directus_Hook.affine", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": ".machine_readable/contractiles/trust/trust.ncl", - "to": "Phoenix", + "from": "integrations/directus/src/Lith_Directus_Hook.affine", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": ".machine_readable/contractiles/trust/trust.k9.ncl", + "from": "integrations/directus/src/Lith_Directus_Types.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/trust/trust.k9.ncl", - "to": "OTP", + "from": "integrations/directus/src/Lith_Directus_Types.affine", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/trust/trust.k9.ncl", - "to": "Phoenix", + "from": "integrations/directus/src/Lith_Directus_Types.affine", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "from": "integrations/strapi/src/Lith_Strapi_Client.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", - "to": "OTP", + "from": "integrations/strapi/src/Lith_Strapi_Client.affine", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", - "to": "Phoenix", + "from": "integrations/strapi/src/Lith_Strapi_Client.affine", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/contractiles/intend/intend.ncl", + "from": "analytics/examples/SafeDOMExample.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.ncl", - "to": "OTP", + "from": "analytics/examples/SafeDOMExample.affine", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.ncl", - "to": "Phoenix", + "from": "analytics/examples/SafeDOMExample.affine", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "analytics/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": "OTP", + "from": "analytics/ffi/zig/test/integration_test.zig", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": "Phoenix", + "from": "analytics/ffi/zig/test/integration_test.zig", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "from": "analytics/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.k9.ncl", - "to": "OTP", + "from": "analytics/ffi/zig/src/main.zig", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.k9.ncl", - "to": "Phoenix", + "from": "analytics/ffi/zig/src/main.zig", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.ncl", + "from": "analytics/src/lith_client.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.ncl", - "to": "OTP", + "from": "analytics/src/lith_client.jl", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.ncl", - "to": "Phoenix", + "from": "analytics/src/lith_client.jl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.k9.ncl", + "from": "analytics/src/api.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.k9.ncl", - "to": "OTP", + "from": "analytics/src/api.jl", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.k9.ncl", - "to": "Phoenix", + "from": "analytics/src/api.jl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "from": "src/Lith/LithForeign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 147.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.ncl", - "to": "OTP", + "from": "src/Lith/LithForeign.idr", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 147.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.ncl", - "to": "Phoenix", + "from": "src/Lith/LithForeign.idr", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 147.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "from": "src/interface/Abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "to": "OTP", + "from": "src/interface/Abi/Foreign.idr", + "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "to": "Phoenix", + "from": "src/interface/Abi/Foreign.idr", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": ".machine_readable/arrival-pack/generate.sh", + "from": "src/interface/ffi/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/arrival-pack/generate.sh", - "to": "OTP", + "from": "src/interface/ffi/src/main.zig", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/arrival-pack/generate.sh", - "to": "Phoenix", + "from": "src/interface/ffi/src/main.zig", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/arrival-pack/arrival-pack.ncl", + "from": "generated/abi/bridge.h", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/arrival-pack/arrival-pack.ncl", - "to": "OTP", + "from": "generated/abi/bridge.h", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/arrival-pack/arrival-pack.ncl", - "to": "Phoenix", + "from": "generated/abi/bridge.h", + "to": "OTP", "relation": "framework", "weight": 1.0 }, @@ -3716,13 +3716,13 @@ }, { "from": "stability/src/Lith_Stability_Readiness.affine", - "to": "OTP", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { "from": "stability/src/Lith_Stability_Readiness.affine", - "to": "Phoenix", + "to": "OTP", "relation": "framework", "weight": 1.0 }, @@ -3734,13 +3734,13 @@ }, { "from": "stability/src/Lith_Stability_Shutdown.affine", - "to": "OTP", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { "from": "stability/src/Lith_Stability_Shutdown.affine", - "to": "Phoenix", + "to": "OTP", "relation": "framework", "weight": 1.0 }, @@ -3752,13 +3752,13 @@ }, { "from": "stability/src/Lith_Stability_Health.affine", - "to": "OTP", + "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { "from": "stability/src/Lith_Stability_Health.affine", - "to": "Phoenix", + "to": "OTP", "relation": "framework", "weight": 1.0 } @@ -3767,241 +3767,241 @@ "taint_matrix": { "rows": [ { - "source_category": "CommandInjection", - "sink_axis": "cpu", + "source_category": "UnboundedAllocation", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "scripts/check-proofs.sh", - ".machine_readable/coaptation/extract-facts.sh", - ".machine_readable/arrival-pack/extract.sh" + "geo/src/config.rs" ], "frameworks": [ "WebServer", - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], - "relation": "CommandInjection->Cpu" + "relation": "UnboundedAllocation->Memory" + }, + { + "source_category": "CryptoMisuse", + "sink_axis": "network", + "severity_value": 3.5, + "files": [ + "lith-http/lib/lith_http/temporal_index.ex" + ], + "frameworks": [ + "WebServer", + "Phoenix", + "OTP" + ], + "relation": "CryptoMisuse->Network" }, { "source_category": "UnsafeCode", "sink_axis": "memory", "severity_value": 3.5, "files": [ - "core-zig/src/bridge.zig", + "beam/native_rust/src/lib.rs", "beam/native/src/lith_nif.zig", "beam/native/src/beam.zig", - "beam/native_rust/src/lib.rs", + "core-zig/src/bridge.zig", "ffi/zig/src/bridge.zig" ], "frameworks": [ "WebServer", - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], "relation": "UnsafeCode->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "concurrency", + "severity_value": 3.5, "files": [ - "geo/src/config.rs" + "beam/native_rust/src/lib.rs" ], "frameworks": [ "WebServer", - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], - "relation": "UnboundedAllocation->Memory" + "relation": "UnsafeCode->Concurrency" }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "geo/src/index/rtree.rs" ], "frameworks": [ "WebServer", - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" }, { - "source_category": "UnboundedAllocation", + "source_category": "DynamicCodeExecution", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "geo/src/config.rs" + "beam/test/lith_integration_test.exs", + "beam/test/lith_nif_test.exs" ], "frameworks": [ "WebServer", - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "DynamicCodeExecution->Cpu" }, { - "source_category": "MutationGap", - "sink_axis": "cpu", - "severity_value": 1.0, + "source_category": "UnsafeFFI", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "verification/benchmarks/websocket_stress_test.exs", - "beam/test/lith_nif_test.exs", - "beam/test/lith_integration_test.exs", - "lith-http/bench/websocket_stress_test.exs", - "lith-http/test/support/conn_case.ex", - "lith-http/test/lith_http/query_cache_test.exs", - "lith-http/test/lith_http/analytics_test.exs", - "lith-http/test/lith_http/database_registry_test.exs", - "lith-http/test/lith_http/query_cache_lru_test.exs", - "lith-http/test/lith_http/geo_test.exs", - "lith-http/test/lith_http/temporal_index_test.exs", - "lith-http/test/lith_http/spatial_index_test.exs", - "lith-http/test/lith_http/cbor_test.exs", - "lith-http/test/lith_http/graceful_shutdown_test.exs", - "lith-http/test/lith_http_web/auth/jwt_test.exs", - "lith-http/test/lith_http_web/error_json_extended_test.exs", - "lith-http/test/lith_http_web/plugs/rate_limiter_test.exs", - "lith-http/test/lith_http_web/plugs/request_logger_test.exs", - "lith-http/test/lith_http_web/plugs/authenticate_test.exs", - "lith-http/test/lith_http_web/controllers/geo_controller_test.exs", - "lith-http/test/lith_http_web/controllers/auth_controller_test.exs", - "lith-http/test/lith_http_web/controllers/health_controller_test.exs", - "lith-http/test/lith_http_web/controllers/analytics_controller_test.exs", - "lith-http/test/lith_http_web/controllers/error_json_test.exs", - "lith-http/test/lith_http_web/controllers/api_controller_test.exs", - "lith-http/test/lith_http_web/metrics/collector_test.exs" + "tools/sdk-gen/src/Main.affine", + "clients/rescript/src/Lithoglyph_Subscriptions.affine", + "beam/src/lith_beam/client.gleam", + "integrations/directus/src/Lith_Directus_Hook.affine" ], "frameworks": [ "WebServer", - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], - "relation": "MutationGap->Cpu" + "relation": "UnsafeFFI->Memory" }, { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", - "severity_value": 3.5, + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "beam/native_rust/src/lib.rs" + ".machine_readable/arrival-pack/extract.sh", + ".machine_readable/coaptation/extract-facts.sh", + "scripts/check-proofs.sh" ], "frameworks": [ "WebServer", - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], - "relation": "UnsafeCode->Concurrency" + "relation": "CommandInjection->Cpu" }, { - "source_category": "PanicPath", + "source_category": "PathTraversal", "sink_axis": "disk", "severity_value": 2.5, "files": [ - "geo/src/index/rtree.rs" + "lith-http/test_http_api.sh", + "lith-http/test_persistence.sh", + "lith-http/test_geo_api.sh", + "lith-http/test_analytics_api.sh", + "tests/e2e.sh", + "verification/tests/e2e.sh" ], "frameworks": [ "WebServer", - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], - "relation": "PanicPath->Disk" + "relation": "PathTraversal->Disk" }, { - "source_category": "DynamicCodeExecution", + "source_category": "InputBoundary", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "beam/test/lith_nif_test.exs", - "beam/test/lith_integration_test.exs" + "lith-http/bench/http_load_test.js", + "verification/benchmarks/http_load_test.js" ], "frameworks": [ "WebServer", - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], - "relation": "DynamicCodeExecution->Cpu" + "relation": "InputBoundary->Cpu" }, { - "source_category": "UnsafeDeserialization", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "clients/rescript/src/Lithoglyph_Subscriptions.affine" + "geo/src/config.rs" ], "frameworks": [ "WebServer", - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], - "relation": "UnsafeDeserialization->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "CryptoMisuse", - "sink_axis": "network", - "severity_value": 3.5, + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "lith-http/lib/lith_http/temporal_index.ex" + "geo/src/index/rtree.rs" ], "frameworks": [ "WebServer", - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], - "relation": "CryptoMisuse->Network" + "relation": "PanicPath->Memory" }, { - "source_category": "UnsafeFFI", + "source_category": "UnsafeDeserialization", "sink_axis": "memory", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ - "integrations/directus/src/Lith_Directus_Hook.affine", - "tools/sdk-gen/src/Main.affine", - "beam/src/lith_beam/client.gleam", "clients/rescript/src/Lithoglyph_Subscriptions.affine" ], "frameworks": [ "WebServer", - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], - "relation": "UnsafeFFI->Memory" + "relation": "UnsafeDeserialization->Memory" }, { - "source_category": "InputBoundary", + "source_category": "MutationGap", "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "verification/benchmarks/http_load_test.js", - "lith-http/bench/http_load_test.js" - ], - "frameworks": [ - "WebServer", - "OTP", - "Phoenix" - ], - "relation": "InputBoundary->Cpu" - }, - { - "source_category": "PathTraversal", - "sink_axis": "disk", - "severity_value": 2.5, + "severity_value": 1.0, "files": [ - "verification/tests/e2e.sh", - "tests/e2e.sh", - "lith-http/test_persistence.sh", - "lith-http/test_geo_api.sh", - "lith-http/test_analytics_api.sh", - "lith-http/test_http_api.sh" + "lith-http/test/lith_http_web/controllers/error_json_test.exs", + "lith-http/test/lith_http_web/controllers/api_controller_test.exs", + "lith-http/test/lith_http_web/controllers/auth_controller_test.exs", + "lith-http/test/lith_http_web/controllers/health_controller_test.exs", + "lith-http/test/lith_http_web/controllers/geo_controller_test.exs", + "lith-http/test/lith_http_web/controllers/analytics_controller_test.exs", + "lith-http/test/lith_http_web/metrics/collector_test.exs", + "lith-http/test/lith_http_web/auth/jwt_test.exs", + "lith-http/test/lith_http_web/error_json_extended_test.exs", + "lith-http/test/lith_http_web/plugs/request_logger_test.exs", + "lith-http/test/lith_http_web/plugs/authenticate_test.exs", + "lith-http/test/lith_http_web/plugs/rate_limiter_test.exs", + "lith-http/test/support/conn_case.ex", + "lith-http/test/lith_http/spatial_index_test.exs", + "lith-http/test/lith_http/geo_test.exs", + "lith-http/test/lith_http/query_cache_lru_test.exs", + "lith-http/test/lith_http/query_cache_test.exs", + "lith-http/test/lith_http/temporal_index_test.exs", + "lith-http/test/lith_http/graceful_shutdown_test.exs", + "lith-http/test/lith_http/database_registry_test.exs", + "lith-http/test/lith_http/cbor_test.exs", + "lith-http/test/lith_http/analytics_test.exs", + "lith-http/bench/websocket_stress_test.exs", + "verification/benchmarks/websocket_stress_test.exs", + "beam/test/lith_integration_test.exs", + "beam/test/lith_nif_test.exs" ], "frameworks": [ "WebServer", - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], - "relation": "PathTraversal->Disk" + "relation": "MutationGap->Cpu" } ] } diff --git a/scans/live-files.json b/scans/live-files.json index 5b6da7ab..daf1ae4c 100644 --- a/scans/live-files.json +++ b/scans/live-files.json @@ -15,23 +15,23 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/llm-grace.json b/scans/llm-grace.json index 4e6e480f..7186d763 100644 --- a/scans/llm-grace.json +++ b/scans/llm-grace.json @@ -26,6 +26,16 @@ "threading_constructs": 0 }, "file_statistics": [ + { + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, { "file_path": ".claude/hooks/session-start.sh", "lines": 24, @@ -47,13 +57,13 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 274, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -67,23 +77,13 @@ "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], diff --git a/scans/lol.json b/scans/lol.json index 77bc6512..5c15eb45 100644 --- a/scans/lol.json +++ b/scans/lol.json @@ -7,81 +7,107 @@ ], "weak_points": [ { - "category": "PathTraversal", - "location": "scripts/verisimdb-ingest.sh", - "file": "scripts/verisimdb-ingest.sh", + "category": "CommandInjection", + "location": "orchestrator/lib/lol/crawler_worker.ex", + "file": "orchestrator/lib/lol/crawler_worker.ex", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/verisimdb-ingest.sh", + "description": "System command execution in orchestrator/lib/lol/crawler_worker.ex", "recommended_attack": [ + "cpu", "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "test/Vitest.affine", - "file": "test/Vitest.affine", + "category": "CommandInjection", + "location": "orchestrator/lib/lol/julia_bridge.ex", + "file": "orchestrator/lib/lol/julia_bridge.ex", "severity": "Medium", - "description": "28 FFI/external bindings in test/Vitest.affine", + "description": "System command execution in orchestrator/lib/lol/julia_bridge.ex", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "ProofDrift", - "location": "proofs/theories/information_theory.agda", - "file": "proofs/theories/information_theory.agda", + "category": "CommandInjection", + "location": "orchestrator/lib/lol/verisimdb_reporter.ex", + "file": "orchestrator/lib/lol/verisimdb_reporter.ex", "severity": "Medium", - "description": "4 postulate block(s) (unproven axiom — verify these hold) in proofs/theories/information_theory.agda", + "description": "System command execution in orchestrator/lib/lol/verisimdb_reporter.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "src/utils/Http.affine", - "file": "src/utils/Http.affine", + "category": "MutationGap", + "location": "orchestrator/test/crawler_worker_test.exs", + "file": "orchestrator/test/crawler_worker_test.exs", + "severity": "Low", + "description": "Elixir test file orchestrator/test/crawler_worker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "suppressed": true, + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "orchestrator/test/rate_limiter_test.exs", + "file": "orchestrator/test/rate_limiter_test.exs", + "severity": "Low", + "description": "Elixir test file orchestrator/test/rate_limiter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "PathTraversal", + "location": "scripts/verisimdb-ingest.sh", + "file": "scripts/verisimdb-ingest.sh", "severity": "Medium", - "description": "9 FFI/external bindings in src/utils/Http.affine", + "description": "Hardcoded /tmp/ path without mktemp in scripts/verisimdb-ingest.sh", "recommended_attack": [ - "memory" + "disk" ], "test_context": "production" }, { - "category": "UnsafeDeserialization", - "location": "src/utils/Http.affine", - "file": "src/utils/Http.affine", + "category": "UnsafeCode", + "location": "ffi/zig/src/main.zig", + "file": "ffi/zig/src/main.zig", "severity": "High", - "description": "JSON.parseExn in src/utils/Http.affine", + "description": "13 unsafe pointer casts in ffi/zig/src/main.zig", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "UnsafeDeserialization", - "location": "src/api/DigitalBiblePlatform.affine", - "file": "src/api/DigitalBiblePlatform.affine", - "severity": "High", - "description": "JSON.parseExn in src/api/DigitalBiblePlatform.affine", + "category": "UnsafeFFI", + "location": "test/Vitest.affine", + "file": "test/Vitest.affine", + "severity": "Medium", + "description": "28 FFI/external bindings in test/Vitest.affine", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "UnsafeDeserialization", - "location": "src/crawlers/FindBible.affine", - "file": "src/crawlers/FindBible.affine", - "severity": "High", - "description": "JSON.parseExn in src/crawlers/FindBible.affine", + "category": "ProofDrift", + "location": "analysis/test/runtests.jl", + "file": "analysis/test/runtests.jl", + "severity": "Medium", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in analysis/test/runtests.jl", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "UnsafeDeserialization", @@ -106,85 +132,59 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "ffi/zig/src/main.zig", - "file": "ffi/zig/src/main.zig", + "category": "UnsafeDeserialization", + "location": "src/crawlers/FindBible.affine", + "file": "src/crawlers/FindBible.affine", "severity": "High", - "description": "13 unsafe pointer casts in ffi/zig/src/main.zig", + "description": "JSON.parseExn in src/crawlers/FindBible.affine", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "orchestrator/lib/lol/crawler_worker.ex", - "file": "orchestrator/lib/lol/crawler_worker.ex", + "category": "UnsafeFFI", + "location": "src/utils/Http.affine", + "file": "src/utils/Http.affine", "severity": "Medium", - "description": "System command execution in orchestrator/lib/lol/crawler_worker.ex", + "description": "9 FFI/external bindings in src/utils/Http.affine", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "orchestrator/lib/lol/verisimdb_reporter.ex", - "file": "orchestrator/lib/lol/verisimdb_reporter.ex", - "severity": "Medium", - "description": "System command execution in orchestrator/lib/lol/verisimdb_reporter.ex", + "category": "UnsafeDeserialization", + "location": "src/utils/Http.affine", + "file": "src/utils/Http.affine", + "severity": "High", + "description": "JSON.parseExn in src/utils/Http.affine", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "orchestrator/lib/lol/julia_bridge.ex", - "file": "orchestrator/lib/lol/julia_bridge.ex", - "severity": "Medium", - "description": "System command execution in orchestrator/lib/lol/julia_bridge.ex", + "category": "UnsafeDeserialization", + "location": "src/api/DigitalBiblePlatform.affine", + "file": "src/api/DigitalBiblePlatform.affine", + "severity": "High", + "description": "JSON.parseExn in src/api/DigitalBiblePlatform.affine", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, - { - "category": "MutationGap", - "location": "orchestrator/test/rate_limiter_test.exs", - "file": "orchestrator/test/rate_limiter_test.exs", - "severity": "Low", - "description": "Elixir test file orchestrator/test/rate_limiter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "orchestrator/test/crawler_worker_test.exs", - "file": "orchestrator/test/crawler_worker_test.exs", - "severity": "Low", - "description": "Elixir test file orchestrator/test/crawler_worker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "suppressed": true, - "test_context": "test_only" - }, { "category": "ProofDrift", - "location": "analysis/test/runtests.jl", - "file": "analysis/test/runtests.jl", + "location": "proofs/theories/information_theory.agda", + "file": "proofs/theories/information_theory.agda", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in analysis/test/runtests.jl", + "description": "4 postulate block(s) (unproven axiom — verify these hold) in proofs/theories/information_theory.agda", "recommended_attack": [ "cpu" ], - "test_context": "test_only" + "test_context": "production" } ], "statistics": { @@ -198,103 +198,103 @@ }, "file_statistics": [ { - "file_path": "test/Vitest.affine", - "lines": 68, - "unsafe_blocks": 28, + "file_path": "orchestrator/lib/lol/source_registry.ex", + "lines": 74, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "api/zig-gateway/src/lol_ffi.zig", - "lines": 338, + "file_path": "orchestrator/lib/lol/crawler_worker.ex", + "lines": 135, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "api/zig-gateway/src/main.zig", - "lines": 1575, + "file_path": "orchestrator/lib/lol/rate_limiter.ex", + "lines": 96, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 40, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "src/utils/Http.affine", - "lines": 149, - "unsafe_blocks": 9, + "file_path": "orchestrator/lib/lol/corpus_aggregator.ex", + "lines": 143, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/Lang1000.affine", - "lines": 301, - "unsafe_blocks": 2, + "file_path": "orchestrator/lib/lol/julia_bridge.ex", + "lines": 146, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 324, - "unsafe_blocks": 23, + "file_path": "orchestrator/lib/lol/verisimdb_reporter.ex", + "lines": 150, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "src/verisimdb/CorpusAnalyzer.affine", - "lines": 352, - "unsafe_blocks": 2, + "file_path": "orchestrator/test/crawler_worker_test.exs", + "lines": 27, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/verisimdb/Export.affine", - "lines": 87, - "unsafe_blocks": 5, + "file_path": "api/zig-gateway/src/lol_ffi.zig", + "lines": 338, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/verisimdb/VeriSimDB.affine", - "lines": 135, - "unsafe_blocks": 3, + "file_path": "api/zig-gateway/src/main.zig", + "lines": 1575, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 + "allocation_sites": 3, + "io_operations": 40, + "threading_constructs": 1 }, { - "file_path": "src/Lol/ABI/Foreign.idr", - "lines": 324, - "unsafe_blocks": 23, + "file_path": "ffi/zig/src/main.zig", + "lines": 904, + "unsafe_blocks": 13, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 5, + "io_operations": 4, "threading_constructs": 0 }, { @@ -307,218 +307,218 @@ "io_operations": 1, "threading_constructs": 1 }, - { - "file_path": "ffi/zig/src/main.zig", - "lines": 904, - "unsafe_blocks": 13, + { + "file_path": "test/Vitest.affine", + "lines": 68, + "unsafe_blocks": 28, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 5, - "io_operations": 4, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "orchestrator/lib/lol/source_registry.ex", - "lines": 74, + "file_path": "analysis/src/server.jl", + "lines": 112, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "orchestrator/lib/lol/crawler_worker.ex", - "lines": 135, - "unsafe_blocks": 0, + "file_path": "src/Lang1000.affine", + "lines": 301, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "orchestrator/lib/lol/corpus_aggregator.ex", - "lines": 143, - "unsafe_blocks": 0, + "file_path": "src/utils/Http.affine", + "lines": 149, + "unsafe_blocks": 9, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "orchestrator/lib/lol/verisimdb_reporter.ex", - "lines": 150, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 324, + "unsafe_blocks": 23, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 1 + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "orchestrator/lib/lol/rate_limiter.ex", - "lines": 96, - "unsafe_blocks": 0, + "file_path": "src/verisimdb/CorpusAnalyzer.affine", + "lines": 352, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "orchestrator/lib/lol/julia_bridge.ex", - "lines": 146, - "unsafe_blocks": 0, + "file_path": "src/verisimdb/VeriSimDB.affine", + "lines": 135, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "orchestrator/test/crawler_worker_test.exs", - "lines": 27, - "unsafe_blocks": 0, + "file_path": "src/verisimdb/Export.affine", + "lines": 87, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 5, + "threading_constructs": 0 }, { - "file_path": "analysis/src/server.jl", - "lines": 112, - "unsafe_blocks": 0, + "file_path": "src/Lol/ABI/Foreign.idr", + "lines": 324, + "unsafe_blocks": 23, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ "disk", + "cpu", "concurrency", - "memory", - "cpu" + "memory" ], "dependency_graph": { "edges": [ { - "from": "orchestrator/lib/lol/source_registry.ex", - "to": "orchestrator/lib/lol/crawler_worker.ex", - "relation": "shared_dir:orchestrator/lib/lol", + "from": "ffi/zig/src/main.zig", + "to": "ffi/zig/src/store.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "orchestrator/lib/lol/crawler_worker.ex", - "to": "orchestrator/lib/lol/corpus_aggregator.ex", - "relation": "shared_dir:orchestrator/lib/lol", + "from": "api/zig-gateway/src/lol_ffi.zig", + "to": "api/zig-gateway/src/main.zig", + "relation": "shared_dir:api/zig-gateway/src", "weight": 1.0 }, { - "from": "orchestrator/lib/lol/corpus_aggregator.ex", - "to": "orchestrator/lib/lol/verisimdb_reporter.ex", + "from": "orchestrator/lib/lol/source_registry.ex", + "to": "orchestrator/lib/lol/crawler_worker.ex", "relation": "shared_dir:orchestrator/lib/lol", "weight": 1.0 }, { - "from": "orchestrator/lib/lol/verisimdb_reporter.ex", + "from": "orchestrator/lib/lol/crawler_worker.ex", "to": "orchestrator/lib/lol/rate_limiter.ex", "relation": "shared_dir:orchestrator/lib/lol", "weight": 1.0 }, { "from": "orchestrator/lib/lol/rate_limiter.ex", - "to": "orchestrator/lib/lol/julia_bridge.ex", + "to": "orchestrator/lib/lol/corpus_aggregator.ex", "relation": "shared_dir:orchestrator/lib/lol", "weight": 1.0 }, { - "from": "ffi/zig/src/store.zig", - "to": "ffi/zig/src/main.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "orchestrator/lib/lol/corpus_aggregator.ex", + "to": "orchestrator/lib/lol/julia_bridge.ex", + "relation": "shared_dir:orchestrator/lib/lol", "weight": 1.0 }, { - "from": "src/verisimdb/CorpusAnalyzer.affine", - "to": "src/verisimdb/Export.affine", - "relation": "shared_dir:src/verisimdb", + "from": "orchestrator/lib/lol/julia_bridge.ex", + "to": "orchestrator/lib/lol/verisimdb_reporter.ex", + "relation": "shared_dir:orchestrator/lib/lol", "weight": 1.0 }, { - "from": "src/verisimdb/Export.affine", + "from": "src/verisimdb/CorpusAnalyzer.affine", "to": "src/verisimdb/VeriSimDB.affine", "relation": "shared_dir:src/verisimdb", "weight": 1.0 }, { - "from": "api/zig-gateway/src/lol_ffi.zig", - "to": "api/zig-gateway/src/main.zig", - "relation": "shared_dir:api/zig-gateway/src", + "from": "src/verisimdb/VeriSimDB.affine", + "to": "src/verisimdb/Export.affine", + "relation": "shared_dir:src/verisimdb", "weight": 1.0 }, { - "from": "test/Vitest.affine", + "from": "orchestrator/lib/lol/source_registry.ex", "to": "OTP", "relation": "framework", - "weight": 84.0 + "weight": 1.0 }, { - "from": "api/zig-gateway/src/lol_ffi.zig", + "from": "orchestrator/lib/lol/crawler_worker.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "api/zig-gateway/src/main.zig", + "from": "orchestrator/lib/lol/rate_limiter.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "src/utils/Http.affine", + "from": "orchestrator/lib/lol/corpus_aggregator.ex", "to": "OTP", "relation": "framework", - "weight": 27.0 + "weight": 2.0 }, { - "from": "src/Lang1000.affine", + "from": "orchestrator/lib/lol/julia_bridge.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "src/abi/Foreign.idr", + "from": "orchestrator/lib/lol/verisimdb_reporter.ex", "to": "OTP", "relation": "framework", - "weight": 69.0 + "weight": 2.0 }, { - "from": "src/verisimdb/CorpusAnalyzer.affine", + "from": "orchestrator/test/crawler_worker_test.exs", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "src/verisimdb/Export.affine", + "from": "api/zig-gateway/src/lol_ffi.zig", "to": "OTP", "relation": "framework", - "weight": 15.0 + "weight": 1.0 }, { - "from": "src/verisimdb/VeriSimDB.affine", + "from": "api/zig-gateway/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 2.0 }, { - "from": "src/Lol/ABI/Foreign.idr", + "from": "ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 69.0 + "weight": 39.0 }, { "from": "ffi/zig/src/store.zig", @@ -527,104 +527,87 @@ "weight": 2.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "test/Vitest.affine", "to": "OTP", "relation": "framework", - "weight": 39.0 + "weight": 84.0 }, { - "from": "orchestrator/lib/lol/source_registry.ex", + "from": "analysis/src/server.jl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "orchestrator/lib/lol/crawler_worker.ex", + "from": "src/Lang1000.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "orchestrator/lib/lol/corpus_aggregator.ex", + "from": "src/utils/Http.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 27.0 }, { - "from": "orchestrator/lib/lol/verisimdb_reporter.ex", + "from": "src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 69.0 }, { - "from": "orchestrator/lib/lol/rate_limiter.ex", + "from": "src/verisimdb/CorpusAnalyzer.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "orchestrator/lib/lol/julia_bridge.ex", + "from": "src/verisimdb/VeriSimDB.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 9.0 }, { - "from": "orchestrator/test/crawler_worker_test.exs", + "from": "src/verisimdb/Export.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 15.0 }, { - "from": "analysis/src/server.jl", + "from": "src/Lol/ABI/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 69.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "UnsafeDeserialization", + "source_category": "UnsafeCode", "sink_axis": "memory", "severity_value": 3.5, "files": [ - "src/utils/Http.affine", - "src/api/DigitalBiblePlatform.affine", - "src/crawlers/FindBible.affine", - "src/crawlers/BibleCloud.affine", - "src/crawlers/BibleCom.affine" - ], - "frameworks": [ - "OTP" - ], - "relation": "UnsafeDeserialization->Memory" - }, - { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "orchestrator/lib/lol/crawler_worker.ex", - "orchestrator/lib/lol/verisimdb_reporter.ex", - "orchestrator/lib/lol/julia_bridge.ex" + "ffi/zig/src/main.zig" ], "frameworks": [ "OTP" ], - "relation": "CommandInjection->Disk" + "relation": "UnsafeCode->Memory" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "UnsafeFFI", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "scripts/verisimdb-ingest.sh" + "test/Vitest.affine", + "src/utils/Http.affine" ], "frameworks": [ "OTP" ], - "relation": "PathTraversal->Disk" + "relation": "UnsafeFFI->Memory" }, { "source_category": "CommandInjection", @@ -632,8 +615,8 @@ "severity_value": 2.5, "files": [ "orchestrator/lib/lol/crawler_worker.ex", - "orchestrator/lib/lol/verisimdb_reporter.ex", - "orchestrator/lib/lol/julia_bridge.ex" + "orchestrator/lib/lol/julia_bridge.ex", + "orchestrator/lib/lol/verisimdb_reporter.ex" ], "frameworks": [ "OTP" @@ -641,25 +624,28 @@ "relation": "CommandInjection->Cpu" }, { - "source_category": "ProofDrift", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "UnsafeDeserialization", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "proofs/theories/information_theory.agda", - "analysis/test/runtests.jl" + "src/crawlers/BibleCloud.affine", + "src/crawlers/BibleCom.affine", + "src/crawlers/FindBible.affine", + "src/utils/Http.affine", + "src/api/DigitalBiblePlatform.affine" ], "frameworks": [ "OTP" ], - "relation": "ProofDrift->Cpu" + "relation": "UnsafeDeserialization->Memory" }, { "source_category": "MutationGap", "sink_axis": "cpu", "severity_value": 1.0, "files": [ - "orchestrator/test/rate_limiter_test.exs", - "orchestrator/test/crawler_worker_test.exs" + "orchestrator/test/crawler_worker_test.exs", + "orchestrator/test/rate_limiter_test.exs" ], "frameworks": [ "OTP" @@ -667,29 +653,43 @@ "relation": "MutationGap->Cpu" }, { - "source_category": "UnsafeFFI", - "sink_axis": "memory", + "source_category": "PathTraversal", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "test/Vitest.affine", - "src/utils/Http.affine" + "scripts/verisimdb-ingest.sh" ], "frameworks": [ "OTP" ], - "relation": "UnsafeFFI->Memory" + "relation": "PathTraversal->Disk" }, { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "ProofDrift", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "ffi/zig/src/main.zig" + "analysis/test/runtests.jl", + "proofs/theories/information_theory.agda" ], "frameworks": [ "OTP" ], - "relation": "UnsafeCode->Memory" + "relation": "ProofDrift->Cpu" + }, + { + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 2.5, + "files": [ + "orchestrator/lib/lol/crawler_worker.ex", + "orchestrator/lib/lol/julia_bridge.ex", + "orchestrator/lib/lol/verisimdb_reporter.ex" + ], + "frameworks": [ + "OTP" + ], + "relation": "CommandInjection->Disk" } ] } diff --git a/scans/lucidscript.json b/scans/lucidscript.json index 8cc2a8b2..cea469f0 100644 --- a/scans/lucidscript.json +++ b/scans/lucidscript.json @@ -48,49 +48,49 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, + "file_path": "src/interface/Abi/Foreign.idr", + "lines": 83, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/Abi/Foreign.idr", - "lines": 83, - "unsafe_blocks": 4, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", - "cpu" + "cpu", + "disk" ], "dependency_graph": { "edges": [] diff --git a/scans/lustreiser.json b/scans/lustreiser.json index d98db957..cd53c222 100644 --- a/scans/lustreiser.json +++ b/scans/lustreiser.json @@ -1,7 +1,7 @@ { "schema_version": "2.5", "program_path": "lustreiser", - "language": "rust", + "language": "idris", "frameworks": [], "weak_points": [ { @@ -59,43 +59,43 @@ "threading_constructs": 0 }, { - "file_path": "scripts/install-zig.sh", - "lines": 59, + "file_path": "scripts/abi-ffi-gate.jl", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/abi-ffi-gate.jl", - "lines": 116, + "file_path": "scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 287, + "file_path": "src/abi/mod.rs", + "lines": 710, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/codegen/lustre_gen.rs", - "lines": 352, + "file_path": "src/manifest/mod.rs", + "lines": 541, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -110,12 +110,12 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 519, + "file_path": "src/codegen/lustre_gen.rs", + "lines": 352, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, @@ -130,43 +130,43 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/mod.rs", - "lines": 710, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 519, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 541, + "file_path": "setup.sh", + "lines": 287, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ + "memory", "cpu", - "disk", - "memory" + "disk" ], "dependency_graph": { "edges": [ { - "from": "src/codegen/lustre_gen.rs", - "to": "src/codegen/mod.rs", - "relation": "shared_dir:src/codegen", + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", - "relation": "shared_dir:scripts", + "from": "src/codegen/mod.rs", + "to": "src/codegen/lustre_gen.rs", + "relation": "shared_dir:src/codegen", "weight": 1.0 } ] @@ -175,33 +175,33 @@ "rows": [ { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "PanicPath->Memory" }, { - "source_category": "PanicPath", + "source_category": "UnboundedAllocation", "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/manifest/mod.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "PanicPath", diff --git a/scans/maa-framework.json b/scans/maa-framework.json index 2b91815f..d55f6d2d 100644 --- a/scans/maa-framework.json +++ b/scans/maa-framework.json @@ -4,6 +4,28 @@ "language": "rust", "frameworks": [], "weak_points": [ + { + "category": "MutationGap", + "location": "aletheia/templates/elixir/test/@@MOD_NAME@@_test.exs", + "file": "aletheia/templates/elixir/test/@@MOD_NAME@@_test.exs", + "severity": "Low", + "description": "Elixir test file aletheia/templates/elixir/test/@@MOD_NAME@@_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "CommandInjection", + "location": "aletheia/scripts/create-template.sh", + "file": "aletheia/scripts/create-template.sh", + "severity": "Medium", + "description": "27 potentially unquoted variable expansions in aletheia/scripts/create-template.sh", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, { "category": "InsecureProtocol", "location": "aletheia/src/output.rs", @@ -17,15 +39,25 @@ } ], "statistics": { - "total_lines": 12512, + "total_lines": 14466, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 73, - "io_operations": 39, + "allocation_sites": 74, + "io_operations": 20, "threading_constructs": 2 }, "file_statistics": [ + { + "file_path": "tests/e2e/brainfuck_e2e_test.rs", + "lines": 168, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "tests/aspect/security_test.rs", "lines": 176, @@ -37,84 +69,97 @@ "threading_constructs": 0 }, { - "file_path": "tests/e2e/brainfuck_e2e_test.rs", - "lines": 168, + "file_path": "aletheia/tests/integration_tests.rs", + "lines": 1758, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 4, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "aletheia/extraction/rhodium-pipeline/src/lib.rs", + "lines": 563, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "aletheia/scripts/create-template.sh", - "lines": 572, + "file_path": "aletheia/extraction/rhodibot/src/bot.rs", + "lines": 349, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 25, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "aletheia/src/config.rs", - "lines": 550, + "file_path": "aletheia/extraction/rhodibot/src/lib.rs", + "lines": 1055, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 8, "allocation_sites": 10, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "aletheia/src/main.rs", - "lines": 446, + "file_path": "aletheia/extraction/rhodibot/src/main.rs", + "lines": 904, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "aletheia/templates/ada/tests/run_tests.adb", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "aletheia/src/output.rs", - "lines": 629, + "file_path": "aletheia/templates/ada/src/main.adb", + "lines": 82, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "aletheia/src/types.rs", - "lines": 246, + "file_path": "aletheia/templates/ada/src/@@MOD_NAME@@.ads", + "lines": 50, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "aletheia/src/checks.rs", - "lines": 1936, + "file_path": "aletheia/scripts/create-template.sh", + "lines": 510, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 10, - "allocation_sites": 28, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, @@ -139,62 +184,93 @@ "threading_constructs": 0 }, { - "file_path": "aletheia/extraction/rhodibot/src/main.rs", - "lines": 904, + "file_path": "aletheia/src/main.rs", + "lines": 446, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 4, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "aletheia/extraction/rhodibot/src/bot.rs", - "lines": 349, + "file_path": "aletheia/src/output.rs", + "lines": 629, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 4, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "aletheia/extraction/rhodibot/src/lib.rs", - "lines": 1055, + "file_path": "aletheia/src/config.rs", + "lines": 848, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, + "safe_unwrap_calls": 1, "allocation_sites": 10, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "aletheia/extraction/rhodium-pipeline/src/lib.rs", - "lines": 563, + "file_path": "aletheia/src/checks.rs", + "lines": 2105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "safe_unwrap_calls": 10, + "allocation_sites": 26, "io_operations": 1, "threading_constructs": 0 + }, + { + "file_path": "aletheia/src/types.rs", + "lines": 246, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 278, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", - "disk", "network", - "cpu" + "disk", + "cpu", + "memory" ], "dependency_graph": { "edges": [ { - "from": "aletheia/src/config.rs", - "to": "aletheia/src/main.rs", - "relation": "shared_dir:aletheia/src", + "from": "aletheia/extraction/rhodibot/src/bot.rs", + "to": "aletheia/extraction/rhodibot/src/lib.rs", + "relation": "shared_dir:aletheia/extraction/rhodibot/src", + "weight": 1.0 + }, + { + "from": "aletheia/extraction/rhodibot/src/lib.rs", + "to": "aletheia/extraction/rhodibot/src/main.rs", + "relation": "shared_dir:aletheia/extraction/rhodibot/src", + "weight": 1.0 + }, + { + "from": "aletheia/templates/ada/src/main.adb", + "to": "aletheia/templates/ada/src/@@MOD_NAME@@.ads", + "relation": "shared_dir:aletheia/templates/ada/src", "weight": 1.0 }, { @@ -205,32 +281,46 @@ }, { "from": "aletheia/src/output.rs", - "to": "aletheia/src/types.rs", + "to": "aletheia/src/config.rs", "relation": "shared_dir:aletheia/src", "weight": 1.0 }, { - "from": "aletheia/src/types.rs", + "from": "aletheia/src/config.rs", "to": "aletheia/src/checks.rs", "relation": "shared_dir:aletheia/src", "weight": 1.0 }, { - "from": "aletheia/extraction/rhodibot/src/main.rs", - "to": "aletheia/extraction/rhodibot/src/bot.rs", - "relation": "shared_dir:aletheia/extraction/rhodibot/src", - "weight": 1.0 - }, - { - "from": "aletheia/extraction/rhodibot/src/bot.rs", - "to": "aletheia/extraction/rhodibot/src/lib.rs", - "relation": "shared_dir:aletheia/extraction/rhodibot/src", + "from": "aletheia/src/checks.rs", + "to": "aletheia/src/types.rs", + "relation": "shared_dir:aletheia/src", "weight": 1.0 } ] }, "taint_matrix": { "rows": [ + { + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "aletheia/scripts/create-template.sh" + ], + "frameworks": [], + "relation": "CommandInjection->Cpu" + }, + { + "source_category": "MutationGap", + "sink_axis": "cpu", + "severity_value": 1.0, + "files": [ + "aletheia/templates/elixir/test/@@MOD_NAME@@_test.exs" + ], + "frameworks": [], + "relation": "MutationGap->Cpu" + }, { "source_category": "InsecureProtocol", "sink_axis": "network", diff --git a/scans/me-dialect.json b/scans/me-dialect.json index 4c7e3187..eae16462 100644 --- a/scans/me-dialect.json +++ b/scans/me-dialect.json @@ -50,9 +50,9 @@ } ], "recommended_attacks": [ - "disk", "memory", - "cpu" + "cpu", + "disk" ], "dependency_graph": { "edges": [] @@ -61,23 +61,23 @@ "rows": [ { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "compiler/me-wasm/src/lib.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" }, { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "compiler/me-wasm/src/lib.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "PanicPath->Memory" } ] } diff --git a/scans/megadog.json b/scans/megadog.json index 75652e70..018128db 100644 --- a/scans/megadog.json +++ b/scans/megadog.json @@ -15,24 +15,24 @@ }, "file_statistics": [ { - "file_path": "server/src/metrics.pony", - "lines": 264, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "server/src/main.pony", - "lines": 63, + "file_path": "server/src/blockchain_client.pony", + "lines": 235, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { "file_path": "server/src/dog.pony", @@ -45,18 +45,18 @@ "threading_constructs": 0 }, { - "file_path": "server/src/blockchain_client.pony", - "lines": 235, + "file_path": "server/src/connection_manager.pony", + "lines": 264, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 2 }, { - "file_path": "server/src/websocket_server.pony", - "lines": 301, + "file_path": "server/src/main.pony", + "lines": 63, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -65,9 +65,9 @@ "threading_constructs": 1 }, { - "file_path": "server/src/batch_aggregator.pony", - "lines": 212, - "unsafe_blocks": 4, + "file_path": "server/src/websocket_server.pony", + "lines": 301, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -75,24 +75,24 @@ "threading_constructs": 1 }, { - "file_path": "server/src/connection_manager.pony", - "lines": 264, - "unsafe_blocks": 0, + "file_path": "server/src/dog_manager.pony", + "lines": 236, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 3 }, { - "file_path": "server/src/dog_manager.pony", - "lines": 236, - "unsafe_blocks": 1, + "file_path": "server/src/batch_aggregator.pony", + "lines": 212, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { "file_path": "server/src/anti_cheat.pony", @@ -105,87 +105,87 @@ "threading_constructs": 1 }, { - "file_path": "scripts/deploy.sh", - "lines": 190, + "file_path": "server/src/metrics.pony", + "lines": 264, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "scripts/deploy.sh", + "lines": 190, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "concurrency", - "cpu" + "cpu", + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "server/src/metrics.pony", - "to": "server/src/main.pony", + "from": "server/src/blockchain_client.pony", + "to": "server/src/dog.pony", "relation": "shared_dir:server/src", "weight": 1.0 }, { - "from": "server/src/main.pony", - "to": "server/src/dog.pony", + "from": "server/src/dog.pony", + "to": "server/src/connection_manager.pony", "relation": "shared_dir:server/src", "weight": 1.0 }, { - "from": "server/src/dog.pony", - "to": "server/src/blockchain_client.pony", + "from": "server/src/connection_manager.pony", + "to": "server/src/main.pony", "relation": "shared_dir:server/src", "weight": 1.0 }, { - "from": "server/src/blockchain_client.pony", + "from": "server/src/main.pony", "to": "server/src/websocket_server.pony", "relation": "shared_dir:server/src", "weight": 1.0 }, { "from": "server/src/websocket_server.pony", - "to": "server/src/batch_aggregator.pony", + "to": "server/src/dog_manager.pony", "relation": "shared_dir:server/src", "weight": 1.0 }, { - "from": "server/src/batch_aggregator.pony", - "to": "server/src/connection_manager.pony", + "from": "server/src/dog_manager.pony", + "to": "server/src/batch_aggregator.pony", "relation": "shared_dir:server/src", "weight": 1.0 }, { - "from": "server/src/connection_manager.pony", - "to": "server/src/dog_manager.pony", + "from": "server/src/batch_aggregator.pony", + "to": "server/src/anti_cheat.pony", "relation": "shared_dir:server/src", "weight": 1.0 }, { - "from": "server/src/dog_manager.pony", - "to": "server/src/anti_cheat.pony", + "from": "server/src/anti_cheat.pony", + "to": "server/src/metrics.pony", "relation": "shared_dir:server/src", "weight": 1.0 } diff --git a/scans/metadata-grammar.json b/scans/metadata-grammar.json index bbfb702c..6ff20d1a 100644 --- a/scans/metadata-grammar.json +++ b/scans/metadata-grammar.json @@ -15,13 +15,13 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { @@ -45,13 +45,13 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/methodologies.json b/scans/methodologies.json index ff9dce92..3497e730 100644 --- a/scans/methodologies.json +++ b/scans/methodologies.json @@ -15,23 +15,23 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/misinformation-defence-platform.json b/scans/misinformation-defence-platform.json index 861e5fd5..421a11fb 100644 --- a/scans/misinformation-defence-platform.json +++ b/scans/misinformation-defence-platform.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "PanicPath", - "location": "disinfo-nesy-detector/eval/src/download.rs", - "file": "disinfo-nesy-detector/eval/src/download.rs", + "location": "disinfo-nesy-detector/eval/src/explainability.rs", + "file": "disinfo-nesy-detector/eval/src/explainability.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in disinfo-nesy-detector/eval/src/download.rs", + "description": "0 panic sites and 1 unwrap/expect calls in disinfo-nesy-detector/eval/src/explainability.rs", "recommended_attack": [ "memory", "disk" @@ -18,10 +18,10 @@ }, { "category": "PanicPath", - "location": "disinfo-nesy-detector/eval/src/explainability.rs", - "file": "disinfo-nesy-detector/eval/src/explainability.rs", + "location": "disinfo-nesy-detector/eval/src/pipeline.rs", + "file": "disinfo-nesy-detector/eval/src/pipeline.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in disinfo-nesy-detector/eval/src/explainability.rs", + "description": "0 panic sites and 3 unwrap/expect calls in disinfo-nesy-detector/eval/src/pipeline.rs", "recommended_attack": [ "memory", "disk" @@ -30,10 +30,10 @@ }, { "category": "PanicPath", - "location": "disinfo-nesy-detector/eval/src/pipeline.rs", - "file": "disinfo-nesy-detector/eval/src/pipeline.rs", + "location": "disinfo-nesy-detector/eval/src/download.rs", + "file": "disinfo-nesy-detector/eval/src/download.rs", "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in disinfo-nesy-detector/eval/src/pipeline.rs", + "description": "0 panic sites and 2 unwrap/expect calls in disinfo-nesy-detector/eval/src/download.rs", "recommended_attack": [ "memory", "disk" @@ -52,79 +52,73 @@ }, "file_statistics": [ { - "file_path": "disinfo-nesy-detector/eval/src/main.rs", - "lines": 162, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "disinfo-nesy-detector/eval/src/datasets.rs", - "lines": 393, + "file_path": "algorithm-shield/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 4, - "io_operations": 2, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "disinfo-nesy-detector/eval/src/model_card.rs", - "lines": 800, + "file_path": "algorithm-shield/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 18, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "disinfo-nesy-detector/eval/src/download.rs", - "lines": 287, + "file_path": "algorithm-shield/src/rust/src/lib.rs", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 9, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "disinfo-nesy-detector/eval/src/explainability.rs", - "lines": 575, + "file_path": "algorithm-shield/src/rust/src/minikaren/context.rs", + "lines": 44, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 2, - "allocation_sites": 12, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "disinfo-nesy-detector/eval/src/baselines.rs", - "lines": 832, + "file_path": "disinfo-nesy-detector/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 10, - "allocation_sites": 10, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "disinfo-nesy-detector/eval/src/pipeline.rs", - "lines": 592, + "file_path": "disinfo-nesy-detector/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 2, - "allocation_sites": 10, - "io_operations": 3, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -138,77 +132,83 @@ "threading_constructs": 0 }, { - "file_path": "disinfo-nesy-detector/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "disinfo-nesy-detector/eval/src/explainability.rs", + "lines": 575, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 12, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "disinfo-nesy-detector/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "disinfo-nesy-detector/eval/src/model_card.rs", + "lines": 800, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 18, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "defensive-multiplicity/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "disinfo-nesy-detector/eval/src/main.rs", + "lines": 162, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "defensive-multiplicity/ffi/zig/src/main.zig", - "lines": 274, + "file_path": "disinfo-nesy-detector/eval/src/baselines.rs", + "lines": 832, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 10, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "disinfo-nesy-detector/eval/src/datasets.rs", + "lines": 393, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 4, + "allocation_sites": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "algorithm-shield/src/rust/src/lib.rs", - "lines": 64, + "file_path": "disinfo-nesy-detector/eval/src/pipeline.rs", + "lines": 592, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "unwrap_calls": 3, + "safe_unwrap_calls": 2, + "allocation_sites": 10, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "algorithm-shield/src/rust/src/minikaren/context.rs", - "lines": 44, + "file_path": "disinfo-nesy-detector/eval/src/download.rs", + "lines": 287, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "unwrap_calls": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "algorithm-shield/ffi/zig/test/integration_test.zig", + "file_path": "defensive-multiplicity/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -218,7 +218,7 @@ "threading_constructs": 2 }, { - "file_path": "algorithm-shield/ffi/zig/src/main.zig", + "file_path": "defensive-multiplicity/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -228,57 +228,57 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", "concurrency", "memory", + "disk", "cpu" ], "dependency_graph": { "edges": [ { - "from": "disinfo-nesy-detector/eval/src/main.rs", - "to": "disinfo-nesy-detector/eval/src/datasets.rs", + "from": "disinfo-nesy-detector/eval/src/explainability.rs", + "to": "disinfo-nesy-detector/eval/src/model_card.rs", "relation": "shared_dir:disinfo-nesy-detector/eval/src", "weight": 1.0 }, { - "from": "disinfo-nesy-detector/eval/src/datasets.rs", - "to": "disinfo-nesy-detector/eval/src/model_card.rs", + "from": "disinfo-nesy-detector/eval/src/model_card.rs", + "to": "disinfo-nesy-detector/eval/src/main.rs", "relation": "shared_dir:disinfo-nesy-detector/eval/src", "weight": 1.0 }, { - "from": "disinfo-nesy-detector/eval/src/model_card.rs", - "to": "disinfo-nesy-detector/eval/src/download.rs", + "from": "disinfo-nesy-detector/eval/src/main.rs", + "to": "disinfo-nesy-detector/eval/src/baselines.rs", "relation": "shared_dir:disinfo-nesy-detector/eval/src", "weight": 1.0 }, { - "from": "disinfo-nesy-detector/eval/src/download.rs", - "to": "disinfo-nesy-detector/eval/src/explainability.rs", + "from": "disinfo-nesy-detector/eval/src/baselines.rs", + "to": "disinfo-nesy-detector/eval/src/datasets.rs", "relation": "shared_dir:disinfo-nesy-detector/eval/src", "weight": 1.0 }, { - "from": "disinfo-nesy-detector/eval/src/explainability.rs", - "to": "disinfo-nesy-detector/eval/src/baselines.rs", + "from": "disinfo-nesy-detector/eval/src/datasets.rs", + "to": "disinfo-nesy-detector/eval/src/pipeline.rs", "relation": "shared_dir:disinfo-nesy-detector/eval/src", "weight": 1.0 }, { - "from": "disinfo-nesy-detector/eval/src/baselines.rs", - "to": "disinfo-nesy-detector/eval/src/pipeline.rs", + "from": "disinfo-nesy-detector/eval/src/pipeline.rs", + "to": "disinfo-nesy-detector/eval/src/download.rs", "relation": "shared_dir:disinfo-nesy-detector/eval/src", "weight": 1.0 } @@ -288,27 +288,27 @@ "rows": [ { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "disinfo-nesy-detector/eval/src/download.rs", "disinfo-nesy-detector/eval/src/explainability.rs", - "disinfo-nesy-detector/eval/src/pipeline.rs" + "disinfo-nesy-detector/eval/src/pipeline.rs", + "disinfo-nesy-detector/eval/src/download.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" }, { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "disinfo-nesy-detector/eval/src/download.rs", "disinfo-nesy-detector/eval/src/explainability.rs", - "disinfo-nesy-detector/eval/src/pipeline.rs" + "disinfo-nesy-detector/eval/src/pipeline.rs", + "disinfo-nesy-detector/eval/src/download.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "PanicPath->Memory" } ] } diff --git a/scans/modshells.json b/scans/modshells.json index 927878a5..7e287aad 100644 --- a/scans/modshells.json +++ b/scans/modshells.json @@ -83,13 +83,13 @@ "threading_constructs": 0 }, { - "file_path": "src/config_store/config_store.adb", - "lines": 54, + "file_path": "src/main/modshells.adb", + "lines": 52, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 16, "threading_constructs": 0 }, { @@ -103,13 +103,13 @@ "threading_constructs": 0 }, { - "file_path": "src/main/modshells.adb", - "lines": 52, + "file_path": "src/config_store/config_store.adb", + "lines": 54, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 16, + "io_operations": 2, "threading_constructs": 0 }, { @@ -124,8 +124,8 @@ } ], "recommended_attacks": [ - "cpu", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [] @@ -145,26 +145,26 @@ "relation": "CommandInjection->Disk" }, { - "source_category": "CommandInjection", + "source_category": "UncheckedError", "sink_axis": "cpu", - "severity_value": 5.0, + "severity_value": 1.0, "files": [ - "examples/tools/starship.sh", - "examples/ui/colours.sh", - "examples/os/macos.sh" + "src/shell_validator/shell_validator.adb" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "UncheckedError->Cpu" }, { - "source_category": "UncheckedError", + "source_category": "CommandInjection", "sink_axis": "cpu", - "severity_value": 1.0, + "severity_value": 5.0, "files": [ - "src/shell_validator/shell_validator.adb" + "examples/tools/starship.sh", + "examples/ui/colours.sh", + "examples/os/macos.sh" ], "frameworks": [], - "relation": "UncheckedError->Cpu" + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/my-lang.json b/scans/my-lang.json index f49db604..0da30a14 100644 --- a/scans/my-lang.json +++ b/scans/my-lang.json @@ -6,6 +6,18 @@ "Networking" ], "weak_points": [ + { + "category": "PanicPath", + "location": "dialects/solo/compiler/src/lexer.rs", + "file": "dialects/solo/compiler/src/lexer.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in dialects/solo/compiler/src/lexer.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, { "category": "UnboundedAllocation", "location": "dialects/solo/compiler/src/main.rs", @@ -19,14 +31,14 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "dialects/solo/compiler/src/lexer.rs", - "file": "dialects/solo/compiler/src/lexer.rs", + "category": "UnboundedAllocation", + "location": "lib/common/fs.rs", + "file": "lib/common/fs.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in dialects/solo/compiler/src/lexer.rs", + "description": "Potential unbounded allocation pattern detected in lib/common/fs.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, @@ -44,10 +56,10 @@ }, { "category": "UnboundedAllocation", - "location": "lib/common/fs.rs", - "file": "lib/common/fs.rs", + "location": "crates/my-test/src/main.rs", + "file": "crates/my-test/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in lib/common/fs.rs", + "description": "Potential unbounded allocation pattern detected in crates/my-test/src/main.rs", "recommended_attack": [ "memory", "cpu" @@ -55,35 +67,35 @@ "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "playground/hives/ensemble/examples/04_human_oversight.ensemble", - "file": "playground/hives/ensemble/examples/04_human_oversight.ensemble", + "category": "PanicPath", + "location": "crates/my-test/src/main.rs", + "file": "crates/my-test/src/main.rs", "severity": "Medium", - "description": "7 FFI/external bindings in playground/hives/ensemble/examples/04_human_oversight.ensemble", + "description": "0 panic sites and 2 unwrap/expect calls in crates/my-test/src/main.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "PanicPath", - "location": "playground/hives/me/crates/parser/src/lib.rs", - "file": "playground/hives/me/crates/parser/src/lib.rs", + "location": "crates/my-mir/src/lib.rs", + "file": "crates/my-mir/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 80 unwrap/expect calls in playground/hives/me/crates/parser/src/lib.rs", + "description": "0 panic sites and 5 unwrap/expect calls in crates/my-mir/src/lib.rs", "recommended_attack": [ "memory", "disk" ], - "suppressed": true, "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "playground/hives/me/src/main.rs", - "file": "playground/hives/me/src/main.rs", + "location": "crates/my-lint/src/main.rs", + "file": "crates/my-lint/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in playground/hives/me/src/main.rs", + "description": "Potential unbounded allocation pattern detected in crates/my-lint/src/main.rs", "recommended_attack": [ "memory", "cpu" @@ -91,16 +103,29 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "scripts/apply-baseline.sh", - "file": "scripts/apply-baseline.sh", + "category": "UnboundedAllocation", + "location": "crates/my-pkg/src/lib.rs", + "file": "crates/my-pkg/src/lib.rs", "severity": "Medium", - "description": "66 potentially unquoted variable expansions in scripts/apply-baseline.sh", + "description": "Potential unbounded allocation pattern detected in crates/my-pkg/src/lib.rs", "recommended_attack": [ + "memory", "cpu" ], "test_context": "production" }, + { + "category": "PanicPath", + "location": "crates/my-qtt/src/bin/conformance_gen.rs", + "file": "crates/my-qtt/src/bin/conformance_gen.rs", + "severity": "Medium", + "description": "0 panic sites and 16 unwrap/expect calls in crates/my-qtt/src/bin/conformance_gen.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, { "category": "UnsafeCode", "location": "crates/my-llvm/src/lib.rs", @@ -125,24 +150,12 @@ ], "test_context": "production" }, - { - "category": "PanicPath", - "location": "crates/my-qtt/src/bin/conformance_gen.rs", - "file": "crates/my-qtt/src/bin/conformance_gen.rs", - "severity": "Medium", - "description": "0 panic sites and 16 unwrap/expect calls in crates/my-qtt/src/bin/conformance_gen.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, { "category": "UnboundedAllocation", - "location": "crates/my-fmt/src/main.rs", - "file": "crates/my-fmt/src/main.rs", + "location": "crates/my-cli/src/main.rs", + "file": "crates/my-cli/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/my-fmt/src/main.rs", + "description": "Potential unbounded allocation pattern detected in crates/my-cli/src/main.rs", "recommended_attack": [ "memory", "cpu" @@ -162,14 +175,14 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "crates/my-lang/lib/common/string.rs", - "file": "crates/my-lang/lib/common/string.rs", + "category": "UnboundedAllocation", + "location": "crates/my-fmt/src/main.rs", + "file": "crates/my-fmt/src/main.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in crates/my-lang/lib/common/string.rs", + "description": "Potential unbounded allocation pattern detected in crates/my-fmt/src/main.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, @@ -186,24 +199,12 @@ "suppressed": true, "test_context": "test_only" }, - { - "category": "UnboundedAllocation", - "location": "crates/my-lang/src/main.rs", - "file": "crates/my-lang/src/main.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/my-lang/src/main.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, { "category": "PanicPath", - "location": "crates/my-lang/src/main.rs", - "file": "crates/my-lang/src/main.rs", + "location": "crates/my-lang/lib/common/string.rs", + "file": "crates/my-lang/lib/common/string.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in crates/my-lang/src/main.rs", + "description": "0 panic sites and 1 unwrap/expect calls in crates/my-lang/lib/common/string.rs", "recommended_attack": [ "memory", "disk" @@ -223,18 +224,6 @@ "suppressed": true, "test_context": "production" }, - { - "category": "PanicPath", - "location": "crates/my-lang/src/proptest.rs", - "file": "crates/my-lang/src/proptest.rs", - "severity": "Medium", - "description": "1 panic sites and 2 unwrap/expect calls in crates/my-lang/src/proptest.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, { "category": "UnboundedAllocation", "location": "crates/my-lang/src/stdlib.rs", @@ -249,10 +238,10 @@ }, { "category": "UnboundedAllocation", - "location": "crates/my-test/src/main.rs", - "file": "crates/my-test/src/main.rs", + "location": "crates/my-lang/src/main.rs", + "file": "crates/my-lang/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/my-test/src/main.rs", + "description": "Potential unbounded allocation pattern detected in crates/my-lang/src/main.rs", "recommended_attack": [ "memory", "cpu" @@ -261,10 +250,10 @@ }, { "category": "PanicPath", - "location": "crates/my-test/src/main.rs", - "file": "crates/my-test/src/main.rs", + "location": "crates/my-lang/src/main.rs", + "file": "crates/my-lang/src/main.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in crates/my-test/src/main.rs", + "description": "0 panic sites and 2 unwrap/expect calls in crates/my-lang/src/main.rs", "recommended_attack": [ "memory", "disk" @@ -272,35 +261,36 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "crates/my-cli/src/main.rs", - "file": "crates/my-cli/src/main.rs", + "category": "PanicPath", + "location": "crates/my-lang/src/proptest.rs", + "file": "crates/my-lang/src/proptest.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/my-cli/src/main.rs", + "description": "1 panic sites and 2 unwrap/expect calls in crates/my-lang/src/proptest.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "crates/my-pkg/src/lib.rs", - "file": "crates/my-pkg/src/lib.rs", + "category": "PanicPath", + "location": "playground/hives/me/crates/parser/src/lib.rs", + "file": "playground/hives/me/crates/parser/src/lib.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/my-pkg/src/lib.rs", + "description": "0 panic sites and 80 unwrap/expect calls in playground/hives/me/crates/parser/src/lib.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], + "suppressed": true, "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "crates/my-lint/src/main.rs", - "file": "crates/my-lint/src/main.rs", + "location": "playground/hives/me/src/main.rs", + "file": "playground/hives/me/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/my-lint/src/main.rs", + "description": "Potential unbounded allocation pattern detected in playground/hives/me/src/main.rs", "recommended_attack": [ "memory", "cpu" @@ -308,34 +298,22 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "crates/my-mir/src/lib.rs", - "file": "crates/my-mir/src/lib.rs", - "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in crates/my-mir/src/lib.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "ProofDrift", - "location": "proofs/verification/coq/solo-core/ResourceAlgebra.v", - "file": "proofs/verification/coq/solo-core/ResourceAlgebra.v", + "category": "UnsafeFFI", + "location": "playground/hives/ensemble/examples/04_human_oversight.ensemble", + "file": "playground/hives/ensemble/examples/04_human_oversight.ensemble", "severity": "Medium", - "description": "19 Axiom/Parameter declaration(s) (unverified postulate) in proofs/verification/coq/solo-core/ResourceAlgebra.v", + "description": "7 FFI/external bindings in playground/hives/ensemble/examples/04_human_oversight.ensemble", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "UnboundedAllocation", - "location": "src/main.rs", - "file": "src/main.rs", + "location": "my-ssg/src/generator.rs", + "file": "my-ssg/src/generator.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/main.rs", + "description": "Potential unbounded allocation pattern detected in my-ssg/src/generator.rs", "recommended_attack": [ "memory", "cpu" @@ -344,10 +322,10 @@ }, { "category": "PanicPath", - "location": "src/main.rs", - "file": "src/main.rs", + "location": "my-ssg/src/generator.rs", + "file": "my-ssg/src/generator.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in src/main.rs", + "description": "0 panic sites and 1 unwrap/expect calls in my-ssg/src/generator.rs", "recommended_attack": [ "memory", "disk" @@ -356,10 +334,10 @@ }, { "category": "PanicPath", - "location": "src/proptest.rs", - "file": "src/proptest.rs", + "location": "my-ssg/src/main.rs", + "file": "my-ssg/src/main.rs", "severity": "Medium", - "description": "1 panic sites and 2 unwrap/expect calls in src/proptest.rs", + "description": "0 panic sites and 8 unwrap/expect calls in my-ssg/src/main.rs", "recommended_attack": [ "memory", "disk" @@ -367,48 +345,47 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "_exploratory/me-scaffolding/crates/parser/src/lib.rs", - "file": "_exploratory/me-scaffolding/crates/parser/src/lib.rs", + "category": "UnboundedAllocation", + "location": "my-ssg/src/config.rs", + "file": "my-ssg/src/config.rs", "severity": "Medium", - "description": "0 panic sites and 80 unwrap/expect calls in _exploratory/me-scaffolding/crates/parser/src/lib.rs", + "description": "Potential unbounded allocation pattern detected in my-ssg/src/config.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "my-ssg/src/config.rs", - "file": "my-ssg/src/config.rs", + "category": "CommandInjection", + "location": "scripts/apply-baseline.sh", + "file": "scripts/apply-baseline.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in my-ssg/src/config.rs", + "description": "66 potentially unquoted variable expansions in scripts/apply-baseline.sh", "recommended_attack": [ - "memory", "cpu" ], "test_context": "production" }, { "category": "PanicPath", - "location": "my-ssg/src/main.rs", - "file": "my-ssg/src/main.rs", + "location": "_exploratory/me-scaffolding/crates/parser/src/lib.rs", + "file": "_exploratory/me-scaffolding/crates/parser/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 8 unwrap/expect calls in my-ssg/src/main.rs", + "description": "0 panic sites and 80 unwrap/expect calls in _exploratory/me-scaffolding/crates/parser/src/lib.rs", "recommended_attack": [ "memory", "disk" ], + "suppressed": true, "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "my-ssg/src/generator.rs", - "file": "my-ssg/src/generator.rs", + "location": "src/main.rs", + "file": "src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in my-ssg/src/generator.rs", + "description": "Potential unbounded allocation pattern detected in src/main.rs", "recommended_attack": [ "memory", "cpu" @@ -417,10 +394,10 @@ }, { "category": "PanicPath", - "location": "my-ssg/src/generator.rs", - "file": "my-ssg/src/generator.rs", + "location": "src/main.rs", + "file": "src/main.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in my-ssg/src/generator.rs", + "description": "0 panic sites and 2 unwrap/expect calls in src/main.rs", "recommended_attack": [ "memory", "disk" @@ -428,9 +405,32 @@ "test_context": "production" }, { - "category": "MutationGap", - "location": "Cargo.toml", - "file": "Cargo.toml", + "category": "PanicPath", + "location": "src/proptest.rs", + "file": "src/proptest.rs", + "severity": "Medium", + "description": "1 panic sites and 2 unwrap/expect calls in src/proptest.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "ProofDrift", + "location": "proofs/verification/coq/solo-core/ResourceAlgebra.v", + "file": "proofs/verification/coq/solo-core/ResourceAlgebra.v", + "severity": "Medium", + "description": "19 Axiom/Parameter declaration(s) (unverified postulate) in proofs/verification/coq/solo-core/ResourceAlgebra.v", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" + }, + { + "category": "MutationGap", + "location": "Cargo.toml", + "file": "Cargo.toml", "severity": "Low", "description": "Rust project has test infrastructure but no mutation-test configuration (cargo-mutants/.cargo-mutants.toml) — add `cargo mutants` to verify test suite kills mutations", "recommended_attack": [], @@ -447,16 +447,6 @@ "threading_constructs": 24 }, "file_statistics": [ - { - "file_path": "dialects/solo/compiler/src/lib.rs", - "lines": 58, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "dialects/solo/compiler/src/lexer.rs", "lines": 349, @@ -469,33 +459,32 @@ "threading_constructs": 0 }, { - "file_path": "examples/map.my", - "lines": 39, + "file_path": "dialects/solo/compiler/src/lib.rs", + "lines": 58, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "lib/mylang/prompt.rs", - "lines": 373, + "file_path": "tests/property_tests.rs", + "lines": 771, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "lib/mylang/tools.rs", - "lines": 443, + "file_path": "lib/mylang/ai.rs", + "lines": 400, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 10, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, @@ -510,54 +499,55 @@ "threading_constructs": 1 }, { - "file_path": "lib/mylang/ai.rs", - "lines": 400, + "file_path": "lib/mylang/prompt.rs", + "lines": 373, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "lib/common/string.rs", - "lines": 315, + "file_path": "lib/mylang/tools.rs", + "lines": 443, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "safe_unwrap_calls": 1, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "lib/common/net.rs", - "lines": 323, + "file_path": "lib/common/string.rs", + "lines": 315, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 4, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "lib/common/types.rs", - "lines": 336, + "file_path": "lib/common/utils.rs", + "lines": 363, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "safe_unwrap_calls": 4, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "lib/common/fs.rs", - "lines": 246, + "file_path": "lib/common/collections.rs", + "lines": 366, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { @@ -570,6 +560,16 @@ "io_operations": 1, "threading_constructs": 0 }, + { + "file_path": "lib/common/fs.rs", + "lines": 246, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 2, + "threading_constructs": 0 + }, { "file_path": "lib/common/concurrency.rs", "lines": 284, @@ -582,250 +582,258 @@ "threading_constructs": 2 }, { - "file_path": "lib/common/collections.rs", - "lines": 366, + "file_path": "lib/common/net.rs", + "lines": 323, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "lib/common/utils.rs", - "lines": 363, + "file_path": "lib/common/types.rs", + "lines": 336, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 0, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "playground/hives/ensemble/examples/04_human_oversight.ensemble", - "lines": 349, - "unsafe_blocks": 7, + "file_path": "crates/my-debug/src/main.rs", + "lines": 268, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "playground/hives/ensemble/examples/02_multi_agent_workflow.ensemble", - "lines": 266, + "file_path": "crates/my-hir/src/lib.rs", + "lines": 667, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 64, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "playground/hives/ensemble/test/test_consensus.ensemble", - "lines": 243, + "file_path": "crates/my-test/src/lib.rs", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "playground/hives/me/examples/ensemble/newroom_variant_b.duet", - "lines": 186, + "file_path": "crates/my-test/src/main.rs", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "playground/hives/me/examples/solo/22_networking.solo", - "lines": 88, + "file_path": "crates/my-dap/src/main.rs", + "lines": 175, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "playground/hives/me/examples/solo/21_file_io.solo", - "lines": 47, + "file_path": "crates/my-lsp/src/lib.rs", + "lines": 519, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 16, - "threading_constructs": 0 + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "playground/hives/me/examples/solo/14_error_handling.solo", - "lines": 171, + "file_path": "crates/my-lsp/src/main.rs", + "lines": 135, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "playground/hives/me/examples/solo/18_smart_pointers.solo", - "lines": 198, + "file_path": "crates/my-mir/src/lib.rs", + "lines": 1598, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, + "unwrap_calls": 5, + "safe_unwrap_calls": 2, + "allocation_sites": 44, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "playground/hives/me/examples/solo/15_collections.solo", - "lines": 130, + "file_path": "crates/my-lint/src/lib.rs", + "lines": 354, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "playground/hives/me/examples/solo/10_affine_types.solo", - "lines": 153, + "file_path": "crates/my-lint/src/main.rs", + "lines": 99, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 11, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "playground/hives/me/examples/solo/19_threading.solo", - "lines": 130, + "file_path": "crates/my-ai/src/lib.rs", + "lines": 780, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 10, - "threading_constructs": 0 + "safe_unwrap_calls": 9, + "allocation_sites": 18, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "playground/hives/me/examples/solo/11_async_await.solo", - "lines": 164, + "file_path": "crates/my-pkg/src/lib.rs", + "lines": 379, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "playground/hives/me/examples/duet/02_verification.duet", - "lines": 36, - "unsafe_blocks": 2, + "file_path": "crates/my-qtt/src/lib.rs", + "lines": 661, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 136, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "playground/hives/me/crates/parser/src/lib.rs", - "lines": 1391, + "file_path": "crates/my-qtt/src/session.rs", + "lines": 318, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 80, - "safe_unwrap_calls": 6, - "allocation_sites": 128, + "unwrap_calls": 0, + "allocation_sites": 16, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "playground/hives/me/crates/lexer/src/lib.rs", - "lines": 400, + "file_path": "crates/my-qtt/src/surface.rs", + "lines": 335, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 62, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "playground/hives/solo/examples/04_regions.solo", - "lines": 150, - "unsafe_blocks": 1, + "file_path": "crates/my-qtt/src/bin/conformance_gen.rs", + "lines": 455, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "unwrap_calls": 16, + "allocation_sites": 166, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "playground/hives/solo/examples/03_affine_types.solo", - "lines": 114, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "file_path": "crates/my-llvm/src/lib.rs", + "lines": 1080, + "unsafe_blocks": 1, + "panic_sites": 1, + "unwrap_calls": 3, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "playground/hives/solo/examples/02_linear_types.solo", - "lines": 78, + "file_path": "crates/my-cli/src/main.rs", + "lines": 766, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "playground/hives/duet/examples/05_ai_collaboration.duet", - "lines": 219, + "file_path": "crates/my-fmt/src/lib.rs", + "lines": 458, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "unwrap_calls": 26, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "playground/hives/duet/examples/04_neural_symbolic.duet", - "lines": 236, + "file_path": "crates/my-fmt/src/main.rs", + "lines": 75, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "frontier-practices/tools/RevealSystem.affine", - "lines": 249, + "file_path": "crates/my-lang/tests/stack_depth_37.rs", + "lines": 95, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 0 + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "frontier-practices/agents/GreenAgent.affine", - "lines": 179, - "unsafe_blocks": 0, + "file_path": "crates/my-lang/tests/checker_alloc_scaling.rs", + "lines": 295, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "safe_unwrap_calls": 1, + "allocation_sites": 10, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "frontier-practices/agents/IndigoAgent.affine", - "lines": 189, + "file_path": "crates/my-lang/tests/fixtures/issue_14_scaffold.my", + "lines": 348, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -834,119 +842,111 @@ "threading_constructs": 0 }, { - "file_path": "frontier-practices/agents/RedAgent.affine", - "lines": 408, + "file_path": "crates/my-lang/lib/mylang/ai.rs", + "lines": 410, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "frontier-practices/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "crates/my-lang/lib/mylang/stream.rs", + "lines": 374, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 8, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "frontier-practices/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "crates/my-lang/lib/mylang/prompt.rs", + "lines": 378, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/apply-baseline.sh", - "lines": 298, + "file_path": "crates/my-lang/lib/mylang/tools.rs", + "lines": 443, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/property_tests.rs", - "lines": 771, + "file_path": "crates/my-lang/lib/common/string.rs", + "lines": 327, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, + "unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/my-llvm/src/lib.rs", - "lines": 1080, - "unsafe_blocks": 1, - "panic_sites": 1, - "unwrap_calls": 3, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "crates/my-dap/src/main.rs", - "lines": 175, + "file_path": "crates/my-lang/lib/common/utils.rs", + "lines": 363, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 4, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 1 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "crates/my-qtt/src/surface.rs", - "lines": 335, + "file_path": "crates/my-lang/lib/common/io.rs", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 62, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/my-qtt/src/lib.rs", - "lines": 661, + "file_path": "crates/my-lang/lib/common/types.rs", + "lines": 349, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 136, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/my-qtt/src/bin/conformance_gen.rs", - "lines": 455, + "file_path": "crates/my-lang/examples/measure_depth.rs", + "lines": 309, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 16, - "allocation_sites": 166, - "io_operations": 2, - "threading_constructs": 0 + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "crates/my-qtt/src/session.rs", - "lines": 318, + "file_path": "crates/my-lang/examples/dhat_checker_profile.rs", + "lines": 72, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 16, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/my-fmt/src/main.rs", - "lines": 75, + "file_path": "crates/my-lang/src/lexer.rs", + "lines": 543, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -956,39 +956,50 @@ "threading_constructs": 0 }, { - "file_path": "crates/my-fmt/src/lib.rs", - "lines": 458, + "file_path": "crates/my-lang/src/qtt_bridge.rs", + "lines": 261, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 26, - "allocation_sites": 2, + "unwrap_calls": 0, + "allocation_sites": 30, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/my-lsp/src/main.rs", - "lines": 135, + "file_path": "crates/my-lang/src/parser.rs", + "lines": 2898, "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "panic_sites": 3, + "unwrap_calls": 157, + "safe_unwrap_calls": 1, + "allocation_sites": 106, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "crates/my-lsp/src/lib.rs", - "lines": 519, + "file_path": "crates/my-lang/src/stdlib.rs", + "lines": 1937, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 0, - "threading_constructs": 1 + "safe_unwrap_calls": 6, + "allocation_sites": 16, + "io_operations": 9, + "threading_constructs": 3 }, { - "file_path": "crates/my-lang/examples/dhat_checker_profile.rs", - "lines": 72, + "file_path": "crates/my-lang/src/main.rs", + "lines": 462, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "crates/my-lang/src/ast.rs", + "lines": 833, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -997,112 +1008,110 @@ "threading_constructs": 0 }, { - "file_path": "crates/my-lang/examples/measure_depth.rs", - "lines": 309, + "file_path": "crates/my-lang/src/scope.rs", + "lines": 335, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "crates/my-lang/lib/mylang/prompt.rs", - "lines": 378, + "file_path": "crates/my-lang/src/checker.rs", + "lines": 1925, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "safe_unwrap_calls": 5, + "allocation_sites": 160, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/my-lang/lib/mylang/tools.rs", - "lines": 443, + "file_path": "crates/my-lang/src/proptest.rs", + "lines": 192, "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, + "panic_sites": 1, + "unwrap_calls": 2, "safe_unwrap_calls": 1, - "allocation_sites": 10, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/my-lang/lib/mylang/stream.rs", - "lines": 374, + "file_path": "crates/my-lang/src/types.rs", + "lines": 315, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 18, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "crates/my-lang/lib/mylang/ai.rs", - "lines": 410, + "file_path": "frontier-practices/tools/RevealSystem.affine", + "lines": 249, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "crates/my-lang/lib/common/string.rs", - "lines": 327, + "file_path": "frontier-practices/agents/GreenAgent.affine", + "lines": 179, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/my-lang/lib/common/types.rs", - "lines": 349, + "file_path": "frontier-practices/agents/IndigoAgent.affine", + "lines": 189, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/my-lang/lib/common/io.rs", - "lines": 77, + "file_path": "frontier-practices/agents/RedAgent.affine", + "lines": 408, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "crates/my-lang/lib/common/utils.rs", - "lines": 363, + "file_path": "frontier-practices/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 2 }, { - "file_path": "crates/my-lang/tests/checker_alloc_scaling.rs", - "lines": 295, - "unsafe_blocks": 2, + "file_path": "frontier-practices/ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 10, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "crates/my-lang/tests/fixtures/issue_14_scaffold.my", - "lines": 348, + "file_path": "examples/map.my", + "lines": 39, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1111,283 +1120,297 @@ "threading_constructs": 0 }, { - "file_path": "crates/my-lang/tests/stack_depth_37.rs", - "lines": 95, + "file_path": "playground/hives/me/crates/parser/src/lib.rs", + "lines": 1391, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 80, + "safe_unwrap_calls": 6, + "allocation_sites": 128, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "playground/hives/me/crates/lexer/src/lib.rs", + "lines": 400, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "crates/my-lang/src/main.rs", - "lines": 462, + "file_path": "playground/hives/me/examples/ensemble/newroom_variant_b.duet", + "lines": 186, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/my-lang/src/qtt_bridge.rs", - "lines": 261, + "file_path": "playground/hives/me/examples/solo/21_file_io.solo", + "lines": 47, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 30, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 16, "threading_constructs": 0 }, { - "file_path": "crates/my-lang/src/ast.rs", - "lines": 833, + "file_path": "playground/hives/me/examples/solo/18_smart_pointers.solo", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "crates/my-lang/src/parser.rs", - "lines": 2898, + "file_path": "playground/hives/me/examples/solo/15_collections.solo", + "lines": 130, "unsafe_blocks": 0, - "panic_sites": 3, - "unwrap_calls": 157, - "safe_unwrap_calls": 1, - "allocation_sites": 106, - "io_operations": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/my-lang/src/proptest.rs", - "lines": 192, + "file_path": "playground/hives/me/examples/solo/11_async_await.solo", + "lines": 164, "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 2, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/my-lang/src/stdlib.rs", - "lines": 1937, + "file_path": "playground/hives/me/examples/solo/22_networking.solo", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 16, - "io_operations": 9, - "threading_constructs": 3 + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "crates/my-lang/src/scope.rs", - "lines": 335, + "file_path": "playground/hives/me/examples/solo/10_affine_types.solo", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "crates/my-lang/src/types.rs", - "lines": 315, + "file_path": "playground/hives/me/examples/solo/19_threading.solo", + "lines": 130, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 18, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "crates/my-lang/src/lexer.rs", - "lines": 543, + "file_path": "playground/hives/me/examples/solo/14_error_handling.solo", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "crates/my-lang/src/checker.rs", - "lines": 1925, - "unsafe_blocks": 0, + "file_path": "playground/hives/me/examples/duet/02_verification.duet", + "lines": 36, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 160, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/my-test/src/main.rs", - "lines": 166, + "file_path": "playground/hives/ensemble/examples/02_multi_agent_workflow.ensemble", + "lines": 266, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/my-test/src/lib.rs", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "playground/hives/ensemble/examples/04_human_oversight.ensemble", + "lines": 349, + "unsafe_blocks": 7, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/my-cli/src/main.rs", - "lines": 766, + "file_path": "playground/hives/ensemble/test/test_consensus.ensemble", + "lines": 243, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/my-pkg/src/lib.rs", - "lines": 379, + "file_path": "playground/hives/solo/examples/02_linear_types.solo", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "crates/my-lint/src/main.rs", - "lines": 99, + "file_path": "playground/hives/solo/examples/03_affine_types.solo", + "lines": 114, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/my-lint/src/lib.rs", - "lines": 354, - "unsafe_blocks": 0, + "file_path": "playground/hives/solo/examples/04_regions.solo", + "lines": 150, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/my-debug/src/main.rs", - "lines": 268, + "file_path": "playground/hives/duet/examples/05_ai_collaboration.duet", + "lines": 219, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/my-mir/src/lib.rs", - "lines": 1598, + "file_path": "playground/hives/duet/examples/04_neural_symbolic.duet", + "lines": 236, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 2, - "allocation_sites": 44, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/my-ai/src/lib.rs", - "lines": 780, + "file_path": "test_pipeline.sh", + "lines": 28, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 9, - "allocation_sites": 18, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "crates/my-hir/src/lib.rs", - "lines": 667, + "file_path": "my-ssg/src/template.rs", + "lines": 572, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 64, + "safe_unwrap_calls": 4, + "allocation_sites": 18, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "test_pipeline.sh", - "lines": 28, + "file_path": "my-ssg/src/generator.rs", + "lines": 555, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 18, + "allocation_sites": 2, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/main.rs", - "lines": 459, + "file_path": "my-ssg/src/main.rs", + "lines": 499, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 1, + "unwrap_calls": 8, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/proptest.rs", - "lines": 192, + "file_path": "my-ssg/src/markdown.rs", + "lines": 481, "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 2, + "panic_sites": 0, + "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 2, + "allocation_sites": 16, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/scope.rs", - "lines": 335, + "file_path": "my-ssg/src/config.rs", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/types.rs", - "lines": 187, + "file_path": "scripts/apply-baseline.sh", + "lines": 298, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "_exploratory/me-scaffolding/crates/parser/src/lib.rs", + "lines": 1391, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 80, + "safe_unwrap_calls": 6, + "allocation_sites": 128, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/lexer.rs", - "lines": 509, + "file_path": "_exploratory/me-scaffolding/crates/lexer/src/lib.rs", + "lines": 400, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 @@ -1403,53 +1426,53 @@ "threading_constructs": 0 }, { - "file_path": "_exploratory/me-scaffolding/examples/solo/22_networking.solo", - "lines": 88, + "file_path": "_exploratory/me-scaffolding/examples/solo/21_file_io.solo", + "lines": 47, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 16, "threading_constructs": 0 }, { - "file_path": "_exploratory/me-scaffolding/examples/solo/21_file_io.solo", - "lines": 47, + "file_path": "_exploratory/me-scaffolding/examples/solo/18_smart_pointers.solo", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 16, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "_exploratory/me-scaffolding/examples/solo/14_error_handling.solo", - "lines": 171, + "file_path": "_exploratory/me-scaffolding/examples/solo/15_collections.solo", + "lines": 130, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "_exploratory/me-scaffolding/examples/solo/18_smart_pointers.solo", - "lines": 198, + "file_path": "_exploratory/me-scaffolding/examples/solo/11_async_await.solo", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "_exploratory/me-scaffolding/examples/solo/15_collections.solo", - "lines": 130, + "file_path": "_exploratory/me-scaffolding/examples/solo/22_networking.solo", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { @@ -1473,13 +1496,13 @@ "threading_constructs": 0 }, { - "file_path": "_exploratory/me-scaffolding/examples/solo/11_async_await.solo", - "lines": 164, + "file_path": "_exploratory/me-scaffolding/examples/solo/14_error_handling.solo", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { @@ -1493,99 +1516,76 @@ "threading_constructs": 0 }, { - "file_path": "_exploratory/me-scaffolding/crates/parser/src/lib.rs", - "lines": 1391, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 80, - "safe_unwrap_calls": 6, - "allocation_sites": 128, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "_exploratory/me-scaffolding/crates/lexer/src/lib.rs", - "lines": 400, + "file_path": "src/lexer.rs", + "lines": 509, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "my-ssg/src/config.rs", - "lines": 182, + "file_path": "src/main.rs", + "lines": 459, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 2, + "allocation_sites": 4, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "my-ssg/src/main.rs", - "lines": 499, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 8, - "safe_unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "my-ssg/src/template.rs", - "lines": 572, + "file_path": "src/scope.rs", + "lines": 335, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 18, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "my-ssg/src/markdown.rs", - "lines": 481, + "file_path": "src/proptest.rs", + "lines": 192, "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, + "panic_sites": 1, + "unwrap_calls": 2, "safe_unwrap_calls": 1, - "allocation_sites": 16, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "my-ssg/src/generator.rs", - "lines": 555, + "file_path": "src/types.rs", + "lines": 187, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 18, - "allocation_sites": 2, - "io_operations": 1, + "unwrap_calls": 0, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ "memory", - "cpu", + "concurrency", "disk", - "concurrency" + "cpu" ], "dependency_graph": { "edges": [ { - "from": "playground/hives/solo/examples/04_regions.solo", - "to": "playground/hives/solo/examples/03_affine_types.solo", - "relation": "shared_dir:playground/hives/solo/examples", + "from": "crates/my-lsp/src/lib.rs", + "to": "crates/my-lsp/src/main.rs", + "relation": "shared_dir:crates/my-lsp/src", "weight": 1.0 }, { - "from": "playground/hives/solo/examples/03_affine_types.solo", - "to": "playground/hives/solo/examples/02_linear_types.solo", - "relation": "shared_dir:playground/hives/solo/examples", + "from": "crates/my-lang/examples/measure_depth.rs", + "to": "crates/my-lang/examples/dhat_checker_profile.rs", + "relation": "shared_dir:crates/my-lang/examples", "weight": 1.0 }, { @@ -1595,128 +1595,68 @@ "weight": 1.0 }, { - "from": "crates/my-lsp/src/main.rs", - "to": "crates/my-lsp/src/lib.rs", - "relation": "shared_dir:crates/my-lsp/src", - "weight": 1.0 - }, - { - "from": "crates/my-lang/lib/mylang/prompt.rs", - "to": "crates/my-lang/lib/mylang/tools.rs", - "relation": "shared_dir:crates/my-lang/lib/mylang", - "weight": 1.0 - }, - { - "from": "crates/my-lang/lib/mylang/tools.rs", - "to": "crates/my-lang/lib/mylang/stream.rs", - "relation": "shared_dir:crates/my-lang/lib/mylang", - "weight": 1.0 - }, - { - "from": "crates/my-lang/lib/mylang/stream.rs", - "to": "crates/my-lang/lib/mylang/ai.rs", - "relation": "shared_dir:crates/my-lang/lib/mylang", - "weight": 1.0 - }, - { - "from": "playground/hives/ensemble/examples/04_human_oversight.ensemble", - "to": "playground/hives/ensemble/examples/02_multi_agent_workflow.ensemble", - "relation": "shared_dir:playground/hives/ensemble/examples", - "weight": 1.0 - }, - { - "from": "lib/common/string.rs", - "to": "lib/common/net.rs", - "relation": "shared_dir:lib/common", - "weight": 1.0 - }, - { - "from": "lib/common/net.rs", - "to": "lib/common/types.rs", - "relation": "shared_dir:lib/common", - "weight": 1.0 - }, - { - "from": "lib/common/types.rs", - "to": "lib/common/fs.rs", - "relation": "shared_dir:lib/common", - "weight": 1.0 - }, - { - "from": "lib/common/fs.rs", - "to": "lib/common/io.rs", - "relation": "shared_dir:lib/common", - "weight": 1.0 - }, - { - "from": "lib/common/io.rs", - "to": "lib/common/concurrency.rs", - "relation": "shared_dir:lib/common", - "weight": 1.0 - }, - { - "from": "lib/common/concurrency.rs", - "to": "lib/common/collections.rs", - "relation": "shared_dir:lib/common", + "from": "playground/hives/solo/examples/02_linear_types.solo", + "to": "playground/hives/solo/examples/03_affine_types.solo", + "relation": "shared_dir:playground/hives/solo/examples", "weight": 1.0 }, { - "from": "lib/common/collections.rs", - "to": "lib/common/utils.rs", - "relation": "shared_dir:lib/common", + "from": "playground/hives/solo/examples/03_affine_types.solo", + "to": "playground/hives/solo/examples/04_regions.solo", + "relation": "shared_dir:playground/hives/solo/examples", "weight": 1.0 }, { - "from": "crates/my-lang/src/main.rs", + "from": "crates/my-lang/src/lexer.rs", "to": "crates/my-lang/src/qtt_bridge.rs", "relation": "shared_dir:crates/my-lang/src", "weight": 1.0 }, { "from": "crates/my-lang/src/qtt_bridge.rs", - "to": "crates/my-lang/src/ast.rs", + "to": "crates/my-lang/src/parser.rs", "relation": "shared_dir:crates/my-lang/src", "weight": 1.0 }, { - "from": "crates/my-lang/src/ast.rs", - "to": "crates/my-lang/src/parser.rs", + "from": "crates/my-lang/src/parser.rs", + "to": "crates/my-lang/src/stdlib.rs", "relation": "shared_dir:crates/my-lang/src", "weight": 1.0 }, { - "from": "crates/my-lang/src/parser.rs", - "to": "crates/my-lang/src/proptest.rs", + "from": "crates/my-lang/src/stdlib.rs", + "to": "crates/my-lang/src/main.rs", "relation": "shared_dir:crates/my-lang/src", "weight": 1.0 }, { - "from": "crates/my-lang/src/proptest.rs", - "to": "crates/my-lang/src/stdlib.rs", + "from": "crates/my-lang/src/main.rs", + "to": "crates/my-lang/src/ast.rs", "relation": "shared_dir:crates/my-lang/src", "weight": 1.0 }, { - "from": "crates/my-lang/src/stdlib.rs", + "from": "crates/my-lang/src/ast.rs", "to": "crates/my-lang/src/scope.rs", "relation": "shared_dir:crates/my-lang/src", "weight": 1.0 }, { "from": "crates/my-lang/src/scope.rs", - "to": "crates/my-lang/src/types.rs", + "to": "crates/my-lang/src/checker.rs", "relation": "shared_dir:crates/my-lang/src", "weight": 1.0 }, { - "from": "crates/my-lang/src/types.rs", - "to": "crates/my-lang/src/lexer.rs", + "from": "crates/my-lang/src/checker.rs", + "to": "crates/my-lang/src/proptest.rs", "relation": "shared_dir:crates/my-lang/src", "weight": 1.0 }, { - "from": "crates/my-lang/src/lexer.rs", - "to": "crates/my-lang/src/checker.rs", + "from": "crates/my-lang/src/proptest.rs", + "to": "crates/my-lang/src/types.rs", "relation": "shared_dir:crates/my-lang/src", "weight": 1.0 }, @@ -1733,31 +1673,49 @@ "weight": 1.0 }, { - "from": "crates/my-qtt/src/surface.rs", - "to": "crates/my-qtt/src/lib.rs", + "from": "crates/my-qtt/src/lib.rs", + "to": "crates/my-qtt/src/session.rs", "relation": "shared_dir:crates/my-qtt/src", "weight": 1.0 }, { - "from": "crates/my-qtt/src/lib.rs", - "to": "crates/my-qtt/src/session.rs", + "from": "crates/my-qtt/src/session.rs", + "to": "crates/my-qtt/src/surface.rs", "relation": "shared_dir:crates/my-qtt/src", "weight": 1.0 }, { - "from": "playground/hives/me/examples/solo/22_networking.solo", - "to": "playground/hives/me/examples/solo/21_file_io.solo", - "relation": "shared_dir:playground/hives/me/examples/solo", + "from": "crates/my-lang/tests/stack_depth_37.rs", + "to": "crates/my-lang/tests/checker_alloc_scaling.rs", + "relation": "shared_dir:crates/my-lang/tests", "weight": 1.0 }, { - "from": "playground/hives/me/examples/solo/21_file_io.solo", - "to": "playground/hives/me/examples/solo/14_error_handling.solo", - "relation": "shared_dir:playground/hives/me/examples/solo", + "from": "src/lexer.rs", + "to": "src/main.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "playground/hives/me/examples/solo/14_error_handling.solo", + "from": "src/main.rs", + "to": "src/scope.rs", + "relation": "shared_dir:src", + "weight": 1.0 + }, + { + "from": "src/scope.rs", + "to": "src/proptest.rs", + "relation": "shared_dir:src", + "weight": 1.0 + }, + { + "from": "src/proptest.rs", + "to": "src/types.rs", + "relation": "shared_dir:src", + "weight": 1.0 + }, + { + "from": "playground/hives/me/examples/solo/21_file_io.solo", "to": "playground/hives/me/examples/solo/18_smart_pointers.solo", "relation": "shared_dir:playground/hives/me/examples/solo", "weight": 1.0 @@ -1770,6 +1728,18 @@ }, { "from": "playground/hives/me/examples/solo/15_collections.solo", + "to": "playground/hives/me/examples/solo/11_async_await.solo", + "relation": "shared_dir:playground/hives/me/examples/solo", + "weight": 1.0 + }, + { + "from": "playground/hives/me/examples/solo/11_async_await.solo", + "to": "playground/hives/me/examples/solo/22_networking.solo", + "relation": "shared_dir:playground/hives/me/examples/solo", + "weight": 1.0 + }, + { + "from": "playground/hives/me/examples/solo/22_networking.solo", "to": "playground/hives/me/examples/solo/10_affine_types.solo", "relation": "shared_dir:playground/hives/me/examples/solo", "weight": 1.0 @@ -1782,72 +1752,66 @@ }, { "from": "playground/hives/me/examples/solo/19_threading.solo", - "to": "playground/hives/me/examples/solo/11_async_await.solo", + "to": "playground/hives/me/examples/solo/14_error_handling.solo", "relation": "shared_dir:playground/hives/me/examples/solo", "weight": 1.0 }, { - "from": "crates/my-fmt/src/main.rs", - "to": "crates/my-fmt/src/lib.rs", - "relation": "shared_dir:crates/my-fmt/src", - "weight": 1.0 - }, - { - "from": "crates/my-lang/examples/dhat_checker_profile.rs", - "to": "crates/my-lang/examples/measure_depth.rs", - "relation": "shared_dir:crates/my-lang/examples", + "from": "crates/my-lang/lib/common/string.rs", + "to": "crates/my-lang/lib/common/utils.rs", + "relation": "shared_dir:crates/my-lang/lib/common", "weight": 1.0 }, { - "from": "lib/mylang/prompt.rs", - "to": "lib/mylang/tools.rs", - "relation": "shared_dir:lib/mylang", + "from": "crates/my-lang/lib/common/utils.rs", + "to": "crates/my-lang/lib/common/io.rs", + "relation": "shared_dir:crates/my-lang/lib/common", "weight": 1.0 }, { - "from": "lib/mylang/tools.rs", - "to": "lib/mylang/stream.rs", - "relation": "shared_dir:lib/mylang", + "from": "crates/my-lang/lib/common/io.rs", + "to": "crates/my-lang/lib/common/types.rs", + "relation": "shared_dir:crates/my-lang/lib/common", "weight": 1.0 }, { - "from": "lib/mylang/stream.rs", - "to": "lib/mylang/ai.rs", - "relation": "shared_dir:lib/mylang", + "from": "dialects/solo/compiler/src/lexer.rs", + "to": "dialects/solo/compiler/src/lib.rs", + "relation": "shared_dir:dialects/solo/compiler/src", "weight": 1.0 }, { - "from": "crates/my-lint/src/main.rs", - "to": "crates/my-lint/src/lib.rs", + "from": "crates/my-lint/src/lib.rs", + "to": "crates/my-lint/src/main.rs", "relation": "shared_dir:crates/my-lint/src", "weight": 1.0 }, { - "from": "_exploratory/me-scaffolding/examples/solo/22_networking.solo", - "to": "_exploratory/me-scaffolding/examples/solo/21_file_io.solo", + "from": "_exploratory/me-scaffolding/examples/solo/21_file_io.solo", + "to": "_exploratory/me-scaffolding/examples/solo/18_smart_pointers.solo", "relation": "shared_dir:_exploratory/me-scaffolding/examples/solo", "weight": 1.0 }, { - "from": "_exploratory/me-scaffolding/examples/solo/21_file_io.solo", - "to": "_exploratory/me-scaffolding/examples/solo/14_error_handling.solo", + "from": "_exploratory/me-scaffolding/examples/solo/18_smart_pointers.solo", + "to": "_exploratory/me-scaffolding/examples/solo/15_collections.solo", "relation": "shared_dir:_exploratory/me-scaffolding/examples/solo", "weight": 1.0 }, { - "from": "_exploratory/me-scaffolding/examples/solo/14_error_handling.solo", - "to": "_exploratory/me-scaffolding/examples/solo/18_smart_pointers.solo", + "from": "_exploratory/me-scaffolding/examples/solo/15_collections.solo", + "to": "_exploratory/me-scaffolding/examples/solo/11_async_await.solo", "relation": "shared_dir:_exploratory/me-scaffolding/examples/solo", "weight": 1.0 }, { - "from": "_exploratory/me-scaffolding/examples/solo/18_smart_pointers.solo", - "to": "_exploratory/me-scaffolding/examples/solo/15_collections.solo", + "from": "_exploratory/me-scaffolding/examples/solo/11_async_await.solo", + "to": "_exploratory/me-scaffolding/examples/solo/22_networking.solo", "relation": "shared_dir:_exploratory/me-scaffolding/examples/solo", "weight": 1.0 }, { - "from": "_exploratory/me-scaffolding/examples/solo/15_collections.solo", + "from": "_exploratory/me-scaffolding/examples/solo/22_networking.solo", "to": "_exploratory/me-scaffolding/examples/solo/10_affine_types.solo", "relation": "shared_dir:_exploratory/me-scaffolding/examples/solo", "weight": 1.0 @@ -1860,98 +1824,128 @@ }, { "from": "_exploratory/me-scaffolding/examples/solo/19_threading.solo", - "to": "_exploratory/me-scaffolding/examples/solo/11_async_await.solo", + "to": "_exploratory/me-scaffolding/examples/solo/14_error_handling.solo", "relation": "shared_dir:_exploratory/me-scaffolding/examples/solo", "weight": 1.0 }, { - "from": "crates/my-lang/lib/common/string.rs", - "to": "crates/my-lang/lib/common/types.rs", - "relation": "shared_dir:crates/my-lang/lib/common", + "from": "lib/common/string.rs", + "to": "lib/common/utils.rs", + "relation": "shared_dir:lib/common", "weight": 1.0 }, { - "from": "crates/my-lang/lib/common/types.rs", - "to": "crates/my-lang/lib/common/io.rs", - "relation": "shared_dir:crates/my-lang/lib/common", + "from": "lib/common/utils.rs", + "to": "lib/common/collections.rs", + "relation": "shared_dir:lib/common", "weight": 1.0 }, { - "from": "crates/my-lang/lib/common/io.rs", - "to": "crates/my-lang/lib/common/utils.rs", - "relation": "shared_dir:crates/my-lang/lib/common", + "from": "lib/common/collections.rs", + "to": "lib/common/io.rs", + "relation": "shared_dir:lib/common", + "weight": 1.0 + }, + { + "from": "lib/common/io.rs", + "to": "lib/common/fs.rs", + "relation": "shared_dir:lib/common", + "weight": 1.0 + }, + { + "from": "lib/common/fs.rs", + "to": "lib/common/concurrency.rs", + "relation": "shared_dir:lib/common", + "weight": 1.0 + }, + { + "from": "lib/common/concurrency.rs", + "to": "lib/common/net.rs", + "relation": "shared_dir:lib/common", + "weight": 1.0 + }, + { + "from": "lib/common/net.rs", + "to": "lib/common/types.rs", + "relation": "shared_dir:lib/common", + "weight": 1.0 + }, + { + "from": "crates/my-test/src/lib.rs", + "to": "crates/my-test/src/main.rs", + "relation": "shared_dir:crates/my-test/src", "weight": 1.0 }, { - "from": "dialects/solo/compiler/src/lib.rs", - "to": "dialects/solo/compiler/src/lexer.rs", - "relation": "shared_dir:dialects/solo/compiler/src", + "from": "my-ssg/src/template.rs", + "to": "my-ssg/src/generator.rs", + "relation": "shared_dir:my-ssg/src", "weight": 1.0 }, { - "from": "src/main.rs", - "to": "src/proptest.rs", - "relation": "shared_dir:src", + "from": "my-ssg/src/generator.rs", + "to": "my-ssg/src/main.rs", + "relation": "shared_dir:my-ssg/src", "weight": 1.0 }, { - "from": "src/proptest.rs", - "to": "src/scope.rs", - "relation": "shared_dir:src", + "from": "my-ssg/src/main.rs", + "to": "my-ssg/src/markdown.rs", + "relation": "shared_dir:my-ssg/src", "weight": 1.0 }, { - "from": "src/scope.rs", - "to": "src/types.rs", - "relation": "shared_dir:src", + "from": "my-ssg/src/markdown.rs", + "to": "my-ssg/src/config.rs", + "relation": "shared_dir:my-ssg/src", "weight": 1.0 }, { - "from": "src/types.rs", - "to": "src/lexer.rs", - "relation": "shared_dir:src", + "from": "lib/mylang/ai.rs", + "to": "lib/mylang/stream.rs", + "relation": "shared_dir:lib/mylang", "weight": 1.0 }, { - "from": "crates/my-lang/tests/checker_alloc_scaling.rs", - "to": "crates/my-lang/tests/stack_depth_37.rs", - "relation": "shared_dir:crates/my-lang/tests", + "from": "lib/mylang/stream.rs", + "to": "lib/mylang/prompt.rs", + "relation": "shared_dir:lib/mylang", "weight": 1.0 }, { - "from": "crates/my-test/src/main.rs", - "to": "crates/my-test/src/lib.rs", - "relation": "shared_dir:crates/my-test/src", + "from": "lib/mylang/prompt.rs", + "to": "lib/mylang/tools.rs", + "relation": "shared_dir:lib/mylang", "weight": 1.0 }, { - "from": "my-ssg/src/config.rs", - "to": "my-ssg/src/main.rs", - "relation": "shared_dir:my-ssg/src", + "from": "crates/my-fmt/src/lib.rs", + "to": "crates/my-fmt/src/main.rs", + "relation": "shared_dir:crates/my-fmt/src", "weight": 1.0 }, { - "from": "my-ssg/src/main.rs", - "to": "my-ssg/src/template.rs", - "relation": "shared_dir:my-ssg/src", + "from": "crates/my-lang/lib/mylang/ai.rs", + "to": "crates/my-lang/lib/mylang/stream.rs", + "relation": "shared_dir:crates/my-lang/lib/mylang", "weight": 1.0 }, { - "from": "my-ssg/src/template.rs", - "to": "my-ssg/src/markdown.rs", - "relation": "shared_dir:my-ssg/src", + "from": "crates/my-lang/lib/mylang/stream.rs", + "to": "crates/my-lang/lib/mylang/prompt.rs", + "relation": "shared_dir:crates/my-lang/lib/mylang", "weight": 1.0 }, { - "from": "my-ssg/src/markdown.rs", - "to": "my-ssg/src/generator.rs", - "relation": "shared_dir:my-ssg/src", + "from": "crates/my-lang/lib/mylang/prompt.rs", + "to": "crates/my-lang/lib/mylang/tools.rs", + "relation": "shared_dir:crates/my-lang/lib/mylang", "weight": 1.0 }, { - "from": "dialects/solo/compiler/src/lib.rs", - "to": "Networking", - "relation": "framework", + "from": "playground/hives/ensemble/examples/02_multi_agent_workflow.ensemble", + "to": "playground/hives/ensemble/examples/04_human_oversight.ensemble", + "relation": "shared_dir:playground/hives/ensemble/examples", "weight": 1.0 }, { @@ -1961,19 +1955,19 @@ "weight": 2.0 }, { - "from": "examples/map.my", + "from": "dialects/solo/compiler/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mylang/prompt.rs", + "from": "tests/property_tests.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/mylang/tools.rs", + "from": "lib/mylang/ai.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -1985,31 +1979,31 @@ "weight": 2.0 }, { - "from": "lib/mylang/ai.rs", + "from": "lib/mylang/prompt.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/common/string.rs", + "from": "lib/mylang/tools.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/common/net.rs", + "from": "lib/common/string.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/common/types.rs", + "from": "lib/common/utils.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "lib/common/fs.rs", + "from": "lib/common/collections.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -2020,6 +2014,12 @@ "relation": "framework", "weight": 1.0 }, + { + "from": "lib/common/fs.rs", + "to": "Networking", + "relation": "framework", + "weight": 1.0 + }, { "from": "lib/common/concurrency.rs", "to": "Networking", @@ -2027,499 +2027,499 @@ "weight": 4.0 }, { - "from": "lib/common/collections.rs", + "from": "lib/common/net.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/common/utils.rs", + "from": "lib/common/types.rs", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "playground/hives/ensemble/examples/04_human_oversight.ensemble", + "from": "crates/my-debug/src/main.rs", "to": "Networking", "relation": "framework", - "weight": 21.0 + "weight": 1.0 }, { - "from": "playground/hives/ensemble/examples/02_multi_agent_workflow.ensemble", + "from": "crates/my-hir/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "playground/hives/ensemble/test/test_consensus.ensemble", + "from": "crates/my-test/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "playground/hives/me/examples/ensemble/newroom_variant_b.duet", + "from": "crates/my-test/src/main.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "playground/hives/me/examples/solo/22_networking.solo", + "from": "crates/my-dap/src/main.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "playground/hives/me/examples/solo/21_file_io.solo", + "from": "crates/my-lsp/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "playground/hives/me/examples/solo/14_error_handling.solo", + "from": "crates/my-lsp/src/main.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "playground/hives/me/examples/solo/18_smart_pointers.solo", + "from": "crates/my-mir/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "playground/hives/me/examples/solo/15_collections.solo", + "from": "crates/my-lint/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "playground/hives/me/examples/solo/10_affine_types.solo", + "from": "crates/my-lint/src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "playground/hives/me/examples/solo/19_threading.solo", + "from": "crates/my-ai/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "playground/hives/me/examples/solo/11_async_await.solo", + "from": "crates/my-pkg/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "playground/hives/me/examples/duet/02_verification.duet", + "from": "crates/my-qtt/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "playground/hives/me/crates/parser/src/lib.rs", + "from": "crates/my-qtt/src/session.rs", "to": "Networking", "relation": "framework", - "weight": 80.0 + "weight": 1.0 }, { - "from": "playground/hives/me/crates/lexer/src/lib.rs", + "from": "crates/my-qtt/src/surface.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "playground/hives/solo/examples/04_regions.solo", + "from": "crates/my-qtt/src/bin/conformance_gen.rs", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 16.0 }, { - "from": "playground/hives/solo/examples/03_affine_types.solo", + "from": "crates/my-llvm/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 8.0 }, { - "from": "playground/hives/solo/examples/02_linear_types.solo", + "from": "crates/my-cli/src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "playground/hives/duet/examples/05_ai_collaboration.duet", + "from": "crates/my-fmt/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 26.0 }, { - "from": "playground/hives/duet/examples/04_neural_symbolic.duet", + "from": "crates/my-fmt/src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "frontier-practices/tools/RevealSystem.affine", + "from": "crates/my-lang/tests/stack_depth_37.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "frontier-practices/agents/GreenAgent.affine", + "from": "crates/my-lang/tests/checker_alloc_scaling.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 10.0 }, { - "from": "frontier-practices/agents/IndigoAgent.affine", + "from": "crates/my-lang/tests/fixtures/issue_14_scaffold.my", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "frontier-practices/agents/RedAgent.affine", + "from": "crates/my-lang/lib/mylang/ai.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "frontier-practices/ffi/zig/test/integration_test.zig", + "from": "crates/my-lang/lib/mylang/stream.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "frontier-practices/ffi/zig/src/main.zig", + "from": "crates/my-lang/lib/mylang/prompt.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/apply-baseline.sh", + "from": "crates/my-lang/lib/mylang/tools.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/property_tests.rs", + "from": "crates/my-lang/lib/common/string.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-llvm/src/lib.rs", + "from": "crates/my-lang/lib/common/utils.rs", "to": "Networking", "relation": "framework", - "weight": 8.0 + "weight": 6.0 }, { - "from": "crates/my-dap/src/main.rs", + "from": "crates/my-lang/lib/common/io.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/my-qtt/src/surface.rs", + "from": "crates/my-lang/lib/common/types.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-qtt/src/lib.rs", + "from": "crates/my-lang/examples/measure_depth.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "crates/my-qtt/src/bin/conformance_gen.rs", + "from": "crates/my-lang/examples/dhat_checker_profile.rs", "to": "Networking", "relation": "framework", - "weight": 16.0 + "weight": 1.0 }, { - "from": "crates/my-qtt/src/session.rs", + "from": "crates/my-lang/src/lexer.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-fmt/src/main.rs", + "from": "crates/my-lang/src/qtt_bridge.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-fmt/src/lib.rs", + "from": "crates/my-lang/src/parser.rs", "to": "Networking", "relation": "framework", - "weight": 26.0 + "weight": 163.0 }, { - "from": "crates/my-lsp/src/main.rs", + "from": "crates/my-lang/src/stdlib.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "crates/my-lsp/src/lib.rs", + "from": "crates/my-lang/src/main.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "crates/my-lang/examples/dhat_checker_profile.rs", + "from": "crates/my-lang/src/ast.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-lang/examples/measure_depth.rs", + "from": "crates/my-lang/src/scope.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/my-lang/lib/mylang/prompt.rs", + "from": "crates/my-lang/src/checker.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-lang/lib/mylang/tools.rs", + "from": "crates/my-lang/src/proptest.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "crates/my-lang/lib/mylang/stream.rs", + "from": "crates/my-lang/src/types.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/my-lang/lib/mylang/ai.rs", + "from": "frontier-practices/tools/RevealSystem.affine", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-lang/lib/common/string.rs", + "from": "frontier-practices/agents/GreenAgent.affine", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-lang/lib/common/types.rs", + "from": "frontier-practices/agents/IndigoAgent.affine", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-lang/lib/common/io.rs", + "from": "frontier-practices/agents/RedAgent.affine", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-lang/lib/common/utils.rs", + "from": "frontier-practices/ffi/zig/test/integration_test.zig", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 4.0 }, { - "from": "crates/my-lang/tests/checker_alloc_scaling.rs", + "from": "frontier-practices/ffi/zig/src/main.zig", "to": "Networking", "relation": "framework", - "weight": 10.0 + "weight": 1.0 }, { - "from": "crates/my-lang/tests/fixtures/issue_14_scaffold.my", + "from": "examples/map.my", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-lang/tests/stack_depth_37.rs", + "from": "playground/hives/me/crates/parser/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 80.0 }, { - "from": "crates/my-lang/src/main.rs", + "from": "playground/hives/me/crates/lexer/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/my-lang/src/qtt_bridge.rs", + "from": "playground/hives/me/examples/ensemble/newroom_variant_b.duet", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-lang/src/ast.rs", + "from": "playground/hives/me/examples/solo/21_file_io.solo", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-lang/src/parser.rs", + "from": "playground/hives/me/examples/solo/18_smart_pointers.solo", "to": "Networking", "relation": "framework", - "weight": 163.0 + "weight": 1.0 }, { - "from": "crates/my-lang/src/proptest.rs", + "from": "playground/hives/me/examples/solo/15_collections.solo", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "crates/my-lang/src/stdlib.rs", + "from": "playground/hives/me/examples/solo/11_async_await.solo", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "crates/my-lang/src/scope.rs", + "from": "playground/hives/me/examples/solo/22_networking.solo", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-lang/src/types.rs", + "from": "playground/hives/me/examples/solo/10_affine_types.solo", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-lang/src/lexer.rs", + "from": "playground/hives/me/examples/solo/19_threading.solo", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-lang/src/checker.rs", + "from": "playground/hives/me/examples/solo/14_error_handling.solo", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-test/src/main.rs", + "from": "playground/hives/me/examples/duet/02_verification.duet", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "crates/my-test/src/lib.rs", + "from": "playground/hives/ensemble/examples/02_multi_agent_workflow.ensemble", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-cli/src/main.rs", + "from": "playground/hives/ensemble/examples/04_human_oversight.ensemble", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 21.0 }, { - "from": "crates/my-pkg/src/lib.rs", + "from": "playground/hives/ensemble/test/test_consensus.ensemble", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-lint/src/main.rs", + "from": "playground/hives/solo/examples/02_linear_types.solo", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-lint/src/lib.rs", + "from": "playground/hives/solo/examples/03_affine_types.solo", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/my-debug/src/main.rs", + "from": "playground/hives/solo/examples/04_regions.solo", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "crates/my-mir/src/lib.rs", + "from": "playground/hives/duet/examples/05_ai_collaboration.duet", "to": "Networking", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "crates/my-ai/src/lib.rs", + "from": "playground/hives/duet/examples/04_neural_symbolic.duet", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/my-hir/src/lib.rs", + "from": "test_pipeline.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "test_pipeline.sh", + "from": "my-ssg/src/template.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/main.rs", + "from": "my-ssg/src/generator.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/proptest.rs", + "from": "my-ssg/src/main.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 8.0 }, { - "from": "src/scope.rs", + "from": "my-ssg/src/markdown.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/types.rs", + "from": "my-ssg/src/config.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/lexer.rs", + "from": "scripts/apply-baseline.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "_exploratory/me-scaffolding/examples/ensemble/newroom_variant_b.duet", + "from": "_exploratory/me-scaffolding/crates/parser/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 80.0 }, { - "from": "_exploratory/me-scaffolding/examples/solo/22_networking.solo", + "from": "_exploratory/me-scaffolding/crates/lexer/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "_exploratory/me-scaffolding/examples/solo/21_file_io.solo", + "from": "_exploratory/me-scaffolding/examples/ensemble/newroom_variant_b.duet", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "_exploratory/me-scaffolding/examples/solo/14_error_handling.solo", + "from": "_exploratory/me-scaffolding/examples/solo/21_file_io.solo", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -2537,67 +2537,67 @@ "weight": 1.0 }, { - "from": "_exploratory/me-scaffolding/examples/solo/10_affine_types.solo", + "from": "_exploratory/me-scaffolding/examples/solo/11_async_await.solo", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "_exploratory/me-scaffolding/examples/solo/19_threading.solo", + "from": "_exploratory/me-scaffolding/examples/solo/22_networking.solo", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "_exploratory/me-scaffolding/examples/solo/11_async_await.solo", + "from": "_exploratory/me-scaffolding/examples/solo/10_affine_types.solo", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "_exploratory/me-scaffolding/examples/duet/02_verification.duet", + "from": "_exploratory/me-scaffolding/examples/solo/19_threading.solo", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "_exploratory/me-scaffolding/crates/parser/src/lib.rs", + "from": "_exploratory/me-scaffolding/examples/solo/14_error_handling.solo", "to": "Networking", "relation": "framework", - "weight": 80.0 + "weight": 1.0 }, { - "from": "_exploratory/me-scaffolding/crates/lexer/src/lib.rs", + "from": "_exploratory/me-scaffolding/examples/duet/02_verification.duet", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "my-ssg/src/config.rs", + "from": "src/lexer.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "my-ssg/src/main.rs", + "from": "src/main.rs", "to": "Networking", "relation": "framework", - "weight": 8.0 + "weight": 2.0 }, { - "from": "my-ssg/src/template.rs", + "from": "src/scope.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "my-ssg/src/markdown.rs", + "from": "src/proptest.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "my-ssg/src/generator.rs", + "from": "src/types.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -2607,17 +2607,29 @@ "taint_matrix": { "rows": [ { - "source_category": "UnsafeCode", + "source_category": "UnboundedAllocation", "sink_axis": "memory", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "crates/my-llvm/src/lib.rs", - "crates/my-lang/tests/checker_alloc_scaling.rs" + "dialects/solo/compiler/src/main.rs", + "lib/common/fs.rs", + "lib/common/net.rs", + "crates/my-test/src/main.rs", + "crates/my-lint/src/main.rs", + "crates/my-pkg/src/lib.rs", + "crates/my-cli/src/main.rs", + "crates/my-fmt/src/main.rs", + "crates/my-lang/src/stdlib.rs", + "crates/my-lang/src/main.rs", + "playground/hives/me/src/main.rs", + "my-ssg/src/generator.rs", + "my-ssg/src/config.rs", + "src/main.rs" ], "frameworks": [ "Networking" ], - "relation": "UnsafeCode->Memory" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "ProofDrift", @@ -2632,107 +2644,81 @@ "relation": "ProofDrift->Cpu" }, { - "source_category": "UnsafeFFI", + "source_category": "UnsafeCode", "sink_axis": "memory", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ - "playground/hives/ensemble/examples/04_human_oversight.ensemble" + "crates/my-llvm/src/lib.rs", + "crates/my-lang/tests/checker_alloc_scaling.rs" ], "frameworks": [ "Networking" ], - "relation": "UnsafeFFI->Memory" + "relation": "UnsafeCode->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "source_category": "CommandInjection", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "dialects/solo/compiler/src/main.rs", - "lib/common/net.rs", - "lib/common/fs.rs", - "playground/hives/me/src/main.rs", - "crates/my-fmt/src/main.rs", - "crates/my-lang/src/main.rs", - "crates/my-lang/src/stdlib.rs", - "crates/my-test/src/main.rs", - "crates/my-cli/src/main.rs", - "crates/my-pkg/src/lib.rs", - "crates/my-lint/src/main.rs", - "src/main.rs", - "my-ssg/src/config.rs", - "my-ssg/src/generator.rs" + "scripts/apply-baseline.sh" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Memory" + "relation": "CommandInjection->Cpu" }, { - "source_category": "PanicPath", + "source_category": "UnsafeFFI", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "dialects/solo/compiler/src/lexer.rs", - "playground/hives/me/crates/parser/src/lib.rs", + "playground/hives/ensemble/examples/04_human_oversight.ensemble" + ], + "frameworks": [ + "Networking" + ], + "relation": "UnsafeFFI->Memory" + }, + { + "source_category": "UnsafeCode", + "sink_axis": "concurrency", + "severity_value": 3.5, + "files": [ "crates/my-llvm/src/lib.rs", - "crates/my-qtt/src/bin/conformance_gen.rs", - "crates/my-fmt/src/lib.rs", - "crates/my-lang/lib/common/string.rs", - "crates/my-lang/src/main.rs", - "crates/my-lang/src/parser.rs", - "crates/my-lang/src/proptest.rs", - "crates/my-test/src/main.rs", - "crates/my-mir/src/lib.rs", - "src/main.rs", - "src/proptest.rs", - "_exploratory/me-scaffolding/crates/parser/src/lib.rs", - "my-ssg/src/main.rs", - "my-ssg/src/generator.rs" + "crates/my-lang/tests/checker_alloc_scaling.rs" ], "frameworks": [ "Networking" ], - "relation": "PanicPath->Memory" + "relation": "UnsafeCode->Concurrency" }, { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "dialects/solo/compiler/src/lexer.rs", - "playground/hives/me/crates/parser/src/lib.rs", - "crates/my-llvm/src/lib.rs", + "crates/my-test/src/main.rs", + "crates/my-mir/src/lib.rs", "crates/my-qtt/src/bin/conformance_gen.rs", + "crates/my-llvm/src/lib.rs", "crates/my-fmt/src/lib.rs", "crates/my-lang/lib/common/string.rs", - "crates/my-lang/src/main.rs", "crates/my-lang/src/parser.rs", + "crates/my-lang/src/main.rs", "crates/my-lang/src/proptest.rs", - "crates/my-test/src/main.rs", - "crates/my-mir/src/lib.rs", - "src/main.rs", - "src/proptest.rs", - "_exploratory/me-scaffolding/crates/parser/src/lib.rs", + "playground/hives/me/crates/parser/src/lib.rs", + "my-ssg/src/generator.rs", "my-ssg/src/main.rs", - "my-ssg/src/generator.rs" - ], - "frameworks": [ - "Networking" - ], - "relation": "PanicPath->Disk" - }, - { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "scripts/apply-baseline.sh" + "_exploratory/me-scaffolding/crates/parser/src/lib.rs", + "src/main.rs", + "src/proptest.rs" ], "frameworks": [ "Networking" ], - "relation": "CommandInjection->Cpu" + "relation": "PanicPath->Memory" }, { "source_category": "UnboundedAllocation", @@ -2740,19 +2726,19 @@ "severity_value": 2.5, "files": [ "dialects/solo/compiler/src/main.rs", - "lib/common/net.rs", "lib/common/fs.rs", - "playground/hives/me/src/main.rs", - "crates/my-fmt/src/main.rs", - "crates/my-lang/src/main.rs", - "crates/my-lang/src/stdlib.rs", + "lib/common/net.rs", "crates/my-test/src/main.rs", - "crates/my-cli/src/main.rs", - "crates/my-pkg/src/lib.rs", "crates/my-lint/src/main.rs", - "src/main.rs", + "crates/my-pkg/src/lib.rs", + "crates/my-cli/src/main.rs", + "crates/my-fmt/src/main.rs", + "crates/my-lang/src/stdlib.rs", + "crates/my-lang/src/main.rs", + "playground/hives/me/src/main.rs", + "my-ssg/src/generator.rs", "my-ssg/src/config.rs", - "my-ssg/src/generator.rs" + "src/main.rs" ], "frameworks": [ "Networking" @@ -2760,17 +2746,31 @@ "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", - "severity_value": 3.5, + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ + "dialects/solo/compiler/src/lexer.rs", + "crates/my-test/src/main.rs", + "crates/my-mir/src/lib.rs", + "crates/my-qtt/src/bin/conformance_gen.rs", "crates/my-llvm/src/lib.rs", - "crates/my-lang/tests/checker_alloc_scaling.rs" + "crates/my-fmt/src/lib.rs", + "crates/my-lang/lib/common/string.rs", + "crates/my-lang/src/parser.rs", + "crates/my-lang/src/main.rs", + "crates/my-lang/src/proptest.rs", + "playground/hives/me/crates/parser/src/lib.rs", + "my-ssg/src/generator.rs", + "my-ssg/src/main.rs", + "_exploratory/me-scaffolding/crates/parser/src/lib.rs", + "src/main.rs", + "src/proptest.rs" ], "frameworks": [ "Networking" ], - "relation": "UnsafeCode->Concurrency" + "relation": "PanicPath->Disk" } ] } diff --git a/scans/mylangiser.json b/scans/mylangiser.json index beabeb16..79aeb8d7 100644 --- a/scans/mylangiser.json +++ b/scans/mylangiser.json @@ -1,7 +1,7 @@ { "schema_version": "2.5", "program_path": "mylangiser", - "language": "idris", + "language": "rust", "frameworks": [], "weak_points": [ { @@ -37,12 +37,12 @@ }, "file_statistics": [ { - "file_path": "scripts/install-zig.sh", - "lines": 59, + "file_path": "tests/integration_test.rs", + "lines": 376, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 6, "io_operations": 1, "threading_constructs": 0 }, @@ -57,33 +57,24 @@ "threading_constructs": 0 }, { - "file_path": "tests/integration_test.rs", - "lines": 376, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "setup.sh", - "lines": 287, + "file_path": "scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/codegen/scorer.rs", - "lines": 186, + "file_path": "src/manifest/mod.rs", + "lines": 262, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 4, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -97,8 +88,8 @@ "threading_constructs": 0 }, { - "file_path": "src/codegen/mod.rs", - "lines": 126, + "file_path": "src/codegen/scorer.rs", + "lines": 186, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -107,12 +98,12 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 417, + "file_path": "src/codegen/mod.rs", + "lines": 126, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, @@ -127,14 +118,23 @@ "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 262, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 417, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 287, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 } ], @@ -146,21 +146,21 @@ "dependency_graph": { "edges": [ { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", - "relation": "shared_dir:scripts", + "from": "src/codegen/layer_gen.rs", + "to": "src/codegen/scorer.rs", + "relation": "shared_dir:src/codegen", "weight": 1.0 }, { "from": "src/codegen/scorer.rs", - "to": "src/codegen/layer_gen.rs", + "to": "src/codegen/mod.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/codegen/layer_gen.rs", - "to": "src/codegen/mod.rs", - "relation": "shared_dir:src/codegen", + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", + "relation": "shared_dir:scripts", "weight": 1.0 } ] @@ -169,23 +169,23 @@ "rows": [ { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" } ] } diff --git a/scans/nafa-app.json b/scans/nafa-app.json index ad416f14..b7f51414 100644 --- a/scans/nafa-app.json +++ b/scans/nafa-app.json @@ -15,8 +15,8 @@ }, "file_statistics": [ { - "file_path": "server/tests/e2e/api_test.affine", - "lines": 318, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -25,43 +25,43 @@ "threading_constructs": 0 }, { - "file_path": "server/tests/unit/helpers_test.deno.js", - "lines": 399, + "file_path": "tests/e2e.sh", + "lines": 230, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "tests/e2e.sh", - "lines": 230, + "file_path": "server/tests/e2e/api_test.affine", + "lines": 318, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 11, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "server/tests/unit/helpers_test.deno.js", + "lines": 399, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/natsci-studio.json b/scans/natsci-studio.json index 7a0febc5..22e17b7e 100644 --- a/scans/natsci-studio.json +++ b/scans/natsci-studio.json @@ -15,43 +15,43 @@ }, "file_statistics": [ { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 275, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interface/Abi/Foreign.idr", - "lines": 83, - "unsafe_blocks": 4, + "file_path": "session/dispatch.sh", + "lines": 137, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, - "unsafe_blocks": 0, + "file_path": "src/interface/Abi/Foreign.idr", + "lines": 83, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 141, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], diff --git a/scans/nesy-solver.json b/scans/nesy-solver.json index 99cba6df..e2dae271 100644 --- a/scans/nesy-solver.json +++ b/scans/nesy-solver.json @@ -27,13 +27,13 @@ }, "file_statistics": [ { - "file_path": "public/app.js", - "lines": 239, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { @@ -47,23 +47,23 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 284, + "file_path": "server.js", + "lines": 151, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 274, + "file_path": "public/app.js", + "lines": 239, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -87,18 +87,18 @@ "threading_constructs": 0 }, { - "file_path": "server.js", - "lines": 151, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 284, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -120,8 +120,8 @@ "weight": 1.0 }, { - "from": "setup.sh", - "to": "server.js", + "from": "server.js", + "to": "setup.sh", "relation": "shared_dir:", "weight": 1.0 } diff --git a/scans/network-ambulance.json b/scans/network-ambulance.json index 500c1261..d1c08b76 100644 --- a/scans/network-ambulance.json +++ b/scans/network-ambulance.json @@ -29,24 +29,24 @@ "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "src/diagnostics/connectivity.sh", - "file": "src/diagnostics/connectivity.sh", + "category": "PathTraversal", + "location": "src/repairs/dns.sh", + "file": "src/repairs/dns.sh", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in src/diagnostics/connectivity.sh", + "description": "Hardcoded /tmp/ path without mktemp in src/repairs/dns.sh", "recommended_attack": [ - "network" + "disk" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "src/repairs/dns.sh", - "file": "src/repairs/dns.sh", + "category": "InsecureProtocol", + "location": "src/diagnostics/connectivity.sh", + "file": "src/diagnostics/connectivity.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in src/repairs/dns.sh", + "description": "1 HTTP (non-HTTPS) URLs in src/diagnostics/connectivity.sh", "recommended_attack": [ - "disk" + "network" ], "test_context": "production" } @@ -61,16 +61,6 @@ "threading_constructs": 0 }, "file_statistics": [ - { - "file_path": "src-tauri/src/main.rs", - "lines": 125, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, { "file_path": "install.sh", "lines": 225, @@ -102,69 +92,69 @@ "threading_constructs": 0 }, { - "file_path": "src/main.sh", - "lines": 552, - "unsafe_blocks": 0, + "file_path": "src-tauri/src/main.rs", + "lines": 125, + "unsafe_blocks": 1, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/diagnostics/connectivity.sh", - "lines": 245, + "file_path": "src/repairs/dns.sh", + "lines": 280, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/diagnostics/interfaces.sh", - "lines": 231, + "file_path": "src/ada/tui/network_ambulance_tui.adb", + "lines": 154, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/utils/system.sh", - "lines": 148, + "file_path": "src/ada/tui/tui_display.adb", + "lines": 254, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/ada/tui/tui_display.adb", - "lines": 254, - "unsafe_blocks": 0, + "file_path": "src/d/core/repairs/interface_repair.d", + "lines": 163, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/ada/tui/network_ambulance_tui.adb", - "lines": 154, - "unsafe_blocks": 0, + "file_path": "src/d/core/repairs/dns_repair.d", + "lines": 181, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/d/core/repairs/interface_repair.d", - "lines": 163, - "unsafe_blocks": 1, + "file_path": "src/d/platform/package.d", + "lines": 31, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 1, @@ -172,15 +162,25 @@ "threading_constructs": 0 }, { - "file_path": "src/d/core/repairs/dns_repair.d", - "lines": 181, - "unsafe_blocks": 3, + "file_path": "src/d/platform/iface.d", + "lines": 49, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, + { + "file_path": "src/d/platform/linux.d", + "lines": 277, + "unsafe_blocks": 13, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "src/d/cli/main.d", "lines": 507, @@ -192,43 +192,43 @@ "threading_constructs": 0 }, { - "file_path": "src/d/platform/linux.d", - "lines": 277, - "unsafe_blocks": 13, + "file_path": "src/main.sh", + "lines": 552, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/d/platform/package.d", - "lines": 31, + "file_path": "src/utils/system.sh", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/d/platform/iface.d", - "lines": 49, + "file_path": "src/diagnostics/interfaces.sh", + "lines": 231, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "src/repairs/dns.sh", - "lines": 280, + "file_path": "src/diagnostics/connectivity.sh", + "lines": 245, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 6, "threading_constructs": 0 } ], @@ -236,8 +236,8 @@ "memory", "disk", "concurrency", - "network", - "cpu" + "cpu", + "network" ], "dependency_graph": { "edges": [ @@ -248,9 +248,9 @@ "weight": 1.0 }, { - "from": "src/d/platform/linux.d", - "to": "src/d/platform/package.d", - "relation": "shared_dir:src/d/platform", + "from": "src/ada/tui/network_ambulance_tui.adb", + "to": "src/ada/tui/tui_display.adb", + "relation": "shared_dir:src/ada/tui", "weight": 1.0 }, { @@ -260,15 +260,15 @@ "weight": 1.0 }, { - "from": "src/diagnostics/connectivity.sh", - "to": "src/diagnostics/interfaces.sh", - "relation": "shared_dir:src/diagnostics", + "from": "src/d/platform/iface.d", + "to": "src/d/platform/linux.d", + "relation": "shared_dir:src/d/platform", "weight": 1.0 }, { - "from": "src/ada/tui/tui_display.adb", - "to": "src/ada/tui/network_ambulance_tui.adb", - "relation": "shared_dir:src/ada/tui", + "from": "src/diagnostics/interfaces.sh", + "to": "src/diagnostics/connectivity.sh", + "relation": "shared_dir:src/diagnostics", "weight": 1.0 } ] @@ -276,64 +276,64 @@ "taint_matrix": { "rows": [ { - "source_category": "InsecureProtocol", - "sink_axis": "network", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "concurrency", + "severity_value": 3.5, "files": [ - "src/diagnostics/connectivity.sh" + "src-tauri/src/main.rs" ], "frameworks": [], - "relation": "InsecureProtocol->Network" + "relation": "UnsafeCode->Concurrency" }, { - "source_category": "PanicPath", + "source_category": "PathTraversal", "sink_axis": "disk", "severity_value": 2.5, "files": [ - "src-tauri/src/main.rs" + "src/repairs/dns.sh" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "PathTraversal->Disk" }, { - "source_category": "PanicPath", + "source_category": "UnsafeCode", "sink_axis": "memory", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ "src-tauri/src/main.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "UnsafeCode->Memory" }, { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", - "severity_value": 3.5, + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ "src-tauri/src/main.rs" ], "frameworks": [], - "relation": "UnsafeCode->Concurrency" + "relation": "PanicPath->Disk" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "InsecureProtocol", + "sink_axis": "network", "severity_value": 2.5, "files": [ - "src/repairs/dns.sh" + "src/diagnostics/connectivity.sh" ], "frameworks": [], - "relation": "PathTraversal->Disk" + "relation": "InsecureProtocol->Network" }, { - "source_category": "UnsafeCode", + "source_category": "PanicPath", "sink_axis": "memory", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ "src-tauri/src/main.rs" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "PanicPath->Memory" } ] } diff --git a/scans/network-dashboard.json b/scans/network-dashboard.json index c901b244..c00effd1 100644 --- a/scans/network-dashboard.json +++ b/scans/network-dashboard.json @@ -3,10 +3,10 @@ "program_path": "network-dashboard", "language": "elixir", "frameworks": [ + "OTP", "Phoenix", - "Cowboy", "WebServer", - "OTP" + "Cowboy" ], "weak_points": [], "statistics": { @@ -20,24 +20,24 @@ }, "file_statistics": [ { - "file_path": "lib/network_dashboard/module_poller.ex", - "lines": 60, + "file_path": "contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "lib/network_dashboard/module_poller.ex", + "lines": 60, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 0 + "threading_constructs": 1 } ], "recommended_attacks": [ @@ -46,22 +46,28 @@ "dependency_graph": { "edges": [ { - "from": "lib/network_dashboard/module_poller.ex", - "to": "Phoenix", + "from": "contractiles/trust/Trustfile.hs", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/network_dashboard/module_poller.ex", - "to": "Cowboy", + "from": "contractiles/trust/Trustfile.hs", + "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/network_dashboard/module_poller.ex", + "from": "contractiles/trust/Trustfile.hs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 + }, + { + "from": "contractiles/trust/Trustfile.hs", + "to": "Cowboy", + "relation": "framework", + "weight": 1.0 }, { "from": "lib/network_dashboard/module_poller.ex", @@ -70,28 +76,22 @@ "weight": 2.0 }, { - "from": "contractiles/trust/Trustfile.hs", + "from": "lib/network_dashboard/module_poller.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 - }, - { - "from": "contractiles/trust/Trustfile.hs", - "to": "Cowboy", - "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "contractiles/trust/Trustfile.hs", + "from": "lib/network_dashboard/module_poller.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "contractiles/trust/Trustfile.hs", - "to": "OTP", + "from": "lib/network_dashboard/module_poller.ex", + "to": "Cowboy", "relation": "framework", - "weight": 1.0 + "weight": 2.0 } ] }, diff --git a/scans/network-outpost.json b/scans/network-outpost.json index 911e548a..844fca37 100644 --- a/scans/network-outpost.json +++ b/scans/network-outpost.json @@ -15,23 +15,23 @@ }, "file_statistics": [ { - "file_path": "host/setup.sh", - "lines": 124, + "file_path": "host/ddns/ddns-update.sh", + "lines": 151, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "host/ddns/ddns-update.sh", - "lines": 151, + "file_path": "host/setup.sh", + "lines": 124, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { @@ -45,41 +45,41 @@ "threading_constructs": 0 }, { - "file_path": "bin/bump.sh", - "lines": 163, + "file_path": "bin/wiki-sync.sh", + "lines": 125, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "bin/wiki-sync.sh", - "lines": 125, + "file_path": "bin/bump.sh", + "lines": 163, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 6, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [ { "from": "bin/canary.sh", - "to": "bin/bump.sh", + "to": "bin/wiki-sync.sh", "relation": "shared_dir:bin", "weight": 1.0 }, { - "from": "bin/bump.sh", - "to": "bin/wiki-sync.sh", + "from": "bin/wiki-sync.sh", + "to": "bin/bump.sh", "relation": "shared_dir:bin", "weight": 1.0 } diff --git a/scans/neurophone.json b/scans/neurophone.json index 8b9a3fe7..ede3b156 100644 --- a/scans/neurophone.json +++ b/scans/neurophone.json @@ -3,10 +3,33 @@ "program_path": "neurophone", "language": "rust", "frameworks": [ - "Networking", - "Concurrent" + "Concurrent", + "Networking" ], "weak_points": [ + { + "category": "HardcodedSecret", + "location": "crates/claude-client/src/egress_gate.rs", + "file": "crates/claude-client/src/egress_gate.rs", + "severity": "Critical", + "description": "Possible hardcoded secret in crates/claude-client/src/egress_gate.rs", + "recommended_attack": [ + "network" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "crates/bt-presence/build.rs", + "file": "crates/bt-presence/build.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in crates/bt-presence/build.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, { "category": "PathTraversal", "location": "scripts/uninstall.sh", @@ -30,29 +53,6 @@ ], "suppressed": true, "test_context": "production" - }, - { - "category": "HardcodedSecret", - "location": "crates/claude-client/src/egress_gate.rs", - "file": "crates/claude-client/src/egress_gate.rs", - "severity": "Critical", - "description": "Possible hardcoded secret in crates/claude-client/src/egress_gate.rs", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "crates/bt-presence/build.rs", - "file": "crates/bt-presence/build.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/bt-presence/build.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" } ], "statistics": { @@ -66,8 +66,8 @@ }, "file_statistics": [ { - "file_path": "android/app/src/main/assets/gossamer-ui/dist/logic.deno.js", - "lines": 132, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 140, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -76,227 +76,227 @@ "threading_constructs": 0 }, { - "file_path": "android/app/src/main/assets/gossamer-ui/src/logic.affine", - "lines": 111, + "file_path": "crates/claude-client/src/lib.rs", + "lines": 876, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "safe_unwrap_calls": 4, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "android/app/src/main/java/ai/neurophone/NeurophoneService.java", - "lines": 201, + "file_path": "crates/llm/tests/integration_backend.rs", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "android/app/src/main/java/ai/neurophone/NeurophoneBridge.java", - "lines": 191, + "file_path": "crates/llm/src/lib.rs", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 5, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "android/app/src/main/java/ai/neurophone/BootReceiver.java", - "lines": 43, + "file_path": "crates/neurophone-core/tests/aspect_concurrency.rs", + "lines": 127, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "android/app/src/main/java/ai/neurophone/widget/NeurophoneAppWidget.java", - "lines": 181, + "file_path": "crates/neurophone-core/tests/lifecycle.rs", + "lines": 58, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "android/app/src/main/java/ai/neurophone/NeurophoneActivity.java", - "lines": 74, + "file_path": "crates/neurophone-android/src/state.rs", + "lines": 292, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "safe_unwrap_calls": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "scripts/build-android.sh", - "lines": 122, + "file_path": "crates/lsm/src/lib.rs", + "lines": 582, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/setup.sh", - "lines": 90, + "file_path": "crates/bt-presence/build.rs", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 5, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/install-termux.sh", - "lines": 90, + "file_path": "android/app/src/main/java/ai/neurophone/NeurophoneBridge.java", + "lines": 191, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "allocation_sites": 5, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/install-on-phone.sh", - "lines": 117, + "file_path": "android/app/src/main/java/ai/neurophone/NeurophoneService.java", + "lines": 201, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 294, + "file_path": "android/app/src/main/java/ai/neurophone/widget/NeurophoneAppWidget.java", + "lines": 181, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/lsm/src/lib.rs", - "lines": 582, + "file_path": "android/app/src/main/java/ai/neurophone/BootReceiver.java", + "lines": 43, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/claude-client/src/lib.rs", - "lines": 876, + "file_path": "android/app/src/main/java/ai/neurophone/NeurophoneActivity.java", + "lines": 74, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 4, + "allocation_sites": 3, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "crates/bt-presence/build.rs", - "lines": 121, + "file_path": "android/app/src/main/assets/gossamer-ui/dist/logic.deno.js", + "lines": 132, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/llm/tests/integration_backend.rs", - "lines": 67, + "file_path": "android/app/src/main/assets/gossamer-ui/src/logic.affine", + "lines": 111, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "crates/llm/src/lib.rs", - "lines": 223, + "file_path": "scripts/install-on-phone.sh", + "lines": 117, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "crates/neurophone-android/src/state.rs", - "lines": 292, + "file_path": "scripts/install-termux.sh", + "lines": 90, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 5, + "threading_constructs": 0 }, { - "file_path": "crates/neurophone-core/tests/lifecycle.rs", - "lines": 58, + "file_path": "scripts/setup.sh", + "lines": 90, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "crates/neurophone-core/tests/aspect_concurrency.rs", - "lines": 127, + "file_path": "scripts/build-android.sh", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 140, + "file_path": "setup.sh", + "lines": 294, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 } ], "recommended_attacks": [ - "network", + "disk", "memory", - "concurrency", "cpu", - "disk" + "concurrency", + "network" ], "dependency_graph": { "edges": [ { - "from": "android/app/src/main/java/ai/neurophone/NeurophoneService.java", - "to": "android/app/src/main/java/ai/neurophone/NeurophoneBridge.java", + "from": "android/app/src/main/java/ai/neurophone/NeurophoneBridge.java", + "to": "android/app/src/main/java/ai/neurophone/NeurophoneService.java", "relation": "shared_dir:android/app/src/main/java/ai/neurophone", "weight": 1.0 }, { - "from": "android/app/src/main/java/ai/neurophone/NeurophoneBridge.java", + "from": "android/app/src/main/java/ai/neurophone/NeurophoneService.java", "to": "android/app/src/main/java/ai/neurophone/BootReceiver.java", "relation": "shared_dir:android/app/src/main/java/ai/neurophone", "weight": 1.0 @@ -308,280 +308,280 @@ "weight": 1.0 }, { - "from": "scripts/build-android.sh", - "to": "scripts/setup.sh", - "relation": "shared_dir:scripts", + "from": "crates/neurophone-core/tests/aspect_concurrency.rs", + "to": "crates/neurophone-core/tests/lifecycle.rs", + "relation": "shared_dir:crates/neurophone-core/tests", "weight": 1.0 }, { - "from": "scripts/setup.sh", + "from": "scripts/install-on-phone.sh", "to": "scripts/install-termux.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { "from": "scripts/install-termux.sh", - "to": "scripts/install-on-phone.sh", + "to": "scripts/setup.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "crates/neurophone-core/tests/lifecycle.rs", - "to": "crates/neurophone-core/tests/aspect_concurrency.rs", - "relation": "shared_dir:crates/neurophone-core/tests", - "weight": 1.0 - }, - { - "from": "android/app/src/main/assets/gossamer-ui/dist/logic.deno.js", - "to": "Networking", - "relation": "framework", + "from": "scripts/setup.sh", + "to": "scripts/build-android.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "android/app/src/main/assets/gossamer-ui/dist/logic.deno.js", + "from": ".machine_readable/contractiles/_base.ncl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "android/app/src/main/assets/gossamer-ui/src/logic.affine", + "from": ".machine_readable/contractiles/_base.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "android/app/src/main/assets/gossamer-ui/src/logic.affine", + "from": "crates/claude-client/src/lib.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "android/app/src/main/java/ai/neurophone/NeurophoneService.java", + "from": "crates/claude-client/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "android/app/src/main/java/ai/neurophone/NeurophoneService.java", + "from": "crates/llm/tests/integration_backend.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "android/app/src/main/java/ai/neurophone/NeurophoneBridge.java", + "from": "crates/llm/tests/integration_backend.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "android/app/src/main/java/ai/neurophone/NeurophoneBridge.java", + "from": "crates/llm/src/lib.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "android/app/src/main/java/ai/neurophone/BootReceiver.java", + "from": "crates/llm/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "android/app/src/main/java/ai/neurophone/BootReceiver.java", + "from": "crates/neurophone-core/tests/aspect_concurrency.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "android/app/src/main/java/ai/neurophone/widget/NeurophoneAppWidget.java", + "from": "crates/neurophone-core/tests/aspect_concurrency.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "android/app/src/main/java/ai/neurophone/widget/NeurophoneAppWidget.java", + "from": "crates/neurophone-core/tests/lifecycle.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "android/app/src/main/java/ai/neurophone/NeurophoneActivity.java", + "from": "crates/neurophone-core/tests/lifecycle.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "android/app/src/main/java/ai/neurophone/NeurophoneActivity.java", + "from": "crates/neurophone-android/src/state.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "scripts/build-android.sh", + "from": "crates/neurophone-android/src/state.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "scripts/build-android.sh", + "from": "crates/lsm/src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/setup.sh", + "from": "crates/lsm/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/setup.sh", + "from": "crates/bt-presence/build.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install-termux.sh", + "from": "crates/bt-presence/build.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install-termux.sh", + "from": "android/app/src/main/java/ai/neurophone/NeurophoneBridge.java", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install-on-phone.sh", + "from": "android/app/src/main/java/ai/neurophone/NeurophoneBridge.java", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install-on-phone.sh", + "from": "android/app/src/main/java/ai/neurophone/NeurophoneService.java", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "android/app/src/main/java/ai/neurophone/NeurophoneService.java", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "android/app/src/main/java/ai/neurophone/widget/NeurophoneAppWidget.java", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "crates/lsm/src/lib.rs", + "from": "android/app/src/main/java/ai/neurophone/widget/NeurophoneAppWidget.java", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/lsm/src/lib.rs", + "from": "android/app/src/main/java/ai/neurophone/BootReceiver.java", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "crates/claude-client/src/lib.rs", + "from": "android/app/src/main/java/ai/neurophone/BootReceiver.java", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "crates/claude-client/src/lib.rs", + "from": "android/app/src/main/java/ai/neurophone/NeurophoneActivity.java", "to": "Concurrent", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "crates/bt-presence/build.rs", + "from": "android/app/src/main/java/ai/neurophone/NeurophoneActivity.java", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/bt-presence/build.rs", + "from": "android/app/src/main/assets/gossamer-ui/dist/logic.deno.js", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "crates/llm/tests/integration_backend.rs", + "from": "android/app/src/main/assets/gossamer-ui/dist/logic.deno.js", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/llm/tests/integration_backend.rs", + "from": "android/app/src/main/assets/gossamer-ui/src/logic.affine", "to": "Concurrent", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/llm/src/lib.rs", + "from": "android/app/src/main/assets/gossamer-ui/src/logic.affine", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/llm/src/lib.rs", + "from": "scripts/install-on-phone.sh", "to": "Concurrent", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/neurophone-android/src/state.rs", + "from": "scripts/install-on-phone.sh", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "crates/neurophone-android/src/state.rs", + "from": "scripts/install-termux.sh", "to": "Concurrent", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "crates/neurophone-core/tests/lifecycle.rs", + "from": "scripts/install-termux.sh", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/neurophone-core/tests/lifecycle.rs", + "from": "scripts/setup.sh", "to": "Concurrent", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/neurophone-core/tests/aspect_concurrency.rs", + "from": "scripts/setup.sh", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/neurophone-core/tests/aspect_concurrency.rs", + "from": "scripts/build-android.sh", "to": "Concurrent", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": ".machine_readable/contractiles/_base.ncl", + "from": "scripts/build-android.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/_base.ncl", + "from": "setup.sh", "to": "Concurrent", "relation": "framework", "weight": 1.0 + }, + { + "from": "setup.sh", + "to": "Networking", + "relation": "framework", + "weight": 1.0 } ] }, @@ -589,30 +589,29 @@ "rows": [ { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ "crates/bt-presence/build.rs" ], "frameworks": [ - "Networking", - "Concurrent" + "Concurrent", + "Networking" ], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "scripts/uninstall.sh", - "scripts/install-on-phone.sh" + "crates/bt-presence/build.rs" ], "frameworks": [ - "Networking", - "Concurrent" + "Concurrent", + "Networking" ], - "relation": "PathTraversal->Disk" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "HardcodedSecret", @@ -622,23 +621,24 @@ "crates/claude-client/src/egress_gate.rs" ], "frameworks": [ - "Networking", - "Concurrent" + "Concurrent", + "Networking" ], "relation": "HardcodedSecret->Network" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "PathTraversal", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "crates/bt-presence/build.rs" + "scripts/uninstall.sh", + "scripts/install-on-phone.sh" ], "frameworks": [ - "Networking", - "Concurrent" + "Concurrent", + "Networking" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "PathTraversal->Disk" } ] } diff --git a/scans/nexia-list.json b/scans/nexia-list.json index a1ea161d..9c3156c1 100644 --- a/scans/nexia-list.json +++ b/scans/nexia-list.json @@ -17,10 +17,10 @@ }, { "category": "UnsafeFFI", - "location": "ui/src/store/WasmStore.affine", - "file": "ui/src/store/WasmStore.affine", + "location": "ui/src/bindings/DomBindings.affine", + "file": "ui/src/bindings/DomBindings.affine", "severity": "Medium", - "description": "33 FFI/external bindings in ui/src/store/WasmStore.affine", + "description": "17 FFI/external bindings in ui/src/bindings/DomBindings.affine", "recommended_attack": [ "memory" ], @@ -28,10 +28,10 @@ }, { "category": "UnsafeFFI", - "location": "ui/src/store/Persist.affine", - "file": "ui/src/store/Persist.affine", + "location": "ui/src/store/WasmStore.affine", + "file": "ui/src/store/WasmStore.affine", "severity": "Medium", - "description": "4 FFI/external bindings in ui/src/store/Persist.affine", + "description": "33 FFI/external bindings in ui/src/store/WasmStore.affine", "recommended_attack": [ "memory" ], @@ -39,10 +39,10 @@ }, { "category": "UnsafeFFI", - "location": "ui/src/bindings/DomBindings.affine", - "file": "ui/src/bindings/DomBindings.affine", + "location": "ui/src/store/Persist.affine", + "file": "ui/src/store/Persist.affine", "severity": "Medium", - "description": "17 FFI/external bindings in ui/src/bindings/DomBindings.affine", + "description": "4 FFI/external bindings in ui/src/store/Persist.affine", "recommended_attack": [ "memory" ], @@ -50,14 +50,15 @@ }, { "category": "PanicPath", - "location": "desktop/src/main.rs", - "file": "desktop/src/main.rs", + "location": "core/src/lambdadelta_host/tests.rs", + "file": "core/src/lambdadelta_host/tests.rs", "severity": "Medium", - "description": "0 panic sites and 14 unwrap/expect calls in desktop/src/main.rs", + "description": "0 panic sites and 2 unwrap/expect calls in core/src/lambdadelta_host/tests.rs", "recommended_attack": [ "memory", "disk" ], + "suppressed": true, "test_context": "production" }, { @@ -74,15 +75,14 @@ }, { "category": "PanicPath", - "location": "core/src/lambdadelta_host/tests.rs", - "file": "core/src/lambdadelta_host/tests.rs", + "location": "desktop/src/main.rs", + "file": "desktop/src/main.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in core/src/lambdadelta_host/tests.rs", + "description": "0 panic sites and 14 unwrap/expect calls in desktop/src/main.rs", "recommended_attack": [ "memory", "disk" ], - "suppressed": true, "test_context": "production" }, { @@ -106,8 +106,18 @@ }, "file_statistics": [ { - "file_path": "web/service-worker.js", - "lines": 62, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "ui/tests/WasmStoreTests.affine", + "lines": 61, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -126,13 +136,13 @@ "threading_constructs": 0 }, { - "file_path": "ui/tests/WasmStoreTests.affine", - "lines": 61, - "unsafe_blocks": 0, + "file_path": "ui/src/bindings/DomBindings.affine", + "lines": 55, + "unsafe_blocks": 17, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -165,16 +175,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "ui/src/Msg.affine", - "lines": 72, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, { "file_path": "ui/src/View.affine", "lines": 635, @@ -186,8 +186,8 @@ "threading_constructs": 0 }, { - "file_path": "ui/src/Main.affine", - "lines": 135, + "file_path": "ui/src/Msg.affine", + "lines": 72, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -206,104 +206,106 @@ "threading_constructs": 0 }, { - "file_path": "ui/src/bindings/DomBindings.affine", - "lines": 55, - "unsafe_blocks": 17, + "file_path": "ui/src/Main.affine", + "lines": 135, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "desktop/src/main.rs", - "lines": 303, + "file_path": "core/tests/lambdadelta_plugin_system.rs", + "lines": 161, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 14, - "safe_unwrap_calls": 7, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "scripts/ld-mint.js", - "lines": 181, + "file_path": "core/tests/invariants.rs", + "lines": 170, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/test-ci-honesty.sh", - "lines": 182, + "file_path": "core/src/lambdadelta/package.rs", + "lines": 580, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 12, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "core/src/lambdadelta/mod.rs", + "lines": 201, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "core/tests/invariants.rs", - "lines": 170, + "file_path": "core/src/lambdadelta/builtins.rs", + "lines": 1121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "safe_unwrap_calls": 5, + "allocation_sites": 20, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "core/tests/lambdadelta_plugin_system.rs", - "lines": 161, + "file_path": "core/src/lambdadelta/reader.rs", + "lines": 420, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 4, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "core/src/storage.rs", - "lines": 101, + "file_path": "core/src/lambdadelta/harness.rs", + "lines": 177, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "core/src/lambdadelta_host/tests.rs", - "lines": 234, + "file_path": "core/src/lambdadelta/eval.rs", + "lines": 657, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "core/src/wikilink.rs", - "lines": 134, + "file_path": "core/src/lambdadelta_host/tests.rs", + "lines": 234, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, + "unwrap_calls": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, @@ -319,107 +321,105 @@ "threading_constructs": 0 }, { - "file_path": "core/src/exchange.rs", - "lines": 299, + "file_path": "core/src/storage.rs", + "lines": 101, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "core/src/lambdadelta/package.rs", - "lines": 580, + "file_path": "core/src/note.rs", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "core/src/lambdadelta/harness.rs", - "lines": 177, + "file_path": "core/src/wasm.rs", + "lines": 538, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "core/src/lambdadelta/builtins.rs", - "lines": 1121, + "file_path": "core/src/wikilink.rs", + "lines": 134, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 20, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "core/src/lambdadelta/eval.rs", - "lines": 657, + "file_path": "core/src/exchange.rs", + "lines": 299, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, + "safe_unwrap_calls": 3, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "core/src/lambdadelta/mod.rs", - "lines": 201, + "file_path": "scripts/test-ci-honesty.sh", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "core/src/lambdadelta/reader.rs", - "lines": 420, + "file_path": "scripts/ld-mint.js", + "lines": 181, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "core/src/note.rs", - "lines": 192, + "file_path": "web/service-worker.js", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "core/src/wasm.rs", - "lines": 538, + "file_path": "desktop/src/main.rs", + "lines": 303, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 6, + "unwrap_calls": 14, + "safe_unwrap_calls": 7, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], @@ -431,180 +431,180 @@ "dependency_graph": { "edges": [ { - "from": "core/src/lambdadelta/package.rs", - "to": "core/src/lambdadelta/harness.rs", - "relation": "shared_dir:core/src/lambdadelta", + "from": "core/src/notebook.rs", + "to": "core/src/storage.rs", + "relation": "shared_dir:core/src", "weight": 1.0 }, { - "from": "core/src/lambdadelta/harness.rs", - "to": "core/src/lambdadelta/builtins.rs", - "relation": "shared_dir:core/src/lambdadelta", + "from": "core/src/storage.rs", + "to": "core/src/note.rs", + "relation": "shared_dir:core/src", "weight": 1.0 }, { - "from": "core/src/lambdadelta/builtins.rs", - "to": "core/src/lambdadelta/eval.rs", - "relation": "shared_dir:core/src/lambdadelta", + "from": "core/src/note.rs", + "to": "core/src/wasm.rs", + "relation": "shared_dir:core/src", + "weight": 1.0 + }, + { + "from": "core/src/wasm.rs", + "to": "core/src/wikilink.rs", + "relation": "shared_dir:core/src", "weight": 1.0 }, { - "from": "core/src/lambdadelta/eval.rs", + "from": "core/src/wikilink.rs", + "to": "core/src/exchange.rs", + "relation": "shared_dir:core/src", + "weight": 1.0 + }, + { + "from": "core/src/lambdadelta/package.rs", "to": "core/src/lambdadelta/mod.rs", "relation": "shared_dir:core/src/lambdadelta", "weight": 1.0 }, { "from": "core/src/lambdadelta/mod.rs", - "to": "core/src/lambdadelta/reader.rs", + "to": "core/src/lambdadelta/builtins.rs", "relation": "shared_dir:core/src/lambdadelta", "weight": 1.0 }, { - "from": "ui/src/store/WasmStore.affine", - "to": "ui/src/store/Exchange.affine", - "relation": "shared_dir:ui/src/store", + "from": "core/src/lambdadelta/builtins.rs", + "to": "core/src/lambdadelta/reader.rs", + "relation": "shared_dir:core/src/lambdadelta", "weight": 1.0 }, { - "from": "ui/src/store/Exchange.affine", - "to": "ui/src/store/Persist.affine", - "relation": "shared_dir:ui/src/store", + "from": "core/src/lambdadelta/reader.rs", + "to": "core/src/lambdadelta/harness.rs", + "relation": "shared_dir:core/src/lambdadelta", "weight": 1.0 }, { - "from": "ui/tests/UpdateTests.affine", - "to": "ui/tests/WasmStoreTests.affine", - "relation": "shared_dir:ui/tests", + "from": "core/src/lambdadelta/harness.rs", + "to": "core/src/lambdadelta/eval.rs", + "relation": "shared_dir:core/src/lambdadelta", "weight": 1.0 }, { - "from": "ui/src/Msg.affine", - "to": "ui/src/View.affine", - "relation": "shared_dir:ui/src", + "from": "ui/tests/WasmStoreTests.affine", + "to": "ui/tests/UpdateTests.affine", + "relation": "shared_dir:ui/tests", "weight": 1.0 }, { "from": "ui/src/View.affine", - "to": "ui/src/Main.affine", + "to": "ui/src/Msg.affine", "relation": "shared_dir:ui/src", "weight": 1.0 }, { - "from": "ui/src/Main.affine", + "from": "ui/src/Msg.affine", "to": "ui/src/Update.affine", "relation": "shared_dir:ui/src", "weight": 1.0 }, { - "from": "core/src/storage.rs", - "to": "core/src/wikilink.rs", - "relation": "shared_dir:core/src", - "weight": 1.0 - }, - { - "from": "core/src/wikilink.rs", - "to": "core/src/notebook.rs", - "relation": "shared_dir:core/src", + "from": "ui/src/Update.affine", + "to": "ui/src/Main.affine", + "relation": "shared_dir:ui/src", "weight": 1.0 }, { - "from": "core/src/notebook.rs", - "to": "core/src/exchange.rs", - "relation": "shared_dir:core/src", + "from": "core/tests/lambdadelta_plugin_system.rs", + "to": "core/tests/invariants.rs", + "relation": "shared_dir:core/tests", "weight": 1.0 }, { - "from": "core/src/exchange.rs", - "to": "core/src/note.rs", - "relation": "shared_dir:core/src", + "from": "ui/src/store/WasmStore.affine", + "to": "ui/src/store/Exchange.affine", + "relation": "shared_dir:ui/src/store", "weight": 1.0 }, { - "from": "core/src/note.rs", - "to": "core/src/wasm.rs", - "relation": "shared_dir:core/src", + "from": "ui/src/store/Exchange.affine", + "to": "ui/src/store/Persist.affine", + "relation": "shared_dir:ui/src/store", "weight": 1.0 }, { - "from": "scripts/ld-mint.js", - "to": "scripts/test-ci-honesty.sh", + "from": "scripts/test-ci-honesty.sh", + "to": "scripts/ld-mint.js", "relation": "shared_dir:scripts", "weight": 1.0 - }, - { - "from": "core/tests/invariants.rs", - "to": "core/tests/lambdadelta_plugin_system.rs", - "relation": "shared_dir:core/tests", - "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "core/src/storage.rs" + "core/src/lambdadelta_host/tests.rs", + "desktop/src/main.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "PanicPath->Disk" }, { - "source_category": "UnboundedAllocation", + "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "core/src/storage.rs" + "core/src/lambdadelta_host/tests.rs", + "desktop/src/main.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "InputBoundary", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "desktop/src/main.rs", - "core/src/lambdadelta_host/tests.rs" + "ui/tests/contract.test.js" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "InputBoundary->Cpu" }, { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "UnsafeFFI", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "desktop/src/main.rs", - "core/src/lambdadelta_host/tests.rs" + "ui/src/bindings/DomBindings.affine", + "ui/src/store/WasmStore.affine", + "ui/src/store/Persist.affine" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "UnsafeFFI->Memory" }, { - "source_category": "UnsafeFFI", + "source_category": "UnboundedAllocation", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "ui/src/store/WasmStore.affine", - "ui/src/store/Persist.affine", - "ui/src/bindings/DomBindings.affine" + "core/src/storage.rs" ], "frameworks": [], - "relation": "UnsafeFFI->Memory" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "InputBoundary", + "source_category": "UnboundedAllocation", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "ui/tests/contract.test.js" + "core/src/storage.rs" ], "frameworks": [], - "relation": "InputBoundary->Cpu" + "relation": "UnboundedAllocation->Cpu" } ] } diff --git a/scans/nextgen-databases.json b/scans/nextgen-databases.json index c07cf63d..5287c84a 100644 --- a/scans/nextgen-databases.json +++ b/scans/nextgen-databases.json @@ -5,100 +5,88 @@ "frameworks": [], "weak_points": [ { - "category": "CommandInjection", - "location": "nqc/nqc-launcher.sh", - "file": "nqc/nqc-launcher.sh", - "severity": "Medium", - "description": "23 potentially unquoted variable expansions in nqc/nqc-launcher.sh", - "recommended_attack": [ - "cpu" - ], - "suppressed": true, - "test_context": "production" - }, - { - "category": "PathTraversal", - "location": "nqc/nqc-launcher.sh", - "file": "nqc/nqc-launcher.sh", + "category": "InsecureProtocol", + "location": "verisim-modular-experiment/examples/krladapter_integration.jl", + "file": "verisim-modular-experiment/examples/krladapter_integration.jl", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in nqc/nqc-launcher.sh", + "description": "2 HTTP (non-HTTPS) URLs in verisim-modular-experiment/examples/krladapter_integration.jl", "recommended_attack": [ - "disk" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "nqc/verification/tests/nqc/database_test.gleam", - "file": "nqc/verification/tests/nqc/database_test.gleam", + "location": "verisim-modular-experiment/test/test_verisim_core.jl", + "file": "verisim-modular-experiment/test/test_verisim_core.jl", "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in nqc/verification/tests/nqc/database_test.gleam", + "description": "3 HTTP (non-HTTPS) URLs in verisim-modular-experiment/test/test_verisim_core.jl", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "nqc/test/nqc/database_test.gleam", - "file": "nqc/test/nqc/database_test.gleam", + "category": "ProofDrift", + "location": "verisim-modular-experiment/test/test_seams.jl", + "file": "verisim-modular-experiment/test/test_seams.jl", "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in nqc/test/nqc/database_test.gleam", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in verisim-modular-experiment/test/test_seams.jl", "recommended_attack": [ - "network" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "nqc/src/nqc/profiles.gleam", - "file": "nqc/src/nqc/profiles.gleam", + "category": "InsecureProtocol", + "location": "verisim-modular-experiment/test/test_seams.jl", + "file": "verisim-modular-experiment/test/test_seams.jl", "severity": "Medium", - "description": "6 @external FFI calls in nqc/src/nqc/profiles.gleam", + "description": "1 HTTP (non-HTTPS) URLs in verisim-modular-experiment/test/test_seams.jl", "recommended_attack": [ - "memory" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "nqc/ffi/zig/src/main.zig", - "file": "nqc/ffi/zig/src/main.zig", + "location": "verisim-modular-experiment/test/test_noninterference.jl", + "file": "verisim-modular-experiment/test/test_noninterference.jl", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in nqc/ffi/zig/src/main.zig", + "description": "1 HTTP (non-HTTPS) URLs in verisim-modular-experiment/test/test_noninterference.jl", "recommended_attack": [ "network" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "ProofDrift", - "location": "verisim-core/test/runtests.jl", - "file": "verisim-core/test/runtests.jl", + "location": "verisim-modular-experiment/test/test_krladapter_integration.jl", + "file": "verisim-modular-experiment/test/test_krladapter_integration.jl", "severity": "Medium", - "description": "7 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in verisim-core/test/runtests.jl", + "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in verisim-modular-experiment/test/test_krladapter_integration.jl", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "verisim-core/test/runtests.jl", - "file": "verisim-core/test/runtests.jl", + "category": "ProofDrift", + "location": "verisim-modular-experiment/test/test_vcl.jl", + "file": "verisim-modular-experiment/test/test_vcl.jl", "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in verisim-core/test/runtests.jl", + "description": "22 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in verisim-modular-experiment/test/test_vcl.jl", "recommended_attack": [ - "network" + "cpu" ], "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "verisim-modular-experiment/examples/krladapter_integration.jl", - "file": "verisim-modular-experiment/examples/krladapter_integration.jl", + "location": "verisim-modular-experiment/test/test_vcl.jl", + "file": "verisim-modular-experiment/test/test_vcl.jl", "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in verisim-modular-experiment/examples/krladapter_integration.jl", + "description": "5 HTTP (non-HTTPS) URLs in verisim-modular-experiment/test/test_vcl.jl", "recommended_attack": [ "network" ], @@ -139,76 +127,77 @@ }, { "category": "InsecureProtocol", - "location": "verisim-modular-experiment/test/test_verisim_core.jl", - "file": "verisim-modular-experiment/test/test_verisim_core.jl", + "location": "verisim-modular-experiment/test/test_federation_parity.jl", + "file": "verisim-modular-experiment/test/test_federation_parity.jl", "severity": "Medium", - "description": "3 HTTP (non-HTTPS) URLs in verisim-modular-experiment/test/test_verisim_core.jl", + "description": "1 HTTP (non-HTTPS) URLs in verisim-modular-experiment/test/test_federation_parity.jl", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "ProofDrift", - "location": "verisim-modular-experiment/test/test_seams.jl", - "file": "verisim-modular-experiment/test/test_seams.jl", + "category": "InsecureProtocol", + "location": "verisim-modular-experiment/src/Verisim.jl", + "file": "verisim-modular-experiment/src/Verisim.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in verisim-modular-experiment/test/test_seams.jl", + "description": "1 HTTP (non-HTTPS) URLs in verisim-modular-experiment/src/Verisim.jl", "recommended_attack": [ - "cpu" + "network" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "verisim-modular-experiment/test/test_seams.jl", - "file": "verisim-modular-experiment/test/test_seams.jl", + "category": "ProofDrift", + "location": "verisim-core/test/runtests.jl", + "file": "verisim-core/test/runtests.jl", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in verisim-modular-experiment/test/test_seams.jl", + "description": "7 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in verisim-core/test/runtests.jl", "recommended_attack": [ - "network" + "cpu" ], "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "verisim-modular-experiment/test/test_noninterference.jl", - "file": "verisim-modular-experiment/test/test_noninterference.jl", + "location": "verisim-core/test/runtests.jl", + "file": "verisim-core/test/runtests.jl", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in verisim-modular-experiment/test/test_noninterference.jl", + "description": "2 HTTP (non-HTTPS) URLs in verisim-core/test/runtests.jl", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "ProofDrift", - "location": "verisim-modular-experiment/test/test_krladapter_integration.jl", - "file": "verisim-modular-experiment/test/test_krladapter_integration.jl", + "category": "CommandInjection", + "location": "nqc/nqc-launcher.sh", + "file": "nqc/nqc-launcher.sh", "severity": "Medium", - "description": "3 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in verisim-modular-experiment/test/test_krladapter_integration.jl", + "description": "23 potentially unquoted variable expansions in nqc/nqc-launcher.sh", "recommended_attack": [ "cpu" ], - "test_context": "test_only" + "suppressed": true, + "test_context": "production" }, { - "category": "ProofDrift", - "location": "verisim-modular-experiment/test/test_vcl.jl", - "file": "verisim-modular-experiment/test/test_vcl.jl", + "category": "PathTraversal", + "location": "nqc/nqc-launcher.sh", + "file": "nqc/nqc-launcher.sh", "severity": "Medium", - "description": "22 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in verisim-modular-experiment/test/test_vcl.jl", + "description": "Hardcoded /tmp/ path without mktemp in nqc/nqc-launcher.sh", "recommended_attack": [ - "cpu" + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "InsecureProtocol", - "location": "verisim-modular-experiment/test/test_vcl.jl", - "file": "verisim-modular-experiment/test/test_vcl.jl", + "location": "nqc/verification/tests/nqc/database_test.gleam", + "file": "nqc/verification/tests/nqc/database_test.gleam", "severity": "Medium", - "description": "5 HTTP (non-HTTPS) URLs in verisim-modular-experiment/test/test_vcl.jl", + "description": "2 HTTP (non-HTTPS) URLs in nqc/verification/tests/nqc/database_test.gleam", "recommended_attack": [ "network" ], @@ -216,25 +205,36 @@ }, { "category": "InsecureProtocol", - "location": "verisim-modular-experiment/test/test_federation_parity.jl", - "file": "verisim-modular-experiment/test/test_federation_parity.jl", + "location": "nqc/ffi/zig/src/main.zig", + "file": "nqc/ffi/zig/src/main.zig", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in verisim-modular-experiment/test/test_federation_parity.jl", + "description": "1 HTTP (non-HTTPS) URLs in nqc/ffi/zig/src/main.zig", "recommended_attack": [ "network" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "InsecureProtocol", - "location": "verisim-modular-experiment/src/Verisim.jl", - "file": "verisim-modular-experiment/src/Verisim.jl", + "location": "nqc/test/nqc/database_test.gleam", + "file": "nqc/test/nqc/database_test.gleam", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in verisim-modular-experiment/src/Verisim.jl", + "description": "2 HTTP (non-HTTPS) URLs in nqc/test/nqc/database_test.gleam", "recommended_attack": [ "network" ], "test_context": "production" + }, + { + "category": "UnsafeFFI", + "location": "nqc/src/nqc/profiles.gleam", + "file": "nqc/src/nqc/profiles.gleam", + "severity": "Medium", + "description": "6 @external FFI calls in nqc/src/nqc/profiles.gleam", + "recommended_attack": [ + "memory" + ], + "test_context": "production" } ], "statistics": { @@ -248,18 +248,28 @@ }, "file_statistics": [ { - "file_path": "nqc/nqc-launcher.sh", - "lines": 429, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "nqc/web/proxy/server.js", - "lines": 138, + "file_path": "verisim-modular-experiment/ffi/zig/src/verisim_cli.zig", + "lines": 299, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 6, + "threading_constructs": 0 + }, + { + "file_path": "verisim-modular-experiment/src/vcl_server.jl", + "lines": 91, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -268,8 +278,8 @@ "threading_constructs": 0 }, { - "file_path": "nqc/web/setup.sh", - "lines": 98, + "file_path": "nqc/nqc-enhanced-launcher.sh", + "lines": 152, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -278,13 +288,13 @@ "threading_constructs": 0 }, { - "file_path": "nqc/verification/tests/nqc/formatter_test.gleam", - "lines": 223, - "unsafe_blocks": 3, + "file_path": "nqc/nqc-launcher.sh", + "lines": 429, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 9, "threading_constructs": 0 }, { @@ -298,7 +308,7 @@ "threading_constructs": 0 }, { - "file_path": "nqc/test/nqc/formatter_test.gleam", + "file_path": "nqc/verification/tests/nqc/formatter_test.gleam", "lines": 223, "unsafe_blocks": 3, "panic_sites": 0, @@ -318,19 +328,9 @@ "threading_constructs": 0 }, { - "file_path": "nqc/src/nqc/client.gleam", - "lines": 129, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 - }, - { - "file_path": "nqc/src/nqc/highlight.gleam", - "lines": 127, - "unsafe_blocks": 1, + "file_path": "nqc/test/nqc/formatter_test.gleam", + "lines": 223, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -338,29 +338,29 @@ "threading_constructs": 0 }, { - "file_path": "nqc/src/nqc/profiles.gleam", - "lines": 159, - "unsafe_blocks": 6, + "file_path": "nqc/web/proxy/server.js", + "lines": 138, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "nqc/src/nqc/history.gleam", - "lines": 117, - "unsafe_blocks": 1, + "file_path": "nqc/web/setup.sh", + "lines": 98, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "nqc/src/nqc/formatter.gleam", - "lines": 192, - "unsafe_blocks": 5, + "file_path": "nqc/src/nqc.gleam", + "lines": 808, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -368,29 +368,29 @@ "threading_constructs": 0 }, { - "file_path": "nqc/src/nqc.gleam", - "lines": 808, - "unsafe_blocks": 2, + "file_path": "nqc/src/nqc/client.gleam", + "lines": 129, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "nqc/nqc-enhanced-launcher.sh", - "lines": 152, - "unsafe_blocks": 0, + "file_path": "nqc/src/nqc/formatter.gleam", + "lines": 192, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, - "unsafe_blocks": 0, + "file_path": "nqc/src/nqc/history.gleam", + "lines": 117, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -398,83 +398,83 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, - "unsafe_blocks": 0, + "file_path": "nqc/src/nqc/profiles.gleam", + "lines": 159, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "verisim-modular-experiment/src/vcl_server.jl", - "lines": 91, - "unsafe_blocks": 0, + "file_path": "nqc/src/nqc/highlight.gleam", + "lines": 127, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "verisim-modular-experiment/ffi/zig/src/verisim_cli.zig", - "lines": 299, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", "memory", + "network", "cpu", - "network" + "disk" ], "dependency_graph": { "edges": [ { - "from": "nqc/nqc-launcher.sh", - "to": "nqc/nqc-enhanced-launcher.sh", - "relation": "shared_dir:nqc", + "from": "nqc/verification/tests/nqc/cache_test.gleam", + "to": "nqc/verification/tests/nqc/formatter_test.gleam", + "relation": "shared_dir:nqc/verification/tests/nqc", "weight": 1.0 }, { - "from": "nqc/test/nqc/formatter_test.gleam", - "to": "nqc/test/nqc/cache_test.gleam", + "from": "nqc/test/nqc/cache_test.gleam", + "to": "nqc/test/nqc/formatter_test.gleam", "relation": "shared_dir:nqc/test/nqc", "weight": 1.0 }, { - "from": "nqc/verification/tests/nqc/formatter_test.gleam", - "to": "nqc/verification/tests/nqc/cache_test.gleam", - "relation": "shared_dir:nqc/verification/tests/nqc", + "from": "nqc/nqc-enhanced-launcher.sh", + "to": "nqc/nqc-launcher.sh", + "relation": "shared_dir:nqc", "weight": 1.0 }, { "from": "nqc/src/nqc/client.gleam", - "to": "nqc/src/nqc/highlight.gleam", + "to": "nqc/src/nqc/formatter.gleam", "relation": "shared_dir:nqc/src/nqc", "weight": 1.0 }, { - "from": "nqc/src/nqc/highlight.gleam", - "to": "nqc/src/nqc/profiles.gleam", + "from": "nqc/src/nqc/formatter.gleam", + "to": "nqc/src/nqc/history.gleam", "relation": "shared_dir:nqc/src/nqc", "weight": 1.0 }, { - "from": "nqc/src/nqc/profiles.gleam", - "to": "nqc/src/nqc/history.gleam", + "from": "nqc/src/nqc/history.gleam", + "to": "nqc/src/nqc/profiles.gleam", "relation": "shared_dir:nqc/src/nqc", "weight": 1.0 }, { - "from": "nqc/src/nqc/history.gleam", - "to": "nqc/src/nqc/formatter.gleam", + "from": "nqc/src/nqc/profiles.gleam", + "to": "nqc/src/nqc/highlight.gleam", "relation": "shared_dir:nqc/src/nqc", "weight": 1.0 } @@ -482,36 +482,46 @@ }, "taint_matrix": { "rows": [ + { + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "nqc/nqc-launcher.sh" + ], + "frameworks": [], + "relation": "CommandInjection->Cpu" + }, { "source_category": "InsecureProtocol", "sink_axis": "network", "severity_value": 2.5, "files": [ - "nqc/verification/tests/nqc/database_test.gleam", - "nqc/test/nqc/database_test.gleam", - "nqc/ffi/zig/src/main.zig", - "verisim-core/test/runtests.jl", "verisim-modular-experiment/examples/krladapter_integration.jl", - "verisim-modular-experiment/test/runtests.jl", "verisim-modular-experiment/test/test_verisim_core.jl", "verisim-modular-experiment/test/test_seams.jl", "verisim-modular-experiment/test/test_noninterference.jl", "verisim-modular-experiment/test/test_vcl.jl", + "verisim-modular-experiment/test/runtests.jl", "verisim-modular-experiment/test/test_federation_parity.jl", - "verisim-modular-experiment/src/Verisim.jl" + "verisim-modular-experiment/src/Verisim.jl", + "verisim-core/test/runtests.jl", + "nqc/verification/tests/nqc/database_test.gleam", + "nqc/ffi/zig/src/main.zig", + "nqc/test/nqc/database_test.gleam" ], "frameworks": [], "relation": "InsecureProtocol->Network" }, { - "source_category": "CommandInjection", + "source_category": "MutationGap", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "nqc/nqc-launcher.sh" + "verisim-modular-experiment/test/runtests.jl" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "MutationGap->Cpu" }, { "source_category": "PathTraversal", @@ -533,26 +543,16 @@ "frameworks": [], "relation": "UnsafeFFI->Memory" }, - { - "source_category": "MutationGap", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "verisim-modular-experiment/test/runtests.jl" - ], - "frameworks": [], - "relation": "MutationGap->Cpu" - }, { "source_category": "ProofDrift", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "verisim-core/test/runtests.jl", - "verisim-modular-experiment/test/runtests.jl", "verisim-modular-experiment/test/test_seams.jl", "verisim-modular-experiment/test/test_krladapter_integration.jl", - "verisim-modular-experiment/test/test_vcl.jl" + "verisim-modular-experiment/test/test_vcl.jl", + "verisim-modular-experiment/test/runtests.jl", + "verisim-core/test/runtests.jl" ], "frameworks": [], "relation": "ProofDrift->Cpu" diff --git a/scans/nextgen-language-evangeliser.json b/scans/nextgen-language-evangeliser.json index abe69eca..d07be259 100644 --- a/scans/nextgen-language-evangeliser.json +++ b/scans/nextgen-language-evangeliser.json @@ -5,14 +5,14 @@ "frameworks": [], "weak_points": [ { - "category": "ExcessivePermissions", - "location": "scripts/launch-gui.sh", - "file": "scripts/launch-gui.sh", + "category": "DynamicCodeExecution", + "location": "gui/app.js", + "file": "gui/app.js", "severity": "High", - "description": "Deno -A (all permissions) in scripts/launch-gui.sh", + "description": "DOM manipulation (innerHTML/document.write) in gui/app.js", "recommended_attack": [ - "network", - "disk" + "memory", + "network" ], "test_context": "production" }, @@ -40,14 +40,14 @@ "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "gui/app.js", - "file": "gui/app.js", + "category": "ExcessivePermissions", + "location": "scripts/launch-gui.sh", + "file": "scripts/launch-gui.sh", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in gui/app.js", + "description": "Deno -A (all permissions) in scripts/launch-gui.sh", "recommended_attack": [ - "memory", - "network" + "network", + "disk" ], "test_context": "production" } @@ -84,10 +84,10 @@ } ], "recommended_attacks": [ - "disk", - "cpu", + "network", "memory", - "network" + "cpu", + "disk" ], "dependency_graph": { "edges": [] @@ -95,14 +95,15 @@ "taint_matrix": { "rows": [ { - "source_category": "DynamicCodeExecution", - "sink_axis": "memory", + "source_category": "ExcessivePermissions", + "sink_axis": "disk", "severity_value": 3.5, "files": [ - "gui/app.js" + "scripts/validate-cartridges.js", + "scripts/launch-gui.sh" ], "frameworks": [], - "relation": "DynamicCodeExecution->Memory" + "relation": "ExcessivePermissions->Disk" }, { "source_category": "InputBoundary", @@ -126,25 +127,24 @@ }, { "source_category": "ExcessivePermissions", - "sink_axis": "disk", + "sink_axis": "network", "severity_value": 3.5, "files": [ - "scripts/launch-gui.sh", - "scripts/validate-cartridges.js" + "scripts/validate-cartridges.js", + "scripts/launch-gui.sh" ], "frameworks": [], - "relation": "ExcessivePermissions->Disk" + "relation": "ExcessivePermissions->Network" }, { - "source_category": "ExcessivePermissions", - "sink_axis": "network", + "source_category": "DynamicCodeExecution", + "sink_axis": "memory", "severity_value": 3.5, "files": [ - "scripts/launch-gui.sh", - "scripts/validate-cartridges.js" + "gui/app.js" ], "frameworks": [], - "relation": "ExcessivePermissions->Network" + "relation": "DynamicCodeExecution->Memory" } ] } diff --git a/scans/nextgen-typing.json b/scans/nextgen-typing.json index 74dff031..b3a709e2 100644 --- a/scans/nextgen-typing.json +++ b/scans/nextgen-typing.json @@ -37,23 +37,23 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "session/dispatch.sh", + "lines": 139, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 139, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/nickel-augmentation.json b/scans/nickel-augmentation.json index cd5bfbd4..4f3c47db 100644 --- a/scans/nickel-augmentation.json +++ b/scans/nickel-augmentation.json @@ -55,10 +55,10 @@ }, { "category": "CommandInjection", - "location": "tests/unit/test_basic.sh", - "file": "tests/unit/test_basic.sh", + "location": "tests/property/test_invariants.sh", + "file": "tests/property/test_invariants.sh", "severity": "Critical", - "description": "eval usage in tests/unit/test_basic.sh", + "description": "eval usage in tests/property/test_invariants.sh", "recommended_attack": [ "cpu", "disk" @@ -67,10 +67,10 @@ }, { "category": "InsecureProtocol", - "location": "tests/unit/test_basic.sh", - "file": "tests/unit/test_basic.sh", + "location": "tests/property/test_invariants.sh", + "file": "tests/property/test_invariants.sh", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in tests/unit/test_basic.sh", + "description": "1 HTTP (non-HTTPS) URLs in tests/property/test_invariants.sh", "recommended_attack": [ "network" ], @@ -78,10 +78,10 @@ }, { "category": "CommandInjection", - "location": "tests/property/test_invariants.sh", - "file": "tests/property/test_invariants.sh", + "location": "tests/unit/test_basic.sh", + "file": "tests/unit/test_basic.sh", "severity": "Critical", - "description": "eval usage in tests/property/test_invariants.sh", + "description": "eval usage in tests/unit/test_basic.sh", "recommended_attack": [ "cpu", "disk" @@ -90,10 +90,10 @@ }, { "category": "InsecureProtocol", - "location": "tests/property/test_invariants.sh", - "file": "tests/property/test_invariants.sh", + "location": "tests/unit/test_basic.sh", + "file": "tests/unit/test_basic.sh", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in tests/property/test_invariants.sh", + "description": "1 HTTP (non-HTTPS) URLs in tests/unit/test_basic.sh", "recommended_attack": [ "network" ], @@ -111,28 +111,28 @@ }, "file_statistics": [ { - "file_path": "augmented/examples/nickel/ci.ncl", - "lines": 162, + "file_path": "tests/e2e/test_pipeline.sh", + "lines": 245, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "augmented/examples/nickel/infra.ncl", - "lines": 145, + "file_path": "tests/integration/test_contracts.sh", + "lines": 391, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "augmented/examples/nickel/build.ncl", - "lines": 92, + "file_path": "augmented/lib/proven.ncl", + "lines": 180, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -141,8 +141,8 @@ "threading_constructs": 0 }, { - "file_path": "augmented/lib/ci.ncl", - "lines": 155, + "file_path": "augmented/lib/infra.ncl", + "lines": 108, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -161,28 +161,28 @@ "threading_constructs": 0 }, { - "file_path": "augmented/lib/infra.ncl", - "lines": 108, + "file_path": "augmented/lib/prelude.ncl", + "lines": 19, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "augmented/lib/prelude.ncl", - "lines": 19, + "file_path": "augmented/lib/ci.ncl", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "augmented/lib/proven.ncl", - "lines": 180, + "file_path": "augmented/examples/nickel/infra.ncl", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -191,23 +191,23 @@ "threading_constructs": 0 }, { - "file_path": "tests/e2e/test_pipeline.sh", - "lines": 245, + "file_path": "augmented/examples/nickel/build.ncl", + "lines": 92, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/integration/test_contracts.sh", - "lines": 391, + "file_path": "augmented/examples/nickel/ci.ncl", + "lines": 162, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 12, + "io_operations": 1, "threading_constructs": 0 }, { @@ -229,39 +229,39 @@ "dependency_graph": { "edges": [ { - "from": "augmented/lib/ci.ncl", - "to": "augmented/lib/proven-bridge.ncl", - "relation": "shared_dir:augmented/lib", + "from": "augmented/examples/nickel/infra.ncl", + "to": "augmented/examples/nickel/build.ncl", + "relation": "shared_dir:augmented/examples/nickel", "weight": 1.0 }, { - "from": "augmented/lib/proven-bridge.ncl", - "to": "augmented/lib/infra.ncl", - "relation": "shared_dir:augmented/lib", + "from": "augmented/examples/nickel/build.ncl", + "to": "augmented/examples/nickel/ci.ncl", + "relation": "shared_dir:augmented/examples/nickel", "weight": 1.0 }, { - "from": "augmented/lib/infra.ncl", - "to": "augmented/lib/prelude.ncl", + "from": "augmented/lib/proven.ncl", + "to": "augmented/lib/infra.ncl", "relation": "shared_dir:augmented/lib", "weight": 1.0 }, { - "from": "augmented/lib/prelude.ncl", - "to": "augmented/lib/proven.ncl", + "from": "augmented/lib/infra.ncl", + "to": "augmented/lib/proven-bridge.ncl", "relation": "shared_dir:augmented/lib", "weight": 1.0 }, { - "from": "augmented/examples/nickel/ci.ncl", - "to": "augmented/examples/nickel/infra.ncl", - "relation": "shared_dir:augmented/examples/nickel", + "from": "augmented/lib/proven-bridge.ncl", + "to": "augmented/lib/prelude.ncl", + "relation": "shared_dir:augmented/lib", "weight": 1.0 }, { - "from": "augmented/examples/nickel/infra.ncl", - "to": "augmented/examples/nickel/build.ncl", - "relation": "shared_dir:augmented/examples/nickel", + "from": "augmented/lib/prelude.ncl", + "to": "augmented/lib/ci.ncl", + "relation": "shared_dir:augmented/lib", "weight": 1.0 } ] @@ -269,17 +269,16 @@ "taint_matrix": { "rows": [ { - "source_category": "InsecureProtocol", - "sink_axis": "network", - "severity_value": 2.5, + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 5.0, "files": [ "tests/e2e/test_pipeline.sh", - "tests/integration/test_contracts.sh", - "tests/unit/test_basic.sh", - "tests/property/test_invariants.sh" + "tests/property/test_invariants.sh", + "tests/unit/test_basic.sh" ], "frameworks": [], - "relation": "InsecureProtocol->Network" + "relation": "CommandInjection->Disk" }, { "source_category": "CommandInjection", @@ -287,33 +286,34 @@ "severity_value": 5.0, "files": [ "tests/e2e/test_pipeline.sh", - "tests/unit/test_basic.sh", - "tests/property/test_invariants.sh" + "tests/property/test_invariants.sh", + "tests/unit/test_basic.sh" ], "frameworks": [], "relation": "CommandInjection->Cpu" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", + "source_category": "HardcodedSecret", + "sink_axis": "network", "severity_value": 5.0, "files": [ - "tests/e2e/test_pipeline.sh", - "tests/unit/test_basic.sh", - "tests/property/test_invariants.sh" + "tests/integration/test_contracts.sh" ], "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "HardcodedSecret->Network" }, { - "source_category": "HardcodedSecret", + "source_category": "InsecureProtocol", "sink_axis": "network", - "severity_value": 5.0, + "severity_value": 2.5, "files": [ - "tests/integration/test_contracts.sh" + "tests/e2e/test_pipeline.sh", + "tests/integration/test_contracts.sh", + "tests/property/test_invariants.sh", + "tests/unit/test_basic.sh" ], "frameworks": [], - "relation": "HardcodedSecret->Network" + "relation": "InsecureProtocol->Network" } ] } diff --git a/scans/nimiser.json b/scans/nimiser.json index 35591544..ae446b40 100644 --- a/scans/nimiser.json +++ b/scans/nimiser.json @@ -37,23 +37,23 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "tests/integration_tests.rs", + "lines": 405, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 8, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/install-zig.sh", - "lines": 59, + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { @@ -67,33 +67,33 @@ "threading_constructs": 0 }, { - "file_path": "tests/integration_tests.rs", - "lines": 405, + "file_path": "scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 287, + "file_path": "src/abi/mod.rs", + "lines": 364, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 16, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/codegen/nim_gen.rs", - "lines": 217, + "file_path": "src/manifest/mod.rs", + "lines": 332, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 16, - "io_operations": 0, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { @@ -107,33 +107,33 @@ "threading_constructs": 0 }, { - "file_path": "src/codegen/build_gen.rs", - "lines": 265, + "file_path": "src/codegen/mod.rs", + "lines": 132, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 16, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/codegen/mod.rs", - "lines": 132, + "file_path": "src/codegen/build_gen.rs", + "lines": 265, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 16, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 524, + "file_path": "src/codegen/nim_gen.rs", + "lines": 217, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 16, "io_operations": 0, "threading_constructs": 0 }, @@ -158,54 +158,54 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/mod.rs", - "lines": 364, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 524, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 16, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 332, + "file_path": "setup.sh", + "lines": 287, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", "cpu", + "disk", "memory" ], "dependency_graph": { "edges": [ { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/codegen/nim_gen.rs", - "to": "src/codegen/parser.rs", + "from": "src/codegen/parser.rs", + "to": "src/codegen/mod.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/codegen/parser.rs", + "from": "src/codegen/mod.rs", "to": "src/codegen/build_gen.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { "from": "src/codegen/build_gen.rs", - "to": "src/codegen/mod.rs", + "to": "src/codegen/nim_gen.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, diff --git a/scans/no-nonsense-nntps.json b/scans/no-nonsense-nntps.json index 012263f0..101e97ac 100644 --- a/scans/no-nonsense-nntps.json +++ b/scans/no-nonsense-nntps.json @@ -4,16 +4,16 @@ "language": "elixir", "frameworks": [ "Cowboy", - "WebServer", - "OTP" + "OTP", + "WebServer" ], "weak_points": [ { "category": "MutationGap", - "location": "test/aspect/security_test.exs", - "file": "test/aspect/security_test.exs", + "location": "test/e2e/server_e2e_test.exs", + "file": "test/e2e/server_e2e_test.exs", "severity": "Low", - "description": "Elixir test file test/aspect/security_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/e2e/server_e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -21,10 +21,10 @@ }, { "category": "MutationGap", - "location": "test/e2e/server_e2e_test.exs", - "file": "test/e2e/server_e2e_test.exs", + "location": "test/no_nonsense_nntps_test.exs", + "file": "test/no_nonsense_nntps_test.exs", "severity": "Low", - "description": "Elixir test file test/e2e/server_e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/no_nonsense_nntps_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -32,10 +32,10 @@ }, { "category": "MutationGap", - "location": "test/no_nonsense_nntps_test.exs", - "file": "test/no_nonsense_nntps_test.exs", + "location": "test/aspect/security_test.exs", + "file": "test/aspect/security_test.exs", "severity": "Low", - "description": "Elixir test file test/no_nonsense_nntps_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/aspect/security_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -53,23 +53,23 @@ }, "file_statistics": [ { - "file_path": "tests/test-empty-linter.sh", - "lines": 84, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "tests/test-empty-linter.sh", + "lines": 84, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 7, "threading_constructs": 0 }, { @@ -93,13 +93,13 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], @@ -110,38 +110,38 @@ "dependency_graph": { "edges": [ { - "from": "tests/test-empty-linter.sh", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "tests/test-empty-linter.sh", - "to": "WebServer", + "from": ".machine_readable/contractiles/bust/bust.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tests/test-empty-linter.sh", - "to": "OTP", + "from": ".machine_readable/contractiles/bust/bust.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "tests/test-empty-linter.sh", "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", - "to": "WebServer", + "from": "tests/test-empty-linter.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", - "to": "OTP", + "from": "tests/test-empty-linter.sh", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, @@ -153,13 +153,13 @@ }, { "from": "ffi/zig/test/integration_test.zig", - "to": "WebServer", + "to": "OTP", "relation": "framework", "weight": 4.0 }, { "from": "ffi/zig/test/integration_test.zig", - "to": "OTP", + "to": "WebServer", "relation": "framework", "weight": 4.0 }, @@ -171,31 +171,31 @@ }, { "from": "ffi/zig/src/main.zig", - "to": "WebServer", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { "from": "ffi/zig/src/main.zig", - "to": "OTP", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "setup.sh", "to": "Cowboy", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": "WebServer", + "from": "setup.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": "OTP", + "from": "setup.sh", + "to": "WebServer", "relation": "framework", "weight": 1.0 } @@ -208,14 +208,14 @@ "sink_axis": "cpu", "severity_value": 1.0, "files": [ - "test/aspect/security_test.exs", "test/e2e/server_e2e_test.exs", - "test/no_nonsense_nntps_test.exs" + "test/no_nonsense_nntps_test.exs", + "test/aspect/security_test.exs" ], "frameworks": [ "Cowboy", - "WebServer", - "OTP" + "OTP", + "WebServer" ], "relation": "MutationGap->Cpu" } diff --git a/scans/oblibeniser.json b/scans/oblibeniser.json index 3de83dec..1e723867 100644 --- a/scans/oblibeniser.json +++ b/scans/oblibeniser.json @@ -1,20 +1,9 @@ { "schema_version": "2.5", "program_path": "oblibeniser", - "language": "idris", + "language": "rust", "frameworks": [], "weak_points": [ - { - "category": "UnsafeCode", - "location": "src/interface/ffi/src/main.zig", - "file": "src/interface/ffi/src/main.zig", - "severity": "High", - "description": "3 unsafe pointer casts in src/interface/ffi/src/main.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "PanicPath", "location": "src/abi/mod.rs", @@ -39,6 +28,17 @@ ], "test_context": "production" }, + { + "category": "UnsafeCode", + "location": "src/interface/ffi/src/main.zig", + "file": "src/interface/ffi/src/main.zig", + "severity": "High", + "description": "3 unsafe pointer casts in src/interface/ffi/src/main.zig", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, { "category": "MutationGap", "location": "Cargo.toml", @@ -59,6 +59,16 @@ "threading_constructs": 2 }, "file_statistics": [ + { + "file_path": "tests/integration_tests.rs", + "lines": 499, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, { "file_path": "examples/SafeDOMExample.affine", "lines": 129, @@ -80,23 +90,24 @@ "threading_constructs": 0 }, { - "file_path": "tests/integration_tests.rs", - "lines": 499, + "file_path": "src/abi/mod.rs", + "lines": 644, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "unwrap_calls": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 287, + "file_path": "src/manifest/mod.rs", + "lines": 366, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { @@ -109,16 +120,6 @@ "io_operations": 12, "threading_constructs": 1 }, - { - "file_path": "src/codegen/inverse_gen.rs", - "lines": 512, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, - "threading_constructs": 1 - }, { "file_path": "src/codegen/mod.rs", "lines": 147, @@ -130,14 +131,14 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 661, - "unsafe_blocks": 3, + "file_path": "src/codegen/inverse_gen.rs", + "lines": 512, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 6, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { "file_path": "src/interface/abi/Oblibeniser/ABI/Foreign.idr", @@ -150,24 +151,23 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/mod.rs", - "lines": 644, - "unsafe_blocks": 0, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 661, + "unsafe_blocks": 3, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 2, - "allocation_sites": 10, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 366, + "file_path": "setup.sh", + "lines": 287, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], @@ -180,13 +180,13 @@ "edges": [ { "from": "src/codegen/audit_gen.rs", - "to": "src/codegen/inverse_gen.rs", + "to": "src/codegen/mod.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/codegen/inverse_gen.rs", - "to": "src/codegen/mod.rs", + "from": "src/codegen/mod.rs", + "to": "src/codegen/inverse_gen.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 } @@ -194,16 +194,6 @@ }, "taint_matrix": { "rows": [ - { - "source_category": "PanicPath", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "src/abi/mod.rs" - ], - "frameworks": [], - "relation": "PanicPath->Memory" - }, { "source_category": "UnboundedAllocation", "sink_axis": "memory", @@ -215,14 +205,14 @@ "relation": "UnboundedAllocation->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/manifest/mod.rs" + "src/abi/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "PanicPath->Memory" }, { "source_category": "PanicPath", @@ -234,6 +224,16 @@ "frameworks": [], "relation": "PanicPath->Disk" }, + { + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "src/manifest/mod.rs" + ], + "frameworks": [], + "relation": "UnboundedAllocation->Cpu" + }, { "source_category": "UnsafeCode", "sink_axis": "memory", diff --git a/scans/oblibeny.json b/scans/oblibeny.json index b5e76324..5ae05437 100644 --- a/scans/oblibeny.json +++ b/scans/oblibeny.json @@ -25,7 +25,7 @@ "threading_constructs": 0 }, { - "file_path": "lib/parse.ml", + "file_path": "lib/lsp_hover.ml", "lines": 74, "unsafe_blocks": 0, "panic_sites": 0, @@ -35,7 +35,7 @@ "threading_constructs": 0 }, { - "file_path": "lib/lsp_hover.ml", + "file_path": "lib/parse.ml", "lines": 74, "unsafe_blocks": 0, "panic_sites": 0, @@ -45,13 +45,13 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/Packages/Hello/Interface.idr", - "lines": 207, - "unsafe_blocks": 2, + "file_path": "ffi/zig/src/obli-pkg.zig", + "lines": 514, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 10, "threading_constructs": 0 }, { @@ -65,13 +65,13 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/obli-pkg.zig", - "lines": 514, - "unsafe_blocks": 0, + "file_path": "src/abi/Packages/Hello/Interface.idr", + "lines": 207, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 0, "threading_constructs": 0 } ], @@ -83,13 +83,13 @@ "edges": [ { "from": "lib/lsp_diagnostics.ml", - "to": "lib/parse.ml", + "to": "lib/lsp_hover.ml", "relation": "shared_dir:lib", "weight": 1.0 }, { - "from": "lib/parse.ml", - "to": "lib/lsp_hover.ml", + "from": "lib/lsp_hover.ml", + "to": "lib/parse.ml", "relation": "shared_dir:lib", "weight": 1.0 } diff --git a/scans/ochrance-framework.json b/scans/ochrance-framework.json index a87dc2c5..3f9d6f5a 100644 --- a/scans/ochrance-framework.json +++ b/scans/ochrance-framework.json @@ -15,23 +15,23 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": "ffi/c/nvme_shim.c", + "lines": 84, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "ffi/c/nvme_shim.c", - "lines": 84, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/ochrance.json b/scans/ochrance.json index 76121a65..e81a98de 100644 --- a/scans/ochrance.json +++ b/scans/ochrance.json @@ -36,6 +36,16 @@ "io_operations": 1, "threading_constructs": 0 }, + { + "file_path": "ochrance-core/Ochrance/FFI/Crypto.idr", + "lines": 308, + "unsafe_blocks": 6, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "ochrance-core/Ochrance/FFI/Echidna.idr", "lines": 276, @@ -47,23 +57,23 @@ "threading_constructs": 0 }, { - "file_path": "ochrance-core/Ochrance/FFI/Crypto.idr", - "lines": 308, - "unsafe_blocks": 6, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 194, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "ffi/zig/src/main.zig", + "lines": 456, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -77,23 +87,13 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 194, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "ffi/zig/src/main.zig", - "lines": 456, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 } ], @@ -103,8 +103,8 @@ "dependency_graph": { "edges": [ { - "from": "ochrance-core/Ochrance/FFI/Echidna.idr", - "to": "ochrance-core/Ochrance/FFI/Crypto.idr", + "from": "ochrance-core/Ochrance/FFI/Crypto.idr", + "to": "ochrance-core/Ochrance/FFI/Echidna.idr", "relation": "shared_dir:ochrance-core/Ochrance/FFI", "weight": 1.0 } diff --git a/scans/odds-and-sods-package-manager.json b/scans/odds-and-sods-package-manager.json index a1caaac1..a9e55ab2 100644 --- a/scans/odds-and-sods-package-manager.json +++ b/scans/odds-and-sods-package-manager.json @@ -3,16 +3,16 @@ "program_path": "odds-and-sods-package-manager", "language": "elixir", "frameworks": [ - "OTP", - "WebServer" + "WebServer", + "OTP" ], "weak_points": [ { "category": "CommandInjection", - "location": "opsm_ex/lib/opsm/package/cleanup.ex", - "file": "opsm_ex/lib/opsm/package/cleanup.ex", + "location": "opsm_ex/lib/opsm/cli.ex", + "file": "opsm_ex/lib/opsm/cli.ex", "severity": "Medium", - "description": "System command execution in opsm_ex/lib/opsm/package/cleanup.ex", + "description": "System command execution in opsm_ex/lib/opsm/cli.ex", "recommended_attack": [ "cpu", "disk" @@ -21,10 +21,10 @@ }, { "category": "CommandInjection", - "location": "opsm_ex/lib/opsm/package/native.ex", - "file": "opsm_ex/lib/opsm/package/native.ex", + "location": "opsm_ex/lib/opsm/container.ex", + "file": "opsm_ex/lib/opsm/container.ex", "severity": "Medium", - "description": "System command execution in opsm_ex/lib/opsm/package/native.ex", + "description": "System command execution in opsm_ex/lib/opsm/container.ex", "recommended_attack": [ "cpu", "disk" @@ -45,10 +45,10 @@ }, { "category": "CommandInjection", - "location": "opsm_ex/lib/opsm/container.ex", - "file": "opsm_ex/lib/opsm/container.ex", + "location": "opsm_ex/lib/opsm/package/cleanup.ex", + "file": "opsm_ex/lib/opsm/package/cleanup.ex", "severity": "Medium", - "description": "System command execution in opsm_ex/lib/opsm/container.ex", + "description": "System command execution in opsm_ex/lib/opsm/package/cleanup.ex", "recommended_attack": [ "cpu", "disk" @@ -57,10 +57,10 @@ }, { "category": "CommandInjection", - "location": "opsm_ex/lib/opsm/cli.ex", - "file": "opsm_ex/lib/opsm/cli.ex", + "location": "opsm_ex/lib/opsm/package/native.ex", + "file": "opsm_ex/lib/opsm/package/native.ex", "severity": "Medium", - "description": "System command execution in opsm_ex/lib/opsm/cli.ex", + "description": "System command execution in opsm_ex/lib/opsm/package/native.ex", "recommended_attack": [ "cpu", "disk" @@ -69,10 +69,10 @@ }, { "category": "PanicPath", - "location": "opsm_ex/native/opsm_pq_nif/src/lib.rs", - "file": "opsm_ex/native/opsm_pq_nif/src/lib.rs", + "location": "opsm_ex/native/quic_transport/src/lib.rs", + "file": "opsm_ex/native/quic_transport/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 11 unwrap/expect calls in opsm_ex/native/opsm_pq_nif/src/lib.rs", + "description": "0 panic sites and 12 unwrap/expect calls in opsm_ex/native/quic_transport/src/lib.rs", "recommended_attack": [ "memory", "disk" @@ -81,10 +81,10 @@ }, { "category": "PanicPath", - "location": "opsm_ex/native/quic_transport/src/lib.rs", - "file": "opsm_ex/native/quic_transport/src/lib.rs", + "location": "opsm_ex/native/opsm_pq_nif/src/lib.rs", + "file": "opsm_ex/native/opsm_pq_nif/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 12 unwrap/expect calls in opsm_ex/native/quic_transport/src/lib.rs", + "description": "0 panic sites and 11 unwrap/expect calls in opsm_ex/native/opsm_pq_nif/src/lib.rs", "recommended_attack": [ "memory", "disk" @@ -93,32 +93,32 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/aspect/security_test.exs", - "file": "opsm_ex/test/aspect/security_test.exs", + "location": "opsm_ex/test/e2e/pq_sign_verify_e2e_test.exs", + "file": "opsm_ex/test/e2e/pq_sign_verify_e2e_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/aspect/security_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/e2e/pq_sign_verify_e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "opsm_ex/test/aspect/security_test.exs", - "file": "opsm_ex/test/aspect/security_test.exs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in opsm_ex/test/aspect/security_test.exs", + "category": "MutationGap", + "location": "opsm_ex/test/e2e/registry_e2e_test.exs", + "file": "opsm_ex/test/e2e/registry_e2e_test.exs", + "severity": "Low", + "description": "Elixir test file opsm_ex/test/e2e/registry_e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/aspect/concurrency_test.exs", - "file": "opsm_ex/test/aspect/concurrency_test.exs", + "location": "opsm_ex/test/integration/manifest_roundtrip_test.exs", + "file": "opsm_ex/test/integration/manifest_roundtrip_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/aspect/concurrency_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/integration/manifest_roundtrip_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -127,21 +127,34 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/e2e/registry_e2e_test.exs", - "file": "opsm_ex/test/e2e/registry_e2e_test.exs", + "location": "opsm_ex/test/integration/e2e_test.exs", + "file": "opsm_ex/test/integration/e2e_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/e2e/registry_e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/integration/e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, + "test_context": "test_only" + }, + { + "category": "InsecureProtocol", + "location": "opsm_ex/test/integration/e2e_test.exs", + "file": "opsm_ex/test/integration/e2e_test.exs", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in opsm_ex/test/integration/e2e_test.exs", + "recommended_attack": [ + "network" + ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/e2e/pq_sign_verify_e2e_test.exs", - "file": "opsm_ex/test/e2e/pq_sign_verify_e2e_test.exs", + "location": "opsm_ex/test/integration/trust_pipeline_test.exs", + "file": "opsm_ex/test/integration/trust_pipeline_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/e2e/pq_sign_verify_e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/integration/trust_pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -149,10 +162,10 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/maintenance_test.exs", - "file": "opsm_ex/test/opsm/maintenance_test.exs", + "location": "opsm_ex/test/integration/git_pipeline_test.exs", + "file": "opsm_ex/test/integration/git_pipeline_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/maintenance_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/integration/git_pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -161,10 +174,10 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/package/transaction_test.exs", - "file": "opsm_ex/test/opsm/package/transaction_test.exs", + "location": "opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs", + "file": "opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/package/transaction_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -173,43 +186,44 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/version_constraint_test.exs", - "file": "opsm_ex/test/opsm/version_constraint_test.exs", + "location": "opsm_ex/test/integration/pipeline_test.exs", + "file": "opsm_ex/test/integration/pipeline_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/version_constraint_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/integration/pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/transport/protocol_test.exs", - "file": "opsm_ex/test/opsm/transport/protocol_test.exs", + "location": "opsm_ex/test/aspect/security_test.exs", + "file": "opsm_ex/test/aspect/security_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/transport/protocol_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/aspect/security_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "opsm_ex/test/opsm/transport/quic_test.exs", - "file": "opsm_ex/test/opsm/transport/quic_test.exs", - "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/transport/quic_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "InsecureProtocol", + "location": "opsm_ex/test/aspect/security_test.exs", + "file": "opsm_ex/test/aspect/security_test.exs", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in opsm_ex/test/aspect/security_test.exs", "recommended_attack": [ - "cpu" + "network" ], "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/git/clone_test.exs", - "file": "opsm_ex/test/opsm/git/clone_test.exs", + "location": "opsm_ex/test/aspect/concurrency_test.exs", + "file": "opsm_ex/test/aspect/concurrency_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/git/clone_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/aspect/concurrency_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -217,35 +231,33 @@ "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "opsm_ex/test/opsm/git/clone_test.exs", - "file": "opsm_ex/test/opsm/git/clone_test.exs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in opsm_ex/test/opsm/git/clone_test.exs", + "category": "MutationGap", + "location": "opsm_ex/test/opsm_test.exs", + "file": "opsm_ex/test/opsm_test.exs", + "severity": "Low", + "description": "Elixir test file opsm_ex/test/opsm_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/git/build_detector_test.exs", - "file": "opsm_ex/test/opsm/git/build_detector_test.exs", + "location": "opsm_ex/test/stress_test.exs", + "file": "opsm_ex/test/stress_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/git/build_detector_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/stress_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/git/builder_test.exs", - "file": "opsm_ex/test/opsm/git/builder_test.exs", + "location": "opsm_ex/test/opsm/registry_gateway_test.exs", + "file": "opsm_ex/test/opsm/registry_gateway_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/git/builder_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/registry_gateway_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -253,10 +265,10 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/git/pipeline_test.exs", - "file": "opsm_ex/test/opsm/git/pipeline_test.exs", + "location": "opsm_ex/test/opsm/storage/storage_test.exs", + "file": "opsm_ex/test/opsm/storage/storage_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/git/pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/storage/storage_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -265,21 +277,22 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/network/ipv6_test.exs", - "file": "opsm_ex/test/opsm/network/ipv6_test.exs", + "location": "opsm_ex/test/opsm/live/github_attestation_live_test.exs", + "file": "opsm_ex/test/opsm/live/github_attestation_live_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/network/ipv6_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/live/github_attestation_live_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/progress_test.exs", - "file": "opsm_ex/test/opsm/progress_test.exs", + "location": "opsm_ex/test/opsm/federation/system_query_test.exs", + "file": "opsm_ex/test/opsm/federation/system_query_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/progress_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/federation/system_query_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -287,22 +300,21 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/storage/storage_test.exs", - "file": "opsm_ex/test/opsm/storage/storage_test.exs", + "location": "opsm_ex/test/opsm/federation/dep_mapper_test.exs", + "file": "opsm_ex/test/opsm/federation/dep_mapper_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/storage/storage_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/federation/dep_mapper_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/registry_gateway_test.exs", - "file": "opsm_ex/test/opsm/registry_gateway_test.exs", + "location": "opsm_ex/test/opsm/version_constraint_test.exs", + "file": "opsm_ex/test/opsm/version_constraint_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/registry_gateway_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/version_constraint_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -310,10 +322,10 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/verified_test.exs", - "file": "opsm_ex/test/opsm/verified_test.exs", + "location": "opsm_ex/test/opsm/validation_test.exs", + "file": "opsm_ex/test/opsm/validation_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/verified_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/validation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -321,10 +333,10 @@ }, { "category": "InsecureProtocol", - "location": "opsm_ex/test/opsm/verified_test.exs", - "file": "opsm_ex/test/opsm/verified_test.exs", + "location": "opsm_ex/test/opsm/validation_test.exs", + "file": "opsm_ex/test/opsm/validation_test.exs", "severity": "Medium", - "description": "4 HTTP (non-HTTPS) URLs in opsm_ex/test/opsm/verified_test.exs", + "description": "2 HTTP (non-HTTPS) URLs in opsm_ex/test/opsm/validation_test.exs", "recommended_attack": [ "network" ], @@ -332,10 +344,10 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/integration/slsa_pipeline_test.exs", - "file": "opsm_ex/test/opsm/integration/slsa_pipeline_test.exs", + "location": "opsm_ex/test/opsm/crypto/hybrid_signatures_test.exs", + "file": "opsm_ex/test/opsm/crypto/hybrid_signatures_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/integration/slsa_pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/crypto/hybrid_signatures_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -343,45 +355,45 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/integration/pq_trust_pipeline_test.exs", - "file": "opsm_ex/test/opsm/integration/pq_trust_pipeline_test.exs", + "location": "opsm_ex/test/opsm/crypto/api_key_storage_test.exs", + "file": "opsm_ex/test/opsm/crypto/api_key_storage_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/integration/pq_trust_pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/crypto/api_key_storage_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "MutationGap", - "location": "opsm_ex/test/opsm/integration/manifest_roundtrip_test.exs", - "file": "opsm_ex/test/opsm/integration/manifest_roundtrip_test.exs", - "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/integration/manifest_roundtrip_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "HardcodedSecret", + "location": "opsm_ex/test/opsm/crypto/api_key_storage_test.exs", + "file": "opsm_ex/test/opsm/crypto/api_key_storage_test.exs", + "severity": "Critical", + "description": "Possible hardcoded secret in opsm_ex/test/opsm/crypto/api_key_storage_test.exs", "recommended_attack": [ - "cpu" + "network" ], "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/lockfile_test.exs", - "file": "opsm_ex/test/opsm/lockfile_test.exs", + "location": "opsm_ex/test/opsm/crypto/rng_test.exs", + "file": "opsm_ex/test/opsm/crypto/rng_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/lockfile_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/crypto/rng_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/registries/language_adapters_test.exs", - "file": "opsm_ex/test/opsm/registries/language_adapters_test.exs", + "location": "opsm_ex/test/opsm/crypto/hash_test.exs", + "file": "opsm_ex/test/opsm/crypto/hash_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/registries/language_adapters_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/crypto/hash_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -389,10 +401,10 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/registries/hyperpolymath_forge_test.exs", - "file": "opsm_ex/test/opsm/registries/hyperpolymath_forge_test.exs", + "location": "opsm_ex/test/opsm/crypto/post_quantum_test.exs", + "file": "opsm_ex/test/opsm/crypto/post_quantum_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/registries/hyperpolymath_forge_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/crypto/post_quantum_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -400,10 +412,10 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/registries/eclexia_test.exs", - "file": "opsm_ex/test/opsm/registries/eclexia_test.exs", + "location": "opsm_ex/test/opsm/crypto/symmetric_test.exs", + "file": "opsm_ex/test/opsm/crypto/symmetric_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/registries/eclexia_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/crypto/symmetric_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -411,32 +423,21 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/validation_test.exs", - "file": "opsm_ex/test/opsm/validation_test.exs", + "location": "opsm_ex/test/opsm/crypto/password_test.exs", + "file": "opsm_ex/test/opsm/crypto/password_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/validation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/crypto/password_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, - { - "category": "InsecureProtocol", - "location": "opsm_ex/test/opsm/validation_test.exs", - "file": "opsm_ex/test/opsm/validation_test.exs", - "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in opsm_ex/test/opsm/validation_test.exs", - "recommended_attack": [ - "network" - ], - "test_context": "test_only" - }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/federation/system_query_test.exs", - "file": "opsm_ex/test/opsm/federation/system_query_test.exs", + "location": "opsm_ex/test/opsm/registries/language_adapters_test.exs", + "file": "opsm_ex/test/opsm/registries/language_adapters_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/federation/system_query_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/registries/language_adapters_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -444,10 +445,10 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/federation/dep_mapper_test.exs", - "file": "opsm_ex/test/opsm/federation/dep_mapper_test.exs", + "location": "opsm_ex/test/opsm/registries/eclexia_test.exs", + "file": "opsm_ex/test/opsm/registries/eclexia_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/federation/dep_mapper_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/registries/eclexia_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -455,10 +456,10 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/security/security_test.exs", - "file": "opsm_ex/test/opsm/security/security_test.exs", + "location": "opsm_ex/test/opsm/registries/hyperpolymath_forge_test.exs", + "file": "opsm_ex/test/opsm/registries/hyperpolymath_forge_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/security/security_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/registries/hyperpolymath_forge_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -466,32 +467,32 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/crypto/symmetric_test.exs", - "file": "opsm_ex/test/opsm/crypto/symmetric_test.exs", + "location": "opsm_ex/test/opsm/slsa/github_attestation_test.exs", + "file": "opsm_ex/test/opsm/slsa/github_attestation_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/crypto/symmetric_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/slsa/github_attestation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "opsm_ex/test/opsm/crypto/password_test.exs", - "file": "opsm_ex/test/opsm/crypto/password_test.exs", - "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/crypto/password_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "InsecureProtocol", + "location": "opsm_ex/test/opsm/slsa/github_attestation_test.exs", + "file": "opsm_ex/test/opsm/slsa/github_attestation_test.exs", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in opsm_ex/test/opsm/slsa/github_attestation_test.exs", "recommended_attack": [ - "cpu" + "network" ], "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/crypto/hash_test.exs", - "file": "opsm_ex/test/opsm/crypto/hash_test.exs", + "location": "opsm_ex/test/opsm/network/ipv6_test.exs", + "file": "opsm_ex/test/opsm/network/ipv6_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/crypto/hash_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/network/ipv6_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -499,10 +500,10 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/crypto/api_key_storage_test.exs", - "file": "opsm_ex/test/opsm/crypto/api_key_storage_test.exs", + "location": "opsm_ex/test/opsm/git/clone_test.exs", + "file": "opsm_ex/test/opsm/git/clone_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/crypto/api_key_storage_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/git/clone_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -510,11 +511,11 @@ "test_context": "test_only" }, { - "category": "HardcodedSecret", - "location": "opsm_ex/test/opsm/crypto/api_key_storage_test.exs", - "file": "opsm_ex/test/opsm/crypto/api_key_storage_test.exs", - "severity": "Critical", - "description": "Possible hardcoded secret in opsm_ex/test/opsm/crypto/api_key_storage_test.exs", + "category": "InsecureProtocol", + "location": "opsm_ex/test/opsm/git/clone_test.exs", + "file": "opsm_ex/test/opsm/git/clone_test.exs", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in opsm_ex/test/opsm/git/clone_test.exs", "recommended_attack": [ "network" ], @@ -523,21 +524,22 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/crypto/post_quantum_test.exs", - "file": "opsm_ex/test/opsm/crypto/post_quantum_test.exs", + "location": "opsm_ex/test/opsm/git/build_detector_test.exs", + "file": "opsm_ex/test/opsm/git/build_detector_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/crypto/post_quantum_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/git/build_detector_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/crypto/rng_test.exs", - "file": "opsm_ex/test/opsm/crypto/rng_test.exs", + "location": "opsm_ex/test/opsm/git/builder_test.exs", + "file": "opsm_ex/test/opsm/git/builder_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/crypto/rng_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/git/builder_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -545,43 +547,45 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/crypto/hybrid_signatures_test.exs", - "file": "opsm_ex/test/opsm/crypto/hybrid_signatures_test.exs", + "location": "opsm_ex/test/opsm/git/pipeline_test.exs", + "file": "opsm_ex/test/opsm/git/pipeline_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/crypto/hybrid_signatures_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/git/pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/slsa/github_attestation_test.exs", - "file": "opsm_ex/test/opsm/slsa/github_attestation_test.exs", + "location": "opsm_ex/test/opsm/wiring/audit_test.exs", + "file": "opsm_ex/test/opsm/wiring/audit_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/slsa/github_attestation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/wiring/audit_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "opsm_ex/test/opsm/slsa/github_attestation_test.exs", - "file": "opsm_ex/test/opsm/slsa/github_attestation_test.exs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in opsm_ex/test/opsm/slsa/github_attestation_test.exs", + "category": "MutationGap", + "location": "opsm_ex/test/opsm/integration/pq_trust_pipeline_test.exs", + "file": "opsm_ex/test/opsm/integration/pq_trust_pipeline_test.exs", + "severity": "Low", + "description": "Elixir test file opsm_ex/test/opsm/integration/pq_trust_pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/live/github_attestation_live_test.exs", - "file": "opsm_ex/test/opsm/live/github_attestation_live_test.exs", + "location": "opsm_ex/test/opsm/integration/manifest_roundtrip_test.exs", + "file": "opsm_ex/test/opsm/integration/manifest_roundtrip_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/live/github_attestation_live_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/integration/manifest_roundtrip_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -590,10 +594,10 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/har/web_scraper_test.exs", - "file": "opsm_ex/test/opsm/har/web_scraper_test.exs", + "location": "opsm_ex/test/opsm/integration/slsa_pipeline_test.exs", + "file": "opsm_ex/test/opsm/integration/slsa_pipeline_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/har/web_scraper_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/integration/slsa_pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -601,67 +605,66 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/config_test.exs", - "file": "opsm_ex/test/opsm/config_test.exs", + "location": "opsm_ex/test/opsm/transport/quic_test.exs", + "file": "opsm_ex/test/opsm/transport/quic_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/config_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/transport/quic_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/wiring/audit_test.exs", - "file": "opsm_ex/test/opsm/wiring/audit_test.exs", + "location": "opsm_ex/test/opsm/transport/protocol_test.exs", + "file": "opsm_ex/test/opsm/transport/protocol_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/wiring/audit_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/transport/protocol_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/manifest/opsm_toml_test.exs", - "file": "opsm_ex/test/opsm/manifest/opsm_toml_test.exs", + "location": "opsm_ex/test/opsm/maintenance_test.exs", + "file": "opsm_ex/test/opsm/maintenance_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/manifest/opsm_toml_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/maintenance_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm/manifest/writer_test.exs", - "file": "opsm_ex/test/opsm/manifest/writer_test.exs", + "location": "opsm_ex/test/opsm/verified_test.exs", + "file": "opsm_ex/test/opsm/verified_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm/manifest/writer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/verified_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "opsm_ex/test/stress_test.exs", - "file": "opsm_ex/test/stress_test.exs", - "severity": "Low", - "description": "Elixir test file opsm_ex/test/stress_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "InsecureProtocol", + "location": "opsm_ex/test/opsm/verified_test.exs", + "file": "opsm_ex/test/opsm/verified_test.exs", + "severity": "Medium", + "description": "4 HTTP (non-HTTPS) URLs in opsm_ex/test/opsm/verified_test.exs", "recommended_attack": [ - "cpu" + "network" ], "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/integration/e2e_test.exs", - "file": "opsm_ex/test/integration/e2e_test.exs", + "location": "opsm_ex/test/opsm/lockfile_test.exs", + "file": "opsm_ex/test/opsm/lockfile_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/integration/e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/lockfile_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -669,47 +672,44 @@ "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "opsm_ex/test/integration/e2e_test.exs", - "file": "opsm_ex/test/integration/e2e_test.exs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in opsm_ex/test/integration/e2e_test.exs", + "category": "MutationGap", + "location": "opsm_ex/test/opsm/progress_test.exs", + "file": "opsm_ex/test/opsm/progress_test.exs", + "severity": "Low", + "description": "Elixir test file opsm_ex/test/opsm/progress_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs", - "file": "opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs", + "location": "opsm_ex/test/opsm/manifest/writer_test.exs", + "file": "opsm_ex/test/opsm/manifest/writer_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/manifest/writer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/integration/pipeline_test.exs", - "file": "opsm_ex/test/integration/pipeline_test.exs", + "location": "opsm_ex/test/opsm/manifest/opsm_toml_test.exs", + "file": "opsm_ex/test/opsm/manifest/opsm_toml_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/integration/pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/manifest/opsm_toml_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "opsm_ex/test/integration/trust_pipeline_test.exs", - "file": "opsm_ex/test/integration/trust_pipeline_test.exs", + "location": "opsm_ex/test/opsm/har/web_scraper_test.exs", + "file": "opsm_ex/test/opsm/har/web_scraper_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/integration/trust_pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/har/web_scraper_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -717,10 +717,10 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/integration/git_pipeline_test.exs", - "file": "opsm_ex/test/integration/git_pipeline_test.exs", + "location": "opsm_ex/test/opsm/config_test.exs", + "file": "opsm_ex/test/opsm/config_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/integration/git_pipeline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/config_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -729,10 +729,10 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/integration/manifest_roundtrip_test.exs", - "file": "opsm_ex/test/integration/manifest_roundtrip_test.exs", + "location": "opsm_ex/test/opsm/package/transaction_test.exs", + "file": "opsm_ex/test/opsm/package/transaction_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/integration/manifest_roundtrip_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/package/transaction_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -741,10 +741,10 @@ }, { "category": "MutationGap", - "location": "opsm_ex/test/opsm_test.exs", - "file": "opsm_ex/test/opsm_test.exs", + "location": "opsm_ex/test/opsm/security/security_test.exs", + "file": "opsm_ex/test/opsm/security/security_test.exs", "severity": "Low", - "description": "Elixir test file opsm_ex/test/opsm_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file opsm_ex/test/opsm/security/security_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -761,28 +761,6 @@ "threading_constructs": 20 }, "file_statistics": [ - { - "file_path": "services/palimpsest-license/src/main.rs", - "lines": 445, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "services/oikos/src/main.rs", - "lines": 286, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 - }, { "file_path": "services/checky-monkey/src/main.rs", "lines": 727, @@ -795,26 +773,26 @@ "threading_constructs": 1 }, { - "file_path": "services/selur/src/main.rs", - "lines": 507, + "file_path": "services/svalinn/src/main.rs", + "lines": 459, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 8, + "safe_unwrap_calls": 13, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "services/svalinn/src/main.rs", - "lines": 459, + "file_path": "services/palimpsest-license/src/main.rs", + "lines": 445, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 13, - "allocation_sites": 10, + "safe_unwrap_calls": 2, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { "file_path": "services/vordr/src/main.rs", @@ -828,69 +806,70 @@ "threading_constructs": 0 }, { - "file_path": "opsm-ui/tui/src/lib.rs", - "lines": 899, + "file_path": "services/oikos/src/main.rs", + "lines": 286, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 8, + "safe_unwrap_calls": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "scripts/toolchain.sh", - "lines": 123, + "file_path": "services/selur/src/main.rs", + "lines": 507, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 8, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/har-agents/mirror-finder.sh", - "lines": 256, + "file_path": "opsm_ex/lib/opsm/storage/s3.ex", + "lines": 218, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "scripts/har-agents/github-search.sh", - "lines": 156, + "file_path": "opsm_ex/lib/opsm/storage/ipfs.ex", + "lines": 170, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "scripts/har-agents/install-services.sh", - "lines": 164, + "file_path": "opsm_ex/lib/opsm/lockfile.ex", + "lines": 449, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/har-agents/web-scraper.jl", - "lines": 207, + "file_path": "opsm_ex/lib/opsm/trust/pipeline.ex", + "lines": 438, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 5 }, { - "file_path": "scripts/mise_to_a2ml.py", - "lines": 55, + "file_path": "opsm_ex/lib/opsm/crypto/api_key_storage.ex", + "lines": 389, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -899,58 +878,58 @@ "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/config.ex", - "lines": 241, + "file_path": "opsm_ex/lib/opsm/verisimdb.ex", + "lines": 426, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "opsm_ex/lib/opsm/package/cleanup.ex", - "lines": 263, + "file_path": "opsm_ex/lib/opsm/registries/registry.ex", + "lines": 808, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 3 }, { - "file_path": "opsm_ex/lib/opsm/package/installer.ex", - "lines": 1123, + "file_path": "opsm_ex/lib/opsm/registries/hyperpolymath_forge.ex", + "lines": 506, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/package/transaction.ex", - "lines": 265, + "file_path": "opsm_ex/lib/opsm/cache.ex", + "lines": 154, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/package/native.ex", - "lines": 314, + "file_path": "opsm_ex/lib/opsm/registry_gateway/store.ex", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/package/downloader.ex", - "lines": 348, + "file_path": "opsm_ex/lib/opsm/config.ex", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -959,98 +938,108 @@ "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/transport/quic.ex", - "lines": 470, + "file_path": "opsm_ex/lib/opsm/manifest_ingestion.ex", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 8, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/transport/protocol.ex", - "lines": 195, + "file_path": "opsm_ex/lib/opsm/har_queue.ex", + "lines": 230, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/har_queue.ex", - "lines": 230, + "file_path": "opsm_ex/lib/opsm/maintenance.ex", + "lines": 677, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/storage/ipfs.ex", - "lines": 170, + "file_path": "opsm_ex/lib/opsm/application.ex", + "lines": 44, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "opsm_ex/lib/opsm/storage/s3.ex", - "lines": 218, + "file_path": "opsm_ex/lib/opsm/clients/palimpsest.ex", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/registry_gateway/store.ex", - "lines": 46, + "file_path": "opsm_ex/lib/opsm/clients/checky_monkey.ex", + "lines": 196, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/registries/hyperpolymath_forge.ex", - "lines": 506, + "file_path": "opsm_ex/lib/opsm/clients/oikos.ex", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/registries/registry.ex", - "lines": 808, + "file_path": "opsm_ex/lib/opsm/cli.ex", + "lines": 2665, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/verisimdb.ex", - "lines": 426, + "file_path": "opsm_ex/lib/opsm/transport/protocol.ex", + "lines": 195, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/security/osv.ex", - "lines": 186, + "file_path": "opsm_ex/lib/opsm/transport/quic.ex", + "lines": 470, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 8, + "threading_constructs": 0 + }, + { + "file_path": "opsm_ex/lib/opsm/api/nickel.ex", + "lines": 34, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1059,18 +1048,18 @@ "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/crypto/api_key_storage.ex", - "lines": 389, + "file_path": "opsm_ex/lib/opsm/manifest/opsm_toml.ex", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/maintenance.ex", - "lines": 677, + "file_path": "opsm_ex/lib/opsm/verified/http.ex", + "lines": 221, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1089,38 +1078,38 @@ "threading_constructs": 1 }, { - "file_path": "opsm_ex/lib/opsm/trust/pipeline.ex", - "lines": 438, + "file_path": "opsm_ex/lib/opsm/registry_cache.ex", + "lines": 70, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 5 + "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/federation.ex", - "lines": 1143, + "file_path": "opsm_ex/lib/opsm/http.ex", + "lines": 151, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, - "threading_constructs": 1 + "io_operations": 11, + "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/manifest_ingestion.ex", - "lines": 137, + "file_path": "opsm_ex/lib/opsm/package/installer.ex", + "lines": 1123, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/api/nickel.ex", - "lines": 34, + "file_path": "opsm_ex/lib/opsm/package/cleanup.ex", + "lines": 263, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1129,144 +1118,134 @@ "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/application.ex", - "lines": 44, + "file_path": "opsm_ex/lib/opsm/package/downloader.ex", + "lines": 348, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/cache.ex", - "lines": 154, + "file_path": "opsm_ex/lib/opsm/package/native.ex", + "lines": 314, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "opsm_ex/lib/opsm/cli.ex", - "lines": 2665, + "file_path": "opsm_ex/lib/opsm/package/transaction.ex", + "lines": 265, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/lockfile.ex", - "lines": 449, + "file_path": "opsm_ex/lib/opsm/security/osv.ex", + "lines": 186, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/clients/checky_monkey.ex", - "lines": 196, + "file_path": "opsm_ex/lib/opsm/federation.ex", + "lines": 1143, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 8, + "threading_constructs": 1 }, { - "file_path": "opsm_ex/lib/opsm/clients/palimpsest.ex", - "lines": 167, + "file_path": "opsm_ex/scripts/seam_analysis.exs", + "lines": 135, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/clients/oikos.ex", - "lines": 168, + "file_path": "opsm_ex/native/quic_transport/src/lib.rs", + "lines": 360, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "unwrap_calls": 12, + "safe_unwrap_calls": 2, + "allocation_sites": 8, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "opsm_ex/lib/opsm/http.ex", - "lines": 151, + "file_path": "opsm_ex/native/opsm_pq_nif/src/lib.rs", + "lines": 343, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 11, "allocation_sites": 0, - "io_operations": 11, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/verified/http.ex", - "lines": 221, + "file_path": "opsm_ex/test/integration/manifest_roundtrip_test.exs", + "lines": 115, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/registry_cache.ex", - "lines": 70, + "file_path": "opsm_ex/test/integration/e2e_test.exs", + "lines": 1095, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "opsm_ex/lib/opsm/manifest/opsm_toml.ex", - "lines": 155, + "file_path": "opsm_ex/test/integration/git_pipeline_test.exs", + "lines": 79, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "opsm_ex/native/opsm_pq_nif/src/lib.rs", - "lines": 343, + "file_path": "opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 11, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "opsm_ex/native/quic_transport/src/lib.rs", - "lines": 360, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 12, - "safe_unwrap_calls": 2, - "allocation_sites": 8, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "opsm_ex/scripts/seam_analysis.exs", - "lines": 135, + "file_path": "opsm_ex/test/integration/pipeline_test.exs", + "lines": 318, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 11, + "io_operations": 3, "threading_constructs": 0 }, { @@ -1280,23 +1259,33 @@ "threading_constructs": 3 }, { - "file_path": "opsm_ex/test/opsm/maintenance_test.exs", - "lines": 299, + "file_path": "opsm_ex/test/opsm/storage/storage_test.exs", + "lines": 184, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "opsm_ex/test/opsm/package/transaction_test.exs", - "lines": 196, + "file_path": "opsm_ex/test/opsm/live/github_attestation_live_test.exs", + "lines": 83, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "opsm_ex/test/opsm/crypto/api_key_storage_test.exs", + "lines": 388, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -1330,13 +1319,13 @@ "threading_constructs": 0 }, { - "file_path": "opsm_ex/test/opsm/storage/storage_test.exs", - "lines": 184, + "file_path": "opsm_ex/test/opsm/wiring/audit_test.exs", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 3, "threading_constructs": 0 }, { @@ -1350,18 +1339,8 @@ "threading_constructs": 0 }, { - "file_path": "opsm_ex/test/opsm/lockfile_test.exs", - "lines": 500, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "opsm_ex/test/opsm/crypto/api_key_storage_test.exs", - "lines": 388, + "file_path": "opsm_ex/test/opsm/maintenance_test.exs", + "lines": 299, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1370,13 +1349,13 @@ "threading_constructs": 0 }, { - "file_path": "opsm_ex/test/opsm/live/github_attestation_live_test.exs", - "lines": 83, + "file_path": "opsm_ex/test/opsm/lockfile_test.exs", + "lines": 500, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { @@ -1390,82 +1369,83 @@ "threading_constructs": 0 }, { - "file_path": "opsm_ex/test/opsm/wiring/audit_test.exs", - "lines": 166, + "file_path": "opsm_ex/test/opsm/package/transaction_test.exs", + "lines": 196, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "opsm_ex/test/integration/e2e_test.exs", - "lines": 1095, + "file_path": "scripts/har-agents/install-services.sh", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs", - "lines": 182, + "file_path": "scripts/har-agents/web-scraper.jl", + "lines": 207, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "opsm_ex/test/integration/pipeline_test.exs", - "lines": 318, + "file_path": "scripts/har-agents/mirror-finder.sh", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "opsm_ex/test/integration/git_pipeline_test.exs", - "lines": 79, + "file_path": "scripts/har-agents/github-search.sh", + "lines": 156, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "opsm_ex/test/integration/manifest_roundtrip_test.exs", - "lines": 115, + "file_path": "scripts/mise_to_a2ml.py", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "scripts/toolchain.sh", + "lines": 123, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/opsm.zig", - "lines": 110, + "file_path": "opsm-ui/tui/src/lib.rs", + "lines": 899, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 6, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, @@ -1488,235 +1468,237 @@ "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 + }, + { + "file_path": "src/opsm.zig", + "lines": 110, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 278, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 } ], "recommended_attacks": [ - "network", - "cpu", + "memory", "disk", + "network", "concurrency", - "memory" + "cpu" ], "dependency_graph": { "edges": [ { - "from": "opsm_ex/test/integration/e2e_test.exs", - "to": "opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs", - "relation": "shared_dir:opsm_ex/test/integration", - "weight": 1.0 - }, - { - "from": "opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs", - "to": "opsm_ex/test/integration/pipeline_test.exs", - "relation": "shared_dir:opsm_ex/test/integration", - "weight": 1.0 - }, - { - "from": "opsm_ex/test/integration/pipeline_test.exs", - "to": "opsm_ex/test/integration/git_pipeline_test.exs", - "relation": "shared_dir:opsm_ex/test/integration", - "weight": 1.0 - }, - { - "from": "opsm_ex/test/integration/git_pipeline_test.exs", - "to": "opsm_ex/test/integration/manifest_roundtrip_test.exs", - "relation": "shared_dir:opsm_ex/test/integration", - "weight": 1.0 - }, - { - "from": "opsm_ex/lib/opsm/storage/ipfs.ex", - "to": "opsm_ex/lib/opsm/storage/s3.ex", - "relation": "shared_dir:opsm_ex/lib/opsm/storage", - "weight": 1.0 - }, - { - "from": "opsm_ex/test/opsm/maintenance_test.exs", - "to": "opsm_ex/test/opsm/lockfile_test.exs", - "relation": "shared_dir:opsm_ex/test/opsm", + "from": "opsm_ex/lib/opsm/registries/registry.ex", + "to": "opsm_ex/lib/opsm/registries/hyperpolymath_forge.ex", + "relation": "shared_dir:opsm_ex/lib/opsm/registries", "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/lockfile_test.exs", - "to": "opsm_ex/test/opsm/config_test.exs", - "relation": "shared_dir:opsm_ex/test/opsm", + "from": "opsm_ex/lib/opsm/package/installer.ex", + "to": "opsm_ex/lib/opsm/package/cleanup.ex", + "relation": "shared_dir:opsm_ex/lib/opsm/package", "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", - "to": "src/abi/ffi.zig", - "relation": "shared_dir:src/abi", + "from": "opsm_ex/lib/opsm/package/cleanup.ex", + "to": "opsm_ex/lib/opsm/package/downloader.ex", + "relation": "shared_dir:opsm_ex/lib/opsm/package", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/package/cleanup.ex", - "to": "opsm_ex/lib/opsm/package/installer.ex", + "from": "opsm_ex/lib/opsm/package/downloader.ex", + "to": "opsm_ex/lib/opsm/package/native.ex", "relation": "shared_dir:opsm_ex/lib/opsm/package", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/package/installer.ex", + "from": "opsm_ex/lib/opsm/package/native.ex", "to": "opsm_ex/lib/opsm/package/transaction.ex", "relation": "shared_dir:opsm_ex/lib/opsm/package", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/package/transaction.ex", - "to": "opsm_ex/lib/opsm/package/native.ex", - "relation": "shared_dir:opsm_ex/lib/opsm/package", + "from": "scripts/mise_to_a2ml.py", + "to": "scripts/toolchain.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/package/native.ex", - "to": "opsm_ex/lib/opsm/package/downloader.ex", - "relation": "shared_dir:opsm_ex/lib/opsm/package", + "from": "opsm_ex/test/opsm/git/clone_test.exs", + "to": "opsm_ex/test/opsm/git/build_detector_test.exs", + "relation": "shared_dir:opsm_ex/test/opsm/git", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/clients/checky_monkey.ex", - "to": "opsm_ex/lib/opsm/clients/palimpsest.ex", - "relation": "shared_dir:opsm_ex/lib/opsm/clients", + "from": "opsm_ex/test/opsm/git/build_detector_test.exs", + "to": "opsm_ex/test/opsm/git/pipeline_test.exs", + "relation": "shared_dir:opsm_ex/test/opsm/git", "weight": 1.0 }, { "from": "opsm_ex/lib/opsm/clients/palimpsest.ex", - "to": "opsm_ex/lib/opsm/clients/oikos.ex", + "to": "opsm_ex/lib/opsm/clients/checky_monkey.ex", "relation": "shared_dir:opsm_ex/lib/opsm/clients", "weight": 1.0 }, { - "from": "scripts/toolchain.sh", - "to": "scripts/mise_to_a2ml.py", - "relation": "shared_dir:scripts", - "weight": 1.0 - }, - { - "from": "opsm_ex/test/opsm/git/clone_test.exs", - "to": "opsm_ex/test/opsm/git/build_detector_test.exs", - "relation": "shared_dir:opsm_ex/test/opsm/git", + "from": "opsm_ex/lib/opsm/clients/checky_monkey.ex", + "to": "opsm_ex/lib/opsm/clients/oikos.ex", + "relation": "shared_dir:opsm_ex/lib/opsm/clients", "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/git/build_detector_test.exs", - "to": "opsm_ex/test/opsm/git/pipeline_test.exs", - "relation": "shared_dir:opsm_ex/test/opsm/git", + "from": "opsm_ex/test/integration/manifest_roundtrip_test.exs", + "to": "opsm_ex/test/integration/e2e_test.exs", + "relation": "shared_dir:opsm_ex/test/integration", "weight": 1.0 }, { - "from": "scripts/har-agents/mirror-finder.sh", - "to": "scripts/har-agents/github-search.sh", - "relation": "shared_dir:scripts/har-agents", + "from": "opsm_ex/test/integration/e2e_test.exs", + "to": "opsm_ex/test/integration/git_pipeline_test.exs", + "relation": "shared_dir:opsm_ex/test/integration", "weight": 1.0 }, { - "from": "scripts/har-agents/github-search.sh", - "to": "scripts/har-agents/install-services.sh", - "relation": "shared_dir:scripts/har-agents", + "from": "opsm_ex/test/integration/git_pipeline_test.exs", + "to": "opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs", + "relation": "shared_dir:opsm_ex/test/integration", "weight": 1.0 }, { - "from": "scripts/har-agents/install-services.sh", - "to": "scripts/har-agents/web-scraper.jl", - "relation": "shared_dir:scripts/har-agents", + "from": "opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs", + "to": "opsm_ex/test/integration/pipeline_test.exs", + "relation": "shared_dir:opsm_ex/test/integration", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/transport/quic.ex", - "to": "opsm_ex/lib/opsm/transport/protocol.ex", - "relation": "shared_dir:opsm_ex/lib/opsm/transport", + "from": "opsm_ex/test/opsm/maintenance_test.exs", + "to": "opsm_ex/test/opsm/lockfile_test.exs", + "relation": "shared_dir:opsm_ex/test/opsm", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/config.ex", - "to": "opsm_ex/lib/opsm/har_queue.ex", - "relation": "shared_dir:opsm_ex/lib/opsm", + "from": "opsm_ex/test/opsm/lockfile_test.exs", + "to": "opsm_ex/test/opsm/config_test.exs", + "relation": "shared_dir:opsm_ex/test/opsm", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/har_queue.ex", + "from": "opsm_ex/lib/opsm/lockfile.ex", "to": "opsm_ex/lib/opsm/verisimdb.ex", "relation": "shared_dir:opsm_ex/lib/opsm", "weight": 1.0 }, { "from": "opsm_ex/lib/opsm/verisimdb.ex", - "to": "opsm_ex/lib/opsm/maintenance.ex", + "to": "opsm_ex/lib/opsm/cache.ex", "relation": "shared_dir:opsm_ex/lib/opsm", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/maintenance.ex", - "to": "opsm_ex/lib/opsm/federation.ex", + "from": "opsm_ex/lib/opsm/cache.ex", + "to": "opsm_ex/lib/opsm/config.ex", "relation": "shared_dir:opsm_ex/lib/opsm", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/federation.ex", + "from": "opsm_ex/lib/opsm/config.ex", "to": "opsm_ex/lib/opsm/manifest_ingestion.ex", "relation": "shared_dir:opsm_ex/lib/opsm", "weight": 1.0 }, { "from": "opsm_ex/lib/opsm/manifest_ingestion.ex", - "to": "opsm_ex/lib/opsm/application.ex", + "to": "opsm_ex/lib/opsm/har_queue.ex", "relation": "shared_dir:opsm_ex/lib/opsm", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/application.ex", - "to": "opsm_ex/lib/opsm/cache.ex", + "from": "opsm_ex/lib/opsm/har_queue.ex", + "to": "opsm_ex/lib/opsm/maintenance.ex", "relation": "shared_dir:opsm_ex/lib/opsm", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/cache.ex", + "from": "opsm_ex/lib/opsm/maintenance.ex", + "to": "opsm_ex/lib/opsm/application.ex", + "relation": "shared_dir:opsm_ex/lib/opsm", + "weight": 1.0 + }, + { + "from": "opsm_ex/lib/opsm/application.ex", "to": "opsm_ex/lib/opsm/cli.ex", "relation": "shared_dir:opsm_ex/lib/opsm", "weight": 1.0 }, { "from": "opsm_ex/lib/opsm/cli.ex", - "to": "opsm_ex/lib/opsm/lockfile.ex", + "to": "opsm_ex/lib/opsm/registry_cache.ex", "relation": "shared_dir:opsm_ex/lib/opsm", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/lockfile.ex", + "from": "opsm_ex/lib/opsm/registry_cache.ex", "to": "opsm_ex/lib/opsm/http.ex", "relation": "shared_dir:opsm_ex/lib/opsm", "weight": 1.0 }, { "from": "opsm_ex/lib/opsm/http.ex", - "to": "opsm_ex/lib/opsm/registry_cache.ex", + "to": "opsm_ex/lib/opsm/federation.ex", "relation": "shared_dir:opsm_ex/lib/opsm", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/registries/hyperpolymath_forge.ex", - "to": "opsm_ex/lib/opsm/registries/registry.ex", - "relation": "shared_dir:opsm_ex/lib/opsm/registries", + "from": "opsm_ex/lib/opsm/storage/s3.ex", + "to": "opsm_ex/lib/opsm/storage/ipfs.ex", + "relation": "shared_dir:opsm_ex/lib/opsm/storage", "weight": 1.0 }, { - "from": "services/palimpsest-license/src/main.rs", - "to": "OTP", - "relation": "framework", - "weight": 2.0 + "from": "opsm_ex/lib/opsm/transport/protocol.ex", + "to": "opsm_ex/lib/opsm/transport/quic.ex", + "relation": "shared_dir:opsm_ex/lib/opsm/transport", + "weight": 1.0 }, { - "from": "services/palimpsest-license/src/main.rs", - "to": "WebServer", - "relation": "framework", - "weight": 2.0 + "from": "scripts/har-agents/install-services.sh", + "to": "scripts/har-agents/web-scraper.jl", + "relation": "shared_dir:scripts/har-agents", + "weight": 1.0 + }, + { + "from": "scripts/har-agents/web-scraper.jl", + "to": "scripts/har-agents/mirror-finder.sh", + "relation": "shared_dir:scripts/har-agents", + "weight": 1.0 + }, + { + "from": "scripts/har-agents/mirror-finder.sh", + "to": "scripts/har-agents/github-search.sh", + "relation": "shared_dir:scripts/har-agents", + "weight": 1.0 }, { - "from": "services/oikos/src/main.rs", - "to": "OTP", - "relation": "framework", - "weight": 2.0 + "from": "src/abi/Foreign.idr", + "to": "src/abi/ffi.zig", + "relation": "shared_dir:src/abi", + "weight": 1.0 }, { - "from": "services/oikos/src/main.rs", + "from": "services/checky-monkey/src/main.rs", "to": "WebServer", "relation": "framework", "weight": 2.0 @@ -1728,31 +1710,31 @@ "weight": 2.0 }, { - "from": "services/checky-monkey/src/main.rs", + "from": "services/svalinn/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "services/selur/src/main.rs", + "from": "services/svalinn/src/main.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "services/selur/src/main.rs", + "from": "services/palimpsest-license/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "services/svalinn/src/main.rs", + "from": "services/palimpsest-license/src/main.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "services/svalinn/src/main.rs", + "from": "services/vordr/src/main.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -1764,316 +1746,316 @@ "weight": 1.0 }, { - "from": "services/vordr/src/main.rs", + "from": "services/oikos/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "opsm-ui/tui/src/lib.rs", + "from": "services/oikos/src/main.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "opsm-ui/tui/src/lib.rs", + "from": "services/selur/src/main.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/toolchain.sh", + "from": "services/selur/src/main.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/toolchain.sh", + "from": "opsm_ex/lib/opsm/storage/s3.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/har-agents/mirror-finder.sh", + "from": "opsm_ex/lib/opsm/storage/s3.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/har-agents/mirror-finder.sh", + "from": "opsm_ex/lib/opsm/storage/ipfs.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/har-agents/github-search.sh", + "from": "opsm_ex/lib/opsm/storage/ipfs.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/har-agents/github-search.sh", + "from": "opsm_ex/lib/opsm/lockfile.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/har-agents/install-services.sh", + "from": "opsm_ex/lib/opsm/lockfile.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/har-agents/install-services.sh", + "from": "opsm_ex/lib/opsm/trust/pipeline.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 10.0 }, { - "from": "scripts/har-agents/web-scraper.jl", + "from": "opsm_ex/lib/opsm/trust/pipeline.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 10.0 }, { - "from": "scripts/har-agents/web-scraper.jl", + "from": "opsm_ex/lib/opsm/crypto/api_key_storage.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/mise_to_a2ml.py", + "from": "opsm_ex/lib/opsm/crypto/api_key_storage.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/mise_to_a2ml.py", + "from": "opsm_ex/lib/opsm/verisimdb.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "opsm_ex/lib/opsm/config.ex", + "from": "opsm_ex/lib/opsm/verisimdb.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "opsm_ex/lib/opsm/config.ex", + "from": "opsm_ex/lib/opsm/registries/registry.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "opsm_ex/lib/opsm/package/cleanup.ex", + "from": "opsm_ex/lib/opsm/registries/registry.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "opsm_ex/lib/opsm/package/cleanup.ex", + "from": "opsm_ex/lib/opsm/registries/hyperpolymath_forge.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/package/installer.ex", + "from": "opsm_ex/lib/opsm/registries/hyperpolymath_forge.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/package/installer.ex", + "from": "opsm_ex/lib/opsm/cache.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/package/transaction.ex", + "from": "opsm_ex/lib/opsm/cache.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/package/transaction.ex", + "from": "opsm_ex/lib/opsm/registry_gateway/store.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/package/native.ex", + "from": "opsm_ex/lib/opsm/registry_gateway/store.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/package/native.ex", + "from": "opsm_ex/lib/opsm/config.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/package/downloader.ex", + "from": "opsm_ex/lib/opsm/config.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/package/downloader.ex", + "from": "opsm_ex/lib/opsm/manifest_ingestion.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/transport/quic.ex", + "from": "opsm_ex/lib/opsm/manifest_ingestion.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/transport/quic.ex", + "from": "opsm_ex/lib/opsm/har_queue.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/transport/protocol.ex", + "from": "opsm_ex/lib/opsm/har_queue.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/transport/protocol.ex", + "from": "opsm_ex/lib/opsm/maintenance.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/har_queue.ex", + "from": "opsm_ex/lib/opsm/maintenance.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/har_queue.ex", + "from": "opsm_ex/lib/opsm/application.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "opsm_ex/lib/opsm/storage/ipfs.ex", + "from": "opsm_ex/lib/opsm/application.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "opsm_ex/lib/opsm/storage/ipfs.ex", + "from": "opsm_ex/lib/opsm/clients/palimpsest.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/storage/s3.ex", + "from": "opsm_ex/lib/opsm/clients/palimpsest.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/storage/s3.ex", + "from": "opsm_ex/lib/opsm/clients/checky_monkey.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/registry_gateway/store.ex", + "from": "opsm_ex/lib/opsm/clients/checky_monkey.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/registry_gateway/store.ex", + "from": "opsm_ex/lib/opsm/clients/oikos.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/registries/hyperpolymath_forge.ex", + "from": "opsm_ex/lib/opsm/clients/oikos.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/registries/hyperpolymath_forge.ex", + "from": "opsm_ex/lib/opsm/cli.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/registries/registry.ex", + "from": "opsm_ex/lib/opsm/cli.ex", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/registries/registry.ex", + "from": "opsm_ex/lib/opsm/transport/protocol.ex", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/verisimdb.ex", + "from": "opsm_ex/lib/opsm/transport/protocol.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/verisimdb.ex", + "from": "opsm_ex/lib/opsm/transport/quic.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/security/osv.ex", + "from": "opsm_ex/lib/opsm/transport/quic.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/security/osv.ex", + "from": "opsm_ex/lib/opsm/api/nickel.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/crypto/api_key_storage.ex", + "from": "opsm_ex/lib/opsm/api/nickel.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/crypto/api_key_storage.ex", + "from": "opsm_ex/lib/opsm/manifest/opsm_toml.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/maintenance.ex", + "from": "opsm_ex/lib/opsm/manifest/opsm_toml.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/maintenance.ex", + "from": "opsm_ex/lib/opsm/verified/http.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/har/web_scraper.ex", + "from": "opsm_ex/lib/opsm/verified/http.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { "from": "opsm_ex/lib/opsm/har/web_scraper.ex", @@ -2082,220 +2064,220 @@ "weight": 2.0 }, { - "from": "opsm_ex/lib/opsm/trust/pipeline.ex", + "from": "opsm_ex/lib/opsm/har/web_scraper.ex", "to": "OTP", "relation": "framework", - "weight": 10.0 + "weight": 2.0 }, { - "from": "opsm_ex/lib/opsm/trust/pipeline.ex", + "from": "opsm_ex/lib/opsm/registry_cache.ex", "to": "WebServer", "relation": "framework", - "weight": 10.0 + "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/federation.ex", + "from": "opsm_ex/lib/opsm/registry_cache.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/federation.ex", + "from": "opsm_ex/lib/opsm/http.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/manifest_ingestion.ex", + "from": "opsm_ex/lib/opsm/http.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/manifest_ingestion.ex", + "from": "opsm_ex/lib/opsm/package/installer.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/api/nickel.ex", + "from": "opsm_ex/lib/opsm/package/installer.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/api/nickel.ex", + "from": "opsm_ex/lib/opsm/package/cleanup.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/application.ex", + "from": "opsm_ex/lib/opsm/package/cleanup.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/application.ex", + "from": "opsm_ex/lib/opsm/package/downloader.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/cache.ex", + "from": "opsm_ex/lib/opsm/package/downloader.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/cache.ex", + "from": "opsm_ex/lib/opsm/package/native.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "opsm_ex/lib/opsm/cli.ex", + "from": "opsm_ex/lib/opsm/package/native.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "opsm_ex/lib/opsm/cli.ex", + "from": "opsm_ex/lib/opsm/package/transaction.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/lockfile.ex", + "from": "opsm_ex/lib/opsm/package/transaction.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/lockfile.ex", + "from": "opsm_ex/lib/opsm/security/osv.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/clients/checky_monkey.ex", + "from": "opsm_ex/lib/opsm/security/osv.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/clients/checky_monkey.ex", + "from": "opsm_ex/lib/opsm/federation.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "opsm_ex/lib/opsm/clients/palimpsest.ex", + "from": "opsm_ex/lib/opsm/federation.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "opsm_ex/lib/opsm/clients/palimpsest.ex", + "from": "opsm_ex/scripts/seam_analysis.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/clients/oikos.ex", + "from": "opsm_ex/scripts/seam_analysis.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/clients/oikos.ex", + "from": "opsm_ex/native/quic_transport/src/lib.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 14.0 }, { - "from": "opsm_ex/lib/opsm/http.ex", + "from": "opsm_ex/native/quic_transport/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 14.0 }, { - "from": "opsm_ex/lib/opsm/http.ex", + "from": "opsm_ex/native/opsm_pq_nif/src/lib.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 11.0 }, { - "from": "opsm_ex/lib/opsm/verified/http.ex", + "from": "opsm_ex/native/opsm_pq_nif/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 11.0 }, { - "from": "opsm_ex/lib/opsm/verified/http.ex", + "from": "opsm_ex/test/integration/manifest_roundtrip_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/registry_cache.ex", + "from": "opsm_ex/test/integration/manifest_roundtrip_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/registry_cache.ex", + "from": "opsm_ex/test/integration/e2e_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/manifest/opsm_toml.ex", + "from": "opsm_ex/test/integration/e2e_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/lib/opsm/manifest/opsm_toml.ex", + "from": "opsm_ex/test/integration/git_pipeline_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/native/opsm_pq_nif/src/lib.rs", + "from": "opsm_ex/test/integration/git_pipeline_test.exs", "to": "OTP", "relation": "framework", - "weight": 11.0 + "weight": 1.0 }, { - "from": "opsm_ex/native/opsm_pq_nif/src/lib.rs", + "from": "opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs", "to": "WebServer", "relation": "framework", - "weight": 11.0 + "weight": 1.0 }, { - "from": "opsm_ex/native/quic_transport/src/lib.rs", + "from": "opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs", "to": "OTP", "relation": "framework", - "weight": 14.0 + "weight": 1.0 }, { - "from": "opsm_ex/native/quic_transport/src/lib.rs", + "from": "opsm_ex/test/integration/pipeline_test.exs", "to": "WebServer", "relation": "framework", - "weight": 14.0 + "weight": 1.0 }, { - "from": "opsm_ex/scripts/seam_analysis.exs", + "from": "opsm_ex/test/integration/pipeline_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/scripts/seam_analysis.exs", + "from": "opsm_ex/test/aspect/concurrency_test.exs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { "from": "opsm_ex/test/aspect/concurrency_test.exs", @@ -2304,37 +2286,37 @@ "weight": 6.0 }, { - "from": "opsm_ex/test/aspect/concurrency_test.exs", + "from": "opsm_ex/test/opsm/storage/storage_test.exs", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/maintenance_test.exs", + "from": "opsm_ex/test/opsm/storage/storage_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/maintenance_test.exs", + "from": "opsm_ex/test/opsm/live/github_attestation_live_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/package/transaction_test.exs", + "from": "opsm_ex/test/opsm/live/github_attestation_live_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/package/transaction_test.exs", + "from": "opsm_ex/test/opsm/crypto/api_key_storage_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/git/clone_test.exs", + "from": "opsm_ex/test/opsm/crypto/api_key_storage_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -2346,7 +2328,7 @@ "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/git/build_detector_test.exs", + "from": "opsm_ex/test/opsm/git/clone_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -2358,7 +2340,7 @@ "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/git/pipeline_test.exs", + "from": "opsm_ex/test/opsm/git/build_detector_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -2370,19 +2352,19 @@ "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/storage/storage_test.exs", + "from": "opsm_ex/test/opsm/git/pipeline_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/storage/storage_test.exs", + "from": "opsm_ex/test/opsm/wiring/audit_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/integration/manifest_roundtrip_test.exs", + "from": "opsm_ex/test/opsm/wiring/audit_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -2394,37 +2376,37 @@ "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/lockfile_test.exs", + "from": "opsm_ex/test/opsm/integration/manifest_roundtrip_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/lockfile_test.exs", + "from": "opsm_ex/test/opsm/maintenance_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/crypto/api_key_storage_test.exs", + "from": "opsm_ex/test/opsm/maintenance_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/crypto/api_key_storage_test.exs", + "from": "opsm_ex/test/opsm/lockfile_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/live/github_attestation_live_test.exs", + "from": "opsm_ex/test/opsm/lockfile_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/live/github_attestation_live_test.exs", + "from": "opsm_ex/test/opsm/config_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -2436,106 +2418,106 @@ "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/config_test.exs", + "from": "opsm_ex/test/opsm/package/transaction_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/wiring/audit_test.exs", + "from": "opsm_ex/test/opsm/package/transaction_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/opsm/wiring/audit_test.exs", + "from": "scripts/har-agents/install-services.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/integration/e2e_test.exs", + "from": "scripts/har-agents/install-services.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/integration/e2e_test.exs", + "from": "scripts/har-agents/web-scraper.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs", + "from": "scripts/har-agents/web-scraper.jl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs", + "from": "scripts/har-agents/mirror-finder.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/integration/pipeline_test.exs", + "from": "scripts/har-agents/mirror-finder.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/integration/pipeline_test.exs", + "from": "scripts/har-agents/github-search.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/integration/git_pipeline_test.exs", + "from": "scripts/har-agents/github-search.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/integration/git_pipeline_test.exs", + "from": "scripts/mise_to_a2ml.py", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/integration/manifest_roundtrip_test.exs", + "from": "scripts/mise_to_a2ml.py", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "opsm_ex/test/integration/manifest_roundtrip_test.exs", + "from": "scripts/toolchain.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "scripts/toolchain.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "opsm-ui/tui/src/lib.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/opsm.zig", + "from": "opsm-ui/tui/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/opsm.zig", + "from": "src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { "from": "src/abi/Foreign.idr", @@ -2544,10 +2526,10 @@ "weight": 36.0 }, { - "from": "src/abi/Foreign.idr", + "from": "src/abi/ffi.zig", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { "from": "src/abi/ffi.zig", @@ -2556,50 +2538,33 @@ "weight": 1.0 }, { - "from": "src/abi/ffi.zig", + "from": "src/opsm.zig", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "src/opsm.zig", + "to": "OTP", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "setup.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 + }, + { + "from": "setup.sh", + "to": "OTP", + "relation": "framework", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ - { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "opsm_ex/lib/opsm/package/cleanup.ex", - "opsm_ex/lib/opsm/package/native.ex", - "opsm_ex/lib/opsm/safe_exec.ex", - "opsm_ex/lib/opsm/container.ex", - "opsm_ex/lib/opsm/cli.ex" - ], - "frameworks": [ - "OTP", - "WebServer" - ], - "relation": "CommandInjection->Disk" - }, - { - "source_category": "InsecureProtocol", - "sink_axis": "network", - "severity_value": 2.5, - "files": [ - "opsm_ex/test/aspect/security_test.exs", - "opsm_ex/test/opsm/git/clone_test.exs", - "opsm_ex/test/opsm/verified_test.exs", - "opsm_ex/test/opsm/validation_test.exs", - "opsm_ex/test/opsm/slsa/github_attestation_test.exs", - "opsm_ex/test/integration/e2e_test.exs" - ], - "frameworks": [ - "OTP", - "WebServer" - ], - "relation": "InsecureProtocol->Network" - }, { "source_category": "HardcodedSecret", "sink_axis": "network", @@ -2608,8 +2573,8 @@ "opsm_ex/test/opsm/crypto/api_key_storage_test.exs" ], "frameworks": [ - "OTP", - "WebServer" + "WebServer", + "OTP" ], "relation": "HardcodedSecret->Network" }, @@ -2618,43 +2583,46 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "opsm_ex/lib/opsm/package/cleanup.ex", - "opsm_ex/lib/opsm/package/native.ex", - "opsm_ex/lib/opsm/safe_exec.ex", + "opsm_ex/lib/opsm/cli.ex", "opsm_ex/lib/opsm/container.ex", - "opsm_ex/lib/opsm/cli.ex" + "opsm_ex/lib/opsm/safe_exec.ex", + "opsm_ex/lib/opsm/package/cleanup.ex", + "opsm_ex/lib/opsm/package/native.ex" ], "frameworks": [ - "OTP", - "WebServer" + "WebServer", + "OTP" ], "relation": "CommandInjection->Cpu" }, { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "CommandInjection", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "opsm_ex/native/opsm_pq_nif/src/lib.rs", - "opsm_ex/native/quic_transport/src/lib.rs" + "opsm_ex/lib/opsm/cli.ex", + "opsm_ex/lib/opsm/container.ex", + "opsm_ex/lib/opsm/safe_exec.ex", + "opsm_ex/lib/opsm/package/cleanup.ex", + "opsm_ex/lib/opsm/package/native.ex" ], "frameworks": [ - "OTP", - "WebServer" + "WebServer", + "OTP" ], - "relation": "PanicPath->Memory" + "relation": "CommandInjection->Disk" }, { "source_category": "PanicPath", "sink_axis": "disk", "severity_value": 2.5, "files": [ - "opsm_ex/native/opsm_pq_nif/src/lib.rs", - "opsm_ex/native/quic_transport/src/lib.rs" + "opsm_ex/native/quic_transport/src/lib.rs", + "opsm_ex/native/opsm_pq_nif/src/lib.rs" ], "frameworks": [ - "OTP", - "WebServer" + "WebServer", + "OTP" ], "relation": "PanicPath->Disk" }, @@ -2663,63 +2631,95 @@ "sink_axis": "cpu", "severity_value": 1.0, "files": [ + "opsm_ex/test/e2e/pq_sign_verify_e2e_test.exs", + "opsm_ex/test/e2e/registry_e2e_test.exs", + "opsm_ex/test/integration/manifest_roundtrip_test.exs", + "opsm_ex/test/integration/e2e_test.exs", + "opsm_ex/test/integration/trust_pipeline_test.exs", + "opsm_ex/test/integration/git_pipeline_test.exs", + "opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs", + "opsm_ex/test/integration/pipeline_test.exs", "opsm_ex/test/aspect/security_test.exs", "opsm_ex/test/aspect/concurrency_test.exs", - "opsm_ex/test/e2e/registry_e2e_test.exs", - "opsm_ex/test/e2e/pq_sign_verify_e2e_test.exs", - "opsm_ex/test/opsm/maintenance_test.exs", - "opsm_ex/test/opsm/package/transaction_test.exs", + "opsm_ex/test/opsm_test.exs", + "opsm_ex/test/stress_test.exs", + "opsm_ex/test/opsm/registry_gateway_test.exs", + "opsm_ex/test/opsm/storage/storage_test.exs", + "opsm_ex/test/opsm/live/github_attestation_live_test.exs", + "opsm_ex/test/opsm/federation/system_query_test.exs", + "opsm_ex/test/opsm/federation/dep_mapper_test.exs", "opsm_ex/test/opsm/version_constraint_test.exs", - "opsm_ex/test/opsm/transport/protocol_test.exs", - "opsm_ex/test/opsm/transport/quic_test.exs", + "opsm_ex/test/opsm/validation_test.exs", + "opsm_ex/test/opsm/crypto/hybrid_signatures_test.exs", + "opsm_ex/test/opsm/crypto/api_key_storage_test.exs", + "opsm_ex/test/opsm/crypto/rng_test.exs", + "opsm_ex/test/opsm/crypto/hash_test.exs", + "opsm_ex/test/opsm/crypto/post_quantum_test.exs", + "opsm_ex/test/opsm/crypto/symmetric_test.exs", + "opsm_ex/test/opsm/crypto/password_test.exs", + "opsm_ex/test/opsm/registries/language_adapters_test.exs", + "opsm_ex/test/opsm/registries/eclexia_test.exs", + "opsm_ex/test/opsm/registries/hyperpolymath_forge_test.exs", + "opsm_ex/test/opsm/slsa/github_attestation_test.exs", + "opsm_ex/test/opsm/network/ipv6_test.exs", "opsm_ex/test/opsm/git/clone_test.exs", "opsm_ex/test/opsm/git/build_detector_test.exs", "opsm_ex/test/opsm/git/builder_test.exs", "opsm_ex/test/opsm/git/pipeline_test.exs", - "opsm_ex/test/opsm/network/ipv6_test.exs", - "opsm_ex/test/opsm/progress_test.exs", - "opsm_ex/test/opsm/storage/storage_test.exs", - "opsm_ex/test/opsm/registry_gateway_test.exs", - "opsm_ex/test/opsm/verified_test.exs", - "opsm_ex/test/opsm/integration/slsa_pipeline_test.exs", + "opsm_ex/test/opsm/wiring/audit_test.exs", "opsm_ex/test/opsm/integration/pq_trust_pipeline_test.exs", "opsm_ex/test/opsm/integration/manifest_roundtrip_test.exs", + "opsm_ex/test/opsm/integration/slsa_pipeline_test.exs", + "opsm_ex/test/opsm/transport/quic_test.exs", + "opsm_ex/test/opsm/transport/protocol_test.exs", + "opsm_ex/test/opsm/maintenance_test.exs", + "opsm_ex/test/opsm/verified_test.exs", "opsm_ex/test/opsm/lockfile_test.exs", - "opsm_ex/test/opsm/registries/language_adapters_test.exs", - "opsm_ex/test/opsm/registries/hyperpolymath_forge_test.exs", - "opsm_ex/test/opsm/registries/eclexia_test.exs", - "opsm_ex/test/opsm/validation_test.exs", - "opsm_ex/test/opsm/federation/system_query_test.exs", - "opsm_ex/test/opsm/federation/dep_mapper_test.exs", - "opsm_ex/test/opsm/security/security_test.exs", - "opsm_ex/test/opsm/crypto/symmetric_test.exs", - "opsm_ex/test/opsm/crypto/password_test.exs", - "opsm_ex/test/opsm/crypto/hash_test.exs", - "opsm_ex/test/opsm/crypto/api_key_storage_test.exs", - "opsm_ex/test/opsm/crypto/post_quantum_test.exs", - "opsm_ex/test/opsm/crypto/rng_test.exs", - "opsm_ex/test/opsm/crypto/hybrid_signatures_test.exs", - "opsm_ex/test/opsm/slsa/github_attestation_test.exs", - "opsm_ex/test/opsm/live/github_attestation_live_test.exs", + "opsm_ex/test/opsm/progress_test.exs", + "opsm_ex/test/opsm/manifest/writer_test.exs", + "opsm_ex/test/opsm/manifest/opsm_toml_test.exs", "opsm_ex/test/opsm/har/web_scraper_test.exs", "opsm_ex/test/opsm/config_test.exs", - "opsm_ex/test/opsm/wiring/audit_test.exs", - "opsm_ex/test/opsm/manifest/opsm_toml_test.exs", - "opsm_ex/test/opsm/manifest/writer_test.exs", - "opsm_ex/test/stress_test.exs", - "opsm_ex/test/integration/e2e_test.exs", - "opsm_ex/test/integration/trust_pipeline_live_e2e_test.exs", - "opsm_ex/test/integration/pipeline_test.exs", - "opsm_ex/test/integration/trust_pipeline_test.exs", - "opsm_ex/test/integration/git_pipeline_test.exs", - "opsm_ex/test/integration/manifest_roundtrip_test.exs", - "opsm_ex/test/opsm_test.exs" + "opsm_ex/test/opsm/package/transaction_test.exs", + "opsm_ex/test/opsm/security/security_test.exs" ], "frameworks": [ - "OTP", - "WebServer" + "WebServer", + "OTP" ], "relation": "MutationGap->Cpu" + }, + { + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "opsm_ex/native/quic_transport/src/lib.rs", + "opsm_ex/native/opsm_pq_nif/src/lib.rs" + ], + "frameworks": [ + "WebServer", + "OTP" + ], + "relation": "PanicPath->Memory" + }, + { + "source_category": "InsecureProtocol", + "sink_axis": "network", + "severity_value": 2.5, + "files": [ + "opsm_ex/test/integration/e2e_test.exs", + "opsm_ex/test/aspect/security_test.exs", + "opsm_ex/test/opsm/validation_test.exs", + "opsm_ex/test/opsm/slsa/github_attestation_test.exs", + "opsm_ex/test/opsm/git/clone_test.exs", + "opsm_ex/test/opsm/verified_test.exs" + ], + "frameworks": [ + "WebServer", + "OTP" + ], + "relation": "InsecureProtocol->Network" } ] } diff --git a/scans/oikos-economics-accounting-dsl.json b/scans/oikos-economics-accounting-dsl.json index 22b3afa6..b5e1ffe1 100644 --- a/scans/oikos-economics-accounting-dsl.json +++ b/scans/oikos-economics-accounting-dsl.json @@ -15,18 +15,19 @@ }, "file_statistics": [ { - "file_path": "oikos-check/src/instrument_check.rs", - "lines": 110, + "file_path": "oikos-parser/src/parser.rs", + "lines": 645, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 6, + "allocation_sites": 28, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "oikos-check/src/cross_ref.rs", - "lines": 159, + "file_path": "oikos-check/src/currency_check.rs", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -35,8 +36,8 @@ "threading_constructs": 0 }, { - "file_path": "oikos-check/src/currency_check.rs", - "lines": 62, + "file_path": "oikos-check/src/lib.rs", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -45,8 +46,8 @@ "threading_constructs": 0 }, { - "file_path": "oikos-check/src/lib.rs", - "lines": 78, + "file_path": "oikos-check/src/cross_ref.rs", + "lines": 159, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -65,44 +66,43 @@ "threading_constructs": 0 }, { - "file_path": "oikos-parser/src/parser.rs", - "lines": 645, + "file_path": "oikos-check/src/instrument_check.rs", + "lines": 110, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 28, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", - "cpu" + "cpu", + "memory" ], "dependency_graph": { "edges": [ { - "from": "oikos-check/src/instrument_check.rs", - "to": "oikos-check/src/cross_ref.rs", + "from": "oikos-check/src/currency_check.rs", + "to": "oikos-check/src/lib.rs", "relation": "shared_dir:oikos-check/src", "weight": 1.0 }, { - "from": "oikos-check/src/cross_ref.rs", - "to": "oikos-check/src/currency_check.rs", + "from": "oikos-check/src/lib.rs", + "to": "oikos-check/src/cross_ref.rs", "relation": "shared_dir:oikos-check/src", "weight": 1.0 }, { - "from": "oikos-check/src/currency_check.rs", - "to": "oikos-check/src/lib.rs", + "from": "oikos-check/src/cross_ref.rs", + "to": "oikos-check/src/resolve.rs", "relation": "shared_dir:oikos-check/src", "weight": 1.0 }, { - "from": "oikos-check/src/lib.rs", - "to": "oikos-check/src/resolve.rs", + "from": "oikos-check/src/resolve.rs", + "to": "oikos-check/src/instrument_check.rs", "relation": "shared_dir:oikos-check/src", "weight": 1.0 } diff --git a/scans/oikosbot.json b/scans/oikosbot.json index 5b00dc47..b44e0a9f 100644 --- a/scans/oikosbot.json +++ b/scans/oikosbot.json @@ -8,10 +8,10 @@ "weak_points": [ { "category": "UnboundedAllocation", - "location": "crates/oikosbot-analysis/src/dependencies.rs", - "file": "crates/oikosbot-analysis/src/dependencies.rs", + "location": "crates/oikosbot-fleet/src/lib.rs", + "file": "crates/oikosbot-fleet/src/lib.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/oikosbot-analysis/src/dependencies.rs", + "description": "Potential unbounded allocation pattern detected in crates/oikosbot-fleet/src/lib.rs", "recommended_attack": [ "memory", "cpu" @@ -20,10 +20,10 @@ }, { "category": "UnboundedAllocation", - "location": "crates/oikosbot-analysis/src/migration.rs", - "file": "crates/oikosbot-analysis/src/migration.rs", + "location": "crates/oikosbot-cli/src/main.rs", + "file": "crates/oikosbot-cli/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/oikosbot-analysis/src/migration.rs", + "description": "Potential unbounded allocation pattern detected in crates/oikosbot-cli/src/main.rs", "recommended_attack": [ "memory", "cpu" @@ -32,10 +32,10 @@ }, { "category": "UnboundedAllocation", - "location": "crates/oikosbot-analysis/src/analyzer.rs", - "file": "crates/oikosbot-analysis/src/analyzer.rs", + "location": "crates/oikosbot-cli/src/config.rs", + "file": "crates/oikosbot-cli/src/config.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/oikosbot-analysis/src/analyzer.rs", + "description": "Potential unbounded allocation pattern detected in crates/oikosbot-cli/src/config.rs", "recommended_attack": [ "memory", "cpu" @@ -44,10 +44,10 @@ }, { "category": "UnboundedAllocation", - "location": "crates/oikosbot-cli/src/config.rs", - "file": "crates/oikosbot-cli/src/config.rs", + "location": "crates/oikosbot-analysis/src/migration.rs", + "file": "crates/oikosbot-analysis/src/migration.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/oikosbot-cli/src/config.rs", + "description": "Potential unbounded allocation pattern detected in crates/oikosbot-analysis/src/migration.rs", "recommended_attack": [ "memory", "cpu" @@ -56,10 +56,10 @@ }, { "category": "UnboundedAllocation", - "location": "crates/oikosbot-cli/src/main.rs", - "file": "crates/oikosbot-cli/src/main.rs", + "location": "crates/oikosbot-analysis/src/analyzer.rs", + "file": "crates/oikosbot-analysis/src/analyzer.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/oikosbot-cli/src/main.rs", + "description": "Potential unbounded allocation pattern detected in crates/oikosbot-analysis/src/analyzer.rs", "recommended_attack": [ "memory", "cpu" @@ -68,10 +68,10 @@ }, { "category": "UnboundedAllocation", - "location": "crates/oikosbot-fleet/src/lib.rs", - "file": "crates/oikosbot-fleet/src/lib.rs", + "location": "crates/oikosbot-analysis/src/dependencies.rs", + "file": "crates/oikosbot-analysis/src/dependencies.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/oikosbot-fleet/src/lib.rs", + "description": "Potential unbounded allocation pattern detected in crates/oikosbot-analysis/src/dependencies.rs", "recommended_attack": [ "memory", "cpu" @@ -99,100 +99,104 @@ }, "file_statistics": [ { - "file_path": "analyzers/code-haskell/src/Eco/Pareto.hs", - "lines": 150, - "unsafe_blocks": 0, + "file_path": "policies/finding_taxonomy.ecl", + "lines": 49, + "unsafe_blocks": 1, "panic_sites": 0, - "unwrap_calls": 3, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "analyzers/code-haskell/src/Eco/Analysis.hs", - "lines": 357, + "file_path": "policies/carbon_budget.ecl", + "lines": 23, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bot-integration-affine/src/Main.affine", - "lines": 124, + "file_path": "crates/oikosbot-capability/src/lib.rs", + "lines": 154, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bot-integration-affine/src/Config.affine", - "lines": 84, + "file_path": "crates/oikosbot-fleet/src/lib.rs", + "lines": 438, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 5, + "allocation_sites": 6, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "policies/finding_taxonomy.ecl", - "lines": 49, - "unsafe_blocks": 1, + "file_path": "crates/oikosbot-cli/src/estate.rs", + "lines": 701, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 17, + "allocation_sites": 12, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "policies/carbon_budget.ecl", - "lines": 23, + "file_path": "crates/oikosbot-cli/src/main.rs", + "lines": 778, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 11, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/oikosbot-pareto/src/lib.rs", - "lines": 769, + "file_path": "crates/oikosbot-cli/src/config.rs", + "lines": 261, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 6, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/oikosbot-analysis/src/security.rs", - "lines": 167, + "file_path": "crates/oikosbot-telemetry/src/derive.rs", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/oikosbot-analysis/src/directives.rs", - "lines": 259, + "file_path": "crates/oikosbot-telemetry/src/collect.rs", + "lines": 203, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 1, + "safe_unwrap_calls": 18, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/oikosbot-analysis/src/patterns.rs", - "lines": 407, + "file_path": "crates/oikosbot-telemetry/src/snapshot.rs", + "lines": 161, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -201,13 +205,25 @@ "threading_constructs": 1 }, { - "file_path": "crates/oikosbot-analysis/src/dependencies.rs", - "lines": 302, + "file_path": "crates/oikosbot-eclexia/src/lib.rs", + "lines": 536, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 2, + "safe_unwrap_calls": 4, + "allocation_sites": 2, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "crates/oikosbot-pareto/src/lib.rs", + "lines": 769, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 7, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { @@ -222,110 +238,94 @@ "threading_constructs": 0 }, { - "file_path": "crates/oikosbot-analysis/src/analyzer.rs", - "lines": 271, + "file_path": "crates/oikosbot-analysis/src/patterns.rs", + "lines": 407, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 + "allocation_sites": 2, + "io_operations": 2, + "threading_constructs": 1 }, { - "file_path": "crates/oikosbot-capability/src/lib.rs", - "lines": 154, + "file_path": "crates/oikosbot-analysis/src/security.rs", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/oikosbot-cli/src/config.rs", - "lines": 261, + "file_path": "crates/oikosbot-analysis/src/analyzer.rs", + "lines": 271, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "crates/oikosbot-cli/src/main.rs", - "lines": 778, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 11, "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/oikosbot-cli/src/estate.rs", - "lines": 701, + "file_path": "crates/oikosbot-analysis/src/dependencies.rs", + "lines": 302, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 17, - "allocation_sites": 12, - "io_operations": 0, + "allocation_sites": 8, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/oikosbot-fleet/src/lib.rs", - "lines": 438, + "file_path": "crates/oikosbot-analysis/src/directives.rs", + "lines": 259, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 6, - "io_operations": 3, + "allocation_sites": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/oikosbot-eclexia/src/lib.rs", - "lines": 536, + "file_path": "bot-integration-affine/src/Config.affine", + "lines": 84, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/oikosbot-telemetry/src/derive.rs", - "lines": 141, + "file_path": "bot-integration-affine/src/Main.affine", + "lines": 124, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "crates/oikosbot-telemetry/src/snapshot.rs", - "lines": 161, + "file_path": "analyzers/code-haskell/src/Eco/Analysis.hs", + "lines": 357, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "crates/oikosbot-telemetry/src/collect.rs", - "lines": 203, + "file_path": "analyzers/code-haskell/src/Eco/Pareto.hs", + "lines": 150, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 18, - "allocation_sites": 4, + "unwrap_calls": 3, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 } @@ -338,208 +338,208 @@ "dependency_graph": { "edges": [ { - "from": "policies/finding_taxonomy.ecl", - "to": "policies/carbon_budget.ecl", - "relation": "shared_dir:policies", + "from": "crates/oikosbot-telemetry/src/derive.rs", + "to": "crates/oikosbot-telemetry/src/collect.rs", + "relation": "shared_dir:crates/oikosbot-telemetry/src", "weight": 1.0 }, { - "from": "crates/oikosbot-analysis/src/security.rs", - "to": "crates/oikosbot-analysis/src/directives.rs", - "relation": "shared_dir:crates/oikosbot-analysis/src", + "from": "crates/oikosbot-telemetry/src/collect.rs", + "to": "crates/oikosbot-telemetry/src/snapshot.rs", + "relation": "shared_dir:crates/oikosbot-telemetry/src", "weight": 1.0 }, { - "from": "crates/oikosbot-analysis/src/directives.rs", - "to": "crates/oikosbot-analysis/src/patterns.rs", - "relation": "shared_dir:crates/oikosbot-analysis/src", + "from": "crates/oikosbot-cli/src/estate.rs", + "to": "crates/oikosbot-cli/src/main.rs", + "relation": "shared_dir:crates/oikosbot-cli/src", "weight": 1.0 }, { - "from": "crates/oikosbot-analysis/src/patterns.rs", - "to": "crates/oikosbot-analysis/src/dependencies.rs", - "relation": "shared_dir:crates/oikosbot-analysis/src", + "from": "crates/oikosbot-cli/src/main.rs", + "to": "crates/oikosbot-cli/src/config.rs", + "relation": "shared_dir:crates/oikosbot-cli/src", "weight": 1.0 }, { - "from": "crates/oikosbot-analysis/src/dependencies.rs", - "to": "crates/oikosbot-analysis/src/migration.rs", - "relation": "shared_dir:crates/oikosbot-analysis/src", + "from": "analyzers/code-haskell/src/Eco/Analysis.hs", + "to": "analyzers/code-haskell/src/Eco/Pareto.hs", + "relation": "shared_dir:analyzers/code-haskell/src/Eco", "weight": 1.0 }, { "from": "crates/oikosbot-analysis/src/migration.rs", - "to": "crates/oikosbot-analysis/src/analyzer.rs", + "to": "crates/oikosbot-analysis/src/patterns.rs", "relation": "shared_dir:crates/oikosbot-analysis/src", "weight": 1.0 }, { - "from": "crates/oikosbot-telemetry/src/derive.rs", - "to": "crates/oikosbot-telemetry/src/snapshot.rs", - "relation": "shared_dir:crates/oikosbot-telemetry/src", + "from": "crates/oikosbot-analysis/src/patterns.rs", + "to": "crates/oikosbot-analysis/src/security.rs", + "relation": "shared_dir:crates/oikosbot-analysis/src", "weight": 1.0 }, { - "from": "crates/oikosbot-telemetry/src/snapshot.rs", - "to": "crates/oikosbot-telemetry/src/collect.rs", - "relation": "shared_dir:crates/oikosbot-telemetry/src", + "from": "crates/oikosbot-analysis/src/security.rs", + "to": "crates/oikosbot-analysis/src/analyzer.rs", + "relation": "shared_dir:crates/oikosbot-analysis/src", "weight": 1.0 }, { - "from": "bot-integration-affine/src/Main.affine", - "to": "bot-integration-affine/src/Config.affine", - "relation": "shared_dir:bot-integration-affine/src", + "from": "crates/oikosbot-analysis/src/analyzer.rs", + "to": "crates/oikosbot-analysis/src/dependencies.rs", + "relation": "shared_dir:crates/oikosbot-analysis/src", "weight": 1.0 }, { - "from": "crates/oikosbot-cli/src/config.rs", - "to": "crates/oikosbot-cli/src/main.rs", - "relation": "shared_dir:crates/oikosbot-cli/src", + "from": "crates/oikosbot-analysis/src/dependencies.rs", + "to": "crates/oikosbot-analysis/src/directives.rs", + "relation": "shared_dir:crates/oikosbot-analysis/src", "weight": 1.0 }, { - "from": "crates/oikosbot-cli/src/main.rs", - "to": "crates/oikosbot-cli/src/estate.rs", - "relation": "shared_dir:crates/oikosbot-cli/src", + "from": "policies/finding_taxonomy.ecl", + "to": "policies/carbon_budget.ecl", + "relation": "shared_dir:policies", "weight": 1.0 }, { - "from": "analyzers/code-haskell/src/Eco/Pareto.hs", - "to": "analyzers/code-haskell/src/Eco/Analysis.hs", - "relation": "shared_dir:analyzers/code-haskell/src/Eco", + "from": "bot-integration-affine/src/Config.affine", + "to": "bot-integration-affine/src/Main.affine", + "relation": "shared_dir:bot-integration-affine/src", "weight": 1.0 }, { - "from": "analyzers/code-haskell/src/Eco/Pareto.hs", + "from": "policies/finding_taxonomy.ecl", "to": "Networking", "relation": "framework", "weight": 3.0 }, { - "from": "analyzers/code-haskell/src/Eco/Analysis.hs", + "from": "policies/carbon_budget.ecl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "bot-integration-affine/src/Main.affine", + "from": "crates/oikosbot-capability/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "bot-integration-affine/src/Config.affine", + "from": "crates/oikosbot-fleet/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "policies/finding_taxonomy.ecl", + "from": "crates/oikosbot-cli/src/estate.rs", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "policies/carbon_budget.ecl", + "from": "crates/oikosbot-cli/src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/oikosbot-pareto/src/lib.rs", + "from": "crates/oikosbot-cli/src/config.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/oikosbot-analysis/src/security.rs", + "from": "crates/oikosbot-telemetry/src/derive.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/oikosbot-analysis/src/directives.rs", + "from": "crates/oikosbot-telemetry/src/collect.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/oikosbot-analysis/src/patterns.rs", + "from": "crates/oikosbot-telemetry/src/snapshot.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "crates/oikosbot-analysis/src/dependencies.rs", + "from": "crates/oikosbot-eclexia/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/oikosbot-analysis/src/migration.rs", + "from": "crates/oikosbot-pareto/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/oikosbot-analysis/src/analyzer.rs", + "from": "crates/oikosbot-analysis/src/migration.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/oikosbot-capability/src/lib.rs", + "from": "crates/oikosbot-analysis/src/patterns.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "crates/oikosbot-cli/src/config.rs", + "from": "crates/oikosbot-analysis/src/security.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/oikosbot-cli/src/main.rs", + "from": "crates/oikosbot-analysis/src/analyzer.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/oikosbot-cli/src/estate.rs", + "from": "crates/oikosbot-analysis/src/dependencies.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/oikosbot-fleet/src/lib.rs", + "from": "crates/oikosbot-analysis/src/directives.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/oikosbot-eclexia/src/lib.rs", + "from": "bot-integration-affine/src/Config.affine", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/oikosbot-telemetry/src/derive.rs", + "from": "bot-integration-affine/src/Main.affine", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/oikosbot-telemetry/src/snapshot.rs", + "from": "analyzers/code-haskell/src/Eco/Analysis.hs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/oikosbot-telemetry/src/collect.rs", + "from": "analyzers/code-haskell/src/Eco/Pareto.hs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 } ] }, @@ -547,37 +547,37 @@ "rows": [ { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "crates/oikosbot-analysis/src/dependencies.rs", + "crates/oikosbot-fleet/src/lib.rs", + "crates/oikosbot-cli/src/main.rs", + "crates/oikosbot-cli/src/config.rs", "crates/oikosbot-analysis/src/migration.rs", "crates/oikosbot-analysis/src/analyzer.rs", - "crates/oikosbot-cli/src/config.rs", - "crates/oikosbot-cli/src/main.rs", - "crates/oikosbot-fleet/src/lib.rs" + "crates/oikosbot-analysis/src/dependencies.rs" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "crates/oikosbot-analysis/src/dependencies.rs", + "crates/oikosbot-fleet/src/lib.rs", + "crates/oikosbot-cli/src/main.rs", + "crates/oikosbot-cli/src/config.rs", "crates/oikosbot-analysis/src/migration.rs", "crates/oikosbot-analysis/src/analyzer.rs", - "crates/oikosbot-cli/src/config.rs", - "crates/oikosbot-cli/src/main.rs", - "crates/oikosbot-fleet/src/lib.rs" + "crates/oikosbot-analysis/src/dependencies.rs" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" } ] } diff --git a/scans/otpiser.json b/scans/otpiser.json index a7e1c961..a57df4f1 100644 --- a/scans/otpiser.json +++ b/scans/otpiser.json @@ -4,17 +4,6 @@ "language": "idris", "frameworks": [], "weak_points": [ - { - "category": "UnsafeCode", - "location": "src/interface/ffi/src/main.zig", - "file": "src/interface/ffi/src/main.zig", - "severity": "High", - "description": "8 unsafe pointer casts in src/interface/ffi/src/main.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "UnboundedAllocation", "location": "src/manifest/mod.rs", @@ -27,6 +16,17 @@ ], "test_context": "production" }, + { + "category": "UnsafeCode", + "location": "src/interface/ffi/src/main.zig", + "file": "src/interface/ffi/src/main.zig", + "severity": "High", + "description": "8 unsafe pointer casts in src/interface/ffi/src/main.zig", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, { "category": "MutationGap", "location": "Cargo.toml", @@ -48,44 +48,45 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "tests/integration_test.rs", + "lines": 1830, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 6, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 31, "threading_constructs": 0 }, { - "file_path": "scripts/install-zig.sh", - "lines": 59, + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "tests/integration_test.rs", - "lines": 1830, + "file_path": "scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, "allocation_sites": 0, - "io_operations": 31, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 287, + "file_path": "src/manifest/mod.rs", + "lines": 357, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { @@ -100,57 +101,46 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 575, - "unsafe_blocks": 8, + "file_path": "src/interface/abi/Otpiser/ABI/Foreign.idr", + "lines": 330, + "unsafe_blocks": 18, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/abi/Otpiser/ABI/Foreign.idr", - "lines": 330, - "unsafe_blocks": 18, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 575, + "unsafe_blocks": 8, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 357, + "file_path": "setup.sh", + "lines": 287, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ "memory", - "cpu", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [] }, "taint_matrix": { "rows": [ - { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "src/manifest/mod.rs" - ], - "frameworks": [], - "relation": "UnboundedAllocation->Memory" - }, { "source_category": "UnboundedAllocation", "sink_axis": "cpu", @@ -170,6 +160,16 @@ ], "frameworks": [], "relation": "UnsafeCode->Memory" + }, + { + "source_category": "UnboundedAllocation", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "src/manifest/mod.rs" + ], + "frameworks": [], + "relation": "UnboundedAllocation->Memory" } ] } diff --git a/scans/palimpsest-license.json b/scans/palimpsest-license.json index 5b9d08f2..1526fdc6 100644 --- a/scans/palimpsest-license.json +++ b/scans/palimpsest-license.json @@ -7,24 +7,25 @@ ], "weak_points": [ { - "category": "InsecureProtocol", - "location": "integrations/server/ruby/lib/palimpsest/generator.rb", - "file": "integrations/server/ruby/lib/palimpsest/generator.rb", + "category": "UnboundedAllocation", + "location": "tools/pmpl-verify/src/main.rs", + "file": "tools/pmpl-verify/src/main.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in integrations/server/ruby/lib/palimpsest/generator.rb", + "description": "Potential unbounded allocation pattern detected in tools/pmpl-verify/src/main.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "bof-meetings/presentations/demo-http-headers.sh", - "file": "bof-meetings/presentations/demo-http-headers.sh", - "severity": "Critical", - "description": "eval usage in bof-meetings/presentations/demo-http-headers.sh", + "category": "PanicPath", + "location": "tools/pmpl-audit/src/main.rs", + "file": "tools/pmpl-audit/src/main.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in tools/pmpl-audit/src/main.rs", "recommended_attack": [ - "cpu", + "memory", "disk" ], "test_context": "production" @@ -42,35 +43,34 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "tools/pmpl-verify/src/main.rs", - "file": "tools/pmpl-verify/src/main.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in tools/pmpl-verify/src/main.rs", + "category": "CommandInjection", + "location": "bof-meetings/presentations/demo-http-headers.sh", + "file": "bof-meetings/presentations/demo-http-headers.sh", + "severity": "Critical", + "description": "eval usage in bof-meetings/presentations/demo-http-headers.sh", "recommended_attack": [ - "memory", - "cpu" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "tools/pmpl-audit/src/main.rs", - "file": "tools/pmpl-audit/src/main.rs", + "category": "InsecureProtocol", + "location": "TOOLS/validation/haskell/test/Palimpsest/Validator/MetadataSpec.hs", + "file": "TOOLS/validation/haskell/test/Palimpsest/Validator/MetadataSpec.hs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in tools/pmpl-audit/src/main.rs", + "description": "4 HTTP (non-HTTPS) URLs in TOOLS/validation/haskell/test/Palimpsest/Validator/MetadataSpec.hs", "recommended_attack": [ - "memory", - "disk" + "network" ], "test_context": "production" }, { "category": "InsecureProtocol", - "location": "TOOLS/validation/haskell/test/Integration/PipelineSpec.hs", - "file": "TOOLS/validation/haskell/test/Integration/PipelineSpec.hs", + "location": "TOOLS/validation/haskell/test/Palimpsest/Validator/ReferenceSpec.hs", + "file": "TOOLS/validation/haskell/test/Palimpsest/Validator/ReferenceSpec.hs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in TOOLS/validation/haskell/test/Integration/PipelineSpec.hs", + "description": "3 HTTP (non-HTTPS) URLs in TOOLS/validation/haskell/test/Palimpsest/Validator/ReferenceSpec.hs", "recommended_attack": [ "network" ], @@ -78,10 +78,10 @@ }, { "category": "InsecureProtocol", - "location": "TOOLS/validation/haskell/test/Palimpsest/Validator/MetadataSpec.hs", - "file": "TOOLS/validation/haskell/test/Palimpsest/Validator/MetadataSpec.hs", + "location": "TOOLS/validation/haskell/test/Integration/PipelineSpec.hs", + "file": "TOOLS/validation/haskell/test/Integration/PipelineSpec.hs", "severity": "Medium", - "description": "4 HTTP (non-HTTPS) URLs in TOOLS/validation/haskell/test/Palimpsest/Validator/MetadataSpec.hs", + "description": "1 HTTP (non-HTTPS) URLs in TOOLS/validation/haskell/test/Integration/PipelineSpec.hs", "recommended_attack": [ "network" ], @@ -89,10 +89,10 @@ }, { "category": "InsecureProtocol", - "location": "TOOLS/validation/haskell/test/Palimpsest/Validator/ReferenceSpec.hs", - "file": "TOOLS/validation/haskell/test/Palimpsest/Validator/ReferenceSpec.hs", + "location": "TOOLS/validation/haskell/test/Property/ValidatorPropertySpec.hs", + "file": "TOOLS/validation/haskell/test/Property/ValidatorPropertySpec.hs", "severity": "Medium", - "description": "3 HTTP (non-HTTPS) URLs in TOOLS/validation/haskell/test/Palimpsest/Validator/ReferenceSpec.hs", + "description": "1 HTTP (non-HTTPS) URLs in TOOLS/validation/haskell/test/Property/ValidatorPropertySpec.hs", "recommended_attack": [ "network" ], @@ -100,10 +100,10 @@ }, { "category": "InsecureProtocol", - "location": "TOOLS/validation/haskell/test/Property/ValidatorPropertySpec.hs", - "file": "TOOLS/validation/haskell/test/Property/ValidatorPropertySpec.hs", + "location": "integrations/server/ruby/lib/palimpsest/generator.rb", + "file": "integrations/server/ruby/lib/palimpsest/generator.rb", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in TOOLS/validation/haskell/test/Property/ValidatorPropertySpec.hs", + "description": "1 HTTP (non-HTTPS) URLs in integrations/server/ruby/lib/palimpsest/generator.rb", "recommended_attack": [ "network" ], @@ -120,26 +120,6 @@ "threading_constructs": 0 }, "file_statistics": [ - { - "file_path": "bof-meetings/presentations/demo-http-headers.sh", - "lines": 377, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 15, - "threading_constructs": 0 - }, - { - "file_path": "bof-meetings/presentations/demo-dns-discovery.sh", - "lines": 266, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 0 - }, { "file_path": "tools/pmpl-verify/src/main.rs", "lines": 304, @@ -163,18 +143,28 @@ "threading_constructs": 0 }, { - "file_path": "scripts/migrate-version.jl", - "lines": 469, + "file_path": "bof-meetings/presentations/demo-dns-discovery.sh", + "lines": 266, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "scripts/generate-structure.sh", - "lines": 127, + "file_path": "bof-meetings/presentations/demo-http-headers.sh", + "lines": 377, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 15, + "threading_constructs": 0 + }, + { + "file_path": "TOOLS/scripts/scaffold.sh", + "lines": 39, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -223,23 +213,23 @@ "threading_constructs": 0 }, { - "file_path": "TOOLS/validation/haskell/src/Palimpsest/Validator/Reference.hs", - "lines": 239, + "file_path": "TOOLS/validation/haskell/src/Palimpsest/Validator/Metadata.hs", + "lines": 301, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "TOOLS/validation/haskell/src/Palimpsest/Validator/Metadata.hs", - "lines": 301, + "file_path": "TOOLS/validation/haskell/src/Palimpsest/Validator/Reference.hs", + "lines": 239, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { @@ -263,8 +253,8 @@ "threading_constructs": 0 }, { - "file_path": "TOOLS/scripts/scaffold.sh", - "lines": 39, + "file_path": "scripts/generate-structure.sh", + "lines": 127, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -273,13 +263,13 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "scripts/migrate-version.jl", + "lines": 469, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 7, "threading_constructs": 0 }, { @@ -291,28 +281,32 @@ "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 278, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", - "network", "cpu", - "memory" + "network", + "memory", + "disk" ], "dependency_graph": { "edges": [ { - "from": "bof-meetings/presentations/demo-http-headers.sh", - "to": "bof-meetings/presentations/demo-dns-discovery.sh", + "from": "bof-meetings/presentations/demo-dns-discovery.sh", + "to": "bof-meetings/presentations/demo-http-headers.sh", "relation": "shared_dir:bof-meetings/presentations", "weight": 1.0 }, - { - "from": "scripts/migrate-version.jl", - "to": "scripts/generate-structure.sh", - "relation": "shared_dir:scripts", - "weight": 1.0 - }, { "from": "TOOLS/validation/haskell/src/Palimpsest/Validator/Utils.hs", "to": "TOOLS/validation/haskell/src/Palimpsest/Validator/Bilingual.hs", @@ -321,54 +315,54 @@ }, { "from": "TOOLS/validation/haskell/src/Palimpsest/Validator/Bilingual.hs", - "to": "TOOLS/validation/haskell/src/Palimpsest/Validator/Reference.hs", + "to": "TOOLS/validation/haskell/src/Palimpsest/Validator/Metadata.hs", "relation": "shared_dir:TOOLS/validation/haskell/src/Palimpsest/Validator", "weight": 1.0 }, { - "from": "TOOLS/validation/haskell/src/Palimpsest/Validator/Reference.hs", - "to": "TOOLS/validation/haskell/src/Palimpsest/Validator/Metadata.hs", + "from": "TOOLS/validation/haskell/src/Palimpsest/Validator/Metadata.hs", + "to": "TOOLS/validation/haskell/src/Palimpsest/Validator/Reference.hs", "relation": "shared_dir:TOOLS/validation/haskell/src/Palimpsest/Validator", "weight": 1.0 }, { - "from": "TOOLS/validation/haskell/src/Palimpsest/Validator/Metadata.hs", + "from": "TOOLS/validation/haskell/src/Palimpsest/Validator/Reference.hs", "to": "TOOLS/validation/haskell/src/Palimpsest/Validator/License.hs", "relation": "shared_dir:TOOLS/validation/haskell/src/Palimpsest/Validator", "weight": 1.0 }, { - "from": "bof-meetings/presentations/demo-http-headers.sh", - "to": "Ecto", - "relation": "framework", + "from": "scripts/generate-structure.sh", + "to": "scripts/migrate-version.jl", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "bof-meetings/presentations/demo-dns-discovery.sh", + "from": "tools/pmpl-verify/src/main.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "tools/pmpl-verify/src/main.rs", + "from": "tools/pmpl-audit/src/main.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "tools/pmpl-audit/src/main.rs", + "from": "bof-meetings/presentations/demo-dns-discovery.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/migrate-version.jl", + "from": "bof-meetings/presentations/demo-http-headers.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/generate-structure.sh", + "from": "TOOLS/scripts/scaffold.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 @@ -398,13 +392,13 @@ "weight": 1.0 }, { - "from": "TOOLS/validation/haskell/src/Palimpsest/Validator/Reference.hs", + "from": "TOOLS/validation/haskell/src/Palimpsest/Validator/Metadata.hs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "TOOLS/validation/haskell/src/Palimpsest/Validator/Metadata.hs", + "from": "TOOLS/validation/haskell/src/Palimpsest/Validator/Reference.hs", "to": "Ecto", "relation": "framework", "weight": 1.0 @@ -422,13 +416,13 @@ "weight": 1.0 }, { - "from": "TOOLS/scripts/scaffold.sh", + "from": "scripts/generate-structure.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "scripts/migrate-version.jl", "to": "Ecto", "relation": "framework", "weight": 1.0 @@ -438,33 +432,40 @@ "to": "Ecto", "relation": "framework", "weight": 1.0 + }, + { + "from": "setup.sh", + "to": "Ecto", + "relation": "framework", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", - "severity_value": 2.5, + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 5.0, "files": [ - "tools/pmpl-verify/src/main.rs" + "bof-meetings/presentations/demo-dns-discovery.sh", + "bof-meetings/presentations/demo-http-headers.sh" ], "frameworks": [ "Ecto" ], - "relation": "UnboundedAllocation->Memory" + "relation": "CommandInjection->Cpu" }, { "source_category": "InsecureProtocol", "sink_axis": "network", "severity_value": 2.5, "files": [ - "integrations/server/ruby/lib/palimpsest/generator.rb", - "TOOLS/validation/haskell/test/Integration/PipelineSpec.hs", "TOOLS/validation/haskell/test/Palimpsest/Validator/MetadataSpec.hs", "TOOLS/validation/haskell/test/Palimpsest/Validator/ReferenceSpec.hs", - "TOOLS/validation/haskell/test/Property/ValidatorPropertySpec.hs" + "TOOLS/validation/haskell/test/Integration/PipelineSpec.hs", + "TOOLS/validation/haskell/test/Property/ValidatorPropertySpec.hs", + "integrations/server/ruby/lib/palimpsest/generator.rb" ], "frameworks": [ "Ecto" @@ -472,33 +473,33 @@ "relation": "InsecureProtocol->Network" }, { - "source_category": "CommandInjection", + "source_category": "UnboundedAllocation", "sink_axis": "cpu", - "severity_value": 5.0, + "severity_value": 2.5, "files": [ - "bof-meetings/presentations/demo-http-headers.sh", - "bof-meetings/presentations/demo-dns-discovery.sh" + "tools/pmpl-verify/src/main.rs" ], "frameworks": [ "Ecto" ], - "relation": "CommandInjection->Cpu" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 5.0, "files": [ - "tools/pmpl-verify/src/main.rs" + "bof-meetings/presentations/demo-dns-discovery.sh", + "bof-meetings/presentations/demo-http-headers.sh" ], "frameworks": [ "Ecto" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "CommandInjection->Disk" }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "tools/pmpl-audit/src/main.rs" @@ -506,32 +507,31 @@ "frameworks": [ "Ecto" ], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 5.0, + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "bof-meetings/presentations/demo-http-headers.sh", - "bof-meetings/presentations/demo-dns-discovery.sh" + "tools/pmpl-audit/src/main.rs" ], "frameworks": [ "Ecto" ], - "relation": "CommandInjection->Disk" + "relation": "PanicPath->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "tools/pmpl-audit/src/main.rs" + "tools/pmpl-verify/src/main.rs" ], "frameworks": [ "Ecto" ], - "relation": "PanicPath->Disk" + "relation": "UnboundedAllocation->Memory" } ] } diff --git a/scans/panic-attack.json b/scans/panic-attack.json index c111d6b9..42e5e575 100644 --- a/scans/panic-attack.json +++ b/scans/panic-attack.json @@ -6,6 +6,29 @@ "Concurrent" ], "weak_points": [ + { + "category": "UncheckedError", + "location": "tests/analyzer_tests.rs", + "file": "tests/analyzer_tests.rs", + "severity": "Low", + "description": "18 TODO/FIXME/HACK markers in tests/analyzer_tests.rs", + "recommended_attack": [ + "cpu" + ], + "suppressed": true, + "test_context": "test_only" + }, + { + "category": "PathTraversal", + "location": "tests/verisimdb_e2e.sh", + "file": "tests/verisimdb_e2e.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in tests/verisimdb_e2e.sh", + "recommended_attack": [ + "disk" + ], + "test_context": "test_only" + }, { "category": "UnsafeCode", "location": "examples/vulnerable_program.rs", @@ -42,72 +65,48 @@ ], "test_context": "production" }, - { - "category": "UncheckedError", - "location": "tests/analyzer_tests.rs", - "file": "tests/analyzer_tests.rs", - "severity": "Low", - "description": "18 TODO/FIXME/HACK markers in tests/analyzer_tests.rs", - "recommended_attack": [ - "cpu" - ], - "suppressed": true, - "test_context": "test_only" - }, { "category": "PathTraversal", - "location": "tests/verisimdb_e2e.sh", - "file": "tests/verisimdb_e2e.sh", + "location": "docs/campaigns/2026-05-26/00b-nested.sh", + "file": "docs/campaigns/2026-05-26/00b-nested.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in tests/verisimdb_e2e.sh", + "description": "Hardcoded /tmp/ path without mktemp in docs/campaigns/2026-05-26/00b-nested.sh", "recommended_attack": [ "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "PanicPath", - "location": "src/attestation/chain.rs", - "file": "src/attestation/chain.rs", + "category": "PathTraversal", + "location": "docs/campaigns/2026-05-26/00-per-repo.sh", + "file": "docs/campaigns/2026-05-26/00-per-repo.sh", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in src/attestation/chain.rs", + "description": "Hardcoded /tmp/ path without mktemp in docs/campaigns/2026-05-26/00-per-repo.sh", "recommended_attack": [ - "memory", "disk" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "src/jit_context.rs", - "file": "src/jit_context.rs", - "severity": "Critical", - "description": "mem::transmute usage in src/jit_context.rs", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "src/query/mod.rs", - "file": "src/query/mod.rs", + "category": "CommandInjection", + "location": "docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", + "file": "docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/query/mod.rs", + "description": "34 potentially unquoted variable expansions in docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", "recommended_attack": [ - "memory", - "disk" + "cpu" ], + "suppressed": true, "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "src/campaign/mod.rs", - "file": "src/campaign/mod.rs", + "category": "PathTraversal", + "location": "docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", + "file": "docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in src/campaign/mod.rs", + "description": "Hardcoded /tmp/ path without mktemp in docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", "recommended_attack": [ - "network" + "disk" ], "test_context": "production" }, @@ -124,46 +123,47 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", - "file": "docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", + "category": "InsecureProtocol", + "location": "src/campaign/mod.rs", + "file": "src/campaign/mod.rs", "severity": "Medium", - "description": "34 potentially unquoted variable expansions in docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", + "description": "1 HTTP (non-HTTPS) URLs in src/campaign/mod.rs", "recommended_attack": [ - "cpu" + "network" ], - "suppressed": true, "test_context": "production" }, { - "category": "PathTraversal", - "location": "docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", - "file": "docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", + "category": "UnsafeCode", + "location": "src/jit_context.rs", + "file": "src/jit_context.rs", + "severity": "Critical", + "description": "mem::transmute usage in src/jit_context.rs", "recommended_attack": [ - "disk" + "memory" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "docs/campaigns/2026-05-26/00b-nested.sh", - "file": "docs/campaigns/2026-05-26/00b-nested.sh", + "category": "PanicPath", + "location": "src/attestation/chain.rs", + "file": "src/attestation/chain.rs", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in docs/campaigns/2026-05-26/00b-nested.sh", + "description": "0 panic sites and 2 unwrap/expect calls in src/attestation/chain.rs", "recommended_attack": [ + "memory", "disk" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "docs/campaigns/2026-05-26/00-per-repo.sh", - "file": "docs/campaigns/2026-05-26/00-per-repo.sh", + "category": "PanicPath", + "location": "src/query/mod.rs", + "file": "src/query/mod.rs", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in docs/campaigns/2026-05-26/00-per-repo.sh", + "description": "0 panic sites and 1 unwrap/expect calls in src/query/mod.rs", "recommended_attack": [ + "memory", "disk" ], "test_context": "production" @@ -189,53 +189,43 @@ }, "file_statistics": [ { - "file_path": "examples/vulnerable_program.rs", - "lines": 119, - "unsafe_blocks": 2, - "panic_sites": 0, - "unwrap_calls": 9, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "examples/attack_harness.rs", - "lines": 163, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 2, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "benches/scan_bench.rs", - "lines": 255, + "file_path": "tests/assemblyline_tests.rs", + "lines": 206, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 8, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/blackbox_stress.jl", - "lines": 232, + "file_path": "tests/analyzer_tests.rs", + "lines": 467, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/assemblyline_tests.rs", - "lines": 206, + "file_path": "tests/seam_contract_tests.rs", + "lines": 499, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { @@ -249,53 +239,53 @@ "threading_constructs": 0 }, { - "file_path": "tests/panll_tests.rs", - "lines": 314, + "file_path": "tests/aggregate_proof_fixture.rs", + "lines": 71, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, - "io_operations": 7, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/unbounded_corpus.rs", - "lines": 233, + "file_path": "tests/verisimdb_e2e.sh", + "lines": 292, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 15, + "allocation_sites": 0, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "tests/analyzer_tests.rs", - "lines": 467, + "file_path": "tests/panll_tests.rs", + "lines": 314, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "tests/seam_contract_tests.rs", - "lines": 499, + "file_path": "tests/report_tests.rs", + "lines": 242, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/aggregate_proof_fixture.rs", - "lines": 71, + "file_path": "tests/unbounded_corpus.rs", + "lines": 233, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 8, + "io_operations": 15, "threading_constructs": 0 }, { @@ -310,28 +300,38 @@ "threading_constructs": 0 }, { - "file_path": "tests/verisimdb_e2e.sh", - "lines": 292, + "file_path": "examples/vulnerable_program.rs", + "lines": 119, + "unsafe_blocks": 2, + "panic_sites": 0, + "unwrap_calls": 9, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "examples/attack_harness.rs", + "lines": 163, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 10, + "unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/report_tests.rs", - "lines": 242, + "file_path": "benches/scan_bench.rs", + "lines": 255, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "scripts/blackbox_stress.jl", + "lines": 232, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -340,131 +340,129 @@ "threading_constructs": 0 }, { - "file_path": "src/bridge/reachability.rs", - "lines": 397, + "file_path": "docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 6, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/bridge/registry.rs", - "lines": 209, + "file_path": "chapel/tests/rayon_vs_chapel_diff.sh", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 4, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/bridge/intelligence.rs", - "lines": 372, - "unsafe_blocks": 0, + "file_path": "chapel/smoke/two_repo_smoke.chpl", + "lines": 128, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 6, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "src/bridge/lockfile.rs", - "lines": 1029, + "file_path": "chapel/src/Temporal.chpl", + "lines": 568, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 26, - "io_operations": 13, + "allocation_sites": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "src/bridge/mod.rs", - "lines": 332, + "file_path": "chapel/src/Protocol.chpl", + "lines": 305, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/main.rs", - "lines": 3132, + "file_path": "chapel/src/MassPanic.chpl", + "lines": 1187, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 30, - "allocation_sites": 8, - "io_operations": 8, + "allocation_sites": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "src/panll/mod.rs", - "lines": 1214, + "file_path": "src/storage/mod.rs", + "lines": 1739, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 0, - "threading_constructs": 0 + "safe_unwrap_calls": 19, + "allocation_sites": 42, + "io_operations": 2, + "threading_constructs": 5 }, { - "file_path": "src/attestation/chain.rs", - "lines": 313, + "file_path": "src/notify.rs", + "lines": 380, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/attestation/evidence.rs", - "lines": 309, + "file_path": "src/a2ml/mod.rs", + "lines": 1337, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, - "io_operations": 4, + "safe_unwrap_calls": 8, + "allocation_sites": 30, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/attestation/seal.rs", - "lines": 178, + "file_path": "src/assail/mod.rs", + "lines": 882, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 4, + "allocation_sites": 8, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/attestation/intent.rs", - "lines": 165, + "file_path": "src/assail/patterns.rs", + "lines": 405, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/attestation/mod.rs", - "lines": 193, + "file_path": "src/assail/analyzer.rs", + "lines": 8321, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 2, - "threading_constructs": 0 + "unwrap_calls": 16, + "safe_unwrap_calls": 16, + "allocation_sites": 56, + "io_operations": 13, + "threading_constructs": 3 }, { "file_path": "src/abduct/mod.rs", @@ -478,132 +476,121 @@ "threading_constructs": 1 }, { - "file_path": "src/aggregate/proven_tests.rs", - "lines": 245, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "src/aggregate/mod.rs", - "lines": 1011, + "file_path": "src/report/migration.rs", + "lines": 318, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 20, - "io_operations": 3, + "allocation_sites": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/scan/cargodeny.rs", - "lines": 422, + "file_path": "src/report/sarif.rs", + "lines": 277, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 12, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/mass_panic/imaging.rs", - "lines": 467, + "file_path": "src/report/diff.rs", + "lines": 289, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 8, + "safe_unwrap_calls": 4, + "allocation_sites": 14, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/mass_panic/temporal.rs", - "lines": 512, + "file_path": "src/report/formatter.rs", + "lines": 507, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 18, - "io_operations": 2, + "safe_unwrap_calls": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/ambush/timeline.rs", - "lines": 398, + "file_path": "src/report/generator.rs", + "lines": 134, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 4, - "io_operations": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/ambush/mod.rs", - "lines": 476, + "file_path": "src/report/output.rs", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 24, - "io_operations": 3, - "threading_constructs": 3 + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "src/adjudicate/mod.rs", - "lines": 400, + "file_path": "src/report/gui.rs", + "lines": 762, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 18, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/storage/mod.rs", - "lines": 1739, + "file_path": "src/report/tui.rs", + "lines": 303, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 19, - "allocation_sites": 42, - "io_operations": 2, - "threading_constructs": 5 + "safe_unwrap_calls": 2, + "allocation_sites": 6, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "src/diagnostics.rs", - "lines": 298, + "file_path": "src/kanren/core.rs", + "lines": 1744, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 3, + "allocation_sites": 12, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/notify.rs", - "lines": 380, + "file_path": "src/kanren/rules.rs", + "lines": 152, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, "allocation_sites": 4, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/groove.rs", - "lines": 184, + "file_path": "src/kanren/crosslang.rs", + "lines": 307, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { @@ -617,17 +604,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/kanren/rules.rs", - "lines": 152, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 2, - "threading_constructs": 0 - }, { "file_path": "src/kanren/taint.rs", "lines": 369, @@ -640,112 +616,111 @@ "threading_constructs": 0 }, { - "file_path": "src/kanren/core.rs", - "lines": 1744, + "file_path": "src/panll/mod.rs", + "lines": 1214, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 12, + "safe_unwrap_calls": 1, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/kanren/crosslang.rs", - "lines": 307, + "file_path": "src/campaign/mod.rs", + "lines": 619, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 + "safe_unwrap_calls": 8, + "allocation_sites": 6, + "io_operations": 1, + "threading_constructs": 3 }, { - "file_path": "src/signatures/engine.rs", - "lines": 761, + "file_path": "src/amuck/mod.rs", + "lines": 701, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 10, - "io_operations": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 12, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/a2ml/mod.rs", - "lines": 1337, + "file_path": "src/groove.rs", + "lines": 184, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 30, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/assemblyline.rs", - "lines": 572, + "file_path": "src/bridge/mod.rs", + "lines": 332, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, "allocation_sites": 6, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/attack/profile.rs", - "lines": 54, + "file_path": "src/bridge/reachability.rs", + "lines": 397, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "src/attack/executor.rs", - "lines": 462, + "file_path": "src/bridge/registry.rs", + "lines": 209, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 20, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 4, + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "src/assay/mod.rs", - "lines": 724, + "file_path": "src/bridge/lockfile.rs", + "lines": 1029, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 18, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 26, + "io_operations": 13, "threading_constructs": 0 }, { - "file_path": "src/amuck/mod.rs", - "lines": 701, + "file_path": "src/bridge/intelligence.rs", + "lines": 372, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 4, - "allocation_sites": 12, - "io_operations": 2, - "threading_constructs": 0 + "allocation_sites": 6, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "src/sweep_tracker/mod.rs", - "lines": 681, + "file_path": "src/assemblyline.rs", + "lines": 572, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 10, - "io_operations": 0, + "safe_unwrap_calls": 7, + "allocation_sites": 6, + "io_operations": 1, "threading_constructs": 0 }, { @@ -759,126 +734,146 @@ "threading_constructs": 0 }, { - "file_path": "src/query/mod.rs", - "lines": 1359, + "file_path": "src/axial/mod.rs", + "lines": 975, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, + "safe_unwrap_calls": 5, + "allocation_sites": 38, + "io_operations": 1, + "threading_constructs": 1 + }, + { + "file_path": "src/sweep_tracker/mod.rs", + "lines": 681, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, "safe_unwrap_calls": 3, - "allocation_sites": 22, - "io_operations": 4, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/campaign/mod.rs", - "lines": 619, + "file_path": "src/aggregate/mod.rs", + "lines": 1011, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 6, - "io_operations": 1, - "threading_constructs": 3 + "safe_unwrap_calls": 7, + "allocation_sites": 20, + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "src/report/tui.rs", - "lines": 303, + "file_path": "src/aggregate/proven_tests.rs", + "lines": 245, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/report/sarif.rs", - "lines": 277, + "file_path": "src/adjudicate/mod.rs", + "lines": 400, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 8, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/report/gui.rs", - "lines": 762, + "file_path": "src/main.rs", + "lines": 3132, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 18, - "io_operations": 1, + "safe_unwrap_calls": 30, + "allocation_sites": 8, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "src/report/output.rs", - "lines": 172, + "file_path": "src/attestation/evidence.rs", + "lines": 309, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 6, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/report/formatter.rs", - "lines": 507, + "file_path": "src/attestation/seal.rs", + "lines": 178, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/report/migration.rs", - "lines": 318, + "file_path": "src/attestation/mod.rs", + "lines": 193, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 4, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/report/generator.rs", - "lines": 134, + "file_path": "src/attestation/chain.rs", + "lines": 313, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, + "unwrap_calls": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/report/diff.rs", - "lines": 289, + "file_path": "src/attestation/intent.rs", + "lines": 165, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 14, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "src/mass_panic/temporal.rs", + "lines": 512, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 18, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/axial/mod.rs", - "lines": 975, + "file_path": "src/mass_panic/imaging.rs", + "lines": 467, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 38, - "io_operations": 1, - "threading_constructs": 1 + "safe_unwrap_calls": 1, + "allocation_sites": 8, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "src/assail/patterns.rs", - "lines": 405, + "file_path": "src/diagnostics.rs", + "lines": 298, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -887,189 +882,188 @@ "threading_constructs": 0 }, { - "file_path": "src/assail/analyzer.rs", - "lines": 8321, + "file_path": "src/signatures/engine.rs", + "lines": 761, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 16, - "safe_unwrap_calls": 16, - "allocation_sites": 56, - "io_operations": 13, - "threading_constructs": 3 + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 10, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "src/assail/mod.rs", - "lines": 882, + "file_path": "src/scan/cargodeny.rs", + "lines": 422, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 8, - "io_operations": 2, + "safe_unwrap_calls": 5, + "allocation_sites": 12, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "chapel/smoke/two_repo_smoke.chpl", - "lines": 128, + "file_path": "src/query/mod.rs", + "lines": 1359, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "unwrap_calls": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 22, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "chapel/tests/rayon_vs_chapel_diff.sh", - "lines": 105, + "file_path": "src/assay/mod.rs", + "lines": 724, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 3, + "allocation_sites": 18, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "chapel/src/Temporal.chpl", - "lines": 568, + "file_path": "src/ambush/mod.rs", + "lines": 476, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, - "threading_constructs": 0 + "safe_unwrap_calls": 5, + "allocation_sites": 24, + "io_operations": 3, + "threading_constructs": 3 }, { - "file_path": "chapel/src/Protocol.chpl", - "lines": 305, + "file_path": "src/ambush/timeline.rs", + "lines": 398, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "chapel/src/MassPanic.chpl", - "lines": 1187, + "file_path": "src/attack/profile.rs", + "lines": 54, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", - "lines": 157, + "file_path": "src/attack/executor.rs", + "lines": 462, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "safe_unwrap_calls": 1, + "allocation_sites": 20, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", - "concurrency", "network", + "disk", "memory", - "cpu" + "cpu", + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "src/attestation/chain.rs", - "to": "src/attestation/evidence.rs", - "relation": "shared_dir:src/attestation", - "weight": 1.0 - }, - { - "from": "src/attestation/evidence.rs", - "to": "src/attestation/seal.rs", - "relation": "shared_dir:src/attestation", + "from": "src/attack/profile.rs", + "to": "src/attack/executor.rs", + "relation": "shared_dir:src/attack", "weight": 1.0 }, { - "from": "src/attestation/seal.rs", - "to": "src/attestation/intent.rs", - "relation": "shared_dir:src/attestation", + "from": "src/report/migration.rs", + "to": "src/report/sarif.rs", + "relation": "shared_dir:src/report", "weight": 1.0 }, { - "from": "src/attestation/intent.rs", - "to": "src/attestation/mod.rs", - "relation": "shared_dir:src/attestation", + "from": "src/report/sarif.rs", + "to": "src/report/diff.rs", + "relation": "shared_dir:src/report", "weight": 1.0 }, { - "from": "tests/assemblyline_tests.rs", - "to": "tests/pattern_tests.rs", - "relation": "shared_dir:tests", + "from": "src/report/diff.rs", + "to": "src/report/formatter.rs", + "relation": "shared_dir:src/report", "weight": 1.0 }, { - "from": "tests/pattern_tests.rs", - "to": "tests/panll_tests.rs", - "relation": "shared_dir:tests", + "from": "src/report/formatter.rs", + "to": "src/report/generator.rs", + "relation": "shared_dir:src/report", "weight": 1.0 }, { - "from": "tests/panll_tests.rs", - "to": "tests/unbounded_corpus.rs", - "relation": "shared_dir:tests", + "from": "src/report/generator.rs", + "to": "src/report/output.rs", + "relation": "shared_dir:src/report", "weight": 1.0 }, { - "from": "tests/unbounded_corpus.rs", - "to": "tests/analyzer_tests.rs", - "relation": "shared_dir:tests", + "from": "src/report/output.rs", + "to": "src/report/gui.rs", + "relation": "shared_dir:src/report", "weight": 1.0 }, { - "from": "tests/analyzer_tests.rs", - "to": "tests/seam_contract_tests.rs", - "relation": "shared_dir:tests", + "from": "src/report/gui.rs", + "to": "src/report/tui.rs", + "relation": "shared_dir:src/report", "weight": 1.0 }, { - "from": "tests/seam_contract_tests.rs", - "to": "tests/aggregate_proof_fixture.rs", - "relation": "shared_dir:tests", + "from": "src/mass_panic/temporal.rs", + "to": "src/mass_panic/imaging.rs", + "relation": "shared_dir:src/mass_panic", "weight": 1.0 }, { - "from": "tests/aggregate_proof_fixture.rs", - "to": "tests/e2e_tests.rs", - "relation": "shared_dir:tests", + "from": "src/attestation/evidence.rs", + "to": "src/attestation/seal.rs", + "relation": "shared_dir:src/attestation", "weight": 1.0 }, { - "from": "tests/e2e_tests.rs", - "to": "tests/verisimdb_e2e.sh", - "relation": "shared_dir:tests", + "from": "src/attestation/seal.rs", + "to": "src/attestation/mod.rs", + "relation": "shared_dir:src/attestation", "weight": 1.0 }, { - "from": "tests/verisimdb_e2e.sh", - "to": "tests/report_tests.rs", - "relation": "shared_dir:tests", + "from": "src/attestation/mod.rs", + "to": "src/attestation/chain.rs", + "relation": "shared_dir:src/attestation", "weight": 1.0 }, { - "from": "src/aggregate/proven_tests.rs", - "to": "src/aggregate/mod.rs", - "relation": "shared_dir:src/aggregate", + "from": "src/attestation/chain.rs", + "to": "src/attestation/intent.rs", + "relation": "shared_dir:src/attestation", "weight": 1.0 }, { @@ -1085,187 +1079,187 @@ "weight": 1.0 }, { - "from": "src/assail/patterns.rs", - "to": "src/assail/analyzer.rs", - "relation": "shared_dir:src/assail", + "from": "src/aggregate/mod.rs", + "to": "src/aggregate/proven_tests.rs", + "relation": "shared_dir:src/aggregate", "weight": 1.0 }, { - "from": "src/assail/analyzer.rs", - "to": "src/assail/mod.rs", - "relation": "shared_dir:src/assail", + "from": "src/bridge/mod.rs", + "to": "src/bridge/reachability.rs", + "relation": "shared_dir:src/bridge", "weight": 1.0 }, { - "from": "src/report/tui.rs", - "to": "src/report/sarif.rs", - "relation": "shared_dir:src/report", + "from": "src/bridge/reachability.rs", + "to": "src/bridge/registry.rs", + "relation": "shared_dir:src/bridge", "weight": 1.0 }, { - "from": "src/report/sarif.rs", - "to": "src/report/gui.rs", - "relation": "shared_dir:src/report", + "from": "src/bridge/registry.rs", + "to": "src/bridge/lockfile.rs", + "relation": "shared_dir:src/bridge", "weight": 1.0 }, { - "from": "src/report/gui.rs", - "to": "src/report/output.rs", - "relation": "shared_dir:src/report", + "from": "src/bridge/lockfile.rs", + "to": "src/bridge/intelligence.rs", + "relation": "shared_dir:src/bridge", "weight": 1.0 }, { - "from": "src/report/output.rs", - "to": "src/report/formatter.rs", - "relation": "shared_dir:src/report", + "from": "src/assail/mod.rs", + "to": "src/assail/patterns.rs", + "relation": "shared_dir:src/assail", "weight": 1.0 }, { - "from": "src/report/formatter.rs", - "to": "src/report/migration.rs", - "relation": "shared_dir:src/report", + "from": "src/assail/patterns.rs", + "to": "src/assail/analyzer.rs", + "relation": "shared_dir:src/assail", "weight": 1.0 }, { - "from": "src/report/migration.rs", - "to": "src/report/generator.rs", - "relation": "shared_dir:src/report", + "from": "src/ambush/mod.rs", + "to": "src/ambush/timeline.rs", + "relation": "shared_dir:src/ambush", "weight": 1.0 }, { - "from": "src/report/generator.rs", - "to": "src/report/diff.rs", - "relation": "shared_dir:src/report", + "from": "src/notify.rs", + "to": "src/groove.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "examples/vulnerable_program.rs", - "to": "examples/attack_harness.rs", - "relation": "shared_dir:examples", + "from": "src/groove.rs", + "to": "src/assemblyline.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/bridge/reachability.rs", - "to": "src/bridge/registry.rs", - "relation": "shared_dir:src/bridge", + "from": "src/assemblyline.rs", + "to": "src/comment_marker.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/bridge/registry.rs", - "to": "src/bridge/intelligence.rs", - "relation": "shared_dir:src/bridge", + "from": "src/comment_marker.rs", + "to": "src/main.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/bridge/intelligence.rs", - "to": "src/bridge/lockfile.rs", - "relation": "shared_dir:src/bridge", + "from": "src/main.rs", + "to": "src/diagnostics.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/bridge/lockfile.rs", - "to": "src/bridge/mod.rs", - "relation": "shared_dir:src/bridge", + "from": "tests/assemblyline_tests.rs", + "to": "tests/analyzer_tests.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/attack/profile.rs", - "to": "src/attack/executor.rs", - "relation": "shared_dir:src/attack", + "from": "tests/analyzer_tests.rs", + "to": "tests/seam_contract_tests.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/kanren/strategy.rs", - "to": "src/kanren/rules.rs", - "relation": "shared_dir:src/kanren", + "from": "tests/seam_contract_tests.rs", + "to": "tests/pattern_tests.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/kanren/rules.rs", - "to": "src/kanren/taint.rs", - "relation": "shared_dir:src/kanren", + "from": "tests/pattern_tests.rs", + "to": "tests/aggregate_proof_fixture.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/kanren/taint.rs", - "to": "src/kanren/core.rs", - "relation": "shared_dir:src/kanren", + "from": "tests/aggregate_proof_fixture.rs", + "to": "tests/verisimdb_e2e.sh", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/kanren/core.rs", - "to": "src/kanren/crosslang.rs", - "relation": "shared_dir:src/kanren", + "from": "tests/verisimdb_e2e.sh", + "to": "tests/panll_tests.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/main.rs", - "to": "src/diagnostics.rs", - "relation": "shared_dir:src", + "from": "tests/panll_tests.rs", + "to": "tests/report_tests.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/diagnostics.rs", - "to": "src/notify.rs", - "relation": "shared_dir:src", + "from": "tests/report_tests.rs", + "to": "tests/unbounded_corpus.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/notify.rs", - "to": "src/groove.rs", - "relation": "shared_dir:src", + "from": "tests/unbounded_corpus.rs", + "to": "tests/e2e_tests.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/groove.rs", - "to": "src/assemblyline.rs", - "relation": "shared_dir:src", + "from": "src/kanren/core.rs", + "to": "src/kanren/rules.rs", + "relation": "shared_dir:src/kanren", "weight": 1.0 }, { - "from": "src/assemblyline.rs", - "to": "src/comment_marker.rs", - "relation": "shared_dir:src", + "from": "src/kanren/rules.rs", + "to": "src/kanren/crosslang.rs", + "relation": "shared_dir:src/kanren", "weight": 1.0 }, { - "from": "src/ambush/timeline.rs", - "to": "src/ambush/mod.rs", - "relation": "shared_dir:src/ambush", + "from": "src/kanren/crosslang.rs", + "to": "src/kanren/strategy.rs", + "relation": "shared_dir:src/kanren", "weight": 1.0 }, { - "from": "src/mass_panic/imaging.rs", - "to": "src/mass_panic/temporal.rs", - "relation": "shared_dir:src/mass_panic", + "from": "src/kanren/strategy.rs", + "to": "src/kanren/taint.rs", + "relation": "shared_dir:src/kanren", "weight": 1.0 }, - { - "from": "examples/vulnerable_program.rs", - "to": "Concurrent", - "relation": "framework", - "weight": 17.0 + { + "from": "examples/vulnerable_program.rs", + "to": "examples/attack_harness.rs", + "relation": "shared_dir:examples", + "weight": 1.0 }, { - "from": "examples/attack_harness.rs", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "benches/scan_bench.rs", + "from": "tests/assemblyline_tests.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/blackbox_stress.jl", + "from": "tests/analyzer_tests.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tests/assemblyline_tests.rs", + "from": "tests/seam_contract_tests.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 @@ -1277,31 +1271,31 @@ "weight": 1.0 }, { - "from": "tests/panll_tests.rs", + "from": "tests/aggregate_proof_fixture.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tests/unbounded_corpus.rs", + "from": "tests/verisimdb_e2e.sh", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tests/analyzer_tests.rs", + "from": "tests/panll_tests.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tests/seam_contract_tests.rs", + "from": "tests/report_tests.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "tests/aggregate_proof_fixture.rs", + "from": "tests/unbounded_corpus.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 @@ -1313,95 +1307,101 @@ "weight": 1.0 }, { - "from": "tests/verisimdb_e2e.sh", + "from": "examples/vulnerable_program.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 17.0 }, { - "from": "tests/report_tests.rs", + "from": "examples/attack_harness.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "benches/scan_bench.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/bridge/reachability.rs", + "from": "scripts/blackbox_stress.jl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/bridge/registry.rs", + "from": "docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/bridge/intelligence.rs", + "from": "chapel/tests/rayon_vs_chapel_diff.sh", "to": "Concurrent", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/bridge/lockfile.rs", + "from": "chapel/smoke/two_repo_smoke.chpl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/bridge/mod.rs", + "from": "chapel/src/Temporal.chpl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/main.rs", + "from": "chapel/src/Protocol.chpl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/panll/mod.rs", + "from": "chapel/src/MassPanic.chpl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/attestation/chain.rs", + "from": "src/storage/mod.rs", "to": "Concurrent", "relation": "framework", - "weight": 2.0 + "weight": 10.0 }, { - "from": "src/attestation/evidence.rs", + "from": "src/notify.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/attestation/seal.rs", + "from": "src/a2ml/mod.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/attestation/intent.rs", + "from": "src/assail/mod.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/attestation/mod.rs", + "from": "src/assail/patterns.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, + { + "from": "src/assail/analyzer.rs", + "to": "Concurrent", + "relation": "framework", + "weight": 22.0 + }, { "from": "src/abduct/mod.rs", "to": "Concurrent", @@ -1409,283 +1409,283 @@ "weight": 2.0 }, { - "from": "src/aggregate/proven_tests.rs", + "from": "src/report/migration.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/aggregate/mod.rs", + "from": "src/report/sarif.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/scan/cargodeny.rs", + "from": "src/report/diff.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/mass_panic/imaging.rs", + "from": "src/report/formatter.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/mass_panic/temporal.rs", + "from": "src/report/generator.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/ambush/timeline.rs", + "from": "src/report/output.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/ambush/mod.rs", + "from": "src/report/gui.rs", "to": "Concurrent", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "src/adjudicate/mod.rs", + "from": "src/report/tui.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/storage/mod.rs", + "from": "src/kanren/core.rs", "to": "Concurrent", "relation": "framework", - "weight": 10.0 + "weight": 1.0 }, { - "from": "src/diagnostics.rs", + "from": "src/kanren/rules.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/notify.rs", + "from": "src/kanren/crosslang.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/groove.rs", + "from": "src/kanren/strategy.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/kanren/strategy.rs", + "from": "src/kanren/taint.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/kanren/rules.rs", + "from": "src/panll/mod.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/kanren/taint.rs", + "from": "src/campaign/mod.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "src/kanren/core.rs", + "from": "src/amuck/mod.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/kanren/crosslang.rs", + "from": "src/groove.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/signatures/engine.rs", + "from": "src/bridge/mod.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/a2ml/mod.rs", + "from": "src/bridge/reachability.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/assemblyline.rs", + "from": "src/bridge/registry.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/attack/profile.rs", + "from": "src/bridge/lockfile.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/attack/executor.rs", + "from": "src/bridge/intelligence.rs", "to": "Concurrent", "relation": "framework", "weight": 2.0 }, { - "from": "src/assay/mod.rs", + "from": "src/assemblyline.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/amuck/mod.rs", + "from": "src/comment_marker.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/sweep_tracker/mod.rs", + "from": "src/axial/mod.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/comment_marker.rs", + "from": "src/sweep_tracker/mod.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/query/mod.rs", + "from": "src/aggregate/mod.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/campaign/mod.rs", + "from": "src/aggregate/proven_tests.rs", "to": "Concurrent", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "src/report/tui.rs", + "from": "src/adjudicate/mod.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/report/sarif.rs", + "from": "src/main.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/report/gui.rs", + "from": "src/attestation/evidence.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/report/output.rs", + "from": "src/attestation/seal.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/report/formatter.rs", + "from": "src/attestation/mod.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/report/migration.rs", + "from": "src/attestation/chain.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/report/generator.rs", + "from": "src/attestation/intent.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/report/diff.rs", + "from": "src/mass_panic/temporal.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/axial/mod.rs", + "from": "src/mass_panic/imaging.rs", "to": "Concurrent", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/assail/patterns.rs", + "from": "src/diagnostics.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/assail/analyzer.rs", + "from": "src/signatures/engine.rs", "to": "Concurrent", "relation": "framework", - "weight": 22.0 + "weight": 1.0 }, { - "from": "src/assail/mod.rs", + "from": "src/scan/cargodeny.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "chapel/smoke/two_repo_smoke.chpl", + "from": "src/query/mod.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "chapel/tests/rayon_vs_chapel_diff.sh", + "from": "src/assay/mod.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "chapel/src/Temporal.chpl", + "from": "src/ambush/mod.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "chapel/src/Protocol.chpl", + "from": "src/ambush/timeline.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "chapel/src/MassPanic.chpl", + "from": "src/attack/profile.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", + "from": "src/attack/executor.rs", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "setup.sh", "to": "Concurrent", "relation": "framework", "weight": 1.0 @@ -1694,6 +1694,19 @@ }, "taint_matrix": { "rows": [ + { + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 5.0, + "files": [ + "examples/vulnerable_program.rs", + "src/jit_context.rs" + ], + "frameworks": [ + "Concurrent" + ], + "relation": "UnsafeCode->Memory" + }, { "source_category": "UnsafeCode", "sink_axis": "concurrency", @@ -1707,45 +1720,43 @@ "relation": "UnsafeCode->Concurrency" }, { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 5.0, + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "examples/vulnerable_program.rs", - "src/jit_context.rs" + "docs/campaigns/2026-05-26/file-ffi-pr-v2.sh" ], "frameworks": [ "Concurrent" ], - "relation": "UnsafeCode->Memory" + "relation": "CommandInjection->Cpu" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", - "severity_value": 2.5, + "source_category": "UncheckedError", + "sink_axis": "cpu", + "severity_value": 1.0, "files": [ - "src/campaign/mod.rs" + "tests/analyzer_tests.rs" ], "frameworks": [ "Concurrent" ], - "relation": "InsecureProtocol->Network" + "relation": "UncheckedError->Cpu" }, { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "PathTraversal", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "examples/vulnerable_program.rs", - "examples/attack_harness.rs", - "src/attestation/chain.rs", - "src/query/mod.rs", - "src/assail/analyzer.rs" + "tests/verisimdb_e2e.sh", + "docs/campaigns/2026-05-26/00b-nested.sh", + "docs/campaigns/2026-05-26/00-per-repo.sh", + "docs/campaigns/2026-05-26/file-ffi-pr-v2.sh" ], "frameworks": [ "Concurrent" ], - "relation": "PanicPath->Memory" + "relation": "PathTraversal->Disk" }, { "source_category": "PanicPath", @@ -1754,9 +1765,9 @@ "files": [ "examples/vulnerable_program.rs", "examples/attack_harness.rs", + "src/assail/analyzer.rs", "src/attestation/chain.rs", - "src/query/mod.rs", - "src/assail/analyzer.rs" + "src/query/mod.rs" ], "frameworks": [ "Concurrent" @@ -1764,43 +1775,32 @@ "relation": "PanicPath->Disk" }, { - "source_category": "CommandInjection", - "sink_axis": "cpu", + "source_category": "InsecureProtocol", + "sink_axis": "network", "severity_value": 2.5, "files": [ - "docs/campaigns/2026-05-26/file-ffi-pr-v2.sh" + "src/campaign/mod.rs" ], "frameworks": [ "Concurrent" ], - "relation": "CommandInjection->Cpu" + "relation": "InsecureProtocol->Network" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "PanicPath", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "tests/verisimdb_e2e.sh", - "docs/campaigns/2026-05-26/file-ffi-pr-v2.sh", - "docs/campaigns/2026-05-26/00b-nested.sh", - "docs/campaigns/2026-05-26/00-per-repo.sh" - ], - "frameworks": [ - "Concurrent" - ], - "relation": "PathTraversal->Disk" - }, - { - "source_category": "UncheckedError", - "sink_axis": "cpu", - "severity_value": 1.0, - "files": [ - "tests/analyzer_tests.rs" + "examples/vulnerable_program.rs", + "examples/attack_harness.rs", + "src/assail/analyzer.rs", + "src/attestation/chain.rs", + "src/query/mod.rs" ], "frameworks": [ "Concurrent" ], - "relation": "UncheckedError->Cpu" + "relation": "PanicPath->Memory" } ] } diff --git a/scans/panll.json b/scans/panll.json index a1087b02..0895b0a9 100644 --- a/scans/panll.json +++ b/scans/panll.json @@ -7,56 +7,60 @@ ], "weak_points": [ { - "category": "CommandInjection", - "location": "panel-clades/scripts/maintenance/run-maintenance.sh", - "file": "panel-clades/scripts/maintenance/run-maintenance.sh", + "category": "UnboundedAllocation", + "location": "src-gossamer/src/release_manager/commands.rs", + "file": "src-gossamer/src/release_manager/commands.rs", "severity": "Medium", - "description": "33 potentially unquoted variable expansions in panel-clades/scripts/maintenance/run-maintenance.sh", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/release_manager/commands.rs", "recommended_attack": [ + "memory", "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "panll-launcher.sh", - "file": "panll-launcher.sh", + "category": "PanicPath", + "location": "src-gossamer/src/release_manager/commands.rs", + "file": "src-gossamer/src/release_manager/commands.rs", "severity": "Medium", - "description": "25 potentially unquoted variable expansions in panll-launcher.sh", + "description": "1 panic sites and 0 unwrap/expect calls in src-gossamer/src/release_manager/commands.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "PathTraversal", - "location": "panll-launcher.sh", - "file": "panll-launcher.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in panll-launcher.sh", + "category": "UnsafeCode", + "location": "src-gossamer/src/system_tray/mod.rs", + "file": "src-gossamer/src/system_tray/mod.rs", + "severity": "High", + "description": "1 unsafe blocks in src-gossamer/src/system_tray/mod.rs", "recommended_attack": [ - "disk" + "memory", + "concurrency" ], + "suppressed": true, "test_context": "production" }, { - "category": "InputBoundary", - "location": "benches/panll_bench.js", - "file": "benches/panll_bench.js", + "category": "PanicPath", + "location": "src-gossamer/src/system_tray/mod.rs", + "file": "src-gossamer/src/system_tray/mod.rs", "severity": "Medium", - "description": "1 JSON.parse call(s) with 0 try block(s) in benches/panll_bench.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "0 panic sites and 6 unwrap/expect calls in src-gossamer/src/system_tray/mod.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "tools/pcc/src/repairer.rs", - "file": "tools/pcc/src/repairer.rs", + "location": "src-gossamer/src/repoloader/scanner.rs", + "file": "src-gossamer/src/repoloader/scanner.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in tools/pcc/src/repairer.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/repoloader/scanner.rs", "recommended_attack": [ "memory", "cpu" @@ -65,10 +69,10 @@ }, { "category": "UnboundedAllocation", - "location": "tools/pcc/src/contract.rs", - "file": "tools/pcc/src/contract.rs", + "location": "src-gossamer/src/repoloader/commands.rs", + "file": "src-gossamer/src/repoloader/commands.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in tools/pcc/src/contract.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/repoloader/commands.rs", "recommended_attack": [ "memory", "cpu" @@ -76,35 +80,34 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "tools/pcc/src/propagator.rs", - "file": "tools/pcc/src/propagator.rs", + "category": "InsecureProtocol", + "location": "src-gossamer/src/typell/commands.rs", + "file": "src-gossamer/src/typell/commands.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in tools/pcc/src/propagator.rs", + "description": "1 HTTP (non-HTTPS) URLs in src-gossamer/src/typell/commands.rs", "recommended_attack": [ - "memory", - "disk" + "network" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "tools/pcc/src/reporter.rs", - "file": "tools/pcc/src/reporter.rs", + "category": "UnboundedAllocation", + "location": "src-gossamer/src/minter/commands.rs", + "file": "src-gossamer/src/minter/commands.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in tools/pcc/src/reporter.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/minter/commands.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "tools/pcc/src/scanner.rs", - "file": "tools/pcc/src/scanner.rs", + "location": "src-gossamer/src/dlc_workshop/commands.rs", + "file": "src-gossamer/src/dlc_workshop/commands.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in tools/pcc/src/scanner.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/dlc_workshop/commands.rs", "recommended_attack": [ "memory", "cpu" @@ -112,182 +115,175 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "tools/pcc/src/scanner.rs", - "file": "tools/pcc/src/scanner.rs", + "category": "UnboundedAllocation", + "location": "src-gossamer/src/ai/context.rs", + "file": "src-gossamer/src/ai/context.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in tools/pcc/src/scanner.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/ai/context.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "scripts/install-desktop.sh", - "file": "scripts/install-desktop.sh", + "category": "UnboundedAllocation", + "location": "src-gossamer/src/ai/commands.rs", + "file": "src-gossamer/src/ai/commands.rs", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/install-desktop.sh", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/ai/commands.rs", "recommended_attack": [ - "disk" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "tests/aspect/security_test.mjs", - "file": "tests/aspect/security_test.mjs", - "severity": "Critical", - "description": "eval() usage in tests/aspect/security_test.mjs", - "recommended_attack": [ - "cpu", - "memory" - ], - "test_context": "test_only" - }, - { - "category": "InputBoundary", - "location": "tests/identity_integration_test.js", - "file": "tests/identity_integration_test.js", + "category": "UnboundedAllocation", + "location": "src-gossamer/src/a2ml/commands.rs", + "file": "src-gossamer/src/a2ml/commands.rs", "severity": "Medium", - "description": "11 JSON.parse call(s) with 2 try block(s) in tests/identity_integration_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/a2ml/commands.rs", "recommended_attack": [ + "memory", "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "InputBoundary", - "location": "tests/level_architect_engine_test.js", - "file": "tests/level_architect_engine_test.js", + "category": "InsecureProtocol", + "location": "src-gossamer/src/network_topology/commands.rs", + "file": "src-gossamer/src/network_topology/commands.rs", "severity": "Medium", - "description": "4 JSON.parse call(s) with 0 try block(s) in tests/level_architect_engine_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "1 HTTP (non-HTTPS) URLs in src-gossamer/src/network_topology/commands.rs", "recommended_attack": [ - "cpu" + "network" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "tests/anti_crash_test.js", - "file": "tests/anti_crash_test.js", - "severity": "Critical", - "description": "eval() usage in tests/anti_crash_test.js", + "category": "InsecureProtocol", + "location": "src-gossamer/src/overlay/commands.rs", + "file": "src-gossamer/src/overlay/commands.rs", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in src-gossamer/src/overlay/commands.rs", "recommended_attack": [ - "cpu", - "memory" + "network" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "tests/storage_timeline_roundtrip_test.js", - "file": "tests/storage_timeline_roundtrip_test.js", - "severity": "Critical", - "description": "eval() usage in tests/storage_timeline_roundtrip_test.js", + "category": "InsecureProtocol", + "location": "src-gossamer/src/hypatia/commands.rs", + "file": "src-gossamer/src/hypatia/commands.rs", + "severity": "Medium", + "description": "2 HTTP (non-HTTPS) URLs in src-gossamer/src/hypatia/commands.rs", "recommended_attack": [ - "cpu", - "memory" + "network" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "InputBoundary", - "location": "tests/script_gist_engine_test.js", - "file": "tests/script_gist_engine_test.js", + "category": "UnboundedAllocation", + "location": "src-gossamer/src/vm_inspector/commands.rs", + "file": "src-gossamer/src/vm_inspector/commands.rs", "severity": "Medium", - "description": "1 JSON.parse call(s) with 0 try block(s) in tests/script_gist_engine_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/vm_inspector/commands.rs", "recommended_attack": [ + "memory", "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "tests/anticrash_gate_crosscutting_test.js", - "file": "tests/anticrash_gate_crosscutting_test.js", - "severity": "Critical", - "description": "eval() usage in tests/anticrash_gate_crosscutting_test.js", + "category": "PanicPath", + "location": "src-gossamer/src/vm_inspector/commands.rs", + "file": "src-gossamer/src/vm_inspector/commands.rs", + "severity": "Medium", + "description": "0 panic sites and 23 unwrap/expect calls in src-gossamer/src/vm_inspector/commands.rs", "recommended_attack": [ - "cpu", - "memory" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "InputBoundary", - "location": "tests/typell_crosscutting_test.js", - "file": "tests/typell_crosscutting_test.js", + "category": "UnboundedAllocation", + "location": "src-gossamer/src/clade_scanner/commands.rs", + "file": "src-gossamer/src/clade_scanner/commands.rs", "severity": "Medium", - "description": "5 JSON.parse call(s) with 0 try block(s) in tests/typell_crosscutting_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/clade_scanner/commands.rs", "recommended_attack": [ + "memory", "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "InputBoundary", - "location": "tests/p2p/tea_properties_test.mjs", - "file": "tests/p2p/tea_properties_test.mjs", - "severity": "Medium", - "description": "2 JSON.parse call(s) with 1 try block(s) in tests/p2p/tea_properties_test.mjs — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "category": "UnsafeCode", + "location": "src-gossamer/src/llm_coding/commands.rs", + "file": "src-gossamer/src/llm_coding/commands.rs", + "severity": "High", + "description": "3 unsafe blocks in src-gossamer/src/llm_coding/commands.rs", "recommended_attack": [ - "cpu" + "memory", + "concurrency" ], - "test_context": "test_only" + "suppressed": true, + "test_context": "production" }, { - "category": "MutationGap", - "location": "beam/panll_beam/test/panll_beam_test.exs", - "file": "beam/panll_beam/test/panll_beam_test.exs", - "severity": "Low", - "description": "Elixir test file beam/panll_beam/test/panll_beam_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "PanicPath", + "location": "src-gossamer/src/groove.rs", + "file": "src-gossamer/src/groove.rs", + "severity": "Medium", + "description": "0 panic sites and 3 unwrap/expect calls in src-gossamer/src/groove.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "PathTraversal", - "location": "launch-panll.sh", - "file": "launch-panll.sh", + "category": "InsecureProtocol", + "location": "src-gossamer/src/governance/commands.rs", + "file": "src-gossamer/src/governance/commands.rs", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in launch-panll.sh", + "description": "1 HTTP (non-HTTPS) URLs in src-gossamer/src/governance/commands.rs", "recommended_attack": [ - "disk" + "network" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "ffi/zig/src/coprocessor.zig", - "file": "ffi/zig/src/coprocessor.zig", - "severity": "High", - "description": "2 unsafe pointer casts in ffi/zig/src/coprocessor.zig", + "category": "InsecureProtocol", + "location": "src-gossamer/src/lib.rs", + "file": "src-gossamer/src/lib.rs", + "severity": "Medium", + "description": "3 HTTP (non-HTTPS) URLs in src-gossamer/src/lib.rs", "recommended_attack": [ - "memory" + "network" ], - "suppressed": true, "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "src-gossamer/src/overlay/commands.rs", - "file": "src-gossamer/src/overlay/commands.rs", + "category": "UnboundedAllocation", + "location": "src-gossamer/src/ums_cartridge/commands.rs", + "file": "src-gossamer/src/ums_cartridge/commands.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in src-gossamer/src/overlay/commands.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/ums_cartridge/commands.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "src-gossamer/src/release_manager/commands.rs", - "file": "src-gossamer/src/release_manager/commands.rs", + "location": "src-gossamer/src/provenance/commands.rs", + "file": "src-gossamer/src/provenance/commands.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/release_manager/commands.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/provenance/commands.rs", "recommended_attack": [ "memory", "cpu" @@ -296,10 +292,10 @@ }, { "category": "PanicPath", - "location": "src-gossamer/src/release_manager/commands.rs", - "file": "src-gossamer/src/release_manager/commands.rs", + "location": "src-gossamer/src/provenance/commands.rs", + "file": "src-gossamer/src/provenance/commands.rs", "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in src-gossamer/src/release_manager/commands.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src-gossamer/src/provenance/commands.rs", "recommended_attack": [ "memory", "disk" @@ -308,44 +304,44 @@ }, { "category": "InsecureProtocol", - "location": "src-gossamer/src/boj_live.rs", - "file": "src-gossamer/src/boj_live.rs", + "location": "src-gossamer/src/boj/commands.rs", + "file": "src-gossamer/src/boj/commands.rs", "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in src-gossamer/src/boj_live.rs", + "description": "1 HTTP (non-HTTPS) URLs in src-gossamer/src/boj/commands.rs", "recommended_attack": [ "network" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src-gossamer/src/dlc_workshop/commands.rs", - "file": "src-gossamer/src/dlc_workshop/commands.rs", + "category": "InsecureProtocol", + "location": "src-gossamer/src/service_registry.rs", + "file": "src-gossamer/src/service_registry.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/dlc_workshop/commands.rs", + "description": "3 HTTP (non-HTTPS) URLs in src-gossamer/src/service_registry.rs", "recommended_attack": [ - "memory", - "cpu" + "network" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "src-gossamer/src/service_registry.rs", - "file": "src-gossamer/src/service_registry.rs", + "category": "UnboundedAllocation", + "location": "src-gossamer/src/workspace/sysinfo.rs", + "file": "src-gossamer/src/workspace/sysinfo.rs", "severity": "Medium", - "description": "3 HTTP (non-HTTPS) URLs in src-gossamer/src/service_registry.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/workspace/sysinfo.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], "test_context": "production" }, { "category": "UnsafeCode", - "location": "src-gossamer/src/system_tray/mod.rs", - "file": "src-gossamer/src/system_tray/mod.rs", + "location": "src-gossamer/src/workspace/sysinfo.rs", + "file": "src-gossamer/src/workspace/sysinfo.rs", "severity": "High", - "description": "1 unsafe blocks in src-gossamer/src/system_tray/mod.rs", + "description": "1 unsafe blocks in src-gossamer/src/workspace/sysinfo.rs", "recommended_attack": [ "memory", "concurrency" @@ -354,23 +350,47 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "src-gossamer/src/system_tray/mod.rs", - "file": "src-gossamer/src/system_tray/mod.rs", + "category": "UnboundedAllocation", + "location": "src-gossamer/src/workspace/commands.rs", + "file": "src-gossamer/src/workspace/commands.rs", "severity": "Medium", - "description": "0 panic sites and 6 unwrap/expect calls in src-gossamer/src/system_tray/mod.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/workspace/commands.rs", "recommended_attack": [ "memory", - "disk" + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "src-gossamer/src/capture/commands.rs", + "file": "src-gossamer/src/capture/commands.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/capture/commands.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "src-gossamer/src/level_architect/commands.rs", + "file": "src-gossamer/src/level_architect/commands.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/level_architect/commands.rs", + "recommended_attack": [ + "memory", + "cpu" ], "test_context": "production" }, { "category": "InsecureProtocol", - "location": "src-gossamer/src/hypatia/commands.rs", - "file": "src-gossamer/src/hypatia/commands.rs", + "location": "src-gossamer/src/boj_live.rs", + "file": "src-gossamer/src/boj_live.rs", "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in src-gossamer/src/hypatia/commands.rs", + "description": "2 HTTP (non-HTTPS) URLs in src-gossamer/src/boj_live.rs", "recommended_attack": [ "network" ], @@ -378,10 +398,10 @@ }, { "category": "UnboundedAllocation", - "location": "src-gossamer/src/ai/commands.rs", - "file": "src-gossamer/src/ai/commands.rs", + "location": "src-gossamer/src/voicetag/commands.rs", + "file": "src-gossamer/src/voicetag/commands.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/ai/commands.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/voicetag/commands.rs", "recommended_attack": [ "memory", "cpu" @@ -390,10 +410,10 @@ }, { "category": "UnboundedAllocation", - "location": "src-gossamer/src/ai/context.rs", - "file": "src-gossamer/src/ai/context.rs", + "location": "src-gossamer/src/k9/commands.rs", + "file": "src-gossamer/src/k9/commands.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/ai/context.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/k9/commands.rs", "recommended_attack": [ "memory", "cpu" @@ -402,10 +422,10 @@ }, { "category": "UnboundedAllocation", - "location": "src-gossamer/src/cloudguard/config.rs", - "file": "src-gossamer/src/cloudguard/config.rs", + "location": "src-gossamer/src/identity.rs", + "file": "src-gossamer/src/identity.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/cloudguard/config.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/identity.rs", "recommended_attack": [ "memory", "cpu" @@ -414,10 +434,10 @@ }, { "category": "UnboundedAllocation", - "location": "src-gossamer/src/voicetag/commands.rs", - "file": "src-gossamer/src/voicetag/commands.rs", + "location": "src-gossamer/src/settings.rs", + "file": "src-gossamer/src/settings.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/voicetag/commands.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/settings.rs", "recommended_attack": [ "memory", "cpu" @@ -426,10 +446,10 @@ }, { "category": "UnboundedAllocation", - "location": "src-gossamer/src/provenance/commands.rs", - "file": "src-gossamer/src/provenance/commands.rs", + "location": "src-gossamer/src/cloudguard/config.rs", + "file": "src-gossamer/src/cloudguard/config.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/provenance/commands.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/cloudguard/config.rs", "recommended_attack": [ "memory", "cpu" @@ -437,14 +457,25 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "src-gossamer/src/provenance/commands.rs", - "file": "src-gossamer/src/provenance/commands.rs", + "category": "InsecureProtocol", + "location": "src-gossamer/src/http_client.rs", + "file": "src-gossamer/src/http_client.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src-gossamer/src/provenance/commands.rs", + "description": "2 HTTP (non-HTTPS) URLs in src-gossamer/src/http_client.rs", + "recommended_attack": [ + "network" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "src-gossamer/src/coprocessor/mod.rs", + "file": "src-gossamer/src/coprocessor/mod.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/coprocessor/mod.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, @@ -476,10 +507,10 @@ }, { "category": "UnboundedAllocation", - "location": "src-gossamer/src/coprocessor/mod.rs", - "file": "src-gossamer/src/coprocessor/mod.rs", + "location": "src-gossamer/src/ums/commands.rs", + "file": "src-gossamer/src/ums/commands.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/coprocessor/mod.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/ums/commands.rs", "recommended_attack": [ "memory", "cpu" @@ -487,22 +518,23 @@ "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "src-gossamer/src/network_topology/commands.rs", - "file": "src-gossamer/src/network_topology/commands.rs", + "category": "UnboundedAllocation", + "location": "src-gossamer/src/farm/commands.rs", + "file": "src-gossamer/src/farm/commands.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in src-gossamer/src/network_topology/commands.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/farm/commands.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "src-gossamer/src/workspace/commands.rs", - "file": "src-gossamer/src/workspace/commands.rs", + "location": "src-gossamer/src/security/commands.rs", + "file": "src-gossamer/src/security/commands.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/workspace/commands.rs", + "description": "Potential unbounded allocation pattern detected in src-gossamer/src/security/commands.rs", "recommended_attack": [ "memory", "cpu" @@ -510,36 +542,34 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src-gossamer/src/workspace/sysinfo.rs", - "file": "src-gossamer/src/workspace/sysinfo.rs", + "category": "CommandInjection", + "location": "panll-launcher.sh", + "file": "panll-launcher.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/workspace/sysinfo.rs", + "description": "25 potentially unquoted variable expansions in panll-launcher.sh", "recommended_attack": [ - "memory", "cpu" ], + "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "src-gossamer/src/workspace/sysinfo.rs", - "file": "src-gossamer/src/workspace/sysinfo.rs", - "severity": "High", - "description": "1 unsafe blocks in src-gossamer/src/workspace/sysinfo.rs", + "category": "PathTraversal", + "location": "panll-launcher.sh", + "file": "panll-launcher.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in panll-launcher.sh", "recommended_attack": [ - "memory", - "concurrency" + "disk" ], - "suppressed": true, "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "src-gossamer/src/repoloader/commands.rs", - "file": "src-gossamer/src/repoloader/commands.rs", + "location": "tools/pcc/src/repairer.rs", + "file": "tools/pcc/src/repairer.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/repoloader/commands.rs", + "description": "Potential unbounded allocation pattern detected in tools/pcc/src/repairer.rs", "recommended_attack": [ "memory", "cpu" @@ -548,10 +578,10 @@ }, { "category": "UnboundedAllocation", - "location": "src-gossamer/src/repoloader/scanner.rs", - "file": "src-gossamer/src/repoloader/scanner.rs", + "location": "tools/pcc/src/scanner.rs", + "file": "tools/pcc/src/scanner.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/repoloader/scanner.rs", + "description": "Potential unbounded allocation pattern detected in tools/pcc/src/scanner.rs", "recommended_attack": [ "memory", "cpu" @@ -560,10 +590,10 @@ }, { "category": "PanicPath", - "location": "src-gossamer/src/groove.rs", - "file": "src-gossamer/src/groove.rs", + "location": "tools/pcc/src/scanner.rs", + "file": "tools/pcc/src/scanner.rs", "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in src-gossamer/src/groove.rs", + "description": "0 panic sites and 1 unwrap/expect calls in tools/pcc/src/scanner.rs", "recommended_attack": [ "memory", "disk" @@ -572,10 +602,10 @@ }, { "category": "UnboundedAllocation", - "location": "src-gossamer/src/settings.rs", - "file": "src-gossamer/src/settings.rs", + "location": "tools/pcc/src/contract.rs", + "file": "tools/pcc/src/contract.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/settings.rs", + "description": "Potential unbounded allocation pattern detected in tools/pcc/src/contract.rs", "recommended_attack": [ "memory", "cpu" @@ -583,227 +613,197 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "src-gossamer/src/llm_coding/commands.rs", - "file": "src-gossamer/src/llm_coding/commands.rs", - "severity": "High", - "description": "3 unsafe blocks in src-gossamer/src/llm_coding/commands.rs", + "category": "PanicPath", + "location": "tools/pcc/src/reporter.rs", + "file": "tools/pcc/src/reporter.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in tools/pcc/src/reporter.rs", "recommended_attack": [ "memory", - "concurrency" + "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src-gossamer/src/security/commands.rs", - "file": "src-gossamer/src/security/commands.rs", + "category": "PanicPath", + "location": "tools/pcc/src/propagator.rs", + "file": "tools/pcc/src/propagator.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/security/commands.rs", + "description": "0 panic sites and 1 unwrap/expect calls in tools/pcc/src/propagator.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "src-gossamer/src/lib.rs", - "file": "src-gossamer/src/lib.rs", - "severity": "Medium", - "description": "3 HTTP (non-HTTPS) URLs in src-gossamer/src/lib.rs", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "src-gossamer/src/a2ml/commands.rs", - "file": "src-gossamer/src/a2ml/commands.rs", + "category": "PathTraversal", + "location": "launch-panll.sh", + "file": "launch-panll.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/a2ml/commands.rs", + "description": "Hardcoded /tmp/ path without mktemp in launch-panll.sh", "recommended_attack": [ - "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src-gossamer/src/farm/commands.rs", - "file": "src-gossamer/src/farm/commands.rs", + "category": "InputBoundary", + "location": "tests/level_architect_engine_test.js", + "file": "tests/level_architect_engine_test.js", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/farm/commands.rs", + "description": "4 JSON.parse call(s) with 0 try block(s) in tests/level_architect_engine_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "src-gossamer/src/k9/commands.rs", - "file": "src-gossamer/src/k9/commands.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/k9/commands.rs", + "category": "DynamicCodeExecution", + "location": "tests/anti_crash_test.js", + "file": "tests/anti_crash_test.js", + "severity": "Critical", + "description": "eval() usage in tests/anti_crash_test.js", "recommended_attack": [ - "memory", - "cpu" + "cpu", + "memory" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "src-gossamer/src/minter/commands.rs", - "file": "src-gossamer/src/minter/commands.rs", + "category": "InputBoundary", + "location": "tests/p2p/tea_properties_test.mjs", + "file": "tests/p2p/tea_properties_test.mjs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/minter/commands.rs", + "description": "2 JSON.parse call(s) with 1 try block(s) in tests/p2p/tea_properties_test.mjs — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" - }, - { - "category": "InsecureProtocol", - "location": "src-gossamer/src/boj/commands.rs", - "file": "src-gossamer/src/boj/commands.rs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in src-gossamer/src/boj/commands.rs", - "recommended_attack": [ - "network" - ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "src-gossamer/src/capture/commands.rs", - "file": "src-gossamer/src/capture/commands.rs", + "category": "InputBoundary", + "location": "tests/identity_integration_test.js", + "file": "tests/identity_integration_test.js", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/capture/commands.rs", + "description": "11 JSON.parse call(s) with 2 try block(s) in tests/identity_integration_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "src-gossamer/src/ums_cartridge/commands.rs", - "file": "src-gossamer/src/ums_cartridge/commands.rs", + "category": "InputBoundary", + "location": "tests/typell_crosscutting_test.js", + "file": "tests/typell_crosscutting_test.js", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/ums_cartridge/commands.rs", + "description": "5 JSON.parse call(s) with 0 try block(s) in tests/typell_crosscutting_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "src-gossamer/src/identity.rs", - "file": "src-gossamer/src/identity.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/identity.rs", + "category": "DynamicCodeExecution", + "location": "tests/storage_timeline_roundtrip_test.js", + "file": "tests/storage_timeline_roundtrip_test.js", + "severity": "Critical", + "description": "eval() usage in tests/storage_timeline_roundtrip_test.js", "recommended_attack": [ - "memory", - "cpu" + "cpu", + "memory" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "src-gossamer/src/governance/commands.rs", - "file": "src-gossamer/src/governance/commands.rs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in src-gossamer/src/governance/commands.rs", + "category": "DynamicCodeExecution", + "location": "tests/aspect/security_test.mjs", + "file": "tests/aspect/security_test.mjs", + "severity": "Critical", + "description": "eval() usage in tests/aspect/security_test.mjs", "recommended_attack": [ - "network" + "cpu", + "memory" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "src-gossamer/src/typell/commands.rs", - "file": "src-gossamer/src/typell/commands.rs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in src-gossamer/src/typell/commands.rs", + "category": "DynamicCodeExecution", + "location": "tests/anticrash_gate_crosscutting_test.js", + "file": "tests/anticrash_gate_crosscutting_test.js", + "severity": "Critical", + "description": "eval() usage in tests/anticrash_gate_crosscutting_test.js", "recommended_attack": [ - "network" + "cpu", + "memory" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "src-gossamer/src/http_client.rs", - "file": "src-gossamer/src/http_client.rs", + "category": "InputBoundary", + "location": "tests/script_gist_engine_test.js", + "file": "tests/script_gist_engine_test.js", "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in src-gossamer/src/http_client.rs", + "description": "1 JSON.parse call(s) with 0 try block(s) in tests/script_gist_engine_test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ - "network" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "src-gossamer/src/vm_inspector/commands.rs", - "file": "src-gossamer/src/vm_inspector/commands.rs", + "category": "InputBoundary", + "location": "benches/panll_bench.js", + "file": "benches/panll_bench.js", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/vm_inspector/commands.rs", + "description": "1 JSON.parse call(s) with 0 try block(s) in benches/panll_bench.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "src-gossamer/src/vm_inspector/commands.rs", - "file": "src-gossamer/src/vm_inspector/commands.rs", - "severity": "Medium", - "description": "0 panic sites and 23 unwrap/expect calls in src-gossamer/src/vm_inspector/commands.rs", + "category": "MutationGap", + "location": "beam/panll_beam/test/panll_beam_test.exs", + "file": "beam/panll_beam/test/panll_beam_test.exs", + "severity": "Low", + "description": "Elixir test file beam/panll_beam/test/panll_beam_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "src-gossamer/src/level_architect/commands.rs", - "file": "src-gossamer/src/level_architect/commands.rs", + "category": "CommandInjection", + "location": "panel-clades/scripts/maintenance/run-maintenance.sh", + "file": "panel-clades/scripts/maintenance/run-maintenance.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/level_architect/commands.rs", + "description": "33 potentially unquoted variable expansions in panel-clades/scripts/maintenance/run-maintenance.sh", "recommended_attack": [ - "memory", "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src-gossamer/src/clade_scanner/commands.rs", - "file": "src-gossamer/src/clade_scanner/commands.rs", + "category": "PathTraversal", + "location": "scripts/install-desktop.sh", + "file": "scripts/install-desktop.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/clade_scanner/commands.rs", + "description": "Hardcoded /tmp/ path without mktemp in scripts/install-desktop.sh", "recommended_attack": [ - "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src-gossamer/src/ums/commands.rs", - "file": "src-gossamer/src/ums/commands.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src-gossamer/src/ums/commands.rs", + "category": "UnsafeCode", + "location": "ffi/zig/src/coprocessor.zig", + "file": "ffi/zig/src/coprocessor.zig", + "severity": "High", + "description": "2 unsafe pointer casts in ffi/zig/src/coprocessor.zig", "recommended_attack": [ - "memory", - "cpu" + "memory" ], + "suppressed": true, "test_context": "production" }, { @@ -827,382 +827,374 @@ }, "file_statistics": [ { - "file_path": "panel-clades/scripts/maintenance/perms-state.sh", - "lines": 241, + "file_path": "src-gossamer/src/release_manager/commands.rs", + "lines": 485, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, + "safe_unwrap_calls": 7, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "panel-clades/scripts/maintenance/run-maintenance.sh", - "lines": 612, + "file_path": "src-gossamer/src/valence_shell/commands.rs", + "lines": 948, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "safe_unwrap_calls": 9, + "allocation_sites": 10, + "io_operations": 2, + "threading_constructs": 2 }, { - "file_path": "panel-clades/src/abi/Foreign.idr", - "lines": 281, - "unsafe_blocks": 15, + "file_path": "src-gossamer/src/multiplayer_monitor/commands.rs", + "lines": 405, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "panel-clades/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "src-gossamer/src/system_tray/mod.rs", + "lines": 106, + "unsafe_blocks": 1, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 6, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "panel-clades/ffi/zig/src/main.zig", - "lines": 418, + "file_path": "src-gossamer/src/repoloader/scanner.rs", + "lines": 325, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "panll-launcher.sh", - "lines": 446, + "file_path": "src-gossamer/src/repoloader/commands.rs", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 12, + "safe_unwrap_calls": 6, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tools/pcc/src/main.rs", - "lines": 358, + "file_path": "src-gossamer/src/minter/commands.rs", + "lines": 1254, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "safe_unwrap_calls": 6, + "allocation_sites": 16, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tools/pcc/src/rescript_scanner.rs", - "lines": 308, + "file_path": "src-gossamer/src/ai/context.rs", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tools/pcc/src/repairer.rs", - "lines": 750, + "file_path": "src-gossamer/src/ai/providers.rs", + "lines": 713, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, + "safe_unwrap_calls": 23, "allocation_sites": 10, - "io_operations": 7, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tools/pcc/src/contract.rs", - "lines": 130, + "file_path": "src-gossamer/src/a2ml/commands.rs", + "lines": 290, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 4, + "allocation_sites": 10, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "tools/pcc/src/propagator.rs", - "lines": 388, + "file_path": "src-gossamer/src/vm_inspector/commands.rs", + "lines": 1178, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 6, - "allocation_sites": 2, + "unwrap_calls": 23, + "safe_unwrap_calls": 5, + "allocation_sites": 8, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "tools/pcc/src/reporter.rs", - "lines": 347, + "file_path": "src-gossamer/src/clade_scanner/commands.rs", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 2, + "unwrap_calls": 0, + "safe_unwrap_calls": 4, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tools/pcc/src/obligation.rs", - "lines": 321, - "unsafe_blocks": 0, + "file_path": "src-gossamer/src/llm_coding/commands.rs", + "lines": 354, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 18, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "tools/pcc/src/scanner.rs", - "lines": 347, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, + "safe_unwrap_calls": 17, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "migration/modules/LanguageForgeModule.affine", - "lines": 51, + "file_path": "src-gossamer/src/groove.rs", + "lines": 512, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "unwrap_calls": 3, + "safe_unwrap_calls": 7, + "allocation_sites": 6, + "io_operations": 3, + "threading_constructs": 4 }, { - "file_path": "layouts/protocol-design.k9.ncl", - "lines": 61, + "file_path": "src-gossamer/src/ums_cartridge/commands.rs", + "lines": 1046, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 14, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "layouts/logic-and-proofs.k9.ncl", - "lines": 60, + "file_path": "src-gossamer/src/provenance/commands.rs", + "lines": 255, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 4, + "allocation_sites": 12, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "layouts/database-design.k9.ncl", - "lines": 62, + "file_path": "src-gossamer/src/service_registry.rs", + "lines": 214, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 5, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "layouts/language-design.k9.ncl", - "lines": 60, + "file_path": "src-gossamer/src/watcher/commands.rs", + "lines": 259, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "safe_unwrap_calls": 4, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "scripts/install-desktop.sh", - "lines": 151, - "unsafe_blocks": 0, + "file_path": "src-gossamer/src/workspace/sysinfo.rs", + "lines": 155, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 11, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/bundle.affine", - "lines": 39, + "file_path": "src-gossamer/src/workspace/commands.rs", + "lines": 140, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/dogfood-test.sh", - "lines": 127, + "file_path": "src-gossamer/src/capture/commands.rs", + "lines": 190, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "scripts/mock-echidna.affine", - "lines": 467, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/safedom_conformance_test.js", - "lines": 285, + "file_path": "src-gossamer/src/level_architect/commands.rs", + "lines": 544, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 10, + "allocation_sites": 4, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/test_utils.js", - "lines": 258, + "file_path": "src-gossamer/src/voicetag/commands.rs", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "launch-panll.sh", - "lines": 37, + "file_path": "src-gossamer/src/system_update/commands.rs", + "lines": 541, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 12, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/ui/tea/wizard.affine", - "lines": 172, + "file_path": "src-gossamer/src/k9/commands.rs", + "lines": 472, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "src/ui/tea/panll_tea.js", - "lines": 67, + "file_path": "src-gossamer/src/game_preview/commands.rs", + "lines": 731, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "ffi/zig/src/coprocessor.zig", - "lines": 263, - "unsafe_blocks": 2, + "file_path": "src-gossamer/src/identity.rs", + "lines": 193, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 7, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "panll-desktop-launcher.sh", - "lines": 27, + "file_path": "src-gossamer/src/settings.rs", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 7, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src-gossamer/src/cloudguard/diff.rs", + "lines": 191, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 4, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/release_manager/commands.rs", - "lines": 485, + "file_path": "src-gossamer/src/cloudguard/api.rs", + "lines": 482, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 2 }, { - "file_path": "src-gossamer/src/system_update/commands.rs", - "lines": 541, + "file_path": "src-gossamer/src/cloudguard/config.rs", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 12, - "allocation_sites": 6, + "safe_unwrap_calls": 3, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/service_registry.rs", - "lines": 214, + "file_path": "src-gossamer/src/cloudguard/trustfile.rs", + "lines": 340, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "src-gossamer/src/compat.rs", - "lines": 101, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "safe_unwrap_calls": 8, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/valence_shell/commands.rs", - "lines": 948, + "file_path": "src-gossamer/src/coprocessor/mod.rs", + "lines": 214, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 9, - "allocation_sites": 10, - "io_operations": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 2 }, { - "file_path": "src-gossamer/src/system_tray/mod.rs", - "lines": 106, - "unsafe_blocks": 1, + "file_path": "src-gossamer/src/coprocessor/commands.rs", + "lines": 892, + "unsafe_blocks": 4, "panic_sites": 0, - "unwrap_calls": 6, - "allocation_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 6, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { "file_path": "src-gossamer/src/error.rs", @@ -1215,118 +1207,113 @@ "threading_constructs": 2 }, { - "file_path": "src-gossamer/src/ai/providers.rs", - "lines": 713, + "file_path": "src-gossamer/src/farm/commands.rs", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 23, - "allocation_sites": 10, + "safe_unwrap_calls": 13, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/ai/context.rs", - "lines": 172, + "file_path": "src-gossamer/src/security/commands.rs", + "lines": 249, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, + "safe_unwrap_calls": 4, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/cloudguard/config.rs", - "lines": 168, + "file_path": "src-gossamer/src/compat.rs", + "lines": 101, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, + "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src-gossamer/src/cloudguard/trustfile.rs", - "lines": 340, + "file_path": "panll-launcher.sh", + "lines": 446, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/cloudguard/api.rs", - "lines": 482, + "file_path": "tools/pcc/src/obligation.rs", + "lines": 321, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, + "allocation_sites": 18, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/cloudguard/diff.rs", - "lines": 191, + "file_path": "tools/pcc/src/repairer.rs", + "lines": 750, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 4, - "io_operations": 0, + "safe_unwrap_calls": 6, + "allocation_sites": 10, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/voicetag/commands.rs", - "lines": 155, + "file_path": "tools/pcc/src/scanner.rs", + "lines": 347, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/provenance/commands.rs", - "lines": 255, + "file_path": "tools/pcc/src/rescript_scanner.rs", + "lines": 308, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 4, - "allocation_sites": 12, - "io_operations": 1, + "unwrap_calls": 0, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/coprocessor/commands.rs", - "lines": 892, - "unsafe_blocks": 4, + "file_path": "tools/pcc/src/contract.rs", + "lines": 130, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/coprocessor/mod.rs", - "lines": 214, + "file_path": "tools/pcc/src/reporter.rs", + "lines": 347, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 1, - "threading_constructs": 2 + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/workspace/commands.rs", - "lines": 140, + "file_path": "tools/pcc/src/main.rs", + "lines": 358, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1335,265 +1322,296 @@ "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/workspace/sysinfo.rs", - "lines": 155, - "unsafe_blocks": 1, + "file_path": "tools/pcc/src/propagator.rs", + "lines": 388, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 11, - "allocation_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 6, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/repoloader/commands.rs", - "lines": 241, + "file_path": "panll-desktop-launcher.sh", + "lines": 27, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/repoloader/scanner.rs", - "lines": 325, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/groove.rs", - "lines": 512, + "file_path": "launch-panll.sh", + "lines": 37, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 7, - "allocation_sites": 6, - "io_operations": 3, - "threading_constructs": 4 + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/settings.rs", - "lines": 148, + "file_path": "tests/safedom_conformance_test.js", + "lines": 285, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/llm_coding/commands.rs", - "lines": 354, - "unsafe_blocks": 3, + "file_path": "tests/test_utils.js", + "lines": 258, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 17, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/security/commands.rs", - "lines": 249, + "file_path": "panel-clades/scripts/maintenance/perms-state.sh", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/a2ml/commands.rs", - "lines": 290, + "file_path": "panel-clades/scripts/maintenance/run-maintenance.sh", + "lines": 612, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 12, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/farm/commands.rs", - "lines": 192, + "file_path": "panel-clades/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 13, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "src-gossamer/src/k9/commands.rs", - "lines": 472, + "file_path": "panel-clades/ffi/zig/src/main.zig", + "lines": 418, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 11, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/minter/commands.rs", - "lines": 1254, - "unsafe_blocks": 0, + "file_path": "panel-clades/src/abi/Foreign.idr", + "lines": 281, + "unsafe_blocks": 15, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 16, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/capture/commands.rs", - "lines": 190, + "file_path": "layouts/protocol-design.k9.ncl", + "lines": 61, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/ums_cartridge/commands.rs", - "lines": 1046, + "file_path": "layouts/logic-and-proofs.k9.ncl", + "lines": 60, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 14, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/identity.rs", - "lines": 193, + "file_path": "layouts/database-design.k9.ncl", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/watcher/commands.rs", - "lines": 259, + "file_path": "layouts/language-design.k9.ncl", + "lines": 60, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/game_preview/commands.rs", - "lines": 731, + "file_path": "scripts/bundle.affine", + "lines": 39, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/multiplayer_monitor/commands.rs", - "lines": 405, + "file_path": "scripts/install-desktop.sh", + "lines": 151, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 5, + "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/vm_inspector/commands.rs", - "lines": 1178, + "file_path": "scripts/dogfood-test.sh", + "lines": 127, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 23, - "safe_unwrap_calls": 5, - "allocation_sites": 8, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "scripts/mock-echidna.affine", + "lines": 467, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "ffi/zig/src/coprocessor.zig", + "lines": 263, + "unsafe_blocks": 2, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/level_architect/commands.rs", - "lines": 544, + "file_path": "src/ui/tea/wizard.affine", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 10, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src-gossamer/src/clade_scanner/commands.rs", - "lines": 77, + "file_path": "src/ui/tea/panll_tea.js", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "migration/modules/LanguageForgeModule.affine", + "lines": 51, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 } ], "recommended_attacks": [ - "network", - "memory", "disk", + "cpu", "concurrency", - "cpu" + "memory", + "network" ], "dependency_graph": { "edges": [ { - "from": "panel-clades/scripts/maintenance/perms-state.sh", - "to": "panel-clades/scripts/maintenance/run-maintenance.sh", - "relation": "shared_dir:panel-clades/scripts/maintenance", + "from": "tools/pcc/src/obligation.rs", + "to": "tools/pcc/src/repairer.rs", + "relation": "shared_dir:tools/pcc/src", "weight": 1.0 }, { - "from": "layouts/protocol-design.k9.ncl", - "to": "layouts/logic-and-proofs.k9.ncl", - "relation": "shared_dir:layouts", + "from": "tools/pcc/src/repairer.rs", + "to": "tools/pcc/src/scanner.rs", + "relation": "shared_dir:tools/pcc/src", "weight": 1.0 }, { - "from": "layouts/logic-and-proofs.k9.ncl", - "to": "layouts/database-design.k9.ncl", - "relation": "shared_dir:layouts", + "from": "tools/pcc/src/scanner.rs", + "to": "tools/pcc/src/rescript_scanner.rs", + "relation": "shared_dir:tools/pcc/src", "weight": 1.0 }, { - "from": "layouts/database-design.k9.ncl", - "to": "layouts/language-design.k9.ncl", - "relation": "shared_dir:layouts", + "from": "tools/pcc/src/rescript_scanner.rs", + "to": "tools/pcc/src/contract.rs", + "relation": "shared_dir:tools/pcc/src", "weight": 1.0 }, { - "from": "scripts/install-desktop.sh", - "to": "scripts/bundle.affine", - "relation": "shared_dir:scripts", + "from": "tools/pcc/src/contract.rs", + "to": "tools/pcc/src/reporter.rs", + "relation": "shared_dir:tools/pcc/src", + "weight": 1.0 + }, + { + "from": "tools/pcc/src/reporter.rs", + "to": "tools/pcc/src/main.rs", + "relation": "shared_dir:tools/pcc/src", + "weight": 1.0 + }, + { + "from": "tools/pcc/src/main.rs", + "to": "tools/pcc/src/propagator.rs", + "relation": "shared_dir:tools/pcc/src", "weight": 1.0 }, { "from": "scripts/bundle.affine", + "to": "scripts/install-desktop.sh", + "relation": "shared_dir:scripts", + "weight": 1.0 + }, + { + "from": "scripts/install-desktop.sh", "to": "scripts/dogfood-test.sh", "relation": "shared_dir:scripts", "weight": 1.0 @@ -1604,6 +1622,12 @@ "relation": "shared_dir:scripts", "weight": 1.0 }, + { + "from": "src-gossamer/src/ai/context.rs", + "to": "src-gossamer/src/ai/providers.rs", + "relation": "shared_dir:src-gossamer/src/ai", + "weight": 1.0 + }, { "from": "src/ui/tea/wizard.affine", "to": "src/ui/tea/panll_tea.js", @@ -1611,340 +1635,334 @@ "weight": 1.0 }, { - "from": "panll-launcher.sh", - "to": "launch-panll.sh", - "relation": "shared_dir:", + "from": "src-gossamer/src/repoloader/scanner.rs", + "to": "src-gossamer/src/repoloader/commands.rs", + "relation": "shared_dir:src-gossamer/src/repoloader", "weight": 1.0 }, { - "from": "launch-panll.sh", - "to": "panll-desktop-launcher.sh", - "relation": "shared_dir:", + "from": "src-gossamer/src/groove.rs", + "to": "src-gossamer/src/service_registry.rs", + "relation": "shared_dir:src-gossamer/src", "weight": 1.0 }, { "from": "src-gossamer/src/service_registry.rs", - "to": "src-gossamer/src/compat.rs", + "to": "src-gossamer/src/identity.rs", "relation": "shared_dir:src-gossamer/src", "weight": 1.0 }, { - "from": "src-gossamer/src/compat.rs", + "from": "src-gossamer/src/identity.rs", + "to": "src-gossamer/src/settings.rs", + "relation": "shared_dir:src-gossamer/src", + "weight": 1.0 + }, + { + "from": "src-gossamer/src/settings.rs", "to": "src-gossamer/src/error.rs", "relation": "shared_dir:src-gossamer/src", "weight": 1.0 }, { "from": "src-gossamer/src/error.rs", - "to": "src-gossamer/src/groove.rs", + "to": "src-gossamer/src/compat.rs", "relation": "shared_dir:src-gossamer/src", "weight": 1.0 }, { - "from": "src-gossamer/src/groove.rs", - "to": "src-gossamer/src/settings.rs", - "relation": "shared_dir:src-gossamer/src", + "from": "src-gossamer/src/coprocessor/mod.rs", + "to": "src-gossamer/src/coprocessor/commands.rs", + "relation": "shared_dir:src-gossamer/src/coprocessor", "weight": 1.0 }, { - "from": "src-gossamer/src/settings.rs", - "to": "src-gossamer/src/identity.rs", - "relation": "shared_dir:src-gossamer/src", + "from": "panll-launcher.sh", + "to": "panll-desktop-launcher.sh", + "relation": "shared_dir:", "weight": 1.0 }, { - "from": "src-gossamer/src/repoloader/commands.rs", - "to": "src-gossamer/src/repoloader/scanner.rs", - "relation": "shared_dir:src-gossamer/src/repoloader", + "from": "panll-desktop-launcher.sh", + "to": "launch-panll.sh", + "relation": "shared_dir:", "weight": 1.0 }, { - "from": "tests/safedom_conformance_test.js", - "to": "tests/test_utils.js", - "relation": "shared_dir:tests", + "from": "panel-clades/scripts/maintenance/perms-state.sh", + "to": "panel-clades/scripts/maintenance/run-maintenance.sh", + "relation": "shared_dir:panel-clades/scripts/maintenance", "weight": 1.0 }, { - "from": "src-gossamer/src/ai/providers.rs", - "to": "src-gossamer/src/ai/context.rs", - "relation": "shared_dir:src-gossamer/src/ai", + "from": "layouts/protocol-design.k9.ncl", + "to": "layouts/logic-and-proofs.k9.ncl", + "relation": "shared_dir:layouts", "weight": 1.0 }, { - "from": "src-gossamer/src/workspace/commands.rs", - "to": "src-gossamer/src/workspace/sysinfo.rs", - "relation": "shared_dir:src-gossamer/src/workspace", + "from": "layouts/logic-and-proofs.k9.ncl", + "to": "layouts/database-design.k9.ncl", + "relation": "shared_dir:layouts", "weight": 1.0 }, { - "from": "src-gossamer/src/cloudguard/config.rs", - "to": "src-gossamer/src/cloudguard/trustfile.rs", - "relation": "shared_dir:src-gossamer/src/cloudguard", + "from": "layouts/database-design.k9.ncl", + "to": "layouts/language-design.k9.ncl", + "relation": "shared_dir:layouts", "weight": 1.0 }, { - "from": "src-gossamer/src/cloudguard/trustfile.rs", + "from": "src-gossamer/src/cloudguard/diff.rs", "to": "src-gossamer/src/cloudguard/api.rs", "relation": "shared_dir:src-gossamer/src/cloudguard", "weight": 1.0 }, { "from": "src-gossamer/src/cloudguard/api.rs", - "to": "src-gossamer/src/cloudguard/diff.rs", + "to": "src-gossamer/src/cloudguard/config.rs", "relation": "shared_dir:src-gossamer/src/cloudguard", "weight": 1.0 }, { - "from": "src-gossamer/src/coprocessor/commands.rs", - "to": "src-gossamer/src/coprocessor/mod.rs", - "relation": "shared_dir:src-gossamer/src/coprocessor", - "weight": 1.0 - }, - { - "from": "tools/pcc/src/main.rs", - "to": "tools/pcc/src/rescript_scanner.rs", - "relation": "shared_dir:tools/pcc/src", + "from": "src-gossamer/src/cloudguard/config.rs", + "to": "src-gossamer/src/cloudguard/trustfile.rs", + "relation": "shared_dir:src-gossamer/src/cloudguard", "weight": 1.0 }, { - "from": "tools/pcc/src/rescript_scanner.rs", - "to": "tools/pcc/src/repairer.rs", - "relation": "shared_dir:tools/pcc/src", + "from": "tests/safedom_conformance_test.js", + "to": "tests/test_utils.js", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "tools/pcc/src/repairer.rs", - "to": "tools/pcc/src/contract.rs", - "relation": "shared_dir:tools/pcc/src", + "from": "src-gossamer/src/workspace/sysinfo.rs", + "to": "src-gossamer/src/workspace/commands.rs", + "relation": "shared_dir:src-gossamer/src/workspace", "weight": 1.0 }, { - "from": "tools/pcc/src/contract.rs", - "to": "tools/pcc/src/propagator.rs", - "relation": "shared_dir:tools/pcc/src", - "weight": 1.0 + "from": "src-gossamer/src/release_manager/commands.rs", + "to": "Networking", + "relation": "framework", + "weight": 6.0 }, { - "from": "tools/pcc/src/propagator.rs", - "to": "tools/pcc/src/reporter.rs", - "relation": "shared_dir:tools/pcc/src", - "weight": 1.0 + "from": "src-gossamer/src/valence_shell/commands.rs", + "to": "Networking", + "relation": "framework", + "weight": 4.0 }, { - "from": "tools/pcc/src/reporter.rs", - "to": "tools/pcc/src/obligation.rs", - "relation": "shared_dir:tools/pcc/src", - "weight": 1.0 + "from": "src-gossamer/src/multiplayer_monitor/commands.rs", + "to": "Networking", + "relation": "framework", + "weight": 4.0 }, { - "from": "tools/pcc/src/obligation.rs", - "to": "tools/pcc/src/scanner.rs", - "relation": "shared_dir:tools/pcc/src", - "weight": 1.0 - }, - { - "from": "panel-clades/scripts/maintenance/perms-state.sh", + "from": "src-gossamer/src/system_tray/mod.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 11.0 }, { - "from": "panel-clades/scripts/maintenance/run-maintenance.sh", + "from": "src-gossamer/src/repoloader/scanner.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "panel-clades/src/abi/Foreign.idr", + "from": "src-gossamer/src/repoloader/commands.rs", "to": "Networking", "relation": "framework", - "weight": 45.0 + "weight": 1.0 }, { - "from": "panel-clades/ffi/zig/test/integration_test.zig", + "from": "src-gossamer/src/minter/commands.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "panel-clades/ffi/zig/src/main.zig", + "from": "src-gossamer/src/ai/context.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "panll-launcher.sh", + "from": "src-gossamer/src/ai/providers.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/pcc/src/main.rs", + "from": "src-gossamer/src/a2ml/commands.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/pcc/src/rescript_scanner.rs", + "from": "src-gossamer/src/vm_inspector/commands.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 29.0 }, { - "from": "tools/pcc/src/repairer.rs", + "from": "src-gossamer/src/clade_scanner/commands.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/pcc/src/contract.rs", + "from": "src-gossamer/src/llm_coding/commands.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 13.0 }, { - "from": "tools/pcc/src/propagator.rs", + "from": "src-gossamer/src/groove.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 11.0 }, { - "from": "tools/pcc/src/reporter.rs", + "from": "src-gossamer/src/ums_cartridge/commands.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/pcc/src/obligation.rs", + "from": "src-gossamer/src/provenance/commands.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/pcc/src/scanner.rs", + "from": "src-gossamer/src/service_registry.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "migration/modules/LanguageForgeModule.affine", + "from": "src-gossamer/src/watcher/commands.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "layouts/protocol-design.k9.ncl", + "from": "src-gossamer/src/workspace/sysinfo.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "layouts/logic-and-proofs.k9.ncl", + "from": "src-gossamer/src/workspace/commands.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "layouts/database-design.k9.ncl", + "from": "src-gossamer/src/capture/commands.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "layouts/language-design.k9.ncl", + "from": "src-gossamer/src/level_architect/commands.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install-desktop.sh", + "from": "src-gossamer/src/voicetag/commands.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/bundle.affine", + "from": "src-gossamer/src/system_update/commands.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/dogfood-test.sh", + "from": "src-gossamer/src/k9/commands.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/mock-echidna.affine", + "from": "src-gossamer/src/game_preview/commands.rs", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "tests/safedom_conformance_test.js", + "from": "src-gossamer/src/identity.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/test_utils.js", + "from": "src-gossamer/src/settings.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "launch-panll.sh", + "from": "src-gossamer/src/cloudguard/diff.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/ui/tea/wizard.affine", + "from": "src-gossamer/src/cloudguard/api.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "src/ui/tea/panll_tea.js", + "from": "src-gossamer/src/cloudguard/config.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/coprocessor.zig", + "from": "src-gossamer/src/cloudguard/trustfile.rs", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "panll-desktop-launcher.sh", + "from": "src-gossamer/src/coprocessor/mod.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "src-gossamer/src/coprocessor/commands.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 18.0 }, { - "from": "src-gossamer/src/release_manager/commands.rs", + "from": "src-gossamer/src/error.rs", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 4.0 }, { - "from": "src-gossamer/src/system_update/commands.rs", + "from": "src-gossamer/src/farm/commands.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/service_registry.rs", + "from": "src-gossamer/src/security/commands.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { "from": "src-gossamer/src/compat.rs", @@ -1953,205 +1971,187 @@ "weight": 2.0 }, { - "from": "src-gossamer/src/valence_shell/commands.rs", - "to": "Networking", - "relation": "framework", - "weight": 4.0 - }, - { - "from": "src-gossamer/src/system_tray/mod.rs", + "from": "panll-launcher.sh", "to": "Networking", "relation": "framework", - "weight": 11.0 + "weight": 1.0 }, { - "from": "src-gossamer/src/error.rs", + "from": "tools/pcc/src/obligation.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "src-gossamer/src/ai/providers.rs", + "from": "tools/pcc/src/repairer.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/ai/context.rs", + "from": "tools/pcc/src/scanner.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/cloudguard/config.rs", + "from": "tools/pcc/src/rescript_scanner.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/cloudguard/trustfile.rs", + "from": "tools/pcc/src/contract.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/cloudguard/api.rs", + "from": "tools/pcc/src/reporter.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "src-gossamer/src/cloudguard/diff.rs", + "from": "tools/pcc/src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/voicetag/commands.rs", + "from": "tools/pcc/src/propagator.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/provenance/commands.rs", + "from": "panll-desktop-launcher.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/coprocessor/commands.rs", - "to": "Networking", - "relation": "framework", - "weight": 18.0 - }, - { - "from": "src-gossamer/src/coprocessor/mod.rs", - "to": "Networking", - "relation": "framework", - "weight": 4.0 - }, - { - "from": "src-gossamer/src/workspace/commands.rs", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/workspace/sysinfo.rs", + "from": "launch-panll.sh", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "src-gossamer/src/repoloader/commands.rs", + "from": "tests/safedom_conformance_test.js", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/repoloader/scanner.rs", + "from": "tests/test_utils.js", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/groove.rs", + "from": "panel-clades/scripts/maintenance/perms-state.sh", "to": "Networking", "relation": "framework", - "weight": 11.0 + "weight": 1.0 }, { - "from": "src-gossamer/src/settings.rs", + "from": "panel-clades/scripts/maintenance/run-maintenance.sh", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src-gossamer/src/llm_coding/commands.rs", + "from": "panel-clades/ffi/zig/test/integration_test.zig", "to": "Networking", "relation": "framework", - "weight": 13.0 + "weight": 4.0 }, { - "from": "src-gossamer/src/security/commands.rs", + "from": "panel-clades/ffi/zig/src/main.zig", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/a2ml/commands.rs", + "from": "panel-clades/src/abi/Foreign.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 45.0 }, { - "from": "src-gossamer/src/farm/commands.rs", + "from": "layouts/protocol-design.k9.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/k9/commands.rs", + "from": "layouts/logic-and-proofs.k9.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/minter/commands.rs", + "from": "layouts/database-design.k9.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/capture/commands.rs", + "from": "layouts/language-design.k9.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/ums_cartridge/commands.rs", + "from": "scripts/bundle.affine", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/identity.rs", + "from": "scripts/install-desktop.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/watcher/commands.rs", + "from": "scripts/dogfood-test.sh", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src-gossamer/src/game_preview/commands.rs", + "from": "scripts/mock-echidna.affine", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "src-gossamer/src/multiplayer_monitor/commands.rs", + "from": "ffi/zig/src/coprocessor.zig", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "src-gossamer/src/vm_inspector/commands.rs", + "from": "src/ui/tea/wizard.affine", "to": "Networking", "relation": "framework", - "weight": 29.0 + "weight": 1.0 }, { - "from": "src-gossamer/src/level_architect/commands.rs", + "from": "src/ui/tea/panll_tea.js", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src-gossamer/src/clade_scanner/commands.rs", + "from": "migration/modules/LanguageForgeModule.affine", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -2160,20 +2160,85 @@ }, "taint_matrix": { "rows": [ + { + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "src-gossamer/src/release_manager/commands.rs", + "src-gossamer/src/repoloader/scanner.rs", + "src-gossamer/src/repoloader/commands.rs", + "src-gossamer/src/minter/commands.rs", + "src-gossamer/src/dlc_workshop/commands.rs", + "src-gossamer/src/ai/context.rs", + "src-gossamer/src/ai/commands.rs", + "src-gossamer/src/a2ml/commands.rs", + "src-gossamer/src/vm_inspector/commands.rs", + "src-gossamer/src/clade_scanner/commands.rs", + "src-gossamer/src/ums_cartridge/commands.rs", + "src-gossamer/src/provenance/commands.rs", + "src-gossamer/src/workspace/sysinfo.rs", + "src-gossamer/src/workspace/commands.rs", + "src-gossamer/src/capture/commands.rs", + "src-gossamer/src/level_architect/commands.rs", + "src-gossamer/src/voicetag/commands.rs", + "src-gossamer/src/k9/commands.rs", + "src-gossamer/src/identity.rs", + "src-gossamer/src/settings.rs", + "src-gossamer/src/cloudguard/config.rs", + "src-gossamer/src/coprocessor/mod.rs", + "src-gossamer/src/ums/commands.rs", + "src-gossamer/src/farm/commands.rs", + "src-gossamer/src/security/commands.rs", + "tools/pcc/src/repairer.rs", + "tools/pcc/src/scanner.rs", + "tools/pcc/src/contract.rs" + ], + "frameworks": [ + "Networking" + ], + "relation": "UnboundedAllocation->Cpu" + }, + { + "source_category": "PathTraversal", + "sink_axis": "disk", + "severity_value": 2.5, + "files": [ + "panll-launcher.sh", + "launch-panll.sh", + "scripts/install-desktop.sh" + ], + "frameworks": [ + "Networking" + ], + "relation": "PathTraversal->Disk" + }, { "source_category": "DynamicCodeExecution", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 5.0, "files": [ - "tests/aspect/security_test.mjs", "tests/anti_crash_test.js", "tests/storage_timeline_roundtrip_test.js", + "tests/aspect/security_test.mjs", "tests/anticrash_gate_crosscutting_test.js" ], "frameworks": [ "Networking" ], - "relation": "DynamicCodeExecution->Memory" + "relation": "DynamicCodeExecution->Cpu" + }, + { + "source_category": "MutationGap", + "sink_axis": "cpu", + "severity_value": 1.0, + "files": [ + "beam/panll_beam/test/panll_beam_test.exs" + ], + "frameworks": [ + "Networking" + ], + "relation": "MutationGap->Cpu" }, { "source_category": "UnsafeCode", @@ -2181,10 +2246,10 @@ "severity_value": 3.5, "files": [ "src-gossamer/src/system_tray/mod.rs", - "src-gossamer/src/coprocessor/commands.rs", - "src-gossamer/src/coprocessor/commands.rs", + "src-gossamer/src/llm_coding/commands.rs", "src-gossamer/src/workspace/sysinfo.rs", - "src-gossamer/src/llm_coding/commands.rs" + "src-gossamer/src/coprocessor/commands.rs", + "src-gossamer/src/coprocessor/commands.rs" ], "frameworks": [ "Networking" @@ -2192,146 +2257,121 @@ "relation": "UnsafeCode->Concurrency" }, { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "ffi/zig/src/coprocessor.zig", + "src-gossamer/src/release_manager/commands.rs", "src-gossamer/src/system_tray/mod.rs", - "src-gossamer/src/coprocessor/commands.rs", - "src-gossamer/src/coprocessor/commands.rs", - "src-gossamer/src/workspace/sysinfo.rs", - "src-gossamer/src/llm_coding/commands.rs" + "src-gossamer/src/vm_inspector/commands.rs", + "src-gossamer/src/groove.rs", + "src-gossamer/src/provenance/commands.rs", + "tools/pcc/src/scanner.rs", + "tools/pcc/src/reporter.rs", + "tools/pcc/src/propagator.rs" ], "frameworks": [ "Networking" ], - "relation": "UnsafeCode->Memory" + "relation": "PanicPath->Disk" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "src-gossamer/src/overlay/commands.rs", - "src-gossamer/src/boj_live.rs", - "src-gossamer/src/service_registry.rs", - "src-gossamer/src/hypatia/commands.rs", - "src-gossamer/src/network_topology/commands.rs", - "src-gossamer/src/lib.rs", - "src-gossamer/src/boj/commands.rs", - "src-gossamer/src/governance/commands.rs", - "src-gossamer/src/typell/commands.rs", - "src-gossamer/src/http_client.rs" + "src-gossamer/src/system_tray/mod.rs", + "src-gossamer/src/llm_coding/commands.rs", + "src-gossamer/src/workspace/sysinfo.rs", + "src-gossamer/src/coprocessor/commands.rs", + "src-gossamer/src/coprocessor/commands.rs", + "ffi/zig/src/coprocessor.zig" ], "frameworks": [ "Networking" ], - "relation": "InsecureProtocol->Network" + "relation": "UnsafeCode->Memory" }, { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "tools/pcc/src/propagator.rs", - "tools/pcc/src/reporter.rs", - "tools/pcc/src/scanner.rs", "src-gossamer/src/release_manager/commands.rs", "src-gossamer/src/system_tray/mod.rs", - "src-gossamer/src/provenance/commands.rs", + "src-gossamer/src/vm_inspector/commands.rs", "src-gossamer/src/groove.rs", - "src-gossamer/src/vm_inspector/commands.rs" + "src-gossamer/src/provenance/commands.rs", + "tools/pcc/src/scanner.rs", + "tools/pcc/src/reporter.rs", + "tools/pcc/src/propagator.rs" ], "frameworks": [ "Networking" ], - "relation": "PanicPath->Disk" + "relation": "PanicPath->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "DynamicCodeExecution", + "sink_axis": "memory", + "severity_value": 5.0, "files": [ - "tools/pcc/src/repairer.rs", - "tools/pcc/src/contract.rs", - "tools/pcc/src/scanner.rs", - "src-gossamer/src/release_manager/commands.rs", - "src-gossamer/src/dlc_workshop/commands.rs", - "src-gossamer/src/ai/commands.rs", - "src-gossamer/src/ai/context.rs", - "src-gossamer/src/cloudguard/config.rs", - "src-gossamer/src/voicetag/commands.rs", - "src-gossamer/src/provenance/commands.rs", - "src-gossamer/src/coprocessor/mod.rs", - "src-gossamer/src/workspace/commands.rs", - "src-gossamer/src/workspace/sysinfo.rs", - "src-gossamer/src/repoloader/commands.rs", - "src-gossamer/src/repoloader/scanner.rs", - "src-gossamer/src/settings.rs", - "src-gossamer/src/security/commands.rs", - "src-gossamer/src/a2ml/commands.rs", - "src-gossamer/src/farm/commands.rs", - "src-gossamer/src/k9/commands.rs", - "src-gossamer/src/minter/commands.rs", - "src-gossamer/src/capture/commands.rs", - "src-gossamer/src/ums_cartridge/commands.rs", - "src-gossamer/src/identity.rs", - "src-gossamer/src/vm_inspector/commands.rs", - "src-gossamer/src/level_architect/commands.rs", - "src-gossamer/src/clade_scanner/commands.rs", - "src-gossamer/src/ums/commands.rs" + "tests/anti_crash_test.js", + "tests/storage_timeline_roundtrip_test.js", + "tests/aspect/security_test.mjs", + "tests/anticrash_gate_crosscutting_test.js" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "DynamicCodeExecution->Memory" }, { - "source_category": "MutationGap", + "source_category": "CommandInjection", "sink_axis": "cpu", - "severity_value": 1.0, + "severity_value": 2.5, "files": [ - "beam/panll_beam/test/panll_beam_test.exs" + "panll-launcher.sh", + "panel-clades/scripts/maintenance/run-maintenance.sh" ], "frameworks": [ "Networking" ], - "relation": "MutationGap->Cpu" + "relation": "CommandInjection->Cpu" }, { "source_category": "UnboundedAllocation", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "tools/pcc/src/repairer.rs", - "tools/pcc/src/contract.rs", - "tools/pcc/src/scanner.rs", "src-gossamer/src/release_manager/commands.rs", + "src-gossamer/src/repoloader/scanner.rs", + "src-gossamer/src/repoloader/commands.rs", + "src-gossamer/src/minter/commands.rs", "src-gossamer/src/dlc_workshop/commands.rs", - "src-gossamer/src/ai/commands.rs", "src-gossamer/src/ai/context.rs", - "src-gossamer/src/cloudguard/config.rs", - "src-gossamer/src/voicetag/commands.rs", + "src-gossamer/src/ai/commands.rs", + "src-gossamer/src/a2ml/commands.rs", + "src-gossamer/src/vm_inspector/commands.rs", + "src-gossamer/src/clade_scanner/commands.rs", + "src-gossamer/src/ums_cartridge/commands.rs", "src-gossamer/src/provenance/commands.rs", - "src-gossamer/src/coprocessor/mod.rs", - "src-gossamer/src/workspace/commands.rs", "src-gossamer/src/workspace/sysinfo.rs", - "src-gossamer/src/repoloader/commands.rs", - "src-gossamer/src/repoloader/scanner.rs", - "src-gossamer/src/settings.rs", - "src-gossamer/src/security/commands.rs", - "src-gossamer/src/a2ml/commands.rs", - "src-gossamer/src/farm/commands.rs", - "src-gossamer/src/k9/commands.rs", - "src-gossamer/src/minter/commands.rs", + "src-gossamer/src/workspace/commands.rs", "src-gossamer/src/capture/commands.rs", - "src-gossamer/src/ums_cartridge/commands.rs", - "src-gossamer/src/identity.rs", - "src-gossamer/src/vm_inspector/commands.rs", "src-gossamer/src/level_architect/commands.rs", - "src-gossamer/src/clade_scanner/commands.rs", - "src-gossamer/src/ums/commands.rs" + "src-gossamer/src/voicetag/commands.rs", + "src-gossamer/src/k9/commands.rs", + "src-gossamer/src/identity.rs", + "src-gossamer/src/settings.rs", + "src-gossamer/src/cloudguard/config.rs", + "src-gossamer/src/coprocessor/mod.rs", + "src-gossamer/src/ums/commands.rs", + "src-gossamer/src/farm/commands.rs", + "src-gossamer/src/security/commands.rs", + "tools/pcc/src/repairer.rs", + "tools/pcc/src/scanner.rs", + "tools/pcc/src/contract.rs" ], "frameworks": [ "Networking" @@ -2339,82 +2379,42 @@ "relation": "UnboundedAllocation->Memory" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "InsecureProtocol", + "sink_axis": "network", "severity_value": 2.5, "files": [ - "panll-launcher.sh", - "scripts/install-desktop.sh", - "launch-panll.sh" - ], - "frameworks": [ - "Networking" - ], - "relation": "PathTraversal->Disk" - }, - { - "source_category": "DynamicCodeExecution", - "sink_axis": "cpu", - "severity_value": 5.0, - "files": [ - "tests/aspect/security_test.mjs", - "tests/anti_crash_test.js", - "tests/storage_timeline_roundtrip_test.js", - "tests/anticrash_gate_crosscutting_test.js" + "src-gossamer/src/typell/commands.rs", + "src-gossamer/src/network_topology/commands.rs", + "src-gossamer/src/overlay/commands.rs", + "src-gossamer/src/hypatia/commands.rs", + "src-gossamer/src/governance/commands.rs", + "src-gossamer/src/lib.rs", + "src-gossamer/src/boj/commands.rs", + "src-gossamer/src/service_registry.rs", + "src-gossamer/src/boj_live.rs", + "src-gossamer/src/http_client.rs" ], "frameworks": [ "Networking" ], - "relation": "DynamicCodeExecution->Cpu" + "relation": "InsecureProtocol->Network" }, { "source_category": "InputBoundary", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "benches/panll_bench.js", - "tests/identity_integration_test.js", "tests/level_architect_engine_test.js", - "tests/script_gist_engine_test.js", + "tests/p2p/tea_properties_test.mjs", + "tests/identity_integration_test.js", "tests/typell_crosscutting_test.js", - "tests/p2p/tea_properties_test.mjs" + "tests/script_gist_engine_test.js", + "benches/panll_bench.js" ], "frameworks": [ "Networking" ], "relation": "InputBoundary->Cpu" - }, - { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "panel-clades/scripts/maintenance/run-maintenance.sh", - "panll-launcher.sh" - ], - "frameworks": [ - "Networking" - ], - "relation": "CommandInjection->Cpu" - }, - { - "source_category": "PanicPath", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "tools/pcc/src/propagator.rs", - "tools/pcc/src/reporter.rs", - "tools/pcc/src/scanner.rs", - "src-gossamer/src/release_manager/commands.rs", - "src-gossamer/src/system_tray/mod.rs", - "src-gossamer/src/provenance/commands.rs", - "src-gossamer/src/groove.rs", - "src-gossamer/src/vm_inspector/commands.rs" - ], - "frameworks": [ - "Networking" - ], - "relation": "PanicPath->Memory" } ] } diff --git a/scans/panoply.json b/scans/panoply.json index 2fc8e85d..9e448cd1 100644 --- a/scans/panoply.json +++ b/scans/panoply.json @@ -15,8 +15,8 @@ }, "file_statistics": [ { - "file_path": "launcher/keepopen.sh", - "lines": 153, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -35,28 +35,28 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "src/interface/Abi/Foreign.idr", + "lines": 83, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/Abi/Foreign.idr", - "lines": 83, - "unsafe_blocks": 4, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": "launcher/keepopen.sh", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, diff --git a/scans/patallm-gallery.json b/scans/patallm-gallery.json index da18f6ab..de911ff2 100644 --- a/scans/patallm-gallery.json +++ b/scans/patallm-gallery.json @@ -3,56 +3,65 @@ "program_path": "patallm-gallery", "language": "rust", "frameworks": [ - "WebServer", - "OTP" + "OTP", + "WebServer" ], "weak_points": [ { - "category": "PanicPath", - "location": "llm-tools/unify/crates/llm-unify-cli/src/main.rs", - "file": "llm-tools/unify/crates/llm-unify-cli/src/main.rs", + "category": "UnsafeFFI", + "location": "claude-integrations/firefox-mcp/host/bindings/Deno_Ws.affine", + "file": "claude-integrations/firefox-mcp/host/bindings/Deno_Ws.affine", "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in llm-tools/unify/crates/llm-unify-cli/src/main.rs", + "description": "40 FFI/external bindings in claude-integrations/firefox-mcp/host/bindings/Deno_Ws.affine", "recommended_attack": [ - "memory", - "disk" + "memory" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "lsm/src/lib.rs", - "file": "lsm/src/lib.rs", + "category": "CommandInjection", + "location": "claude-integrations/firefox-lsp/lib/adapters/firefox.ex", + "file": "claude-integrations/firefox-lsp/lib/adapters/firefox.ex", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in lsm/src/lib.rs", + "description": "System command execution in claude-integrations/firefox-lsp/lib/adapters/firefox.ex", "recommended_attack": [ - "memory", + "cpu", "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "esn/src/lib.rs", - "file": "esn/src/lib.rs", + "category": "UnsafeFFI", + "location": "claude-integrations/firefox-lsp/vscode-extension/src/bindings/Vscode.affine", + "file": "claude-integrations/firefox-lsp/vscode-extension/src/bindings/Vscode.affine", "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in esn/src/lib.rs", + "description": "15 FFI/external bindings in claude-integrations/firefox-lsp/vscode-extension/src/bindings/Vscode.affine", "recommended_attack": [ - "memory", - "disk" + "memory" ], "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "claude-integrations/mozilla-extension/src/core/storage.js", - "file": "claude-integrations/mozilla-extension/src/core/storage.js", - "severity": "Critical", - "description": "Possible hardcoded secret in claude-integrations/mozilla-extension/src/core/storage.js", + "category": "MutationGap", + "location": "claude-integrations/firefox-lsp/test/claude_firefox/lsp_test.exs", + "file": "claude-integrations/firefox-lsp/test/claude_firefox/lsp_test.exs", + "severity": "Low", + "description": "Elixir test file claude-integrations/firefox-lsp/test/claude_firefox/lsp_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], - "test_context": "production" + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "claude-integrations/firefox-lsp/test/adapters/firefox_test.exs", + "file": "claude-integrations/firefox-lsp/test/adapters/firefox_test.exs", + "severity": "Low", + "description": "Elixir test file claude-integrations/firefox-lsp/test/adapters/firefox_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" }, { "category": "UnsafeFFI", @@ -77,28 +86,6 @@ ], "test_context": "production" }, - { - "category": "UnsafeFFI", - "location": "claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", - "file": "claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", - "severity": "Medium", - "description": "42 FFI/external bindings in claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "UnsafeFFI", - "location": "claude-integrations/gitlab-bridge/src/bindings/Express.affine", - "file": "claude-integrations/gitlab-bridge/src/bindings/Express.affine", - "severity": "Medium", - "description": "22 FFI/external bindings in claude-integrations/gitlab-bridge/src/bindings/Express.affine", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "UnsafeFFI", "location": "claude-integrations/gitlab-bridge/src/bindings/Crypto.affine", @@ -111,58 +98,47 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "claude-integrations/firefox-lsp/lib/adapters/firefox.ex", - "file": "claude-integrations/firefox-lsp/lib/adapters/firefox.ex", + "category": "UnsafeFFI", + "location": "claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", + "file": "claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", "severity": "Medium", - "description": "System command execution in claude-integrations/firefox-lsp/lib/adapters/firefox.ex", + "description": "42 FFI/external bindings in claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "test_context": "production" }, { "category": "UnsafeFFI", - "location": "claude-integrations/firefox-lsp/vscode-extension/src/bindings/Vscode.affine", - "file": "claude-integrations/firefox-lsp/vscode-extension/src/bindings/Vscode.affine", + "location": "claude-integrations/gitlab-bridge/src/bindings/Express.affine", + "file": "claude-integrations/gitlab-bridge/src/bindings/Express.affine", "severity": "Medium", - "description": "15 FFI/external bindings in claude-integrations/firefox-lsp/vscode-extension/src/bindings/Vscode.affine", + "description": "22 FFI/external bindings in claude-integrations/gitlab-bridge/src/bindings/Express.affine", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "MutationGap", - "location": "claude-integrations/firefox-lsp/test/adapters/firefox_test.exs", - "file": "claude-integrations/firefox-lsp/test/adapters/firefox_test.exs", - "severity": "Low", - "description": "Elixir test file claude-integrations/firefox-lsp/test/adapters/firefox_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "claude-integrations/firefox-lsp/test/claude_firefox/lsp_test.exs", - "file": "claude-integrations/firefox-lsp/test/claude_firefox/lsp_test.exs", - "severity": "Low", - "description": "Elixir test file claude-integrations/firefox-lsp/test/claude_firefox/lsp_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "HardcodedSecret", + "location": "claude-integrations/mozilla-extension/src/core/storage.js", + "file": "claude-integrations/mozilla-extension/src/core/storage.js", + "severity": "Critical", + "description": "Possible hardcoded secret in claude-integrations/mozilla-extension/src/core/storage.js", "recommended_attack": [ - "cpu" + "network" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "claude-integrations/firefox-mcp/host/bindings/Deno_Ws.affine", - "file": "claude-integrations/firefox-mcp/host/bindings/Deno_Ws.affine", + "category": "PanicPath", + "location": "llm-tools/unify/crates/llm-unify-cli/src/main.rs", + "file": "llm-tools/unify/crates/llm-unify-cli/src/main.rs", "severity": "Medium", - "description": "40 FFI/external bindings in claude-integrations/firefox-mcp/host/bindings/Deno_Ws.affine", + "description": "1 panic sites and 0 unwrap/expect calls in llm-tools/unify/crates/llm-unify-cli/src/main.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, @@ -192,22 +168,21 @@ }, { "category": "MutationGap", - "location": "did-you-actually-do-that/dyadt_brain/test/regression_baseline_test.exs", - "file": "did-you-actually-do-that/dyadt_brain/test/regression_baseline_test.exs", + "location": "did-you-actually-do-that/dyadt_brain/test/surveillance_supervisor_test.exs", + "file": "did-you-actually-do-that/dyadt_brain/test/surveillance_supervisor_test.exs", "severity": "Low", - "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/regression_baseline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/surveillance_supervisor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "did-you-actually-do-that/dyadt_brain/test/grpc_test.exs", - "file": "did-you-actually-do-that/dyadt_brain/test/grpc_test.exs", + "location": "did-you-actually-do-that/dyadt_brain/test/claim_registry_test.exs", + "file": "did-you-actually-do-that/dyadt_brain/test/claim_registry_test.exs", "severity": "Low", - "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/grpc_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/claim_registry_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -215,21 +190,22 @@ }, { "category": "MutationGap", - "location": "did-you-actually-do-that/dyadt_brain/test/claim_registry_test.exs", - "file": "did-you-actually-do-that/dyadt_brain/test/claim_registry_test.exs", + "location": "did-you-actually-do-that/dyadt_brain/test/regression_baseline_test.exs", + "file": "did-you-actually-do-that/dyadt_brain/test/regression_baseline_test.exs", "severity": "Low", - "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/claim_registry_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/regression_baseline_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "did-you-actually-do-that/dyadt_brain/test/pattern_learner_test.exs", - "file": "did-you-actually-do-that/dyadt_brain/test/pattern_learner_test.exs", + "location": "did-you-actually-do-that/dyadt_brain/test/test_runner_test.exs", + "file": "did-you-actually-do-that/dyadt_brain/test/test_runner_test.exs", "severity": "Low", - "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/pattern_learner_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/test_runner_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -237,10 +213,10 @@ }, { "category": "MutationGap", - "location": "did-you-actually-do-that/dyadt_brain/test/verifications_test.exs", - "file": "did-you-actually-do-that/dyadt_brain/test/verifications_test.exs", + "location": "did-you-actually-do-that/dyadt_brain/test/integration/port_integration_test.exs", + "file": "did-you-actually-do-that/dyadt_brain/test/integration/port_integration_test.exs", "severity": "Low", - "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/verifications_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/integration/port_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -248,10 +224,10 @@ }, { "category": "MutationGap", - "location": "did-you-actually-do-that/dyadt_brain/test/integration/port_integration_test.exs", - "file": "did-you-actually-do-that/dyadt_brain/test/integration/port_integration_test.exs", + "location": "did-you-actually-do-that/dyadt_brain/test/verifications_test.exs", + "file": "did-you-actually-do-that/dyadt_brain/test/verifications_test.exs", "severity": "Low", - "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/integration/port_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/verifications_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -259,10 +235,10 @@ }, { "category": "MutationGap", - "location": "did-you-actually-do-that/dyadt_brain/test/surveillance_supervisor_test.exs", - "file": "did-you-actually-do-that/dyadt_brain/test/surveillance_supervisor_test.exs", + "location": "did-you-actually-do-that/dyadt_brain/test/schema_test.exs", + "file": "did-you-actually-do-that/dyadt_brain/test/schema_test.exs", "severity": "Low", - "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/surveillance_supervisor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/schema_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -270,10 +246,10 @@ }, { "category": "MutationGap", - "location": "did-you-actually-do-that/dyadt_brain/test/test_runner_test.exs", - "file": "did-you-actually-do-that/dyadt_brain/test/test_runner_test.exs", + "location": "did-you-actually-do-that/dyadt_brain/test/verdict_engine_test.exs", + "file": "did-you-actually-do-that/dyadt_brain/test/verdict_engine_test.exs", "severity": "Low", - "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/test_runner_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/verdict_engine_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -292,10 +268,10 @@ }, { "category": "MutationGap", - "location": "did-you-actually-do-that/dyadt_brain/test/rust_port_test.exs", - "file": "did-you-actually-do-that/dyadt_brain/test/rust_port_test.exs", + "location": "did-you-actually-do-that/dyadt_brain/test/pattern_learner_test.exs", + "file": "did-you-actually-do-that/dyadt_brain/test/pattern_learner_test.exs", "severity": "Low", - "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/rust_port_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/pattern_learner_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -303,10 +279,10 @@ }, { "category": "MutationGap", - "location": "did-you-actually-do-that/dyadt_brain/test/schema_test.exs", - "file": "did-you-actually-do-that/dyadt_brain/test/schema_test.exs", + "location": "did-you-actually-do-that/dyadt_brain/test/rust_port_test.exs", + "file": "did-you-actually-do-that/dyadt_brain/test/rust_port_test.exs", "severity": "Low", - "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/schema_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/rust_port_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -314,15 +290,39 @@ }, { "category": "MutationGap", - "location": "did-you-actually-do-that/dyadt_brain/test/verdict_engine_test.exs", - "file": "did-you-actually-do-that/dyadt_brain/test/verdict_engine_test.exs", + "location": "did-you-actually-do-that/dyadt_brain/test/grpc_test.exs", + "file": "did-you-actually-do-that/dyadt_brain/test/grpc_test.exs", "severity": "Low", - "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/verdict_engine_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file did-you-actually-do-that/dyadt_brain/test/grpc_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, + { + "category": "PanicPath", + "location": "did-you-actually-do-that/src/async_checks.rs", + "file": "did-you-actually-do-that/src/async_checks.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in did-you-actually-do-that/src/async_checks.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "did-you-actually-do-that/src/claim_extractor.rs", + "file": "did-you-actually-do-that/src/claim_extractor.rs", + "severity": "Medium", + "description": "0 panic sites and 9 unwrap/expect calls in did-you-actually-do-that/src/claim_extractor.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, { "category": "PanicPath", "location": "did-you-actually-do-that/src/main.rs", @@ -349,10 +349,10 @@ }, { "category": "PanicPath", - "location": "did-you-actually-do-that/src/claim_extractor.rs", - "file": "did-you-actually-do-that/src/claim_extractor.rs", + "location": "lsm/src/lib.rs", + "file": "lsm/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 9 unwrap/expect calls in did-you-actually-do-that/src/claim_extractor.rs", + "description": "0 panic sites and 2 unwrap/expect calls in lsm/src/lib.rs", "recommended_attack": [ "memory", "disk" @@ -361,10 +361,10 @@ }, { "category": "PanicPath", - "location": "did-you-actually-do-that/src/async_checks.rs", - "file": "did-you-actually-do-that/src/async_checks.rs", + "location": "esn/src/lib.rs", + "file": "esn/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in did-you-actually-do-that/src/async_checks.rs", + "description": "0 panic sites and 4 unwrap/expect calls in esn/src/lib.rs", "recommended_attack": [ "memory", "disk" @@ -395,178 +395,168 @@ }, "file_statistics": [ { - "file_path": "llm-tools/verify/app/Main.hs", - "lines": 357, + "file_path": "claude-integrations/firefox-mcp/scripts/install.sh", + "lines": 85, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "llm-tools/verify/src/ClaudeVerify.hs", - "lines": 225, + "file_path": "claude-integrations/firefox-mcp/host/NativeHost.affine", + "lines": 720, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 20, "threading_constructs": 0 }, { - "file_path": "llm-tools/verify/src/ClaudeVerify/Languages/Ada.hs", - "lines": 367, + "file_path": "claude-integrations/firefox-mcp/host/Server.affine", + "lines": 855, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 17, "threading_constructs": 0 }, { - "file_path": "llm-tools/verify/src/ClaudeVerify/Languages/Rust.hs", - "lines": 404, - "unsafe_blocks": 0, + "file_path": "claude-integrations/firefox-mcp/host/bindings/Deno_Ws.affine", + "lines": 145, + "unsafe_blocks": 40, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 14, "threading_constructs": 0 }, { - "file_path": "llm-tools/verify/src/ClaudeVerify/Languages/Haskell.hs", - "lines": 240, + "file_path": "claude-integrations/firefox-mcp/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "llm-tools/verify/src/ClaudeVerify/Report.hs", - "lines": 322, + "file_path": "claude-integrations/firefox-mcp/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "llm-tools/verify/src/ClaudeVerify/Config.hs", - "lines": 222, + "file_path": "claude-integrations/firefox-lsp/lib/lsp/server.ex", + "lines": 246, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "llm-tools/verify/src/ClaudeVerify/EchidnaClient.hs", - "lines": 326, + "file_path": "claude-integrations/firefox-lsp/lib/adapters/firefox.ex", + "lines": 366, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "llm-tools/antidote/tools/benchmark.jl", - "lines": 601, - "unsafe_blocks": 0, + "file_path": "claude-integrations/firefox-lsp/vscode-extension/src/bindings/Vscode.affine", + "lines": 132, + "unsafe_blocks": 15, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "llm-tools/antidote/tools/rsr_compliance.jl", - "lines": 533, + "file_path": "claude-integrations/gitlab-bridge/tests/fixtures/Tokens.affine", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 16, "threading_constructs": 0 }, { - "file_path": "llm-tools/antidote/tools/llm_cli.jl", - "lines": 353, - "unsafe_blocks": 0, + "file_path": "claude-integrations/gitlab-bridge/tests/unit/auth/WebhookValidatorTest.affine", + "lines": 316, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "llm-tools/antidote/tests/test_suite.jl", - "lines": 476, + "file_path": "claude-integrations/gitlab-bridge/tests/unit/auth/ErrorsTest.affine", + "lines": 136, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "llm-tools/antidote/src/SemanticReset.affine", - "lines": 43, - "unsafe_blocks": 1, + "file_path": "claude-integrations/gitlab-bridge/tests/unit/auth/PermissionCheckerTest.affine", + "lines": 255, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 20, "threading_constructs": 0 }, { - "file_path": "llm-tools/unify-core/tests/conformance.rs", - "lines": 515, - "unsafe_blocks": 0, + "file_path": "claude-integrations/gitlab-bridge/tests/Setup.affine", + "lines": 31, + "unsafe_blocks": 8, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "llm-tools/unify-core/tests/models.rs", - "lines": 490, + "file_path": "claude-integrations/gitlab-bridge/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "llm-tools/unify-core/src/error.rs", - "lines": 30, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "llm-tools/unify-core/src/models.rs", - "lines": 126, + "file_path": "claude-integrations/gitlab-bridge/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "llm-tools/unify/tests/e2e_test.sh", - "lines": 270, + "file_path": "claude-integrations/gitlab-bridge/src/templates/PromptTemplate.affine", + "lines": 267, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -575,164 +565,107 @@ "threading_constructs": 0 }, { - "file_path": "llm-tools/unify/crates/llm-unify-core/src/error.rs", - "lines": 30, - "unsafe_blocks": 0, + "file_path": "claude-integrations/gitlab-bridge/src/auth/RateLimiter.affine", + "lines": 235, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "llm-tools/unify/crates/llm-unify-core/src/models.rs", - "lines": 126, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "llm-tools/unify/crates/llm-unify-tui/src/app.rs", - "lines": 77, - "unsafe_blocks": 0, + "file_path": "claude-integrations/gitlab-bridge/src/auth/WebhookValidator.affine", + "lines": 245, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "llm-tools/unify/crates/llm-unify-cli/src/main.rs", - "lines": 430, - "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "llm-tools/unify/crates/llm-unify-storage/src/migration.rs", - "lines": 147, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "llm-tools/unify/crates/llm-unify-storage/src/repository.rs", - "lines": 204, + "file_path": "claude-integrations/gitlab-bridge/src/auth/Middleware.affine", + "lines": 263, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "llm-tools/unify/crates/llm-unify-storage/src/backup.rs", - "lines": 318, + "file_path": "claude-integrations/gitlab-bridge/src/auth/Types.affine", + "lines": 207, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 4, + "allocation_sites": 0, + "io_operations": 16, "threading_constructs": 0 }, { - "file_path": "llm-tools/unify/crates/llm-unify-parser/src/claude.rs", - "lines": 227, + "file_path": "claude-integrations/gitlab-bridge/src/auth/PermissionChecker.affine", + "lines": 231, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "llm-tools/unify/crates/llm-unify-parser/src/copilot.rs", - "lines": 394, - "unsafe_blocks": 0, + "file_path": "claude-integrations/gitlab-bridge/src/auth/TokenValidator.affine", + "lines": 213, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "llm-tools/unify/crates/llm-unify-parser/src/gemini.rs", - "lines": 327, - "unsafe_blocks": 0, + "file_path": "claude-integrations/gitlab-bridge/src/bindings/Crypto.affine", + "lines": 108, + "unsafe_blocks": 11, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "llm-tools/unify/crates/llm-unify-parser/src/lib.rs", - "lines": 25, - "unsafe_blocks": 0, + "file_path": "claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", + "lines": 93, + "unsafe_blocks": 42, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "llm-tools/unify/crates/llm-unify-parser/src/chatgpt.rs", - "lines": 144, - "unsafe_blocks": 0, + "file_path": "claude-integrations/gitlab-bridge/src/bindings/Express.affine", + "lines": 59, + "unsafe_blocks": 22, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "llm-tools/unify/crates/llm-unify-search/src/search.rs", - "lines": 105, - "unsafe_blocks": 0, + "file_path": "claude-integrations/gitlab-bridge/src/bindings/Anthropic.affine", + "lines": 109, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "lsm/src/lib.rs", - "lines": 522, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "esn/src/lib.rs", - "lines": 645, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "esn/ffi/zig/test/integration_test.zig", + "file_path": "claude-integrations/mozilla-extension/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -742,7 +675,7 @@ "threading_constructs": 2 }, { - "file_path": "esn/ffi/zig/src/main.zig", + "file_path": "claude-integrations/mozilla-extension/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -762,7 +695,7 @@ "threading_constructs": 0 }, { - "file_path": "claude-integrations/mozilla-extension/ffi/zig/test/integration_test.zig", + "file_path": "claude-integrations/gecko-browser-extension/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -772,7 +705,7 @@ "threading_constructs": 2 }, { - "file_path": "claude-integrations/mozilla-extension/ffi/zig/src/main.zig", + "file_path": "claude-integrations/gecko-browser-extension/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -792,78 +725,68 @@ "threading_constructs": 0 }, { - "file_path": "claude-integrations/gecko-browser-extension/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "llm-tools/antidote/tools/rsr_compliance.jl", + "lines": 533, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "claude-integrations/gecko-browser-extension/ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/tests/Setup.affine", - "lines": 31, - "unsafe_blocks": 8, + "file_path": "llm-tools/antidote/tools/llm_cli.jl", + "lines": 353, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/tests/fixtures/Tokens.affine", - "lines": 173, + "file_path": "llm-tools/antidote/tools/benchmark.jl", + "lines": 601, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 16, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/tests/unit/auth/PermissionCheckerTest.affine", - "lines": 255, + "file_path": "llm-tools/antidote/tests/test_suite.jl", + "lines": 476, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 20, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/tests/unit/auth/WebhookValidatorTest.affine", - "lines": 316, + "file_path": "llm-tools/antidote/src/SemanticReset.affine", + "lines": 43, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/tests/unit/auth/ErrorsTest.affine", - "lines": 136, + "file_path": "llm-tools/verify/app/Main.hs", + "lines": 357, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/src/templates/PromptTemplate.affine", - "lines": 267, + "file_path": "llm-tools/verify/src/ClaudeVerify/Report.hs", + "lines": 322, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -872,244 +795,250 @@ "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/src/auth/Middleware.affine", - "lines": 263, + "file_path": "llm-tools/verify/src/ClaudeVerify/EchidnaClient.hs", + "lines": 326, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/src/auth/PermissionChecker.affine", - "lines": 231, + "file_path": "llm-tools/verify/src/ClaudeVerify/Config.hs", + "lines": 222, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/src/auth/Types.affine", - "lines": 207, + "file_path": "llm-tools/verify/src/ClaudeVerify/Languages/Haskell.hs", + "lines": 240, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 16, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/src/auth/RateLimiter.affine", - "lines": 235, - "unsafe_blocks": 3, + "file_path": "llm-tools/verify/src/ClaudeVerify/Languages/Rust.hs", + "lines": 404, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/src/auth/WebhookValidator.affine", - "lines": 245, - "unsafe_blocks": 2, + "file_path": "llm-tools/verify/src/ClaudeVerify/Languages/Ada.hs", + "lines": 367, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/src/auth/TokenValidator.affine", - "lines": 213, - "unsafe_blocks": 1, + "file_path": "llm-tools/verify/src/ClaudeVerify.hs", + "lines": 225, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", - "lines": 93, - "unsafe_blocks": 42, + "file_path": "llm-tools/unify-core/tests/models.rs", + "lines": 490, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "claude-integrations/gitlab-bridge/src/bindings/Express.affine", - "lines": 59, - "unsafe_blocks": 22, + "file_path": "llm-tools/unify-core/tests/conformance.rs", + "lines": 515, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/src/bindings/Anthropic.affine", - "lines": 109, - "unsafe_blocks": 3, + "file_path": "llm-tools/unify-core/src/models.rs", + "lines": 126, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/src/bindings/Crypto.affine", - "lines": 108, - "unsafe_blocks": 11, + "file_path": "llm-tools/unify-core/src/error.rs", + "lines": 30, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "llm-tools/unify/tests/e2e_test.sh", + "lines": 270, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "claude-integrations/gitlab-bridge/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "llm-tools/unify/crates/llm-unify-core/src/models.rs", + "lines": 126, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "claude-integrations/firefox-lsp/lib/adapters/firefox.ex", - "lines": 366, + "file_path": "llm-tools/unify/crates/llm-unify-core/src/error.rs", + "lines": 30, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "claude-integrations/firefox-lsp/lib/lsp/server.ex", - "lines": 246, + "file_path": "llm-tools/unify/crates/llm-unify-parser/src/lib.rs", + "lines": 25, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 10, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "claude-integrations/firefox-lsp/vscode-extension/src/bindings/Vscode.affine", - "lines": 132, - "unsafe_blocks": 15, + "file_path": "llm-tools/unify/crates/llm-unify-parser/src/chatgpt.rs", + "lines": 144, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 5, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "claude-integrations/firefox-mcp/scripts/install.sh", - "lines": 85, + "file_path": "llm-tools/unify/crates/llm-unify-parser/src/gemini.rs", + "lines": 327, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "safe_unwrap_calls": 4, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "claude-integrations/firefox-mcp/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "llm-tools/unify/crates/llm-unify-parser/src/claude.rs", + "lines": 227, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "claude-integrations/firefox-mcp/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "llm-tools/unify/crates/llm-unify-parser/src/copilot.rs", + "lines": 394, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 4, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "claude-integrations/firefox-mcp/host/NativeHost.affine", - "lines": 720, + "file_path": "llm-tools/unify/crates/llm-unify-search/src/search.rs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 20, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "claude-integrations/firefox-mcp/host/Server.affine", - "lines": 855, + "file_path": "llm-tools/unify/crates/llm-unify-storage/src/migration.rs", + "lines": 147, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 17, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "claude-integrations/firefox-mcp/host/bindings/Deno_Ws.affine", - "lines": 145, - "unsafe_blocks": 40, + "file_path": "llm-tools/unify/crates/llm-unify-storage/src/backup.rs", + "lines": 318, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 14, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "llm-tools/unify/crates/llm-unify-storage/src/repository.rs", + "lines": 204, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verification_manager.ex", - "lines": 201, + "file_path": "llm-tools/unify/crates/llm-unify-tui/src/app.rs", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/grpc/endpoint.ex", - "lines": 127, + "file_path": "llm-tools/unify/crates/llm-unify-cli/src/main.rs", + "lines": 430, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/regression_baseline.ex", @@ -1122,8 +1051,8 @@ "threading_constructs": 1 }, { - "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/ports/rust_port.ex", - "lines": 277, + "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verdict_engine.ex", + "lines": 57, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1132,18 +1061,18 @@ "threading_constructs": 1 }, { - "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/claim_registry.ex", - "lines": 93, + "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verisimdb/client.ex", + "lines": 94, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 5, + "threading_constructs": 0 }, { - "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verdict_engine.ex", - "lines": 57, + "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/ports/rust_port.ex", + "lines": 277, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1152,8 +1081,18 @@ "threading_constructs": 1 }, { - "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/pattern_learner.ex", - "lines": 138, + "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/surveillance_supervisor.ex", + "lines": 281, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/claim_registry.ex", + "lines": 93, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1162,24 +1101,34 @@ "threading_constructs": 1 }, { - "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/surveillance_supervisor.ex", - "lines": 281, + "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verification_manager.ex", + "lines": 201, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/pattern_learner.ex", + "lines": 138, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verisimdb/client.ex", - "lines": 94, + "file_path": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/grpc/endpoint.ex", + "lines": 127, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { "file_path": "did-you-actually-do-that/dyadt_brain/test/regression_baseline_test.exs", @@ -1192,15 +1141,55 @@ "threading_constructs": 0 }, { - "file_path": "did-you-actually-do-that/src/watch.rs", - "lines": 134, + "file_path": "did-you-actually-do-that/ffi/zig/src/main.zig", + "lines": 600, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "did-you-actually-do-that/src/async_checks.rs", + "lines": 458, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "did-you-actually-do-that/src/claim_extractor.rs", + "lines": 449, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 9, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "did-you-actually-do-that/src/lib.rs", + "lines": 551, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 4, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "did-you-actually-do-that/src/abi/Foreign.idr", + "lines": 293, + "unsafe_blocks": 18, + "panic_sites": 0, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { "file_path": "did-you-actually-do-that/src/main.rs", @@ -1214,12 +1203,33 @@ "threading_constructs": 0 }, { - "file_path": "did-you-actually-do-that/src/slm/graph_of_thought.rs", - "lines": 436, + "file_path": "did-you-actually-do-that/src/watch.rs", + "lines": 134, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "did-you-actually-do-that/src/slm/policy_oracle.rs", + "lines": 326, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "did-you-actually-do-that/src/slm/mixture_of_experts.rs", + "lines": 529, + "unsafe_blocks": 0, + "panic_sites": 1, + "unwrap_calls": 0, + "safe_unwrap_calls": 3, "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 @@ -1235,35 +1245,46 @@ "threading_constructs": 0 }, { - "file_path": "did-you-actually-do-that/src/slm/policy_oracle.rs", - "lines": 326, + "file_path": "did-you-actually-do-that/src/slm/graph_of_thought.rs", + "lines": 436, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "did-you-actually-do-that/src/slm/mixture_of_experts.rs", - "lines": 529, + "file_path": "did-you-actually-do-that/src/port_protocol.rs", + "lines": 482, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "did-you-actually-do-that/src/hooks.rs", + "lines": 416, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "did-you-actually-do-that/src/mcp_server.rs", - "lines": 621, + "file_path": "did-you-actually-do-that/src/verifiers/cross_reference.rs", + "lines": 503, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 6, - "io_operations": 2, + "allocation_sites": 18, + "io_operations": 0, "threading_constructs": 0 }, { @@ -1277,13 +1298,13 @@ "threading_constructs": 0 }, { - "file_path": "did-you-actually-do-that/src/verifiers/cross_reference.rs", - "lines": 503, + "file_path": "did-you-actually-do-that/src/verifiers/content_hash.rs", + "lines": 86, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 18, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -1309,24 +1330,14 @@ "threading_constructs": 0 }, { - "file_path": "did-you-actually-do-that/src/verifiers/content_hash.rs", - "lines": 86, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "did-you-actually-do-that/src/verifiers/dependency.rs", - "lines": 443, + "file_path": "did-you-actually-do-that/src/verifiers/syntactic.rs", + "lines": 248, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 10, - "io_operations": 3, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 4, "threading_constructs": 0 }, { @@ -1340,102 +1351,101 @@ "threading_constructs": 0 }, { - "file_path": "did-you-actually-do-that/src/verifiers/syntactic.rs", - "lines": 248, + "file_path": "did-you-actually-do-that/src/verifiers/dependency.rs", + "lines": 443, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 4, + "safe_unwrap_calls": 4, + "allocation_sites": 10, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "did-you-actually-do-that/src/port_protocol.rs", - "lines": 482, + "file_path": "did-you-actually-do-that/src/mcp_server.rs", + "lines": 621, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "safe_unwrap_calls": 4, "allocation_sites": 6, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "did-you-actually-do-that/src/lib.rs", - "lines": 551, + "file_path": "echomesh/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 1, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "did-you-actually-do-that/src/hooks.rs", - "lines": 416, + "file_path": "echomesh/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "did-you-actually-do-that/src/claim_extractor.rs", - "lines": 449, + "file_path": "lsm/src/lib.rs", + "lines": 522, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 9, - "safe_unwrap_calls": 2, - "allocation_sites": 4, + "unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "did-you-actually-do-that/src/async_checks.rs", - "lines": 458, + "file_path": "esn/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 2, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "did-you-actually-do-that/src/abi/Foreign.idr", - "lines": 293, - "unsafe_blocks": 18, + "file_path": "esn/ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "did-you-actually-do-that/ffi/zig/src/main.zig", - "lines": 600, + "file_path": "esn/src/lib.rs", + "lines": 645, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "unwrap_calls": 4, + "safe_unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "elegant-state/examples/policy.ncl", - "lines": 44, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "elegant-state/.archive/config/presets.ncl", - "lines": 226, + "file_path": "elegant-state/examples/policy.ncl", + "lines": 44, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1454,58 +1464,44 @@ "threading_constructs": 0 }, { - "file_path": "elegant-state/.archive/src/store/fulltext.rs", - "lines": 220, + "file_path": "elegant-state/.archive/config/presets.ncl", + "lines": 226, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "elegant-state/.archive/src/store/fuzzy.rs", - "lines": 195, + "file_path": "elegant-state/.archive/src/graphql/mod.rs", + "lines": 21, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "elegant-state/.archive/src/store/sled_store.rs", - "lines": 473, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 6, - "safe_unwrap_calls": 5, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "elegant-state/.archive/src/store/ocr.rs", - "lines": 309, + "file_path": "elegant-state/.archive/src/graphql/mutation.rs", + "lines": 99, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "elegant-state/.archive/src/store/pandoc.rs", - "lines": 269, + "file_path": "elegant-state/.archive/src/graphql/query.rs", + "lines": 106, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { "file_path": "elegant-state/.archive/src/main.rs", @@ -1518,57 +1514,61 @@ "threading_constructs": 1 }, { - "file_path": "elegant-state/.archive/src/graphql/mutation.rs", - "lines": 99, + "file_path": "elegant-state/.archive/src/store/ocr.rs", + "lines": 309, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "elegant-state/.archive/src/graphql/query.rs", - "lines": 106, + "file_path": "elegant-state/.archive/src/store/fulltext.rs", + "lines": 220, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "safe_unwrap_calls": 4, + "allocation_sites": 2, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "elegant-state/.archive/src/graphql/mod.rs", - "lines": 21, + "file_path": "elegant-state/.archive/src/store/pandoc.rs", + "lines": 269, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "elegant-state/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "elegant-state/.archive/src/store/fuzzy.rs", + "lines": 195, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "elegant-state/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "elegant-state/.archive/src/store/sled_store.rs", + "lines": 473, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "unwrap_calls": 6, + "safe_unwrap_calls": 5, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "echomesh/ffi/zig/test/integration_test.zig", + "file_path": "elegant-state/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -1578,7 +1578,7 @@ "threading_constructs": 2 }, { - "file_path": "echomesh/ffi/zig/src/main.zig", + "file_path": "elegant-state/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -1590,19 +1590,13 @@ ], "recommended_attacks": [ "cpu", - "concurrency", - "disk", "memory", - "network" + "disk", + "network", + "concurrency" ], "dependency_graph": { "edges": [ - { - "from": "claude-integrations/gitlab-bridge/tests/unit/auth/PermissionCheckerTest.affine", - "to": "claude-integrations/gitlab-bridge/tests/unit/auth/WebhookValidatorTest.affine", - "relation": "shared_dir:claude-integrations/gitlab-bridge/tests/unit/auth", - "weight": 1.0 - }, { "from": "claude-integrations/gitlab-bridge/tests/unit/auth/WebhookValidatorTest.affine", "to": "claude-integrations/gitlab-bridge/tests/unit/auth/ErrorsTest.affine", @@ -1610,1195 +1604,1159 @@ "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/slm/graph_of_thought.rs", - "to": "did-you-actually-do-that/src/slm/ensemble.rs", - "relation": "shared_dir:did-you-actually-do-that/src/slm", - "weight": 1.0 - }, - { - "from": "did-you-actually-do-that/src/slm/ensemble.rs", - "to": "did-you-actually-do-that/src/slm/policy_oracle.rs", - "relation": "shared_dir:did-you-actually-do-that/src/slm", - "weight": 1.0 - }, - { - "from": "did-you-actually-do-that/src/slm/policy_oracle.rs", - "to": "did-you-actually-do-that/src/slm/mixture_of_experts.rs", - "relation": "shared_dir:did-you-actually-do-that/src/slm", - "weight": 1.0 - }, - { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verification_manager.ex", - "to": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/regression_baseline.ex", - "relation": "shared_dir:did-you-actually-do-that/dyadt_brain/lib/dyadt_brain", + "from": "claude-integrations/gitlab-bridge/tests/unit/auth/ErrorsTest.affine", + "to": "claude-integrations/gitlab-bridge/tests/unit/auth/PermissionCheckerTest.affine", + "relation": "shared_dir:claude-integrations/gitlab-bridge/tests/unit/auth", "weight": 1.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/regression_baseline.ex", - "to": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/claim_registry.ex", - "relation": "shared_dir:did-you-actually-do-that/dyadt_brain/lib/dyadt_brain", + "from": "llm-tools/unify-core/src/models.rs", + "to": "llm-tools/unify-core/src/error.rs", + "relation": "shared_dir:llm-tools/unify-core/src", "weight": 1.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/claim_registry.ex", - "to": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verdict_engine.ex", - "relation": "shared_dir:did-you-actually-do-that/dyadt_brain/lib/dyadt_brain", + "from": "claude-integrations/firefox-mcp/host/NativeHost.affine", + "to": "claude-integrations/firefox-mcp/host/Server.affine", + "relation": "shared_dir:claude-integrations/firefox-mcp/host", "weight": 1.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verdict_engine.ex", - "to": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/pattern_learner.ex", - "relation": "shared_dir:did-you-actually-do-that/dyadt_brain/lib/dyadt_brain", + "from": "elegant-state/.archive/src/store/ocr.rs", + "to": "elegant-state/.archive/src/store/fulltext.rs", + "relation": "shared_dir:elegant-state/.archive/src/store", "weight": 1.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/pattern_learner.ex", - "to": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/surveillance_supervisor.ex", - "relation": "shared_dir:did-you-actually-do-that/dyadt_brain/lib/dyadt_brain", + "from": "elegant-state/.archive/src/store/fulltext.rs", + "to": "elegant-state/.archive/src/store/pandoc.rs", + "relation": "shared_dir:elegant-state/.archive/src/store", "weight": 1.0 }, { - "from": "llm-tools/unify/crates/llm-unify-core/src/error.rs", - "to": "llm-tools/unify/crates/llm-unify-core/src/models.rs", - "relation": "shared_dir:llm-tools/unify/crates/llm-unify-core/src", + "from": "elegant-state/.archive/src/store/pandoc.rs", + "to": "elegant-state/.archive/src/store/fuzzy.rs", + "relation": "shared_dir:elegant-state/.archive/src/store", "weight": 1.0 }, { - "from": "llm-tools/unify/crates/llm-unify-parser/src/claude.rs", - "to": "llm-tools/unify/crates/llm-unify-parser/src/copilot.rs", - "relation": "shared_dir:llm-tools/unify/crates/llm-unify-parser/src", + "from": "elegant-state/.archive/src/store/fuzzy.rs", + "to": "elegant-state/.archive/src/store/sled_store.rs", + "relation": "shared_dir:elegant-state/.archive/src/store", "weight": 1.0 }, { - "from": "llm-tools/unify/crates/llm-unify-parser/src/copilot.rs", - "to": "llm-tools/unify/crates/llm-unify-parser/src/gemini.rs", - "relation": "shared_dir:llm-tools/unify/crates/llm-unify-parser/src", + "from": "did-you-actually-do-that/src/verifiers/cross_reference.rs", + "to": "did-you-actually-do-that/src/verifiers/attestation.rs", + "relation": "shared_dir:did-you-actually-do-that/src/verifiers", "weight": 1.0 }, { - "from": "llm-tools/unify/crates/llm-unify-parser/src/gemini.rs", - "to": "llm-tools/unify/crates/llm-unify-parser/src/lib.rs", - "relation": "shared_dir:llm-tools/unify/crates/llm-unify-parser/src", + "from": "did-you-actually-do-that/src/verifiers/attestation.rs", + "to": "did-you-actually-do-that/src/verifiers/content_hash.rs", + "relation": "shared_dir:did-you-actually-do-that/src/verifiers", "weight": 1.0 }, { - "from": "llm-tools/unify/crates/llm-unify-parser/src/lib.rs", - "to": "llm-tools/unify/crates/llm-unify-parser/src/chatgpt.rs", - "relation": "shared_dir:llm-tools/unify/crates/llm-unify-parser/src", + "from": "did-you-actually-do-that/src/verifiers/content_hash.rs", + "to": "did-you-actually-do-that/src/verifiers/diff_coherence.rs", + "relation": "shared_dir:did-you-actually-do-that/src/verifiers", "weight": 1.0 }, { - "from": "elegant-state/.archive/src/graphql/mutation.rs", - "to": "elegant-state/.archive/src/graphql/query.rs", - "relation": "shared_dir:elegant-state/.archive/src/graphql", + "from": "did-you-actually-do-that/src/verifiers/diff_coherence.rs", + "to": "did-you-actually-do-that/src/verifiers/completeness.rs", + "relation": "shared_dir:did-you-actually-do-that/src/verifiers", "weight": 1.0 }, { - "from": "elegant-state/.archive/src/graphql/query.rs", - "to": "elegant-state/.archive/src/graphql/mod.rs", - "relation": "shared_dir:elegant-state/.archive/src/graphql", + "from": "did-you-actually-do-that/src/verifiers/completeness.rs", + "to": "did-you-actually-do-that/src/verifiers/syntactic.rs", + "relation": "shared_dir:did-you-actually-do-that/src/verifiers", "weight": 1.0 }, { - "from": "llm-tools/unify-core/tests/conformance.rs", - "to": "llm-tools/unify-core/tests/models.rs", - "relation": "shared_dir:llm-tools/unify-core/tests", + "from": "did-you-actually-do-that/src/verifiers/syntactic.rs", + "to": "did-you-actually-do-that/src/verifiers/semantic.rs", + "relation": "shared_dir:did-you-actually-do-that/src/verifiers", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/Middleware.affine", - "to": "claude-integrations/gitlab-bridge/src/auth/PermissionChecker.affine", - "relation": "shared_dir:claude-integrations/gitlab-bridge/src/auth", + "from": "did-you-actually-do-that/src/verifiers/semantic.rs", + "to": "did-you-actually-do-that/src/verifiers/dependency.rs", + "relation": "shared_dir:did-you-actually-do-that/src/verifiers", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/PermissionChecker.affine", - "to": "claude-integrations/gitlab-bridge/src/auth/Types.affine", - "relation": "shared_dir:claude-integrations/gitlab-bridge/src/auth", + "from": "claude-integrations/gitlab-bridge/src/bindings/Crypto.affine", + "to": "claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", + "relation": "shared_dir:claude-integrations/gitlab-bridge/src/bindings", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/Types.affine", - "to": "claude-integrations/gitlab-bridge/src/auth/RateLimiter.affine", - "relation": "shared_dir:claude-integrations/gitlab-bridge/src/auth", + "from": "claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", + "to": "claude-integrations/gitlab-bridge/src/bindings/Express.affine", + "relation": "shared_dir:claude-integrations/gitlab-bridge/src/bindings", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/RateLimiter.affine", - "to": "claude-integrations/gitlab-bridge/src/auth/WebhookValidator.affine", - "relation": "shared_dir:claude-integrations/gitlab-bridge/src/auth", + "from": "claude-integrations/gitlab-bridge/src/bindings/Express.affine", + "to": "claude-integrations/gitlab-bridge/src/bindings/Anthropic.affine", + "relation": "shared_dir:claude-integrations/gitlab-bridge/src/bindings", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/WebhookValidator.affine", - "to": "claude-integrations/gitlab-bridge/src/auth/TokenValidator.affine", - "relation": "shared_dir:claude-integrations/gitlab-bridge/src/auth", + "from": "did-you-actually-do-that/src/async_checks.rs", + "to": "did-you-actually-do-that/src/claim_extractor.rs", + "relation": "shared_dir:did-you-actually-do-that/src", "weight": 1.0 }, { - "from": "llm-tools/unify-core/src/error.rs", - "to": "llm-tools/unify-core/src/models.rs", - "relation": "shared_dir:llm-tools/unify-core/src", + "from": "did-you-actually-do-that/src/claim_extractor.rs", + "to": "did-you-actually-do-that/src/lib.rs", + "relation": "shared_dir:did-you-actually-do-that/src", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/watch.rs", + "from": "did-you-actually-do-that/src/lib.rs", "to": "did-you-actually-do-that/src/main.rs", "relation": "shared_dir:did-you-actually-do-that/src", "weight": 1.0 }, { "from": "did-you-actually-do-that/src/main.rs", - "to": "did-you-actually-do-that/src/mcp_server.rs", + "to": "did-you-actually-do-that/src/watch.rs", "relation": "shared_dir:did-you-actually-do-that/src", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/mcp_server.rs", + "from": "did-you-actually-do-that/src/watch.rs", "to": "did-you-actually-do-that/src/port_protocol.rs", "relation": "shared_dir:did-you-actually-do-that/src", "weight": 1.0 }, { "from": "did-you-actually-do-that/src/port_protocol.rs", - "to": "did-you-actually-do-that/src/lib.rs", - "relation": "shared_dir:did-you-actually-do-that/src", - "weight": 1.0 - }, - { - "from": "did-you-actually-do-that/src/lib.rs", "to": "did-you-actually-do-that/src/hooks.rs", "relation": "shared_dir:did-you-actually-do-that/src", "weight": 1.0 }, { "from": "did-you-actually-do-that/src/hooks.rs", - "to": "did-you-actually-do-that/src/claim_extractor.rs", + "to": "did-you-actually-do-that/src/mcp_server.rs", "relation": "shared_dir:did-you-actually-do-that/src", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/claim_extractor.rs", - "to": "did-you-actually-do-that/src/async_checks.rs", - "relation": "shared_dir:did-you-actually-do-that/src", + "from": "did-you-actually-do-that/src/slm/policy_oracle.rs", + "to": "did-you-actually-do-that/src/slm/mixture_of_experts.rs", + "relation": "shared_dir:did-you-actually-do-that/src/slm", "weight": 1.0 }, { - "from": "elegant-state/.archive/config/presets.ncl", - "to": "elegant-state/.archive/config/main.ncl", - "relation": "shared_dir:elegant-state/.archive/config", + "from": "did-you-actually-do-that/src/slm/mixture_of_experts.rs", + "to": "did-you-actually-do-that/src/slm/ensemble.rs", + "relation": "shared_dir:did-you-actually-do-that/src/slm", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/attestation.rs", - "to": "did-you-actually-do-that/src/verifiers/cross_reference.rs", - "relation": "shared_dir:did-you-actually-do-that/src/verifiers", + "from": "did-you-actually-do-that/src/slm/ensemble.rs", + "to": "did-you-actually-do-that/src/slm/graph_of_thought.rs", + "relation": "shared_dir:did-you-actually-do-that/src/slm", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/cross_reference.rs", - "to": "did-you-actually-do-that/src/verifiers/diff_coherence.rs", - "relation": "shared_dir:did-you-actually-do-that/src/verifiers", + "from": "elegant-state/.archive/src/graphql/mod.rs", + "to": "elegant-state/.archive/src/graphql/mutation.rs", + "relation": "shared_dir:elegant-state/.archive/src/graphql", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/diff_coherence.rs", - "to": "did-you-actually-do-that/src/verifiers/completeness.rs", - "relation": "shared_dir:did-you-actually-do-that/src/verifiers", + "from": "elegant-state/.archive/src/graphql/mutation.rs", + "to": "elegant-state/.archive/src/graphql/query.rs", + "relation": "shared_dir:elegant-state/.archive/src/graphql", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/completeness.rs", - "to": "did-you-actually-do-that/src/verifiers/content_hash.rs", - "relation": "shared_dir:did-you-actually-do-that/src/verifiers", + "from": "llm-tools/unify-core/tests/models.rs", + "to": "llm-tools/unify-core/tests/conformance.rs", + "relation": "shared_dir:llm-tools/unify-core/tests", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/content_hash.rs", - "to": "did-you-actually-do-that/src/verifiers/dependency.rs", - "relation": "shared_dir:did-you-actually-do-that/src/verifiers", + "from": "llm-tools/unify/crates/llm-unify-core/src/models.rs", + "to": "llm-tools/unify/crates/llm-unify-core/src/error.rs", + "relation": "shared_dir:llm-tools/unify/crates/llm-unify-core/src", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/dependency.rs", - "to": "did-you-actually-do-that/src/verifiers/semantic.rs", - "relation": "shared_dir:did-you-actually-do-that/src/verifiers", + "from": "claude-integrations/gitlab-bridge/src/auth/RateLimiter.affine", + "to": "claude-integrations/gitlab-bridge/src/auth/WebhookValidator.affine", + "relation": "shared_dir:claude-integrations/gitlab-bridge/src/auth", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/semantic.rs", - "to": "did-you-actually-do-that/src/verifiers/syntactic.rs", - "relation": "shared_dir:did-you-actually-do-that/src/verifiers", + "from": "claude-integrations/gitlab-bridge/src/auth/WebhookValidator.affine", + "to": "claude-integrations/gitlab-bridge/src/auth/Middleware.affine", + "relation": "shared_dir:claude-integrations/gitlab-bridge/src/auth", "weight": 1.0 }, { - "from": "llm-tools/antidote/tools/benchmark.jl", - "to": "llm-tools/antidote/tools/rsr_compliance.jl", - "relation": "shared_dir:llm-tools/antidote/tools", + "from": "claude-integrations/gitlab-bridge/src/auth/Middleware.affine", + "to": "claude-integrations/gitlab-bridge/src/auth/Types.affine", + "relation": "shared_dir:claude-integrations/gitlab-bridge/src/auth", "weight": 1.0 }, { - "from": "llm-tools/antidote/tools/rsr_compliance.jl", - "to": "llm-tools/antidote/tools/llm_cli.jl", - "relation": "shared_dir:llm-tools/antidote/tools", + "from": "claude-integrations/gitlab-bridge/src/auth/Types.affine", + "to": "claude-integrations/gitlab-bridge/src/auth/PermissionChecker.affine", + "relation": "shared_dir:claude-integrations/gitlab-bridge/src/auth", "weight": 1.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify/Report.hs", - "to": "llm-tools/verify/src/ClaudeVerify/Config.hs", - "relation": "shared_dir:llm-tools/verify/src/ClaudeVerify", + "from": "claude-integrations/gitlab-bridge/src/auth/PermissionChecker.affine", + "to": "claude-integrations/gitlab-bridge/src/auth/TokenValidator.affine", + "relation": "shared_dir:claude-integrations/gitlab-bridge/src/auth", "weight": 1.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify/Config.hs", - "to": "llm-tools/verify/src/ClaudeVerify/EchidnaClient.hs", - "relation": "shared_dir:llm-tools/verify/src/ClaudeVerify", + "from": "llm-tools/unify/crates/llm-unify-parser/src/lib.rs", + "to": "llm-tools/unify/crates/llm-unify-parser/src/chatgpt.rs", + "relation": "shared_dir:llm-tools/unify/crates/llm-unify-parser/src", "weight": 1.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify/Languages/Ada.hs", - "to": "llm-tools/verify/src/ClaudeVerify/Languages/Rust.hs", - "relation": "shared_dir:llm-tools/verify/src/ClaudeVerify/Languages", + "from": "llm-tools/unify/crates/llm-unify-parser/src/chatgpt.rs", + "to": "llm-tools/unify/crates/llm-unify-parser/src/gemini.rs", + "relation": "shared_dir:llm-tools/unify/crates/llm-unify-parser/src", "weight": 1.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify/Languages/Rust.hs", - "to": "llm-tools/verify/src/ClaudeVerify/Languages/Haskell.hs", - "relation": "shared_dir:llm-tools/verify/src/ClaudeVerify/Languages", + "from": "llm-tools/unify/crates/llm-unify-parser/src/gemini.rs", + "to": "llm-tools/unify/crates/llm-unify-parser/src/claude.rs", + "relation": "shared_dir:llm-tools/unify/crates/llm-unify-parser/src", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", - "to": "claude-integrations/gitlab-bridge/src/bindings/Express.affine", - "relation": "shared_dir:claude-integrations/gitlab-bridge/src/bindings", + "from": "llm-tools/unify/crates/llm-unify-parser/src/claude.rs", + "to": "llm-tools/unify/crates/llm-unify-parser/src/copilot.rs", + "relation": "shared_dir:llm-tools/unify/crates/llm-unify-parser/src", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/bindings/Express.affine", - "to": "claude-integrations/gitlab-bridge/src/bindings/Anthropic.affine", - "relation": "shared_dir:claude-integrations/gitlab-bridge/src/bindings", + "from": "llm-tools/antidote/tools/rsr_compliance.jl", + "to": "llm-tools/antidote/tools/llm_cli.jl", + "relation": "shared_dir:llm-tools/antidote/tools", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/bindings/Anthropic.affine", - "to": "claude-integrations/gitlab-bridge/src/bindings/Crypto.affine", - "relation": "shared_dir:claude-integrations/gitlab-bridge/src/bindings", + "from": "llm-tools/antidote/tools/llm_cli.jl", + "to": "llm-tools/antidote/tools/benchmark.jl", + "relation": "shared_dir:llm-tools/antidote/tools", "weight": 1.0 }, { "from": "llm-tools/unify/crates/llm-unify-storage/src/migration.rs", - "to": "llm-tools/unify/crates/llm-unify-storage/src/repository.rs", + "to": "llm-tools/unify/crates/llm-unify-storage/src/backup.rs", "relation": "shared_dir:llm-tools/unify/crates/llm-unify-storage/src", "weight": 1.0 }, { - "from": "llm-tools/unify/crates/llm-unify-storage/src/repository.rs", - "to": "llm-tools/unify/crates/llm-unify-storage/src/backup.rs", + "from": "llm-tools/unify/crates/llm-unify-storage/src/backup.rs", + "to": "llm-tools/unify/crates/llm-unify-storage/src/repository.rs", "relation": "shared_dir:llm-tools/unify/crates/llm-unify-storage/src", "weight": 1.0 }, { - "from": "claude-integrations/firefox-mcp/host/NativeHost.affine", - "to": "claude-integrations/firefox-mcp/host/Server.affine", - "relation": "shared_dir:claude-integrations/firefox-mcp/host", + "from": "llm-tools/verify/src/ClaudeVerify/Languages/Haskell.hs", + "to": "llm-tools/verify/src/ClaudeVerify/Languages/Rust.hs", + "relation": "shared_dir:llm-tools/verify/src/ClaudeVerify/Languages", "weight": 1.0 }, { - "from": "elegant-state/.archive/src/store/fulltext.rs", - "to": "elegant-state/.archive/src/store/fuzzy.rs", - "relation": "shared_dir:elegant-state/.archive/src/store", + "from": "llm-tools/verify/src/ClaudeVerify/Languages/Rust.hs", + "to": "llm-tools/verify/src/ClaudeVerify/Languages/Ada.hs", + "relation": "shared_dir:llm-tools/verify/src/ClaudeVerify/Languages", "weight": 1.0 }, { - "from": "elegant-state/.archive/src/store/fuzzy.rs", - "to": "elegant-state/.archive/src/store/sled_store.rs", - "relation": "shared_dir:elegant-state/.archive/src/store", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/regression_baseline.ex", + "to": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verdict_engine.ex", + "relation": "shared_dir:did-you-actually-do-that/dyadt_brain/lib/dyadt_brain", "weight": 1.0 }, { - "from": "elegant-state/.archive/src/store/sled_store.rs", - "to": "elegant-state/.archive/src/store/ocr.rs", - "relation": "shared_dir:elegant-state/.archive/src/store", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verdict_engine.ex", + "to": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/surveillance_supervisor.ex", + "relation": "shared_dir:did-you-actually-do-that/dyadt_brain/lib/dyadt_brain", "weight": 1.0 }, { - "from": "elegant-state/.archive/src/store/ocr.rs", - "to": "elegant-state/.archive/src/store/pandoc.rs", - "relation": "shared_dir:elegant-state/.archive/src/store", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/surveillance_supervisor.ex", + "to": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/claim_registry.ex", + "relation": "shared_dir:did-you-actually-do-that/dyadt_brain/lib/dyadt_brain", "weight": 1.0 }, { - "from": "llm-tools/verify/app/Main.hs", - "to": "WebServer", - "relation": "framework", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/claim_registry.ex", + "to": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verification_manager.ex", + "relation": "shared_dir:did-you-actually-do-that/dyadt_brain/lib/dyadt_brain", "weight": 1.0 }, { - "from": "llm-tools/verify/app/Main.hs", - "to": "OTP", - "relation": "framework", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verification_manager.ex", + "to": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/pattern_learner.ex", + "relation": "shared_dir:did-you-actually-do-that/dyadt_brain/lib/dyadt_brain", "weight": 1.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify.hs", - "to": "WebServer", - "relation": "framework", + "from": "elegant-state/.archive/config/main.ncl", + "to": "elegant-state/.archive/config/presets.ncl", + "relation": "shared_dir:elegant-state/.archive/config", "weight": 1.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify.hs", - "to": "OTP", - "relation": "framework", + "from": "llm-tools/verify/src/ClaudeVerify/Report.hs", + "to": "llm-tools/verify/src/ClaudeVerify/EchidnaClient.hs", + "relation": "shared_dir:llm-tools/verify/src/ClaudeVerify", "weight": 1.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify/Languages/Ada.hs", - "to": "WebServer", - "relation": "framework", + "from": "llm-tools/verify/src/ClaudeVerify/EchidnaClient.hs", + "to": "llm-tools/verify/src/ClaudeVerify/Config.hs", + "relation": "shared_dir:llm-tools/verify/src/ClaudeVerify", "weight": 1.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify/Languages/Ada.hs", + "from": "claude-integrations/firefox-mcp/scripts/install.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify/Languages/Rust.hs", + "from": "claude-integrations/firefox-mcp/scripts/install.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify/Languages/Rust.hs", + "from": "claude-integrations/firefox-mcp/host/NativeHost.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify/Languages/Haskell.hs", + "from": "claude-integrations/firefox-mcp/host/NativeHost.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify/Languages/Haskell.hs", + "from": "claude-integrations/firefox-mcp/host/Server.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify/Report.hs", + "from": "claude-integrations/firefox-mcp/host/Server.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify/Report.hs", + "from": "claude-integrations/firefox-mcp/host/bindings/Deno_Ws.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 120.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify/Config.hs", + "from": "claude-integrations/firefox-mcp/host/bindings/Deno_Ws.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 120.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify/Config.hs", + "from": "claude-integrations/firefox-mcp/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify/EchidnaClient.hs", + "from": "claude-integrations/firefox-mcp/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "llm-tools/verify/src/ClaudeVerify/EchidnaClient.hs", + "from": "claude-integrations/firefox-mcp/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/antidote/tools/benchmark.jl", + "from": "claude-integrations/firefox-mcp/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/antidote/tools/benchmark.jl", + "from": "claude-integrations/firefox-lsp/lib/lsp/server.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "llm-tools/antidote/tools/rsr_compliance.jl", + "from": "claude-integrations/firefox-lsp/lib/lsp/server.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "llm-tools/antidote/tools/rsr_compliance.jl", + "from": "claude-integrations/firefox-lsp/lib/adapters/firefox.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "llm-tools/antidote/tools/llm_cli.jl", + "from": "claude-integrations/firefox-lsp/lib/adapters/firefox.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "llm-tools/antidote/tools/llm_cli.jl", + "from": "claude-integrations/firefox-lsp/vscode-extension/src/bindings/Vscode.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 45.0 }, { - "from": "llm-tools/antidote/tests/test_suite.jl", + "from": "claude-integrations/firefox-lsp/vscode-extension/src/bindings/Vscode.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 45.0 }, { - "from": "llm-tools/antidote/tests/test_suite.jl", + "from": "claude-integrations/gitlab-bridge/tests/fixtures/Tokens.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/antidote/src/SemanticReset.affine", + "from": "claude-integrations/gitlab-bridge/tests/fixtures/Tokens.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "llm-tools/antidote/src/SemanticReset.affine", + "from": "claude-integrations/gitlab-bridge/tests/unit/auth/WebhookValidatorTest.affine", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "llm-tools/unify-core/tests/conformance.rs", + "from": "claude-integrations/gitlab-bridge/tests/unit/auth/WebhookValidatorTest.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "llm-tools/unify-core/tests/conformance.rs", + "from": "claude-integrations/gitlab-bridge/tests/unit/auth/ErrorsTest.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/unify-core/tests/models.rs", - "to": "WebServer", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "llm-tools/unify-core/tests/models.rs", - "to": "OTP", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "llm-tools/unify-core/src/error.rs", + "from": "claude-integrations/gitlab-bridge/tests/unit/auth/ErrorsTest.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/unify-core/src/error.rs", + "from": "claude-integrations/gitlab-bridge/tests/unit/auth/PermissionCheckerTest.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/unify-core/src/models.rs", + "from": "claude-integrations/gitlab-bridge/tests/unit/auth/PermissionCheckerTest.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/unify-core/src/models.rs", + "from": "claude-integrations/gitlab-bridge/tests/Setup.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 24.0 }, { - "from": "llm-tools/unify/tests/e2e_test.sh", + "from": "claude-integrations/gitlab-bridge/tests/Setup.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 24.0 }, { - "from": "llm-tools/unify/tests/e2e_test.sh", + "from": "claude-integrations/gitlab-bridge/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "llm-tools/unify/crates/llm-unify-core/src/error.rs", + "from": "claude-integrations/gitlab-bridge/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "llm-tools/unify/crates/llm-unify-core/src/error.rs", + "from": "claude-integrations/gitlab-bridge/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/unify/crates/llm-unify-core/src/models.rs", + "from": "claude-integrations/gitlab-bridge/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/unify/crates/llm-unify-core/src/models.rs", + "from": "claude-integrations/gitlab-bridge/src/templates/PromptTemplate.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/unify/crates/llm-unify-tui/src/app.rs", + "from": "claude-integrations/gitlab-bridge/src/templates/PromptTemplate.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/unify/crates/llm-unify-tui/src/app.rs", + "from": "claude-integrations/gitlab-bridge/src/auth/RateLimiter.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "llm-tools/unify/crates/llm-unify-cli/src/main.rs", + "from": "claude-integrations/gitlab-bridge/src/auth/RateLimiter.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 9.0 }, { - "from": "llm-tools/unify/crates/llm-unify-cli/src/main.rs", + "from": "claude-integrations/gitlab-bridge/src/auth/WebhookValidator.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "llm-tools/unify/crates/llm-unify-storage/src/migration.rs", + "from": "claude-integrations/gitlab-bridge/src/auth/WebhookValidator.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "llm-tools/unify/crates/llm-unify-storage/src/migration.rs", + "from": "claude-integrations/gitlab-bridge/src/auth/Middleware.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/unify/crates/llm-unify-storage/src/repository.rs", + "from": "claude-integrations/gitlab-bridge/src/auth/Middleware.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/unify/crates/llm-unify-storage/src/repository.rs", + "from": "claude-integrations/gitlab-bridge/src/auth/Types.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/unify/crates/llm-unify-storage/src/backup.rs", + "from": "claude-integrations/gitlab-bridge/src/auth/Types.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/unify/crates/llm-unify-storage/src/backup.rs", + "from": "claude-integrations/gitlab-bridge/src/auth/PermissionChecker.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/unify/crates/llm-unify-parser/src/claude.rs", + "from": "claude-integrations/gitlab-bridge/src/auth/PermissionChecker.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "llm-tools/unify/crates/llm-unify-parser/src/claude.rs", + "from": "claude-integrations/gitlab-bridge/src/auth/TokenValidator.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "llm-tools/unify/crates/llm-unify-parser/src/copilot.rs", + "from": "claude-integrations/gitlab-bridge/src/auth/TokenValidator.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "llm-tools/unify/crates/llm-unify-parser/src/copilot.rs", + "from": "claude-integrations/gitlab-bridge/src/bindings/Crypto.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 33.0 }, { - "from": "llm-tools/unify/crates/llm-unify-parser/src/gemini.rs", + "from": "claude-integrations/gitlab-bridge/src/bindings/Crypto.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 33.0 }, { - "from": "llm-tools/unify/crates/llm-unify-parser/src/gemini.rs", + "from": "claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 126.0 }, { - "from": "llm-tools/unify/crates/llm-unify-parser/src/lib.rs", + "from": "claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 126.0 }, { - "from": "llm-tools/unify/crates/llm-unify-parser/src/lib.rs", + "from": "claude-integrations/gitlab-bridge/src/bindings/Express.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 66.0 }, { - "from": "llm-tools/unify/crates/llm-unify-parser/src/chatgpt.rs", + "from": "claude-integrations/gitlab-bridge/src/bindings/Express.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 66.0 }, { - "from": "llm-tools/unify/crates/llm-unify-parser/src/chatgpt.rs", + "from": "claude-integrations/gitlab-bridge/src/bindings/Anthropic.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "llm-tools/unify/crates/llm-unify-search/src/search.rs", + "from": "claude-integrations/gitlab-bridge/src/bindings/Anthropic.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "llm-tools/unify/crates/llm-unify-search/src/search.rs", + "from": "claude-integrations/mozilla-extension/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "lsm/src/lib.rs", + "from": "claude-integrations/mozilla-extension/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "lsm/src/lib.rs", + "from": "claude-integrations/mozilla-extension/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "esn/src/lib.rs", + "from": "claude-integrations/mozilla-extension/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "esn/src/lib.rs", + "from": "claude-integrations/mozilla-extension/src/core/api.js", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "esn/ffi/zig/test/integration_test.zig", + "from": "claude-integrations/mozilla-extension/src/core/api.js", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "esn/ffi/zig/test/integration_test.zig", + "from": "claude-integrations/gecko-browser-extension/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", "weight": 4.0 }, { - "from": "esn/ffi/zig/src/main.zig", + "from": "claude-integrations/gecko-browser-extension/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "esn/ffi/zig/src/main.zig", + "from": "claude-integrations/gecko-browser-extension/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/mozilla-extension/src/core/api.js", + "from": "claude-integrations/gecko-browser-extension/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/mozilla-extension/src/core/api.js", + "from": "claude-integrations/gecko-browser-extension/src/background/background.js", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/mozilla-extension/ffi/zig/test/integration_test.zig", + "from": "claude-integrations/gecko-browser-extension/src/background/background.js", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "claude-integrations/mozilla-extension/ffi/zig/test/integration_test.zig", + "from": "llm-tools/antidote/tools/rsr_compliance.jl", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "claude-integrations/mozilla-extension/ffi/zig/src/main.zig", + "from": "llm-tools/antidote/tools/rsr_compliance.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/mozilla-extension/ffi/zig/src/main.zig", + "from": "llm-tools/antidote/tools/llm_cli.jl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gecko-browser-extension/src/background/background.js", + "from": "llm-tools/antidote/tools/llm_cli.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gecko-browser-extension/src/background/background.js", + "from": "llm-tools/antidote/tools/benchmark.jl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gecko-browser-extension/ffi/zig/test/integration_test.zig", + "from": "llm-tools/antidote/tools/benchmark.jl", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "claude-integrations/gecko-browser-extension/ffi/zig/test/integration_test.zig", + "from": "llm-tools/antidote/tests/test_suite.jl", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "claude-integrations/gecko-browser-extension/ffi/zig/src/main.zig", + "from": "llm-tools/antidote/tests/test_suite.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gecko-browser-extension/ffi/zig/src/main.zig", + "from": "llm-tools/antidote/src/SemanticReset.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "claude-integrations/gitlab-bridge/tests/Setup.affine", + "from": "llm-tools/antidote/src/SemanticReset.affine", "to": "WebServer", "relation": "framework", - "weight": 24.0 + "weight": 3.0 }, { - "from": "claude-integrations/gitlab-bridge/tests/Setup.affine", + "from": "llm-tools/verify/app/Main.hs", "to": "OTP", "relation": "framework", - "weight": 24.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/tests/fixtures/Tokens.affine", + "from": "llm-tools/verify/app/Main.hs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/tests/fixtures/Tokens.affine", + "from": "llm-tools/verify/src/ClaudeVerify/Report.hs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/tests/unit/auth/PermissionCheckerTest.affine", + "from": "llm-tools/verify/src/ClaudeVerify/Report.hs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/tests/unit/auth/PermissionCheckerTest.affine", + "from": "llm-tools/verify/src/ClaudeVerify/EchidnaClient.hs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/tests/unit/auth/WebhookValidatorTest.affine", + "from": "llm-tools/verify/src/ClaudeVerify/EchidnaClient.hs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/tests/unit/auth/WebhookValidatorTest.affine", + "from": "llm-tools/verify/src/ClaudeVerify/Config.hs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/tests/unit/auth/ErrorsTest.affine", + "from": "llm-tools/verify/src/ClaudeVerify/Config.hs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/tests/unit/auth/ErrorsTest.affine", + "from": "llm-tools/verify/src/ClaudeVerify/Languages/Haskell.hs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/templates/PromptTemplate.affine", + "from": "llm-tools/verify/src/ClaudeVerify/Languages/Haskell.hs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/templates/PromptTemplate.affine", + "from": "llm-tools/verify/src/ClaudeVerify/Languages/Rust.hs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/Middleware.affine", + "from": "llm-tools/verify/src/ClaudeVerify/Languages/Rust.hs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/Middleware.affine", + "from": "llm-tools/verify/src/ClaudeVerify/Languages/Ada.hs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/PermissionChecker.affine", + "from": "llm-tools/verify/src/ClaudeVerify/Languages/Ada.hs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/PermissionChecker.affine", + "from": "llm-tools/verify/src/ClaudeVerify.hs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/Types.affine", + "from": "llm-tools/verify/src/ClaudeVerify.hs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/Types.affine", + "from": "llm-tools/unify-core/tests/models.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/RateLimiter.affine", + "from": "llm-tools/unify-core/tests/models.rs", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 2.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/RateLimiter.affine", + "from": "llm-tools/unify-core/tests/conformance.rs", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/WebhookValidator.affine", + "from": "llm-tools/unify-core/tests/conformance.rs", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/WebhookValidator.affine", + "from": "llm-tools/unify-core/src/models.rs", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/TokenValidator.affine", + "from": "llm-tools/unify-core/src/models.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/auth/TokenValidator.affine", + "from": "llm-tools/unify-core/src/error.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", + "from": "llm-tools/unify-core/src/error.rs", "to": "WebServer", "relation": "framework", - "weight": 126.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", + "from": "llm-tools/unify/tests/e2e_test.sh", "to": "OTP", "relation": "framework", - "weight": 126.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/bindings/Express.affine", + "from": "llm-tools/unify/tests/e2e_test.sh", "to": "WebServer", "relation": "framework", - "weight": 66.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/bindings/Express.affine", + "from": "llm-tools/unify/crates/llm-unify-core/src/models.rs", "to": "OTP", "relation": "framework", - "weight": 66.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/bindings/Anthropic.affine", + "from": "llm-tools/unify/crates/llm-unify-core/src/models.rs", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/bindings/Anthropic.affine", + "from": "llm-tools/unify/crates/llm-unify-core/src/error.rs", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/bindings/Crypto.affine", + "from": "llm-tools/unify/crates/llm-unify-core/src/error.rs", "to": "WebServer", "relation": "framework", - "weight": 33.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/src/bindings/Crypto.affine", + "from": "llm-tools/unify/crates/llm-unify-parser/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 33.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/ffi/zig/test/integration_test.zig", + "from": "llm-tools/unify/crates/llm-unify-parser/src/lib.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/ffi/zig/test/integration_test.zig", + "from": "llm-tools/unify/crates/llm-unify-parser/src/chatgpt.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/ffi/zig/src/main.zig", + "from": "llm-tools/unify/crates/llm-unify-parser/src/chatgpt.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/gitlab-bridge/ffi/zig/src/main.zig", + "from": "llm-tools/unify/crates/llm-unify-parser/src/gemini.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/firefox-lsp/lib/adapters/firefox.ex", + "from": "llm-tools/unify/crates/llm-unify-parser/src/gemini.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "claude-integrations/firefox-lsp/lib/adapters/firefox.ex", + "from": "llm-tools/unify/crates/llm-unify-parser/src/claude.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "claude-integrations/firefox-lsp/lib/lsp/server.ex", + "from": "llm-tools/unify/crates/llm-unify-parser/src/claude.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "claude-integrations/firefox-lsp/lib/lsp/server.ex", + "from": "llm-tools/unify/crates/llm-unify-parser/src/copilot.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "claude-integrations/firefox-lsp/vscode-extension/src/bindings/Vscode.affine", + "from": "llm-tools/unify/crates/llm-unify-parser/src/copilot.rs", "to": "WebServer", "relation": "framework", - "weight": 45.0 + "weight": 1.0 }, { - "from": "claude-integrations/firefox-lsp/vscode-extension/src/bindings/Vscode.affine", + "from": "llm-tools/unify/crates/llm-unify-search/src/search.rs", "to": "OTP", "relation": "framework", - "weight": 45.0 + "weight": 1.0 }, { - "from": "claude-integrations/firefox-mcp/scripts/install.sh", + "from": "llm-tools/unify/crates/llm-unify-search/src/search.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/firefox-mcp/scripts/install.sh", + "from": "llm-tools/unify/crates/llm-unify-storage/src/migration.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/firefox-mcp/ffi/zig/test/integration_test.zig", + "from": "llm-tools/unify/crates/llm-unify-storage/src/migration.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "claude-integrations/firefox-mcp/ffi/zig/test/integration_test.zig", + "from": "llm-tools/unify/crates/llm-unify-storage/src/backup.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "claude-integrations/firefox-mcp/ffi/zig/src/main.zig", + "from": "llm-tools/unify/crates/llm-unify-storage/src/backup.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/firefox-mcp/ffi/zig/src/main.zig", + "from": "llm-tools/unify/crates/llm-unify-storage/src/repository.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/firefox-mcp/host/NativeHost.affine", + "from": "llm-tools/unify/crates/llm-unify-storage/src/repository.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/firefox-mcp/host/NativeHost.affine", + "from": "llm-tools/unify/crates/llm-unify-tui/src/app.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/firefox-mcp/host/Server.affine", + "from": "llm-tools/unify/crates/llm-unify-tui/src/app.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "claude-integrations/firefox-mcp/host/Server.affine", + "from": "llm-tools/unify/crates/llm-unify-cli/src/main.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "claude-integrations/firefox-mcp/host/bindings/Deno_Ws.affine", + "from": "llm-tools/unify/crates/llm-unify-cli/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 120.0 + "weight": 2.0 }, { - "from": "claude-integrations/firefox-mcp/host/bindings/Deno_Ws.affine", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/regression_baseline.ex", "to": "OTP", "relation": "framework", - "weight": 120.0 + "weight": 2.0 }, { - "from": "setup.sh", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/regression_baseline.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "setup.sh", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verdict_engine.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verification_manager.ex", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verdict_engine.ex", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verification_manager.ex", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verisimdb/client.ex", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/grpc/endpoint.ex", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verisimdb/client.ex", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/grpc/endpoint.ex", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/ports/rust_port.ex", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/regression_baseline.ex", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/ports/rust_port.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/regression_baseline.ex", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/surveillance_supervisor.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/ports/rust_port.ex", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/surveillance_supervisor.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/ports/rust_port.ex", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/claim_registry.ex", "to": "OTP", "relation": "framework", "weight": 2.0 @@ -2810,19 +2768,19 @@ "weight": 2.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/claim_registry.ex", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verification_manager.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verdict_engine.ex", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verification_manager.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verdict_engine.ex", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/pattern_learner.ex", "to": "OTP", "relation": "framework", "weight": 2.0 @@ -2834,64 +2792,88 @@ "weight": 2.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/pattern_learner.ex", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/grpc/endpoint.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/surveillance_supervisor.ex", + "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/grpc/endpoint.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/surveillance_supervisor.ex", + "from": "did-you-actually-do-that/dyadt_brain/test/regression_baseline_test.exs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verisimdb/client.ex", + "from": "did-you-actually-do-that/dyadt_brain/test/regression_baseline_test.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/verisimdb/client.ex", + "from": "did-you-actually-do-that/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/test/regression_baseline_test.exs", + "from": "did-you-actually-do-that/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/dyadt_brain/test/regression_baseline_test.exs", + "from": "did-you-actually-do-that/src/async_checks.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/watch.rs", + "from": "did-you-actually-do-that/src/async_checks.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/watch.rs", + "from": "did-you-actually-do-that/src/claim_extractor.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 9.0 }, { - "from": "did-you-actually-do-that/src/main.rs", + "from": "did-you-actually-do-that/src/claim_extractor.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 9.0 + }, + { + "from": "did-you-actually-do-that/src/lib.rs", + "to": "OTP", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "did-you-actually-do-that/src/lib.rs", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "did-you-actually-do-that/src/abi/Foreign.idr", + "to": "OTP", + "relation": "framework", + "weight": 54.0 + }, + { + "from": "did-you-actually-do-that/src/abi/Foreign.idr", + "to": "WebServer", + "relation": "framework", + "weight": 54.0 }, { "from": "did-you-actually-do-that/src/main.rs", @@ -2900,25 +2882,25 @@ "weight": 4.0 }, { - "from": "did-you-actually-do-that/src/slm/graph_of_thought.rs", + "from": "did-you-actually-do-that/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "did-you-actually-do-that/src/slm/graph_of_thought.rs", + "from": "did-you-actually-do-that/src/watch.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "did-you-actually-do-that/src/slm/ensemble.rs", + "from": "did-you-actually-do-that/src/watch.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "did-you-actually-do-that/src/slm/ensemble.rs", + "from": "did-you-actually-do-that/src/slm/policy_oracle.rs", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -2930,10 +2912,10 @@ "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/slm/policy_oracle.rs", + "from": "did-you-actually-do-that/src/slm/mixture_of_experts.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { "from": "did-you-actually-do-that/src/slm/mixture_of_experts.rs", @@ -2942,73 +2924,73 @@ "weight": 2.0 }, { - "from": "did-you-actually-do-that/src/slm/mixture_of_experts.rs", + "from": "did-you-actually-do-that/src/slm/ensemble.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/mcp_server.rs", + "from": "did-you-actually-do-that/src/slm/ensemble.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/mcp_server.rs", + "from": "did-you-actually-do-that/src/slm/graph_of_thought.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/attestation.rs", + "from": "did-you-actually-do-that/src/slm/graph_of_thought.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/attestation.rs", + "from": "did-you-actually-do-that/src/port_protocol.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/cross_reference.rs", + "from": "did-you-actually-do-that/src/port_protocol.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/cross_reference.rs", + "from": "did-you-actually-do-that/src/hooks.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/diff_coherence.rs", + "from": "did-you-actually-do-that/src/hooks.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/diff_coherence.rs", + "from": "did-you-actually-do-that/src/verifiers/cross_reference.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/completeness.rs", + "from": "did-you-actually-do-that/src/verifiers/cross_reference.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/completeness.rs", + "from": "did-you-actually-do-that/src/verifiers/attestation.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/content_hash.rs", + "from": "did-you-actually-do-that/src/verifiers/attestation.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -3020,31 +3002,31 @@ "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/dependency.rs", + "from": "did-you-actually-do-that/src/verifiers/content_hash.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/dependency.rs", + "from": "did-you-actually-do-that/src/verifiers/diff_coherence.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/semantic.rs", + "from": "did-you-actually-do-that/src/verifiers/diff_coherence.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/semantic.rs", + "from": "did-you-actually-do-that/src/verifiers/completeness.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/verifiers/syntactic.rs", + "from": "did-you-actually-do-that/src/verifiers/completeness.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -3056,187 +3038,199 @@ "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/port_protocol.rs", + "from": "did-you-actually-do-that/src/verifiers/syntactic.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/port_protocol.rs", + "from": "did-you-actually-do-that/src/verifiers/semantic.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/lib.rs", + "from": "did-you-actually-do-that/src/verifiers/semantic.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/lib.rs", + "from": "did-you-actually-do-that/src/verifiers/dependency.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/hooks.rs", + "from": "did-you-actually-do-that/src/verifiers/dependency.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/hooks.rs", + "from": "did-you-actually-do-that/src/mcp_server.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/claim_extractor.rs", + "from": "did-you-actually-do-that/src/mcp_server.rs", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 + }, + { + "from": "echomesh/ffi/zig/test/integration_test.zig", + "to": "OTP", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "echomesh/ffi/zig/test/integration_test.zig", + "to": "WebServer", + "relation": "framework", + "weight": 4.0 }, { - "from": "did-you-actually-do-that/src/claim_extractor.rs", + "from": "echomesh/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/async_checks.rs", + "from": "echomesh/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "did-you-actually-do-that/src/async_checks.rs", + "from": "lsm/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "did-you-actually-do-that/src/abi/Foreign.idr", + "from": "lsm/src/lib.rs", "to": "WebServer", "relation": "framework", - "weight": 54.0 + "weight": 2.0 }, { - "from": "did-you-actually-do-that/src/abi/Foreign.idr", + "from": "esn/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 54.0 + "weight": 4.0 }, { - "from": "did-you-actually-do-that/ffi/zig/src/main.zig", + "from": "esn/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "did-you-actually-do-that/ffi/zig/src/main.zig", + "from": "esn/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elegant-state/examples/policy.ncl", + "from": "esn/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elegant-state/examples/policy.ncl", + "from": "esn/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "elegant-state/.archive/config/presets.ncl", + "from": "esn/src/lib.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "elegant-state/.archive/config/presets.ncl", + "from": "setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elegant-state/.archive/config/main.ncl", + "from": "setup.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elegant-state/.archive/config/main.ncl", + "from": "elegant-state/examples/policy.ncl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elegant-state/.archive/src/store/fulltext.rs", + "from": "elegant-state/examples/policy.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elegant-state/.archive/src/store/fulltext.rs", + "from": "elegant-state/.archive/config/main.ncl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elegant-state/.archive/src/store/fuzzy.rs", + "from": "elegant-state/.archive/config/main.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elegant-state/.archive/src/store/fuzzy.rs", + "from": "elegant-state/.archive/config/presets.ncl", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elegant-state/.archive/src/store/sled_store.rs", + "from": "elegant-state/.archive/config/presets.ncl", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "elegant-state/.archive/src/store/sled_store.rs", + "from": "elegant-state/.archive/src/graphql/mod.rs", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "elegant-state/.archive/src/store/ocr.rs", + "from": "elegant-state/.archive/src/graphql/mod.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elegant-state/.archive/src/store/ocr.rs", + "from": "elegant-state/.archive/src/graphql/mutation.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elegant-state/.archive/src/store/pandoc.rs", + "from": "elegant-state/.archive/src/graphql/mutation.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elegant-state/.archive/src/store/pandoc.rs", + "from": "elegant-state/.archive/src/graphql/query.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elegant-state/.archive/src/main.rs", + "from": "elegant-state/.archive/src/graphql/query.rs", "to": "WebServer", "relation": "framework", "weight": 2.0 @@ -3248,112 +3242,131 @@ "weight": 2.0 }, { - "from": "elegant-state/.archive/src/graphql/mutation.rs", + "from": "elegant-state/.archive/src/main.rs", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "elegant-state/.archive/src/graphql/mutation.rs", + "from": "elegant-state/.archive/src/store/ocr.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elegant-state/.archive/src/graphql/query.rs", + "from": "elegant-state/.archive/src/store/ocr.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elegant-state/.archive/src/graphql/query.rs", + "from": "elegant-state/.archive/src/store/fulltext.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elegant-state/.archive/src/graphql/mod.rs", + "from": "elegant-state/.archive/src/store/fulltext.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elegant-state/.archive/src/graphql/mod.rs", + "from": "elegant-state/.archive/src/store/pandoc.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elegant-state/ffi/zig/test/integration_test.zig", + "from": "elegant-state/.archive/src/store/pandoc.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "elegant-state/ffi/zig/test/integration_test.zig", + "from": "elegant-state/.archive/src/store/fuzzy.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "elegant-state/ffi/zig/src/main.zig", + "from": "elegant-state/.archive/src/store/fuzzy.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elegant-state/ffi/zig/src/main.zig", + "from": "elegant-state/.archive/src/store/sled_store.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "echomesh/ffi/zig/test/integration_test.zig", + "from": "elegant-state/.archive/src/store/sled_store.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "echomesh/ffi/zig/test/integration_test.zig", + "from": "elegant-state/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", "weight": 4.0 }, { - "from": "echomesh/ffi/zig/src/main.zig", + "from": "elegant-state/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "echomesh/ffi/zig/src/main.zig", + "from": "elegant-state/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 + }, + { + "from": "elegant-state/ffi/zig/src/main.zig", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "CommandInjection", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "llm-tools/unify/crates/llm-unify-cli/src/main.rs", - "lsm/src/lib.rs", - "esn/src/lib.rs", - "did-you-actually-do-that/src/main.rs", - "did-you-actually-do-that/src/slm/mixture_of_experts.rs", - "did-you-actually-do-that/src/claim_extractor.rs", - "did-you-actually-do-that/src/async_checks.rs", - "elegant-state/.archive/src/store/sled_store.rs" + "claude-integrations/firefox-lsp/lib/adapters/firefox.ex", + "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/test_runner.ex", + "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/ports/rust_port.ex" ], "frameworks": [ - "WebServer", - "OTP" + "OTP", + "WebServer" ], - "relation": "PanicPath->Disk" + "relation": "CommandInjection->Cpu" + }, + { + "source_category": "UnsafeFFI", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "claude-integrations/firefox-mcp/host/bindings/Deno_Ws.affine", + "claude-integrations/firefox-lsp/vscode-extension/src/bindings/Vscode.affine", + "claude-integrations/gitlab-bridge/tests/Setup.affine", + "claude-integrations/gitlab-bridge/src/bindings/Crypto.affine", + "claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", + "claude-integrations/gitlab-bridge/src/bindings/Express.affine" + ], + "frameworks": [ + "OTP", + "WebServer" + ], + "relation": "UnsafeFFI->Memory" }, { "source_category": "UnsafeDeserialization", @@ -3363,117 +3376,104 @@ "claude-integrations/gitlab-bridge/src/services/MRReviewer.affine" ], "frameworks": [ - "WebServer", - "OTP" + "OTP", + "WebServer" ], "relation": "UnsafeDeserialization->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "CommandInjection", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "llm-tools/unify/crates/llm-unify-cli/src/main.rs", - "lsm/src/lib.rs", - "esn/src/lib.rs", - "did-you-actually-do-that/src/main.rs", - "did-you-actually-do-that/src/slm/mixture_of_experts.rs", - "did-you-actually-do-that/src/claim_extractor.rs", - "did-you-actually-do-that/src/async_checks.rs", - "elegant-state/.archive/src/store/sled_store.rs" + "claude-integrations/firefox-lsp/lib/adapters/firefox.ex", + "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/test_runner.ex", + "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/ports/rust_port.ex" ], "frameworks": [ - "WebServer", - "OTP" + "OTP", + "WebServer" ], - "relation": "PanicPath->Memory" + "relation": "CommandInjection->Disk" + }, + { + "source_category": "HardcodedSecret", + "sink_axis": "network", + "severity_value": 5.0, + "files": [ + "claude-integrations/mozilla-extension/src/core/storage.js" + ], + "frameworks": [ + "OTP", + "WebServer" + ], + "relation": "HardcodedSecret->Network" }, { "source_category": "MutationGap", "sink_axis": "cpu", "severity_value": 1.0, "files": [ - "claude-integrations/firefox-lsp/test/adapters/firefox_test.exs", "claude-integrations/firefox-lsp/test/claude_firefox/lsp_test.exs", - "did-you-actually-do-that/dyadt_brain/test/regression_baseline_test.exs", - "did-you-actually-do-that/dyadt_brain/test/grpc_test.exs", - "did-you-actually-do-that/dyadt_brain/test/claim_registry_test.exs", - "did-you-actually-do-that/dyadt_brain/test/pattern_learner_test.exs", - "did-you-actually-do-that/dyadt_brain/test/verifications_test.exs", - "did-you-actually-do-that/dyadt_brain/test/integration/port_integration_test.exs", + "claude-integrations/firefox-lsp/test/adapters/firefox_test.exs", "did-you-actually-do-that/dyadt_brain/test/surveillance_supervisor_test.exs", + "did-you-actually-do-that/dyadt_brain/test/claim_registry_test.exs", + "did-you-actually-do-that/dyadt_brain/test/regression_baseline_test.exs", "did-you-actually-do-that/dyadt_brain/test/test_runner_test.exs", + "did-you-actually-do-that/dyadt_brain/test/integration/port_integration_test.exs", + "did-you-actually-do-that/dyadt_brain/test/verifications_test.exs", + "did-you-actually-do-that/dyadt_brain/test/schema_test.exs", + "did-you-actually-do-that/dyadt_brain/test/verdict_engine_test.exs", "did-you-actually-do-that/dyadt_brain/test/dyadt_brain_test.exs", + "did-you-actually-do-that/dyadt_brain/test/pattern_learner_test.exs", "did-you-actually-do-that/dyadt_brain/test/rust_port_test.exs", - "did-you-actually-do-that/dyadt_brain/test/schema_test.exs", - "did-you-actually-do-that/dyadt_brain/test/verdict_engine_test.exs" + "did-you-actually-do-that/dyadt_brain/test/grpc_test.exs" ], "frameworks": [ - "WebServer", - "OTP" + "OTP", + "WebServer" ], "relation": "MutationGap->Cpu" }, { - "source_category": "CommandInjection", + "source_category": "PanicPath", "sink_axis": "disk", "severity_value": 2.5, "files": [ - "claude-integrations/firefox-lsp/lib/adapters/firefox.ex", - "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/test_runner.ex", - "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/ports/rust_port.ex" + "llm-tools/unify/crates/llm-unify-cli/src/main.rs", + "did-you-actually-do-that/src/async_checks.rs", + "did-you-actually-do-that/src/claim_extractor.rs", + "did-you-actually-do-that/src/main.rs", + "did-you-actually-do-that/src/slm/mixture_of_experts.rs", + "lsm/src/lib.rs", + "esn/src/lib.rs", + "elegant-state/.archive/src/store/sled_store.rs" ], "frameworks": [ - "WebServer", - "OTP" + "OTP", + "WebServer" ], - "relation": "CommandInjection->Disk" + "relation": "PanicPath->Disk" }, { - "source_category": "UnsafeFFI", + "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "claude-integrations/gitlab-bridge/tests/Setup.affine", - "claude-integrations/gitlab-bridge/src/bindings/Vitest.affine", - "claude-integrations/gitlab-bridge/src/bindings/Express.affine", - "claude-integrations/gitlab-bridge/src/bindings/Crypto.affine", - "claude-integrations/firefox-lsp/vscode-extension/src/bindings/Vscode.affine", - "claude-integrations/firefox-mcp/host/bindings/Deno_Ws.affine" - ], - "frameworks": [ - "WebServer", - "OTP" - ], - "relation": "UnsafeFFI->Memory" - }, - { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "claude-integrations/firefox-lsp/lib/adapters/firefox.ex", - "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/test_runner.ex", - "did-you-actually-do-that/dyadt_brain/lib/dyadt_brain/ports/rust_port.ex" - ], - "frameworks": [ - "WebServer", - "OTP" - ], - "relation": "CommandInjection->Cpu" - }, - { - "source_category": "HardcodedSecret", - "sink_axis": "network", - "severity_value": 5.0, - "files": [ - "claude-integrations/mozilla-extension/src/core/storage.js" + "llm-tools/unify/crates/llm-unify-cli/src/main.rs", + "did-you-actually-do-that/src/async_checks.rs", + "did-you-actually-do-that/src/claim_extractor.rs", + "did-you-actually-do-that/src/main.rs", + "did-you-actually-do-that/src/slm/mixture_of_experts.rs", + "lsm/src/lib.rs", + "esn/src/lib.rs", + "elegant-state/.archive/src/store/sled_store.rs" ], "frameworks": [ - "WebServer", - "OTP" + "OTP", + "WebServer" ], - "relation": "HardcodedSecret->Network" + "relation": "PanicPath->Memory" } ] } diff --git a/scans/patch-bridge.json b/scans/patch-bridge.json index a208ba06..7b1c8a9d 100644 --- a/scans/patch-bridge.json +++ b/scans/patch-bridge.json @@ -17,26 +17,26 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "src/bridge/classify.rs", - "file": "src/bridge/classify.rs", + "category": "UnboundedAllocation", + "location": "src/bridge/registry.rs", + "file": "src/bridge/registry.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/bridge/classify.rs", + "description": "Potential unbounded allocation pattern detected in src/bridge/registry.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src/bridge/registry.rs", - "file": "src/bridge/registry.rs", + "category": "PanicPath", + "location": "src/bridge/classify.rs", + "file": "src/bridge/classify.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/bridge/registry.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/bridge/classify.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, @@ -61,8 +61,18 @@ }, "file_statistics": [ { - "file_path": "benches/bridge_bench.rs", - "lines": 182, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "tests/aspect_test.rs", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -91,8 +101,8 @@ "threading_constructs": 0 }, { - "file_path": "tests/aspect_test.rs", - "lines": 168, + "file_path": "benches/bridge_bench.rs", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -101,13 +111,13 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "src/bridge/mod.rs", + "lines": 283, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { @@ -121,16 +131,6 @@ "io_operations": 1, "threading_constructs": 0 }, - { - "file_path": "src/bridge/classify.rs", - "lines": 205, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/bridge/registry.rs", "lines": 189, @@ -142,13 +142,12 @@ "threading_constructs": 0 }, { - "file_path": "src/bridge/intelligence.rs", - "lines": 309, + "file_path": "src/bridge/classify.rs", + "lines": 205, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 6, + "unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, @@ -163,11 +162,12 @@ "threading_constructs": 0 }, { - "file_path": "src/bridge/mod.rs", - "lines": 283, + "file_path": "src/bridge/intelligence.rs", + "lines": 309, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 3, "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 @@ -193,79 +193,69 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ + "cpu", "memory", - "disk", - "cpu" + "disk" ], "dependency_graph": { "edges": [ { - "from": "tests/property_test.rs", - "to": "tests/e2e_test.rs", - "relation": "shared_dir:tests", + "from": "src/bridge/mod.rs", + "to": "src/bridge/reachability.rs", + "relation": "shared_dir:src/bridge", "weight": 1.0 }, { - "from": "tests/e2e_test.rs", - "to": "tests/aspect_test.rs", - "relation": "shared_dir:tests", + "from": "src/bridge/reachability.rs", + "to": "src/bridge/registry.rs", + "relation": "shared_dir:src/bridge", "weight": 1.0 }, { - "from": "src/bridge/reachability.rs", + "from": "src/bridge/registry.rs", "to": "src/bridge/classify.rs", "relation": "shared_dir:src/bridge", "weight": 1.0 }, { "from": "src/bridge/classify.rs", - "to": "src/bridge/registry.rs", + "to": "src/bridge/lockfile.rs", "relation": "shared_dir:src/bridge", "weight": 1.0 }, { - "from": "src/bridge/registry.rs", + "from": "src/bridge/lockfile.rs", "to": "src/bridge/intelligence.rs", "relation": "shared_dir:src/bridge", "weight": 1.0 }, { - "from": "src/bridge/intelligence.rs", - "to": "src/bridge/lockfile.rs", - "relation": "shared_dir:src/bridge", + "from": "tests/aspect_test.rs", + "to": "tests/property_test.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/bridge/lockfile.rs", - "to": "src/bridge/mod.rs", - "relation": "shared_dir:src/bridge", + "from": "tests/property_test.rs", + "to": "tests/e2e_test.rs", + "relation": "shared_dir:tests", "weight": 1.0 } ] }, "taint_matrix": { "rows": [ - { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "src/bridge/classify.rs" - ], - "frameworks": [], - "relation": "PanicPath->Disk" - }, { "source_category": "UnboundedAllocation", "sink_axis": "memory", @@ -279,13 +269,13 @@ }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "src/bridge/classify.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" }, { "source_category": "UnboundedAllocation", @@ -297,6 +287,16 @@ ], "frameworks": [], "relation": "UnboundedAllocation->Cpu" + }, + { + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "src/bridge/classify.rs" + ], + "frameworks": [], + "relation": "PanicPath->Memory" } ] } diff --git a/scans/php-aegis.json b/scans/php-aegis.json index 421d80be..9180c843 100644 --- a/scans/php-aegis.json +++ b/scans/php-aegis.json @@ -27,40 +27,40 @@ }, "file_statistics": [ { - "file_path": "validation/run-validation.sh", - "lines": 367, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "validation/run-validation.sh", + "lines": 367, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ + "disk", "network", - "cpu", - "disk" + "cpu" ], "dependency_graph": { "edges": [] diff --git a/scans/phronesis.json b/scans/phronesis.json index 4a6f38a4..5ea80f75 100644 --- a/scans/phronesis.json +++ b/scans/phronesis.json @@ -19,21 +19,10 @@ }, { "category": "MutationGap", - "location": "verification/tests/consensus_test.exs", - "file": "verification/tests/consensus_test.exs", - "severity": "Low", - "description": "Elixir test file verification/tests/consensus_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "verification/tests/debugger_test.exs", - "file": "verification/tests/debugger_test.exs", + "location": "verification/tests/reflexion_test.exs", + "file": "verification/tests/reflexion_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/debugger_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/reflexion_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -41,10 +30,10 @@ }, { "category": "MutationGap", - "location": "verification/tests/profiler_test.exs", - "file": "verification/tests/profiler_test.exs", + "location": "verification/tests/stdlib_byte_detector_test.exs", + "file": "verification/tests/stdlib_byte_detector_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/profiler_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/stdlib_byte_detector_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -52,10 +41,10 @@ }, { "category": "MutationGap", - "location": "verification/tests/diagnostics_test.exs", - "file": "verification/tests/diagnostics_test.exs", + "location": "verification/tests/fuzz/lexer_fuzz_test.exs", + "file": "verification/tests/fuzz/lexer_fuzz_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/diagnostics_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/fuzz/lexer_fuzz_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -63,10 +52,10 @@ }, { "category": "MutationGap", - "location": "verification/tests/package_manager_test.exs", - "file": "verification/tests/package_manager_test.exs", + "location": "verification/tests/fuzz/parser_fuzz_test.exs", + "file": "verification/tests/fuzz/parser_fuzz_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/package_manager_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/fuzz/parser_fuzz_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -74,10 +63,10 @@ }, { "category": "MutationGap", - "location": "verification/tests/incremental_lexer_test.exs", - "file": "verification/tests/incremental_lexer_test.exs", + "location": "verification/tests/lexer_test.exs", + "file": "verification/tests/lexer_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/incremental_lexer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/lexer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -85,10 +74,10 @@ }, { "category": "MutationGap", - "location": "verification/tests/e2e_test.exs", - "file": "verification/tests/e2e_test.exs", + "location": "verification/tests/lexer_v02_test.exs", + "file": "verification/tests/lexer_v02_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/lexer_v02_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -107,10 +96,10 @@ }, { "category": "MutationGap", - "location": "verification/tests/cst_test.exs", - "file": "verification/tests/cst_test.exs", + "location": "verification/tests/type_checker_test.exs", + "file": "verification/tests/type_checker_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/cst_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/type_checker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -118,21 +107,22 @@ }, { "category": "MutationGap", - "location": "verification/tests/type_checker_test.exs", - "file": "verification/tests/type_checker_test.exs", + "location": "verification/tests/compiler_test.exs", + "file": "verification/tests/compiler_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/type_checker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/compiler_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "verification/tests/state_test.exs", - "file": "verification/tests/state_test.exs", + "location": "verification/tests/e2e_test.exs", + "file": "verification/tests/e2e_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/state_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -140,22 +130,21 @@ }, { "category": "MutationGap", - "location": "verification/tests/conformance_test.exs", - "file": "verification/tests/conformance_test.exs", + "location": "verification/tests/cst_test.exs", + "file": "verification/tests/cst_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/conformance_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/cst_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "verification/tests/trace_test.exs", - "file": "verification/tests/trace_test.exs", + "location": "verification/tests/diagnostics_test.exs", + "file": "verification/tests/diagnostics_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/trace_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/diagnostics_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -163,32 +152,34 @@ }, { "category": "MutationGap", - "location": "verification/tests/stdlib_byte_detector_test.exs", - "file": "verification/tests/stdlib_byte_detector_test.exs", + "location": "verification/tests/analyzer_test.exs", + "file": "verification/tests/analyzer_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/stdlib_byte_detector_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/analyzer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "verification/tests/interpreter_test.exs", - "file": "verification/tests/interpreter_test.exs", + "location": "verification/tests/doc_generator_test.exs", + "file": "verification/tests/doc_generator_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/interpreter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/doc_generator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "verification/tests/lexer_v02_test.exs", - "file": "verification/tests/lexer_v02_test.exs", + "location": "verification/tests/profiler_test.exs", + "file": "verification/tests/profiler_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/lexer_v02_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/profiler_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -196,22 +187,21 @@ }, { "category": "MutationGap", - "location": "verification/tests/doc_generator_test.exs", - "file": "verification/tests/doc_generator_test.exs", + "location": "verification/tests/package_manager_test.exs", + "file": "verification/tests/package_manager_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/doc_generator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/package_manager_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "verification/tests/parser_test.exs", - "file": "verification/tests/parser_test.exs", + "location": "verification/tests/incremental_lexer_test.exs", + "file": "verification/tests/incremental_lexer_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/parser_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/incremental_lexer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -219,10 +209,10 @@ }, { "category": "MutationGap", - "location": "verification/tests/phronesis_test.exs", - "file": "verification/tests/phronesis_test.exs", + "location": "verification/tests/state_test.exs", + "file": "verification/tests/state_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/phronesis_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/state_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -241,21 +231,22 @@ }, { "category": "MutationGap", - "location": "verification/tests/fuzz/parser_fuzz_test.exs", - "file": "verification/tests/fuzz/parser_fuzz_test.exs", + "location": "verification/tests/conformance_test.exs", + "file": "verification/tests/conformance_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/fuzz/parser_fuzz_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/conformance_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "verification/tests/fuzz/lexer_fuzz_test.exs", - "file": "verification/tests/fuzz/lexer_fuzz_test.exs", + "location": "verification/tests/reflexion/judgement_evidence_graph_test.exs", + "file": "verification/tests/reflexion/judgement_evidence_graph_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/fuzz/lexer_fuzz_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/reflexion/judgement_evidence_graph_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -263,10 +254,10 @@ }, { "category": "MutationGap", - "location": "verification/tests/lexer_test.exs", - "file": "verification/tests/lexer_test.exs", + "location": "verification/tests/reflexion/design_ledger_test.exs", + "file": "verification/tests/reflexion/design_ledger_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/lexer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/reflexion/design_ledger_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -274,10 +265,10 @@ }, { "category": "MutationGap", - "location": "verification/tests/reflexion_test.exs", - "file": "verification/tests/reflexion_test.exs", + "location": "verification/tests/reflexion/equivalence_test.exs", + "file": "verification/tests/reflexion/equivalence_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/reflexion_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/reflexion/equivalence_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -285,10 +276,10 @@ }, { "category": "MutationGap", - "location": "verification/tests/incremental_parser_test.exs", - "file": "verification/tests/incremental_parser_test.exs", + "location": "verification/tests/reflexion/invariant_path_test.exs", + "file": "verification/tests/reflexion/invariant_path_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/incremental_parser_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/reflexion/invariant_path_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -296,22 +287,21 @@ }, { "category": "MutationGap", - "location": "verification/tests/compiler_test.exs", - "file": "verification/tests/compiler_test.exs", + "location": "verification/tests/reflexion/revaluation_test.exs", + "file": "verification/tests/reflexion/revaluation_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/compiler_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/reflexion/revaluation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "verification/tests/reflexion/design_ledger_test.exs", - "file": "verification/tests/reflexion/design_ledger_test.exs", + "location": "verification/tests/reflexion/claim_extractor_test.exs", + "file": "verification/tests/reflexion/claim_extractor_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/reflexion/design_ledger_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/reflexion/claim_extractor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -319,10 +309,10 @@ }, { "category": "MutationGap", - "location": "verification/tests/reflexion/invariant_path_test.exs", - "file": "verification/tests/reflexion/invariant_path_test.exs", + "location": "verification/tests/phronesis_test.exs", + "file": "verification/tests/phronesis_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/reflexion/invariant_path_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/phronesis_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -330,10 +320,10 @@ }, { "category": "MutationGap", - "location": "verification/tests/reflexion/equivalence_test.exs", - "file": "verification/tests/reflexion/equivalence_test.exs", + "location": "verification/tests/parser_test.exs", + "file": "verification/tests/parser_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/reflexion/equivalence_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/parser_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -341,10 +331,10 @@ }, { "category": "MutationGap", - "location": "verification/tests/reflexion/claim_extractor_test.exs", - "file": "verification/tests/reflexion/claim_extractor_test.exs", + "location": "verification/tests/consensus_test.exs", + "file": "verification/tests/consensus_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/reflexion/claim_extractor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/consensus_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -352,10 +342,10 @@ }, { "category": "MutationGap", - "location": "verification/tests/reflexion/revaluation_test.exs", - "file": "verification/tests/reflexion/revaluation_test.exs", + "location": "verification/tests/debugger_test.exs", + "file": "verification/tests/debugger_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/reflexion/revaluation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/debugger_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -363,10 +353,10 @@ }, { "category": "MutationGap", - "location": "verification/tests/reflexion/judgement_evidence_graph_test.exs", - "file": "verification/tests/reflexion/judgement_evidence_graph_test.exs", + "location": "verification/tests/interpreter_test.exs", + "file": "verification/tests/interpreter_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/reflexion/judgement_evidence_graph_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/interpreter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -374,22 +364,21 @@ }, { "category": "MutationGap", - "location": "verification/tests/analyzer_test.exs", - "file": "verification/tests/analyzer_test.exs", + "location": "verification/tests/incremental_parser_test.exs", + "file": "verification/tests/incremental_parser_test.exs", "severity": "Low", - "description": "Elixir test file verification/tests/analyzer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/incremental_parser_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "verification/fuzzing/parser_fuzz_test.exs", - "file": "verification/fuzzing/parser_fuzz_test.exs", + "location": "verification/tests/trace_test.exs", + "file": "verification/tests/trace_test.exs", "severity": "Low", - "description": "Elixir test file verification/fuzzing/parser_fuzz_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/tests/trace_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -408,10 +397,10 @@ }, { "category": "MutationGap", - "location": "test/consensus_test.exs", - "file": "test/consensus_test.exs", + "location": "verification/fuzzing/parser_fuzz_test.exs", + "file": "verification/fuzzing/parser_fuzz_test.exs", "severity": "Low", - "description": "Elixir test file test/consensus_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file verification/fuzzing/parser_fuzz_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -419,10 +408,10 @@ }, { "category": "MutationGap", - "location": "test/debugger_test.exs", - "file": "test/debugger_test.exs", + "location": "test/reflexion_test.exs", + "file": "test/reflexion_test.exs", "severity": "Low", - "description": "Elixir test file test/debugger_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/reflexion_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -430,10 +419,10 @@ }, { "category": "MutationGap", - "location": "test/profiler_test.exs", - "file": "test/profiler_test.exs", + "location": "test/stdlib_byte_detector_test.exs", + "file": "test/stdlib_byte_detector_test.exs", "severity": "Low", - "description": "Elixir test file test/profiler_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/stdlib_byte_detector_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -441,10 +430,10 @@ }, { "category": "MutationGap", - "location": "test/diagnostics_test.exs", - "file": "test/diagnostics_test.exs", + "location": "test/fuzz/lexer_fuzz_test.exs", + "file": "test/fuzz/lexer_fuzz_test.exs", "severity": "Low", - "description": "Elixir test file test/diagnostics_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/fuzz/lexer_fuzz_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -452,10 +441,10 @@ }, { "category": "MutationGap", - "location": "test/package_manager_test.exs", - "file": "test/package_manager_test.exs", + "location": "test/fuzz/parser_fuzz_test.exs", + "file": "test/fuzz/parser_fuzz_test.exs", "severity": "Low", - "description": "Elixir test file test/package_manager_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/fuzz/parser_fuzz_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -463,10 +452,10 @@ }, { "category": "MutationGap", - "location": "test/incremental_lexer_test.exs", - "file": "test/incremental_lexer_test.exs", + "location": "test/lexer_test.exs", + "file": "test/lexer_test.exs", "severity": "Low", - "description": "Elixir test file test/incremental_lexer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/lexer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -474,10 +463,10 @@ }, { "category": "MutationGap", - "location": "test/e2e_test.exs", - "file": "test/e2e_test.exs", + "location": "test/lexer_v02_test.exs", + "file": "test/lexer_v02_test.exs", "severity": "Low", - "description": "Elixir test file test/e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/lexer_v02_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -496,10 +485,10 @@ }, { "category": "MutationGap", - "location": "test/cst_test.exs", - "file": "test/cst_test.exs", + "location": "test/type_checker_test.exs", + "file": "test/type_checker_test.exs", "severity": "Low", - "description": "Elixir test file test/cst_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/type_checker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -507,21 +496,22 @@ }, { "category": "MutationGap", - "location": "test/type_checker_test.exs", - "file": "test/type_checker_test.exs", - "severity": "Low", - "description": "Elixir test file test/type_checker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "location": "test/compiler_test.exs", + "file": "test/compiler_test.exs", + "severity": "Low", + "description": "Elixir test file test/compiler_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/state_test.exs", - "file": "test/state_test.exs", + "location": "test/e2e_test.exs", + "file": "test/e2e_test.exs", "severity": "Low", - "description": "Elixir test file test/state_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -529,22 +519,21 @@ }, { "category": "MutationGap", - "location": "test/conformance_test.exs", - "file": "test/conformance_test.exs", + "location": "test/cst_test.exs", + "file": "test/cst_test.exs", "severity": "Low", - "description": "Elixir test file test/conformance_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/cst_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/trace_test.exs", - "file": "test/trace_test.exs", + "location": "test/diagnostics_test.exs", + "file": "test/diagnostics_test.exs", "severity": "Low", - "description": "Elixir test file test/trace_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/diagnostics_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -552,32 +541,34 @@ }, { "category": "MutationGap", - "location": "test/stdlib_byte_detector_test.exs", - "file": "test/stdlib_byte_detector_test.exs", + "location": "test/analyzer_test.exs", + "file": "test/analyzer_test.exs", "severity": "Low", - "description": "Elixir test file test/stdlib_byte_detector_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/analyzer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/interpreter_test.exs", - "file": "test/interpreter_test.exs", + "location": "test/doc_generator_test.exs", + "file": "test/doc_generator_test.exs", "severity": "Low", - "description": "Elixir test file test/interpreter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/doc_generator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/lexer_v02_test.exs", - "file": "test/lexer_v02_test.exs", + "location": "test/profiler_test.exs", + "file": "test/profiler_test.exs", "severity": "Low", - "description": "Elixir test file test/lexer_v02_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/profiler_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -585,22 +576,21 @@ }, { "category": "MutationGap", - "location": "test/doc_generator_test.exs", - "file": "test/doc_generator_test.exs", + "location": "test/package_manager_test.exs", + "file": "test/package_manager_test.exs", "severity": "Low", - "description": "Elixir test file test/doc_generator_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/package_manager_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/parser_test.exs", - "file": "test/parser_test.exs", + "location": "test/incremental_lexer_test.exs", + "file": "test/incremental_lexer_test.exs", "severity": "Low", - "description": "Elixir test file test/parser_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/incremental_lexer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -608,10 +598,10 @@ }, { "category": "MutationGap", - "location": "test/phronesis_test.exs", - "file": "test/phronesis_test.exs", + "location": "test/state_test.exs", + "file": "test/state_test.exs", "severity": "Low", - "description": "Elixir test file test/phronesis_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/state_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -630,21 +620,22 @@ }, { "category": "MutationGap", - "location": "test/fuzz/parser_fuzz_test.exs", - "file": "test/fuzz/parser_fuzz_test.exs", + "location": "test/conformance_test.exs", + "file": "test/conformance_test.exs", "severity": "Low", - "description": "Elixir test file test/fuzz/parser_fuzz_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/conformance_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/fuzz/lexer_fuzz_test.exs", - "file": "test/fuzz/lexer_fuzz_test.exs", + "location": "test/reflexion/judgement_evidence_graph_test.exs", + "file": "test/reflexion/judgement_evidence_graph_test.exs", "severity": "Low", - "description": "Elixir test file test/fuzz/lexer_fuzz_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/reflexion/judgement_evidence_graph_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -652,10 +643,10 @@ }, { "category": "MutationGap", - "location": "test/lexer_test.exs", - "file": "test/lexer_test.exs", + "location": "test/reflexion/design_ledger_test.exs", + "file": "test/reflexion/design_ledger_test.exs", "severity": "Low", - "description": "Elixir test file test/lexer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/reflexion/design_ledger_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -663,10 +654,10 @@ }, { "category": "MutationGap", - "location": "test/reflexion_test.exs", - "file": "test/reflexion_test.exs", + "location": "test/reflexion/equivalence_test.exs", + "file": "test/reflexion/equivalence_test.exs", "severity": "Low", - "description": "Elixir test file test/reflexion_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/reflexion/equivalence_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -674,10 +665,10 @@ }, { "category": "MutationGap", - "location": "test/incremental_parser_test.exs", - "file": "test/incremental_parser_test.exs", + "location": "test/reflexion/invariant_path_test.exs", + "file": "test/reflexion/invariant_path_test.exs", "severity": "Low", - "description": "Elixir test file test/incremental_parser_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/reflexion/invariant_path_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -685,22 +676,21 @@ }, { "category": "MutationGap", - "location": "test/compiler_test.exs", - "file": "test/compiler_test.exs", + "location": "test/reflexion/revaluation_test.exs", + "file": "test/reflexion/revaluation_test.exs", "severity": "Low", - "description": "Elixir test file test/compiler_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/reflexion/revaluation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "test/reflexion/design_ledger_test.exs", - "file": "test/reflexion/design_ledger_test.exs", + "location": "test/reflexion/claim_extractor_test.exs", + "file": "test/reflexion/claim_extractor_test.exs", "severity": "Low", - "description": "Elixir test file test/reflexion/design_ledger_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/reflexion/claim_extractor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -708,10 +698,10 @@ }, { "category": "MutationGap", - "location": "test/reflexion/invariant_path_test.exs", - "file": "test/reflexion/invariant_path_test.exs", + "location": "test/phronesis_test.exs", + "file": "test/phronesis_test.exs", "severity": "Low", - "description": "Elixir test file test/reflexion/invariant_path_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/phronesis_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -719,10 +709,10 @@ }, { "category": "MutationGap", - "location": "test/reflexion/equivalence_test.exs", - "file": "test/reflexion/equivalence_test.exs", + "location": "test/parser_test.exs", + "file": "test/parser_test.exs", "severity": "Low", - "description": "Elixir test file test/reflexion/equivalence_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/parser_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -730,10 +720,10 @@ }, { "category": "MutationGap", - "location": "test/reflexion/claim_extractor_test.exs", - "file": "test/reflexion/claim_extractor_test.exs", + "location": "test/consensus_test.exs", + "file": "test/consensus_test.exs", "severity": "Low", - "description": "Elixir test file test/reflexion/claim_extractor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/consensus_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -741,10 +731,10 @@ }, { "category": "MutationGap", - "location": "test/reflexion/revaluation_test.exs", - "file": "test/reflexion/revaluation_test.exs", + "location": "test/debugger_test.exs", + "file": "test/debugger_test.exs", "severity": "Low", - "description": "Elixir test file test/reflexion/revaluation_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/debugger_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -752,10 +742,10 @@ }, { "category": "MutationGap", - "location": "test/reflexion/judgement_evidence_graph_test.exs", - "file": "test/reflexion/judgement_evidence_graph_test.exs", + "location": "test/interpreter_test.exs", + "file": "test/interpreter_test.exs", "severity": "Low", - "description": "Elixir test file test/reflexion/judgement_evidence_graph_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/interpreter_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -763,14 +753,24 @@ }, { "category": "MutationGap", - "location": "test/analyzer_test.exs", - "file": "test/analyzer_test.exs", + "location": "test/incremental_parser_test.exs", + "file": "test/incremental_parser_test.exs", "severity": "Low", - "description": "Elixir test file test/analyzer_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file test/incremental_parser_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "test/trace_test.exs", + "file": "test/trace_test.exs", + "severity": "Low", + "description": "Elixir test file test/trace_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" } ], @@ -785,8 +785,8 @@ }, "file_statistics": [ { - "file_path": "lib/phronesis/compiler.ex", - "lines": 760, + "file_path": "lib/phronesis.ex", + "lines": 208, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -795,33 +795,33 @@ "threading_constructs": 0 }, { - "file_path": "lib/phronesis/test_framework.ex", - "lines": 353, + "file_path": "lib/phronesis/consensus/raft.ex", + "lines": 630, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "lib/phronesis/stdlib/rpki_validator.ex", - "lines": 351, + "file_path": "lib/phronesis/consensus/server.ex", + "lines": 264, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "lib/phronesis/debugger.ex", - "lines": 409, + "file_path": "lib/phronesis/doc_generator.ex", + "lines": 812, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { @@ -845,18 +845,18 @@ "threading_constructs": 0 }, { - "file_path": "lib/phronesis/consensus/raft.ex", - "lines": 630, + "file_path": "lib/phronesis/test_framework.ex", + "lines": 353, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "lib/phronesis/consensus/server.ex", - "lines": 264, + "file_path": "lib/phronesis/hot_reload.ex", + "lines": 237, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -865,43 +865,33 @@ "threading_constructs": 1 }, { - "file_path": "lib/phronesis/package_manager.ex", - "lines": 279, + "file_path": "lib/phronesis/demo.ex", + "lines": 315, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "lib/phronesis/test/property.ex", - "lines": 555, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "lib/phronesis/doc_generator.ex", - "lines": 812, + "file_path": "lib/phronesis/package_manager/manifest.ex", + "lines": 130, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "lib/phronesis/profiler.ex", - "lines": 577, + "file_path": "lib/phronesis/package_manager/registry.ex", + "lines": 207, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { @@ -915,34 +905,34 @@ "threading_constructs": 0 }, { - "file_path": "lib/phronesis/hot_reload.ex", - "lines": 237, + "file_path": "lib/phronesis/cli.ex", + "lines": 959, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "lib/phronesis/cli.ex", - "lines": 959, + "file_path": "lib/phronesis/package_manager.ex", + "lines": 279, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "lib/phronesis/lsp/server.ex", - "lines": 545, + "file_path": "lib/phronesis/debugger.ex", + "lines": 409, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { "file_path": "lib/phronesis/formatter.ex", @@ -955,18 +945,18 @@ "threading_constructs": 0 }, { - "file_path": "lib/phronesis/package_manager/registry.ex", - "lines": 207, + "file_path": "lib/phronesis/lsp/server.ex", + "lines": 545, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "io_operations": 3, + "threading_constructs": 1 }, { - "file_path": "lib/phronesis/package_manager/manifest.ex", - "lines": 130, + "file_path": "lib/phronesis/compiler.ex", + "lines": 760, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -975,53 +965,53 @@ "threading_constructs": 0 }, { - "file_path": "lib/phronesis/demo.ex", - "lines": 315, + "file_path": "lib/phronesis/test/property.ex", + "lines": 555, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "lib/phronesis.ex", - "lines": 208, + "file_path": "lib/phronesis/stdlib/rpki_validator.ex", + "lines": 351, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "compiler/phronesis-ast/src/lib.rs", - "lines": 1227, + "file_path": "lib/phronesis/profiler.ex", + "lines": 577, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 20, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "compiler/phronesis-wasm/src/lib.rs", - "lines": 1052, + "file_path": "verification/tests/compiler_test.exs", + "lines": 208, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "verification/tests/conformance_test.exs", - "lines": 100, + "file_path": "verification/tests/analyzer_test.exs", + "lines": 245, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { @@ -1035,48 +1025,48 @@ "threading_constructs": 0 }, { - "file_path": "verification/tests/compiler_test.exs", - "lines": 208, + "file_path": "verification/tests/conformance_test.exs", + "lines": 100, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "verification/tests/analyzer_test.exs", - "lines": 245, + "file_path": "compiler/phronesis-ast/src/lib.rs", + "lines": 1227, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 20, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "test/conformance_test.exs", - "lines": 100, + "file_path": "compiler/phronesis-wasm/src/lib.rs", + "lines": 1052, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "test/doc_generator_test.exs", - "lines": 203, + "file_path": "test/compiler_test.exs", + "lines": 208, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "test/compiler_test.exs", - "lines": 208, + "file_path": "test/analyzer_test.exs", + "lines": 245, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1085,158 +1075,168 @@ "threading_constructs": 0 }, { - "file_path": "test/analyzer_test.exs", - "lines": 245, + "file_path": "test/doc_generator_test.exs", + "lines": 203, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 5, + "threading_constructs": 0 + }, + { + "file_path": "test/conformance_test.exs", + "lines": 100, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", + "concurrency", "cpu", - "disk", - "concurrency" + "memory", + "disk" ], "dependency_graph": { "edges": [ { - "from": "lib/phronesis/package_manager/registry.ex", - "to": "lib/phronesis/package_manager/manifest.ex", + "from": "lib/phronesis/package_manager/manifest.ex", + "to": "lib/phronesis/package_manager/registry.ex", "relation": "shared_dir:lib/phronesis/package_manager", "weight": 1.0 }, { - "from": "verification/tests/conformance_test.exs", - "to": "verification/tests/doc_generator_test.exs", - "relation": "shared_dir:verification/tests", + "from": "lib/phronesis/consensus/raft.ex", + "to": "lib/phronesis/consensus/server.ex", + "relation": "shared_dir:lib/phronesis/consensus", "weight": 1.0 }, { - "from": "verification/tests/doc_generator_test.exs", - "to": "verification/tests/compiler_test.exs", + "from": "verification/tests/compiler_test.exs", + "to": "verification/tests/analyzer_test.exs", "relation": "shared_dir:verification/tests", "weight": 1.0 }, { - "from": "verification/tests/compiler_test.exs", - "to": "verification/tests/analyzer_test.exs", + "from": "verification/tests/analyzer_test.exs", + "to": "verification/tests/doc_generator_test.exs", "relation": "shared_dir:verification/tests", "weight": 1.0 }, { - "from": "test/conformance_test.exs", - "to": "test/doc_generator_test.exs", - "relation": "shared_dir:test", + "from": "verification/tests/doc_generator_test.exs", + "to": "verification/tests/conformance_test.exs", + "relation": "shared_dir:verification/tests", "weight": 1.0 }, { - "from": "test/doc_generator_test.exs", - "to": "test/compiler_test.exs", - "relation": "shared_dir:test", + "from": "lib/phronesis/doc_generator.ex", + "to": "lib/phronesis/analyzer.ex", + "relation": "shared_dir:lib/phronesis", "weight": 1.0 }, { - "from": "test/compiler_test.exs", - "to": "test/analyzer_test.exs", - "relation": "shared_dir:test", + "from": "lib/phronesis/analyzer.ex", + "to": "lib/phronesis/test_framework.ex", + "relation": "shared_dir:lib/phronesis", "weight": 1.0 }, { - "from": "lib/phronesis/consensus/raft.ex", - "to": "lib/phronesis/consensus/server.ex", - "relation": "shared_dir:lib/phronesis/consensus", + "from": "lib/phronesis/test_framework.ex", + "to": "lib/phronesis/hot_reload.ex", + "relation": "shared_dir:lib/phronesis", "weight": 1.0 }, { - "from": "lib/phronesis/compiler.ex", - "to": "lib/phronesis/test_framework.ex", + "from": "lib/phronesis/hot_reload.ex", + "to": "lib/phronesis/demo.ex", "relation": "shared_dir:lib/phronesis", "weight": 1.0 }, { - "from": "lib/phronesis/test_framework.ex", - "to": "lib/phronesis/debugger.ex", + "from": "lib/phronesis/demo.ex", + "to": "lib/phronesis/linter.ex", "relation": "shared_dir:lib/phronesis", "weight": 1.0 }, { - "from": "lib/phronesis/debugger.ex", - "to": "lib/phronesis/analyzer.ex", + "from": "lib/phronesis/linter.ex", + "to": "lib/phronesis/cli.ex", "relation": "shared_dir:lib/phronesis", "weight": 1.0 }, { - "from": "lib/phronesis/analyzer.ex", + "from": "lib/phronesis/cli.ex", "to": "lib/phronesis/package_manager.ex", "relation": "shared_dir:lib/phronesis", "weight": 1.0 }, { "from": "lib/phronesis/package_manager.ex", - "to": "lib/phronesis/doc_generator.ex", + "to": "lib/phronesis/debugger.ex", "relation": "shared_dir:lib/phronesis", "weight": 1.0 }, { - "from": "lib/phronesis/doc_generator.ex", - "to": "lib/phronesis/profiler.ex", + "from": "lib/phronesis/debugger.ex", + "to": "lib/phronesis/formatter.ex", "relation": "shared_dir:lib/phronesis", "weight": 1.0 }, { - "from": "lib/phronesis/profiler.ex", - "to": "lib/phronesis/linter.ex", + "from": "lib/phronesis/formatter.ex", + "to": "lib/phronesis/compiler.ex", "relation": "shared_dir:lib/phronesis", "weight": 1.0 }, { - "from": "lib/phronesis/linter.ex", - "to": "lib/phronesis/hot_reload.ex", + "from": "lib/phronesis/compiler.ex", + "to": "lib/phronesis/profiler.ex", "relation": "shared_dir:lib/phronesis", "weight": 1.0 }, { - "from": "lib/phronesis/hot_reload.ex", - "to": "lib/phronesis/cli.ex", - "relation": "shared_dir:lib/phronesis", + "from": "test/compiler_test.exs", + "to": "test/analyzer_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "lib/phronesis/cli.ex", - "to": "lib/phronesis/formatter.ex", - "relation": "shared_dir:lib/phronesis", + "from": "test/analyzer_test.exs", + "to": "test/doc_generator_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "lib/phronesis/formatter.ex", - "to": "lib/phronesis/demo.ex", - "relation": "shared_dir:lib/phronesis", + "from": "test/doc_generator_test.exs", + "to": "test/conformance_test.exs", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "lib/phronesis/compiler.ex", + "from": "lib/phronesis.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/phronesis/test_framework.ex", + "from": "lib/phronesis/consensus/raft.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/phronesis/stdlib/rpki_validator.ex", + "from": "lib/phronesis/consensus/server.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "lib/phronesis/debugger.ex", + "from": "lib/phronesis/doc_generator.ex", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -1254,151 +1254,151 @@ "weight": 1.0 }, { - "from": "lib/phronesis/consensus/raft.ex", + "from": "lib/phronesis/test_framework.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/phronesis/consensus/server.ex", + "from": "lib/phronesis/hot_reload.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "lib/phronesis/package_manager.ex", + "from": "lib/phronesis/demo.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/phronesis/test/property.ex", + "from": "lib/phronesis/package_manager/manifest.ex", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "lib/phronesis/doc_generator.ex", + "from": "lib/phronesis/package_manager/registry.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/phronesis/profiler.ex", + "from": "lib/phronesis/linter.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/phronesis/linter.ex", + "from": "lib/phronesis/cli.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/phronesis/hot_reload.ex", + "from": "lib/phronesis/package_manager.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/phronesis/cli.ex", + "from": "lib/phronesis/debugger.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/phronesis/lsp/server.ex", + "from": "lib/phronesis/formatter.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/phronesis/formatter.ex", + "from": "lib/phronesis/lsp/server.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/phronesis/package_manager/registry.ex", + "from": "lib/phronesis/compiler.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "lib/phronesis/package_manager/manifest.ex", + "from": "lib/phronesis/test/property.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "lib/phronesis/demo.ex", + "from": "lib/phronesis/stdlib/rpki_validator.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "lib/phronesis.ex", + "from": "lib/phronesis/profiler.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/phronesis-ast/src/lib.rs", + "from": "verification/tests/compiler_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/phronesis-wasm/src/lib.rs", + "from": "verification/tests/analyzer_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "verification/tests/conformance_test.exs", + "from": "verification/tests/doc_generator_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "verification/tests/doc_generator_test.exs", + "from": "verification/tests/conformance_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "verification/tests/compiler_test.exs", + "from": "compiler/phronesis-ast/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "verification/tests/analyzer_test.exs", + "from": "compiler/phronesis-wasm/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/conformance_test.exs", + "from": "test/compiler_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/doc_generator_test.exs", + "from": "test/analyzer_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/compiler_test.exs", + "from": "test/doc_generator_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "test/analyzer_test.exs", + "from": "test/conformance_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -1424,74 +1424,74 @@ "sink_axis": "cpu", "severity_value": 1.0, "files": [ - "verification/tests/consensus_test.exs", - "verification/tests/debugger_test.exs", - "verification/tests/profiler_test.exs", + "verification/tests/reflexion_test.exs", + "verification/tests/stdlib_byte_detector_test.exs", + "verification/tests/fuzz/lexer_fuzz_test.exs", + "verification/tests/fuzz/parser_fuzz_test.exs", + "verification/tests/lexer_test.exs", + "verification/tests/lexer_v02_test.exs", + "verification/tests/tracing_interpreter_test.exs", + "verification/tests/type_checker_test.exs", + "verification/tests/compiler_test.exs", + "verification/tests/e2e_test.exs", + "verification/tests/cst_test.exs", "verification/tests/diagnostics_test.exs", + "verification/tests/analyzer_test.exs", + "verification/tests/doc_generator_test.exs", + "verification/tests/profiler_test.exs", "verification/tests/package_manager_test.exs", "verification/tests/incremental_lexer_test.exs", - "verification/tests/e2e_test.exs", - "verification/tests/tracing_interpreter_test.exs", - "verification/tests/cst_test.exs", - "verification/tests/type_checker_test.exs", "verification/tests/state_test.exs", - "verification/tests/conformance_test.exs", - "verification/tests/trace_test.exs", - "verification/tests/stdlib_byte_detector_test.exs", - "verification/tests/interpreter_test.exs", - "verification/tests/lexer_v02_test.exs", - "verification/tests/doc_generator_test.exs", - "verification/tests/parser_test.exs", - "verification/tests/phronesis_test.exs", "verification/tests/lsp_integration_test.exs", - "verification/tests/fuzz/parser_fuzz_test.exs", - "verification/tests/fuzz/lexer_fuzz_test.exs", - "verification/tests/lexer_test.exs", - "verification/tests/reflexion_test.exs", - "verification/tests/incremental_parser_test.exs", - "verification/tests/compiler_test.exs", + "verification/tests/conformance_test.exs", + "verification/tests/reflexion/judgement_evidence_graph_test.exs", "verification/tests/reflexion/design_ledger_test.exs", - "verification/tests/reflexion/invariant_path_test.exs", "verification/tests/reflexion/equivalence_test.exs", - "verification/tests/reflexion/claim_extractor_test.exs", + "verification/tests/reflexion/invariant_path_test.exs", "verification/tests/reflexion/revaluation_test.exs", - "verification/tests/reflexion/judgement_evidence_graph_test.exs", - "verification/tests/analyzer_test.exs", - "verification/fuzzing/parser_fuzz_test.exs", + "verification/tests/reflexion/claim_extractor_test.exs", + "verification/tests/phronesis_test.exs", + "verification/tests/parser_test.exs", + "verification/tests/consensus_test.exs", + "verification/tests/debugger_test.exs", + "verification/tests/interpreter_test.exs", + "verification/tests/incremental_parser_test.exs", + "verification/tests/trace_test.exs", "verification/fuzzing/lexer_fuzz_test.exs", - "test/consensus_test.exs", - "test/debugger_test.exs", - "test/profiler_test.exs", + "verification/fuzzing/parser_fuzz_test.exs", + "test/reflexion_test.exs", + "test/stdlib_byte_detector_test.exs", + "test/fuzz/lexer_fuzz_test.exs", + "test/fuzz/parser_fuzz_test.exs", + "test/lexer_test.exs", + "test/lexer_v02_test.exs", + "test/tracing_interpreter_test.exs", + "test/type_checker_test.exs", + "test/compiler_test.exs", + "test/e2e_test.exs", + "test/cst_test.exs", "test/diagnostics_test.exs", + "test/analyzer_test.exs", + "test/doc_generator_test.exs", + "test/profiler_test.exs", "test/package_manager_test.exs", "test/incremental_lexer_test.exs", - "test/e2e_test.exs", - "test/tracing_interpreter_test.exs", - "test/cst_test.exs", - "test/type_checker_test.exs", "test/state_test.exs", - "test/conformance_test.exs", - "test/trace_test.exs", - "test/stdlib_byte_detector_test.exs", - "test/interpreter_test.exs", - "test/lexer_v02_test.exs", - "test/doc_generator_test.exs", - "test/parser_test.exs", - "test/phronesis_test.exs", "test/lsp_integration_test.exs", - "test/fuzz/parser_fuzz_test.exs", - "test/fuzz/lexer_fuzz_test.exs", - "test/lexer_test.exs", - "test/reflexion_test.exs", - "test/incremental_parser_test.exs", - "test/compiler_test.exs", + "test/conformance_test.exs", + "test/reflexion/judgement_evidence_graph_test.exs", "test/reflexion/design_ledger_test.exs", - "test/reflexion/invariant_path_test.exs", "test/reflexion/equivalence_test.exs", - "test/reflexion/claim_extractor_test.exs", + "test/reflexion/invariant_path_test.exs", "test/reflexion/revaluation_test.exs", - "test/reflexion/judgement_evidence_graph_test.exs", - "test/analyzer_test.exs" + "test/reflexion/claim_extractor_test.exs", + "test/phronesis_test.exs", + "test/parser_test.exs", + "test/consensus_test.exs", + "test/debugger_test.exs", + "test/interpreter_test.exs", + "test/incremental_parser_test.exs", + "test/trace_test.exs" ], "frameworks": [ "OTP" diff --git a/scans/phronesiser.json b/scans/phronesiser.json index 57c2cd5d..bbadafeb 100644 --- a/scans/phronesiser.json +++ b/scans/phronesiser.json @@ -1,9 +1,21 @@ { "schema_version": "2.5", "program_path": "phronesiser", - "language": "rust", + "language": "idris", "frameworks": [], "weak_points": [ + { + "category": "UnboundedAllocation", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, { "category": "PanicPath", "location": "src/codegen/mod.rs", @@ -27,18 +39,6 @@ ], "test_context": "production" }, - { - "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, { "category": "MutationGap", "location": "Cargo.toml", @@ -60,23 +60,23 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "tests/integration_test.rs", + "lines": 494, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "scripts/install-zig.sh", - "lines": 59, + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { @@ -90,23 +90,24 @@ "threading_constructs": 0 }, { - "file_path": "tests/integration_test.rs", - "lines": 494, + "file_path": "scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 287, + "file_path": "src/manifest/mod.rs", + "lines": 544, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { @@ -129,17 +130,6 @@ "io_operations": 1, "threading_constructs": 0 }, - { - "file_path": "src/codegen/engine.rs", - "lines": 468, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/codegen/mod.rs", "lines": 173, @@ -152,12 +142,13 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 580, - "unsafe_blocks": 2, + "file_path": "src/codegen/engine.rs", + "lines": 468, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, @@ -172,30 +163,33 @@ "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 544, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 580, + "unsafe_blocks": 2, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 287, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", "cpu", - "disk" + "disk", + "memory" ], "dependency_graph": { "edges": [ - { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", - "relation": "shared_dir:scripts", - "weight": 1.0 - }, { "from": "src/codegen/parser.rs", "to": "src/codegen/audit.rs", @@ -204,30 +198,26 @@ }, { "from": "src/codegen/audit.rs", - "to": "src/codegen/engine.rs", + "to": "src/codegen/mod.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/codegen/engine.rs", - "to": "src/codegen/mod.rs", + "from": "src/codegen/mod.rs", + "to": "src/codegen/engine.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 + }, + { + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", + "relation": "shared_dir:scripts", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ - { - "source_category": "PanicPath", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "src/codegen/mod.rs" - ], - "frameworks": [], - "relation": "PanicPath->Memory" - }, { "source_category": "UnsafeCode", "sink_axis": "memory", @@ -240,33 +230,43 @@ }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" + }, + { + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, + "files": [ + "src/codegen/mod.rs" + ], + "frameworks": [], + "relation": "PanicPath->Disk" }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/codegen/mod.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "PanicPath->Memory" } ] } diff --git a/scans/pimcore-fortress.json b/scans/pimcore-fortress.json index dc57efe0..1935c417 100644 --- a/scans/pimcore-fortress.json +++ b/scans/pimcore-fortress.json @@ -28,93 +28,93 @@ }, "file_statistics": [ { - "file_path": "deploy-full-stack.sh", - "lines": 308, + "file_path": "test-verified-stack.sh", + "lines": 382, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 13, + "io_operations": 20, "threading_constructs": 0 }, { - "file_path": "test-verified-stack.sh", - "lines": 382, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 20, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "demo-verified-containers.sh", + "lines": 112, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "src/abi/Types.idr", - "lines": 232, - "unsafe_blocks": 1, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "deploy-full-stack.sh", + "lines": 308, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 13, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "demo-verified-containers.sh", - "lines": 112, - "unsafe_blocks": 0, + "file_path": "src/abi/Types.idr", + "lines": 232, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], @@ -125,27 +125,27 @@ "dependency_graph": { "edges": [ { - "from": "deploy-full-stack.sh", - "to": "test-verified-stack.sh", - "relation": "shared_dir:", + "from": "src/abi/Foreign.idr", + "to": "src/abi/Types.idr", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { "from": "test-verified-stack.sh", - "to": "setup.sh", + "to": "demo-verified-containers.sh", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "setup.sh", - "to": "demo-verified-containers.sh", + "from": "demo-verified-containers.sh", + "to": "deploy-full-stack.sh", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", - "to": "src/abi/Types.idr", - "relation": "shared_dir:src/abi", + "from": "deploy-full-stack.sh", + "to": "setup.sh", + "relation": "shared_dir:", "weight": 1.0 } ] @@ -154,23 +154,23 @@ "rows": [ { "source_category": "CommandInjection", - "sink_axis": "cpu", + "sink_axis": "disk", "severity_value": 5.0, "files": [ "deploy-full-stack.sh" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "CommandInjection->Disk" }, { "source_category": "CommandInjection", - "sink_axis": "disk", + "sink_axis": "cpu", "severity_value": 5.0, "files": [ "deploy-full-stack.sh" ], "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/plasma-parser-writer.json b/scans/plasma-parser-writer.json index bd6278e0..0d90f688 100644 --- a/scans/plasma-parser-writer.json +++ b/scans/plasma-parser-writer.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "UnboundedAllocation", - "location": "plasma-engine/src/apply.rs", - "file": "plasma-engine/src/apply.rs", + "location": "plasma-parser/src/family/fallback.rs", + "file": "plasma-parser/src/family/fallback.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in plasma-engine/src/apply.rs", + "description": "Potential unbounded allocation pattern detected in plasma-parser/src/family/fallback.rs", "recommended_attack": [ "memory", "cpu" @@ -18,10 +18,10 @@ }, { "category": "UnboundedAllocation", - "location": "plasma-engine/src/facts.rs", - "file": "plasma-engine/src/facts.rs", + "location": "plasma-parser/src/zone/boundary.rs", + "file": "plasma-parser/src/zone/boundary.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in plasma-engine/src/facts.rs", + "description": "Potential unbounded allocation pattern detected in plasma-parser/src/zone/boundary.rs", "recommended_attack": [ "memory", "cpu" @@ -30,10 +30,10 @@ }, { "category": "UnboundedAllocation", - "location": "plasma-engine/src/schema.rs", - "file": "plasma-engine/src/schema.rs", + "location": "plasma-parser/src/audit/scan.rs", + "file": "plasma-parser/src/audit/scan.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in plasma-engine/src/schema.rs", + "description": "Potential unbounded allocation pattern detected in plasma-parser/src/audit/scan.rs", "recommended_attack": [ "memory", "cpu" @@ -41,23 +41,23 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "plasma-engine/src/schema.rs", - "file": "plasma-engine/src/schema.rs", + "category": "UnboundedAllocation", + "location": "plasma-engine/src/facts.rs", + "file": "plasma-engine/src/facts.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in plasma-engine/src/schema.rs", + "description": "Potential unbounded allocation pattern detected in plasma-engine/src/facts.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "plasma-parser/src/family/fallback.rs", - "file": "plasma-parser/src/family/fallback.rs", + "location": "plasma-engine/src/apply.rs", + "file": "plasma-engine/src/apply.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in plasma-parser/src/family/fallback.rs", + "description": "Potential unbounded allocation pattern detected in plasma-engine/src/apply.rs", "recommended_attack": [ "memory", "cpu" @@ -66,10 +66,10 @@ }, { "category": "UnboundedAllocation", - "location": "plasma-parser/src/zone/boundary.rs", - "file": "plasma-parser/src/zone/boundary.rs", + "location": "plasma-engine/src/schema.rs", + "file": "plasma-engine/src/schema.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in plasma-parser/src/zone/boundary.rs", + "description": "Potential unbounded allocation pattern detected in plasma-engine/src/schema.rs", "recommended_attack": [ "memory", "cpu" @@ -77,14 +77,14 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "plasma-parser/src/audit/scan.rs", - "file": "plasma-parser/src/audit/scan.rs", + "category": "PanicPath", + "location": "plasma-engine/src/schema.rs", + "file": "plasma-engine/src/schema.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in plasma-parser/src/audit/scan.rs", + "description": "0 panic sites and 1 unwrap/expect calls in plasma-engine/src/schema.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, @@ -102,10 +102,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/diff_cmd.rs", - "file": "src/diff_cmd.rs", + "location": "src/audit.rs", + "file": "src/audit.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/diff_cmd.rs", + "description": "Potential unbounded allocation pattern detected in src/audit.rs", "recommended_attack": [ "memory", "cpu" @@ -114,10 +114,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/audit.rs", - "file": "src/audit.rs", + "location": "src/diff_cmd.rs", + "file": "src/diff_cmd.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/audit.rs", + "description": "Potential unbounded allocation pattern detected in src/diff_cmd.rs", "recommended_attack": [ "memory", "cpu" @@ -167,151 +167,152 @@ "threading_constructs": 0 }, { - "file_path": "plasma-engine/src/apply.rs", - "lines": 256, + "file_path": "plasma-parser/src/family/fallback.rs", + "lines": 186, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "plasma-engine/src/facts.rs", - "lines": 277, + "file_path": "plasma-parser/src/zone/policy.rs", + "lines": 90, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "plasma-engine/src/schema.rs", - "lines": 412, + "file_path": "plasma-parser/src/zone/boundary.rs", + "lines": 210, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "plasma-engine/src/report/human.rs", - "lines": 60, + "file_path": "plasma-parser/src/spdx/lexer.rs", + "lines": 263, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "plasma-engine/src/eval.rs", - "lines": 746, + "file_path": "plasma-parser/src/spdx/mod.rs", + "lines": 326, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 2, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "plasma-engine/src/diff.rs", - "lines": 275, + "file_path": "plasma-parser/src/audit/scan.rs", + "lines": 194, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "safe_unwrap_calls": 4, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "plasma-engine/src/action.rs", - "lines": 344, + "file_path": "plasma-engine/src/facts.rs", + "lines": 277, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "plasma-engine/src/report/human.rs", + "lines": 60, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "plasma-parser/src/family/fallback.rs", - "lines": 186, + "file_path": "plasma-engine/src/diff.rs", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "plasma-parser/src/zone/policy.rs", - "lines": 90, + "file_path": "plasma-engine/src/apply.rs", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, + "safe_unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "plasma-parser/src/zone/boundary.rs", - "lines": 210, + "file_path": "plasma-engine/src/action.rs", + "lines": 344, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 5, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "plasma-parser/src/audit/scan.rs", - "lines": 194, + "file_path": "plasma-engine/src/eval.rs", + "lines": 746, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 10, + "safe_unwrap_calls": 6, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "plasma-parser/src/spdx/lexer.rs", - "lines": 263, + "file_path": "plasma-engine/src/schema.rs", + "lines": 412, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "plasma-parser/src/spdx/mod.rs", - "lines": 326, + "file_path": "src/audit.rs", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, + "safe_unwrap_calls": 3, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, @@ -327,58 +328,51 @@ "threading_constructs": 0 }, { - "file_path": "src/audit.rs", - "lines": 116, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ + "cpu", "disk", - "memory", - "cpu" + "memory" ], "dependency_graph": { "edges": [ - { - "from": "plasma-engine/src/apply.rs", - "to": "plasma-engine/src/facts.rs", - "relation": "shared_dir:plasma-engine/src", - "weight": 1.0 - }, { "from": "plasma-engine/src/facts.rs", - "to": "plasma-engine/src/schema.rs", + "to": "plasma-engine/src/diff.rs", "relation": "shared_dir:plasma-engine/src", "weight": 1.0 }, { - "from": "plasma-engine/src/schema.rs", - "to": "plasma-engine/src/eval.rs", + "from": "plasma-engine/src/diff.rs", + "to": "plasma-engine/src/apply.rs", "relation": "shared_dir:plasma-engine/src", "weight": 1.0 }, { - "from": "plasma-engine/src/eval.rs", - "to": "plasma-engine/src/diff.rs", + "from": "plasma-engine/src/apply.rs", + "to": "plasma-engine/src/action.rs", "relation": "shared_dir:plasma-engine/src", "weight": 1.0 }, { - "from": "plasma-engine/src/diff.rs", - "to": "plasma-engine/src/action.rs", + "from": "plasma-engine/src/action.rs", + "to": "plasma-engine/src/eval.rs", "relation": "shared_dir:plasma-engine/src", "weight": 1.0 }, { - "from": "src/diff_cmd.rs", - "to": "src/audit.rs", - "relation": "shared_dir:src", + "from": "plasma-engine/src/eval.rs", + "to": "plasma-engine/src/schema.rs", + "relation": "shared_dir:plasma-engine/src", "weight": 1.0 }, { @@ -387,6 +381,12 @@ "relation": "shared_dir:plasma-parser/src/spdx", "weight": 1.0 }, + { + "from": "src/audit.rs", + "to": "src/diff_cmd.rs", + "relation": "shared_dir:src", + "weight": 1.0 + }, { "from": "plasma-parser/src/zone/policy.rs", "to": "plasma-parser/src/zone/boundary.rs", @@ -399,51 +399,41 @@ "rows": [ { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "plasma-engine/src/apply.rs", - "plasma-engine/src/facts.rs", - "plasma-engine/src/schema.rs", "plasma-parser/src/family/fallback.rs", "plasma-parser/src/zone/boundary.rs", "plasma-parser/src/audit/scan.rs", + "plasma-engine/src/facts.rs", + "plasma-engine/src/apply.rs", + "plasma-engine/src/schema.rs", "src/init.rs", - "src/diff_cmd.rs", "src/audit.rs", + "src/diff_cmd.rs", "src/migrate.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" - }, - { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "plasma-engine/src/schema.rs" - ], - "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "plasma-engine/src/apply.rs", - "plasma-engine/src/facts.rs", - "plasma-engine/src/schema.rs", "plasma-parser/src/family/fallback.rs", "plasma-parser/src/zone/boundary.rs", "plasma-parser/src/audit/scan.rs", + "plasma-engine/src/facts.rs", + "plasma-engine/src/apply.rs", + "plasma-engine/src/schema.rs", "src/init.rs", - "src/diff_cmd.rs", "src/audit.rs", + "src/diff_cmd.rs", "src/migrate.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "PanicPath", @@ -454,6 +444,16 @@ ], "frameworks": [], "relation": "PanicPath->Memory" + }, + { + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, + "files": [ + "plasma-engine/src/schema.rs" + ], + "frameworks": [], + "relation": "PanicPath->Disk" } ] } diff --git a/scans/polyglot-formalisms-elixir.json b/scans/polyglot-formalisms-elixir.json index b76011b7..6ea60cf6 100644 --- a/scans/polyglot-formalisms-elixir.json +++ b/scans/polyglot-formalisms-elixir.json @@ -15,6 +15,17 @@ ], "test_context": "test_only" }, + { + "category": "MutationGap", + "location": "test/string_ops_test.exs", + "file": "test/string_ops_test.exs", + "severity": "Low", + "description": "Elixir test file test/string_ops_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, { "category": "MutationGap", "location": "test/comparison_test.exs", @@ -47,17 +58,6 @@ "cpu" ], "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "test/string_ops_test.exs", - "file": "test/string_ops_test.exs", - "severity": "Low", - "description": "Elixir test file test/string_ops_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" } ], "statistics": { @@ -95,10 +95,10 @@ "severity_value": 1.0, "files": [ "test/e2e/formalism_e2e_test.exs", + "test/string_ops_test.exs", "test/comparison_test.exs", "test/arithmetic_test.exs", - "test/logical_test.exs", - "test/string_ops_test.exs" + "test/logical_test.exs" ], "frameworks": [], "relation": "MutationGap->Cpu" diff --git a/scans/polyglot-i18n.json b/scans/polyglot-i18n.json index 61d20a02..72608e5f 100644 --- a/scans/polyglot-i18n.json +++ b/scans/polyglot-i18n.json @@ -8,10 +8,10 @@ "weak_points": [ { "category": "InputBoundary", - "location": "examples/fastify/test.js", - "file": "examples/fastify/test.js", + "location": "julia/src/LanguageCladogram.jl", + "file": "julia/src/LanguageCladogram.jl", "severity": "Medium", - "description": "4 JSON.parse call(s) with 0 try block(s) in examples/fastify/test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "2 JSON3.read/JSON.parse call(s) with 1 try block(s) in julia/src/LanguageCladogram.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ "cpu" ], @@ -41,33 +41,33 @@ "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "adapters/crm/salesforce.js", - "file": "adapters/crm/salesforce.js", + "category": "InputBoundary", + "location": "examples/fastify/test.js", + "file": "examples/fastify/test.js", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in adapters/crm/salesforce.js", + "description": "4 JSON.parse call(s) with 0 try block(s) in examples/fastify/test.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ - "network" + "cpu" ], "test_context": "production" }, { - "category": "InputBoundary", - "location": "audit/forensics.js", - "file": "audit/forensics.js", + "category": "UnsafeFFI", + "location": "bindings/rescript/I18n.affine", + "file": "bindings/rescript/I18n.affine", "severity": "Medium", - "description": "1 JSON.parse call(s) with 0 try block(s) in audit/forensics.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "16 FFI/external bindings in bindings/rescript/I18n.affine", "recommended_attack": [ - "cpu" + "memory" ], "test_context": "production" }, { "category": "InputBoundary", - "location": "test/i18n.writenewPhrase.js", - "file": "test/i18n.writenewPhrase.js", + "location": "test/i18n.makePlurals.js", + "file": "test/i18n.makePlurals.js", "severity": "Medium", - "description": "1 JSON.parse call(s) with 0 try block(s) in test/i18n.writenewPhrase.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "1 JSON.parse call(s) with 0 try block(s) in test/i18n.makePlurals.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], @@ -75,10 +75,10 @@ }, { "category": "InputBoundary", - "location": "test/i18n.makePlurals.js", - "file": "test/i18n.makePlurals.js", + "location": "test/i18n.writenewPhrase.js", + "file": "test/i18n.writenewPhrase.js", "severity": "Medium", - "description": "1 JSON.parse call(s) with 0 try block(s) in test/i18n.makePlurals.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "1 JSON.parse call(s) with 0 try block(s) in test/i18n.writenewPhrase.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], @@ -119,23 +119,23 @@ }, { "category": "InputBoundary", - "location": "julia/src/LanguageCladogram.jl", - "file": "julia/src/LanguageCladogram.jl", + "location": "audit/forensics.js", + "file": "audit/forensics.js", "severity": "Medium", - "description": "2 JSON3.read/JSON.parse call(s) with 1 try block(s) in julia/src/LanguageCladogram.jl — these throw on malformed input; wrap in try/catch", + "description": "1 JSON.parse call(s) with 0 try block(s) in audit/forensics.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/rescript/I18n.affine", - "file": "bindings/rescript/I18n.affine", + "category": "InsecureProtocol", + "location": "adapters/crm/salesforce.js", + "file": "adapters/crm/salesforce.js", "severity": "Medium", - "description": "16 FFI/external bindings in bindings/rescript/I18n.affine", + "description": "1 HTTP (non-HTTPS) URLs in adapters/crm/salesforce.js", "recommended_attack": [ - "memory" + "network" ], "test_context": "production" } @@ -151,43 +151,43 @@ }, "file_statistics": [ { - "file_path": "examples/node-http-autoreload/test.js", - "lines": 69, + "file_path": "tui/src/polyglot_tui-main.adb", + "lines": 112, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tools/missing-translations.js", - "lines": 360, + "file_path": "tui/src/polyglot_tui-terminal.adb", + "lines": 384, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "tools/locale-validator.js", - "lines": 610, + "file_path": "tools/rsr-verify.js", + "lines": 379, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tools/rsr-verify.js", - "lines": 379, + "file_path": "tools/missing-translations.js", + "lines": 360, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 4, "threading_constructs": 0 }, { @@ -211,13 +211,33 @@ "threading_constructs": 0 }, { - "file_path": "adapters/crm/salesforce.js", - "lines": 189, + "file_path": "tools/locale-validator.js", + "lines": 610, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "julia/src/LanguageCladogram.jl", + "lines": 448, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 + }, + { + "file_path": "examples/node-http-autoreload/test.js", + "lines": 69, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { @@ -242,18 +262,18 @@ "threading_constructs": 0 }, { - "file_path": "audit/forensics.js", - "lines": 387, - "unsafe_blocks": 0, + "file_path": "bindings/rescript/I18n.affine", + "lines": 120, + "unsafe_blocks": 16, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "test/i18n.writenewPhrase.js", - "lines": 169, + "file_path": "test/i18n.makePlurals.js", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -262,13 +282,13 @@ "threading_constructs": 0 }, { - "file_path": "test/i18n.makePlurals.js", - "lines": 183, + "file_path": "test/i18n.configureAutoreload.js", + "lines": 194, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 12, "threading_constructs": 0 }, { @@ -282,18 +302,18 @@ "threading_constructs": 0 }, { - "file_path": "test/i18n.configureAutoreload.js", - "lines": 194, + "file_path": "test/i18n.retryInDefaultLocaleWithSync.js", + "lines": 101, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 12, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "test/i18n.noTraversal.js", - "lines": 173, + "file_path": "test/i18n.writenewPhrase.js", + "lines": 169, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -302,8 +322,8 @@ "threading_constructs": 0 }, { - "file_path": "test/i18n.retryInDefaultLocaleWithSync.js", - "lines": 101, + "file_path": "test/i18n.noTraversal.js", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -312,9 +332,9 @@ "threading_constructs": 0 }, { - "file_path": "tui/src/polyglot_tui-main.adb", - "lines": 112, - "unsafe_blocks": 0, + "file_path": "src/lib/bs/core/DocumentExtract.affine", + "lines": 200, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -322,18 +342,18 @@ "threading_constructs": 0 }, { - "file_path": "tui/src/polyglot_tui-terminal.adb", - "lines": 384, - "unsafe_blocks": 0, + "file_path": "src/lib/bs/core/Plural.affine", + "lines": 232, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/lib/bs/core/Plural.affine", - "lines": 232, + "file_path": "src/lib/bs/core/I18n.affine", + "lines": 340, "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, @@ -352,7 +372,7 @@ "threading_constructs": 0 }, { - "file_path": "src/lib/bs/core/DocumentExtract.affine", + "file_path": "src/lib/ocaml/DocumentExtract.affine", "lines": 200, "unsafe_blocks": 4, "panic_sites": 0, @@ -362,8 +382,8 @@ "threading_constructs": 0 }, { - "file_path": "src/lib/bs/core/I18n.affine", - "lines": 340, + "file_path": "src/lib/ocaml/Plural.affine", + "lines": 232, "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, @@ -372,8 +392,8 @@ "threading_constructs": 0 }, { - "file_path": "src/lib/ocaml/Plural.affine", - "lines": 232, + "file_path": "src/lib/ocaml/I18n.affine", + "lines": 340, "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, @@ -391,26 +411,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/lib/ocaml/DocumentExtract.affine", - "lines": 200, - "unsafe_blocks": 4, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "src/lib/ocaml/I18n.affine", - "lines": 340, - "unsafe_blocks": 2, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/mod.affine", "lines": 32, @@ -422,19 +422,19 @@ "threading_constructs": 0 }, { - "file_path": "src/core/Plural.affine", - "lines": 232, - "unsafe_blocks": 2, + "file_path": "src/core/DocumentExtract.affine", + "lines": 200, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/core/FuzzyMatch.affine", - "lines": 230, - "unsafe_blocks": 1, + "file_path": "src/core/Plural.affine", + "lines": 232, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -442,19 +442,19 @@ "threading_constructs": 0 }, { - "file_path": "src/core/DocumentExtract.affine", - "lines": 200, - "unsafe_blocks": 4, + "file_path": "src/core/I18n.affine", + "lines": 340, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/core/I18n.affine", - "lines": 340, - "unsafe_blocks": 2, + "file_path": "src/core/FuzzyMatch.affine", + "lines": 230, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -472,174 +472,174 @@ "threading_constructs": 0 }, { - "file_path": "julia/src/LanguageCladogram.jl", - "lines": 448, + "file_path": "audit/forensics.js", + "lines": 387, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "bindings/rescript/I18n.affine", - "lines": 120, - "unsafe_blocks": 16, + "file_path": "adapters/crm/salesforce.js", + "lines": 189, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", - "network", "cpu", + "network", + "memory", "disk" ], "dependency_graph": { "edges": [ { - "from": "src/lib/bs/core/Plural.affine", - "to": "src/lib/bs/core/FuzzyMatch.affine", + "from": "src/lib/bs/core/DocumentExtract.affine", + "to": "src/lib/bs/core/Plural.affine", "relation": "shared_dir:src/lib/bs/core", "weight": 1.0 }, { - "from": "src/lib/bs/core/FuzzyMatch.affine", - "to": "src/lib/bs/core/DocumentExtract.affine", + "from": "src/lib/bs/core/Plural.affine", + "to": "src/lib/bs/core/I18n.affine", "relation": "shared_dir:src/lib/bs/core", "weight": 1.0 }, { - "from": "src/lib/bs/core/DocumentExtract.affine", - "to": "src/lib/bs/core/I18n.affine", + "from": "src/lib/bs/core/I18n.affine", + "to": "src/lib/bs/core/FuzzyMatch.affine", "relation": "shared_dir:src/lib/bs/core", "weight": 1.0 }, { - "from": "tui/src/polyglot_tui-main.adb", - "to": "tui/src/polyglot_tui-terminal.adb", - "relation": "shared_dir:tui/src", + "from": "src/core/DocumentExtract.affine", + "to": "src/core/Plural.affine", + "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "tools/missing-translations.js", - "to": "tools/locale-validator.js", - "relation": "shared_dir:tools", + "from": "src/core/Plural.affine", + "to": "src/core/I18n.affine", + "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "tools/locale-validator.js", - "to": "tools/rsr-verify.js", - "relation": "shared_dir:tools", + "from": "src/core/I18n.affine", + "to": "src/core/FuzzyMatch.affine", + "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "tools/rsr-verify.js", - "to": "tools/sync-locales.js", - "relation": "shared_dir:tools", + "from": "src/core/FuzzyMatch.affine", + "to": "src/core/RelativeTime.affine", + "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "tools/sync-locales.js", - "to": "tools/extract-strings.js", - "relation": "shared_dir:tools", + "from": "test/i18n.makePlurals.js", + "to": "test/i18n.configureAutoreload.js", + "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "test/i18n.writenewPhrase.js", - "to": "test/i18n.makePlurals.js", + "from": "test/i18n.configureAutoreload.js", + "to": "test/i18n.configureLocales.js", "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "test/i18n.makePlurals.js", - "to": "test/i18n.configureLocales.js", + "from": "test/i18n.configureLocales.js", + "to": "test/i18n.retryInDefaultLocaleWithSync.js", "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "test/i18n.configureLocales.js", - "to": "test/i18n.configureAutoreload.js", + "from": "test/i18n.retryInDefaultLocaleWithSync.js", + "to": "test/i18n.writenewPhrase.js", "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "test/i18n.configureAutoreload.js", + "from": "test/i18n.writenewPhrase.js", "to": "test/i18n.noTraversal.js", "relation": "shared_dir:test", "weight": 1.0 }, { - "from": "test/i18n.noTraversal.js", - "to": "test/i18n.retryInDefaultLocaleWithSync.js", - "relation": "shared_dir:test", + "from": "tui/src/polyglot_tui-main.adb", + "to": "tui/src/polyglot_tui-terminal.adb", + "relation": "shared_dir:tui/src", "weight": 1.0 }, { - "from": "src/lib/ocaml/Plural.affine", - "to": "src/lib/ocaml/FuzzyMatch.affine", + "from": "src/lib/ocaml/DocumentExtract.affine", + "to": "src/lib/ocaml/Plural.affine", "relation": "shared_dir:src/lib/ocaml", "weight": 1.0 }, { - "from": "src/lib/ocaml/FuzzyMatch.affine", - "to": "src/lib/ocaml/DocumentExtract.affine", + "from": "src/lib/ocaml/Plural.affine", + "to": "src/lib/ocaml/I18n.affine", "relation": "shared_dir:src/lib/ocaml", "weight": 1.0 }, { - "from": "src/lib/ocaml/DocumentExtract.affine", - "to": "src/lib/ocaml/I18n.affine", + "from": "src/lib/ocaml/I18n.affine", + "to": "src/lib/ocaml/FuzzyMatch.affine", "relation": "shared_dir:src/lib/ocaml", "weight": 1.0 }, { - "from": "src/core/Plural.affine", - "to": "src/core/FuzzyMatch.affine", - "relation": "shared_dir:src/core", + "from": "tools/rsr-verify.js", + "to": "tools/missing-translations.js", + "relation": "shared_dir:tools", "weight": 1.0 }, { - "from": "src/core/FuzzyMatch.affine", - "to": "src/core/DocumentExtract.affine", - "relation": "shared_dir:src/core", + "from": "tools/missing-translations.js", + "to": "tools/sync-locales.js", + "relation": "shared_dir:tools", "weight": 1.0 }, { - "from": "src/core/DocumentExtract.affine", - "to": "src/core/I18n.affine", - "relation": "shared_dir:src/core", + "from": "tools/sync-locales.js", + "to": "tools/extract-strings.js", + "relation": "shared_dir:tools", "weight": 1.0 }, { - "from": "src/core/I18n.affine", - "to": "src/core/RelativeTime.affine", - "relation": "shared_dir:src/core", + "from": "tools/extract-strings.js", + "to": "tools/locale-validator.js", + "relation": "shared_dir:tools", "weight": 1.0 }, { - "from": "examples/node-http-autoreload/test.js", + "from": "tui/src/polyglot_tui-main.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/missing-translations.js", + "from": "tui/src/polyglot_tui-terminal.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/locale-validator.js", + "from": "tools/rsr-verify.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-verify.js", + "from": "tools/missing-translations.js", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -657,43 +657,43 @@ "weight": 1.0 }, { - "from": "adapters/crm/salesforce.js", + "from": "tools/locale-validator.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "config/cli.ncl", + "from": "julia/src/LanguageCladogram.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "wasm/src/lib.rs", + "from": "examples/node-http-autoreload/test.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "audit/forensics.js", + "from": "config/cli.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/i18n.writenewPhrase.js", + "from": "wasm/src/lib.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "test/i18n.makePlurals.js", + "from": "bindings/rescript/I18n.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 48.0 }, { - "from": "test/i18n.configureLocales.js", + "from": "test/i18n.makePlurals.js", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -705,7 +705,7 @@ "weight": 1.0 }, { - "from": "test/i18n.noTraversal.js", + "from": "test/i18n.configureLocales.js", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -717,29 +717,17 @@ "weight": 1.0 }, { - "from": "tui/src/polyglot_tui-main.adb", + "from": "test/i18n.writenewPhrase.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tui/src/polyglot_tui-terminal.adb", + "from": "test/i18n.noTraversal.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, - { - "from": "src/lib/bs/core/Plural.affine", - "to": "WebServer", - "relation": "framework", - "weight": 6.0 - }, - { - "from": "src/lib/bs/core/FuzzyMatch.affine", - "to": "WebServer", - "relation": "framework", - "weight": 3.0 - }, { "from": "src/lib/bs/core/DocumentExtract.affine", "to": "WebServer", @@ -747,19 +735,19 @@ "weight": 12.0 }, { - "from": "src/lib/bs/core/I18n.affine", + "from": "src/lib/bs/core/Plural.affine", "to": "WebServer", "relation": "framework", "weight": 6.0 }, { - "from": "src/lib/ocaml/Plural.affine", + "from": "src/lib/bs/core/I18n.affine", "to": "WebServer", "relation": "framework", "weight": 6.0 }, { - "from": "src/lib/ocaml/FuzzyMatch.affine", + "from": "src/lib/bs/core/FuzzyMatch.affine", "to": "WebServer", "relation": "framework", "weight": 3.0 @@ -771,28 +759,28 @@ "weight": 12.0 }, { - "from": "src/lib/ocaml/I18n.affine", + "from": "src/lib/ocaml/Plural.affine", "to": "WebServer", "relation": "framework", "weight": 6.0 }, { - "from": "src/mod.affine", + "from": "src/lib/ocaml/I18n.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "src/core/Plural.affine", + "from": "src/lib/ocaml/FuzzyMatch.affine", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 3.0 }, { - "from": "src/core/FuzzyMatch.affine", + "from": "src/mod.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { "from": "src/core/DocumentExtract.affine", @@ -800,12 +788,24 @@ "relation": "framework", "weight": 12.0 }, + { + "from": "src/core/Plural.affine", + "to": "WebServer", + "relation": "framework", + "weight": 6.0 + }, { "from": "src/core/I18n.affine", "to": "WebServer", "relation": "framework", "weight": 6.0 }, + { + "from": "src/core/FuzzyMatch.affine", + "to": "WebServer", + "relation": "framework", + "weight": 3.0 + }, { "from": "src/core/RelativeTime.affine", "to": "WebServer", @@ -813,38 +813,35 @@ "weight": 1.0 }, { - "from": "julia/src/LanguageCladogram.jl", + "from": "audit/forensics.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "bindings/rescript/I18n.affine", + "from": "adapters/crm/salesforce.js", "to": "WebServer", "relation": "framework", - "weight": 48.0 + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "InputBoundary", - "sink_axis": "cpu", + "source_category": "UnsafeFFI", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "examples/fastify/test.js", - "examples/node-http-autoreload/test.js", - "examples/testlib/visitrest.js", - "audit/forensics.js", - "test/i18n.writenewPhrase.js", - "test/i18n.makePlurals.js", - "julia/src/LanguageCladogram.jl" + "bindings/rescript/I18n.affine", + "src/lib/bs/core/DocumentExtract.affine", + "src/lib/ocaml/DocumentExtract.affine", + "src/core/DocumentExtract.affine" ], "frameworks": [ "WebServer" ], - "relation": "InputBoundary->Cpu" + "relation": "UnsafeFFI->Memory" }, { "source_category": "InsecureProtocol", @@ -859,19 +856,22 @@ "relation": "InsecureProtocol->Network" }, { - "source_category": "UnsafeFFI", - "sink_axis": "memory", + "source_category": "InputBoundary", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/lib/bs/core/DocumentExtract.affine", - "src/lib/ocaml/DocumentExtract.affine", - "src/core/DocumentExtract.affine", - "bindings/rescript/I18n.affine" + "julia/src/LanguageCladogram.jl", + "examples/node-http-autoreload/test.js", + "examples/testlib/visitrest.js", + "examples/fastify/test.js", + "test/i18n.makePlurals.js", + "test/i18n.writenewPhrase.js", + "audit/forensics.js" ], "frameworks": [ "WebServer" ], - "relation": "UnsafeFFI->Memory" + "relation": "InputBoundary->Cpu" } ] } diff --git a/scans/polysafe-gitfixer.json b/scans/polysafe-gitfixer.json index f4ce0817..9fe79e63 100644 --- a/scans/polysafe-gitfixer.json +++ b/scans/polysafe-gitfixer.json @@ -28,23 +28,23 @@ }, "file_statistics": [ { - "file_path": "config/default.ncl", - "lines": 54, + "file_path": "crates/capability/src/audit_log.rs", + "lines": 193, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "crates/capability/src/dir_capability.rs", + "lines": 138, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { @@ -58,46 +58,46 @@ "threading_constructs": 0 }, { - "file_path": "crates/capability/src/dir_capability.rs", - "lines": 138, + "file_path": "crates/fs_ops/src/transaction.rs", + "lines": 139, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/capability/src/audit_log.rs", - "lines": 193, + "file_path": "config/default.ncl", + "lines": 54, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/fs_ops/src/transaction.rs", - "lines": 139, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", "disk", + "memory", "cpu" ], "dependency_graph": { "edges": [ { - "from": "crates/capability/src/dir_capability.rs", - "to": "crates/capability/src/audit_log.rs", + "from": "crates/capability/src/audit_log.rs", + "to": "crates/capability/src/dir_capability.rs", "relation": "shared_dir:crates/capability/src", "weight": 1.0 } diff --git a/scans/pons-asinorum.json b/scans/pons-asinorum.json index 0285540b..c51252fa 100644 --- a/scans/pons-asinorum.json +++ b/scans/pons-asinorum.json @@ -1,54 +1,42 @@ { "schema_version": "2.5", "program_path": "pons-asinorum", - "language": "scheme", + "language": "rust", "frameworks": [], "weak_points": [ { - "category": "UnboundedLoop", - "location": "fixtures/empty-effect-loop/positive/basic.py", - "file": "fixtures/empty-effect-loop/positive/basic.py", - "severity": "High", - "description": "Unbounded while True loop in fixtures/empty-effect-loop/positive/basic.py", - "recommended_attack": [ - "cpu", - "time" - ], - "test_context": "production" - }, - { - "category": "UnboundedLoop", - "location": "fixtures/constant-condition/negative/basic.py", - "file": "fixtures/constant-condition/negative/basic.py", - "severity": "High", - "description": "Unbounded while True loop in fixtures/constant-condition/negative/basic.py", + "category": "PanicPath", + "location": "crates/pons-core/src/report/sarif.rs", + "file": "crates/pons-core/src/report/sarif.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in crates/pons-core/src/report/sarif.rs", "recommended_attack": [ - "cpu", - "time" + "memory", + "disk" ], "test_context": "production" }, { - "category": "UnboundedLoop", - "location": "fixtures/while-true-no-break/positive/basic.py", - "file": "fixtures/while-true-no-break/positive/basic.py", - "severity": "High", - "description": "Unbounded while True loop in fixtures/while-true-no-break/positive/basic.py", + "category": "PanicPath", + "location": "crates/pons-rules/src/t0/swallowed_error.rs", + "file": "crates/pons-rules/src/t0/swallowed_error.rs", + "severity": "Medium", + "description": "2 panic sites and 0 unwrap/expect calls in crates/pons-rules/src/t0/swallowed_error.rs", "recommended_attack": [ - "cpu", - "time" + "memory", + "disk" ], "test_context": "production" }, { - "category": "UnboundedLoop", - "location": "fixtures/while-true-no-break/negative/basic.py", - "file": "fixtures/while-true-no-break/negative/basic.py", - "severity": "High", - "description": "Unbounded while True loop in fixtures/while-true-no-break/negative/basic.py", + "category": "PanicPath", + "location": "crates/pons-rules/src/t0/empty_effect_loop.rs", + "file": "crates/pons-rules/src/t0/empty_effect_loop.rs", + "severity": "Medium", + "description": "1 panic sites and 0 unwrap/expect calls in crates/pons-rules/src/t0/empty_effect_loop.rs", "recommended_attack": [ - "cpu", - "time" + "memory", + "disk" ], "test_context": "production" }, @@ -78,10 +66,10 @@ }, { "category": "PanicPath", - "location": "crates/pons-rules/src/t0/constant_condition.rs", - "file": "crates/pons-rules/src/t0/constant_condition.rs", + "location": "crates/pons-rules/src/t0/self_assignment.rs", + "file": "crates/pons-rules/src/t0/self_assignment.rs", "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in crates/pons-rules/src/t0/constant_condition.rs", + "description": "1 panic sites and 0 unwrap/expect calls in crates/pons-rules/src/t0/self_assignment.rs", "recommended_attack": [ "memory", "disk" @@ -90,10 +78,10 @@ }, { "category": "PanicPath", - "location": "crates/pons-rules/src/t0/self_assignment.rs", - "file": "crates/pons-rules/src/t0/self_assignment.rs", + "location": "crates/pons-rules/src/t0/while_true_no_break.rs", + "file": "crates/pons-rules/src/t0/while_true_no_break.rs", "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in crates/pons-rules/src/t0/self_assignment.rs", + "description": "1 panic sites and 0 unwrap/expect calls in crates/pons-rules/src/t0/while_true_no_break.rs", "recommended_attack": [ "memory", "disk" @@ -102,10 +90,10 @@ }, { "category": "PanicPath", - "location": "crates/pons-rules/src/t0/swallowed_error.rs", - "file": "crates/pons-rules/src/t0/swallowed_error.rs", + "location": "crates/pons-rules/src/t0/constant_condition.rs", + "file": "crates/pons-rules/src/t0/constant_condition.rs", "severity": "Medium", - "description": "2 panic sites and 0 unwrap/expect calls in crates/pons-rules/src/t0/swallowed_error.rs", + "description": "1 panic sites and 0 unwrap/expect calls in crates/pons-rules/src/t0/constant_condition.rs", "recommended_attack": [ "memory", "disk" @@ -125,38 +113,50 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "crates/pons-rules/src/t0/while_true_no_break.rs", - "file": "crates/pons-rules/src/t0/while_true_no_break.rs", - "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in crates/pons-rules/src/t0/while_true_no_break.rs", + "category": "UnboundedLoop", + "location": "fixtures/empty-effect-loop/positive/basic.py", + "file": "fixtures/empty-effect-loop/positive/basic.py", + "severity": "High", + "description": "Unbounded while True loop in fixtures/empty-effect-loop/positive/basic.py", "recommended_attack": [ - "memory", - "disk" + "cpu", + "time" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "crates/pons-rules/src/t0/empty_effect_loop.rs", - "file": "crates/pons-rules/src/t0/empty_effect_loop.rs", - "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in crates/pons-rules/src/t0/empty_effect_loop.rs", + "category": "UnboundedLoop", + "location": "fixtures/while-true-no-break/negative/basic.py", + "file": "fixtures/while-true-no-break/negative/basic.py", + "severity": "High", + "description": "Unbounded while True loop in fixtures/while-true-no-break/negative/basic.py", "recommended_attack": [ - "memory", - "disk" + "cpu", + "time" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "crates/pons-core/src/report/sarif.rs", - "file": "crates/pons-core/src/report/sarif.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in crates/pons-core/src/report/sarif.rs", + "category": "UnboundedLoop", + "location": "fixtures/while-true-no-break/positive/basic.py", + "file": "fixtures/while-true-no-break/positive/basic.py", + "severity": "High", + "description": "Unbounded while True loop in fixtures/while-true-no-break/positive/basic.py", "recommended_attack": [ - "memory", - "disk" + "cpu", + "time" + ], + "test_context": "production" + }, + { + "category": "UnboundedLoop", + "location": "fixtures/constant-condition/negative/basic.py", + "file": "fixtures/constant-condition/negative/basic.py", + "severity": "High", + "description": "Unbounded while True loop in fixtures/constant-condition/negative/basic.py", + "recommended_attack": [ + "cpu", + "time" ], "test_context": "production" }, @@ -171,172 +171,163 @@ } ], "statistics": { - "total_lines": 7679, + "total_lines": 8715, "unsafe_blocks": 0, "panic_sites": 10, "unwrap_calls": 1, - "allocation_sites": 70, - "io_operations": 47, + "allocation_sites": 90, + "io_operations": 73, "threading_constructs": 0 }, "file_statistics": [ { - "file_path": "tests/e2e.sh", - "lines": 271, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 140, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/pons-rules/tests/falsifier.rs", - "lines": 133, + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/pons-rules/src/t0/unreachable_after_jump.rs", - "lines": 188, + "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", + "lines": 278, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/pons-rules/src/t0/string_concat_in_loop.rs", - "lines": 470, + "file_path": ".machine_readable/contractiles/dust/dust.ncl", + "lines": 66, "unsafe_blocks": 0, - "panic_sites": 2, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/pons-rules/src/t0/constant_condition.rs", - "lines": 191, + "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", + "lines": 172, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/pons-rules/src/t0/self_assignment.rs", - "lines": 183, + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 64, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/pons-rules/src/t0/swallowed_error.rs", - "lines": 202, + "file_path": ".machine_readable/contractiles/must/must.k9.ncl", + "lines": 238, "unsafe_blocks": 0, - "panic_sites": 2, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/pons-rules/src/t0/div_by_literal_zero.rs", - "lines": 178, + "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", + "lines": 162, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/pons-rules/src/t0/while_true_no_break.rs", - "lines": 262, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/pons-rules/src/t0/empty_effect_loop.rs", - "lines": 203, + "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", + "lines": 252, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/pons-rules/src/registry.rs", - "lines": 56, + "file_path": ".machine_readable/contractiles/intend/intend.ncl", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 16, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/pons-cli/src/main.rs", - "lines": 166, + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/pons-core/src/engine.rs", - "lines": 310, + "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, - "io_operations": 12, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/pons-core/src/report/sarif.rs", - "lines": 449, + "file_path": "tests/e2e.sh", + "lines": 271, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/pons-core/src/report/human.rs", - "lines": 131, + "file_path": "crates/pons-core/src/report/sarif.rs", + "lines": 725, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, + "unwrap_calls": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, @@ -351,167 +342,164 @@ "threading_constructs": 0 }, { - "file_path": "crates/pons-core/src/source.rs", - "lines": 174, + "file_path": "crates/pons-core/src/report/human.rs", + "lines": 131, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 2, - "io_operations": 13, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", - "lines": 172, + "file_path": "crates/pons-core/src/engine.rs", + "lines": 377, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 14, + "io_operations": 21, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.ncl", - "lines": 66, + "file_path": "crates/pons-core/src/source.rs", + "lines": 478, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 14, + "io_operations": 30, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 140, + "file_path": "crates/pons-cli/src/main.rs", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.ncl", - "lines": 88, + "file_path": "crates/pons-rules/tests/falsifier.rs", + "lines": 133, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", - "lines": 278, + "file_path": "crates/pons-rules/src/registry.rs", + "lines": 56, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 16, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", - "lines": 252, + "file_path": "crates/pons-rules/src/t0/swallowed_error.rs", + "lines": 202, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 2, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.ncl", - "lines": 81, + "file_path": "crates/pons-rules/src/t0/empty_effect_loop.rs", + "lines": 203, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "crates/pons-rules/src/t0/unreachable_after_jump.rs", + "lines": 188, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", - "lines": 162, + "file_path": "crates/pons-rules/src/t0/string_concat_in_loop.rs", + "lines": 470, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 2, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 4, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.ncl", - "lines": 64, + "file_path": "crates/pons-rules/src/t0/self_assignment.rs", + "lines": 183, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.k9.ncl", - "lines": 238, + "file_path": "crates/pons-rules/src/t0/while_true_no_break.rs", + "lines": 262, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", - "lines": 62, + "file_path": "crates/pons-rules/src/t0/constant_condition.rs", + "lines": 191, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "lines": 167, + "file_path": "crates/pons-rules/src/t0/div_by_literal_zero.rs", + "lines": 178, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 3, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "time", "cpu", "memory", - "disk" + "disk", + "time" ], "dependency_graph": { "edges": [ - { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": ".machine_readable/contractiles/bust/bust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/bust", - "weight": 1.0 - }, - { - "from": "crates/pons-core/src/engine.rs", - "to": "crates/pons-core/src/source.rs", - "relation": "shared_dir:crates/pons-core/src", - "weight": 1.0 - }, { "from": ".machine_readable/contractiles/must/must.ncl", "to": ".machine_readable/contractiles/must/must.k9.ncl", @@ -526,16 +514,28 @@ }, { "from": "crates/pons-core/src/report/sarif.rs", - "to": "crates/pons-core/src/report/human.rs", + "to": "crates/pons-core/src/report/mod.rs", "relation": "shared_dir:crates/pons-core/src/report", "weight": 1.0 }, { - "from": "crates/pons-core/src/report/human.rs", - "to": "crates/pons-core/src/report/mod.rs", + "from": "crates/pons-core/src/report/mod.rs", + "to": "crates/pons-core/src/report/human.rs", "relation": "shared_dir:crates/pons-core/src/report", "weight": 1.0 }, + { + "from": "crates/pons-rules/src/t0/swallowed_error.rs", + "to": "crates/pons-rules/src/t0/empty_effect_loop.rs", + "relation": "shared_dir:crates/pons-rules/src/t0", + "weight": 1.0 + }, + { + "from": "crates/pons-rules/src/t0/empty_effect_loop.rs", + "to": "crates/pons-rules/src/t0/unreachable_after_jump.rs", + "relation": "shared_dir:crates/pons-rules/src/t0", + "weight": 1.0 + }, { "from": "crates/pons-rules/src/t0/unreachable_after_jump.rs", "to": "crates/pons-rules/src/t0/string_concat_in_loop.rs", @@ -544,43 +544,43 @@ }, { "from": "crates/pons-rules/src/t0/string_concat_in_loop.rs", - "to": "crates/pons-rules/src/t0/constant_condition.rs", + "to": "crates/pons-rules/src/t0/self_assignment.rs", "relation": "shared_dir:crates/pons-rules/src/t0", "weight": 1.0 }, { - "from": "crates/pons-rules/src/t0/constant_condition.rs", - "to": "crates/pons-rules/src/t0/self_assignment.rs", + "from": "crates/pons-rules/src/t0/self_assignment.rs", + "to": "crates/pons-rules/src/t0/while_true_no_break.rs", "relation": "shared_dir:crates/pons-rules/src/t0", "weight": 1.0 }, { - "from": "crates/pons-rules/src/t0/self_assignment.rs", - "to": "crates/pons-rules/src/t0/swallowed_error.rs", + "from": "crates/pons-rules/src/t0/while_true_no_break.rs", + "to": "crates/pons-rules/src/t0/constant_condition.rs", "relation": "shared_dir:crates/pons-rules/src/t0", "weight": 1.0 }, { - "from": "crates/pons-rules/src/t0/swallowed_error.rs", + "from": "crates/pons-rules/src/t0/constant_condition.rs", "to": "crates/pons-rules/src/t0/div_by_literal_zero.rs", "relation": "shared_dir:crates/pons-rules/src/t0", "weight": 1.0 }, { - "from": "crates/pons-rules/src/t0/div_by_literal_zero.rs", - "to": "crates/pons-rules/src/t0/while_true_no_break.rs", - "relation": "shared_dir:crates/pons-rules/src/t0", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": ".machine_readable/contractiles/intend/intend.ncl", + "relation": "shared_dir:.machine_readable/contractiles/intend", "weight": 1.0 }, { - "from": "crates/pons-rules/src/t0/while_true_no_break.rs", - "to": "crates/pons-rules/src/t0/empty_effect_loop.rs", - "relation": "shared_dir:crates/pons-rules/src/t0", + "from": "crates/pons-core/src/engine.rs", + "to": "crates/pons-core/src/source.rs", + "relation": "shared_dir:crates/pons-core/src", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", - "to": ".machine_readable/contractiles/dust/dust.ncl", + "from": ".machine_readable/contractiles/dust/dust.ncl", + "to": ".machine_readable/contractiles/dust/dust.k9.ncl", "relation": "shared_dir:.machine_readable/contractiles/dust", "weight": 1.0 }, @@ -591,9 +591,9 @@ "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", - "to": ".machine_readable/contractiles/intend/intend.ncl", - "relation": "shared_dir:.machine_readable/contractiles/intend", + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "to": ".machine_readable/contractiles/bust/bust.ncl", + "relation": "shared_dir:.machine_readable/contractiles/bust", "weight": 1.0 } ] @@ -606,40 +606,27 @@ "severity_value": 3.5, "files": [ "fixtures/empty-effect-loop/positive/basic.py", - "fixtures/constant-condition/negative/basic.py", + "fixtures/while-true-no-break/negative/basic.py", "fixtures/while-true-no-break/positive/basic.py", - "fixtures/while-true-no-break/negative/basic.py" + "fixtures/constant-condition/negative/basic.py" ], "frameworks": [], "relation": "UnboundedLoop->Time" }, - { - "source_category": "UnboundedLoop", - "sink_axis": "cpu", - "severity_value": 3.5, - "files": [ - "fixtures/empty-effect-loop/positive/basic.py", - "fixtures/constant-condition/negative/basic.py", - "fixtures/while-true-no-break/positive/basic.py", - "fixtures/while-true-no-break/negative/basic.py" - ], - "frameworks": [], - "relation": "UnboundedLoop->Cpu" - }, { "source_category": "PanicPath", "sink_axis": "disk", "severity_value": 2.5, "files": [ + "crates/pons-core/src/report/sarif.rs", + "crates/pons-rules/src/t0/swallowed_error.rs", + "crates/pons-rules/src/t0/empty_effect_loop.rs", "crates/pons-rules/src/t0/unreachable_after_jump.rs", "crates/pons-rules/src/t0/string_concat_in_loop.rs", - "crates/pons-rules/src/t0/constant_condition.rs", "crates/pons-rules/src/t0/self_assignment.rs", - "crates/pons-rules/src/t0/swallowed_error.rs", - "crates/pons-rules/src/t0/div_by_literal_zero.rs", "crates/pons-rules/src/t0/while_true_no_break.rs", - "crates/pons-rules/src/t0/empty_effect_loop.rs", - "crates/pons-core/src/report/sarif.rs" + "crates/pons-rules/src/t0/constant_condition.rs", + "crates/pons-rules/src/t0/div_by_literal_zero.rs" ], "frameworks": [], "relation": "PanicPath->Disk" @@ -649,18 +636,31 @@ "sink_axis": "memory", "severity_value": 2.5, "files": [ + "crates/pons-core/src/report/sarif.rs", + "crates/pons-rules/src/t0/swallowed_error.rs", + "crates/pons-rules/src/t0/empty_effect_loop.rs", "crates/pons-rules/src/t0/unreachable_after_jump.rs", "crates/pons-rules/src/t0/string_concat_in_loop.rs", - "crates/pons-rules/src/t0/constant_condition.rs", "crates/pons-rules/src/t0/self_assignment.rs", - "crates/pons-rules/src/t0/swallowed_error.rs", - "crates/pons-rules/src/t0/div_by_literal_zero.rs", "crates/pons-rules/src/t0/while_true_no_break.rs", - "crates/pons-rules/src/t0/empty_effect_loop.rs", - "crates/pons-core/src/report/sarif.rs" + "crates/pons-rules/src/t0/constant_condition.rs", + "crates/pons-rules/src/t0/div_by_literal_zero.rs" ], "frameworks": [], "relation": "PanicPath->Memory" + }, + { + "source_category": "UnboundedLoop", + "sink_axis": "cpu", + "severity_value": 3.5, + "files": [ + "fixtures/empty-effect-loop/positive/basic.py", + "fixtures/while-true-no-break/negative/basic.py", + "fixtures/while-true-no-break/positive/basic.py", + "fixtures/constant-condition/negative/basic.py" + ], + "frameworks": [], + "relation": "UnboundedLoop->Cpu" } ] } diff --git a/scans/ponyiser.json b/scans/ponyiser.json index 1a2f68d6..b5c71603 100644 --- a/scans/ponyiser.json +++ b/scans/ponyiser.json @@ -4,6 +4,18 @@ "language": "idris", "frameworks": [], "weak_points": [ + { + "category": "UnboundedAllocation", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, { "category": "PanicPath", "location": "src/codegen/parser.rs", @@ -27,18 +39,6 @@ ], "test_context": "production" }, - { - "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, { "category": "MutationGap", "location": "Cargo.toml", @@ -69,6 +69,16 @@ "io_operations": 8, "threading_constructs": 0 }, + { + "file_path": "scripts/abi-ffi-gate.jl", + "lines": 116, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, { "file_path": "scripts/install-zig.sh", "lines": 59, @@ -80,23 +90,23 @@ "threading_constructs": 0 }, { - "file_path": "scripts/abi-ffi-gate.jl", - "lines": 116, + "file_path": "src/abi/mod.rs", + "lines": 433, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 287, + "file_path": "src/manifest/mod.rs", + "lines": 528, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { @@ -109,16 +119,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/codegen/capability.rs", - "lines": 407, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/codegen/pony_gen.rs", "lines": 344, @@ -131,12 +131,12 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 535, - "unsafe_blocks": 2, + "file_path": "src/codegen/capability.rs", + "lines": 407, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, @@ -151,48 +151,48 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/mod.rs", - "lines": 433, - "unsafe_blocks": 0, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 535, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 528, + "file_path": "setup.sh", + "lines": 287, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ "memory", - "disk", - "cpu" + "cpu", + "disk" ], "dependency_graph": { "edges": [ { "from": "src/codegen/parser.rs", - "to": "src/codegen/capability.rs", + "to": "src/codegen/pony_gen.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/codegen/capability.rs", - "to": "src/codegen/pony_gen.rs", + "from": "src/codegen/pony_gen.rs", + "to": "src/codegen/capability.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", "relation": "shared_dir:scripts", "weight": 1.0 } @@ -201,44 +201,44 @@ "taint_matrix": { "rows": [ { - "source_category": "UnsafeCode", + "source_category": "UnboundedAllocation", "sink_axis": "memory", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "src/interface/ffi/src/main.zig" + "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/manifest/mod.rs" + "src/codegen/parser.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "PanicPath->Memory" }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ "src/manifest/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "PanicPath", + "source_category": "UnsafeCode", "sink_axis": "memory", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ - "src/codegen/parser.rs" + "src/interface/ffi/src/main.zig" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "UnsafeCode->Memory" }, { "source_category": "PanicPath", diff --git a/scans/pow-the-game.json b/scans/pow-the-game.json index bc1b4df4..6701fd1a 100644 --- a/scans/pow-the-game.json +++ b/scans/pow-the-game.json @@ -4,6 +4,17 @@ "language": "shell", "frameworks": [], "weak_points": [ + { + "category": "InsecureProtocol", + "location": "tests/schema/reject_http_url.ncl", + "file": "tests/schema/reject_http_url.ncl", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in tests/schema/reject_http_url.ncl", + "recommended_attack": [ + "network" + ], + "test_context": "test_only" + }, { "category": "CommandInjection", "location": "tests/schema/run_schema_tests.sh", @@ -16,17 +27,6 @@ ], "test_context": "test_only" }, - { - "category": "InsecureProtocol", - "location": "tests/schema/reject_http_url.ncl", - "file": "tests/schema/reject_http_url.ncl", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in tests/schema/reject_http_url.ncl", - "recommended_attack": [ - "network" - ], - "test_context": "test_only" - }, { "category": "MutationGap", "location": "Cargo.toml", @@ -69,15 +69,25 @@ } ], "recommended_attacks": [ - "disk", + "cpu", "network", - "cpu" + "disk" ], "dependency_graph": { "edges": [] }, "taint_matrix": { "rows": [ + { + "source_category": "InsecureProtocol", + "sink_axis": "network", + "severity_value": 2.5, + "files": [ + "tests/schema/reject_http_url.ncl" + ], + "frameworks": [], + "relation": "InsecureProtocol->Network" + }, { "source_category": "CommandInjection", "sink_axis": "disk", @@ -97,16 +107,6 @@ ], "frameworks": [], "relation": "CommandInjection->Cpu" - }, - { - "source_category": "InsecureProtocol", - "sink_axis": "network", - "severity_value": 2.5, - "files": [ - "tests/schema/reject_http_url.ncl" - ], - "frameworks": [], - "relation": "InsecureProtocol->Network" } ] } diff --git a/scans/presswerk.json b/scans/presswerk.json index 9e81e845..1ae895e2 100644 --- a/scans/presswerk.json +++ b/scans/presswerk.json @@ -68,10 +68,10 @@ }, { "category": "UnsafeCode", - "location": "crates/presswerk-bridge/src/android/mod.rs", - "file": "crates/presswerk-bridge/src/android/mod.rs", + "location": "crates/presswerk-bridge/src/ios/mod.rs", + "file": "crates/presswerk-bridge/src/ios/mod.rs", "severity": "High", - "description": "2 unsafe blocks in crates/presswerk-bridge/src/android/mod.rs", + "description": "42 unsafe blocks in crates/presswerk-bridge/src/ios/mod.rs", "recommended_attack": [ "memory", "concurrency" @@ -83,7 +83,7 @@ "location": "crates/presswerk-bridge/src/ios/mod.rs", "file": "crates/presswerk-bridge/src/ios/mod.rs", "severity": "High", - "description": "42 unsafe blocks in crates/presswerk-bridge/src/ios/mod.rs", + "description": "Raw pointer cast in crates/presswerk-bridge/src/ios/mod.rs", "recommended_attack": [ "memory", "concurrency" @@ -92,10 +92,10 @@ }, { "category": "UnsafeCode", - "location": "crates/presswerk-bridge/src/ios/mod.rs", - "file": "crates/presswerk-bridge/src/ios/mod.rs", + "location": "crates/presswerk-bridge/src/android/mod.rs", + "file": "crates/presswerk-bridge/src/android/mod.rs", "severity": "High", - "description": "Raw pointer cast in crates/presswerk-bridge/src/ios/mod.rs", + "description": "2 unsafe blocks in crates/presswerk-bridge/src/android/mod.rs", "recommended_attack": [ "memory", "concurrency" @@ -123,15 +123,36 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, + { + "file_path": "crates/presswerk-app/src/services/data_dir.rs", + "lines": 36, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "crates/presswerk-app/src/services/app_services.rs", + "lines": 416, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 4, + "threading_constructs": 2 + }, { "file_path": "crates/presswerk-app/src/main.rs", "lines": 190, @@ -155,25 +176,26 @@ "threading_constructs": 0 }, { - "file_path": "crates/presswerk-app/src/services/data_dir.rs", - "lines": 36, + "file_path": "crates/presswerk-app/src/pages/edit.rs", + "lines": 239, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/presswerk-app/src/services/app_services.rs", - "lines": 416, + "file_path": "crates/presswerk-app/src/pages/add_printer.rs", + "lines": 174, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, + "safe_unwrap_calls": 1, "allocation_sites": 2, - "io_operations": 4, - "threading_constructs": 2 + "io_operations": 0, + "threading_constructs": 0 }, { "file_path": "crates/presswerk-app/src/pages/scan.rs", @@ -197,41 +219,39 @@ "threading_constructs": 0 }, { - "file_path": "crates/presswerk-app/src/pages/add_printer.rs", - "lines": 174, + "file_path": "crates/presswerk-app/src/pages/print.rs", + "lines": 337, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/presswerk-app/src/pages/edit.rs", - "lines": 239, + "file_path": "crates/presswerk-core/src/human_errors.rs", + "lines": 325, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/presswerk-app/src/pages/print.rs", - "lines": 337, + "file_path": "crates/presswerk-core/src/error.rs", + "lines": 170, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "crates/presswerk-print/benches/ipp_bench.rs", - "lines": 141, + "file_path": "crates/presswerk-core/src/types.rs", + "lines": 528, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -240,45 +260,44 @@ "threading_constructs": 0 }, { - "file_path": "crates/presswerk-print/src/ipp_client.rs", - "lines": 362, + "file_path": "crates/presswerk-print/benches/ipp_bench.rs", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 2, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/presswerk-print/src/resilience.rs", - "lines": 172, + "file_path": "crates/presswerk-print/src/ipp_server.rs", + "lines": 2210, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "safe_unwrap_calls": 7, + "allocation_sites": 8, + "io_operations": 10, + "threading_constructs": 2 }, { - "file_path": "crates/presswerk-print/src/queue.rs", - "lines": 501, + "file_path": "crates/presswerk-print/src/ipp_client.rs", + "lines": 362, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 14, - "io_operations": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/presswerk-print/src/diagnostics.rs", - "lines": 514, + "file_path": "crates/presswerk-print/src/capabilities.rs", + "lines": 340, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, + "safe_unwrap_calls": 2, "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 @@ -294,37 +313,26 @@ "threading_constructs": 0 }, { - "file_path": "crates/presswerk-print/src/capabilities.rs", - "lines": 340, + "file_path": "crates/presswerk-print/src/queue.rs", + "lines": 501, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, + "safe_unwrap_calls": 8, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/presswerk-print/src/ipp_server.rs", - "lines": 2210, + "file_path": "crates/presswerk-print/src/resilience.rs", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 8, - "io_operations": 10, - "threading_constructs": 2 - }, - { - "file_path": "crates/presswerk-print/src/discovery.rs", - "lines": 297, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 6, - "allocation_sites": 2, + "safe_unwrap_calls": 4, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 1 }, { "file_path": "crates/presswerk-print/src/protocol.rs", @@ -338,54 +346,46 @@ "threading_constructs": 0 }, { - "file_path": "crates/presswerk-core/src/human_errors.rs", - "lines": 325, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "crates/presswerk-core/src/error.rs", - "lines": 170, + "file_path": "crates/presswerk-print/src/diagnostics.rs", + "lines": 514, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 7, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/presswerk-core/src/types.rs", - "lines": 528, + "file_path": "crates/presswerk-print/src/discovery.rs", + "lines": 297, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 6, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "crates/presswerk-document/src/scan/enhance.rs", - "lines": 749, + "file_path": "crates/presswerk-document/src/image/processor.rs", + "lines": 284, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 4, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/presswerk-document/src/image/processor.rs", - "lines": 284, + "file_path": "crates/presswerk-document/src/pdf/reader.rs", + "lines": 377, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { @@ -400,13 +400,23 @@ "threading_constructs": 0 }, { - "file_path": "crates/presswerk-document/src/pdf/reader.rs", - "lines": 377, + "file_path": "crates/presswerk-document/src/scan/enhance.rs", + "lines": 749, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "crates/presswerk-security/src/audit.rs", + "lines": 282, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 8, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, @@ -421,14 +431,14 @@ "threading_constructs": 0 }, { - "file_path": "crates/presswerk-security/src/audit.rs", - "lines": 282, - "unsafe_blocks": 0, + "file_path": "crates/presswerk-bridge/src/ios/mod.rs", + "lines": 1036, + "unsafe_blocks": 42, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 1 }, { "file_path": "crates/presswerk-bridge/src/lib.rs", @@ -450,26 +460,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "crates/presswerk-bridge/src/ios/mod.rs", - "lines": 1036, - "unsafe_blocks": 42, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 1 - }, - { - "file_path": "src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "ffi/zig/test/integration_test.zig", "lines": 182, @@ -491,146 +481,144 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", "cpu", + "memory", "concurrency", "disk" ], "dependency_graph": { "edges": [ { - "from": "crates/presswerk-core/src/human_errors.rs", - "to": "crates/presswerk-core/src/error.rs", - "relation": "shared_dir:crates/presswerk-core/src", - "weight": 1.0 - }, - { - "from": "crates/presswerk-core/src/error.rs", - "to": "crates/presswerk-core/src/types.rs", - "relation": "shared_dir:crates/presswerk-core/src", - "weight": 1.0 - }, - { - "from": "crates/presswerk-app/src/main.rs", - "to": "crates/presswerk-app/src/state.rs", - "relation": "shared_dir:crates/presswerk-app/src", + "from": "crates/presswerk-print/src/ipp_server.rs", + "to": "crates/presswerk-print/src/ipp_client.rs", + "relation": "shared_dir:crates/presswerk-print/src", "weight": 1.0 }, { - "from": "crates/presswerk-app/src/services/data_dir.rs", - "to": "crates/presswerk-app/src/services/app_services.rs", - "relation": "shared_dir:crates/presswerk-app/src/services", + "from": "crates/presswerk-print/src/ipp_client.rs", + "to": "crates/presswerk-print/src/capabilities.rs", + "relation": "shared_dir:crates/presswerk-print/src", "weight": 1.0 }, { - "from": "crates/presswerk-security/src/storage.rs", - "to": "crates/presswerk-security/src/audit.rs", - "relation": "shared_dir:crates/presswerk-security/src", + "from": "crates/presswerk-print/src/capabilities.rs", + "to": "crates/presswerk-print/src/retry.rs", + "relation": "shared_dir:crates/presswerk-print/src", "weight": 1.0 }, { - "from": "crates/presswerk-document/src/pdf/writer.rs", - "to": "crates/presswerk-document/src/pdf/reader.rs", - "relation": "shared_dir:crates/presswerk-document/src/pdf", + "from": "crates/presswerk-print/src/retry.rs", + "to": "crates/presswerk-print/src/queue.rs", + "relation": "shared_dir:crates/presswerk-print/src", "weight": 1.0 }, { - "from": "crates/presswerk-print/src/ipp_client.rs", + "from": "crates/presswerk-print/src/queue.rs", "to": "crates/presswerk-print/src/resilience.rs", "relation": "shared_dir:crates/presswerk-print/src", "weight": 1.0 }, { "from": "crates/presswerk-print/src/resilience.rs", - "to": "crates/presswerk-print/src/queue.rs", + "to": "crates/presswerk-print/src/protocol.rs", "relation": "shared_dir:crates/presswerk-print/src", "weight": 1.0 }, { - "from": "crates/presswerk-print/src/queue.rs", + "from": "crates/presswerk-print/src/protocol.rs", "to": "crates/presswerk-print/src/diagnostics.rs", "relation": "shared_dir:crates/presswerk-print/src", "weight": 1.0 }, { "from": "crates/presswerk-print/src/diagnostics.rs", - "to": "crates/presswerk-print/src/retry.rs", - "relation": "shared_dir:crates/presswerk-print/src", - "weight": 1.0 - }, - { - "from": "crates/presswerk-print/src/retry.rs", - "to": "crates/presswerk-print/src/capabilities.rs", + "to": "crates/presswerk-print/src/discovery.rs", "relation": "shared_dir:crates/presswerk-print/src", "weight": 1.0 }, { - "from": "crates/presswerk-print/src/capabilities.rs", - "to": "crates/presswerk-print/src/ipp_server.rs", - "relation": "shared_dir:crates/presswerk-print/src", + "from": "crates/presswerk-security/src/audit.rs", + "to": "crates/presswerk-security/src/storage.rs", + "relation": "shared_dir:crates/presswerk-security/src", "weight": 1.0 }, { - "from": "crates/presswerk-print/src/ipp_server.rs", - "to": "crates/presswerk-print/src/discovery.rs", - "relation": "shared_dir:crates/presswerk-print/src", + "from": "crates/presswerk-core/src/human_errors.rs", + "to": "crates/presswerk-core/src/error.rs", + "relation": "shared_dir:crates/presswerk-core/src", "weight": 1.0 }, { - "from": "crates/presswerk-print/src/discovery.rs", - "to": "crates/presswerk-print/src/protocol.rs", - "relation": "shared_dir:crates/presswerk-print/src", + "from": "crates/presswerk-core/src/error.rs", + "to": "crates/presswerk-core/src/types.rs", + "relation": "shared_dir:crates/presswerk-core/src", "weight": 1.0 }, { - "from": "crates/presswerk-app/src/pages/scan.rs", - "to": "crates/presswerk-app/src/pages/easy_print.rs", + "from": "crates/presswerk-app/src/pages/edit.rs", + "to": "crates/presswerk-app/src/pages/add_printer.rs", "relation": "shared_dir:crates/presswerk-app/src/pages", "weight": 1.0 }, { - "from": "crates/presswerk-app/src/pages/easy_print.rs", - "to": "crates/presswerk-app/src/pages/add_printer.rs", + "from": "crates/presswerk-app/src/pages/add_printer.rs", + "to": "crates/presswerk-app/src/pages/scan.rs", "relation": "shared_dir:crates/presswerk-app/src/pages", "weight": 1.0 }, { - "from": "crates/presswerk-app/src/pages/add_printer.rs", - "to": "crates/presswerk-app/src/pages/edit.rs", + "from": "crates/presswerk-app/src/pages/scan.rs", + "to": "crates/presswerk-app/src/pages/easy_print.rs", "relation": "shared_dir:crates/presswerk-app/src/pages", "weight": 1.0 }, { - "from": "crates/presswerk-app/src/pages/edit.rs", + "from": "crates/presswerk-app/src/pages/easy_print.rs", "to": "crates/presswerk-app/src/pages/print.rs", "relation": "shared_dir:crates/presswerk-app/src/pages", "weight": 1.0 }, { - "from": "setup.sh", - "to": "Networking", - "relation": "framework", + "from": "crates/presswerk-app/src/services/data_dir.rs", + "to": "crates/presswerk-app/src/services/app_services.rs", + "relation": "shared_dir:crates/presswerk-app/src/services", "weight": 1.0 }, { "from": "crates/presswerk-app/src/main.rs", - "to": "Networking", - "relation": "framework", + "to": "crates/presswerk-app/src/state.rs", + "relation": "shared_dir:crates/presswerk-app/src", "weight": 1.0 }, { - "from": "crates/presswerk-app/src/state.rs", + "from": "crates/presswerk-document/src/pdf/reader.rs", + "to": "crates/presswerk-document/src/pdf/writer.rs", + "relation": "shared_dir:crates/presswerk-document/src/pdf", + "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -648,19 +636,13 @@ "weight": 4.0 }, { - "from": "crates/presswerk-app/src/pages/scan.rs", - "to": "Networking", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "crates/presswerk-app/src/pages/easy_print.rs", + "from": "crates/presswerk-app/src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/presswerk-app/src/pages/add_printer.rs", + "from": "crates/presswerk-app/src/state.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -672,49 +654,49 @@ "weight": 1.0 }, { - "from": "crates/presswerk-app/src/pages/print.rs", + "from": "crates/presswerk-app/src/pages/add_printer.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/presswerk-print/benches/ipp_bench.rs", + "from": "crates/presswerk-app/src/pages/scan.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/presswerk-print/src/ipp_client.rs", + "from": "crates/presswerk-app/src/pages/easy_print.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/presswerk-print/src/resilience.rs", + "from": "crates/presswerk-app/src/pages/print.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/presswerk-print/src/queue.rs", + "from": "crates/presswerk-core/src/human_errors.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/presswerk-print/src/diagnostics.rs", + "from": "crates/presswerk-core/src/error.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/presswerk-print/src/retry.rs", + "from": "crates/presswerk-core/src/types.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/presswerk-print/src/capabilities.rs", + "from": "crates/presswerk-print/benches/ipp_bench.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -726,49 +708,55 @@ "weight": 4.0 }, { - "from": "crates/presswerk-print/src/discovery.rs", + "from": "crates/presswerk-print/src/ipp_client.rs", "to": "Networking", "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { - "from": "crates/presswerk-print/src/protocol.rs", + "from": "crates/presswerk-print/src/capabilities.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/presswerk-core/src/human_errors.rs", + "from": "crates/presswerk-print/src/retry.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/presswerk-core/src/error.rs", + "from": "crates/presswerk-print/src/queue.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/presswerk-core/src/types.rs", + "from": "crates/presswerk-print/src/resilience.rs", + "to": "Networking", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "crates/presswerk-print/src/protocol.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/presswerk-document/src/scan/enhance.rs", + "from": "crates/presswerk-print/src/diagnostics.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "crates/presswerk-document/src/image/processor.rs", + "from": "crates/presswerk-print/src/discovery.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 7.0 }, { - "from": "crates/presswerk-document/src/pdf/writer.rs", + "from": "crates/presswerk-document/src/image/processor.rs", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -780,28 +768,28 @@ "weight": 1.0 }, { - "from": "crates/presswerk-security/src/storage.rs", + "from": "crates/presswerk-document/src/pdf/writer.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/presswerk-security/src/audit.rs", + "from": "crates/presswerk-document/src/scan/enhance.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "crates/presswerk-bridge/src/lib.rs", + "from": "crates/presswerk-security/src/audit.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/presswerk-bridge/src/android/mod.rs", + "from": "crates/presswerk-security/src/storage.rs", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { "from": "crates/presswerk-bridge/src/ios/mod.rs", @@ -810,10 +798,16 @@ "weight": 128.0 }, { - "from": "src/abi/Foreign.idr", + "from": "crates/presswerk-bridge/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 36.0 + "weight": 1.0 + }, + { + "from": "crates/presswerk-bridge/src/android/mod.rs", + "to": "Networking", + "relation": "framework", + "weight": 6.0 }, { "from": "ffi/zig/test/integration_test.zig", @@ -828,7 +822,13 @@ "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "src/abi/Foreign.idr", + "to": "Networking", + "relation": "framework", + "weight": 36.0 + }, + { + "from": "setup.sh", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -838,28 +838,25 @@ "taint_matrix": { "rows": [ { - "source_category": "PanicPath", + "source_category": "UnboundedAllocation", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "crates/presswerk-app/src/main.rs", - "crates/presswerk-print/src/diagnostics.rs", - "crates/presswerk-print/src/discovery.rs", - "crates/presswerk-document/src/scan/enhance.rs" + "crates/presswerk-security/src/storage.rs" ], "frameworks": [ "Networking" ], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "UnsafeCode", "sink_axis": "concurrency", "severity_value": 3.5, "files": [ - "crates/presswerk-bridge/src/android/mod.rs", "crates/presswerk-bridge/src/ios/mod.rs", - "crates/presswerk-bridge/src/ios/mod.rs" + "crates/presswerk-bridge/src/ios/mod.rs", + "crates/presswerk-bridge/src/android/mod.rs" ], "frameworks": [ "Networking" @@ -867,40 +864,40 @@ "relation": "UnsafeCode->Concurrency" }, { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "crates/presswerk-app/src/main.rs", - "crates/presswerk-print/src/diagnostics.rs", - "crates/presswerk-print/src/discovery.rs", - "crates/presswerk-document/src/scan/enhance.rs" + "crates/presswerk-security/src/storage.rs" ], "frameworks": [ "Networking" ], - "relation": "PanicPath->Disk" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "crates/presswerk-security/src/storage.rs" + "crates/presswerk-app/src/main.rs", + "crates/presswerk-print/src/diagnostics.rs", + "crates/presswerk-print/src/discovery.rs", + "crates/presswerk-document/src/scan/enhance.rs" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Disk" }, { "source_category": "UnsafeCode", "sink_axis": "memory", "severity_value": 3.5, "files": [ - "crates/presswerk-bridge/src/android/mod.rs", "crates/presswerk-bridge/src/ios/mod.rs", - "crates/presswerk-bridge/src/ios/mod.rs" + "crates/presswerk-bridge/src/ios/mod.rs", + "crates/presswerk-bridge/src/android/mod.rs" ], "frameworks": [ "Networking" @@ -908,16 +905,19 @@ "relation": "UnsafeCode->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "crates/presswerk-security/src/storage.rs" + "crates/presswerk-app/src/main.rs", + "crates/presswerk-print/src/diagnostics.rs", + "crates/presswerk-print/src/discovery.rs", + "crates/presswerk-document/src/scan/enhance.rs" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "PanicPath->Memory" } ] } diff --git a/scans/project-wharf.json b/scans/project-wharf.json index 0cf6ad7a..5ae3ed88 100644 --- a/scans/project-wharf.json +++ b/scans/project-wharf.json @@ -7,51 +7,6 @@ "WebServer" ], "weak_points": [ - { - "category": "PathTraversal", - "location": "project-wharf-launcher.sh", - "file": "project-wharf-launcher.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in project-wharf-launcher.sh", - "recommended_attack": [ - "disk" - ], - "test_context": "production" - }, - { - "category": "PathTraversal", - "location": "deploy/local-test.sh", - "file": "deploy/local-test.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in deploy/local-test.sh", - "recommended_attack": [ - "disk" - ], - "test_context": "production" - }, - { - "category": "PathTraversal", - "location": "deploy/setup.sh", - "file": "deploy/setup.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in deploy/setup.sh", - "recommended_attack": [ - "disk" - ], - "test_context": "production" - }, - { - "category": "PathTraversal", - "location": "scripts/smoke_test.sh", - "file": "scripts/smoke_test.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/smoke_test.sh", - "recommended_attack": [ - "disk" - ], - "suppressed": true, - "test_context": "production" - }, { "category": "UnsafeCode", "location": "crates/wharf-ebpf/src/main.rs", @@ -88,23 +43,23 @@ "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "crates/wharf-core/src/config.rs", - "file": "crates/wharf-core/src/config.rs", + "category": "PanicPath", + "location": "crates/wharf-core/src/crypto.rs", + "file": "crates/wharf-core/src/crypto.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/wharf-core/src/config.rs", + "description": "0 panic sites and 4 unwrap/expect calls in crates/wharf-core/src/crypto.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "crates/wharf-core/src/nebula.rs", - "file": "crates/wharf-core/src/nebula.rs", + "location": "crates/wharf-core/src/fleet.rs", + "file": "crates/wharf-core/src/fleet.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/wharf-core/src/nebula.rs", + "description": "Potential unbounded allocation pattern detected in crates/wharf-core/src/fleet.rs", "recommended_attack": [ "memory", "cpu" @@ -112,23 +67,23 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "crates/wharf-core/src/crypto.rs", - "file": "crates/wharf-core/src/crypto.rs", + "category": "UnboundedAllocation", + "location": "crates/wharf-core/src/nebula.rs", + "file": "crates/wharf-core/src/nebula.rs", "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in crates/wharf-core/src/crypto.rs", + "description": "Potential unbounded allocation pattern detected in crates/wharf-core/src/nebula.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "crates/wharf-core/src/fleet.rs", - "file": "crates/wharf-core/src/fleet.rs", + "location": "crates/wharf-core/src/config.rs", + "file": "crates/wharf-core/src/config.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/wharf-core/src/fleet.rs", + "description": "Potential unbounded allocation pattern detected in crates/wharf-core/src/config.rs", "recommended_attack": [ "memory", "cpu" @@ -159,6 +114,51 @@ ], "test_context": "production" }, + { + "category": "PathTraversal", + "location": "scripts/smoke_test.sh", + "file": "scripts/smoke_test.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in scripts/smoke_test.sh", + "recommended_attack": [ + "disk" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "PathTraversal", + "location": "project-wharf-launcher.sh", + "file": "project-wharf-launcher.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in project-wharf-launcher.sh", + "recommended_attack": [ + "disk" + ], + "test_context": "production" + }, + { + "category": "PathTraversal", + "location": "deploy/local-test.sh", + "file": "deploy/local-test.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in deploy/local-test.sh", + "recommended_attack": [ + "disk" + ], + "test_context": "production" + }, + { + "category": "PathTraversal", + "location": "deploy/setup.sh", + "file": "deploy/setup.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in deploy/setup.sh", + "recommended_attack": [ + "disk" + ], + "test_context": "production" + }, { "category": "PanicPath", "location": "bin/yacht-agent/src/main.rs", @@ -195,115 +195,110 @@ }, "file_statistics": [ { - "file_path": "project-wharf-launcher.sh", - "lines": 86, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "deploy/local-test.sh", - "lines": 176, - "unsafe_blocks": 0, + "file_path": "crates/wharf-ebpf/src/main.rs", + "lines": 168, + "unsafe_blocks": 14, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "deploy/verify-sqli.sh", - "lines": 159, + "file_path": "crates/wharf-core/src/crypto.rs", + "lines": 917, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "unwrap_calls": 4, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "deploy/setup.sh", - "lines": 172, + "file_path": "crates/wharf-core/src/mooring.rs", + "lines": 549, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, + "safe_unwrap_calls": 5, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/smoke_test.sh", - "lines": 228, + "file_path": "crates/wharf-core/src/fleet.rs", + "lines": 373, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 3, + "allocation_sites": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/deploy_yacht.sh", - "lines": 173, + "file_path": "crates/wharf-core/src/nebula.rs", + "lines": 1023, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 13, "threading_constructs": 0 }, { - "file_path": "scripts/render_zone.sh", - "lines": 67, + "file_path": "crates/wharf-core/src/sync.rs", + "lines": 249, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 2, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/wharf-ebpf/src/main.rs", - "lines": 168, - "unsafe_blocks": 14, + "file_path": "crates/wharf-core/src/config.rs", + "lines": 466, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "crates/wharf-core/src/config.rs", - "lines": 466, + "file_path": "crates/wharf-core/src/integrity.rs", + "lines": 539, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, + "safe_unwrap_calls": 7, + "allocation_sites": 34, "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "crates/wharf-core/src/nebula.rs", - "lines": 1023, + "file_path": "crates/wharf-core/src/mooring_client.rs", + "lines": 242, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 13, + "safe_unwrap_calls": 5, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/wharf-core/src/crypto.rs", - "lines": 917, + "file_path": "crates/wharf-core/src/errors.rs", + "lines": 30, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 5, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -318,100 +313,83 @@ "threading_constructs": 0 }, { - "file_path": "crates/wharf-core/src/errors.rs", - "lines": 30, + "file_path": "xtask/src/main.rs", + "lines": 211, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 3, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/wharf-core/src/mooring.rs", - "lines": 549, + "file_path": "scripts/smoke_test.sh", + "lines": 228, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/wharf-core/src/sync.rs", - "lines": 249, + "file_path": "scripts/deploy_yacht.sh", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "crates/wharf-core/src/fleet.rs", - "lines": 373, + "file_path": "scripts/render_zone.sh", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 8, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/wharf-core/src/mooring_client.rs", - "lines": 242, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 8, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "crates/wharf-core/src/integrity.rs", - "lines": 539, + "file_path": "project-wharf-launcher.sh", + "lines": 86, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 34, + "allocation_sites": 0, "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "xtask/src/main.rs", - "lines": 211, + "file_path": "deploy/local-test.sh", + "lines": 176, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "bin/wharf-cli/src/main.rs", - "lines": 1187, + "file_path": "deploy/setup.sh", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "bin/wharf-cli/src/ops/moor.rs", - "lines": 323, + "file_path": "deploy/verify-sqli.sh", + "lines": 159, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { @@ -434,337 +412,371 @@ "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 + }, + { + "file_path": "bin/wharf-cli/src/ops/moor.rs", + "lines": 323, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 6, + "threading_constructs": 0 + }, + { + "file_path": "bin/wharf-cli/src/main.rs", + "lines": 1187, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 6, + "io_operations": 0, + "threading_constructs": 0 } ], "recommended_attacks": [ + "cpu", "memory", "disk", - "network", - "cpu", - "concurrency" + "concurrency", + "network" ], "dependency_graph": { "edges": [ { - "from": "deploy/local-test.sh", + "from": "deploy/local-test.sh", + "to": "deploy/setup.sh", + "relation": "shared_dir:deploy", + "weight": 1.0 + }, + { + "from": "deploy/setup.sh", "to": "deploy/verify-sqli.sh", "relation": "shared_dir:deploy", "weight": 1.0 }, { - "from": "deploy/verify-sqli.sh", - "to": "deploy/setup.sh", - "relation": "shared_dir:deploy", + "from": "bin/yacht-agent/src/main.rs", + "to": "bin/yacht-agent/src/ebpf.rs", + "relation": "shared_dir:bin/yacht-agent/src", "weight": 1.0 }, { - "from": "scripts/smoke_test.sh", - "to": "scripts/deploy_yacht.sh", - "relation": "shared_dir:scripts", + "from": "crates/wharf-core/src/crypto.rs", + "to": "crates/wharf-core/src/mooring.rs", + "relation": "shared_dir:crates/wharf-core/src", "weight": 1.0 }, { - "from": "scripts/deploy_yacht.sh", - "to": "scripts/render_zone.sh", - "relation": "shared_dir:scripts", + "from": "crates/wharf-core/src/mooring.rs", + "to": "crates/wharf-core/src/fleet.rs", + "relation": "shared_dir:crates/wharf-core/src", "weight": 1.0 }, { - "from": "crates/wharf-core/src/config.rs", + "from": "crates/wharf-core/src/fleet.rs", "to": "crates/wharf-core/src/nebula.rs", "relation": "shared_dir:crates/wharf-core/src", "weight": 1.0 }, { "from": "crates/wharf-core/src/nebula.rs", - "to": "crates/wharf-core/src/crypto.rs", + "to": "crates/wharf-core/src/sync.rs", "relation": "shared_dir:crates/wharf-core/src", "weight": 1.0 }, { - "from": "crates/wharf-core/src/crypto.rs", - "to": "crates/wharf-core/src/snapshot.rs", + "from": "crates/wharf-core/src/sync.rs", + "to": "crates/wharf-core/src/config.rs", "relation": "shared_dir:crates/wharf-core/src", "weight": 1.0 }, { - "from": "crates/wharf-core/src/snapshot.rs", - "to": "crates/wharf-core/src/errors.rs", + "from": "crates/wharf-core/src/config.rs", + "to": "crates/wharf-core/src/integrity.rs", "relation": "shared_dir:crates/wharf-core/src", "weight": 1.0 }, { - "from": "crates/wharf-core/src/errors.rs", - "to": "crates/wharf-core/src/mooring.rs", + "from": "crates/wharf-core/src/integrity.rs", + "to": "crates/wharf-core/src/mooring_client.rs", "relation": "shared_dir:crates/wharf-core/src", "weight": 1.0 }, { - "from": "crates/wharf-core/src/mooring.rs", - "to": "crates/wharf-core/src/sync.rs", + "from": "crates/wharf-core/src/mooring_client.rs", + "to": "crates/wharf-core/src/errors.rs", "relation": "shared_dir:crates/wharf-core/src", "weight": 1.0 }, { - "from": "crates/wharf-core/src/sync.rs", - "to": "crates/wharf-core/src/fleet.rs", + "from": "crates/wharf-core/src/errors.rs", + "to": "crates/wharf-core/src/snapshot.rs", "relation": "shared_dir:crates/wharf-core/src", "weight": 1.0 }, { - "from": "crates/wharf-core/src/fleet.rs", - "to": "crates/wharf-core/src/mooring_client.rs", - "relation": "shared_dir:crates/wharf-core/src", + "from": "scripts/smoke_test.sh", + "to": "scripts/deploy_yacht.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "crates/wharf-core/src/mooring_client.rs", - "to": "crates/wharf-core/src/integrity.rs", - "relation": "shared_dir:crates/wharf-core/src", + "from": "scripts/deploy_yacht.sh", + "to": "scripts/render_zone.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "bin/yacht-agent/src/main.rs", - "to": "bin/yacht-agent/src/ebpf.rs", - "relation": "shared_dir:bin/yacht-agent/src", - "weight": 1.0 + "from": "crates/wharf-ebpf/src/main.rs", + "to": "Networking", + "relation": "framework", + "weight": 42.0 }, { - "from": "project-wharf-launcher.sh", + "from": "crates/wharf-ebpf/src/main.rs", + "to": "WebServer", + "relation": "framework", + "weight": 42.0 + }, + { + "from": "crates/wharf-core/src/crypto.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "project-wharf-launcher.sh", + "from": "crates/wharf-core/src/crypto.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "deploy/local-test.sh", + "from": "crates/wharf-core/src/mooring.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "deploy/local-test.sh", + "from": "crates/wharf-core/src/mooring.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "deploy/verify-sqli.sh", + "from": "crates/wharf-core/src/fleet.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "deploy/verify-sqli.sh", + "from": "crates/wharf-core/src/fleet.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "deploy/setup.sh", + "from": "crates/wharf-core/src/nebula.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "deploy/setup.sh", + "from": "crates/wharf-core/src/nebula.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/smoke_test.sh", + "from": "crates/wharf-core/src/sync.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/smoke_test.sh", + "from": "crates/wharf-core/src/sync.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/deploy_yacht.sh", + "from": "crates/wharf-core/src/config.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/deploy_yacht.sh", + "from": "crates/wharf-core/src/config.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/render_zone.sh", + "from": "crates/wharf-core/src/integrity.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/render_zone.sh", + "from": "crates/wharf-core/src/integrity.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-ebpf/src/main.rs", + "from": "crates/wharf-core/src/mooring_client.rs", "to": "Networking", "relation": "framework", - "weight": 42.0 + "weight": 1.0 }, { - "from": "crates/wharf-ebpf/src/main.rs", + "from": "crates/wharf-core/src/mooring_client.rs", "to": "WebServer", "relation": "framework", - "weight": 42.0 + "weight": 1.0 }, { - "from": "crates/wharf-core/src/config.rs", + "from": "crates/wharf-core/src/errors.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/config.rs", + "from": "crates/wharf-core/src/errors.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/nebula.rs", + "from": "crates/wharf-core/src/snapshot.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/nebula.rs", + "from": "crates/wharf-core/src/snapshot.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/crypto.rs", + "from": "xtask/src/main.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "crates/wharf-core/src/crypto.rs", + "from": "xtask/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "crates/wharf-core/src/snapshot.rs", + "from": "scripts/smoke_test.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/snapshot.rs", + "from": "scripts/smoke_test.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/errors.rs", + "from": "scripts/deploy_yacht.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/errors.rs", + "from": "scripts/deploy_yacht.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/mooring.rs", + "from": "scripts/render_zone.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/mooring.rs", + "from": "scripts/render_zone.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/sync.rs", + "from": "project-wharf-launcher.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/sync.rs", + "from": "project-wharf-launcher.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/fleet.rs", + "from": "deploy/local-test.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/fleet.rs", + "from": "deploy/local-test.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/mooring_client.rs", + "from": "deploy/setup.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/mooring_client.rs", + "from": "deploy/setup.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/integrity.rs", + "from": "deploy/verify-sqli.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/wharf-core/src/integrity.rs", + "from": "deploy/verify-sqli.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "xtask/src/main.rs", + "from": "bin/yacht-agent/src/main.rs", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 5.0 }, { - "from": "xtask/src/main.rs", + "from": "bin/yacht-agent/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 5.0 }, { - "from": "bin/wharf-cli/src/main.rs", + "from": "bin/yacht-agent/src/ebpf.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "bin/wharf-cli/src/main.rs", + "from": "bin/yacht-agent/src/ebpf.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -782,25 +794,13 @@ "weight": 1.0 }, { - "from": "bin/yacht-agent/src/main.rs", - "to": "Networking", - "relation": "framework", - "weight": 5.0 - }, - { - "from": "bin/yacht-agent/src/main.rs", - "to": "WebServer", - "relation": "framework", - "weight": 5.0 - }, - { - "from": "bin/yacht-agent/src/ebpf.rs", + "from": "bin/wharf-cli/src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "bin/yacht-agent/src/ebpf.rs", + "from": "bin/wharf-cli/src/main.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -810,46 +810,27 @@ "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "crates/wharf-core/src/config.rs", - "crates/wharf-core/src/nebula.rs", - "crates/wharf-core/src/fleet.rs", - "crates/wharf-core/src/integrity.rs", - "bin/yacht-agent/src/ebpf.rs" - ], - "frameworks": [ - "Networking", - "WebServer" - ], - "relation": "UnboundedAllocation->Cpu" - }, - { - "source_category": "PathTraversal", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "concurrency", + "severity_value": 3.5, "files": [ - "project-wharf-launcher.sh", - "deploy/local-test.sh", - "deploy/setup.sh", - "scripts/smoke_test.sh" + "crates/wharf-ebpf/src/main.rs", + "crates/wharf-ebpf/src/main.rs" ], "frameworks": [ "Networking", "WebServer" ], - "relation": "PathTraversal->Disk" + "relation": "UnsafeCode->Concurrency" }, { "source_category": "UnboundedAllocation", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "crates/wharf-core/src/config.rs", - "crates/wharf-core/src/nebula.rs", "crates/wharf-core/src/fleet.rs", + "crates/wharf-core/src/nebula.rs", + "crates/wharf-core/src/config.rs", "crates/wharf-core/src/integrity.rs", "bin/yacht-agent/src/ebpf.rs" ], @@ -861,7 +842,7 @@ }, { "source_category": "UnsafeCode", - "sink_axis": "concurrency", + "sink_axis": "memory", "severity_value": 3.5, "files": [ "crates/wharf-ebpf/src/main.rs", @@ -871,21 +852,38 @@ "Networking", "WebServer" ], - "relation": "UnsafeCode->Concurrency" + "relation": "UnsafeCode->Memory" }, { - "source_category": "UnsafeCode", + "source_category": "PanicPath", "sink_axis": "memory", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "crates/wharf-ebpf/src/main.rs", - "crates/wharf-ebpf/src/main.rs" + "crates/wharf-core/src/crypto.rs", + "xtask/src/main.rs", + "bin/yacht-agent/src/main.rs" ], "frameworks": [ "Networking", "WebServer" ], - "relation": "UnsafeCode->Memory" + "relation": "PanicPath->Memory" + }, + { + "source_category": "PathTraversal", + "sink_axis": "disk", + "severity_value": 2.5, + "files": [ + "scripts/smoke_test.sh", + "project-wharf-launcher.sh", + "deploy/local-test.sh", + "deploy/setup.sh" + ], + "frameworks": [ + "Networking", + "WebServer" + ], + "relation": "PathTraversal->Disk" }, { "source_category": "InsecureProtocol", @@ -901,19 +899,21 @@ "relation": "InsecureProtocol->Network" }, { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "crates/wharf-core/src/crypto.rs", - "xtask/src/main.rs", - "bin/yacht-agent/src/main.rs" + "crates/wharf-core/src/fleet.rs", + "crates/wharf-core/src/nebula.rs", + "crates/wharf-core/src/config.rs", + "crates/wharf-core/src/integrity.rs", + "bin/yacht-agent/src/ebpf.rs" ], "frameworks": [ "Networking", "WebServer" ], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "PanicPath", diff --git a/scans/proof-burrower.json b/scans/proof-burrower.json index cea5ade9..ecedcc2a 100644 --- a/scans/proof-burrower.json +++ b/scans/proof-burrower.json @@ -5,62 +5,74 @@ "frameworks": [], "weak_points": [ { - "category": "UnsafeCode", - "location": "crates/burrower-wasm/src/lib.rs", - "file": "crates/burrower-wasm/src/lib.rs", + "category": "PanicPath", + "location": "affinescript/tools/affine-doc/src/index.rs", + "file": "affinescript/tools/affine-doc/src/index.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in affinescript/tools/affine-doc/src/index.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "DynamicCodeExecution", + "location": "affinescript/tools/affine-doc/assets/search.js", + "file": "affinescript/tools/affine-doc/assets/search.js", "severity": "High", - "description": "3 unsafe blocks in crates/burrower-wasm/src/lib.rs", + "description": "DOM manipulation (innerHTML/document.write) in affinescript/tools/affine-doc/assets/search.js", "recommended_attack": [ "memory", - "concurrency" + "network" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "crates/burrower-core/src/corpus.rs", - "file": "crates/burrower-core/src/corpus.rs", + "category": "PanicPath", + "location": "affinescript/tools/affinescript-lsp/src/text_index.rs", + "file": "affinescript/tools/affinescript-lsp/src/text_index.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/burrower-core/src/corpus.rs", + "description": "0 panic sites and 1 unwrap/expect calls in affinescript/tools/affinescript-lsp/src/text_index.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "affinescript/tools/affine-pkg/src/config.rs", - "file": "affinescript/tools/affine-pkg/src/config.rs", + "category": "PanicPath", + "location": "affinescript/tools/affinescript-lsp/src/main.rs", + "file": "affinescript/tools/affinescript-lsp/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in affinescript/tools/affine-pkg/src/config.rs", + "description": "0 panic sites and 5 unwrap/expect calls in affinescript/tools/affinescript-lsp/src/main.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "UncheckedError", - "location": "affinescript/tools/affine-pkg/src/main.rs", - "file": "affinescript/tools/affine-pkg/src/main.rs", - "severity": "Low", - "description": "18 TODO/FIXME/HACK markers in affinescript/tools/affine-pkg/src/main.rs", + "category": "PanicPath", + "location": "affinescript/tools/affinescript-lsp/src/document.rs", + "file": "affinescript/tools/affinescript-lsp/src/document.rs", + "severity": "Medium", + "description": "0 panic sites and 5 unwrap/expect calls in affinescript/tools/affinescript-lsp/src/document.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "affinescript/tools/affine-pkg/src/lockfile.rs", - "file": "affinescript/tools/affine-pkg/src/lockfile.rs", + "category": "PanicPath", + "location": "affinescript/tools/affinescript-lsp/src/diagnostics.rs", + "file": "affinescript/tools/affinescript-lsp/src/diagnostics.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in affinescript/tools/affine-pkg/src/lockfile.rs", + "description": "0 panic sites and 2 unwrap/expect calls in affinescript/tools/affinescript-lsp/src/diagnostics.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, @@ -77,75 +89,63 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "affinescript/tools/affinescript-lsp/src/main.rs", - "file": "affinescript/tools/affinescript-lsp/src/main.rs", - "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in affinescript/tools/affinescript-lsp/src/main.rs", + "category": "UncheckedError", + "location": "affinescript/tools/affine-pkg/src/main.rs", + "file": "affinescript/tools/affine-pkg/src/main.rs", + "severity": "Low", + "description": "18 TODO/FIXME/HACK markers in affinescript/tools/affine-pkg/src/main.rs", "recommended_attack": [ - "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "affinescript/tools/affinescript-lsp/src/diagnostics.rs", - "file": "affinescript/tools/affinescript-lsp/src/diagnostics.rs", + "category": "UnboundedAllocation", + "location": "affinescript/tools/affine-pkg/src/lockfile.rs", + "file": "affinescript/tools/affine-pkg/src/lockfile.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in affinescript/tools/affinescript-lsp/src/diagnostics.rs", + "description": "Potential unbounded allocation pattern detected in affinescript/tools/affine-pkg/src/lockfile.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "affinescript/tools/affinescript-lsp/src/text_index.rs", - "file": "affinescript/tools/affinescript-lsp/src/text_index.rs", + "category": "UnboundedAllocation", + "location": "affinescript/tools/affine-pkg/src/config.rs", + "file": "affinescript/tools/affine-pkg/src/config.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in affinescript/tools/affinescript-lsp/src/text_index.rs", + "description": "Potential unbounded allocation pattern detected in affinescript/tools/affine-pkg/src/config.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "affinescript/tools/affinescript-lsp/src/document.rs", - "file": "affinescript/tools/affinescript-lsp/src/document.rs", + "category": "UnboundedAllocation", + "location": "crates/burrower-core/src/corpus.rs", + "file": "crates/burrower-core/src/corpus.rs", "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in affinescript/tools/affinescript-lsp/src/document.rs", + "description": "Potential unbounded allocation pattern detected in crates/burrower-core/src/corpus.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "affinescript/tools/affine-doc/assets/search.js", - "file": "affinescript/tools/affine-doc/assets/search.js", + "category": "UnsafeCode", + "location": "crates/burrower-wasm/src/lib.rs", + "file": "crates/burrower-wasm/src/lib.rs", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in affinescript/tools/affine-doc/assets/search.js", - "recommended_attack": [ - "memory", - "network" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "affinescript/tools/affine-doc/src/index.rs", - "file": "affinescript/tools/affine-doc/src/index.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in affinescript/tools/affine-doc/src/index.rs", + "description": "3 unsafe blocks in crates/burrower-wasm/src/lib.rs", "recommended_attack": [ "memory", - "disk" + "concurrency" ], + "suppressed": true, "test_context": "production" }, { @@ -169,125 +169,124 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/burrower-wasm/src/lib.rs", - "lines": 251, - "unsafe_blocks": 3, + "file_path": "affinescript/tools/affine-doc/src/html.rs", + "lines": 269, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0, - "ffi_safe_wrapper": true + "allocation_sites": 0, + "io_operations": 6, + "threading_constructs": 0 }, { - "file_path": "crates/burrower-core/tests/process_contract.rs", - "lines": 245, + "file_path": "affinescript/tools/affine-doc/src/render.rs", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "crates/burrower-core/src/ledger.rs", - "lines": 311, + "file_path": "affinescript/tools/affine-doc/src/extract.rs", + "lines": 293, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 3, - "threading_constructs": 1 + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "crates/burrower-core/src/specialist.rs", - "lines": 842, + "file_path": "affinescript/tools/affine-doc/src/index.rs", + "lines": 219, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 14, - "io_operations": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 5, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/burrower-core/src/goal.rs", - "lines": 161, + "file_path": "affinescript/tools/affinescript-lsp/src/text_index.rs", + "lines": 382, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/burrower-core/src/serve.rs", - "lines": 396, + "file_path": "affinescript/tools/affinescript-lsp/src/main.rs", + "lines": 517, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "unwrap_calls": 5, + "safe_unwrap_calls": 14, "allocation_sites": 4, - "io_operations": 10, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "crates/burrower-core/src/corpus.rs", - "lines": 218, + "file_path": "affinescript/tools/affinescript-lsp/src/document.rs", + "lines": 179, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 5, "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 1, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "crates/burrower-core/src/attempt.rs", - "lines": 641, + "file_path": "affinescript/tools/affinescript-lsp/src/diagnostics.rs", + "lines": 180, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, + "unwrap_calls": 2, "allocation_sites": 2, - "io_operations": 5, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 275, + "file_path": "affinescript/tools/affinescript-lsp/src/handlers.rs", + "lines": 830, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/Abi/Foreign.idr", - "lines": 83, - "unsafe_blocks": 4, + "file_path": "affinescript/tools/affinescript-dap/src/main.rs", + "lines": 172, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": "affinescript/tools/affine-pkg/src/manifest.rs", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -296,109 +295,120 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 141, + "file_path": "affinescript/tools/affine-pkg/src/storage.rs", + "lines": 196, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 16, "threading_constructs": 0 }, { - "file_path": "affinescript/examples/ownership.affine", - "lines": 14, + "file_path": "affinescript/tools/affine-pkg/src/build.rs", + "lines": 234, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 4, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript/examples/effects.affine", - "lines": 20, + "file_path": "affinescript/tools/affine-pkg/src/resolve.rs", + "lines": 191, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript/stdlib/io.affine", - "lines": 272, + "file_path": "affinescript/tools/affine-pkg/src/lockfile.rs", + "lines": 147, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 12, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "affinescript/stdlib/effects.affine", - "lines": 33, + "file_path": "affinescript/tools/affine-pkg/src/config.rs", + "lines": 234, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "affinescript/lib/parse_driver.ml", - "lines": 221, + "file_path": "affinescript/tools/affine-pkg/src/workspace.rs", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript/lib/parse.ml", - "lines": 219, + "file_path": "affinescript/tools/alib_conformance_gen.jl", + "lines": 176, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "affinescript/lib/interp.ml", - "lines": 1043, - "unsafe_blocks": 0, + "file_path": "affinescript/tests/parser/unsafe_read.affine", + "lines": 7, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "affinescript/lib/lsp_server.ml", - "lines": 562, - "unsafe_blocks": 0, + "file_path": "affinescript/tests/parser/unsafe_ops.affine", + "lines": 45, + "unsafe_blocks": 10, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "affinescript/lib/python_face.ml", - "lines": 284, - "unsafe_blocks": 0, + "file_path": "affinescript/tests/parser/unsafe_empty.affine", + "lines": 4, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript/lib/wasm_gc_encode.ml", - "lines": 368, - "unsafe_blocks": 0, + "file_path": "affinescript/tests/parser/unsafe_stmt.affine", + "lines": 4, + "unsafe_blocks": 2, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "affinescript/tests/parser/unsafe_simple.affine", + "lines": 10, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -406,8 +416,18 @@ "threading_constructs": 0 }, { - "file_path": "affinescript/lib/wasm_encode.ml", - "lines": 373, + "file_path": "affinescript/tests/parser/unsafe_all.affine", + "lines": 46, + "unsafe_blocks": 9, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "affinescript/lib/parse_driver.ml", + "lines": 221, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -416,206 +436,189 @@ "threading_constructs": 0 }, { - "file_path": "affinescript/tools/affine-pkg/src/storage.rs", - "lines": 196, + "file_path": "affinescript/lib/parse.ml", + "lines": 219, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 16, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript/tools/affine-pkg/src/build.rs", - "lines": 234, + "file_path": "affinescript/lib/wasm_gc_encode.ml", + "lines": 368, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript/tools/affine-pkg/src/config.rs", - "lines": 234, + "file_path": "affinescript/lib/python_face.ml", + "lines": 284, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript/tools/affine-pkg/src/workspace.rs", - "lines": 164, + "file_path": "affinescript/lib/interp.ml", + "lines": 1043, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "affinescript/tools/affine-pkg/src/resolve.rs", - "lines": 191, + "file_path": "affinescript/lib/wasm_encode.ml", + "lines": 373, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript/tools/affine-pkg/src/lockfile.rs", - "lines": 147, + "file_path": "affinescript/lib/lsp_server.ml", + "lines": 562, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript/tools/affine-pkg/src/manifest.rs", - "lines": 223, + "file_path": "affinescript/examples/ownership.affine", + "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript/tools/affinescript-dap/src/main.rs", - "lines": 172, + "file_path": "affinescript/examples/effects.affine", + "lines": 20, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "affinescript/tools/alib_conformance_gen.jl", - "lines": 176, + "file_path": "affinescript/conformance/valid/009_effect_def.affine", + "lines": 21, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript/tools/affinescript-lsp/src/main.rs", - "lines": 517, + "file_path": "affinescript/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 14, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 2 }, { - "file_path": "affinescript/tools/affinescript-lsp/src/diagnostics.rs", - "lines": 180, + "file_path": "affinescript/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 2, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript/tools/affinescript-lsp/src/text_index.rs", - "lines": 382, + "file_path": "affinescript/docs/guides/warmup/03_effects.affine", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "affinescript/tools/affinescript-lsp/src/handlers.rs", - "lines": 830, + "file_path": "affinescript/docs/guides/warmup/02_ownership.affine", + "lines": 71, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 8, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "affinescript/tools/affinescript-lsp/src/document.rs", - "lines": 179, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 5, + "threading_constructs": 0 }, { - "file_path": "affinescript/tools/affine-doc/src/html.rs", - "lines": 269, + "file_path": "affinescript/docs/guides/warmup/04_rows.affine", + "lines": 70, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "affinescript/tools/affine-doc/src/render.rs", - "lines": 121, + "file_path": "affinescript/docs/guides/warmup/01_basics.affine", + "lines": 53, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "affinescript/tools/affine-doc/src/extract.rs", - "lines": 293, + "file_path": "affinescript/packages/affine-js/types.d.affine", + "lines": 161, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "affinescript/tools/affine-doc/src/index.rs", - "lines": 219, + "file_path": "affinescript/packages/affine-js/mod.js", + "lines": 252, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 5, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript/tests/parser/unsafe_stmt.affine", - "lines": 4, - "unsafe_blocks": 2, + "file_path": "affinescript/run_wasm.js", + "lines": 26, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript/tests/parser/unsafe_simple.affine", - "lines": 10, - "unsafe_blocks": 2, + "file_path": "affinescript/test/e2e/fixtures/ownership.affine", + "lines": 15, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -623,43 +626,43 @@ "threading_constructs": 0 }, { - "file_path": "affinescript/tests/parser/unsafe_read.affine", - "lines": 7, - "unsafe_blocks": 2, + "file_path": "affinescript/test/e2e/fixtures/effects.affine", + "lines": 19, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript/tests/parser/unsafe_empty.affine", - "lines": 4, - "unsafe_blocks": 2, + "file_path": "affinescript/test/e2e/fixtures/counter.affine", + "lines": 77, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript/tests/parser/unsafe_all.affine", - "lines": 46, - "unsafe_blocks": 9, + "file_path": "affinescript/test/test_golden.ml", + "lines": 132, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript/tests/parser/unsafe_ops.affine", - "lines": 45, - "unsafe_blocks": 10, + "file_path": "affinescript/test/golden/effects.affine", + "lines": 10, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { @@ -673,325 +676,316 @@ "threading_constructs": 0 }, { - "file_path": "affinescript/test/test_golden.ml", - "lines": 132, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "affinescript/test/e2e/fixtures/counter.affine", - "lines": 77, + "file_path": "affinescript/stdlib/effects.affine", + "lines": 33, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "affinescript/test/e2e/fixtures/ownership.affine", - "lines": 15, + "file_path": "affinescript/stdlib/io.affine", + "lines": 272, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "affinescript/test/e2e/fixtures/effects.affine", - "lines": 19, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "affinescript/test/golden/effects.affine", - "lines": 10, + "file_path": "crates/burrower-core/tests/process_contract.rs", + "lines": 245, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "affinescript/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "crates/burrower-core/src/ledger.rs", + "lines": 311, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 3, + "threading_constructs": 1 }, { - "file_path": "affinescript/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "crates/burrower-core/src/goal.rs", + "lines": 161, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript/packages/affine-js/mod.js", - "lines": 252, + "file_path": "crates/burrower-core/src/serve.rs", + "lines": 396, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "affinescript/packages/affine-js/types.d.affine", - "lines": 161, + "file_path": "crates/burrower-core/src/corpus.rs", + "lines": 218, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "affinescript/conformance/valid/009_effect_def.affine", - "lines": 21, + "file_path": "crates/burrower-core/src/specialist.rs", + "lines": 842, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 14, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript/docs/guides/warmup/02_ownership.affine", - "lines": 71, + "file_path": "crates/burrower-core/src/attempt.rs", + "lines": 641, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "affinescript/docs/guides/warmup/01_basics.affine", - "lines": 53, - "unsafe_blocks": 0, + "file_path": "crates/burrower-wasm/src/lib.rs", + "lines": 251, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0, + "ffi_safe_wrapper": true }, { - "file_path": "affinescript/docs/guides/warmup/04_rows.affine", - "lines": 70, - "unsafe_blocks": 0, + "file_path": "src/interface/Abi/Foreign.idr", + "lines": 83, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript/docs/guides/warmup/03_effects.affine", - "lines": 77, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "affinescript/run_wasm.js", - "lines": 26, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ "concurrency", "disk", + "memory", "network", - "cpu", - "memory" + "cpu" ], "dependency_graph": { "edges": [ { - "from": "affinescript/packages/affine-js/mod.js", - "to": "affinescript/packages/affine-js/types.d.affine", - "relation": "shared_dir:affinescript/packages/affine-js", - "weight": 1.0 - }, - { - "from": "affinescript/test/e2e/fixtures/counter.affine", - "to": "affinescript/test/e2e/fixtures/ownership.affine", - "relation": "shared_dir:affinescript/test/e2e/fixtures", + "from": "crates/burrower-core/src/ledger.rs", + "to": "crates/burrower-core/src/goal.rs", + "relation": "shared_dir:crates/burrower-core/src", "weight": 1.0 }, { - "from": "affinescript/test/e2e/fixtures/ownership.affine", - "to": "affinescript/test/e2e/fixtures/effects.affine", - "relation": "shared_dir:affinescript/test/e2e/fixtures", + "from": "crates/burrower-core/src/goal.rs", + "to": "crates/burrower-core/src/serve.rs", + "relation": "shared_dir:crates/burrower-core/src", "weight": 1.0 }, { - "from": "affinescript/stdlib/io.affine", - "to": "affinescript/stdlib/effects.affine", - "relation": "shared_dir:affinescript/stdlib", + "from": "crates/burrower-core/src/serve.rs", + "to": "crates/burrower-core/src/corpus.rs", + "relation": "shared_dir:crates/burrower-core/src", "weight": 1.0 }, { - "from": "affinescript/tools/affinescript-lsp/src/main.rs", - "to": "affinescript/tools/affinescript-lsp/src/diagnostics.rs", - "relation": "shared_dir:affinescript/tools/affinescript-lsp/src", + "from": "crates/burrower-core/src/corpus.rs", + "to": "crates/burrower-core/src/specialist.rs", + "relation": "shared_dir:crates/burrower-core/src", "weight": 1.0 }, { - "from": "affinescript/tools/affinescript-lsp/src/diagnostics.rs", - "to": "affinescript/tools/affinescript-lsp/src/text_index.rs", - "relation": "shared_dir:affinescript/tools/affinescript-lsp/src", + "from": "crates/burrower-core/src/specialist.rs", + "to": "crates/burrower-core/src/attempt.rs", + "relation": "shared_dir:crates/burrower-core/src", "weight": 1.0 }, { - "from": "affinescript/tools/affinescript-lsp/src/text_index.rs", - "to": "affinescript/tools/affinescript-lsp/src/handlers.rs", - "relation": "shared_dir:affinescript/tools/affinescript-lsp/src", + "from": "affinescript/lib/parse_driver.ml", + "to": "affinescript/lib/parse.ml", + "relation": "shared_dir:affinescript/lib", "weight": 1.0 }, { - "from": "affinescript/tools/affinescript-lsp/src/handlers.rs", - "to": "affinescript/tools/affinescript-lsp/src/document.rs", - "relation": "shared_dir:affinescript/tools/affinescript-lsp/src", + "from": "affinescript/lib/parse.ml", + "to": "affinescript/lib/wasm_gc_encode.ml", + "relation": "shared_dir:affinescript/lib", "weight": 1.0 }, { - "from": "affinescript/examples/ownership.affine", - "to": "affinescript/examples/effects.affine", - "relation": "shared_dir:affinescript/examples", + "from": "affinescript/lib/wasm_gc_encode.ml", + "to": "affinescript/lib/python_face.ml", + "relation": "shared_dir:affinescript/lib", "weight": 1.0 }, { - "from": "affinescript/lib/parse_driver.ml", - "to": "affinescript/lib/parse.ml", + "from": "affinescript/lib/python_face.ml", + "to": "affinescript/lib/interp.ml", "relation": "shared_dir:affinescript/lib", "weight": 1.0 }, { - "from": "affinescript/lib/parse.ml", - "to": "affinescript/lib/interp.ml", + "from": "affinescript/lib/interp.ml", + "to": "affinescript/lib/wasm_encode.ml", "relation": "shared_dir:affinescript/lib", "weight": 1.0 }, { - "from": "affinescript/lib/interp.ml", + "from": "affinescript/lib/wasm_encode.ml", "to": "affinescript/lib/lsp_server.ml", "relation": "shared_dir:affinescript/lib", "weight": 1.0 }, { - "from": "affinescript/lib/lsp_server.ml", - "to": "affinescript/lib/python_face.ml", - "relation": "shared_dir:affinescript/lib", + "from": "affinescript/test/test_golden.ml", + "to": "affinescript/test/test_e2e.ml", + "relation": "shared_dir:affinescript/test", "weight": 1.0 }, { - "from": "affinescript/lib/python_face.ml", - "to": "affinescript/lib/wasm_gc_encode.ml", - "relation": "shared_dir:affinescript/lib", + "from": "affinescript/examples/ownership.affine", + "to": "affinescript/examples/effects.affine", + "relation": "shared_dir:affinescript/examples", "weight": 1.0 }, { - "from": "affinescript/lib/wasm_gc_encode.ml", - "to": "affinescript/lib/wasm_encode.ml", - "relation": "shared_dir:affinescript/lib", + "from": "affinescript/test/e2e/fixtures/ownership.affine", + "to": "affinescript/test/e2e/fixtures/effects.affine", + "relation": "shared_dir:affinescript/test/e2e/fixtures", "weight": 1.0 }, { - "from": "affinescript/docs/guides/warmup/02_ownership.affine", - "to": "affinescript/docs/guides/warmup/01_basics.affine", - "relation": "shared_dir:affinescript/docs/guides/warmup", + "from": "affinescript/test/e2e/fixtures/effects.affine", + "to": "affinescript/test/e2e/fixtures/counter.affine", + "relation": "shared_dir:affinescript/test/e2e/fixtures", "weight": 1.0 }, { - "from": "affinescript/docs/guides/warmup/01_basics.affine", - "to": "affinescript/docs/guides/warmup/04_rows.affine", - "relation": "shared_dir:affinescript/docs/guides/warmup", + "from": "affinescript/stdlib/effects.affine", + "to": "affinescript/stdlib/io.affine", + "relation": "shared_dir:affinescript/stdlib", "weight": 1.0 }, { - "from": "affinescript/docs/guides/warmup/04_rows.affine", - "to": "affinescript/docs/guides/warmup/03_effects.affine", - "relation": "shared_dir:affinescript/docs/guides/warmup", + "from": "affinescript/tests/parser/unsafe_read.affine", + "to": "affinescript/tests/parser/unsafe_ops.affine", + "relation": "shared_dir:affinescript/tests/parser", "weight": 1.0 }, { - "from": "affinescript/tools/affine-doc/src/html.rs", - "to": "affinescript/tools/affine-doc/src/render.rs", - "relation": "shared_dir:affinescript/tools/affine-doc/src", + "from": "affinescript/tests/parser/unsafe_ops.affine", + "to": "affinescript/tests/parser/unsafe_empty.affine", + "relation": "shared_dir:affinescript/tests/parser", "weight": 1.0 }, { - "from": "affinescript/tools/affine-doc/src/render.rs", - "to": "affinescript/tools/affine-doc/src/extract.rs", - "relation": "shared_dir:affinescript/tools/affine-doc/src", + "from": "affinescript/tests/parser/unsafe_empty.affine", + "to": "affinescript/tests/parser/unsafe_stmt.affine", + "relation": "shared_dir:affinescript/tests/parser", "weight": 1.0 }, { - "from": "affinescript/tools/affine-doc/src/extract.rs", - "to": "affinescript/tools/affine-doc/src/index.rs", - "relation": "shared_dir:affinescript/tools/affine-doc/src", + "from": "affinescript/tests/parser/unsafe_stmt.affine", + "to": "affinescript/tests/parser/unsafe_simple.affine", + "relation": "shared_dir:affinescript/tests/parser", "weight": 1.0 }, { - "from": "crates/burrower-core/src/ledger.rs", - "to": "crates/burrower-core/src/specialist.rs", - "relation": "shared_dir:crates/burrower-core/src", + "from": "affinescript/tests/parser/unsafe_simple.affine", + "to": "affinescript/tests/parser/unsafe_all.affine", + "relation": "shared_dir:affinescript/tests/parser", "weight": 1.0 }, { - "from": "crates/burrower-core/src/specialist.rs", - "to": "crates/burrower-core/src/goal.rs", - "relation": "shared_dir:crates/burrower-core/src", + "from": "affinescript/docs/guides/warmup/03_effects.affine", + "to": "affinescript/docs/guides/warmup/02_ownership.affine", + "relation": "shared_dir:affinescript/docs/guides/warmup", "weight": 1.0 }, { - "from": "crates/burrower-core/src/goal.rs", - "to": "crates/burrower-core/src/serve.rs", - "relation": "shared_dir:crates/burrower-core/src", + "from": "affinescript/docs/guides/warmup/02_ownership.affine", + "to": "affinescript/docs/guides/warmup/04_rows.affine", + "relation": "shared_dir:affinescript/docs/guides/warmup", "weight": 1.0 }, { - "from": "crates/burrower-core/src/serve.rs", - "to": "crates/burrower-core/src/corpus.rs", - "relation": "shared_dir:crates/burrower-core/src", + "from": "affinescript/docs/guides/warmup/04_rows.affine", + "to": "affinescript/docs/guides/warmup/01_basics.affine", + "relation": "shared_dir:affinescript/docs/guides/warmup", "weight": 1.0 }, { - "from": "crates/burrower-core/src/corpus.rs", - "to": "crates/burrower-core/src/attempt.rs", - "relation": "shared_dir:crates/burrower-core/src", + "from": "affinescript/packages/affine-js/types.d.affine", + "to": "affinescript/packages/affine-js/mod.js", + "relation": "shared_dir:affinescript/packages/affine-js", "weight": 1.0 }, { - "from": "affinescript/test/test_e2e.ml", - "to": "affinescript/test/test_golden.ml", - "relation": "shared_dir:affinescript/test", + "from": "affinescript/tools/affine-pkg/src/manifest.rs", + "to": "affinescript/tools/affine-pkg/src/storage.rs", + "relation": "shared_dir:affinescript/tools/affine-pkg/src", "weight": 1.0 }, { @@ -1002,62 +996,68 @@ }, { "from": "affinescript/tools/affine-pkg/src/build.rs", - "to": "affinescript/tools/affine-pkg/src/config.rs", + "to": "affinescript/tools/affine-pkg/src/resolve.rs", "relation": "shared_dir:affinescript/tools/affine-pkg/src", "weight": 1.0 }, { - "from": "affinescript/tools/affine-pkg/src/config.rs", - "to": "affinescript/tools/affine-pkg/src/workspace.rs", + "from": "affinescript/tools/affine-pkg/src/resolve.rs", + "to": "affinescript/tools/affine-pkg/src/lockfile.rs", "relation": "shared_dir:affinescript/tools/affine-pkg/src", "weight": 1.0 }, { - "from": "affinescript/tools/affine-pkg/src/workspace.rs", - "to": "affinescript/tools/affine-pkg/src/resolve.rs", + "from": "affinescript/tools/affine-pkg/src/lockfile.rs", + "to": "affinescript/tools/affine-pkg/src/config.rs", "relation": "shared_dir:affinescript/tools/affine-pkg/src", "weight": 1.0 }, { - "from": "affinescript/tools/affine-pkg/src/resolve.rs", - "to": "affinescript/tools/affine-pkg/src/lockfile.rs", + "from": "affinescript/tools/affine-pkg/src/config.rs", + "to": "affinescript/tools/affine-pkg/src/workspace.rs", "relation": "shared_dir:affinescript/tools/affine-pkg/src", "weight": 1.0 }, { - "from": "affinescript/tools/affine-pkg/src/lockfile.rs", - "to": "affinescript/tools/affine-pkg/src/manifest.rs", - "relation": "shared_dir:affinescript/tools/affine-pkg/src", + "from": "affinescript/tools/affinescript-lsp/src/text_index.rs", + "to": "affinescript/tools/affinescript-lsp/src/main.rs", + "relation": "shared_dir:affinescript/tools/affinescript-lsp/src", "weight": 1.0 }, { - "from": "affinescript/tests/parser/unsafe_stmt.affine", - "to": "affinescript/tests/parser/unsafe_simple.affine", - "relation": "shared_dir:affinescript/tests/parser", + "from": "affinescript/tools/affinescript-lsp/src/main.rs", + "to": "affinescript/tools/affinescript-lsp/src/document.rs", + "relation": "shared_dir:affinescript/tools/affinescript-lsp/src", "weight": 1.0 }, { - "from": "affinescript/tests/parser/unsafe_simple.affine", - "to": "affinescript/tests/parser/unsafe_read.affine", - "relation": "shared_dir:affinescript/tests/parser", + "from": "affinescript/tools/affinescript-lsp/src/document.rs", + "to": "affinescript/tools/affinescript-lsp/src/diagnostics.rs", + "relation": "shared_dir:affinescript/tools/affinescript-lsp/src", "weight": 1.0 }, { - "from": "affinescript/tests/parser/unsafe_read.affine", - "to": "affinescript/tests/parser/unsafe_empty.affine", - "relation": "shared_dir:affinescript/tests/parser", + "from": "affinescript/tools/affinescript-lsp/src/diagnostics.rs", + "to": "affinescript/tools/affinescript-lsp/src/handlers.rs", + "relation": "shared_dir:affinescript/tools/affinescript-lsp/src", "weight": 1.0 }, { - "from": "affinescript/tests/parser/unsafe_empty.affine", - "to": "affinescript/tests/parser/unsafe_all.affine", - "relation": "shared_dir:affinescript/tests/parser", + "from": "affinescript/tools/affine-doc/src/html.rs", + "to": "affinescript/tools/affine-doc/src/render.rs", + "relation": "shared_dir:affinescript/tools/affine-doc/src", "weight": 1.0 }, { - "from": "affinescript/tests/parser/unsafe_all.affine", - "to": "affinescript/tests/parser/unsafe_ops.affine", - "relation": "shared_dir:affinescript/tests/parser", + "from": "affinescript/tools/affine-doc/src/render.rs", + "to": "affinescript/tools/affine-doc/src/extract.rs", + "relation": "shared_dir:affinescript/tools/affine-doc/src", + "weight": 1.0 + }, + { + "from": "affinescript/tools/affine-doc/src/extract.rs", + "to": "affinescript/tools/affine-doc/src/index.rs", + "relation": "shared_dir:affinescript/tools/affine-doc/src", "weight": 1.0 } ] @@ -1065,28 +1065,62 @@ "taint_matrix": { "rows": [ { - "source_category": "UnsafeCode", + "source_category": "DynamicCodeExecution", "sink_axis": "memory", "severity_value": 3.5, "files": [ - "crates/burrower-wasm/src/lib.rs" + "affinescript/tools/affine-doc/assets/search.js" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "DynamicCodeExecution->Memory" + }, + { + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "affinescript/tools/affine-doc/src/index.rs", + "affinescript/tools/affinescript-lsp/src/text_index.rs", + "affinescript/tools/affinescript-lsp/src/main.rs", + "affinescript/tools/affinescript-lsp/src/document.rs", + "affinescript/tools/affinescript-lsp/src/diagnostics.rs" + ], + "frameworks": [], + "relation": "PanicPath->Memory" }, { "source_category": "UnboundedAllocation", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "crates/burrower-core/src/corpus.rs", - "affinescript/tools/affine-pkg/src/config.rs", + "affinescript/tools/affine-pkg/src/manifest.rs", "affinescript/tools/affine-pkg/src/lockfile.rs", - "affinescript/tools/affine-pkg/src/manifest.rs" + "affinescript/tools/affine-pkg/src/config.rs", + "crates/burrower-core/src/corpus.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Cpu" }, + { + "source_category": "UncheckedError", + "sink_axis": "cpu", + "severity_value": 1.0, + "files": [ + "affinescript/tools/affine-pkg/src/main.rs" + ], + "frameworks": [], + "relation": "UncheckedError->Cpu" + }, + { + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, + "files": [ + "crates/burrower-wasm/src/lib.rs" + ], + "frameworks": [], + "relation": "UnsafeCode->Memory" + }, { "source_category": "UnsafeCode", "sink_axis": "concurrency", @@ -1102,71 +1136,37 @@ "sink_axis": "disk", "severity_value": 2.5, "files": [ - "affinescript/tools/affinescript-lsp/src/main.rs", - "affinescript/tools/affinescript-lsp/src/diagnostics.rs", + "affinescript/tools/affine-doc/src/index.rs", "affinescript/tools/affinescript-lsp/src/text_index.rs", + "affinescript/tools/affinescript-lsp/src/main.rs", "affinescript/tools/affinescript-lsp/src/document.rs", - "affinescript/tools/affine-doc/src/index.rs" + "affinescript/tools/affinescript-lsp/src/diagnostics.rs" ], "frameworks": [], "relation": "PanicPath->Disk" }, - { - "source_category": "UncheckedError", - "sink_axis": "cpu", - "severity_value": 1.0, - "files": [ - "affinescript/tools/affine-pkg/src/main.rs" - ], - "frameworks": [], - "relation": "UncheckedError->Cpu" - }, - { - "source_category": "DynamicCodeExecution", - "sink_axis": "network", - "severity_value": 3.5, - "files": [ - "affinescript/tools/affine-doc/assets/search.js" - ], - "frameworks": [], - "relation": "DynamicCodeExecution->Network" - }, { "source_category": "UnboundedAllocation", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "crates/burrower-core/src/corpus.rs", - "affinescript/tools/affine-pkg/src/config.rs", + "affinescript/tools/affine-pkg/src/manifest.rs", "affinescript/tools/affine-pkg/src/lockfile.rs", - "affinescript/tools/affine-pkg/src/manifest.rs" + "affinescript/tools/affine-pkg/src/config.rs", + "crates/burrower-core/src/corpus.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Memory" }, { "source_category": "DynamicCodeExecution", - "sink_axis": "memory", + "sink_axis": "network", "severity_value": 3.5, "files": [ "affinescript/tools/affine-doc/assets/search.js" ], "frameworks": [], - "relation": "DynamicCodeExecution->Memory" - }, - { - "source_category": "PanicPath", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "affinescript/tools/affinescript-lsp/src/main.rs", - "affinescript/tools/affinescript-lsp/src/diagnostics.rs", - "affinescript/tools/affinescript-lsp/src/text_index.rs", - "affinescript/tools/affinescript-lsp/src/document.rs", - "affinescript/tools/affine-doc/src/index.rs" - ], - "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "DynamicCodeExecution->Network" } ] } diff --git a/scans/proof-of-work.json b/scans/proof-of-work.json index 5ad3a9c1..1af8b82e 100644 --- a/scans/proof-of-work.json +++ b/scans/proof-of-work.json @@ -7,26 +7,26 @@ ], "weak_points": [ { - "category": "UnboundedAllocation", - "location": "src/levels/mod.rs", - "file": "src/levels/mod.rs", + "category": "PanicPath", + "location": "src/network/client.rs", + "file": "src/network/client.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/levels/mod.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/network/client.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "src/network/client.rs", - "file": "src/network/client.rs", + "category": "UnboundedAllocation", + "location": "src/levels/mod.rs", + "file": "src/levels/mod.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/network/client.rs", + "description": "Potential unbounded allocation pattern detected in src/levels/mod.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, @@ -51,24 +51,25 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": "fuzz/fuzz_targets/fuzz_verification.rs", + "lines": 135, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/main.rs", - "lines": 283, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { "file_path": "src/network/client.rs", @@ -82,25 +83,25 @@ "threading_constructs": 0 }, { - "file_path": "src/verification/mod.rs", - "lines": 319, + "file_path": "src/steam/mod.rs", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "safe_unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/steam/mod.rs", - "lines": 81, + "file_path": "src/editor/mod.rs", + "lines": 357, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { "file_path": "src/editor/ui.rs", @@ -114,54 +115,53 @@ "threading_constructs": 0 }, { - "file_path": "src/editor/mod.rs", - "lines": 357, + "file_path": "src/verification/mod.rs", + "lines": 319, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/game/validation.rs", - "lines": 393, + "file_path": "src/main.rs", + "lines": 283, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 16, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/game/board.rs", - "lines": 231, + "file_path": "src/game/validation.rs", + "lines": 393, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 16, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "fuzz/fuzz_targets/fuzz_verification.rs", - "lines": 135, + "file_path": "src/game/board.rs", + "lines": 231, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], @@ -173,8 +173,8 @@ "dependency_graph": { "edges": [ { - "from": "src/editor/ui.rs", - "to": "src/editor/mod.rs", + "from": "src/editor/mod.rs", + "to": "src/editor/ui.rs", "relation": "shared_dir:src/editor", "weight": 1.0 }, @@ -185,16 +185,16 @@ "weight": 1.0 }, { - "from": "setup.sh", + "from": "fuzz/fuzz_targets/fuzz_verification.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/main.rs", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { "from": "src/network/client.rs", @@ -203,16 +203,16 @@ "weight": 1.0 }, { - "from": "src/verification/mod.rs", + "from": "src/steam/mod.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/steam/mod.rs", + "from": "src/editor/mod.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { "from": "src/editor/ui.rs", @@ -221,31 +221,31 @@ "weight": 1.0 }, { - "from": "src/editor/mod.rs", + "from": "src/verification/mod.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/game/validation.rs", + "from": "src/main.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/game/board.rs", + "from": "src/game/validation.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "fuzz/fuzz_targets/fuzz_verification.rs", + "from": "src/game/board.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "setup.sh", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -267,16 +267,16 @@ "relation": "UnboundedAllocation->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/levels/mod.rs" + "src/network/client.rs" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "PanicPath->Memory" }, { "source_category": "PanicPath", @@ -291,16 +291,16 @@ "relation": "PanicPath->Disk" }, { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/network/client.rs" + "src/levels/mod.rs" ], "frameworks": [ "Networking" ], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Cpu" } ] } diff --git a/scans/protocol-squisher.json b/scans/protocol-squisher.json index 04448f27..85090c32 100644 --- a/scans/protocol-squisher.json +++ b/scans/protocol-squisher.json @@ -7,138 +7,107 @@ ], "weak_points": [ { - "category": "CommandInjection", - "location": "provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex", - "file": "provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex", + "category": "UnboundedAllocation", + "location": "provenance/crates/protocol-squisher-distributed/src/recovery.rs", + "file": "provenance/crates/protocol-squisher-distributed/src/recovery.rs", "severity": "Medium", - "description": "System command execution in provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex", - "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, - { - "category": "MutationGap", - "location": "provenance/explorer/crawler/test/crawler_test.exs", - "file": "provenance/explorer/crawler/test/crawler_test.exs", - "severity": "Low", - "description": "Elixir test file provenance/explorer/crawler/test/crawler_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_parser_test.exs", - "file": "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_parser_test.exs", - "severity": "Low", - "description": "Elixir test file provenance/explorer/crawler/test/protocol_squisher/explorer/schema_parser_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_sink_test.exs", - "file": "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_sink_test.exs", - "severity": "Low", - "description": "Elixir test file provenance/explorer/crawler/test/protocol_squisher/explorer/schema_sink_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-distributed/src/recovery.rs", "recommended_attack": [ + "memory", "cpu" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "provenance/explorer/crawler/test/protocol_squisher/explorer/format_detector_test.exs", - "file": "provenance/explorer/crawler/test/protocol_squisher/explorer/format_detector_test.exs", - "severity": "Low", - "description": "Elixir test file provenance/explorer/crawler/test/protocol_squisher/explorer/format_detector_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "provenance/crates/protocol-squisher-openapi-analyzer/src/parser.rs", + "file": "provenance/crates/protocol-squisher-openapi-analyzer/src/parser.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-openapi-analyzer/src/parser.rs", "recommended_attack": [ + "memory", "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "provenance/explorer/crawler/test/protocol_squisher/explorer/empirical_db_test.exs", - "file": "provenance/explorer/crawler/test/protocol_squisher/explorer/empirical_db_test.exs", - "severity": "Low", - "description": "Elixir test file provenance/explorer/crawler/test/protocol_squisher/explorer/empirical_db_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/parser.rs", + "file": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/parser.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-flatbuffers-analyzer/src/parser.rs", "recommended_attack": [ + "memory", "cpu" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "provenance/explorer/crawler/test/protocol_squisher/explorer/parallel_parser_test.exs", - "file": "provenance/explorer/crawler/test/protocol_squisher/explorer/parallel_parser_test.exs", - "severity": "Low", - "description": "Elixir test file provenance/explorer/crawler/test/protocol_squisher/explorer/parallel_parser_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "provenance/crates/protocol-squisher-protobuf-analyzer/src/parser.rs", + "file": "provenance/crates/protocol-squisher-protobuf-analyzer/src/parser.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-protobuf-analyzer/src/parser.rs", "recommended_attack": [ + "memory", "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "provenance/explorer/crawler/test/protocol_squisher/explorer/pattern_extractor_test.exs", - "file": "provenance/explorer/crawler/test/protocol_squisher/explorer/pattern_extractor_test.exs", - "severity": "Low", - "description": "Elixir test file provenance/explorer/crawler/test/protocol_squisher/explorer/pattern_extractor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", + "file": "provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", "recommended_attack": [ + "memory", "cpu" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "provenance/explorer/crawler/test/protocol_squisher/explorer/config_test.exs", - "file": "provenance/explorer/crawler/test/protocol_squisher/explorer/config_test.exs", - "severity": "Low", - "description": "Elixir test file provenance/explorer/crawler/test/protocol_squisher/explorer/config_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "provenance/crates/protocol-squisher-toml-analyzer/src/parser.rs", + "file": "provenance/crates/protocol-squisher-toml-analyzer/src/parser.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-toml-analyzer/src/parser.rs", "recommended_attack": [ + "memory", "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "provenance/explorer/crawler/test/mix/tasks/crawler_db_report_test.exs", - "file": "provenance/explorer/crawler/test/mix/tasks/crawler_db_report_test.exs", - "severity": "Low", - "description": "Elixir test file provenance/explorer/crawler/test/mix/tasks/crawler_db_report_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "provenance/crates/protocol-squisher-arrow-analyzer/src/parser.rs", + "file": "provenance/crates/protocol-squisher-arrow-analyzer/src/parser.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-arrow-analyzer/src/parser.rs", "recommended_attack": [ + "memory", "cpu" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "provenance/explorer/crawler/test/mix/tasks/crawler_pattern_extract_test.exs", - "file": "provenance/explorer/crawler/test/mix/tasks/crawler_pattern_extract_test.exs", - "severity": "Low", - "description": "Elixir test file provenance/explorer/crawler/test/mix/tasks/crawler_pattern_extract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnboundedAllocation", + "location": "provenance/crates/protocol-squisher-json-schema-analyzer/src/lib.rs", + "file": "provenance/crates/protocol-squisher-json-schema-analyzer/src/lib.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-json-schema-analyzer/src/lib.rs", "recommended_attack": [ + "memory", "cpu" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-rust-analyzer/src/parser.rs", - "file": "provenance/crates/protocol-squisher-rust-analyzer/src/parser.rs", + "location": "provenance/crates/protocol-squisher-sql-analyzer/src/parser.rs", + "file": "provenance/crates/protocol-squisher-sql-analyzer/src/parser.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-rust-analyzer/src/parser.rs", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-sql-analyzer/src/parser.rs", "recommended_attack": [ "memory", "cpu" @@ -147,10 +116,10 @@ }, { "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", - "file": "provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", + "location": "provenance/crates/protocol-squisher-capnproto-analyzer/src/parser.rs", + "file": "provenance/crates/protocol-squisher-capnproto-analyzer/src/parser.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-capnproto-analyzer/src/parser.rs", "recommended_attack": [ "memory", "cpu" @@ -159,10 +128,10 @@ }, { "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-json-schema-analyzer/src/lib.rs", - "file": "provenance/crates/protocol-squisher-json-schema-analyzer/src/lib.rs", + "location": "provenance/crates/protocol-squisher-rust-analyzer/src/parser.rs", + "file": "provenance/crates/protocol-squisher-rust-analyzer/src/parser.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-json-schema-analyzer/src/lib.rs", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-rust-analyzer/src/parser.rs", "recommended_attack": [ "memory", "cpu" @@ -171,10 +140,10 @@ }, { "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-enterprise/src/marketplace.rs", - "file": "provenance/crates/protocol-squisher-enterprise/src/marketplace.rs", + "location": "provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", + "file": "provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-enterprise/src/marketplace.rs", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", "recommended_attack": [ "memory", "cpu" @@ -183,10 +152,10 @@ }, { "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-enterprise/src/registry.rs", - "file": "provenance/crates/protocol-squisher-enterprise/src/registry.rs", + "location": "provenance/crates/protocol-squisher-thrift-analyzer/src/parser.rs", + "file": "provenance/crates/protocol-squisher-thrift-analyzer/src/parser.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-enterprise/src/registry.rs", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-thrift-analyzer/src/parser.rs", "recommended_attack": [ "memory", "cpu" @@ -217,18 +186,6 @@ ], "test_context": "production" }, - { - "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-bebop-analyzer/src/parser.rs", - "file": "provenance/crates/protocol-squisher-bebop-analyzer/src/parser.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-bebop-analyzer/src/parser.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, { "category": "UnboundedAllocation", "location": "provenance/crates/protocol-squisher-avro-analyzer/src/parser.rs", @@ -243,22 +200,10 @@ }, { "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-protobuf-analyzer/src/parser.rs", - "file": "provenance/crates/protocol-squisher-protobuf-analyzer/src/parser.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-protobuf-analyzer/src/parser.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-arrow-analyzer/src/parser.rs", - "file": "provenance/crates/protocol-squisher-arrow-analyzer/src/parser.rs", + "location": "provenance/crates/shape-ir/src/information.rs", + "file": "provenance/crates/shape-ir/src/information.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-arrow-analyzer/src/parser.rs", + "description": "Potential unbounded allocation pattern detected in provenance/crates/shape-ir/src/information.rs", "recommended_attack": [ "memory", "cpu" @@ -267,10 +212,10 @@ }, { "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-rescript-analyzer/src/parser.rs", - "file": "provenance/crates/protocol-squisher-rescript-analyzer/src/parser.rs", + "location": "provenance/crates/protocol-squisher-enterprise/src/registry.rs", + "file": "provenance/crates/protocol-squisher-enterprise/src/registry.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-rescript-analyzer/src/parser.rs", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-enterprise/src/registry.rs", "recommended_attack": [ "memory", "cpu" @@ -279,10 +224,10 @@ }, { "category": "UnboundedAllocation", - "location": "provenance/crates/shape-ir/src/information.rs", - "file": "provenance/crates/shape-ir/src/information.rs", + "location": "provenance/crates/protocol-squisher-enterprise/src/marketplace.rs", + "file": "provenance/crates/protocol-squisher-enterprise/src/marketplace.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/shape-ir/src/information.rs", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-enterprise/src/marketplace.rs", "recommended_attack": [ "memory", "cpu" @@ -291,10 +236,10 @@ }, { "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", - "file": "provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", + "location": "provenance/crates/protocol-squisher-messagepack-analyzer/src/parser.rs", + "file": "provenance/crates/protocol-squisher-messagepack-analyzer/src/parser.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-messagepack-analyzer/src/parser.rs", "recommended_attack": [ "memory", "cpu" @@ -303,10 +248,10 @@ }, { "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-distributed/src/recovery.rs", - "file": "provenance/crates/protocol-squisher-distributed/src/recovery.rs", + "location": "provenance/crates/protocol-squisher-bebop-analyzer/src/parser.rs", + "file": "provenance/crates/protocol-squisher-bebop-analyzer/src/parser.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-distributed/src/recovery.rs", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-bebop-analyzer/src/parser.rs", "recommended_attack": [ "memory", "cpu" @@ -340,10 +285,10 @@ }, { "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-capnproto-analyzer/src/parser.rs", - "file": "provenance/crates/protocol-squisher-capnproto-analyzer/src/parser.rs", + "location": "provenance/crates/protocol-squisher-rescript-analyzer/src/parser.rs", + "file": "provenance/crates/protocol-squisher-rescript-analyzer/src/parser.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-capnproto-analyzer/src/parser.rs", + "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-rescript-analyzer/src/parser.rs", "recommended_attack": [ "memory", "cpu" @@ -351,88 +296,131 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-messagepack-analyzer/src/parser.rs", - "file": "provenance/crates/protocol-squisher-messagepack-analyzer/src/parser.rs", + "category": "CommandInjection", + "location": "provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex", + "file": "provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-messagepack-analyzer/src/parser.rs", + "description": "System command execution in provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex", "recommended_attack": [ - "memory", - "cpu" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-sql-analyzer/src/parser.rs", - "file": "provenance/crates/protocol-squisher-sql-analyzer/src/parser.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-sql-analyzer/src/parser.rs", + "category": "MutationGap", + "location": "provenance/explorer/crawler/test/protocol_squisher/explorer/pattern_extractor_test.exs", + "file": "provenance/explorer/crawler/test/protocol_squisher/explorer/pattern_extractor_test.exs", + "severity": "Low", + "description": "Elixir test file provenance/explorer/crawler/test/protocol_squisher/explorer/pattern_extractor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" - }, + "suppressed": true, + "test_context": "test_only" + }, { - "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-toml-analyzer/src/parser.rs", - "file": "provenance/crates/protocol-squisher-toml-analyzer/src/parser.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-toml-analyzer/src/parser.rs", + "category": "MutationGap", + "location": "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_parser_test.exs", + "file": "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_parser_test.exs", + "severity": "Low", + "description": "Elixir test file provenance/explorer/crawler/test/protocol_squisher/explorer/schema_parser_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-thrift-analyzer/src/parser.rs", - "file": "provenance/crates/protocol-squisher-thrift-analyzer/src/parser.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-thrift-analyzer/src/parser.rs", + "category": "MutationGap", + "location": "provenance/explorer/crawler/test/protocol_squisher/explorer/empirical_db_test.exs", + "file": "provenance/explorer/crawler/test/protocol_squisher/explorer/empirical_db_test.exs", + "severity": "Low", + "description": "Elixir test file provenance/explorer/crawler/test/protocol_squisher/explorer/empirical_db_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-openapi-analyzer/src/parser.rs", - "file": "provenance/crates/protocol-squisher-openapi-analyzer/src/parser.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-openapi-analyzer/src/parser.rs", + "category": "MutationGap", + "location": "provenance/explorer/crawler/test/protocol_squisher/explorer/parallel_parser_test.exs", + "file": "provenance/explorer/crawler/test/protocol_squisher/explorer/parallel_parser_test.exs", + "severity": "Low", + "description": "Elixir test file provenance/explorer/crawler/test/protocol_squisher/explorer/parallel_parser_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/parser.rs", - "file": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/parser.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in provenance/crates/protocol-squisher-flatbuffers-analyzer/src/parser.rs", + "category": "MutationGap", + "location": "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_sink_test.exs", + "file": "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_sink_test.exs", + "severity": "Low", + "description": "Elixir test file provenance/explorer/crawler/test/protocol_squisher/explorer/schema_sink_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "provenance/proofs/lean/wheelbarrow_necessity.lean", - "file": "provenance/proofs/lean/wheelbarrow_necessity.lean", - "severity": "Medium", - "description": "native_decide in provenance/proofs/lean/wheelbarrow_necessity.lean", + "category": "MutationGap", + "location": "provenance/explorer/crawler/test/protocol_squisher/explorer/config_test.exs", + "file": "provenance/explorer/crawler/test/protocol_squisher/explorer/config_test.exs", + "severity": "Low", + "description": "Elixir test file provenance/explorer/crawler/test/protocol_squisher/explorer/config_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "cpu", - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "provenance/explorer/crawler/test/protocol_squisher/explorer/format_detector_test.exs", + "file": "provenance/explorer/crawler/test/protocol_squisher/explorer/format_detector_test.exs", + "severity": "Low", + "description": "Elixir test file provenance/explorer/crawler/test/protocol_squisher/explorer/format_detector_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "provenance/explorer/crawler/test/crawler_test.exs", + "file": "provenance/explorer/crawler/test/crawler_test.exs", + "severity": "Low", + "description": "Elixir test file provenance/explorer/crawler/test/crawler_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "provenance/explorer/crawler/test/mix/tasks/crawler_pattern_extract_test.exs", + "file": "provenance/explorer/crawler/test/mix/tasks/crawler_pattern_extract_test.exs", + "severity": "Low", + "description": "Elixir test file provenance/explorer/crawler/test/mix/tasks/crawler_pattern_extract_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "suppressed": true, + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "provenance/explorer/crawler/test/mix/tasks/crawler_db_report_test.exs", + "file": "provenance/explorer/crawler/test/mix/tasks/crawler_db_report_test.exs", + "severity": "Low", + "description": "Elixir test file provenance/explorer/crawler/test/mix/tasks/crawler_db_report_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "suppressed": true, + "test_context": "test_only" }, { "category": "UnboundedAllocation", @@ -445,6 +433,18 @@ "cpu" ], "test_context": "production" + }, + { + "category": "PanicPath", + "location": "provenance/proofs/lean/wheelbarrow_necessity.lean", + "file": "provenance/proofs/lean/wheelbarrow_necessity.lean", + "severity": "Medium", + "description": "native_decide in provenance/proofs/lean/wheelbarrow_necessity.lean", + "recommended_attack": [ + "cpu", + "memory" + ], + "test_context": "production" } ], "statistics": { @@ -458,38 +458,50 @@ }, "file_statistics": [ { - "file_path": "provenance/examples/hypothesis_evolution_gold.rs", - "lines": 314, + "file_path": "provenance/crates/protocol-squisher-python-analyzer/src/ephapax_bridge.rs", + "lines": 386, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, + "allocation_sites": 24, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/explorer/crawler/lib/protocol_squisher/explorer/pattern_extractor.ex", - "lines": 191, + "file_path": "provenance/crates/protocol-squisher-python-analyzer/src/converter.rs", + "lines": 346, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 24, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/explorer/crawler/lib/protocol_squisher/explorer/empirical_db.ex", - "lines": 176, + "file_path": "provenance/crates/protocol-squisher-distributed/src/lib.rs", + "lines": 776, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "provenance/explorer/crawler/lib/protocol_squisher/explorer/schema_sink.ex", - "lines": 59, + "file_path": "provenance/crates/protocol-squisher-distributed/src/recovery.rs", + "lines": 125, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 4, + "io_operations": 3, + "threading_constructs": 0 + }, + { + "file_path": "provenance/crates/protocol-squisher-distributed/src/resilience.rs", + "lines": 204, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -498,28 +510,39 @@ "threading_constructs": 1 }, { - "file_path": "provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex", - "lines": 95, + "file_path": "provenance/crates/protocol-squisher-distributed/src/rebalancer.rs", + "lines": 197, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/explorer/crawler/lib/mix/tasks/crawler.db.report.ex", - "lines": 105, + "file_path": "provenance/crates/protocol-squisher-security-bridge/src/lib.rs", + "lines": 848, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 8, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "provenance/crates/protocol-squisher-openapi-analyzer/src/parser.rs", + "lines": 577, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 7, + "allocation_sites": 6, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_sink_test.exs", - "lines": 29, + "file_path": "provenance/crates/protocol-squisher-openapi-analyzer/src/lib.rs", + "lines": 424, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -528,210 +551,217 @@ "threading_constructs": 0 }, { - "file_path": "provenance/explorer/crawler/test/protocol_squisher/explorer/empirical_db_test.exs", - "lines": 75, + "file_path": "provenance/crates/protocol-squisher-openapi-analyzer/src/converter.rs", + "lines": 511, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 22, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/explorer/crawler/test/protocol_squisher/explorer/pattern_extractor_test.exs", - "lines": 52, + "file_path": "provenance/crates/protocol-squisher-minikanren/src/lib.rs", + "lines": 367, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/explorer/crawler/test/mix/tasks/crawler_db_report_test.exs", - "lines": 57, + "file_path": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/parser.rs", + "lines": 506, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 14, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/explorer/crawler/test/mix/tasks/crawler_pattern_extract_test.exs", - "lines": 46, + "file_path": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/lib.rs", + "lines": 394, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/scripts/ci/capture-maintenance-metrics.sh", - "lines": 284, + "file_path": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/ephapax_bridge.rs", + "lines": 402, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 16, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/scripts/ci/refresh-launch-metrics.sh", - "lines": 54, + "file_path": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/converter.rs", + "lines": 503, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/scripts/ci/install-ephapax-cli.sh", - "lines": 77, + "file_path": "provenance/crates/protocol-squisher-protobuf-analyzer/src/parser.rs", + "lines": 660, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 21, + "allocation_sites": 14, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/scripts/ci/check-abi-policy.sh", - "lines": 117, + "file_path": "provenance/crates/protocol-squisher-protobuf-analyzer/src/lib.rs", + "lines": 642, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/scripts/ci/panic-assail-regression.sh", - "lines": 64, + "file_path": "provenance/crates/protocol-squisher-protobuf-analyzer/src/ephapax_bridge.rs", + "lines": 393, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 28, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/scripts/ci/panic-attack-stub.sh", - "lines": 132, + "file_path": "provenance/crates/protocol-squisher-protobuf-analyzer/src/converter.rs", + "lines": 359, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 14, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/scripts/ci/update-panic-assail-baseline.sh", - "lines": 53, + "file_path": "provenance/crates/protocol-squisher-optimizer/tests/advanced_optimization_tests.rs", + "lines": 730, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 28, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/scripts/ci/validate-realworld-corpus.sh", - "lines": 309, + "file_path": "provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", + "lines": 685, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/scripts/validate-benchmarks.sh", - "lines": 93, + "file_path": "provenance/crates/protocol-squisher-optimizer/src/analysis.rs", + "lines": 214, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/scripts/podman-dev.sh", - "lines": 193, + "file_path": "provenance/crates/protocol-squisher-optimizer/src/lib.rs", + "lines": 818, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 28, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/scripts/run-benchmarks.sh", - "lines": 301, + "file_path": "provenance/crates/protocol-squisher-optimizer/src/codegen.rs", + "lines": 411, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/setup.sh", - "lines": 278, + "file_path": "provenance/crates/protocol-squisher-optimizer/src/entropy.rs", + "lines": 515, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-rust-analyzer/src/parser.rs", - "lines": 142, + "file_path": "provenance/crates/protocol-squisher-toml-analyzer/src/parser.rs", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", - "lines": 642, + "file_path": "provenance/crates/protocol-squisher-toml-analyzer/src/lib.rs", + "lines": 302, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-rust-analyzer/src/ephapax_bridge.rs", - "lines": 347, + "file_path": "provenance/crates/protocol-squisher-toml-analyzer/src/converter.rs", + "lines": 175, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 24, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-rust-analyzer/src/converter.rs", - "lines": 359, + "file_path": "provenance/crates/protocol-squisher-pyo3-codegen/src/mapping.rs", + "lines": 336, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 18, + "allocation_sites": 28, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-property-tests/src/edge_cases.rs", - "lines": 345, + "file_path": "provenance/crates/protocol-squisher-pyo3-codegen/src/optimized_gen.rs", + "lines": 616, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -740,45 +770,45 @@ "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-property-tests/src/container_combinations.rs", - "lines": 232, + "file_path": "provenance/crates/protocol-squisher-pyo3-codegen/src/struct_gen.rs", + "lines": 453, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 60, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-json-schema-analyzer/src/lib.rs", - "lines": 380, + "file_path": "provenance/crates/protocol-squisher-pyo3-codegen/src/lib.rs", + "lines": 361, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-json-schema-analyzer/src/converter.rs", - "lines": 699, + "file_path": "provenance/crates/protocol-squisher-pyo3-codegen/src/enum_gen.rs", + "lines": 534, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 20, + "allocation_sites": 18, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-cli/tests/research_integration.rs", - "lines": 155, + "file_path": "provenance/crates/protocol-squisher-pyo3-codegen/src/module_gen.rs", + "lines": 541, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 20, + "io_operations": 0, "threading_constructs": 0 }, { @@ -792,35 +822,23 @@ "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-cli/src/main.rs", - "lines": 2737, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 12, - "io_operations": 8, - "threading_constructs": 0 - }, - { - "file_path": "provenance/crates/protocol-squisher-cli/src/feedback.rs", - "lines": 500, + "file_path": "provenance/crates/protocol-squisher-cli/tests/research_integration.rs", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-cli/src/shape.rs", - "lines": 568, + "file_path": "provenance/crates/protocol-squisher-cli/src/compiler.rs", + "lines": 729, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 12, + "io_operations": 2, "threading_constructs": 0 }, { @@ -845,161 +863,175 @@ "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-cli/src/compiler.rs", - "lines": 729, + "file_path": "provenance/crates/protocol-squisher-cli/src/feedback.rs", + "lines": 500, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "provenance/crates/protocol-squisher-cli/src/main.rs", + "lines": 2737, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 4, "allocation_sites": 12, - "io_operations": 2, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-enterprise/src/marketplace.rs", - "lines": 362, + "file_path": "provenance/crates/protocol-squisher-cli/src/shape.rs", + "lines": 568, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-enterprise/src/audit.rs", - "lines": 287, + "file_path": "provenance/crates/protocol-squisher-ir/src/lib.rs", + "lines": 186, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-enterprise/src/registry.rs", - "lines": 559, + "file_path": "provenance/crates/protocol-squisher-ir/src/schema.rs", + "lines": 349, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-enterprise/src/migration.rs", - "lines": 395, + "file_path": "provenance/crates/protocol-squisher-ir/src/types.rs", + "lines": 442, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-enterprise/src/governance.rs", - "lines": 319, + "file_path": "provenance/crates/protocol-squisher-arrow-analyzer/src/parser.rs", + "lines": 238, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-security-bridge/src/lib.rs", - "lines": 848, + "file_path": "provenance/crates/protocol-squisher-arrow-analyzer/src/lib.rs", + "lines": 343, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-performance/src/simd.rs", - "lines": 446, - "unsafe_blocks": 4, + "file_path": "provenance/crates/protocol-squisher-arrow-analyzer/src/converter.rs", + "lines": 444, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 18, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-performance/src/hardware.rs", - "lines": 148, + "file_path": "provenance/crates/protocol-squisher-constraints/src/lib.rs", + "lines": 1324, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 2, - "allocation_sites": 0, + "allocation_sites": 10, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-performance/src/streaming.rs", - "lines": 279, + "file_path": "provenance/crates/protocol-squisher-json-schema-analyzer/src/lib.rs", + "lines": 380, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 5, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-bebop-analyzer/src/parser.rs", - "lines": 389, + "file_path": "provenance/crates/protocol-squisher-json-schema-analyzer/src/converter.rs", + "lines": 699, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, - "io_operations": 1, - "threading_constructs": 0 + "safe_unwrap_calls": 3, + "allocation_sites": 20, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "provenance/crates/protocol-squisher-bebop-analyzer/src/lib.rs", - "lines": 342, + "file_path": "provenance/crates/protocol-squisher-sql-analyzer/src/parser.rs", + "lines": 640, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 0, + "allocation_sites": 16, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-bebop-analyzer/src/ephapax_bridge.rs", - "lines": 388, + "file_path": "provenance/crates/protocol-squisher-sql-analyzer/src/lib.rs", + "lines": 276, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 26, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-bebop-analyzer/src/converter.rs", - "lines": 406, + "file_path": "provenance/crates/protocol-squisher-sql-analyzer/src/converter.rs", + "lines": 371, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-avro-analyzer/src/parser.rs", - "lines": 412, + "file_path": "provenance/crates/protocol-squisher-capnproto-analyzer/src/parser.rs", + "lines": 576, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 20, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-avro-analyzer/src/lib.rs", - "lines": 340, + "file_path": "provenance/crates/protocol-squisher-capnproto-analyzer/src/lib.rs", + "lines": 382, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1009,199 +1041,218 @@ "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-avro-analyzer/src/ephapax_bridge.rs", - "lines": 398, + "file_path": "provenance/crates/protocol-squisher-capnproto-analyzer/src/ephapax_bridge.rs", + "lines": 346, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 28, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-avro-analyzer/src/converter.rs", - "lines": 667, + "file_path": "provenance/crates/protocol-squisher-capnproto-analyzer/src/converter.rs", + "lines": 492, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 30, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-protobuf-analyzer/src/parser.rs", - "lines": 660, + "file_path": "provenance/crates/protocol-squisher-echidna-bridge/src/cache.rs", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 21, - "allocation_sites": 14, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "provenance/crates/protocol-squisher-rust-analyzer/src/parser.rs", + "lines": 142, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-protobuf-analyzer/src/lib.rs", + "file_path": "provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", "lines": 642, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 6, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-protobuf-analyzer/src/ephapax_bridge.rs", - "lines": 393, + "file_path": "provenance/crates/protocol-squisher-rust-analyzer/src/ephapax_bridge.rs", + "lines": 347, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 28, + "allocation_sites": 24, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-protobuf-analyzer/src/converter.rs", + "file_path": "provenance/crates/protocol-squisher-rust-analyzer/src/converter.rs", "lines": 359, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 14, + "safe_unwrap_calls": 1, + "allocation_sites": 18, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-arrow-analyzer/src/parser.rs", - "lines": 238, + "file_path": "provenance/crates/protocol-squisher-thrift-analyzer/src/parser.rs", + "lines": 387, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 16, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-arrow-analyzer/src/lib.rs", - "lines": 343, + "file_path": "provenance/crates/protocol-squisher-thrift-analyzer/src/lib.rs", + "lines": 377, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "safe_unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-arrow-analyzer/src/converter.rs", - "lines": 444, + "file_path": "provenance/crates/protocol-squisher-thrift-analyzer/src/ephapax_bridge.rs", + "lines": 384, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 18, + "allocation_sites": 30, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-rescript-analyzer/examples/basic_usage.rs", - "lines": 226, + "file_path": "provenance/crates/protocol-squisher-thrift-analyzer/src/converter.rs", + "lines": 504, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-rescript-analyzer/tests/interop_tests.rs", - "lines": 435, - "unsafe_blocks": 0, + "file_path": "provenance/crates/protocol-squisher-performance/src/simd.rs", + "lines": 446, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-rescript-analyzer/src/parser.rs", - "lines": 476, + "file_path": "provenance/crates/protocol-squisher-performance/src/streaming.rs", + "lines": 279, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 16, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-rescript-analyzer/src/lib.rs", - "lines": 339, + "file_path": "provenance/crates/protocol-squisher-performance/src/hardware.rs", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "safe_unwrap_calls": 2, "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "provenance/crates/protocol-squisher-avro-analyzer/src/parser.rs", + "lines": 412, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-rescript-analyzer/src/ephapax_bridge.rs", - "lines": 413, + "file_path": "provenance/crates/protocol-squisher-avro-analyzer/src/lib.rs", + "lines": 340, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 30, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-rescript-analyzer/src/converter.rs", - "lines": 448, + "file_path": "provenance/crates/protocol-squisher-avro-analyzer/src/ephapax_bridge.rs", + "lines": 398, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, + "allocation_sites": 28, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-ir/src/lib.rs", - "lines": 186, + "file_path": "provenance/crates/protocol-squisher-avro-analyzer/src/converter.rs", + "lines": 667, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 30, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-ir/src/types.rs", - "lines": 442, + "file_path": "provenance/crates/shape-ir/src/tests/compose_tests.rs", + "lines": 255, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-ir/src/schema.rs", - "lines": 349, + "file_path": "provenance/crates/shape-ir/src/tests/compare_tests.rs", + "lines": 572, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/shape-ir/src/compare.rs", - "lines": 529, + "file_path": "provenance/crates/shape-ir/src/tests/property_tests.rs", + "lines": 892, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 8, + "safe_unwrap_calls": 1, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, @@ -1217,28 +1268,28 @@ "threading_constructs": 0 }, { - "file_path": "provenance/crates/shape-ir/src/panll.rs", - "lines": 743, + "file_path": "provenance/crates/shape-ir/src/temporal.rs", + "lines": 483, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/shape-ir/src/extract.rs", - "lines": 879, + "file_path": "provenance/crates/shape-ir/src/panll.rs", + "lines": 743, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 18, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/shape-ir/src/annotations.rs", - "lines": 167, + "file_path": "provenance/crates/shape-ir/src/labels.rs", + "lines": 146, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1247,18 +1298,18 @@ "threading_constructs": 0 }, { - "file_path": "provenance/crates/shape-ir/src/temporal.rs", - "lines": 483, + "file_path": "provenance/crates/shape-ir/src/shape.rs", + "lines": 405, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 48, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/shape-ir/src/labels.rs", - "lines": 146, + "file_path": "provenance/crates/shape-ir/src/morphism.rs", + "lines": 294, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1267,151 +1318,132 @@ "threading_constructs": 0 }, { - "file_path": "provenance/crates/shape-ir/src/shape.rs", - "lines": 405, + "file_path": "provenance/crates/shape-ir/src/annotations.rs", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 48, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/shape-ir/src/tests/property_tests.rs", - "lines": 892, + "file_path": "provenance/crates/shape-ir/src/category.rs", + "lines": 494, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 14, + "safe_unwrap_calls": 2, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/shape-ir/src/tests/compare_tests.rs", - "lines": 572, + "file_path": "provenance/crates/shape-ir/src/compare.rs", + "lines": 529, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, + "safe_unwrap_calls": 4, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/shape-ir/src/tests/compose_tests.rs", - "lines": 255, + "file_path": "provenance/crates/shape-ir/src/extract.rs", + "lines": 879, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 18, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/shape-ir/src/morphism.rs", - "lines": 294, + "file_path": "provenance/crates/protocol-squisher-json-fallback/src/ephapax_fallback.rs", + "lines": 602, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/shape-ir/src/category.rs", - "lines": 494, + "file_path": "provenance/crates/protocol-squisher-json-fallback/src/lib.rs", + "lines": 306, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-optimizer/tests/advanced_optimization_tests.rs", - "lines": 730, + "file_path": "provenance/crates/protocol-squisher-json-fallback/src/rust_codegen.rs", + "lines": 462, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 28, + "allocation_sites": 18, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-optimizer/src/lib.rs", - "lines": 818, + "file_path": "provenance/crates/protocol-squisher-json-fallback/src/python_codegen.rs", + "lines": 583, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 28, + "safe_unwrap_calls": 1, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", - "lines": 685, + "file_path": "provenance/crates/protocol-squisher-enterprise/src/migration.rs", + "lines": 395, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "provenance/crates/protocol-squisher-optimizer/src/entropy.rs", - "lines": 515, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "provenance/crates/protocol-squisher-optimizer/src/codegen.rs", - "lines": 411, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-optimizer/src/analysis.rs", - "lines": 214, + "file_path": "provenance/crates/protocol-squisher-enterprise/src/audit.rs", + "lines": 287, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-compat/src/compare.rs", - "lines": 510, + "file_path": "provenance/crates/protocol-squisher-enterprise/src/governance.rs", + "lines": 319, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-compat/src/lib.rs", - "lines": 304, + "file_path": "provenance/crates/protocol-squisher-enterprise/src/registry.rs", + "lines": 559, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 3, "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-compat/src/ephapax_engine.rs", - "lines": 381, + "file_path": "provenance/crates/protocol-squisher-enterprise/src/marketplace.rs", + "lines": 362, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1420,136 +1452,104 @@ "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-compat/src/schema.rs", - "lines": 677, + "file_path": "provenance/crates/protocol-squisher-messagepack-analyzer/src/parser.rs", + "lines": 328, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 20, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-compat/src/bidirectional.rs", - "lines": 391, + "file_path": "provenance/crates/protocol-squisher-messagepack-analyzer/src/lib.rs", + "lines": 366, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "provenance/crates/protocol-squisher-pyo3-codegen/src/mapping.rs", - "lines": 336, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 28, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-pyo3-codegen/src/lib.rs", - "lines": 361, + "file_path": "provenance/crates/protocol-squisher-messagepack-analyzer/src/ephapax_bridge.rs", + "lines": 393, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 10, + "allocation_sites": 12, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-pyo3-codegen/src/enum_gen.rs", - "lines": 534, + "file_path": "provenance/crates/protocol-squisher-messagepack-analyzer/src/converter.rs", + "lines": 471, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 18, + "allocation_sites": 20, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-pyo3-codegen/src/struct_gen.rs", - "lines": 453, + "file_path": "provenance/crates/protocol-squisher-bebop-analyzer/src/parser.rs", + "lines": 389, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 14, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "provenance/crates/protocol-squisher-pyo3-codegen/src/optimized_gen.rs", - "lines": 616, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 12, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-pyo3-codegen/src/module_gen.rs", - "lines": 541, + "file_path": "provenance/crates/protocol-squisher-bebop-analyzer/src/lib.rs", + "lines": 342, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 20, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-echidna-bridge/src/cache.rs", - "lines": 173, + "file_path": "provenance/crates/protocol-squisher-bebop-analyzer/src/ephapax_bridge.rs", + "lines": 388, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 26, "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "provenance/crates/protocol-squisher-distributed/src/recovery.rs", - "lines": 125, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-distributed/src/resilience.rs", - "lines": 204, + "file_path": "provenance/crates/protocol-squisher-bebop-analyzer/src/converter.rs", + "lines": 406, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 10, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-distributed/src/lib.rs", - "lines": 776, + "file_path": "provenance/crates/protocol-squisher-property-tests/src/edge_cases.rs", + "lines": 345, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 0, + "allocation_sites": 12, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-distributed/src/rebalancer.rs", - "lines": 197, + "file_path": "provenance/crates/protocol-squisher-property-tests/src/container_combinations.rs", + "lines": 232, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 60, "io_operations": 0, "threading_constructs": 0 }, @@ -1596,59 +1596,39 @@ "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-capnproto-analyzer/src/parser.rs", - "lines": 576, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 20, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "provenance/crates/protocol-squisher-capnproto-analyzer/src/lib.rs", - "lines": 382, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "provenance/crates/protocol-squisher-capnproto-analyzer/src/ephapax_bridge.rs", - "lines": 346, + "file_path": "provenance/crates/protocol-squisher-rescript-analyzer/tests/interop_tests.rs", + "lines": 435, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-capnproto-analyzer/src/converter.rs", - "lines": 492, + "file_path": "provenance/crates/protocol-squisher-rescript-analyzer/examples/basic_usage.rs", + "lines": 226, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-messagepack-analyzer/src/parser.rs", - "lines": 328, + "file_path": "provenance/crates/protocol-squisher-rescript-analyzer/src/parser.rs", + "lines": 476, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 16, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-messagepack-analyzer/src/lib.rs", - "lines": 366, + "file_path": "provenance/crates/protocol-squisher-rescript-analyzer/src/lib.rs", + "lines": 339, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1658,132 +1638,129 @@ "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-messagepack-analyzer/src/ephapax_bridge.rs", - "lines": 393, + "file_path": "provenance/crates/protocol-squisher-rescript-analyzer/src/ephapax_bridge.rs", + "lines": 413, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, + "allocation_sites": 30, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-messagepack-analyzer/src/converter.rs", - "lines": 471, + "file_path": "provenance/crates/protocol-squisher-rescript-analyzer/src/converter.rs", + "lines": 448, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 20, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-python-analyzer/src/ephapax_bridge.rs", - "lines": 386, + "file_path": "provenance/crates/protocol-squisher-compat/src/bidirectional.rs", + "lines": 391, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 24, + "safe_unwrap_calls": 1, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-python-analyzer/src/converter.rs", - "lines": 346, + "file_path": "provenance/crates/protocol-squisher-compat/src/lib.rs", + "lines": 304, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 24, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-sql-analyzer/src/parser.rs", - "lines": 640, + "file_path": "provenance/crates/protocol-squisher-compat/src/ephapax_engine.rs", + "lines": 381, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 16, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-sql-analyzer/src/lib.rs", - "lines": 276, + "file_path": "provenance/crates/protocol-squisher-compat/src/schema.rs", + "lines": 677, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 20, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-sql-analyzer/src/converter.rs", - "lines": 371, + "file_path": "provenance/crates/protocol-squisher-compat/src/compare.rs", + "lines": 510, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-json-fallback/src/rust_codegen.rs", - "lines": 462, + "file_path": "provenance/examples/hypothesis_evolution_gold.rs", + "lines": 314, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 18, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-json-fallback/src/ephapax_fallback.rs", - "lines": 602, + "file_path": "provenance/explorer/crawler/lib/protocol_squisher/explorer/schema_sink.ex", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "provenance/crates/protocol-squisher-json-fallback/src/python_codegen.rs", - "lines": 583, - "unsafe_blocks": 0, + "file_path": "provenance/explorer/crawler/lib/protocol_squisher/explorer/pattern_extractor.ex", + "lines": 191, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 14, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-json-fallback/src/lib.rs", - "lines": 306, + "file_path": "provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex", + "lines": 95, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-toml-analyzer/src/parser.rs", - "lines": 158, + "file_path": "provenance/explorer/crawler/lib/protocol_squisher/explorer/empirical_db.ex", + "lines": 176, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "provenance/crates/protocol-squisher-toml-analyzer/src/lib.rs", - "lines": 302, + "file_path": "provenance/explorer/crawler/lib/mix/tasks/crawler.db.report.ex", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1792,92 +1769,98 @@ "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-toml-analyzer/src/converter.rs", - "lines": 175, + "file_path": "provenance/explorer/crawler/test/protocol_squisher/explorer/pattern_extractor_test.exs", + "lines": 52, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-minikanren/src/lib.rs", - "lines": 367, + "file_path": "provenance/explorer/crawler/test/protocol_squisher/explorer/empirical_db_test.exs", + "lines": 75, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-constraints/src/lib.rs", - "lines": 1324, + "file_path": "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_sink_test.exs", + "lines": 29, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-thrift-analyzer/src/parser.rs", - "lines": 387, + "file_path": "provenance/explorer/crawler/test/mix/tasks/crawler_pattern_extract_test.exs", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 16, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-thrift-analyzer/src/lib.rs", - "lines": 377, + "file_path": "provenance/explorer/crawler/test/mix/tasks/crawler_db_report_test.exs", + "lines": 57, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-thrift-analyzer/src/ephapax_bridge.rs", - "lines": 384, + "file_path": "provenance/scripts/validate-benchmarks.sh", + "lines": 93, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 30, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-thrift-analyzer/src/converter.rs", - "lines": 504, + "file_path": "provenance/scripts/podman-dev.sh", + "lines": 193, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-openapi-analyzer/src/parser.rs", - "lines": 577, + "file_path": "provenance/scripts/ci/install-ephapax-cli.sh", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-openapi-analyzer/src/lib.rs", - "lines": 424, + "file_path": "provenance/scripts/ci/update-panic-assail-baseline.sh", + "lines": 53, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "provenance/scripts/ci/refresh-launch-metrics.sh", + "lines": 54, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1886,55 +1869,72 @@ "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-openapi-analyzer/src/converter.rs", - "lines": 511, + "file_path": "provenance/scripts/ci/capture-maintenance-metrics.sh", + "lines": 284, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 22, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/parser.rs", - "lines": 506, + "file_path": "provenance/scripts/ci/validate-realworld-corpus.sh", + "lines": 309, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 14, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 + }, + { + "file_path": "provenance/scripts/ci/panic-assail-regression.sh", + "lines": 64, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/lib.rs", - "lines": 394, + "file_path": "provenance/scripts/ci/check-abi-policy.sh", + "lines": 117, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "provenance/scripts/ci/panic-attack-stub.sh", + "lines": 132, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/ephapax_bridge.rs", - "lines": 402, + "file_path": "provenance/scripts/run-benchmarks.sh", + "lines": 301, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 16, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/converter.rs", - "lines": 503, + "file_path": "provenance/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, @@ -1959,136 +1959,130 @@ "threading_constructs": 0 }, { - "file_path": "provenance/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "provenance/setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ "disk", "memory", - "concurrency", - "cpu" + "cpu", + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "provenance/crates/protocol-squisher-enterprise/src/marketplace.rs", - "to": "provenance/crates/protocol-squisher-enterprise/src/audit.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-enterprise/src", + "from": "provenance/crates/protocol-squisher-messagepack-analyzer/src/parser.rs", + "to": "provenance/crates/protocol-squisher-messagepack-analyzer/src/lib.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-messagepack-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-enterprise/src/audit.rs", - "to": "provenance/crates/protocol-squisher-enterprise/src/registry.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-enterprise/src", + "from": "provenance/crates/protocol-squisher-messagepack-analyzer/src/lib.rs", + "to": "provenance/crates/protocol-squisher-messagepack-analyzer/src/ephapax_bridge.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-messagepack-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-enterprise/src/registry.rs", - "to": "provenance/crates/protocol-squisher-enterprise/src/migration.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-enterprise/src", + "from": "provenance/crates/protocol-squisher-messagepack-analyzer/src/ephapax_bridge.rs", + "to": "provenance/crates/protocol-squisher-messagepack-analyzer/src/converter.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-messagepack-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-enterprise/src/migration.rs", - "to": "provenance/crates/protocol-squisher-enterprise/src/governance.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-enterprise/src", + "from": "provenance/crates/protocol-squisher-cli/src/compiler.rs", + "to": "provenance/crates/protocol-squisher-cli/src/formats.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-cli/src", "weight": 1.0 }, { - "from": "provenance/scripts/validate-benchmarks.sh", - "to": "provenance/scripts/podman-dev.sh", - "relation": "shared_dir:provenance/scripts", + "from": "provenance/crates/protocol-squisher-cli/src/formats.rs", + "to": "provenance/crates/protocol-squisher-cli/src/integration.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-cli/src", "weight": 1.0 }, { - "from": "provenance/scripts/podman-dev.sh", - "to": "provenance/scripts/run-benchmarks.sh", - "relation": "shared_dir:provenance/scripts", + "from": "provenance/crates/protocol-squisher-cli/src/integration.rs", + "to": "provenance/crates/protocol-squisher-cli/src/feedback.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-cli/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-cli/tests/research_integration.rs", - "to": "provenance/crates/protocol-squisher-cli/tests/enterprise_integration.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-cli/tests", + "from": "provenance/crates/protocol-squisher-cli/src/feedback.rs", + "to": "provenance/crates/protocol-squisher-cli/src/main.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-cli/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-protobuf-analyzer/src/parser.rs", - "to": "provenance/crates/protocol-squisher-protobuf-analyzer/src/lib.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-protobuf-analyzer/src", + "from": "provenance/crates/protocol-squisher-cli/src/main.rs", + "to": "provenance/crates/protocol-squisher-cli/src/shape.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-cli/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-protobuf-analyzer/src/lib.rs", - "to": "provenance/crates/protocol-squisher-protobuf-analyzer/src/ephapax_bridge.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-protobuf-analyzer/src", + "from": "provenance/crates/protocol-squisher-distributed/src/lib.rs", + "to": "provenance/crates/protocol-squisher-distributed/src/recovery.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-distributed/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-protobuf-analyzer/src/ephapax_bridge.rs", - "to": "provenance/crates/protocol-squisher-protobuf-analyzer/src/converter.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-protobuf-analyzer/src", + "from": "provenance/crates/protocol-squisher-distributed/src/recovery.rs", + "to": "provenance/crates/protocol-squisher-distributed/src/resilience.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-distributed/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-bebop-analyzer/src/parser.rs", - "to": "provenance/crates/protocol-squisher-bebop-analyzer/src/lib.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-bebop-analyzer/src", + "from": "provenance/crates/protocol-squisher-distributed/src/resilience.rs", + "to": "provenance/crates/protocol-squisher-distributed/src/rebalancer.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-distributed/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-bebop-analyzer/src/lib.rs", - "to": "provenance/crates/protocol-squisher-bebop-analyzer/src/ephapax_bridge.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-bebop-analyzer/src", + "from": "provenance/crates/protocol-squisher-cli/tests/enterprise_integration.rs", + "to": "provenance/crates/protocol-squisher-cli/tests/research_integration.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-cli/tests", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-bebop-analyzer/src/ephapax_bridge.rs", - "to": "provenance/crates/protocol-squisher-bebop-analyzer/src/converter.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-bebop-analyzer/src", + "from": "provenance/crates/protocol-squisher-thrift-analyzer/src/parser.rs", + "to": "provenance/crates/protocol-squisher-thrift-analyzer/src/lib.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-thrift-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-arrow-analyzer/src/parser.rs", - "to": "provenance/crates/protocol-squisher-arrow-analyzer/src/lib.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-arrow-analyzer/src", + "from": "provenance/crates/protocol-squisher-thrift-analyzer/src/lib.rs", + "to": "provenance/crates/protocol-squisher-thrift-analyzer/src/ephapax_bridge.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-thrift-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-arrow-analyzer/src/lib.rs", - "to": "provenance/crates/protocol-squisher-arrow-analyzer/src/converter.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-arrow-analyzer/src", + "from": "provenance/crates/protocol-squisher-thrift-analyzer/src/ephapax_bridge.rs", + "to": "provenance/crates/protocol-squisher-thrift-analyzer/src/converter.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-thrift-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-compat/src/compare.rs", - "to": "provenance/crates/protocol-squisher-compat/src/lib.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-compat/src", + "from": "provenance/crates/protocol-squisher-rescript-analyzer/src/parser.rs", + "to": "provenance/crates/protocol-squisher-rescript-analyzer/src/lib.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-rescript-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-compat/src/lib.rs", - "to": "provenance/crates/protocol-squisher-compat/src/ephapax_engine.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-compat/src", - "weight": 1.0 - }, - { - "from": "provenance/crates/protocol-squisher-compat/src/ephapax_engine.rs", - "to": "provenance/crates/protocol-squisher-compat/src/schema.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-compat/src", + "from": "provenance/crates/protocol-squisher-rescript-analyzer/src/lib.rs", + "to": "provenance/crates/protocol-squisher-rescript-analyzer/src/ephapax_bridge.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-rescript-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-compat/src/schema.rs", - "to": "provenance/crates/protocol-squisher-compat/src/bidirectional.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-compat/src", + "from": "provenance/crates/protocol-squisher-rescript-analyzer/src/ephapax_bridge.rs", + "to": "provenance/crates/protocol-squisher-rescript-analyzer/src/converter.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-rescript-analyzer/src", "weight": 1.0 }, { @@ -2110,153 +2104,153 @@ "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-graphql-analyzer/src/parser.rs", - "to": "provenance/crates/protocol-squisher-graphql-analyzer/src/lib.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-graphql-analyzer/src", + "from": "provenance/explorer/crawler/test/protocol_squisher/explorer/pattern_extractor_test.exs", + "to": "provenance/explorer/crawler/test/protocol_squisher/explorer/empirical_db_test.exs", + "relation": "shared_dir:provenance/explorer/crawler/test/protocol_squisher/explorer", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-graphql-analyzer/src/lib.rs", - "to": "provenance/crates/protocol-squisher-graphql-analyzer/src/ephapax_bridge.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-graphql-analyzer/src", + "from": "provenance/explorer/crawler/test/protocol_squisher/explorer/empirical_db_test.exs", + "to": "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_sink_test.exs", + "relation": "shared_dir:provenance/explorer/crawler/test/protocol_squisher/explorer", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-graphql-analyzer/src/ephapax_bridge.rs", - "to": "provenance/crates/protocol-squisher-graphql-analyzer/src/converter.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-graphql-analyzer/src", + "from": "provenance/explorer/crawler/test/mix/tasks/crawler_pattern_extract_test.exs", + "to": "provenance/explorer/crawler/test/mix/tasks/crawler_db_report_test.exs", + "relation": "shared_dir:provenance/explorer/crawler/test/mix/tasks", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-optimizer/src/lib.rs", - "to": "provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-optimizer/src", + "from": "provenance/scripts/ci/install-ephapax-cli.sh", + "to": "provenance/scripts/ci/update-panic-assail-baseline.sh", + "relation": "shared_dir:provenance/scripts/ci", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", - "to": "provenance/crates/protocol-squisher-optimizer/src/entropy.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-optimizer/src", + "from": "provenance/scripts/ci/update-panic-assail-baseline.sh", + "to": "provenance/scripts/ci/refresh-launch-metrics.sh", + "relation": "shared_dir:provenance/scripts/ci", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-optimizer/src/entropy.rs", - "to": "provenance/crates/protocol-squisher-optimizer/src/codegen.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-optimizer/src", + "from": "provenance/scripts/ci/refresh-launch-metrics.sh", + "to": "provenance/scripts/ci/capture-maintenance-metrics.sh", + "relation": "shared_dir:provenance/scripts/ci", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-optimizer/src/codegen.rs", - "to": "provenance/crates/protocol-squisher-optimizer/src/analysis.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-optimizer/src", + "from": "provenance/scripts/ci/capture-maintenance-metrics.sh", + "to": "provenance/scripts/ci/validate-realworld-corpus.sh", + "relation": "shared_dir:provenance/scripts/ci", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-rescript-analyzer/src/parser.rs", - "to": "provenance/crates/protocol-squisher-rescript-analyzer/src/lib.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-rescript-analyzer/src", + "from": "provenance/scripts/ci/validate-realworld-corpus.sh", + "to": "provenance/scripts/ci/panic-assail-regression.sh", + "relation": "shared_dir:provenance/scripts/ci", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-rescript-analyzer/src/lib.rs", - "to": "provenance/crates/protocol-squisher-rescript-analyzer/src/ephapax_bridge.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-rescript-analyzer/src", + "from": "provenance/scripts/ci/panic-assail-regression.sh", + "to": "provenance/scripts/ci/check-abi-policy.sh", + "relation": "shared_dir:provenance/scripts/ci", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-rescript-analyzer/src/ephapax_bridge.rs", - "to": "provenance/crates/protocol-squisher-rescript-analyzer/src/converter.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-rescript-analyzer/src", + "from": "provenance/scripts/ci/check-abi-policy.sh", + "to": "provenance/scripts/ci/panic-attack-stub.sh", + "relation": "shared_dir:provenance/scripts/ci", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-performance/src/simd.rs", - "to": "provenance/crates/protocol-squisher-performance/src/hardware.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-performance/src", + "from": "provenance/explorer/crawler/lib/protocol_squisher/explorer/schema_sink.ex", + "to": "provenance/explorer/crawler/lib/protocol_squisher/explorer/pattern_extractor.ex", + "relation": "shared_dir:provenance/explorer/crawler/lib/protocol_squisher/explorer", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-performance/src/hardware.rs", - "to": "provenance/crates/protocol-squisher-performance/src/streaming.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-performance/src", + "from": "provenance/explorer/crawler/lib/protocol_squisher/explorer/pattern_extractor.ex", + "to": "provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex", + "relation": "shared_dir:provenance/explorer/crawler/lib/protocol_squisher/explorer", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-rust-analyzer/src/parser.rs", - "to": "provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-rust-analyzer/src", + "from": "provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex", + "to": "provenance/explorer/crawler/lib/protocol_squisher/explorer/empirical_db.ex", + "relation": "shared_dir:provenance/explorer/crawler/lib/protocol_squisher/explorer", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", - "to": "provenance/crates/protocol-squisher-rust-analyzer/src/ephapax_bridge.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-rust-analyzer/src", + "from": "provenance/crates/protocol-squisher-toml-analyzer/src/parser.rs", + "to": "provenance/crates/protocol-squisher-toml-analyzer/src/lib.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-toml-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-rust-analyzer/src/ephapax_bridge.rs", - "to": "provenance/crates/protocol-squisher-rust-analyzer/src/converter.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-rust-analyzer/src", + "from": "provenance/crates/protocol-squisher-toml-analyzer/src/lib.rs", + "to": "provenance/crates/protocol-squisher-toml-analyzer/src/converter.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-toml-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-ir/src/lib.rs", - "to": "provenance/crates/protocol-squisher-ir/src/types.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-ir/src", + "from": "provenance/crates/protocol-squisher-arrow-analyzer/src/parser.rs", + "to": "provenance/crates/protocol-squisher-arrow-analyzer/src/lib.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-arrow-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-ir/src/types.rs", - "to": "provenance/crates/protocol-squisher-ir/src/schema.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-ir/src", + "from": "provenance/crates/protocol-squisher-arrow-analyzer/src/lib.rs", + "to": "provenance/crates/protocol-squisher-arrow-analyzer/src/converter.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-arrow-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-sql-analyzer/src/parser.rs", - "to": "provenance/crates/protocol-squisher-sql-analyzer/src/lib.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-sql-analyzer/src", + "from": "provenance/crates/protocol-squisher-bebop-analyzer/src/parser.rs", + "to": "provenance/crates/protocol-squisher-bebop-analyzer/src/lib.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-bebop-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-sql-analyzer/src/lib.rs", - "to": "provenance/crates/protocol-squisher-sql-analyzer/src/converter.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-sql-analyzer/src", + "from": "provenance/crates/protocol-squisher-bebop-analyzer/src/lib.rs", + "to": "provenance/crates/protocol-squisher-bebop-analyzer/src/ephapax_bridge.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-bebop-analyzer/src", "weight": 1.0 }, { - "from": "provenance/explorer/crawler/test/mix/tasks/crawler_db_report_test.exs", - "to": "provenance/explorer/crawler/test/mix/tasks/crawler_pattern_extract_test.exs", - "relation": "shared_dir:provenance/explorer/crawler/test/mix/tasks", + "from": "provenance/crates/protocol-squisher-bebop-analyzer/src/ephapax_bridge.rs", + "to": "provenance/crates/protocol-squisher-bebop-analyzer/src/converter.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-bebop-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/mapping.rs", - "to": "provenance/crates/protocol-squisher-pyo3-codegen/src/lib.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-pyo3-codegen/src", + "from": "provenance/crates/protocol-squisher-ir/src/lib.rs", + "to": "provenance/crates/protocol-squisher-ir/src/schema.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-ir/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/lib.rs", - "to": "provenance/crates/protocol-squisher-pyo3-codegen/src/enum_gen.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-pyo3-codegen/src", + "from": "provenance/crates/protocol-squisher-ir/src/schema.rs", + "to": "provenance/crates/protocol-squisher-ir/src/types.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-ir/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/enum_gen.rs", - "to": "provenance/crates/protocol-squisher-pyo3-codegen/src/struct_gen.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-pyo3-codegen/src", + "from": "provenance/crates/protocol-squisher-capnproto-analyzer/src/parser.rs", + "to": "provenance/crates/protocol-squisher-capnproto-analyzer/src/lib.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-capnproto-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/struct_gen.rs", - "to": "provenance/crates/protocol-squisher-pyo3-codegen/src/optimized_gen.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-pyo3-codegen/src", + "from": "provenance/crates/protocol-squisher-capnproto-analyzer/src/lib.rs", + "to": "provenance/crates/protocol-squisher-capnproto-analyzer/src/ephapax_bridge.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-capnproto-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/optimized_gen.rs", - "to": "provenance/crates/protocol-squisher-pyo3-codegen/src/module_gen.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-pyo3-codegen/src", + "from": "provenance/crates/protocol-squisher-capnproto-analyzer/src/ephapax_bridge.rs", + "to": "provenance/crates/protocol-squisher-capnproto-analyzer/src/converter.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-capnproto-analyzer/src", "weight": 1.0 }, { @@ -2272,805 +2266,805 @@ "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/compare.rs", - "to": "provenance/crates/shape-ir/src/render.rs", - "relation": "shared_dir:provenance/crates/shape-ir/src", + "from": "provenance/crates/protocol-squisher-rust-analyzer/src/parser.rs", + "to": "provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-rust-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/render.rs", - "to": "provenance/crates/shape-ir/src/panll.rs", - "relation": "shared_dir:provenance/crates/shape-ir/src", + "from": "provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", + "to": "provenance/crates/protocol-squisher-rust-analyzer/src/ephapax_bridge.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-rust-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/panll.rs", - "to": "provenance/crates/shape-ir/src/extract.rs", - "relation": "shared_dir:provenance/crates/shape-ir/src", + "from": "provenance/crates/protocol-squisher-rust-analyzer/src/ephapax_bridge.rs", + "to": "provenance/crates/protocol-squisher-rust-analyzer/src/converter.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-rust-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/extract.rs", - "to": "provenance/crates/shape-ir/src/annotations.rs", - "relation": "shared_dir:provenance/crates/shape-ir/src", + "from": "provenance/crates/protocol-squisher-property-tests/src/edge_cases.rs", + "to": "provenance/crates/protocol-squisher-property-tests/src/container_combinations.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-property-tests/src", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/annotations.rs", - "to": "provenance/crates/shape-ir/src/temporal.rs", - "relation": "shared_dir:provenance/crates/shape-ir/src", + "from": "provenance/crates/protocol-squisher-protobuf-analyzer/src/parser.rs", + "to": "provenance/crates/protocol-squisher-protobuf-analyzer/src/lib.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-protobuf-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/temporal.rs", - "to": "provenance/crates/shape-ir/src/labels.rs", - "relation": "shared_dir:provenance/crates/shape-ir/src", + "from": "provenance/crates/protocol-squisher-protobuf-analyzer/src/lib.rs", + "to": "provenance/crates/protocol-squisher-protobuf-analyzer/src/ephapax_bridge.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-protobuf-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/labels.rs", - "to": "provenance/crates/shape-ir/src/shape.rs", - "relation": "shared_dir:provenance/crates/shape-ir/src", + "from": "provenance/crates/protocol-squisher-protobuf-analyzer/src/ephapax_bridge.rs", + "to": "provenance/crates/protocol-squisher-protobuf-analyzer/src/converter.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-protobuf-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/shape.rs", - "to": "provenance/crates/shape-ir/src/morphism.rs", - "relation": "shared_dir:provenance/crates/shape-ir/src", + "from": "provenance/crates/protocol-squisher-sql-analyzer/src/parser.rs", + "to": "provenance/crates/protocol-squisher-sql-analyzer/src/lib.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-sql-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/morphism.rs", - "to": "provenance/crates/shape-ir/src/category.rs", - "relation": "shared_dir:provenance/crates/shape-ir/src", + "from": "provenance/crates/protocol-squisher-sql-analyzer/src/lib.rs", + "to": "provenance/crates/protocol-squisher-sql-analyzer/src/converter.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-sql-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-cli/src/main.rs", - "to": "provenance/crates/protocol-squisher-cli/src/feedback.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-cli/src", + "from": "provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", + "to": "provenance/crates/protocol-squisher-optimizer/src/analysis.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-optimizer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-cli/src/feedback.rs", - "to": "provenance/crates/protocol-squisher-cli/src/shape.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-cli/src", + "from": "provenance/crates/protocol-squisher-optimizer/src/analysis.rs", + "to": "provenance/crates/protocol-squisher-optimizer/src/lib.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-optimizer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-cli/src/shape.rs", - "to": "provenance/crates/protocol-squisher-cli/src/formats.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-cli/src", + "from": "provenance/crates/protocol-squisher-optimizer/src/lib.rs", + "to": "provenance/crates/protocol-squisher-optimizer/src/codegen.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-optimizer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-cli/src/formats.rs", - "to": "provenance/crates/protocol-squisher-cli/src/integration.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-cli/src", + "from": "provenance/crates/protocol-squisher-optimizer/src/codegen.rs", + "to": "provenance/crates/protocol-squisher-optimizer/src/entropy.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-optimizer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-cli/src/integration.rs", - "to": "provenance/crates/protocol-squisher-cli/src/compiler.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-cli/src", + "from": "provenance/crates/protocol-squisher-performance/src/simd.rs", + "to": "provenance/crates/protocol-squisher-performance/src/streaming.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-performance/src", "weight": 1.0 }, { - "from": "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_sink_test.exs", - "to": "provenance/explorer/crawler/test/protocol_squisher/explorer/empirical_db_test.exs", - "relation": "shared_dir:provenance/explorer/crawler/test/protocol_squisher/explorer", + "from": "provenance/crates/protocol-squisher-performance/src/streaming.rs", + "to": "provenance/crates/protocol-squisher-performance/src/hardware.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-performance/src", "weight": 1.0 }, { - "from": "provenance/explorer/crawler/test/protocol_squisher/explorer/empirical_db_test.exs", - "to": "provenance/explorer/crawler/test/protocol_squisher/explorer/pattern_extractor_test.exs", - "relation": "shared_dir:provenance/explorer/crawler/test/protocol_squisher/explorer", + "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/mapping.rs", + "to": "provenance/crates/protocol-squisher-pyo3-codegen/src/optimized_gen.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-pyo3-codegen/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-property-tests/src/edge_cases.rs", - "to": "provenance/crates/protocol-squisher-property-tests/src/container_combinations.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-property-tests/src", + "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/optimized_gen.rs", + "to": "provenance/crates/protocol-squisher-pyo3-codegen/src/struct_gen.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-pyo3-codegen/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-capnproto-analyzer/src/parser.rs", - "to": "provenance/crates/protocol-squisher-capnproto-analyzer/src/lib.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-capnproto-analyzer/src", + "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/struct_gen.rs", + "to": "provenance/crates/protocol-squisher-pyo3-codegen/src/lib.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-pyo3-codegen/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-capnproto-analyzer/src/lib.rs", - "to": "provenance/crates/protocol-squisher-capnproto-analyzer/src/ephapax_bridge.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-capnproto-analyzer/src", + "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/lib.rs", + "to": "provenance/crates/protocol-squisher-pyo3-codegen/src/enum_gen.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-pyo3-codegen/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-capnproto-analyzer/src/ephapax_bridge.rs", - "to": "provenance/crates/protocol-squisher-capnproto-analyzer/src/converter.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-capnproto-analyzer/src", + "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/enum_gen.rs", + "to": "provenance/crates/protocol-squisher-pyo3-codegen/src/module_gen.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-pyo3-codegen/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-json-fallback/src/rust_codegen.rs", - "to": "provenance/crates/protocol-squisher-json-fallback/src/ephapax_fallback.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-json-fallback/src", + "from": "provenance/crates/shape-ir/src/render.rs", + "to": "provenance/crates/shape-ir/src/temporal.rs", + "relation": "shared_dir:provenance/crates/shape-ir/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-json-fallback/src/ephapax_fallback.rs", - "to": "provenance/crates/protocol-squisher-json-fallback/src/python_codegen.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-json-fallback/src", + "from": "provenance/crates/shape-ir/src/temporal.rs", + "to": "provenance/crates/shape-ir/src/panll.rs", + "relation": "shared_dir:provenance/crates/shape-ir/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-json-fallback/src/python_codegen.rs", - "to": "provenance/crates/protocol-squisher-json-fallback/src/lib.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-json-fallback/src", + "from": "provenance/crates/shape-ir/src/panll.rs", + "to": "provenance/crates/shape-ir/src/labels.rs", + "relation": "shared_dir:provenance/crates/shape-ir/src", "weight": 1.0 }, { - "from": "provenance/scripts/ci/capture-maintenance-metrics.sh", - "to": "provenance/scripts/ci/refresh-launch-metrics.sh", - "relation": "shared_dir:provenance/scripts/ci", + "from": "provenance/crates/shape-ir/src/labels.rs", + "to": "provenance/crates/shape-ir/src/shape.rs", + "relation": "shared_dir:provenance/crates/shape-ir/src", "weight": 1.0 }, { - "from": "provenance/scripts/ci/refresh-launch-metrics.sh", - "to": "provenance/scripts/ci/install-ephapax-cli.sh", - "relation": "shared_dir:provenance/scripts/ci", + "from": "provenance/crates/shape-ir/src/shape.rs", + "to": "provenance/crates/shape-ir/src/morphism.rs", + "relation": "shared_dir:provenance/crates/shape-ir/src", "weight": 1.0 }, { - "from": "provenance/scripts/ci/install-ephapax-cli.sh", - "to": "provenance/scripts/ci/check-abi-policy.sh", - "relation": "shared_dir:provenance/scripts/ci", + "from": "provenance/crates/shape-ir/src/morphism.rs", + "to": "provenance/crates/shape-ir/src/annotations.rs", + "relation": "shared_dir:provenance/crates/shape-ir/src", "weight": 1.0 }, { - "from": "provenance/scripts/ci/check-abi-policy.sh", - "to": "provenance/scripts/ci/panic-assail-regression.sh", - "relation": "shared_dir:provenance/scripts/ci", + "from": "provenance/crates/shape-ir/src/annotations.rs", + "to": "provenance/crates/shape-ir/src/category.rs", + "relation": "shared_dir:provenance/crates/shape-ir/src", "weight": 1.0 }, { - "from": "provenance/scripts/ci/panic-assail-regression.sh", - "to": "provenance/scripts/ci/panic-attack-stub.sh", - "relation": "shared_dir:provenance/scripts/ci", + "from": "provenance/crates/shape-ir/src/category.rs", + "to": "provenance/crates/shape-ir/src/compare.rs", + "relation": "shared_dir:provenance/crates/shape-ir/src", "weight": 1.0 }, { - "from": "provenance/scripts/ci/panic-attack-stub.sh", - "to": "provenance/scripts/ci/update-panic-assail-baseline.sh", - "relation": "shared_dir:provenance/scripts/ci", + "from": "provenance/crates/shape-ir/src/compare.rs", + "to": "provenance/crates/shape-ir/src/extract.rs", + "relation": "shared_dir:provenance/crates/shape-ir/src", "weight": 1.0 }, { - "from": "provenance/scripts/ci/update-panic-assail-baseline.sh", - "to": "provenance/scripts/ci/validate-realworld-corpus.sh", - "relation": "shared_dir:provenance/scripts/ci", + "from": "provenance/crates/protocol-squisher-python-analyzer/src/ephapax_bridge.rs", + "to": "provenance/crates/protocol-squisher-python-analyzer/src/converter.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-python-analyzer/src", "weight": 1.0 }, { - "from": "provenance/explorer/crawler/lib/protocol_squisher/explorer/pattern_extractor.ex", - "to": "provenance/explorer/crawler/lib/protocol_squisher/explorer/empirical_db.ex", - "relation": "shared_dir:provenance/explorer/crawler/lib/protocol_squisher/explorer", + "from": "provenance/crates/protocol-squisher-enterprise/src/migration.rs", + "to": "provenance/crates/protocol-squisher-enterprise/src/audit.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-enterprise/src", "weight": 1.0 }, { - "from": "provenance/explorer/crawler/lib/protocol_squisher/explorer/empirical_db.ex", - "to": "provenance/explorer/crawler/lib/protocol_squisher/explorer/schema_sink.ex", - "relation": "shared_dir:provenance/explorer/crawler/lib/protocol_squisher/explorer", + "from": "provenance/crates/protocol-squisher-enterprise/src/audit.rs", + "to": "provenance/crates/protocol-squisher-enterprise/src/governance.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-enterprise/src", "weight": 1.0 }, { - "from": "provenance/explorer/crawler/lib/protocol_squisher/explorer/schema_sink.ex", - "to": "provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex", - "relation": "shared_dir:provenance/explorer/crawler/lib/protocol_squisher/explorer", + "from": "provenance/crates/protocol-squisher-enterprise/src/governance.rs", + "to": "provenance/crates/protocol-squisher-enterprise/src/registry.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-enterprise/src", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/tests/property_tests.rs", - "to": "provenance/crates/shape-ir/src/tests/compare_tests.rs", - "relation": "shared_dir:provenance/crates/shape-ir/src/tests", + "from": "provenance/crates/protocol-squisher-enterprise/src/registry.rs", + "to": "provenance/crates/protocol-squisher-enterprise/src/marketplace.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-enterprise/src", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/tests/compare_tests.rs", - "to": "provenance/crates/shape-ir/src/tests/compose_tests.rs", - "relation": "shared_dir:provenance/crates/shape-ir/src/tests", + "from": "provenance/scripts/validate-benchmarks.sh", + "to": "provenance/scripts/podman-dev.sh", + "relation": "shared_dir:provenance/scripts", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-messagepack-analyzer/src/parser.rs", - "to": "provenance/crates/protocol-squisher-messagepack-analyzer/src/lib.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-messagepack-analyzer/src", + "from": "provenance/scripts/podman-dev.sh", + "to": "provenance/scripts/run-benchmarks.sh", + "relation": "shared_dir:provenance/scripts", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-messagepack-analyzer/src/lib.rs", - "to": "provenance/crates/protocol-squisher-messagepack-analyzer/src/ephapax_bridge.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-messagepack-analyzer/src", + "from": "provenance/crates/protocol-squisher-avro-analyzer/src/parser.rs", + "to": "provenance/crates/protocol-squisher-avro-analyzer/src/lib.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-avro-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-messagepack-analyzer/src/ephapax_bridge.rs", - "to": "provenance/crates/protocol-squisher-messagepack-analyzer/src/converter.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-messagepack-analyzer/src", + "from": "provenance/crates/protocol-squisher-avro-analyzer/src/lib.rs", + "to": "provenance/crates/protocol-squisher-avro-analyzer/src/ephapax_bridge.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-avro-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-toml-analyzer/src/parser.rs", - "to": "provenance/crates/protocol-squisher-toml-analyzer/src/lib.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-toml-analyzer/src", + "from": "provenance/crates/protocol-squisher-avro-analyzer/src/ephapax_bridge.rs", + "to": "provenance/crates/protocol-squisher-avro-analyzer/src/converter.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-avro-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-toml-analyzer/src/lib.rs", - "to": "provenance/crates/protocol-squisher-toml-analyzer/src/converter.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-toml-analyzer/src", + "from": "provenance/crates/protocol-squisher-json-schema-analyzer/src/lib.rs", + "to": "provenance/crates/protocol-squisher-json-schema-analyzer/src/converter.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-json-schema-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-avro-analyzer/src/parser.rs", - "to": "provenance/crates/protocol-squisher-avro-analyzer/src/lib.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-avro-analyzer/src", + "from": "provenance/crates/protocol-squisher-json-fallback/src/ephapax_fallback.rs", + "to": "provenance/crates/protocol-squisher-json-fallback/src/lib.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-json-fallback/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-avro-analyzer/src/lib.rs", - "to": "provenance/crates/protocol-squisher-avro-analyzer/src/ephapax_bridge.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-avro-analyzer/src", + "from": "provenance/crates/protocol-squisher-json-fallback/src/lib.rs", + "to": "provenance/crates/protocol-squisher-json-fallback/src/rust_codegen.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-json-fallback/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-avro-analyzer/src/ephapax_bridge.rs", - "to": "provenance/crates/protocol-squisher-avro-analyzer/src/converter.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-avro-analyzer/src", + "from": "provenance/crates/protocol-squisher-json-fallback/src/rust_codegen.rs", + "to": "provenance/crates/protocol-squisher-json-fallback/src/python_codegen.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-json-fallback/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-distributed/src/recovery.rs", - "to": "provenance/crates/protocol-squisher-distributed/src/resilience.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-distributed/src", + "from": "provenance/crates/protocol-squisher-graphql-analyzer/src/parser.rs", + "to": "provenance/crates/protocol-squisher-graphql-analyzer/src/lib.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-graphql-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-distributed/src/resilience.rs", - "to": "provenance/crates/protocol-squisher-distributed/src/lib.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-distributed/src", + "from": "provenance/crates/protocol-squisher-graphql-analyzer/src/lib.rs", + "to": "provenance/crates/protocol-squisher-graphql-analyzer/src/ephapax_bridge.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-graphql-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-distributed/src/lib.rs", - "to": "provenance/crates/protocol-squisher-distributed/src/rebalancer.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-distributed/src", + "from": "provenance/crates/protocol-squisher-graphql-analyzer/src/ephapax_bridge.rs", + "to": "provenance/crates/protocol-squisher-graphql-analyzer/src/converter.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-graphql-analyzer/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-python-analyzer/src/ephapax_bridge.rs", - "to": "provenance/crates/protocol-squisher-python-analyzer/src/converter.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-python-analyzer/src", + "from": "provenance/crates/shape-ir/src/tests/compose_tests.rs", + "to": "provenance/crates/shape-ir/src/tests/compare_tests.rs", + "relation": "shared_dir:provenance/crates/shape-ir/src/tests", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-thrift-analyzer/src/parser.rs", - "to": "provenance/crates/protocol-squisher-thrift-analyzer/src/lib.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-thrift-analyzer/src", + "from": "provenance/crates/shape-ir/src/tests/compare_tests.rs", + "to": "provenance/crates/shape-ir/src/tests/property_tests.rs", + "relation": "shared_dir:provenance/crates/shape-ir/src/tests", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-thrift-analyzer/src/lib.rs", - "to": "provenance/crates/protocol-squisher-thrift-analyzer/src/ephapax_bridge.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-thrift-analyzer/src", + "from": "provenance/crates/protocol-squisher-compat/src/bidirectional.rs", + "to": "provenance/crates/protocol-squisher-compat/src/lib.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-compat/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-thrift-analyzer/src/ephapax_bridge.rs", - "to": "provenance/crates/protocol-squisher-thrift-analyzer/src/converter.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-thrift-analyzer/src", + "from": "provenance/crates/protocol-squisher-compat/src/lib.rs", + "to": "provenance/crates/protocol-squisher-compat/src/ephapax_engine.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-compat/src", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-json-schema-analyzer/src/lib.rs", - "to": "provenance/crates/protocol-squisher-json-schema-analyzer/src/converter.rs", - "relation": "shared_dir:provenance/crates/protocol-squisher-json-schema-analyzer/src", + "from": "provenance/crates/protocol-squisher-compat/src/ephapax_engine.rs", + "to": "provenance/crates/protocol-squisher-compat/src/schema.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-compat/src", "weight": 1.0 }, { - "from": "provenance/examples/hypothesis_evolution_gold.rs", - "to": "OTP", - "relation": "framework", + "from": "provenance/crates/protocol-squisher-compat/src/schema.rs", + "to": "provenance/crates/protocol-squisher-compat/src/compare.rs", + "relation": "shared_dir:provenance/crates/protocol-squisher-compat/src", "weight": 1.0 }, { - "from": "provenance/explorer/crawler/lib/protocol_squisher/explorer/pattern_extractor.ex", + "from": "provenance/crates/protocol-squisher-python-analyzer/src/ephapax_bridge.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/explorer/crawler/lib/protocol_squisher/explorer/empirical_db.ex", + "from": "provenance/crates/protocol-squisher-python-analyzer/src/converter.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "provenance/explorer/crawler/lib/protocol_squisher/explorer/schema_sink.ex", + "from": "provenance/crates/protocol-squisher-distributed/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex", + "from": "provenance/crates/protocol-squisher-distributed/src/recovery.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/explorer/crawler/lib/mix/tasks/crawler.db.report.ex", + "from": "provenance/crates/protocol-squisher-distributed/src/resilience.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_sink_test.exs", + "from": "provenance/crates/protocol-squisher-distributed/src/rebalancer.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/explorer/crawler/test/protocol_squisher/explorer/empirical_db_test.exs", + "from": "provenance/crates/protocol-squisher-security-bridge/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/explorer/crawler/test/protocol_squisher/explorer/pattern_extractor_test.exs", + "from": "provenance/crates/protocol-squisher-openapi-analyzer/src/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/explorer/crawler/test/mix/tasks/crawler_db_report_test.exs", + "from": "provenance/crates/protocol-squisher-openapi-analyzer/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/explorer/crawler/test/mix/tasks/crawler_pattern_extract_test.exs", + "from": "provenance/crates/protocol-squisher-openapi-analyzer/src/converter.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/scripts/ci/capture-maintenance-metrics.sh", + "from": "provenance/crates/protocol-squisher-minikanren/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/scripts/ci/refresh-launch-metrics.sh", + "from": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/scripts/ci/install-ephapax-cli.sh", + "from": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/scripts/ci/check-abi-policy.sh", + "from": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/ephapax_bridge.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/scripts/ci/panic-assail-regression.sh", + "from": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/converter.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/scripts/ci/panic-attack-stub.sh", + "from": "provenance/crates/protocol-squisher-protobuf-analyzer/src/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/scripts/ci/update-panic-assail-baseline.sh", + "from": "provenance/crates/protocol-squisher-protobuf-analyzer/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/scripts/ci/validate-realworld-corpus.sh", + "from": "provenance/crates/protocol-squisher-protobuf-analyzer/src/ephapax_bridge.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/scripts/validate-benchmarks.sh", + "from": "provenance/crates/protocol-squisher-protobuf-analyzer/src/converter.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/scripts/podman-dev.sh", + "from": "provenance/crates/protocol-squisher-optimizer/tests/advanced_optimization_tests.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/scripts/run-benchmarks.sh", + "from": "provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/setup.sh", + "from": "provenance/crates/protocol-squisher-optimizer/src/analysis.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-rust-analyzer/src/parser.rs", + "from": "provenance/crates/protocol-squisher-optimizer/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", + "from": "provenance/crates/protocol-squisher-optimizer/src/codegen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-rust-analyzer/src/ephapax_bridge.rs", + "from": "provenance/crates/protocol-squisher-optimizer/src/entropy.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-rust-analyzer/src/converter.rs", + "from": "provenance/crates/protocol-squisher-toml-analyzer/src/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-property-tests/src/edge_cases.rs", + "from": "provenance/crates/protocol-squisher-toml-analyzer/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-property-tests/src/container_combinations.rs", + "from": "provenance/crates/protocol-squisher-toml-analyzer/src/converter.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-json-schema-analyzer/src/lib.rs", + "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/mapping.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-json-schema-analyzer/src/converter.rs", + "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/optimized_gen.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-cli/tests/research_integration.rs", + "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/struct_gen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-cli/tests/enterprise_integration.rs", + "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-cli/src/main.rs", + "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/enum_gen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-cli/src/feedback.rs", + "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/module_gen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-cli/src/shape.rs", + "from": "provenance/crates/protocol-squisher-cli/tests/enterprise_integration.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-cli/src/formats.rs", + "from": "provenance/crates/protocol-squisher-cli/tests/research_integration.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-cli/src/integration.rs", + "from": "provenance/crates/protocol-squisher-cli/src/compiler.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-cli/src/compiler.rs", + "from": "provenance/crates/protocol-squisher-cli/src/formats.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-enterprise/src/marketplace.rs", + "from": "provenance/crates/protocol-squisher-cli/src/integration.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-enterprise/src/audit.rs", + "from": "provenance/crates/protocol-squisher-cli/src/feedback.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-enterprise/src/registry.rs", + "from": "provenance/crates/protocol-squisher-cli/src/main.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-enterprise/src/migration.rs", + "from": "provenance/crates/protocol-squisher-cli/src/shape.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-enterprise/src/governance.rs", + "from": "provenance/crates/protocol-squisher-ir/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-security-bridge/src/lib.rs", + "from": "provenance/crates/protocol-squisher-ir/src/schema.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-performance/src/simd.rs", + "from": "provenance/crates/protocol-squisher-ir/src/types.rs", "to": "OTP", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-performance/src/hardware.rs", + "from": "provenance/crates/protocol-squisher-arrow-analyzer/src/parser.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-performance/src/streaming.rs", + "from": "provenance/crates/protocol-squisher-arrow-analyzer/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-bebop-analyzer/src/parser.rs", + "from": "provenance/crates/protocol-squisher-arrow-analyzer/src/converter.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-bebop-analyzer/src/lib.rs", + "from": "provenance/crates/protocol-squisher-constraints/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-bebop-analyzer/src/ephapax_bridge.rs", + "from": "provenance/crates/protocol-squisher-json-schema-analyzer/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-bebop-analyzer/src/converter.rs", + "from": "provenance/crates/protocol-squisher-json-schema-analyzer/src/converter.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "provenance/crates/protocol-squisher-avro-analyzer/src/parser.rs", + "from": "provenance/crates/protocol-squisher-sql-analyzer/src/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-avro-analyzer/src/lib.rs", + "from": "provenance/crates/protocol-squisher-sql-analyzer/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-avro-analyzer/src/ephapax_bridge.rs", + "from": "provenance/crates/protocol-squisher-sql-analyzer/src/converter.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-avro-analyzer/src/converter.rs", + "from": "provenance/crates/protocol-squisher-capnproto-analyzer/src/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-protobuf-analyzer/src/parser.rs", + "from": "provenance/crates/protocol-squisher-capnproto-analyzer/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-protobuf-analyzer/src/lib.rs", + "from": "provenance/crates/protocol-squisher-capnproto-analyzer/src/ephapax_bridge.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-protobuf-analyzer/src/ephapax_bridge.rs", + "from": "provenance/crates/protocol-squisher-capnproto-analyzer/src/converter.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-protobuf-analyzer/src/converter.rs", + "from": "provenance/crates/protocol-squisher-echidna-bridge/src/cache.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "provenance/crates/protocol-squisher-arrow-analyzer/src/parser.rs", + "from": "provenance/crates/protocol-squisher-rust-analyzer/src/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-arrow-analyzer/src/lib.rs", + "from": "provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-arrow-analyzer/src/converter.rs", + "from": "provenance/crates/protocol-squisher-rust-analyzer/src/ephapax_bridge.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-rescript-analyzer/examples/basic_usage.rs", + "from": "provenance/crates/protocol-squisher-rust-analyzer/src/converter.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-rescript-analyzer/tests/interop_tests.rs", + "from": "provenance/crates/protocol-squisher-thrift-analyzer/src/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-rescript-analyzer/src/parser.rs", + "from": "provenance/crates/protocol-squisher-thrift-analyzer/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-rescript-analyzer/src/lib.rs", + "from": "provenance/crates/protocol-squisher-thrift-analyzer/src/ephapax_bridge.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-rescript-analyzer/src/ephapax_bridge.rs", + "from": "provenance/crates/protocol-squisher-thrift-analyzer/src/converter.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-rescript-analyzer/src/converter.rs", + "from": "provenance/crates/protocol-squisher-performance/src/simd.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": "provenance/crates/protocol-squisher-ir/src/lib.rs", + "from": "provenance/crates/protocol-squisher-performance/src/streaming.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-ir/src/types.rs", + "from": "provenance/crates/protocol-squisher-performance/src/hardware.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "provenance/crates/protocol-squisher-ir/src/schema.rs", + "from": "provenance/crates/protocol-squisher-avro-analyzer/src/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/compare.rs", + "from": "provenance/crates/protocol-squisher-avro-analyzer/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/render.rs", + "from": "provenance/crates/protocol-squisher-avro-analyzer/src/ephapax_bridge.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/panll.rs", + "from": "provenance/crates/protocol-squisher-avro-analyzer/src/converter.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/extract.rs", + "from": "provenance/crates/shape-ir/src/tests/compose_tests.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/annotations.rs", + "from": "provenance/crates/shape-ir/src/tests/compare_tests.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/temporal.rs", + "from": "provenance/crates/shape-ir/src/tests/property_tests.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/labels.rs", + "from": "provenance/crates/shape-ir/src/render.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/shape.rs", + "from": "provenance/crates/shape-ir/src/temporal.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/tests/property_tests.rs", + "from": "provenance/crates/shape-ir/src/panll.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/tests/compare_tests.rs", + "from": "provenance/crates/shape-ir/src/labels.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/tests/compose_tests.rs", + "from": "provenance/crates/shape-ir/src/shape.rs", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -3082,139 +3076,139 @@ "weight": 1.0 }, { - "from": "provenance/crates/shape-ir/src/category.rs", + "from": "provenance/crates/shape-ir/src/annotations.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-optimizer/tests/advanced_optimization_tests.rs", + "from": "provenance/crates/shape-ir/src/category.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-optimizer/src/lib.rs", + "from": "provenance/crates/shape-ir/src/compare.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", + "from": "provenance/crates/shape-ir/src/extract.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-optimizer/src/entropy.rs", + "from": "provenance/crates/protocol-squisher-json-fallback/src/ephapax_fallback.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-optimizer/src/codegen.rs", + "from": "provenance/crates/protocol-squisher-json-fallback/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-optimizer/src/analysis.rs", + "from": "provenance/crates/protocol-squisher-json-fallback/src/rust_codegen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-compat/src/compare.rs", + "from": "provenance/crates/protocol-squisher-json-fallback/src/python_codegen.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-compat/src/lib.rs", + "from": "provenance/crates/protocol-squisher-enterprise/src/migration.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-compat/src/ephapax_engine.rs", + "from": "provenance/crates/protocol-squisher-enterprise/src/audit.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-compat/src/schema.rs", + "from": "provenance/crates/protocol-squisher-enterprise/src/governance.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-compat/src/bidirectional.rs", + "from": "provenance/crates/protocol-squisher-enterprise/src/registry.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/mapping.rs", + "from": "provenance/crates/protocol-squisher-enterprise/src/marketplace.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/lib.rs", + "from": "provenance/crates/protocol-squisher-messagepack-analyzer/src/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/enum_gen.rs", + "from": "provenance/crates/protocol-squisher-messagepack-analyzer/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/struct_gen.rs", + "from": "provenance/crates/protocol-squisher-messagepack-analyzer/src/ephapax_bridge.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/optimized_gen.rs", + "from": "provenance/crates/protocol-squisher-messagepack-analyzer/src/converter.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-pyo3-codegen/src/module_gen.rs", + "from": "provenance/crates/protocol-squisher-bebop-analyzer/src/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-echidna-bridge/src/cache.rs", + "from": "provenance/crates/protocol-squisher-bebop-analyzer/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-distributed/src/recovery.rs", + "from": "provenance/crates/protocol-squisher-bebop-analyzer/src/ephapax_bridge.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-distributed/src/resilience.rs", + "from": "provenance/crates/protocol-squisher-bebop-analyzer/src/converter.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-distributed/src/lib.rs", + "from": "provenance/crates/protocol-squisher-property-tests/src/edge_cases.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-distributed/src/rebalancer.rs", + "from": "provenance/crates/protocol-squisher-property-tests/src/container_combinations.rs", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -3244,199 +3238,205 @@ "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-capnproto-analyzer/src/parser.rs", + "from": "provenance/crates/protocol-squisher-rescript-analyzer/tests/interop_tests.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-capnproto-analyzer/src/lib.rs", + "from": "provenance/crates/protocol-squisher-rescript-analyzer/examples/basic_usage.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-capnproto-analyzer/src/ephapax_bridge.rs", + "from": "provenance/crates/protocol-squisher-rescript-analyzer/src/parser.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-capnproto-analyzer/src/converter.rs", + "from": "provenance/crates/protocol-squisher-rescript-analyzer/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-messagepack-analyzer/src/parser.rs", + "from": "provenance/crates/protocol-squisher-rescript-analyzer/src/ephapax_bridge.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-messagepack-analyzer/src/lib.rs", + "from": "provenance/crates/protocol-squisher-rescript-analyzer/src/converter.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-messagepack-analyzer/src/ephapax_bridge.rs", + "from": "provenance/crates/protocol-squisher-compat/src/bidirectional.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-messagepack-analyzer/src/converter.rs", + "from": "provenance/crates/protocol-squisher-compat/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-python-analyzer/src/ephapax_bridge.rs", + "from": "provenance/crates/protocol-squisher-compat/src/ephapax_engine.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-python-analyzer/src/converter.rs", + "from": "provenance/crates/protocol-squisher-compat/src/schema.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-sql-analyzer/src/parser.rs", + "from": "provenance/crates/protocol-squisher-compat/src/compare.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-sql-analyzer/src/lib.rs", + "from": "provenance/examples/hypothesis_evolution_gold.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-sql-analyzer/src/converter.rs", + "from": "provenance/explorer/crawler/lib/protocol_squisher/explorer/schema_sink.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "provenance/crates/protocol-squisher-json-fallback/src/rust_codegen.rs", + "from": "provenance/explorer/crawler/lib/protocol_squisher/explorer/pattern_extractor.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-json-fallback/src/ephapax_fallback.rs", + "from": "provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-json-fallback/src/python_codegen.rs", + "from": "provenance/explorer/crawler/lib/protocol_squisher/explorer/empirical_db.ex", + "to": "OTP", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "provenance/explorer/crawler/lib/mix/tasks/crawler.db.report.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-json-fallback/src/lib.rs", + "from": "provenance/explorer/crawler/test/protocol_squisher/explorer/pattern_extractor_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-toml-analyzer/src/parser.rs", + "from": "provenance/explorer/crawler/test/protocol_squisher/explorer/empirical_db_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-toml-analyzer/src/lib.rs", + "from": "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_sink_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-toml-analyzer/src/converter.rs", + "from": "provenance/explorer/crawler/test/mix/tasks/crawler_pattern_extract_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-minikanren/src/lib.rs", + "from": "provenance/explorer/crawler/test/mix/tasks/crawler_db_report_test.exs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-constraints/src/lib.rs", + "from": "provenance/scripts/validate-benchmarks.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-thrift-analyzer/src/parser.rs", + "from": "provenance/scripts/podman-dev.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-thrift-analyzer/src/lib.rs", + "from": "provenance/scripts/ci/install-ephapax-cli.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-thrift-analyzer/src/ephapax_bridge.rs", + "from": "provenance/scripts/ci/update-panic-assail-baseline.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-thrift-analyzer/src/converter.rs", + "from": "provenance/scripts/ci/refresh-launch-metrics.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-openapi-analyzer/src/parser.rs", + "from": "provenance/scripts/ci/capture-maintenance-metrics.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-openapi-analyzer/src/lib.rs", + "from": "provenance/scripts/ci/validate-realworld-corpus.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-openapi-analyzer/src/converter.rs", + "from": "provenance/scripts/ci/panic-assail-regression.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/parser.rs", + "from": "provenance/scripts/ci/check-abi-policy.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/lib.rs", + "from": "provenance/scripts/ci/panic-attack-stub.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/ephapax_bridge.rs", + "from": "provenance/scripts/run-benchmarks.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/converter.rs", + "from": "provenance/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -3454,7 +3454,7 @@ "weight": 36.0 }, { - "from": "provenance/ffi/zig/src/main.zig", + "from": "provenance/setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -3464,33 +3464,65 @@ "taint_matrix": { "rows": [ { - "source_category": "UnsafeCode", + "source_category": "UnboundedAllocation", "sink_axis": "memory", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "provenance/crates/protocol-squisher-performance/src/simd.rs", - "provenance/crates/protocol-squisher-performance/src/simd.rs" + "provenance/crates/protocol-squisher-distributed/src/recovery.rs", + "provenance/crates/protocol-squisher-openapi-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-protobuf-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", + "provenance/crates/protocol-squisher-toml-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-arrow-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-json-schema-analyzer/src/lib.rs", + "provenance/crates/protocol-squisher-sql-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-capnproto-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-rust-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", + "provenance/crates/protocol-squisher-thrift-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-avro-analyzer/src/parser.rs", + "provenance/crates/shape-ir/src/information.rs", + "provenance/crates/protocol-squisher-enterprise/src/registry.rs", + "provenance/crates/protocol-squisher-enterprise/src/marketplace.rs", + "provenance/crates/protocol-squisher-messagepack-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-bebop-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-graphql-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-rescript-analyzer/src/parser.rs", + "provenance/src/main.rs" ], "frameworks": [ "OTP" ], - "relation": "UnsafeCode->Memory" + "relation": "UnboundedAllocation->Memory" + }, + { + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, + "files": [ + "provenance/crates/protocol-squisher-graphql-analyzer/src/parser.rs" + ], + "frameworks": [ + "OTP" + ], + "relation": "PanicPath->Disk" }, { "source_category": "MutationGap", "sink_axis": "cpu", "severity_value": 1.0, "files": [ - "provenance/explorer/crawler/test/crawler_test.exs", + "provenance/explorer/crawler/test/protocol_squisher/explorer/pattern_extractor_test.exs", "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_parser_test.exs", - "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_sink_test.exs", - "provenance/explorer/crawler/test/protocol_squisher/explorer/format_detector_test.exs", "provenance/explorer/crawler/test/protocol_squisher/explorer/empirical_db_test.exs", "provenance/explorer/crawler/test/protocol_squisher/explorer/parallel_parser_test.exs", - "provenance/explorer/crawler/test/protocol_squisher/explorer/pattern_extractor_test.exs", + "provenance/explorer/crawler/test/protocol_squisher/explorer/schema_sink_test.exs", "provenance/explorer/crawler/test/protocol_squisher/explorer/config_test.exs", - "provenance/explorer/crawler/test/mix/tasks/crawler_db_report_test.exs", - "provenance/explorer/crawler/test/mix/tasks/crawler_pattern_extract_test.exs" + "provenance/explorer/crawler/test/protocol_squisher/explorer/format_detector_test.exs", + "provenance/explorer/crawler/test/crawler_test.exs", + "provenance/explorer/crawler/test/mix/tasks/crawler_pattern_extract_test.exs", + "provenance/explorer/crawler/test/mix/tasks/crawler_db_report_test.exs" ], "frameworks": [ "OTP" @@ -3498,106 +3530,87 @@ "relation": "MutationGap->Cpu" }, { - "source_category": "UnboundedAllocation", + "source_category": "CommandInjection", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "provenance/crates/protocol-squisher-rust-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", - "provenance/crates/protocol-squisher-json-schema-analyzer/src/lib.rs", - "provenance/crates/protocol-squisher-enterprise/src/marketplace.rs", - "provenance/crates/protocol-squisher-enterprise/src/registry.rs", - "provenance/crates/protocol-squisher-bebop-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-avro-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-protobuf-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-arrow-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-rescript-analyzer/src/parser.rs", - "provenance/crates/shape-ir/src/information.rs", - "provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", - "provenance/crates/protocol-squisher-distributed/src/recovery.rs", - "provenance/crates/protocol-squisher-graphql-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-capnproto-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-messagepack-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-sql-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-toml-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-thrift-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-openapi-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/parser.rs", - "provenance/src/main.rs" + "provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex" ], "frameworks": [ "OTP" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "CommandInjection->Cpu" }, { - "source_category": "PanicPath", + "source_category": "UnsafeCode", + "sink_axis": "concurrency", + "severity_value": 3.5, + "files": [ + "provenance/crates/protocol-squisher-performance/src/simd.rs", + "provenance/crates/protocol-squisher-performance/src/simd.rs" + ], + "frameworks": [ + "OTP" + ], + "relation": "UnsafeCode->Concurrency" + }, + { + "source_category": "CommandInjection", "sink_axis": "disk", "severity_value": 2.5, "files": [ - "provenance/crates/protocol-squisher-graphql-analyzer/src/parser.rs" + "provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex" ], "frameworks": [ "OTP" ], - "relation": "PanicPath->Disk" + "relation": "CommandInjection->Disk" }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ + "provenance/crates/protocol-squisher-distributed/src/recovery.rs", + "provenance/crates/protocol-squisher-openapi-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-protobuf-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", + "provenance/crates/protocol-squisher-toml-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-arrow-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-json-schema-analyzer/src/lib.rs", + "provenance/crates/protocol-squisher-sql-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-capnproto-analyzer/src/parser.rs", "provenance/crates/protocol-squisher-rust-analyzer/src/parser.rs", "provenance/crates/protocol-squisher-rust-analyzer/src/lib.rs", - "provenance/crates/protocol-squisher-json-schema-analyzer/src/lib.rs", - "provenance/crates/protocol-squisher-enterprise/src/marketplace.rs", - "provenance/crates/protocol-squisher-enterprise/src/registry.rs", - "provenance/crates/protocol-squisher-bebop-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-thrift-analyzer/src/parser.rs", "provenance/crates/protocol-squisher-avro-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-protobuf-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-arrow-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-rescript-analyzer/src/parser.rs", "provenance/crates/shape-ir/src/information.rs", - "provenance/crates/protocol-squisher-optimizer/src/ephapax_optimizer.rs", - "provenance/crates/protocol-squisher-distributed/src/recovery.rs", - "provenance/crates/protocol-squisher-graphql-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-capnproto-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-enterprise/src/registry.rs", + "provenance/crates/protocol-squisher-enterprise/src/marketplace.rs", "provenance/crates/protocol-squisher-messagepack-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-sql-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-toml-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-thrift-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-openapi-analyzer/src/parser.rs", - "provenance/crates/protocol-squisher-flatbuffers-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-bebop-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-graphql-analyzer/src/parser.rs", + "provenance/crates/protocol-squisher-rescript-analyzer/src/parser.rs", "provenance/src/main.rs" ], "frameworks": [ "OTP" ], - "relation": "UnboundedAllocation->Memory" - }, - { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex" - ], - "frameworks": [ - "OTP" - ], - "relation": "CommandInjection->Disk" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "provenance/explorer/crawler/lib/protocol_squisher/explorer/corpus_analyzer.ex" + "provenance/crates/protocol-squisher-performance/src/simd.rs", + "provenance/crates/protocol-squisher-performance/src/simd.rs" ], "frameworks": [ "OTP" ], - "relation": "CommandInjection->Cpu" + "relation": "UnsafeCode->Memory" }, { "source_category": "PanicPath", @@ -3623,19 +3636,6 @@ "OTP" ], "relation": "PanicPath->Memory" - }, - { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", - "severity_value": 3.5, - "files": [ - "provenance/crates/protocol-squisher-performance/src/simd.rs", - "provenance/crates/protocol-squisher-performance/src/simd.rs" - ], - "frameworks": [ - "OTP" - ], - "relation": "UnsafeCode->Concurrency" } ] } diff --git a/scans/proven-servers.json b/scans/proven-servers.json index 03e7b514..1e262af4 100644 --- a/scans/proven-servers.json +++ b/scans/proven-servers.json @@ -4,17 +4,6 @@ "language": "idris", "frameworks": [], "weak_points": [ - { - "category": "InsecureProtocol", - "location": "connectors/proven-nesy-solver-api/zig/deploy-fly.sh", - "file": "connectors/proven-nesy-solver-api/zig/deploy-fly.sh", - "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in connectors/proven-nesy-solver-api/zig/deploy-fly.sh", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, { "category": "HardcodedSecret", "location": "not-proven/proven-ssh-bastion/src/SSH/Auth.idr", @@ -27,88 +16,44 @@ "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "protocols/proven-socks/src/SOCKS/Types.idr", - "file": "protocols/proven-socks/src/SOCKS/Types.idr", - "severity": "Critical", - "description": "Possible hardcoded secret in protocols/proven-socks/src/SOCKS/Types.idr", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, - { - "category": "InsecureProtocol", - "location": "protocols/proven-semweb/ffi/zig/test/integration_test.zig", - "file": "protocols/proven-semweb/ffi/zig/test/integration_test.zig", + "category": "CommandInjection", + "location": "scripts/maintenance/run-maintenance.sh", + "file": "scripts/maintenance/run-maintenance.sh", "severity": "Medium", - "description": "22 HTTP (non-HTTPS) URLs in protocols/proven-semweb/ffi/zig/test/integration_test.zig", - "recommended_attack": [ - "network" - ], - "test_context": "test_only" - }, - { - "category": "HardcodedSecret", - "location": "protocols/proven-authserver/src/Authserver/Types.idr", - "file": "protocols/proven-authserver/src/Authserver/Types.idr", - "severity": "Critical", - "description": "Possible hardcoded secret in protocols/proven-authserver/src/Authserver/Types.idr", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, - { - "category": "HardcodedSecret", - "location": "protocols/proven-radius/src/RADIUS/Types.idr", - "file": "protocols/proven-radius/src/RADIUS/Types.idr", - "severity": "Critical", - "description": "Possible hardcoded secret in protocols/proven-radius/src/RADIUS/Types.idr", + "description": "33 potentially unquoted variable expansions in scripts/maintenance/run-maintenance.sh", "recommended_attack": [ - "network" + "cpu" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "protocols/proven-triplestore/ffi/zig/test/integration_test.zig", - "file": "protocols/proven-triplestore/ffi/zig/test/integration_test.zig", - "severity": "Medium", - "description": "27 HTTP (non-HTTPS) URLs in protocols/proven-triplestore/ffi/zig/test/integration_test.zig", - "recommended_attack": [ - "network" - ], - "test_context": "test_only" - }, - { - "category": "HardcodedSecret", - "location": "protocols/proven-kms/src/KMS/Types.idr", - "file": "protocols/proven-kms/src/KMS/Types.idr", - "severity": "Critical", - "description": "Possible hardcoded secret in protocols/proven-kms/src/KMS/Types.idr", + "category": "UnsafeCode", + "location": "bindings/go/ftp.go", + "file": "bindings/go/ftp.go", + "severity": "High", + "description": "unsafe.Pointer usage in bindings/go/ftp.go", "recommended_attack": [ - "network" + "memory" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "scripts/maintenance/run-maintenance.sh", - "file": "scripts/maintenance/run-maintenance.sh", - "severity": "Medium", - "description": "33 potentially unquoted variable expansions in scripts/maintenance/run-maintenance.sh", + "category": "UnsafeCode", + "location": "bindings/go/mqtt.go", + "file": "bindings/go/mqtt.go", + "severity": "High", + "description": "unsafe.Pointer usage in bindings/go/mqtt.go", "recommended_attack": [ - "cpu" + "memory" ], "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/go/mqtt.go", - "file": "bindings/go/mqtt.go", + "location": "bindings/go/httpd.go", + "file": "bindings/go/httpd.go", "severity": "High", - "description": "unsafe.Pointer usage in bindings/go/mqtt.go", + "description": "unsafe.Pointer usage in bindings/go/httpd.go", "recommended_attack": [ "memory" ], @@ -137,22 +82,22 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/go/httpd.go", - "file": "bindings/go/httpd.go", - "severity": "High", - "description": "unsafe.Pointer usage in bindings/go/httpd.go", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Sparql.jl", + "file": "bindings/julia/src/Sparql.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Sparql.jl", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/go/ftp.go", - "file": "bindings/go/ftp.go", - "severity": "High", - "description": "unsafe.Pointer usage in bindings/go/ftp.go", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Virt.jl", + "file": "bindings/julia/src/Virt.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Virt.jl", "recommended_attack": [ "memory" ], @@ -160,243 +105,230 @@ }, { "category": "UnsafeFFI", - "location": "bindings/rescript/src/ProvenServers.affine", - "file": "bindings/rescript/src/ProvenServers.affine", + "location": "bindings/julia/src/Smb.jl", + "file": "bindings/julia/src/Smb.jl", "severity": "Medium", - "description": "7 FFI/external bindings in bindings/rescript/src/ProvenServers.affine", + "description": "5 ccall/FFI calls in bindings/julia/src/Smb.jl", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "MutationGap", - "location": "bindings/elixir/test/core_test.exs", - "file": "bindings/elixir/test/core_test.exs", - "severity": "Low", - "description": "Elixir test file bindings/elixir/test/core_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Ospf.jl", + "file": "bindings/julia/src/Ospf.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Ospf.jl", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "bindings/elixir/test/grpc_test.exs", - "file": "bindings/elixir/test/grpc_test.exs", - "severity": "Low", - "description": "Elixir test file bindings/elixir/test/grpc_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Backup.jl", + "file": "bindings/julia/src/Backup.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Backup.jl", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "bindings/elixir/test/dns_test.exs", - "file": "bindings/elixir/test/dns_test.exs", - "severity": "Low", - "description": "Elixir test file bindings/elixir/test/dns_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Tftp.jl", + "file": "bindings/julia/src/Tftp.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Tftp.jl", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "bindings/elixir/test/http_test.exs", - "file": "bindings/elixir/test/http_test.exs", - "severity": "Low", - "description": "Elixir test file bindings/elixir/test/http_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Ftp.jl", + "file": "bindings/julia/src/Ftp.jl", + "severity": "Medium", + "description": "20 ccall/FFI calls in bindings/julia/src/Ftp.jl", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "bindings/elixir/test/websocket_test.exs", - "file": "bindings/elixir/test/websocket_test.exs", - "severity": "Low", - "description": "Elixir test file bindings/elixir/test/websocket_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Ldp.jl", + "file": "bindings/julia/src/Ldp.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Ldp.jl", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "bindings/elixir/test/graphql_test.exs", - "file": "bindings/elixir/test/graphql_test.exs", - "severity": "Low", - "description": "Elixir test file bindings/elixir/test/graphql_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Mdns.jl", + "file": "bindings/julia/src/Mdns.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Mdns.jl", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "bindings/elixir/test/mqtt_test.exs", - "file": "bindings/elixir/test/mqtt_test.exs", - "severity": "Low", - "description": "Elixir test file bindings/elixir/test/mqtt_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Ldap.jl", + "file": "bindings/julia/src/Ldap.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Ldap.jl", "recommended_attack": [ - "cpu" + "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "bindings/ruby/lib/proven_servers/grpc.rb", - "file": "bindings/ruby/lib/proven_servers/grpc.rb", - "severity": "High", - "description": "Dynamic code execution in bindings/ruby/lib/proven_servers/grpc.rb", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Hardened.jl", + "file": "bindings/julia/src/Hardened.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Hardened.jl", "recommended_attack": [ - "cpu", "memory" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/ffi_firewall.rs", - "file": "bindings/rust/src/ffi_firewall.rs", - "severity": "High", - "description": "24 unsafe blocks in bindings/rust/src/ffi_firewall.rs", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Appserver.jl", + "file": "bindings/julia/src/Appserver.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Appserver.jl", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/ffi_ftp.rs", - "file": "bindings/rust/src/ffi_ftp.rs", - "severity": "High", - "description": "27 unsafe blocks in bindings/rust/src/ffi_ftp.rs", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Monitor.jl", + "file": "bindings/julia/src/Monitor.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Monitor.jl", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/core.rs", - "file": "bindings/rust/src/core.rs", - "severity": "High", - "description": "3 unsafe blocks in bindings/rust/src/core.rs", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Proxy.jl", + "file": "bindings/julia/src/Proxy.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Proxy.jl", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/ffi_httpd.rs", - "file": "bindings/rust/src/ffi_httpd.rs", - "severity": "High", - "description": "17 unsafe blocks in bindings/rust/src/ffi_httpd.rs", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Bgp.jl", + "file": "bindings/julia/src/Bgp.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Bgp.jl", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/ffi_ssh.rs", - "file": "bindings/rust/src/ffi_ssh.rs", - "severity": "High", - "description": "26 unsafe blocks in bindings/rust/src/ffi_ssh.rs", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Imap.jl", + "file": "bindings/julia/src/Imap.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Imap.jl", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/ffi_dns.rs", - "file": "bindings/rust/src/ffi_dns.rs", - "severity": "High", - "description": "25 unsafe blocks in bindings/rust/src/ffi_dns.rs", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Netconf.jl", + "file": "bindings/julia/src/Netconf.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Netconf.jl", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/ffi_macros.rs", - "file": "bindings/rust/src/ffi_macros.rs", - "severity": "High", - "description": "5 unsafe blocks in bindings/rust/src/ffi_macros.rs", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Nesy.jl", + "file": "bindings/julia/src/Nesy.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Nesy.jl", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/ffi_mqtt.rs", - "file": "bindings/rust/src/ffi_mqtt.rs", - "severity": "High", - "description": "22 unsafe blocks in bindings/rust/src/ffi_mqtt.rs", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Coap.jl", + "file": "bindings/julia/src/Coap.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Coap.jl", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/ffi_graphql.rs", - "file": "bindings/rust/src/ffi_graphql.rs", - "severity": "High", - "description": "24 unsafe blocks in bindings/rust/src/ffi_graphql.rs", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Doh.jl", + "file": "bindings/julia/src/Doh.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Doh.jl", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/ffi_grpc.rs", - "file": "bindings/rust/src/ffi_grpc.rs", - "severity": "High", - "description": "23 unsafe blocks in bindings/rust/src/ffi_grpc.rs", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Pop3.jl", + "file": "bindings/julia/src/Pop3.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Pop3.jl", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/ffi_smtp.rs", - "file": "bindings/rust/src/ffi_smtp.rs", - "severity": "High", - "description": "22 unsafe blocks in bindings/rust/src/ffi_smtp.rs", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Objectstore.jl", + "file": "bindings/julia/src/Objectstore.jl", + "severity": "Medium", + "description": "5 ccall/FFI calls in bindings/julia/src/Objectstore.jl", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "test_context": "production" }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Sandbox.jl", - "file": "bindings/julia/src/Sandbox.jl", + "location": "bindings/julia/src/Opcua.jl", + "file": "bindings/julia/src/Opcua.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Sandbox.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Opcua.jl", "recommended_attack": [ "memory" ], @@ -404,10 +336,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Amqp.jl", - "file": "bindings/julia/src/Amqp.jl", + "location": "bindings/julia/src/Ntp.jl", + "file": "bindings/julia/src/Ntp.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Amqp.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Ntp.jl", "recommended_attack": [ "memory" ], @@ -415,10 +347,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Ctlog.jl", - "file": "bindings/julia/src/Ctlog.jl", + "location": "bindings/julia/src/Semweb.jl", + "file": "bindings/julia/src/Semweb.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Ctlog.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Semweb.jl", "recommended_attack": [ "memory" ], @@ -426,10 +358,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Dbserver.jl", - "file": "bindings/julia/src/Dbserver.jl", + "location": "bindings/julia/src/Grpc.jl", + "file": "bindings/julia/src/Grpc.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Dbserver.jl", + "description": "21 ccall/FFI calls in bindings/julia/src/Grpc.jl", "recommended_attack": [ "memory" ], @@ -437,10 +369,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Smtp.jl", - "file": "bindings/julia/src/Smtp.jl", + "location": "bindings/julia/src/Configmgmt.jl", + "file": "bindings/julia/src/Configmgmt.jl", "severity": "Medium", - "description": "18 ccall/FFI calls in bindings/julia/src/Smtp.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Configmgmt.jl", "recommended_attack": [ "memory" ], @@ -448,10 +380,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Deception.jl", - "file": "bindings/julia/src/Deception.jl", + "location": "bindings/julia/src/Gameserver.jl", + "file": "bindings/julia/src/Gameserver.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Deception.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Gameserver.jl", "recommended_attack": [ "memory" ], @@ -459,10 +391,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Ldap.jl", - "file": "bindings/julia/src/Ldap.jl", + "location": "bindings/julia/src/Fileserver.jl", + "file": "bindings/julia/src/Fileserver.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Ldap.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Fileserver.jl", "recommended_attack": [ "memory" ], @@ -470,10 +402,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Kms.jl", - "file": "bindings/julia/src/Kms.jl", + "location": "bindings/julia/src/Syslog.jl", + "file": "bindings/julia/src/Syslog.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Kms.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Syslog.jl", "recommended_attack": [ "memory" ], @@ -481,10 +413,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Caldav.jl", - "file": "bindings/julia/src/Caldav.jl", + "location": "bindings/julia/src/Loadbalancer.jl", + "file": "bindings/julia/src/Loadbalancer.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Caldav.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Loadbalancer.jl", "recommended_attack": [ "memory" ], @@ -492,10 +424,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Wasm.jl", - "file": "bindings/julia/src/Wasm.jl", + "location": "bindings/julia/src/Vpn.jl", + "file": "bindings/julia/src/Vpn.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Wasm.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Vpn.jl", "recommended_attack": [ "memory" ], @@ -503,10 +435,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Graphql.jl", - "file": "bindings/julia/src/Graphql.jl", + "location": "bindings/julia/src/Dhcp.jl", + "file": "bindings/julia/src/Dhcp.jl", "severity": "Medium", - "description": "20 ccall/FFI calls in bindings/julia/src/Graphql.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Dhcp.jl", "recommended_attack": [ "memory" ], @@ -514,10 +446,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/SshBastion.jl", - "file": "bindings/julia/src/SshBastion.jl", + "location": "bindings/julia/src/Irc.jl", + "file": "bindings/julia/src/Irc.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/SshBastion.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Irc.jl", "recommended_attack": [ "memory" ], @@ -525,10 +457,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Doh.jl", - "file": "bindings/julia/src/Doh.jl", + "location": "bindings/julia/src/Deception.jl", + "file": "bindings/julia/src/Deception.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Doh.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Deception.jl", "recommended_attack": [ "memory" ], @@ -536,10 +468,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Telnet.jl", - "file": "bindings/julia/src/Telnet.jl", + "location": "bindings/julia/src/Authserver.jl", + "file": "bindings/julia/src/Authserver.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Telnet.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Authserver.jl", "recommended_attack": [ "memory" ], @@ -547,10 +479,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Nesy.jl", - "file": "bindings/julia/src/Nesy.jl", + "location": "bindings/julia/src/Xmpp.jl", + "file": "bindings/julia/src/Xmpp.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Nesy.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Xmpp.jl", "recommended_attack": [ "memory" ], @@ -558,10 +490,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Mdns.jl", - "file": "bindings/julia/src/Mdns.jl", + "location": "bindings/julia/src/Mcp.jl", + "file": "bindings/julia/src/Mcp.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Mdns.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Mcp.jl", "recommended_attack": [ "memory" ], @@ -569,10 +501,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Pop3.jl", - "file": "bindings/julia/src/Pop3.jl", + "location": "bindings/julia/src/Graphql.jl", + "file": "bindings/julia/src/Graphql.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Pop3.jl", + "description": "20 ccall/FFI calls in bindings/julia/src/Graphql.jl", "recommended_attack": [ "memory" ], @@ -580,10 +512,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Ospf.jl", - "file": "bindings/julia/src/Ospf.jl", + "location": "bindings/julia/src/Federation.jl", + "file": "bindings/julia/src/Federation.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Ospf.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Federation.jl", "recommended_attack": [ "memory" ], @@ -591,10 +523,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Lpd.jl", - "file": "bindings/julia/src/Lpd.jl", + "location": "bindings/julia/src/Ca.jl", + "file": "bindings/julia/src/Ca.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Lpd.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Ca.jl", "recommended_attack": [ "memory" ], @@ -602,10 +534,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Backup.jl", - "file": "bindings/julia/src/Backup.jl", + "location": "bindings/julia/src/Container.jl", + "file": "bindings/julia/src/Container.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Backup.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Container.jl", "recommended_attack": [ "memory" ], @@ -613,10 +545,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Pqc.jl", - "file": "bindings/julia/src/Pqc.jl", + "location": "bindings/julia/src/Httpd.jl", + "file": "bindings/julia/src/Httpd.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Pqc.jl", + "description": "12 ccall/FFI calls in bindings/julia/src/Httpd.jl", "recommended_attack": [ "memory" ], @@ -624,10 +556,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Opcua.jl", - "file": "bindings/julia/src/Opcua.jl", + "location": "bindings/julia/src/Sdn.jl", + "file": "bindings/julia/src/Sdn.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Opcua.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Sdn.jl", "recommended_attack": [ "memory" ], @@ -635,10 +567,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Chat.jl", - "file": "bindings/julia/src/Chat.jl", + "location": "bindings/julia/src/Tacacs.jl", + "file": "bindings/julia/src/Tacacs.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Chat.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Tacacs.jl", "recommended_attack": [ "memory" ], @@ -646,10 +578,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Configmgmt.jl", - "file": "bindings/julia/src/Configmgmt.jl", + "location": "bindings/julia/src/Agentic.jl", + "file": "bindings/julia/src/Agentic.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Configmgmt.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Agentic.jl", "recommended_attack": [ "memory" ], @@ -657,10 +589,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Stun.jl", - "file": "bindings/julia/src/Stun.jl", + "location": "bindings/julia/src/Ctlog.jl", + "file": "bindings/julia/src/Ctlog.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Stun.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Ctlog.jl", "recommended_attack": [ "memory" ], @@ -668,10 +600,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Grpc.jl", - "file": "bindings/julia/src/Grpc.jl", + "location": "bindings/julia/src/Caldav.jl", + "file": "bindings/julia/src/Caldav.jl", "severity": "Medium", - "description": "21 ccall/FFI calls in bindings/julia/src/Grpc.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Caldav.jl", "recommended_attack": [ "memory" ], @@ -679,10 +611,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Sparql.jl", - "file": "bindings/julia/src/Sparql.jl", + "location": "bindings/julia/src/Nfs.jl", + "file": "bindings/julia/src/Nfs.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Sparql.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Nfs.jl", "recommended_attack": [ "memory" ], @@ -690,10 +622,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Kerberos.jl", - "file": "bindings/julia/src/Kerberos.jl", + "location": "bindings/julia/src/Ssh.jl", + "file": "bindings/julia/src/Ssh.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Kerberos.jl", + "description": "14 ccall/FFI calls in bindings/julia/src/Ssh.jl", "recommended_attack": [ "memory" ], @@ -701,10 +633,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Zerotrust.jl", - "file": "bindings/julia/src/Zerotrust.jl", + "location": "bindings/julia/src/Wasm.jl", + "file": "bindings/julia/src/Wasm.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Zerotrust.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Wasm.jl", "recommended_attack": [ "memory" ], @@ -712,10 +644,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Httpd.jl", - "file": "bindings/julia/src/Httpd.jl", + "location": "bindings/julia/src/SshBastion.jl", + "file": "bindings/julia/src/SshBastion.jl", "severity": "Medium", - "description": "12 ccall/FFI calls in bindings/julia/src/Httpd.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/SshBastion.jl", "recommended_attack": [ "memory" ], @@ -723,10 +655,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Bfd.jl", - "file": "bindings/julia/src/Bfd.jl", + "location": "bindings/julia/src/Graphdb.jl", + "file": "bindings/julia/src/Graphdb.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Bfd.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Graphdb.jl", "recommended_attack": [ "memory" ], @@ -734,10 +666,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Ssh.jl", - "file": "bindings/julia/src/Ssh.jl", + "location": "bindings/julia/src/Dds.jl", + "file": "bindings/julia/src/Dds.jl", "severity": "Medium", - "description": "14 ccall/FFI calls in bindings/julia/src/Ssh.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Dds.jl", "recommended_attack": [ "memory" ], @@ -745,10 +677,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Mcp.jl", - "file": "bindings/julia/src/Mcp.jl", + "location": "bindings/julia/src/Odns.jl", + "file": "bindings/julia/src/Odns.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Mcp.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Odns.jl", "recommended_attack": [ "memory" ], @@ -756,10 +688,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Ocsp.jl", - "file": "bindings/julia/src/Ocsp.jl", + "location": "bindings/julia/src/Apiserver.jl", + "file": "bindings/julia/src/Apiserver.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Ocsp.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Apiserver.jl", "recommended_attack": [ "memory" ], @@ -767,10 +699,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Xmpp.jl", - "file": "bindings/julia/src/Xmpp.jl", + "location": "bindings/julia/src/Dot.jl", + "file": "bindings/julia/src/Dot.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Xmpp.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Dot.jl", "recommended_attack": [ "memory" ], @@ -778,10 +710,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Sdn.jl", - "file": "bindings/julia/src/Sdn.jl", + "location": "bindings/julia/src/Airgap.jl", + "file": "bindings/julia/src/Airgap.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Sdn.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Airgap.jl", "recommended_attack": [ "memory" ], @@ -789,10 +721,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Container.jl", - "file": "bindings/julia/src/Container.jl", + "location": "bindings/julia/src/Chat.jl", + "file": "bindings/julia/src/Chat.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Container.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Chat.jl", "recommended_attack": [ "memory" ], @@ -800,10 +732,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Radius.jl", - "file": "bindings/julia/src/Radius.jl", + "location": "bindings/julia/src/Logcollector.jl", + "file": "bindings/julia/src/Logcollector.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Radius.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Logcollector.jl", "recommended_attack": [ "memory" ], @@ -811,10 +743,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Hardened.jl", - "file": "bindings/julia/src/Hardened.jl", + "location": "bindings/julia/src/Cli.jl", + "file": "bindings/julia/src/Cli.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Hardened.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Cli.jl", "recommended_attack": [ "memory" ], @@ -822,10 +754,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Logcollector.jl", - "file": "bindings/julia/src/Logcollector.jl", + "location": "bindings/julia/src/Kms.jl", + "file": "bindings/julia/src/Kms.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Logcollector.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Kms.jl", "recommended_attack": [ "memory" ], @@ -844,10 +776,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Dot.jl", - "file": "bindings/julia/src/Dot.jl", + "location": "bindings/julia/src/Bfd.jl", + "file": "bindings/julia/src/Bfd.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Dot.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Bfd.jl", "recommended_attack": [ "memory" ], @@ -855,10 +787,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Smb.jl", - "file": "bindings/julia/src/Smb.jl", + "location": "bindings/julia/src/Triplestore.jl", + "file": "bindings/julia/src/Triplestore.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Smb.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Triplestore.jl", "recommended_attack": [ "memory" ], @@ -866,10 +798,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Tftp.jl", - "file": "bindings/julia/src/Tftp.jl", + "location": "bindings/julia/src/Neurosym.jl", + "file": "bindings/julia/src/Neurosym.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Tftp.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Neurosym.jl", "recommended_attack": [ "memory" ], @@ -877,10 +809,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Fileserver.jl", - "file": "bindings/julia/src/Fileserver.jl", + "location": "bindings/julia/src/Mqtt.jl", + "file": "bindings/julia/src/Mqtt.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Fileserver.jl", + "description": "18 ccall/FFI calls in bindings/julia/src/Mqtt.jl", "recommended_attack": [ "memory" ], @@ -888,10 +820,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Dns.jl", - "file": "bindings/julia/src/Dns.jl", + "location": "bindings/julia/src/Snmp.jl", + "file": "bindings/julia/src/Snmp.jl", "severity": "Medium", - "description": "13 ccall/FFI calls in bindings/julia/src/Dns.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Snmp.jl", "recommended_attack": [ "memory" ], @@ -899,10 +831,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Imap.jl", - "file": "bindings/julia/src/Imap.jl", + "location": "bindings/julia/src/Dbserver.jl", + "file": "bindings/julia/src/Dbserver.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Imap.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Dbserver.jl", "recommended_attack": [ "memory" ], @@ -910,10 +842,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Neurosym.jl", - "file": "bindings/julia/src/Neurosym.jl", + "location": "bindings/julia/src/Diode.jl", + "file": "bindings/julia/src/Diode.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Neurosym.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Diode.jl", "recommended_attack": [ "memory" ], @@ -921,10 +853,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Cli.jl", - "file": "bindings/julia/src/Cli.jl", + "location": "bindings/julia/src/Stun.jl", + "file": "bindings/julia/src/Stun.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Cli.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Stun.jl", "recommended_attack": [ "memory" ], @@ -932,10 +864,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Socks.jl", - "file": "bindings/julia/src/Socks.jl", + "location": "bindings/julia/src/Dns.jl", + "file": "bindings/julia/src/Dns.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Socks.jl", + "description": "13 ccall/FFI calls in bindings/julia/src/Dns.jl", "recommended_attack": [ "memory" ], @@ -943,10 +875,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Odns.jl", - "file": "bindings/julia/src/Odns.jl", + "location": "bindings/julia/src/Smtp.jl", + "file": "bindings/julia/src/Smtp.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Odns.jl", + "description": "18 ccall/FFI calls in bindings/julia/src/Smtp.jl", "recommended_attack": [ "memory" ], @@ -954,10 +886,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Snmp.jl", - "file": "bindings/julia/src/Snmp.jl", + "location": "bindings/julia/src/Lpd.jl", + "file": "bindings/julia/src/Lpd.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Snmp.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Lpd.jl", "recommended_attack": [ "memory" ], @@ -965,10 +897,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Proxy.jl", - "file": "bindings/julia/src/Proxy.jl", + "location": "bindings/julia/src/Amqp.jl", + "file": "bindings/julia/src/Amqp.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Proxy.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Amqp.jl", "recommended_attack": [ "memory" ], @@ -976,10 +908,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Triplestore.jl", - "file": "bindings/julia/src/Triplestore.jl", + "location": "bindings/julia/src/Git.jl", + "file": "bindings/julia/src/Git.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Triplestore.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Git.jl", "recommended_attack": [ "memory" ], @@ -987,10 +919,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Bgp.jl", - "file": "bindings/julia/src/Bgp.jl", + "location": "bindings/julia/src/Voip.jl", + "file": "bindings/julia/src/Voip.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Bgp.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Voip.jl", "recommended_attack": [ "memory" ], @@ -998,10 +930,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Ldp.jl", - "file": "bindings/julia/src/Ldp.jl", + "location": "bindings/julia/src/Ids.jl", + "file": "bindings/julia/src/Ids.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Ldp.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Ids.jl", "recommended_attack": [ "memory" ], @@ -1009,10 +941,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Carddav.jl", - "file": "bindings/julia/src/Carddav.jl", + "location": "bindings/julia/src/Nts.jl", + "file": "bindings/julia/src/Nts.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Carddav.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Nts.jl", "recommended_attack": [ "memory" ], @@ -1020,10 +952,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Firewall.jl", - "file": "bindings/julia/src/Firewall.jl", + "location": "bindings/julia/src/Telnet.jl", + "file": "bindings/julia/src/Telnet.jl", "severity": "Medium", - "description": "17 ccall/FFI calls in bindings/julia/src/Firewall.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Telnet.jl", "recommended_attack": [ "memory" ], @@ -1031,10 +963,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Graphdb.jl", - "file": "bindings/julia/src/Graphdb.jl", + "location": "bindings/julia/src/Zerotrust.jl", + "file": "bindings/julia/src/Zerotrust.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Graphdb.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Zerotrust.jl", "recommended_attack": [ "memory" ], @@ -1042,10 +974,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Metrics.jl", - "file": "bindings/julia/src/Metrics.jl", + "location": "bindings/julia/src/Siem.jl", + "file": "bindings/julia/src/Siem.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Metrics.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Siem.jl", "recommended_attack": [ "memory" ], @@ -1053,10 +985,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Honeypot.jl", - "file": "bindings/julia/src/Honeypot.jl", + "location": "bindings/julia/src/Socks.jl", + "file": "bindings/julia/src/Socks.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Honeypot.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Socks.jl", "recommended_attack": [ "memory" ], @@ -1064,10 +996,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Appserver.jl", - "file": "bindings/julia/src/Appserver.jl", + "location": "bindings/julia/src/Radius.jl", + "file": "bindings/julia/src/Radius.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Appserver.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Radius.jl", "recommended_attack": [ "memory" ], @@ -1075,10 +1007,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Diode.jl", - "file": "bindings/julia/src/Diode.jl", + "location": "bindings/julia/src/Honeypot.jl", + "file": "bindings/julia/src/Honeypot.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Diode.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Honeypot.jl", "recommended_attack": [ "memory" ], @@ -1086,10 +1018,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Semweb.jl", - "file": "bindings/julia/src/Semweb.jl", + "location": "bindings/julia/src/Rtsp.jl", + "file": "bindings/julia/src/Rtsp.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Semweb.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Rtsp.jl", "recommended_attack": [ "memory" ], @@ -1097,10 +1029,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Monitor.jl", - "file": "bindings/julia/src/Monitor.jl", + "location": "bindings/julia/src/Media.jl", + "file": "bindings/julia/src/Media.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Monitor.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Media.jl", "recommended_attack": [ "memory" ], @@ -1108,10 +1040,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Tacacs.jl", - "file": "bindings/julia/src/Tacacs.jl", + "location": "bindings/julia/src/Modbus.jl", + "file": "bindings/julia/src/Modbus.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Tacacs.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Modbus.jl", "recommended_attack": [ "memory" ], @@ -1119,10 +1051,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Federation.jl", - "file": "bindings/julia/src/Federation.jl", + "location": "bindings/julia/src/Kerberos.jl", + "file": "bindings/julia/src/Kerberos.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Federation.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Kerberos.jl", "recommended_attack": [ "memory" ], @@ -1130,10 +1062,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Siem.jl", - "file": "bindings/julia/src/Siem.jl", + "location": "bindings/julia/src/Ocsp.jl", + "file": "bindings/julia/src/Ocsp.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Siem.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Ocsp.jl", "recommended_attack": [ "memory" ], @@ -1141,10 +1073,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Irc.jl", - "file": "bindings/julia/src/Irc.jl", + "location": "bindings/julia/src/Websocket.jl", + "file": "bindings/julia/src/Websocket.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Irc.jl", + "description": "10 ccall/FFI calls in bindings/julia/src/Websocket.jl", "recommended_attack": [ "memory" ], @@ -1152,10 +1084,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Loadbalancer.jl", - "file": "bindings/julia/src/Loadbalancer.jl", + "location": "bindings/julia/src/Metrics.jl", + "file": "bindings/julia/src/Metrics.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Loadbalancer.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Metrics.jl", "recommended_attack": [ "memory" ], @@ -1163,10 +1095,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Ntp.jl", - "file": "bindings/julia/src/Ntp.jl", + "location": "bindings/julia/src/Sandbox.jl", + "file": "bindings/julia/src/Sandbox.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Ntp.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Sandbox.jl", "recommended_attack": [ "memory" ], @@ -1174,10 +1106,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Objectstore.jl", - "file": "bindings/julia/src/Objectstore.jl", + "location": "bindings/julia/src/Ptp.jl", + "file": "bindings/julia/src/Ptp.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Objectstore.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Ptp.jl", "recommended_attack": [ "memory" ], @@ -1185,10 +1117,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Nfs.jl", - "file": "bindings/julia/src/Nfs.jl", + "location": "bindings/julia/src/Firewall.jl", + "file": "bindings/julia/src/Firewall.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Nfs.jl", + "description": "17 ccall/FFI calls in bindings/julia/src/Firewall.jl", "recommended_attack": [ "memory" ], @@ -1196,10 +1128,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Agentic.jl", - "file": "bindings/julia/src/Agentic.jl", + "location": "bindings/julia/src/Pqc.jl", + "file": "bindings/julia/src/Pqc.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Agentic.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Pqc.jl", "recommended_attack": [ "memory" ], @@ -1207,10 +1139,10 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Gameserver.jl", - "file": "bindings/julia/src/Gameserver.jl", + "location": "bindings/julia/src/Cache.jl", + "file": "bindings/julia/src/Cache.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Gameserver.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Cache.jl", "recommended_attack": [ "memory" ], @@ -1218,254 +1150,322 @@ }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Rtsp.jl", - "file": "bindings/julia/src/Rtsp.jl", + "location": "bindings/julia/src/Carddav.jl", + "file": "bindings/julia/src/Carddav.jl", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Rtsp.jl", + "description": "5 ccall/FFI calls in bindings/julia/src/Carddav.jl", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Ftp.jl", - "file": "bindings/julia/src/Ftp.jl", - "severity": "Medium", - "description": "20 ccall/FFI calls in bindings/julia/src/Ftp.jl", + "category": "MutationGap", + "location": "bindings/elixir/test/core_test.exs", + "file": "bindings/elixir/test/core_test.exs", + "severity": "Low", + "description": "Elixir test file bindings/elixir/test/core_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Media.jl", - "file": "bindings/julia/src/Media.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Media.jl", + "category": "MutationGap", + "location": "bindings/elixir/test/mqtt_test.exs", + "file": "bindings/elixir/test/mqtt_test.exs", + "severity": "Low", + "description": "Elixir test file bindings/elixir/test/mqtt_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Virt.jl", - "file": "bindings/julia/src/Virt.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Virt.jl", + "category": "MutationGap", + "location": "bindings/elixir/test/graphql_test.exs", + "file": "bindings/elixir/test/graphql_test.exs", + "severity": "Low", + "description": "Elixir test file bindings/elixir/test/graphql_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Dhcp.jl", - "file": "bindings/julia/src/Dhcp.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Dhcp.jl", + "category": "MutationGap", + "location": "bindings/elixir/test/dns_test.exs", + "file": "bindings/elixir/test/dns_test.exs", + "severity": "Low", + "description": "Elixir test file bindings/elixir/test/dns_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Airgap.jl", - "file": "bindings/julia/src/Airgap.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Airgap.jl", + "category": "MutationGap", + "location": "bindings/elixir/test/http_test.exs", + "file": "bindings/elixir/test/http_test.exs", + "severity": "Low", + "description": "Elixir test file bindings/elixir/test/http_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Dds.jl", - "file": "bindings/julia/src/Dds.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Dds.jl", + "category": "MutationGap", + "location": "bindings/elixir/test/websocket_test.exs", + "file": "bindings/elixir/test/websocket_test.exs", + "severity": "Low", + "description": "Elixir test file bindings/elixir/test/websocket_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Ptp.jl", - "file": "bindings/julia/src/Ptp.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Ptp.jl", + "category": "MutationGap", + "location": "bindings/elixir/test/grpc_test.exs", + "file": "bindings/elixir/test/grpc_test.exs", + "severity": "Low", + "description": "Elixir test file bindings/elixir/test/grpc_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "UnsafeFFI", - "location": "bindings/julia/src/Vpn.jl", - "file": "bindings/julia/src/Vpn.jl", + "location": "bindings/rescript/src/ProvenServers.affine", + "file": "bindings/rescript/src/ProvenServers.affine", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Vpn.jl", + "description": "7 FFI/external bindings in bindings/rescript/src/ProvenServers.affine", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Nts.jl", - "file": "bindings/julia/src/Nts.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Nts.jl", + "category": "UnsafeCode", + "location": "bindings/rust/src/ffi_ftp.rs", + "file": "bindings/rust/src/ffi_ftp.rs", + "severity": "High", + "description": "27 unsafe blocks in bindings/rust/src/ffi_ftp.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Netconf.jl", - "file": "bindings/julia/src/Netconf.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Netconf.jl", + "category": "UnsafeCode", + "location": "bindings/rust/src/ffi_smtp.rs", + "file": "bindings/rust/src/ffi_smtp.rs", + "severity": "High", + "description": "22 unsafe blocks in bindings/rust/src/ffi_smtp.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Modbus.jl", - "file": "bindings/julia/src/Modbus.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Modbus.jl", + "category": "UnsafeCode", + "location": "bindings/rust/src/ffi_dns.rs", + "file": "bindings/rust/src/ffi_dns.rs", + "severity": "High", + "description": "25 unsafe blocks in bindings/rust/src/ffi_dns.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Coap.jl", - "file": "bindings/julia/src/Coap.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Coap.jl", + "category": "UnsafeCode", + "location": "bindings/rust/src/core.rs", + "file": "bindings/rust/src/core.rs", + "severity": "High", + "description": "3 unsafe blocks in bindings/rust/src/core.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Voip.jl", - "file": "bindings/julia/src/Voip.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Voip.jl", + "category": "UnsafeCode", + "location": "bindings/rust/src/ffi_grpc.rs", + "file": "bindings/rust/src/ffi_grpc.rs", + "severity": "High", + "description": "23 unsafe blocks in bindings/rust/src/ffi_grpc.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Git.jl", - "file": "bindings/julia/src/Git.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Git.jl", + "category": "UnsafeCode", + "location": "bindings/rust/src/ffi_mqtt.rs", + "file": "bindings/rust/src/ffi_mqtt.rs", + "severity": "High", + "description": "22 unsafe blocks in bindings/rust/src/ffi_mqtt.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Websocket.jl", - "file": "bindings/julia/src/Websocket.jl", - "severity": "Medium", - "description": "10 ccall/FFI calls in bindings/julia/src/Websocket.jl", + "category": "UnsafeCode", + "location": "bindings/rust/src/ffi_graphql.rs", + "file": "bindings/rust/src/ffi_graphql.rs", + "severity": "High", + "description": "24 unsafe blocks in bindings/rust/src/ffi_graphql.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Ids.jl", - "file": "bindings/julia/src/Ids.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Ids.jl", + "category": "UnsafeCode", + "location": "bindings/rust/src/ffi_macros.rs", + "file": "bindings/rust/src/ffi_macros.rs", + "severity": "High", + "description": "5 unsafe blocks in bindings/rust/src/ffi_macros.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Mqtt.jl", - "file": "bindings/julia/src/Mqtt.jl", - "severity": "Medium", - "description": "18 ccall/FFI calls in bindings/julia/src/Mqtt.jl", + "category": "UnsafeCode", + "location": "bindings/rust/src/ffi_httpd.rs", + "file": "bindings/rust/src/ffi_httpd.rs", + "severity": "High", + "description": "17 unsafe blocks in bindings/rust/src/ffi_httpd.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], + "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Ca.jl", - "file": "bindings/julia/src/Ca.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Ca.jl", + "category": "UnsafeCode", + "location": "bindings/rust/src/ffi_ssh.rs", + "file": "bindings/rust/src/ffi_ssh.rs", + "severity": "High", + "description": "26 unsafe blocks in bindings/rust/src/ffi_ssh.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Syslog.jl", - "file": "bindings/julia/src/Syslog.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Syslog.jl", + "category": "UnsafeCode", + "location": "bindings/rust/src/ffi_firewall.rs", + "file": "bindings/rust/src/ffi_firewall.rs", + "severity": "High", + "description": "24 unsafe blocks in bindings/rust/src/ffi_firewall.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Cache.jl", - "file": "bindings/julia/src/Cache.jl", - "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Cache.jl", + "category": "DynamicCodeExecution", + "location": "bindings/ruby/lib/proven_servers/grpc.rb", + "file": "bindings/ruby/lib/proven_servers/grpc.rb", + "severity": "High", + "description": "Dynamic code execution in bindings/ruby/lib/proven_servers/grpc.rb", "recommended_attack": [ + "cpu", "memory" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Authserver.jl", - "file": "bindings/julia/src/Authserver.jl", + "category": "HardcodedSecret", + "location": "protocols/proven-kms/src/KMS/Types.idr", + "file": "protocols/proven-kms/src/KMS/Types.idr", + "severity": "Critical", + "description": "Possible hardcoded secret in protocols/proven-kms/src/KMS/Types.idr", + "recommended_attack": [ + "network" + ], + "test_context": "production" + }, + { + "category": "HardcodedSecret", + "location": "protocols/proven-radius/src/RADIUS/Types.idr", + "file": "protocols/proven-radius/src/RADIUS/Types.idr", + "severity": "Critical", + "description": "Possible hardcoded secret in protocols/proven-radius/src/RADIUS/Types.idr", + "recommended_attack": [ + "network" + ], + "test_context": "production" + }, + { + "category": "InsecureProtocol", + "location": "protocols/proven-triplestore/ffi/zig/test/integration_test.zig", + "file": "protocols/proven-triplestore/ffi/zig/test/integration_test.zig", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Authserver.jl", + "description": "27 HTTP (non-HTTPS) URLs in protocols/proven-triplestore/ffi/zig/test/integration_test.zig", "recommended_attack": [ - "memory" + "network" + ], + "test_context": "test_only" + }, + { + "category": "HardcodedSecret", + "location": "protocols/proven-authserver/src/Authserver/Types.idr", + "file": "protocols/proven-authserver/src/Authserver/Types.idr", + "severity": "Critical", + "description": "Possible hardcoded secret in protocols/proven-authserver/src/Authserver/Types.idr", + "recommended_attack": [ + "network" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Apiserver.jl", - "file": "bindings/julia/src/Apiserver.jl", + "category": "HardcodedSecret", + "location": "protocols/proven-socks/src/SOCKS/Types.idr", + "file": "protocols/proven-socks/src/SOCKS/Types.idr", + "severity": "Critical", + "description": "Possible hardcoded secret in protocols/proven-socks/src/SOCKS/Types.idr", + "recommended_attack": [ + "network" + ], + "test_context": "production" + }, + { + "category": "InsecureProtocol", + "location": "protocols/proven-semweb/ffi/zig/test/integration_test.zig", + "file": "protocols/proven-semweb/ffi/zig/test/integration_test.zig", "severity": "Medium", - "description": "5 ccall/FFI calls in bindings/julia/src/Apiserver.jl", + "description": "22 HTTP (non-HTTPS) URLs in protocols/proven-semweb/ffi/zig/test/integration_test.zig", "recommended_attack": [ - "memory" + "network" + ], + "test_context": "test_only" + }, + { + "category": "InsecureProtocol", + "location": "connectors/proven-nesy-solver-api/zig/deploy-fly.sh", + "file": "connectors/proven-nesy-solver-api/zig/deploy-fly.sh", + "severity": "Medium", + "description": "2 HTTP (non-HTTPS) URLs in connectors/proven-nesy-solver-api/zig/deploy-fly.sh", + "recommended_attack": [ + "network" ], "test_context": "production" } @@ -1481,38 +1481,38 @@ }, "file_statistics": [ { - "file_path": "connectors/proven-resolverconn/ffi/zig/test/resolverconn_test.zig", - "lines": 104, + "file_path": "core/proven-audit/ffi/zig/src/audit.zig", + "lines": 339, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "connectors/proven-resolverconn/ffi/zig/src/resolverconn.zig", - "lines": 168, + "file_path": "core/proven-fsm/ffi/zig/src/fsm.zig", + "lines": 269, "unsafe_blocks": 0, - "panic_sites": 8, + "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "connectors/proven-dbconn/ffi/zig/src/dbconn.zig", - "lines": 464, + "file_path": "core/proven-frame/ffi/zig/src/frame.zig", + "lines": 306, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "connectors/proven-nesy-solver-api/ffi/zig/src/nesy_solver_api.zig", - "lines": 305, + "file_path": "core/proven-frame/generated/abi/frame.h", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1521,98 +1521,88 @@ "threading_constructs": 0 }, { - "file_path": "connectors/proven-nesy-solver-api/zig/deploy-fly.sh", - "lines": 301, + "file_path": "core/proven-cli/ffi/zig/src/cli.zig", + "lines": 299, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, - "threading_constructs": 0 - }, - { - "file_path": "connectors/proven-nesy-solver-api/zig/src/rgtv.zig", - "lines": 144, - "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 0, - "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "connectors/proven-nesy-solver-api/zig/src/main.zig", - "lines": 847, + "file_path": "core/proven-compose/ffi/zig/src/compose.zig", + "lines": 328, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 13, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "connectors/proven-cacheconn/ffi/zig/src/cacheconn.zig", - "lines": 213, + "file_path": "not-proven/proven-firewall/ffi/zig/src/firewall.zig", + "lines": 497, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "connectors/proven-storageconn/ffi/zig/src/storageconn.zig", - "lines": 221, + "file_path": "not-proven/proven-nfs/ffi/zig/src/nfs.zig", + "lines": 452, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "connectors/proven-queueconn/ffi/zig/src/queueconn.zig", - "lines": 227, + "file_path": "not-proven/proven-tftp/ffi/zig/src/tftp.zig", + "lines": 312, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "not-proven/proven-syslog/ffi/zig/src/syslog.zig", - "lines": 307, + "file_path": "not-proven/proven-ssh-bastion/ffi/zig/src/ssh_bastion.zig", + "lines": 609, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "not-proven/proven-wire/ffi/zig/src/wire.zig", - "lines": 351, + "file_path": "not-proven/proven-dhcp/ffi/zig/src/dhcp.zig", + "lines": 846, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { - "file_path": "not-proven/proven-typed-frame-router/src/TypedFrameRouterABI/Foreign.idr", - "lines": 75, - "unsafe_blocks": 5, + "file_path": "not-proven/proven-syslog/ffi/zig/src/syslog.zig", + "lines": 307, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "not-proven/proven-typed-frame-router/ffi/zig/src/typed_frame_router.zig", - "lines": 244, + "file_path": "not-proven/proven-container/ffi/zig/src/container.zig", + "lines": 329, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1621,18 +1611,18 @@ "threading_constructs": 1 }, { - "file_path": "not-proven/proven-authconn/ffi/zig/src/authconn.zig", - "lines": 345, + "file_path": "not-proven/proven-httpd/ffi/zig/test/httpd_test.zig", + "lines": 473, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "not-proven/proven-bgp/ffi/zig/src/bgp.zig", - "lines": 403, + "file_path": "not-proven/proven-httpd/ffi/zig/src/httpd.zig", + "lines": 664, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1641,24 +1631,24 @@ "threading_constructs": 1 }, { - "file_path": "not-proven/proven-nfs/ffi/zig/src/nfs.zig", - "lines": 452, + "file_path": "not-proven/proven-socket/ffi/zig/test/socket_test.zig", + "lines": 306, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 2, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "not-proven/proven-dhcp/ffi/zig/src/dhcp.zig", - "lines": 846, + "file_path": "not-proven/proven-socket/ffi/zig/src/socket.zig", + "lines": 410, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 2, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { "file_path": "not-proven/proven-socket/generated/abi/socket.h", @@ -1671,38 +1661,38 @@ "threading_constructs": 0 }, { - "file_path": "not-proven/proven-socket/ffi/zig/test/socket_test.zig", - "lines": 306, + "file_path": "not-proven/proven-authconn/ffi/zig/src/authconn.zig", + "lines": 345, "unsafe_blocks": 0, - "panic_sites": 2, + "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "not-proven/proven-socket/ffi/zig/src/socket.zig", - "lines": 410, + "file_path": "not-proven/proven-nts/ffi/zig/src/nts.zig", + "lines": 320, "unsafe_blocks": 0, - "panic_sites": 2, + "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "not-proven/proven-ssh-bastion/ffi/zig/src/ssh_bastion.zig", - "lines": 609, + "file_path": "not-proven/proven-tls/ffi/zig/src/tls.zig", + "lines": 282, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "not-proven/proven-ntp/ffi/zig/src/ntp.zig", - "lines": 634, + "file_path": "not-proven/proven-bgp/ffi/zig/src/bgp.zig", + "lines": 403, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1711,8 +1701,8 @@ "threading_constructs": 1 }, { - "file_path": "not-proven/proven-nts/ffi/zig/src/nts.zig", - "lines": 320, + "file_path": "not-proven/proven-deception/ffi/zig/src/deception.zig", + "lines": 481, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1721,8 +1711,8 @@ "threading_constructs": 1 }, { - "file_path": "not-proven/proven-container/ffi/zig/src/container.zig", - "lines": 329, + "file_path": "not-proven/proven-config/ffi/zig/src/config.zig", + "lines": 429, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1731,8 +1721,8 @@ "threading_constructs": 1 }, { - "file_path": "not-proven/proven-tls/ffi/zig/src/tls.zig", - "lines": 282, + "file_path": "not-proven/proven-wire/ffi/zig/src/wire.zig", + "lines": 351, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1741,8 +1731,8 @@ "threading_constructs": 1 }, { - "file_path": "not-proven/proven-tftp/ffi/zig/src/tftp.zig", - "lines": 312, + "file_path": "not-proven/proven-ntp/ffi/zig/src/ntp.zig", + "lines": 634, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1761,18 +1751,8 @@ "threading_constructs": 1 }, { - "file_path": "not-proven/proven-httpd/ffi/zig/test/httpd_test.zig", - "lines": 473, - "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "not-proven/proven-httpd/ffi/zig/src/httpd.zig", - "lines": 664, + "file_path": "not-proven/proven-typed-frame-router/ffi/zig/src/typed_frame_router.zig", + "lines": 244, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1781,128 +1761,128 @@ "threading_constructs": 1 }, { - "file_path": "not-proven/proven-deception/ffi/zig/src/deception.zig", - "lines": 481, - "unsafe_blocks": 0, + "file_path": "not-proven/proven-typed-frame-router/src/TypedFrameRouterABI/Foreign.idr", + "lines": 75, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "not-proven/proven-config/ffi/zig/src/config.zig", - "lines": 429, + "file_path": "scripts/maintenance/perms-state.sh", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "not-proven/proven-firewall/ffi/zig/src/firewall.zig", - "lines": 497, + "file_path": "scripts/maintenance/run-maintenance.sh", + "lines": 612, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "protocols/proven-dds/ffi/zig/src/dds.zig", - "lines": 633, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "protocols/proven-netconf/ffi/zig/src/netconf.zig", - "lines": 410, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-dot/ffi/zig/src/dot.zig", - "lines": 364, + "file_path": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenSsh.java", + "lines": 265, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-socks/ffi/zig/src/socks.zig", - "lines": 348, + "file_path": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenDns.java", + "lines": 221, "unsafe_blocks": 0, - "panic_sites": 2, + "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-semweb/ffi/zig/src/semweb.zig", - "lines": 442, + "file_path": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenGraphql.java", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-hardened/ffi/zig/src/hardened.zig", - "lines": 143, + "file_path": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenMqtt.java", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-diode/ffi/zig/src/diode.zig", - "lines": 455, + "file_path": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenError.java", + "lines": 112, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-odns/ffi/zig/src/odns.zig", - "lines": 293, + "file_path": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenServers.java", + "lines": 149, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-ctlog/ffi/zig/src/ctlog.zig", - "lines": 435, + "file_path": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenHttp.java", + "lines": 288, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-authserver/ffi/zig/src/authserver.zig", - "lines": 424, + "file_path": "bindings/go/graphql.go", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1911,8 +1891,8 @@ "threading_constructs": 1 }, { - "file_path": "protocols/proven-kerberos/ffi/zig/src/kerberos.zig", - "lines": 647, + "file_path": "bindings/go/smtp.go", + "lines": 203, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1921,8 +1901,8 @@ "threading_constructs": 1 }, { - "file_path": "protocols/proven-voip/ffi/zig/src/voip.zig", - "lines": 325, + "file_path": "bindings/go/ftp.go", + "lines": 224, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1931,8 +1911,8 @@ "threading_constructs": 1 }, { - "file_path": "protocols/proven-vpn/ffi/zig/src/vpn.zig", - "lines": 548, + "file_path": "bindings/go/proven.go", + "lines": 100, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1941,8 +1921,8 @@ "threading_constructs": 1 }, { - "file_path": "protocols/proven-mcp/ffi/zig/src/mcp.zig", - "lines": 395, + "file_path": "bindings/go/mqtt.go", + "lines": 216, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1951,8 +1931,8 @@ "threading_constructs": 1 }, { - "file_path": "protocols/proven-backup/ffi/zig/src/backup.zig", - "lines": 384, + "file_path": "bindings/go/httpd.go", + "lines": 254, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1961,18 +1941,18 @@ "threading_constructs": 1 }, { - "file_path": "protocols/proven-graphql/ffi/zig/src/graphql.zig", - "lines": 611, + "file_path": "bindings/go/grpc.go", + "lines": 217, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "protocols/proven-airgap/ffi/zig/src/airgap.zig", - "lines": 374, + "file_path": "bindings/go/websocket.go", + "lines": 185, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1981,8 +1961,8 @@ "threading_constructs": 1 }, { - "file_path": "protocols/proven-modbus/ffi/zig/src/modbus.zig", - "lines": 463, + "file_path": "bindings/go/ssh.go", + "lines": 295, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1991,18 +1971,18 @@ "threading_constructs": 1 }, { - "file_path": "protocols/proven-opcua/ffi/zig/src/opcua.zig", - "lines": 467, + "file_path": "bindings/go/dns.go", + "lines": 239, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "protocols/proven-federation/ffi/zig/src/federation.zig", - "lines": 430, + "file_path": "bindings/go/firewall.go", + "lines": 223, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2011,799 +1991,799 @@ "threading_constructs": 1 }, { - "file_path": "protocols/proven-loadbalancer/ffi/zig/src/loadbalancer.zig", - "lines": 366, + "file_path": "bindings/ada/src/proven_httpd.ads", + "lines": 194, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-timestamp/ffi/zig/src/timestamp.zig", - "lines": 568, + "file_path": "bindings/cpp/include/proven/httpd.hpp", + "lines": 209, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-webdav/ffi/zig/src/webdav.zig", - "lines": 372, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Sparql.jl", + "lines": 111, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-graphdb/ffi/zig/src/graphdb.zig", - "lines": 145, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Virt.jl", + "lines": 129, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-metrics/ffi/zig/src/metrics.zig", - "lines": 510, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Smb.jl", + "lines": 130, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-sandbox/ffi/zig/src/sandbox.zig", - "lines": 302, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Ospf.jl", + "lines": 126, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-telnet/ffi/zig/src/telnet.zig", - "lines": 429, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Backup.jl", + "lines": 127, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-siem/ffi/zig/src/siem.zig", - "lines": 460, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Tftp.jl", + "lines": 125, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-smtp/ffi/zig/src/smtp.zig", - "lines": 474, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Ftp.jl", + "lines": 249, + "unsafe_blocks": 20, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-ftp/ffi/zig/src/ftp.zig", - "lines": 555, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Ldp.jl", + "lines": 113, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-appserver/ffi/zig/src/appserver.zig", - "lines": 438, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Mdns.jl", + "lines": 123, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-sdn/ffi/zig/src/sdn.zig", - "lines": 430, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Ldap.jl", + "lines": 116, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-nesy/ffi/zig/src/nesy.zig", - "lines": 409, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Hardened.jl", + "lines": 129, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-nesy/adapter/zig/src/main.zig", - "lines": 472, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Appserver.jl", + "lines": 115, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 13, - "threading_constructs": 2 + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "protocols/proven-epistemic/ffi/zig/src/epistemic.zig", - "lines": 241, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Monitor.jl", + "lines": 139, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-bfd/ffi/zig/src/bfd.zig", - "lines": 352, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Proxy.jl", + "lines": 112, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-caldav/ffi/zig/src/caldav.zig", - "lines": 577, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Bgp.jl", + "lines": 151, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-mdns/ffi/zig/src/mdns.zig", - "lines": 444, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Imap.jl", + "lines": 107, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-chat/ffi/zig/src/chat.zig", - "lines": 335, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Netconf.jl", + "lines": 142, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-rtsp/ffi/zig/src/rtsp.zig", - "lines": 313, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Nesy.jl", + "lines": 151, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-mqtt/ffi/zig/src/mqtt.zig", - "lines": 774, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Coap.jl", + "lines": 118, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-tacacs/ffi/zig/src/tacacs.zig", - "lines": 417, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Doh.jl", + "lines": 109, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-radius/ffi/zig/src/radius.zig", - "lines": 507, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Pop3.jl", + "lines": 126, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-ospf/ffi/zig/src/ospf.zig", - "lines": 303, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Objectstore.jl", + "lines": 139, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-doh/ffi/zig/src/doh.zig", - "lines": 389, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Opcua.jl", + "lines": 149, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-triplestore/ffi/zig/src/triplestore.zig", - "lines": 505, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Ntp.jl", + "lines": 141, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-objectstore/ffi/zig/src/objectstore.zig", - "lines": 538, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Semweb.jl", + "lines": 122, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-apiserver/ffi/zig/src/apiserver.zig", - "lines": 491, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Grpc.jl", + "lines": 261, + "unsafe_blocks": 21, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-fileserver/ffi/zig/src/fileserver.zig", - "lines": 327, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Configmgmt.jl", + "lines": 121, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-imap/ffi/zig/src/imap.zig", - "lines": 175, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Gameserver.jl", + "lines": 100, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-http3/ffi/zig/src/http3.zig", - "lines": 260, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Fileserver.jl", + "lines": 143, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-smb/ffi/zig/src/smb.zig", - "lines": 549, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Syslog.jl", + "lines": 134, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-amqp/ffi/zig/src/amqp.zig", - "lines": 1044, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Loadbalancer.jl", + "lines": 116, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-ids/ffi/zig/src/ids.zig", - "lines": 651, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Vpn.jl", + "lines": 156, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-proxy/ffi/zig/src/proxy.zig", - "lines": 255, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Dhcp.jl", + "lines": 132, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-irc/ffi/zig/src/irc.zig", - "lines": 490, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Irc.jl", + "lines": 142, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-carddav/ffi/zig/src/carddav.zig", - "lines": 506, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Deception.jl", + "lines": 128, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-ldap/ffi/zig/src/ldap.zig", - "lines": 409, - "unsafe_blocks": 0, - "panic_sites": 0, + "file_path": "bindings/julia/src/Authserver.jl", + "lines": 120, + "unsafe_blocks": 5, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-agentic/ffi/zig/src/agentic.zig", - "lines": 602, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Xmpp.jl", + "lines": 135, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-agentic/adapter/zig/src/main.zig", - "lines": 568, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Mcp.jl", + "lines": 140, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 14, - "threading_constructs": 2 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "protocols/proven-ldp/ffi/zig/src/ldp.zig", - "lines": 300, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Graphql.jl", + "lines": 248, + "unsafe_blocks": 20, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-xmpp/ffi/zig/src/xmpp.zig", - "lines": 329, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Federation.jl", + "lines": 138, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-ptp/ffi/zig/src/ptp.zig", - "lines": 301, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Ca.jl", + "lines": 168, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-sparql/ffi/zig/src/sparql.zig", - "lines": 307, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Container.jl", + "lines": 132, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-configmgmt/ffi/zig/src/configmgmt.zig", - "lines": 325, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Httpd.jl", + "lines": 200, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-pqc/ffi/zig/src/pqc.zig", - "lines": 535, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Sdn.jl", + "lines": 133, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-dns/ffi/zig/src/dns.zig", - "lines": 655, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Tacacs.jl", + "lines": 155, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-ca/ffi/zig/src/ca.zig", - "lines": 744, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Agentic.jl", + "lines": 125, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-grpc/ffi/zig/src/grpc.zig", - "lines": 426, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Ctlog.jl", + "lines": 118, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-gameserver/ffi/zig/src/gameserver.zig", - "lines": 407, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Caldav.jl", + "lines": 120, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-logcollector/ffi/zig/src/logcollector.zig", - "lines": 316, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Nfs.jl", + "lines": 142, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-stun/ffi/zig/src/stun.zig", - "lines": 294, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Ssh.jl", + "lines": 212, + "unsafe_blocks": 14, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-media/ffi/zig/src/media.zig", - "lines": 354, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Wasm.jl", + "lines": 100, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-virt/ffi/zig/src/virt.zig", - "lines": 412, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/SshBastion.jl", + "lines": 180, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-ocsp/ffi/zig/src/ocsp.zig", - "lines": 402, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Graphdb.jl", + "lines": 128, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-quic/ffi/zig/src/quic.zig", - "lines": 347, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Dds.jl", + "lines": 118, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-doq/ffi/zig/src/doq.zig", - "lines": 363, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Odns.jl", + "lines": 113, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-wasm/ffi/zig/src/wasm.zig", - "lines": 363, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Apiserver.jl", + "lines": 118, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-zerotrust/ffi/zig/src/zerotrust.zig", - "lines": 484, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Dot.jl", + "lines": 105, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-coap/ffi/zig/src/coap.zig", - "lines": 594, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Airgap.jl", + "lines": 115, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-cache/ffi/zig/src/cache.zig", - "lines": 361, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Chat.jl", + "lines": 126, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-snmp/ffi/zig/src/snmp.zig", - "lines": 308, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Logcollector.jl", + "lines": 120, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-monitor/ffi/zig/src/monitor.zig", - "lines": 420, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Cli.jl", + "lines": 115, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-lpd/ffi/zig/src/lpd.zig", - "lines": 357, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Kms.jl", + "lines": 124, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-pop3/ffi/zig/src/pop3.zig", - "lines": 285, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Doq.jl", + "lines": 104, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-kms/ffi/zig/src/kms.zig", - "lines": 310, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Bfd.jl", + "lines": 108, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-honeypot/ffi/zig/src/honeypot.zig", - "lines": 113, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Triplestore.jl", + "lines": 128, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-ws/ffi/zig/src/ws.zig", - "lines": 290, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Neurosym.jl", + "lines": 146, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-neurosym/ffi/zig/src/neurosym.zig", - "lines": 378, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Mqtt.jl", + "lines": 231, + "unsafe_blocks": 18, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "protocols/proven-git/ffi/zig/src/git.zig", - "lines": 171, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Snmp.jl", + "lines": 125, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "scripts/maintenance/perms-state.sh", - "lines": 241, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Dbserver.jl", + "lines": 144, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/maintenance/run-maintenance.sh", - "lines": 612, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Diode.jl", + "lines": 122, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Stun.jl", + "lines": 123, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "core/proven-frame/generated/abi/frame.h", - "lines": 148, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Dns.jl", + "lines": 207, + "unsafe_blocks": 13, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "core/proven-frame/ffi/zig/src/frame.zig", - "lines": 306, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Smtp.jl", + "lines": 216, + "unsafe_blocks": 18, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "core/proven-fsm/ffi/zig/src/fsm.zig", - "lines": 269, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Lpd.jl", + "lines": 95, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "core/proven-audit/ffi/zig/src/audit.zig", - "lines": 339, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Amqp.jl", + "lines": 142, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "core/proven-cli/ffi/zig/src/cli.zig", - "lines": 299, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Git.jl", + "lines": 130, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "core/proven-compose/ffi/zig/src/compose.zig", - "lines": 328, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Voip.jl", + "lines": 132, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 219, - "unsafe_blocks": 12, + "file_path": "bindings/julia/src/Ids.jl", + "lines": 126, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2811,9 +2791,9 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/Types.idr", - "lines": 233, - "unsafe_blocks": 1, + "file_path": "bindings/julia/src/Nts.jl", + "lines": 129, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2821,189 +2801,189 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Telnet.jl", + "lines": 135, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Zerotrust.jl", + "lines": 131, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/go/smtp.go", - "lines": 203, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Siem.jl", + "lines": 114, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "bindings/go/ssh.go", - "lines": 295, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Socks.jl", + "lines": 130, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "bindings/go/grpc.go", - "lines": 217, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Radius.jl", + "lines": 117, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "bindings/go/mqtt.go", - "lines": 216, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Honeypot.jl", + "lines": 118, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "bindings/go/websocket.go", - "lines": 185, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Rtsp.jl", + "lines": 134, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "bindings/go/proven.go", - "lines": 100, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Media.jl", + "lines": 139, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "bindings/go/dns.go", - "lines": 239, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Modbus.jl", + "lines": 126, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "bindings/go/graphql.go", - "lines": 198, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Kerberos.jl", + "lines": 168, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "bindings/go/httpd.go", - "lines": 254, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Ocsp.jl", + "lines": 118, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "bindings/go/firewall.go", - "lines": 223, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Websocket.jl", + "lines": 157, + "unsafe_blocks": 10, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "bindings/go/ftp.go", - "lines": 224, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Metrics.jl", + "lines": 144, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenSshBastion.affine", - "lines": 490, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Sandbox.jl", + "lines": 124, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenCache.affine", - "lines": 276, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Ptp.jl", + "lines": 130, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenDeception.affine", - "lines": 212, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Firewall.jl", + "lines": 242, + "unsafe_blocks": 17, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenAppserver.affine", - "lines": 184, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Pqc.jl", + "lines": 131, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenNfs.affine", - "lines": 275, - "unsafe_blocks": 0, + "file_path": "bindings/julia/src/Cache.jl", + "lines": 126, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenOspf.affine", - "lines": 254, - "unsafe_blocks": 1, + "file_path": "bindings/julia/src/Carddav.jl", + "lines": 121, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3011,18 +2991,18 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenServers.affine", - "lines": 125, - "unsafe_blocks": 7, + "file_path": "bindings/rescript/__tests__/ProvenObjectstore_test.affine", + "lines": 127, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenCoap.affine", - "lines": 248, + "file_path": "bindings/rescript/__tests__/ProvenChat_test.affine", + "lines": 125, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3031,8 +3011,8 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenWebsocket.affine", - "lines": 303, + "file_path": "bindings/rescript/__tests__/ProvenFileserver_test.affine", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3041,18 +3021,18 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenModbus.affine", - "lines": 226, + "file_path": "bindings/rescript/__tests__/ProvenDeception_test.affine", + "lines": 128, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenError.affine", - "lines": 334, + "file_path": "bindings/rescript/__tests__/ProvenNeurosym_test.affine", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3061,18 +3041,18 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenObjectstore.affine", - "lines": 227, + "file_path": "bindings/rescript/src/ProvenCoap.affine", + "lines": 248, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenHttp.affine", - "lines": 651, + "file_path": "bindings/rescript/src/ProvenCore.affine", + "lines": 149, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3081,23 +3061,33 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenGrpc.affine", - "lines": 253, + "file_path": "bindings/rescript/src/ProvenOspf.affine", + "lines": 254, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "bindings/rescript/src/ProvenHttp.affine", + "lines": 651, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenGraphql.affine", - "lines": 274, + "file_path": "bindings/rescript/src/ProvenDeception.affine", + "lines": 212, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 3, "threading_constructs": 0 }, { @@ -3111,23 +3101,33 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenNeurosym.affine", - "lines": 257, + "file_path": "bindings/rescript/src/ProvenError.affine", + "lines": 334, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "bindings/rescript/src/ProvenCore.affine", - "lines": 149, + "file_path": "bindings/rescript/src/ProvenModbus.affine", + "lines": 226, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "bindings/rescript/src/ProvenGrpc.affine", + "lines": 253, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { @@ -3151,38 +3151,38 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rescript/__tests__/ProvenChat_test.affine", - "lines": 125, + "file_path": "bindings/rescript/src/ProvenAppserver.affine", + "lines": 184, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/rescript/__tests__/ProvenObjectstore_test.affine", - "lines": 127, + "file_path": "bindings/rescript/src/ProvenNfs.affine", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/rescript/__tests__/ProvenFileserver_test.affine", - "lines": 158, + "file_path": "bindings/rescript/src/ProvenSshBastion.affine", + "lines": 490, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "bindings/rescript/__tests__/ProvenNeurosym_test.affine", - "lines": 155, + "file_path": "bindings/rescript/src/ProvenWebsocket.affine", + "lines": 303, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3191,43 +3191,53 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rescript/__tests__/ProvenDeception_test.affine", - "lines": 128, + "file_path": "bindings/rescript/src/ProvenServers.affine", + "lines": 125, + "unsafe_blocks": 7, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "bindings/rescript/src/ProvenObjectstore.affine", + "lines": 227, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "bindings/ada/src/proven_httpd.ads", - "lines": 194, + "file_path": "bindings/rescript/src/ProvenCache.affine", + "lines": 276, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "bindings/cpp/include/proven/httpd.hpp", - "lines": 209, + "file_path": "bindings/rescript/src/ProvenGraphql.affine", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/ffi_firewall.rs", - "lines": 364, - "unsafe_blocks": 24, + "file_path": "bindings/rescript/src/ProvenNeurosym.affine", + "lines": 257, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { @@ -3241,9 +3251,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/core.rs", - "lines": 370, - "unsafe_blocks": 3, + "file_path": "bindings/rust/src/ffi_smtp.rs", + "lines": 211, + "unsafe_blocks": 22, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3251,20 +3261,19 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/ffi_httpd.rs", - "lines": 296, - "unsafe_blocks": 17, + "file_path": "bindings/rust/src/ffi_dns.rs", + "lines": 367, + "unsafe_blocks": 25, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0, - "ffi_safe_wrapper": true + "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/ffi_ssh.rs", - "lines": 239, - "unsafe_blocks": 26, + "file_path": "bindings/rust/src/core.rs", + "lines": 370, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3272,19 +3281,19 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/ffi_dns.rs", - "lines": 367, - "unsafe_blocks": 25, + "file_path": "bindings/rust/src/websocket.rs", + "lines": 633, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/ffi_macros.rs", - "lines": 126, - "unsafe_blocks": 5, + "file_path": "bindings/rust/src/ffi_grpc.rs", + "lines": 213, + "unsafe_blocks": 23, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3312,9 +3321,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/ffi_grpc.rs", - "lines": 213, - "unsafe_blocks": 23, + "file_path": "bindings/rust/src/ffi_macros.rs", + "lines": 126, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3322,29 +3331,30 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/ffi_smtp.rs", - "lines": 211, - "unsafe_blocks": 22, + "file_path": "bindings/rust/src/ffi_httpd.rs", + "lines": 296, + "unsafe_blocks": 17, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 0, + "ffi_safe_wrapper": true }, { - "file_path": "bindings/rust/src/websocket.rs", - "lines": 633, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/ffi_ssh.rs", + "lines": 239, + "unsafe_blocks": 26, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/julia/src/Sandbox.jl", - "lines": 124, - "unsafe_blocks": 5, + "file_path": "bindings/rust/src/ffi_firewall.rs", + "lines": 364, + "unsafe_blocks": 24, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3352,919 +3362,909 @@ "threading_constructs": 0 }, { - "file_path": "bindings/julia/src/Amqp.jl", - "lines": 142, - "unsafe_blocks": 5, + "file_path": "protocols/proven-stun/ffi/zig/src/stun.zig", + "lines": 294, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Ctlog.jl", - "lines": 118, - "unsafe_blocks": 5, + "file_path": "protocols/proven-federation/ffi/zig/src/federation.zig", + "lines": 430, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Dbserver.jl", - "lines": 144, - "unsafe_blocks": 5, + "file_path": "protocols/proven-ocsp/ffi/zig/src/ocsp.zig", + "lines": 402, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Smtp.jl", - "lines": 216, - "unsafe_blocks": 18, + "file_path": "protocols/proven-graphdb/ffi/zig/src/graphdb.zig", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Deception.jl", - "lines": 128, - "unsafe_blocks": 5, + "file_path": "protocols/proven-mcp/ffi/zig/src/mcp.zig", + "lines": 395, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Ldap.jl", - "lines": 116, - "unsafe_blocks": 5, + "file_path": "protocols/proven-snmp/ffi/zig/src/snmp.zig", + "lines": 308, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Kms.jl", - "lines": 124, - "unsafe_blocks": 5, + "file_path": "protocols/proven-ctlog/ffi/zig/src/ctlog.zig", + "lines": 435, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Caldav.jl", - "lines": 120, - "unsafe_blocks": 5, + "file_path": "protocols/proven-ptp/ffi/zig/src/ptp.zig", + "lines": 301, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Wasm.jl", - "lines": 100, - "unsafe_blocks": 5, + "file_path": "protocols/proven-mdns/ffi/zig/src/mdns.zig", + "lines": 444, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Graphql.jl", - "lines": 248, - "unsafe_blocks": 20, + "file_path": "protocols/proven-pop3/ffi/zig/src/pop3.zig", + "lines": 285, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/SshBastion.jl", - "lines": 180, - "unsafe_blocks": 5, + "file_path": "protocols/proven-backup/ffi/zig/src/backup.zig", + "lines": 384, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Doh.jl", - "lines": 109, - "unsafe_blocks": 5, + "file_path": "protocols/proven-epistemic/ffi/zig/src/epistemic.zig", + "lines": 241, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Telnet.jl", - "lines": 135, - "unsafe_blocks": 5, + "file_path": "protocols/proven-coap/ffi/zig/src/coap.zig", + "lines": 594, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Nesy.jl", - "lines": 151, - "unsafe_blocks": 5, + "file_path": "protocols/proven-git/ffi/zig/src/git.zig", + "lines": 171, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Mdns.jl", - "lines": 123, - "unsafe_blocks": 5, + "file_path": "protocols/proven-netconf/ffi/zig/src/netconf.zig", + "lines": 410, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Pop3.jl", - "lines": 126, - "unsafe_blocks": 5, + "file_path": "protocols/proven-hardened/ffi/zig/src/hardened.zig", + "lines": 143, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Ospf.jl", - "lines": 126, - "unsafe_blocks": 5, + "file_path": "protocols/proven-ca/ffi/zig/src/ca.zig", + "lines": 744, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Lpd.jl", - "lines": 95, - "unsafe_blocks": 5, + "file_path": "protocols/proven-loadbalancer/ffi/zig/src/loadbalancer.zig", + "lines": 366, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Backup.jl", - "lines": 127, - "unsafe_blocks": 5, + "file_path": "protocols/proven-telnet/ffi/zig/src/telnet.zig", + "lines": 429, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Pqc.jl", - "lines": 131, - "unsafe_blocks": 5, + "file_path": "protocols/proven-graphql/ffi/zig/src/graphql.zig", + "lines": 611, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "bindings/julia/src/Opcua.jl", - "lines": 149, - "unsafe_blocks": 5, + "file_path": "protocols/proven-ftp/ffi/zig/src/ftp.zig", + "lines": 555, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "bindings/julia/src/Chat.jl", - "lines": 126, - "unsafe_blocks": 5, + "file_path": "protocols/proven-apiserver/ffi/zig/src/apiserver.zig", + "lines": 491, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Configmgmt.jl", - "lines": 121, - "unsafe_blocks": 5, + "file_path": "protocols/proven-siem/ffi/zig/src/siem.zig", + "lines": 460, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Stun.jl", - "lines": 123, - "unsafe_blocks": 5, + "file_path": "protocols/proven-ids/ffi/zig/src/ids.zig", + "lines": 651, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Grpc.jl", - "lines": 261, - "unsafe_blocks": 21, + "file_path": "protocols/proven-pqc/ffi/zig/src/pqc.zig", + "lines": 535, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Sparql.jl", - "lines": 111, - "unsafe_blocks": 5, + "file_path": "protocols/proven-metrics/ffi/zig/src/metrics.zig", + "lines": 510, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Kerberos.jl", - "lines": 168, - "unsafe_blocks": 5, + "file_path": "protocols/proven-cache/ffi/zig/src/cache.zig", + "lines": 361, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Zerotrust.jl", - "lines": 131, - "unsafe_blocks": 5, + "file_path": "protocols/proven-dot/ffi/zig/src/dot.zig", + "lines": 364, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Httpd.jl", - "lines": 200, - "unsafe_blocks": 12, + "file_path": "protocols/proven-grpc/ffi/zig/src/grpc.zig", + "lines": 426, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Bfd.jl", - "lines": 108, - "unsafe_blocks": 5, + "file_path": "protocols/proven-proxy/ffi/zig/src/proxy.zig", + "lines": 255, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Ssh.jl", - "lines": 212, - "unsafe_blocks": 14, + "file_path": "protocols/proven-amqp/ffi/zig/src/amqp.zig", + "lines": 1044, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Mcp.jl", - "lines": 140, - "unsafe_blocks": 5, + "file_path": "protocols/proven-smtp/ffi/zig/src/smtp.zig", + "lines": 474, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "bindings/julia/src/Ocsp.jl", - "lines": 118, - "unsafe_blocks": 5, + "file_path": "protocols/proven-kms/ffi/zig/src/kms.zig", + "lines": 310, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Xmpp.jl", - "lines": 135, - "unsafe_blocks": 5, + "file_path": "protocols/proven-airgap/ffi/zig/src/airgap.zig", + "lines": 374, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Sdn.jl", - "lines": 133, - "unsafe_blocks": 5, + "file_path": "protocols/proven-diode/ffi/zig/src/diode.zig", + "lines": 455, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Container.jl", - "lines": 132, - "unsafe_blocks": 5, + "file_path": "protocols/proven-ldp/ffi/zig/src/ldp.zig", + "lines": 300, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Radius.jl", - "lines": 117, - "unsafe_blocks": 5, + "file_path": "protocols/proven-ws/ffi/zig/src/ws.zig", + "lines": 290, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Hardened.jl", - "lines": 129, - "unsafe_blocks": 5, + "file_path": "protocols/proven-appserver/ffi/zig/src/appserver.zig", + "lines": 438, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Logcollector.jl", - "lines": 120, - "unsafe_blocks": 5, + "file_path": "protocols/proven-radius/ffi/zig/src/radius.zig", + "lines": 507, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Doq.jl", - "lines": 104, - "unsafe_blocks": 5, + "file_path": "protocols/proven-doh/ffi/zig/src/doh.zig", + "lines": 389, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Dot.jl", - "lines": 105, - "unsafe_blocks": 5, + "file_path": "protocols/proven-tacacs/ffi/zig/src/tacacs.zig", + "lines": 417, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Smb.jl", - "lines": 130, - "unsafe_blocks": 5, + "file_path": "protocols/proven-ospf/ffi/zig/src/ospf.zig", + "lines": 303, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Tftp.jl", - "lines": 125, - "unsafe_blocks": 5, + "file_path": "protocols/proven-webdav/ffi/zig/src/webdav.zig", + "lines": 372, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Fileserver.jl", - "lines": 143, - "unsafe_blocks": 5, + "file_path": "protocols/proven-neurosym/ffi/zig/src/neurosym.zig", + "lines": 378, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Dns.jl", - "lines": 207, - "unsafe_blocks": 13, + "file_path": "protocols/proven-modbus/ffi/zig/src/modbus.zig", + "lines": 463, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Imap.jl", - "lines": 107, - "unsafe_blocks": 5, + "file_path": "protocols/proven-irc/ffi/zig/src/irc.zig", + "lines": 490, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Neurosym.jl", - "lines": 146, - "unsafe_blocks": 5, + "file_path": "protocols/proven-doq/ffi/zig/src/doq.zig", + "lines": 363, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Cli.jl", - "lines": 115, - "unsafe_blocks": 5, + "file_path": "protocols/proven-odns/ffi/zig/src/odns.zig", + "lines": 293, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Socks.jl", - "lines": 130, - "unsafe_blocks": 5, + "file_path": "protocols/proven-quic/ffi/zig/src/quic.zig", + "lines": 347, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Odns.jl", - "lines": 113, - "unsafe_blocks": 5, + "file_path": "protocols/proven-carddav/ffi/zig/src/carddav.zig", + "lines": 506, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Snmp.jl", - "lines": 125, - "unsafe_blocks": 5, + "file_path": "protocols/proven-vpn/ffi/zig/src/vpn.zig", + "lines": 548, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Proxy.jl", - "lines": 112, - "unsafe_blocks": 5, + "file_path": "protocols/proven-caldav/ffi/zig/src/caldav.zig", + "lines": 577, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Triplestore.jl", - "lines": 128, - "unsafe_blocks": 5, + "file_path": "protocols/proven-virt/ffi/zig/src/virt.zig", + "lines": 412, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Bgp.jl", - "lines": 151, - "unsafe_blocks": 5, + "file_path": "protocols/proven-logcollector/ffi/zig/src/logcollector.zig", + "lines": 316, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Ldp.jl", + "file_path": "protocols/proven-honeypot/ffi/zig/src/honeypot.zig", "lines": 113, - "unsafe_blocks": 5, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Carddav.jl", - "lines": 121, - "unsafe_blocks": 5, + "file_path": "protocols/proven-lpd/ffi/zig/src/lpd.zig", + "lines": 357, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Firewall.jl", - "lines": 242, - "unsafe_blocks": 17, + "file_path": "protocols/proven-dds/ffi/zig/src/dds.zig", + "lines": 633, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Graphdb.jl", - "lines": 128, - "unsafe_blocks": 5, + "file_path": "protocols/proven-triplestore/ffi/zig/src/triplestore.zig", + "lines": 505, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Metrics.jl", - "lines": 144, - "unsafe_blocks": 5, + "file_path": "protocols/proven-authserver/ffi/zig/src/authserver.zig", + "lines": 424, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Honeypot.jl", - "lines": 118, - "unsafe_blocks": 5, + "file_path": "protocols/proven-chat/ffi/zig/src/chat.zig", + "lines": 335, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Appserver.jl", - "lines": 115, - "unsafe_blocks": 5, + "file_path": "protocols/proven-sandbox/ffi/zig/src/sandbox.zig", + "lines": 302, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Diode.jl", - "lines": 122, - "unsafe_blocks": 5, + "file_path": "protocols/proven-configmgmt/ffi/zig/src/configmgmt.zig", + "lines": 325, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Semweb.jl", - "lines": 122, - "unsafe_blocks": 5, + "file_path": "protocols/proven-kerberos/ffi/zig/src/kerberos.zig", + "lines": 647, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Monitor.jl", - "lines": 139, - "unsafe_blocks": 5, + "file_path": "protocols/proven-smb/ffi/zig/src/smb.zig", + "lines": 549, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Tacacs.jl", - "lines": 155, - "unsafe_blocks": 5, + "file_path": "protocols/proven-sparql/ffi/zig/src/sparql.zig", + "lines": 307, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Federation.jl", - "lines": 138, - "unsafe_blocks": 5, + "file_path": "protocols/proven-agentic/adapter/zig/src/main.zig", + "lines": 568, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 + "allocation_sites": 1, + "io_operations": 14, + "threading_constructs": 2 }, { - "file_path": "bindings/julia/src/Siem.jl", - "lines": 114, - "unsafe_blocks": 5, + "file_path": "protocols/proven-agentic/ffi/zig/src/agentic.zig", + "lines": 602, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Irc.jl", - "lines": 142, - "unsafe_blocks": 5, + "file_path": "protocols/proven-monitor/ffi/zig/src/monitor.zig", + "lines": 420, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Loadbalancer.jl", - "lines": 116, - "unsafe_blocks": 5, + "file_path": "protocols/proven-wasm/ffi/zig/src/wasm.zig", + "lines": 363, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Ntp.jl", - "lines": 141, - "unsafe_blocks": 5, + "file_path": "protocols/proven-rtsp/ffi/zig/src/rtsp.zig", + "lines": 313, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Objectstore.jl", - "lines": 139, - "unsafe_blocks": 5, + "file_path": "protocols/proven-media/ffi/zig/src/media.zig", + "lines": 354, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Nfs.jl", - "lines": 142, - "unsafe_blocks": 5, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "bindings/julia/src/Agentic.jl", - "lines": 125, - "unsafe_blocks": 5, + "file_path": "protocols/proven-dns/ffi/zig/src/dns.zig", + "lines": 655, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "bindings/julia/src/Gameserver.jl", - "lines": 100, - "unsafe_blocks": 5, + "file_path": "protocols/proven-sdn/ffi/zig/src/sdn.zig", + "lines": 430, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Rtsp.jl", - "lines": 134, - "unsafe_blocks": 5, + "file_path": "protocols/proven-voip/ffi/zig/src/voip.zig", + "lines": 325, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Ftp.jl", - "lines": 249, - "unsafe_blocks": 20, + "file_path": "protocols/proven-zerotrust/ffi/zig/src/zerotrust.zig", + "lines": 484, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Media.jl", - "lines": 139, - "unsafe_blocks": 5, + "file_path": "protocols/proven-ldap/ffi/zig/src/ldap.zig", + "lines": 409, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "bindings/julia/src/Virt.jl", - "lines": 129, - "unsafe_blocks": 5, - "panic_sites": 0, + "file_path": "protocols/proven-socks/ffi/zig/src/socks.zig", + "lines": 348, + "unsafe_blocks": 0, + "panic_sites": 2, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Dhcp.jl", - "lines": 132, - "unsafe_blocks": 5, + "file_path": "protocols/proven-imap/ffi/zig/src/imap.zig", + "lines": 175, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Airgap.jl", - "lines": 115, - "unsafe_blocks": 5, + "file_path": "protocols/proven-semweb/ffi/zig/src/semweb.zig", + "lines": 442, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Dds.jl", - "lines": 118, - "unsafe_blocks": 5, + "file_path": "protocols/proven-http3/ffi/zig/src/http3.zig", + "lines": 260, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Ptp.jl", - "lines": 130, - "unsafe_blocks": 5, + "file_path": "protocols/proven-bfd/ffi/zig/src/bfd.zig", + "lines": 352, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Vpn.jl", - "lines": 156, - "unsafe_blocks": 5, + "file_path": "protocols/proven-gameserver/ffi/zig/src/gameserver.zig", + "lines": 407, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Nts.jl", - "lines": 129, - "unsafe_blocks": 5, + "file_path": "protocols/proven-fileserver/ffi/zig/src/fileserver.zig", + "lines": 327, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Netconf.jl", - "lines": 142, - "unsafe_blocks": 5, + "file_path": "protocols/proven-opcua/ffi/zig/src/opcua.zig", + "lines": 467, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Modbus.jl", - "lines": 126, - "unsafe_blocks": 5, + "file_path": "protocols/proven-mqtt/ffi/zig/src/mqtt.zig", + "lines": 774, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Coap.jl", - "lines": 118, - "unsafe_blocks": 5, + "file_path": "protocols/proven-nesy/adapter/zig/src/main.zig", + "lines": 472, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 + "io_operations": 13, + "threading_constructs": 2 }, { - "file_path": "bindings/julia/src/Voip.jl", - "lines": 132, - "unsafe_blocks": 5, + "file_path": "protocols/proven-nesy/ffi/zig/src/nesy.zig", + "lines": 409, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Git.jl", - "lines": 130, - "unsafe_blocks": 5, + "file_path": "protocols/proven-objectstore/ffi/zig/src/objectstore.zig", + "lines": 538, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Websocket.jl", - "lines": 157, - "unsafe_blocks": 10, + "file_path": "protocols/proven-xmpp/ffi/zig/src/xmpp.zig", + "lines": 329, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Ids.jl", - "lines": 126, - "unsafe_blocks": 5, + "file_path": "protocols/proven-timestamp/ffi/zig/src/timestamp.zig", + "lines": 568, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/julia/src/Mqtt.jl", - "lines": 231, - "unsafe_blocks": 18, + "file_path": "src/abi/Foreign.idr", + "lines": 219, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4272,9 +4272,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/julia/src/Ca.jl", - "lines": 168, - "unsafe_blocks": 5, + "file_path": "src/abi/Types.idr", + "lines": 233, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4282,98 +4282,98 @@ "threading_constructs": 0 }, { - "file_path": "bindings/julia/src/Syslog.jl", - "lines": 134, - "unsafe_blocks": 5, + "file_path": "setup.sh", + "lines": 278, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "bindings/julia/src/Cache.jl", - "lines": 126, - "unsafe_blocks": 5, + "file_path": "connectors/proven-dbconn/ffi/zig/src/dbconn.zig", + "lines": 464, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/julia/src/Authserver.jl", - "lines": 120, - "unsafe_blocks": 5, - "panic_sites": 0, + "file_path": "connectors/proven-resolverconn/ffi/zig/test/resolverconn_test.zig", + "lines": 104, + "unsafe_blocks": 0, + "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/julia/src/Apiserver.jl", - "lines": 118, - "unsafe_blocks": 5, - "panic_sites": 0, + "file_path": "connectors/proven-resolverconn/ffi/zig/src/resolverconn.zig", + "lines": 168, + "unsafe_blocks": 0, + "panic_sites": 8, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenError.java", - "lines": 112, + "file_path": "connectors/proven-storageconn/ffi/zig/src/storageconn.zig", + "lines": 221, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenServers.java", - "lines": 149, + "file_path": "connectors/proven-cacheconn/ffi/zig/src/cacheconn.zig", + "lines": 213, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenMqtt.java", - "lines": 192, + "file_path": "connectors/proven-nesy-solver-api/zig/deploy-fly.sh", + "lines": 301, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenHttp.java", - "lines": 288, + "file_path": "connectors/proven-nesy-solver-api/zig/src/main.zig", + "lines": 847, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 + "allocation_sites": 1, + "io_operations": 13, + "threading_constructs": 1 }, { - "file_path": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenSsh.java", - "lines": 265, + "file_path": "connectors/proven-nesy-solver-api/zig/src/rgtv.zig", + "lines": 144, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenDns.java", - "lines": 221, + "file_path": "connectors/proven-nesy-solver-api/ffi/zig/src/nesy_solver_api.zig", + "lines": 305, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -4382,1130 +4382,1063 @@ "threading_constructs": 0 }, { - "file_path": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenGraphql.java", - "lines": 183, + "file_path": "connectors/proven-queueconn/ffi/zig/src/queueconn.zig", + "lines": 227, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ "memory", - "disk", - "cpu", + "network", "concurrency", - "network" + "cpu", + "disk" ], "dependency_graph": { "edges": [ { - "from": "bindings/rescript/__tests__/ProvenChat_test.affine", - "to": "bindings/rescript/__tests__/ProvenObjectstore_test.affine", + "from": "bindings/rescript/__tests__/ProvenObjectstore_test.affine", + "to": "bindings/rescript/__tests__/ProvenChat_test.affine", "relation": "shared_dir:bindings/rescript/__tests__", "weight": 1.0 }, { - "from": "bindings/rescript/__tests__/ProvenObjectstore_test.affine", + "from": "bindings/rescript/__tests__/ProvenChat_test.affine", "to": "bindings/rescript/__tests__/ProvenFileserver_test.affine", "relation": "shared_dir:bindings/rescript/__tests__", "weight": 1.0 }, { "from": "bindings/rescript/__tests__/ProvenFileserver_test.affine", - "to": "bindings/rescript/__tests__/ProvenNeurosym_test.affine", + "to": "bindings/rescript/__tests__/ProvenDeception_test.affine", "relation": "shared_dir:bindings/rescript/__tests__", "weight": 1.0 }, { - "from": "bindings/rescript/__tests__/ProvenNeurosym_test.affine", - "to": "bindings/rescript/__tests__/ProvenDeception_test.affine", + "from": "bindings/rescript/__tests__/ProvenDeception_test.affine", + "to": "bindings/rescript/__tests__/ProvenNeurosym_test.affine", "relation": "shared_dir:bindings/rescript/__tests__", "weight": 1.0 }, { - "from": "bindings/go/smtp.go", - "to": "bindings/go/ssh.go", - "relation": "shared_dir:bindings/go", + "from": "bindings/rescript/src/ProvenCoap.affine", + "to": "bindings/rescript/src/ProvenCore.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/go/ssh.go", - "to": "bindings/go/grpc.go", - "relation": "shared_dir:bindings/go", + "from": "bindings/rescript/src/ProvenCore.affine", + "to": "bindings/rescript/src/ProvenOspf.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/go/grpc.go", - "to": "bindings/go/mqtt.go", - "relation": "shared_dir:bindings/go", + "from": "bindings/rescript/src/ProvenOspf.affine", + "to": "bindings/rescript/src/ProvenHttp.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/go/mqtt.go", - "to": "bindings/go/websocket.go", - "relation": "shared_dir:bindings/go", + "from": "bindings/rescript/src/ProvenHttp.affine", + "to": "bindings/rescript/src/ProvenDeception.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/go/websocket.go", - "to": "bindings/go/proven.go", - "relation": "shared_dir:bindings/go", + "from": "bindings/rescript/src/ProvenDeception.affine", + "to": "bindings/rescript/src/ProvenFileserver.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/go/proven.go", - "to": "bindings/go/dns.go", - "relation": "shared_dir:bindings/go", + "from": "bindings/rescript/src/ProvenFileserver.affine", + "to": "bindings/rescript/src/ProvenError.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/go/dns.go", - "to": "bindings/go/graphql.go", - "relation": "shared_dir:bindings/go", + "from": "bindings/rescript/src/ProvenError.affine", + "to": "bindings/rescript/src/ProvenModbus.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/go/graphql.go", - "to": "bindings/go/httpd.go", - "relation": "shared_dir:bindings/go", + "from": "bindings/rescript/src/ProvenModbus.affine", + "to": "bindings/rescript/src/ProvenGrpc.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/go/httpd.go", - "to": "bindings/go/firewall.go", - "relation": "shared_dir:bindings/go", + "from": "bindings/rescript/src/ProvenGrpc.affine", + "to": "bindings/rescript/src/ProvenChat.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/go/firewall.go", - "to": "bindings/go/ftp.go", - "relation": "shared_dir:bindings/go", + "from": "bindings/rescript/src/ProvenChat.affine", + "to": "bindings/rescript/src/ProvenTls.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "scripts/maintenance/perms-state.sh", - "to": "scripts/maintenance/run-maintenance.sh", - "relation": "shared_dir:scripts/maintenance", + "from": "bindings/rescript/src/ProvenTls.affine", + "to": "bindings/rescript/src/ProvenAppserver.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/rust/src/ffi_firewall.rs", - "to": "bindings/rust/src/ffi_ftp.rs", - "relation": "shared_dir:bindings/rust/src", + "from": "bindings/rescript/src/ProvenAppserver.affine", + "to": "bindings/rescript/src/ProvenNfs.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/rust/src/ffi_ftp.rs", - "to": "bindings/rust/src/core.rs", - "relation": "shared_dir:bindings/rust/src", + "from": "bindings/rescript/src/ProvenNfs.affine", + "to": "bindings/rescript/src/ProvenSshBastion.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/rust/src/core.rs", - "to": "bindings/rust/src/ffi_httpd.rs", - "relation": "shared_dir:bindings/rust/src", + "from": "bindings/rescript/src/ProvenSshBastion.affine", + "to": "bindings/rescript/src/ProvenWebsocket.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/rust/src/ffi_httpd.rs", - "to": "bindings/rust/src/ffi_ssh.rs", - "relation": "shared_dir:bindings/rust/src", + "from": "bindings/rescript/src/ProvenWebsocket.affine", + "to": "bindings/rescript/src/ProvenServers.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/rust/src/ffi_ssh.rs", - "to": "bindings/rust/src/ffi_dns.rs", - "relation": "shared_dir:bindings/rust/src", + "from": "bindings/rescript/src/ProvenServers.affine", + "to": "bindings/rescript/src/ProvenObjectstore.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/rust/src/ffi_dns.rs", - "to": "bindings/rust/src/ffi_macros.rs", - "relation": "shared_dir:bindings/rust/src", + "from": "bindings/rescript/src/ProvenObjectstore.affine", + "to": "bindings/rescript/src/ProvenCache.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/rust/src/ffi_macros.rs", - "to": "bindings/rust/src/ffi_mqtt.rs", - "relation": "shared_dir:bindings/rust/src", + "from": "bindings/rescript/src/ProvenCache.affine", + "to": "bindings/rescript/src/ProvenGraphql.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/rust/src/ffi_mqtt.rs", - "to": "bindings/rust/src/ffi_graphql.rs", - "relation": "shared_dir:bindings/rust/src", + "from": "bindings/rescript/src/ProvenGraphql.affine", + "to": "bindings/rescript/src/ProvenNeurosym.affine", + "relation": "shared_dir:bindings/rescript/src", "weight": 1.0 }, { - "from": "bindings/rust/src/ffi_graphql.rs", - "to": "bindings/rust/src/ffi_grpc.rs", - "relation": "shared_dir:bindings/rust/src", + "from": "scripts/maintenance/perms-state.sh", + "to": "scripts/maintenance/run-maintenance.sh", + "relation": "shared_dir:scripts/maintenance", "weight": 1.0 }, { - "from": "bindings/rust/src/ffi_grpc.rs", + "from": "bindings/rust/src/ffi_ftp.rs", "to": "bindings/rust/src/ffi_smtp.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { "from": "bindings/rust/src/ffi_smtp.rs", - "to": "bindings/rust/src/websocket.rs", + "to": "bindings/rust/src/ffi_dns.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "connectors/proven-nesy-solver-api/zig/src/rgtv.zig", - "to": "connectors/proven-nesy-solver-api/zig/src/main.zig", - "relation": "shared_dir:connectors/proven-nesy-solver-api/zig/src", + "from": "bindings/rust/src/ffi_dns.rs", + "to": "bindings/rust/src/core.rs", + "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenSshBastion.affine", - "to": "bindings/rescript/src/ProvenCache.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/rust/src/core.rs", + "to": "bindings/rust/src/websocket.rs", + "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenCache.affine", - "to": "bindings/rescript/src/ProvenDeception.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/rust/src/websocket.rs", + "to": "bindings/rust/src/ffi_grpc.rs", + "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenDeception.affine", - "to": "bindings/rescript/src/ProvenAppserver.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/rust/src/ffi_grpc.rs", + "to": "bindings/rust/src/ffi_mqtt.rs", + "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenAppserver.affine", - "to": "bindings/rescript/src/ProvenNfs.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/rust/src/ffi_mqtt.rs", + "to": "bindings/rust/src/ffi_graphql.rs", + "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenNfs.affine", - "to": "bindings/rescript/src/ProvenOspf.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/rust/src/ffi_graphql.rs", + "to": "bindings/rust/src/ffi_macros.rs", + "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenOspf.affine", - "to": "bindings/rescript/src/ProvenServers.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/rust/src/ffi_macros.rs", + "to": "bindings/rust/src/ffi_httpd.rs", + "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenServers.affine", - "to": "bindings/rescript/src/ProvenCoap.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/rust/src/ffi_httpd.rs", + "to": "bindings/rust/src/ffi_ssh.rs", + "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenCoap.affine", - "to": "bindings/rescript/src/ProvenWebsocket.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/rust/src/ffi_ssh.rs", + "to": "bindings/rust/src/ffi_firewall.rs", + "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenWebsocket.affine", - "to": "bindings/rescript/src/ProvenModbus.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/julia/src/Sparql.jl", + "to": "bindings/julia/src/Virt.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenModbus.affine", - "to": "bindings/rescript/src/ProvenError.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/julia/src/Virt.jl", + "to": "bindings/julia/src/Smb.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenError.affine", - "to": "bindings/rescript/src/ProvenObjectstore.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/julia/src/Smb.jl", + "to": "bindings/julia/src/Ospf.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenObjectstore.affine", - "to": "bindings/rescript/src/ProvenHttp.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/julia/src/Ospf.jl", + "to": "bindings/julia/src/Backup.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenHttp.affine", - "to": "bindings/rescript/src/ProvenGrpc.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/julia/src/Backup.jl", + "to": "bindings/julia/src/Tftp.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenGrpc.affine", - "to": "bindings/rescript/src/ProvenGraphql.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/julia/src/Tftp.jl", + "to": "bindings/julia/src/Ftp.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenGraphql.affine", - "to": "bindings/rescript/src/ProvenFileserver.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/julia/src/Ftp.jl", + "to": "bindings/julia/src/Ldp.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenFileserver.affine", - "to": "bindings/rescript/src/ProvenNeurosym.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/julia/src/Ldp.jl", + "to": "bindings/julia/src/Mdns.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenNeurosym.affine", - "to": "bindings/rescript/src/ProvenCore.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/julia/src/Mdns.jl", + "to": "bindings/julia/src/Ldap.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenCore.affine", - "to": "bindings/rescript/src/ProvenChat.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/julia/src/Ldap.jl", + "to": "bindings/julia/src/Hardened.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/rescript/src/ProvenChat.affine", - "to": "bindings/rescript/src/ProvenTls.affine", - "relation": "shared_dir:bindings/rescript/src", + "from": "bindings/julia/src/Hardened.jl", + "to": "bindings/julia/src/Appserver.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenError.java", - "to": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenServers.java", - "relation": "shared_dir:bindings/java/src/main/java/com/hyperpolymath/proven", + "from": "bindings/julia/src/Appserver.jl", + "to": "bindings/julia/src/Monitor.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenServers.java", - "to": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenMqtt.java", - "relation": "shared_dir:bindings/java/src/main/java/com/hyperpolymath/proven", + "from": "bindings/julia/src/Monitor.jl", + "to": "bindings/julia/src/Proxy.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenMqtt.java", - "to": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenHttp.java", - "relation": "shared_dir:bindings/java/src/main/java/com/hyperpolymath/proven", + "from": "bindings/julia/src/Proxy.jl", + "to": "bindings/julia/src/Bgp.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenHttp.java", - "to": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenSsh.java", - "relation": "shared_dir:bindings/java/src/main/java/com/hyperpolymath/proven", + "from": "bindings/julia/src/Bgp.jl", + "to": "bindings/julia/src/Imap.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenSsh.java", - "to": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenDns.java", - "relation": "shared_dir:bindings/java/src/main/java/com/hyperpolymath/proven", + "from": "bindings/julia/src/Imap.jl", + "to": "bindings/julia/src/Netconf.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenDns.java", - "to": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenGraphql.java", - "relation": "shared_dir:bindings/java/src/main/java/com/hyperpolymath/proven", + "from": "bindings/julia/src/Netconf.jl", + "to": "bindings/julia/src/Nesy.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", - "to": "src/abi/Types.idr", - "relation": "shared_dir:src/abi", + "from": "bindings/julia/src/Nesy.jl", + "to": "bindings/julia/src/Coap.jl", + "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Sandbox.jl", - "to": "bindings/julia/src/Amqp.jl", + "from": "bindings/julia/src/Coap.jl", + "to": "bindings/julia/src/Doh.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Amqp.jl", - "to": "bindings/julia/src/Ctlog.jl", + "from": "bindings/julia/src/Doh.jl", + "to": "bindings/julia/src/Pop3.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Ctlog.jl", - "to": "bindings/julia/src/Dbserver.jl", + "from": "bindings/julia/src/Pop3.jl", + "to": "bindings/julia/src/Objectstore.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Dbserver.jl", - "to": "bindings/julia/src/Smtp.jl", + "from": "bindings/julia/src/Objectstore.jl", + "to": "bindings/julia/src/Opcua.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Smtp.jl", - "to": "bindings/julia/src/Deception.jl", + "from": "bindings/julia/src/Opcua.jl", + "to": "bindings/julia/src/Ntp.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Deception.jl", - "to": "bindings/julia/src/Ldap.jl", + "from": "bindings/julia/src/Ntp.jl", + "to": "bindings/julia/src/Semweb.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Ldap.jl", - "to": "bindings/julia/src/Kms.jl", + "from": "bindings/julia/src/Semweb.jl", + "to": "bindings/julia/src/Grpc.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Kms.jl", - "to": "bindings/julia/src/Caldav.jl", + "from": "bindings/julia/src/Grpc.jl", + "to": "bindings/julia/src/Configmgmt.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Caldav.jl", - "to": "bindings/julia/src/Wasm.jl", + "from": "bindings/julia/src/Configmgmt.jl", + "to": "bindings/julia/src/Gameserver.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Wasm.jl", - "to": "bindings/julia/src/Graphql.jl", + "from": "bindings/julia/src/Gameserver.jl", + "to": "bindings/julia/src/Fileserver.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Graphql.jl", - "to": "bindings/julia/src/SshBastion.jl", + "from": "bindings/julia/src/Fileserver.jl", + "to": "bindings/julia/src/Syslog.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/SshBastion.jl", - "to": "bindings/julia/src/Doh.jl", + "from": "bindings/julia/src/Syslog.jl", + "to": "bindings/julia/src/Loadbalancer.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Doh.jl", - "to": "bindings/julia/src/Telnet.jl", + "from": "bindings/julia/src/Loadbalancer.jl", + "to": "bindings/julia/src/Vpn.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Telnet.jl", - "to": "bindings/julia/src/Nesy.jl", + "from": "bindings/julia/src/Vpn.jl", + "to": "bindings/julia/src/Dhcp.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Nesy.jl", - "to": "bindings/julia/src/Mdns.jl", + "from": "bindings/julia/src/Dhcp.jl", + "to": "bindings/julia/src/Irc.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Mdns.jl", - "to": "bindings/julia/src/Pop3.jl", + "from": "bindings/julia/src/Irc.jl", + "to": "bindings/julia/src/Deception.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Pop3.jl", - "to": "bindings/julia/src/Ospf.jl", + "from": "bindings/julia/src/Deception.jl", + "to": "bindings/julia/src/Authserver.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Ospf.jl", - "to": "bindings/julia/src/Lpd.jl", + "from": "bindings/julia/src/Authserver.jl", + "to": "bindings/julia/src/Xmpp.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Lpd.jl", - "to": "bindings/julia/src/Backup.jl", + "from": "bindings/julia/src/Xmpp.jl", + "to": "bindings/julia/src/Mcp.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Backup.jl", - "to": "bindings/julia/src/Pqc.jl", + "from": "bindings/julia/src/Mcp.jl", + "to": "bindings/julia/src/Graphql.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Pqc.jl", - "to": "bindings/julia/src/Opcua.jl", + "from": "bindings/julia/src/Graphql.jl", + "to": "bindings/julia/src/Federation.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Opcua.jl", - "to": "bindings/julia/src/Chat.jl", + "from": "bindings/julia/src/Federation.jl", + "to": "bindings/julia/src/Ca.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Chat.jl", - "to": "bindings/julia/src/Configmgmt.jl", + "from": "bindings/julia/src/Ca.jl", + "to": "bindings/julia/src/Container.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Configmgmt.jl", - "to": "bindings/julia/src/Stun.jl", + "from": "bindings/julia/src/Container.jl", + "to": "bindings/julia/src/Httpd.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Stun.jl", - "to": "bindings/julia/src/Grpc.jl", + "from": "bindings/julia/src/Httpd.jl", + "to": "bindings/julia/src/Sdn.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Grpc.jl", - "to": "bindings/julia/src/Sparql.jl", + "from": "bindings/julia/src/Sdn.jl", + "to": "bindings/julia/src/Tacacs.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Sparql.jl", - "to": "bindings/julia/src/Kerberos.jl", + "from": "bindings/julia/src/Tacacs.jl", + "to": "bindings/julia/src/Agentic.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Kerberos.jl", - "to": "bindings/julia/src/Zerotrust.jl", + "from": "bindings/julia/src/Agentic.jl", + "to": "bindings/julia/src/Ctlog.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Zerotrust.jl", - "to": "bindings/julia/src/Httpd.jl", + "from": "bindings/julia/src/Ctlog.jl", + "to": "bindings/julia/src/Caldav.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Httpd.jl", - "to": "bindings/julia/src/Bfd.jl", + "from": "bindings/julia/src/Caldav.jl", + "to": "bindings/julia/src/Nfs.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Bfd.jl", + "from": "bindings/julia/src/Nfs.jl", "to": "bindings/julia/src/Ssh.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { "from": "bindings/julia/src/Ssh.jl", - "to": "bindings/julia/src/Mcp.jl", + "to": "bindings/julia/src/Wasm.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Mcp.jl", - "to": "bindings/julia/src/Ocsp.jl", + "from": "bindings/julia/src/Wasm.jl", + "to": "bindings/julia/src/SshBastion.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Ocsp.jl", - "to": "bindings/julia/src/Xmpp.jl", + "from": "bindings/julia/src/SshBastion.jl", + "to": "bindings/julia/src/Graphdb.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Xmpp.jl", - "to": "bindings/julia/src/Sdn.jl", + "from": "bindings/julia/src/Graphdb.jl", + "to": "bindings/julia/src/Dds.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Sdn.jl", - "to": "bindings/julia/src/Container.jl", + "from": "bindings/julia/src/Dds.jl", + "to": "bindings/julia/src/Odns.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Container.jl", - "to": "bindings/julia/src/Radius.jl", + "from": "bindings/julia/src/Odns.jl", + "to": "bindings/julia/src/Apiserver.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Radius.jl", - "to": "bindings/julia/src/Hardened.jl", + "from": "bindings/julia/src/Apiserver.jl", + "to": "bindings/julia/src/Dot.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Hardened.jl", - "to": "bindings/julia/src/Logcollector.jl", + "from": "bindings/julia/src/Dot.jl", + "to": "bindings/julia/src/Airgap.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Logcollector.jl", - "to": "bindings/julia/src/Doq.jl", + "from": "bindings/julia/src/Airgap.jl", + "to": "bindings/julia/src/Chat.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Doq.jl", - "to": "bindings/julia/src/Dot.jl", + "from": "bindings/julia/src/Chat.jl", + "to": "bindings/julia/src/Logcollector.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Dot.jl", - "to": "bindings/julia/src/Smb.jl", + "from": "bindings/julia/src/Logcollector.jl", + "to": "bindings/julia/src/Cli.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Smb.jl", - "to": "bindings/julia/src/Tftp.jl", + "from": "bindings/julia/src/Cli.jl", + "to": "bindings/julia/src/Kms.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Tftp.jl", - "to": "bindings/julia/src/Fileserver.jl", + "from": "bindings/julia/src/Kms.jl", + "to": "bindings/julia/src/Doq.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Fileserver.jl", - "to": "bindings/julia/src/Dns.jl", + "from": "bindings/julia/src/Doq.jl", + "to": "bindings/julia/src/Bfd.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Dns.jl", - "to": "bindings/julia/src/Imap.jl", + "from": "bindings/julia/src/Bfd.jl", + "to": "bindings/julia/src/Triplestore.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Imap.jl", + "from": "bindings/julia/src/Triplestore.jl", "to": "bindings/julia/src/Neurosym.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { "from": "bindings/julia/src/Neurosym.jl", - "to": "bindings/julia/src/Cli.jl", + "to": "bindings/julia/src/Mqtt.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Cli.jl", - "to": "bindings/julia/src/Socks.jl", + "from": "bindings/julia/src/Mqtt.jl", + "to": "bindings/julia/src/Snmp.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Socks.jl", - "to": "bindings/julia/src/Odns.jl", + "from": "bindings/julia/src/Snmp.jl", + "to": "bindings/julia/src/Dbserver.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Odns.jl", - "to": "bindings/julia/src/Snmp.jl", + "from": "bindings/julia/src/Dbserver.jl", + "to": "bindings/julia/src/Diode.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Snmp.jl", - "to": "bindings/julia/src/Proxy.jl", + "from": "bindings/julia/src/Diode.jl", + "to": "bindings/julia/src/Stun.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Proxy.jl", - "to": "bindings/julia/src/Triplestore.jl", + "from": "bindings/julia/src/Stun.jl", + "to": "bindings/julia/src/Dns.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Triplestore.jl", - "to": "bindings/julia/src/Bgp.jl", + "from": "bindings/julia/src/Dns.jl", + "to": "bindings/julia/src/Smtp.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Bgp.jl", - "to": "bindings/julia/src/Ldp.jl", + "from": "bindings/julia/src/Smtp.jl", + "to": "bindings/julia/src/Lpd.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Ldp.jl", - "to": "bindings/julia/src/Carddav.jl", + "from": "bindings/julia/src/Lpd.jl", + "to": "bindings/julia/src/Amqp.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Carddav.jl", - "to": "bindings/julia/src/Firewall.jl", + "from": "bindings/julia/src/Amqp.jl", + "to": "bindings/julia/src/Git.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Firewall.jl", - "to": "bindings/julia/src/Graphdb.jl", + "from": "bindings/julia/src/Git.jl", + "to": "bindings/julia/src/Voip.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Graphdb.jl", - "to": "bindings/julia/src/Metrics.jl", + "from": "bindings/julia/src/Voip.jl", + "to": "bindings/julia/src/Ids.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Metrics.jl", - "to": "bindings/julia/src/Honeypot.jl", + "from": "bindings/julia/src/Ids.jl", + "to": "bindings/julia/src/Nts.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Honeypot.jl", - "to": "bindings/julia/src/Appserver.jl", + "from": "bindings/julia/src/Nts.jl", + "to": "bindings/julia/src/Telnet.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Appserver.jl", - "to": "bindings/julia/src/Diode.jl", + "from": "bindings/julia/src/Telnet.jl", + "to": "bindings/julia/src/Zerotrust.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Diode.jl", - "to": "bindings/julia/src/Semweb.jl", + "from": "bindings/julia/src/Zerotrust.jl", + "to": "bindings/julia/src/Siem.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Semweb.jl", - "to": "bindings/julia/src/Monitor.jl", + "from": "bindings/julia/src/Siem.jl", + "to": "bindings/julia/src/Socks.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Monitor.jl", - "to": "bindings/julia/src/Tacacs.jl", + "from": "bindings/julia/src/Socks.jl", + "to": "bindings/julia/src/Radius.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Tacacs.jl", - "to": "bindings/julia/src/Federation.jl", + "from": "bindings/julia/src/Radius.jl", + "to": "bindings/julia/src/Honeypot.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Federation.jl", - "to": "bindings/julia/src/Siem.jl", + "from": "bindings/julia/src/Honeypot.jl", + "to": "bindings/julia/src/Rtsp.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Siem.jl", - "to": "bindings/julia/src/Irc.jl", + "from": "bindings/julia/src/Rtsp.jl", + "to": "bindings/julia/src/Media.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Irc.jl", - "to": "bindings/julia/src/Loadbalancer.jl", + "from": "bindings/julia/src/Media.jl", + "to": "bindings/julia/src/Modbus.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Loadbalancer.jl", - "to": "bindings/julia/src/Ntp.jl", + "from": "bindings/julia/src/Modbus.jl", + "to": "bindings/julia/src/Kerberos.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Ntp.jl", - "to": "bindings/julia/src/Objectstore.jl", + "from": "bindings/julia/src/Kerberos.jl", + "to": "bindings/julia/src/Ocsp.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Objectstore.jl", - "to": "bindings/julia/src/Nfs.jl", + "from": "bindings/julia/src/Ocsp.jl", + "to": "bindings/julia/src/Websocket.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Nfs.jl", - "to": "bindings/julia/src/Agentic.jl", + "from": "bindings/julia/src/Websocket.jl", + "to": "bindings/julia/src/Metrics.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Agentic.jl", - "to": "bindings/julia/src/Gameserver.jl", + "from": "bindings/julia/src/Metrics.jl", + "to": "bindings/julia/src/Sandbox.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Gameserver.jl", - "to": "bindings/julia/src/Rtsp.jl", + "from": "bindings/julia/src/Sandbox.jl", + "to": "bindings/julia/src/Ptp.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Rtsp.jl", - "to": "bindings/julia/src/Ftp.jl", + "from": "bindings/julia/src/Ptp.jl", + "to": "bindings/julia/src/Firewall.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Ftp.jl", - "to": "bindings/julia/src/Media.jl", + "from": "bindings/julia/src/Firewall.jl", + "to": "bindings/julia/src/Pqc.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Media.jl", - "to": "bindings/julia/src/Virt.jl", + "from": "bindings/julia/src/Pqc.jl", + "to": "bindings/julia/src/Cache.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Virt.jl", - "to": "bindings/julia/src/Dhcp.jl", + "from": "bindings/julia/src/Cache.jl", + "to": "bindings/julia/src/Carddav.jl", "relation": "shared_dir:bindings/julia/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Dhcp.jl", - "to": "bindings/julia/src/Airgap.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "connectors/proven-nesy-solver-api/zig/src/main.zig", + "to": "connectors/proven-nesy-solver-api/zig/src/rgtv.zig", + "relation": "shared_dir:connectors/proven-nesy-solver-api/zig/src", "weight": 1.0 }, { - "from": "bindings/julia/src/Airgap.jl", - "to": "bindings/julia/src/Dds.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenSsh.java", + "to": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenDns.java", + "relation": "shared_dir:bindings/java/src/main/java/com/hyperpolymath/proven", "weight": 1.0 }, { - "from": "bindings/julia/src/Dds.jl", - "to": "bindings/julia/src/Ptp.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenDns.java", + "to": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenGraphql.java", + "relation": "shared_dir:bindings/java/src/main/java/com/hyperpolymath/proven", "weight": 1.0 }, { - "from": "bindings/julia/src/Ptp.jl", - "to": "bindings/julia/src/Vpn.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenGraphql.java", + "to": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenMqtt.java", + "relation": "shared_dir:bindings/java/src/main/java/com/hyperpolymath/proven", "weight": 1.0 }, { - "from": "bindings/julia/src/Vpn.jl", - "to": "bindings/julia/src/Nts.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenMqtt.java", + "to": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenError.java", + "relation": "shared_dir:bindings/java/src/main/java/com/hyperpolymath/proven", "weight": 1.0 }, { - "from": "bindings/julia/src/Nts.jl", - "to": "bindings/julia/src/Netconf.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenError.java", + "to": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenServers.java", + "relation": "shared_dir:bindings/java/src/main/java/com/hyperpolymath/proven", "weight": 1.0 }, { - "from": "bindings/julia/src/Netconf.jl", - "to": "bindings/julia/src/Modbus.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenServers.java", + "to": "bindings/java/src/main/java/com/hyperpolymath/proven/ProvenHttp.java", + "relation": "shared_dir:bindings/java/src/main/java/com/hyperpolymath/proven", "weight": 1.0 }, { - "from": "bindings/julia/src/Modbus.jl", - "to": "bindings/julia/src/Coap.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "src/abi/Foreign.idr", + "to": "src/abi/Types.idr", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { - "from": "bindings/julia/src/Coap.jl", - "to": "bindings/julia/src/Voip.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "bindings/go/graphql.go", + "to": "bindings/go/smtp.go", + "relation": "shared_dir:bindings/go", "weight": 1.0 }, { - "from": "bindings/julia/src/Voip.jl", - "to": "bindings/julia/src/Git.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "bindings/go/smtp.go", + "to": "bindings/go/ftp.go", + "relation": "shared_dir:bindings/go", "weight": 1.0 }, { - "from": "bindings/julia/src/Git.jl", - "to": "bindings/julia/src/Websocket.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "bindings/go/ftp.go", + "to": "bindings/go/proven.go", + "relation": "shared_dir:bindings/go", "weight": 1.0 }, { - "from": "bindings/julia/src/Websocket.jl", - "to": "bindings/julia/src/Ids.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "bindings/go/proven.go", + "to": "bindings/go/mqtt.go", + "relation": "shared_dir:bindings/go", "weight": 1.0 }, { - "from": "bindings/julia/src/Ids.jl", - "to": "bindings/julia/src/Mqtt.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "bindings/go/mqtt.go", + "to": "bindings/go/httpd.go", + "relation": "shared_dir:bindings/go", "weight": 1.0 }, { - "from": "bindings/julia/src/Mqtt.jl", - "to": "bindings/julia/src/Ca.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "bindings/go/httpd.go", + "to": "bindings/go/grpc.go", + "relation": "shared_dir:bindings/go", "weight": 1.0 }, { - "from": "bindings/julia/src/Ca.jl", - "to": "bindings/julia/src/Syslog.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "bindings/go/grpc.go", + "to": "bindings/go/websocket.go", + "relation": "shared_dir:bindings/go", "weight": 1.0 }, { - "from": "bindings/julia/src/Syslog.jl", - "to": "bindings/julia/src/Cache.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "bindings/go/websocket.go", + "to": "bindings/go/ssh.go", + "relation": "shared_dir:bindings/go", "weight": 1.0 }, { - "from": "bindings/julia/src/Cache.jl", - "to": "bindings/julia/src/Authserver.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "bindings/go/ssh.go", + "to": "bindings/go/dns.go", + "relation": "shared_dir:bindings/go", "weight": 1.0 }, { - "from": "bindings/julia/src/Authserver.jl", - "to": "bindings/julia/src/Apiserver.jl", - "relation": "shared_dir:bindings/julia/src", + "from": "bindings/go/dns.go", + "to": "bindings/go/firewall.go", + "relation": "shared_dir:bindings/go", "weight": 1.0 } ] }, "taint_matrix": { "rows": [ - { - "source_category": "InsecureProtocol", - "sink_axis": "network", - "severity_value": 2.5, - "files": [ - "connectors/proven-nesy-solver-api/zig/deploy-fly.sh", - "protocols/proven-semweb/ffi/zig/test/integration_test.zig", - "protocols/proven-triplestore/ffi/zig/test/integration_test.zig" - ], - "frameworks": [], - "relation": "InsecureProtocol->Network" - }, { "source_category": "UnsafeFFI", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "bindings/rescript/src/ProvenServers.affine", - "bindings/julia/src/Sandbox.jl", - "bindings/julia/src/Amqp.jl", - "bindings/julia/src/Ctlog.jl", - "bindings/julia/src/Dbserver.jl", - "bindings/julia/src/Smtp.jl", - "bindings/julia/src/Deception.jl", + "bindings/julia/src/Sparql.jl", + "bindings/julia/src/Virt.jl", + "bindings/julia/src/Smb.jl", + "bindings/julia/src/Ospf.jl", + "bindings/julia/src/Backup.jl", + "bindings/julia/src/Tftp.jl", + "bindings/julia/src/Ftp.jl", + "bindings/julia/src/Ldp.jl", + "bindings/julia/src/Mdns.jl", "bindings/julia/src/Ldap.jl", - "bindings/julia/src/Kms.jl", - "bindings/julia/src/Caldav.jl", - "bindings/julia/src/Wasm.jl", - "bindings/julia/src/Graphql.jl", - "bindings/julia/src/SshBastion.jl", - "bindings/julia/src/Doh.jl", - "bindings/julia/src/Telnet.jl", + "bindings/julia/src/Hardened.jl", + "bindings/julia/src/Appserver.jl", + "bindings/julia/src/Monitor.jl", + "bindings/julia/src/Proxy.jl", + "bindings/julia/src/Bgp.jl", + "bindings/julia/src/Imap.jl", + "bindings/julia/src/Netconf.jl", "bindings/julia/src/Nesy.jl", - "bindings/julia/src/Mdns.jl", + "bindings/julia/src/Coap.jl", + "bindings/julia/src/Doh.jl", "bindings/julia/src/Pop3.jl", - "bindings/julia/src/Ospf.jl", - "bindings/julia/src/Lpd.jl", - "bindings/julia/src/Backup.jl", - "bindings/julia/src/Pqc.jl", + "bindings/julia/src/Objectstore.jl", "bindings/julia/src/Opcua.jl", - "bindings/julia/src/Chat.jl", - "bindings/julia/src/Configmgmt.jl", - "bindings/julia/src/Stun.jl", + "bindings/julia/src/Ntp.jl", + "bindings/julia/src/Semweb.jl", "bindings/julia/src/Grpc.jl", - "bindings/julia/src/Sparql.jl", - "bindings/julia/src/Kerberos.jl", - "bindings/julia/src/Zerotrust.jl", - "bindings/julia/src/Httpd.jl", - "bindings/julia/src/Bfd.jl", - "bindings/julia/src/Ssh.jl", - "bindings/julia/src/Mcp.jl", - "bindings/julia/src/Ocsp.jl", + "bindings/julia/src/Configmgmt.jl", + "bindings/julia/src/Gameserver.jl", + "bindings/julia/src/Fileserver.jl", + "bindings/julia/src/Syslog.jl", + "bindings/julia/src/Loadbalancer.jl", + "bindings/julia/src/Vpn.jl", + "bindings/julia/src/Dhcp.jl", + "bindings/julia/src/Irc.jl", + "bindings/julia/src/Deception.jl", + "bindings/julia/src/Authserver.jl", "bindings/julia/src/Xmpp.jl", - "bindings/julia/src/Sdn.jl", + "bindings/julia/src/Mcp.jl", + "bindings/julia/src/Graphql.jl", + "bindings/julia/src/Federation.jl", + "bindings/julia/src/Ca.jl", "bindings/julia/src/Container.jl", - "bindings/julia/src/Radius.jl", - "bindings/julia/src/Hardened.jl", + "bindings/julia/src/Httpd.jl", + "bindings/julia/src/Sdn.jl", + "bindings/julia/src/Tacacs.jl", + "bindings/julia/src/Agentic.jl", + "bindings/julia/src/Ctlog.jl", + "bindings/julia/src/Caldav.jl", + "bindings/julia/src/Nfs.jl", + "bindings/julia/src/Ssh.jl", + "bindings/julia/src/Wasm.jl", + "bindings/julia/src/SshBastion.jl", + "bindings/julia/src/Graphdb.jl", + "bindings/julia/src/Dds.jl", + "bindings/julia/src/Odns.jl", + "bindings/julia/src/Apiserver.jl", + "bindings/julia/src/Dot.jl", + "bindings/julia/src/Airgap.jl", + "bindings/julia/src/Chat.jl", "bindings/julia/src/Logcollector.jl", + "bindings/julia/src/Cli.jl", + "bindings/julia/src/Kms.jl", "bindings/julia/src/Doq.jl", - "bindings/julia/src/Dot.jl", - "bindings/julia/src/Smb.jl", - "bindings/julia/src/Tftp.jl", - "bindings/julia/src/Fileserver.jl", - "bindings/julia/src/Dns.jl", - "bindings/julia/src/Imap.jl", + "bindings/julia/src/Bfd.jl", + "bindings/julia/src/Triplestore.jl", "bindings/julia/src/Neurosym.jl", - "bindings/julia/src/Cli.jl", - "bindings/julia/src/Socks.jl", - "bindings/julia/src/Odns.jl", + "bindings/julia/src/Mqtt.jl", "bindings/julia/src/Snmp.jl", - "bindings/julia/src/Proxy.jl", - "bindings/julia/src/Triplestore.jl", - "bindings/julia/src/Bgp.jl", - "bindings/julia/src/Ldp.jl", - "bindings/julia/src/Carddav.jl", - "bindings/julia/src/Firewall.jl", - "bindings/julia/src/Graphdb.jl", - "bindings/julia/src/Metrics.jl", - "bindings/julia/src/Honeypot.jl", - "bindings/julia/src/Appserver.jl", + "bindings/julia/src/Dbserver.jl", "bindings/julia/src/Diode.jl", - "bindings/julia/src/Semweb.jl", - "bindings/julia/src/Monitor.jl", - "bindings/julia/src/Tacacs.jl", - "bindings/julia/src/Federation.jl", + "bindings/julia/src/Stun.jl", + "bindings/julia/src/Dns.jl", + "bindings/julia/src/Smtp.jl", + "bindings/julia/src/Lpd.jl", + "bindings/julia/src/Amqp.jl", + "bindings/julia/src/Git.jl", + "bindings/julia/src/Voip.jl", + "bindings/julia/src/Ids.jl", + "bindings/julia/src/Nts.jl", + "bindings/julia/src/Telnet.jl", + "bindings/julia/src/Zerotrust.jl", "bindings/julia/src/Siem.jl", - "bindings/julia/src/Irc.jl", - "bindings/julia/src/Loadbalancer.jl", - "bindings/julia/src/Ntp.jl", - "bindings/julia/src/Objectstore.jl", - "bindings/julia/src/Nfs.jl", - "bindings/julia/src/Agentic.jl", - "bindings/julia/src/Gameserver.jl", + "bindings/julia/src/Socks.jl", + "bindings/julia/src/Radius.jl", + "bindings/julia/src/Honeypot.jl", "bindings/julia/src/Rtsp.jl", - "bindings/julia/src/Ftp.jl", "bindings/julia/src/Media.jl", - "bindings/julia/src/Virt.jl", - "bindings/julia/src/Dhcp.jl", - "bindings/julia/src/Airgap.jl", - "bindings/julia/src/Dds.jl", - "bindings/julia/src/Ptp.jl", - "bindings/julia/src/Vpn.jl", - "bindings/julia/src/Nts.jl", - "bindings/julia/src/Netconf.jl", "bindings/julia/src/Modbus.jl", - "bindings/julia/src/Coap.jl", - "bindings/julia/src/Voip.jl", - "bindings/julia/src/Git.jl", + "bindings/julia/src/Kerberos.jl", + "bindings/julia/src/Ocsp.jl", "bindings/julia/src/Websocket.jl", - "bindings/julia/src/Ids.jl", - "bindings/julia/src/Mqtt.jl", - "bindings/julia/src/Ca.jl", - "bindings/julia/src/Syslog.jl", + "bindings/julia/src/Metrics.jl", + "bindings/julia/src/Sandbox.jl", + "bindings/julia/src/Ptp.jl", + "bindings/julia/src/Firewall.jl", + "bindings/julia/src/Pqc.jl", "bindings/julia/src/Cache.jl", - "bindings/julia/src/Authserver.jl", - "bindings/julia/src/Apiserver.jl" + "bindings/julia/src/Carddav.jl", + "bindings/rescript/src/ProvenServers.affine" ], "frameworks": [], "relation": "UnsafeFFI->Memory" }, - { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, - "files": [ - "bindings/go/mqtt.go", - "bindings/go/websocket.go", - "bindings/go/dns.go", - "bindings/go/httpd.go", - "bindings/go/ftp.go", - "bindings/rust/src/ffi_firewall.rs", - "bindings/rust/src/ffi_ftp.rs", - "bindings/rust/src/core.rs", - "bindings/rust/src/ffi_httpd.rs", - "bindings/rust/src/ffi_ssh.rs", - "bindings/rust/src/ffi_dns.rs", - "bindings/rust/src/ffi_macros.rs", - "bindings/rust/src/ffi_mqtt.rs", - "bindings/rust/src/ffi_graphql.rs", - "bindings/rust/src/ffi_grpc.rs", - "bindings/rust/src/ffi_smtp.rs" - ], - "frameworks": [], - "relation": "UnsafeCode->Memory" - }, - { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", - "severity_value": 3.5, - "files": [ - "bindings/rust/src/ffi_firewall.rs", - "bindings/rust/src/ffi_ftp.rs", - "bindings/rust/src/core.rs", - "bindings/rust/src/ffi_httpd.rs", - "bindings/rust/src/ffi_ssh.rs", - "bindings/rust/src/ffi_dns.rs", - "bindings/rust/src/ffi_macros.rs", - "bindings/rust/src/ffi_mqtt.rs", - "bindings/rust/src/ffi_graphql.rs", - "bindings/rust/src/ffi_grpc.rs", - "bindings/rust/src/ffi_smtp.rs" - ], - "frameworks": [], - "relation": "UnsafeCode->Concurrency" - }, { "source_category": "MutationGap", "sink_axis": "cpu", "severity_value": 1.0, "files": [ "bindings/elixir/test/core_test.exs", - "bindings/elixir/test/grpc_test.exs", + "bindings/elixir/test/mqtt_test.exs", + "bindings/elixir/test/graphql_test.exs", "bindings/elixir/test/dns_test.exs", "bindings/elixir/test/http_test.exs", "bindings/elixir/test/websocket_test.exs", - "bindings/elixir/test/graphql_test.exs", - "bindings/elixir/test/mqtt_test.exs" + "bindings/elixir/test/grpc_test.exs" ], "frameworks": [], "relation": "MutationGap->Cpu" }, - { - "source_category": "DynamicCodeExecution", - "sink_axis": "cpu", - "severity_value": 3.5, - "files": [ - "bindings/ruby/lib/proven_servers/grpc.rb" - ], - "frameworks": [], - "relation": "DynamicCodeExecution->Cpu" - }, { "source_category": "HardcodedSecret", "sink_axis": "network", "severity_value": 5.0, "files": [ "not-proven/proven-ssh-bastion/src/SSH/Auth.idr", - "protocols/proven-socks/src/SOCKS/Types.idr", - "protocols/proven-authserver/src/Authserver/Types.idr", + "protocols/proven-kms/src/KMS/Types.idr", "protocols/proven-radius/src/RADIUS/Types.idr", - "protocols/proven-kms/src/KMS/Types.idr" + "protocols/proven-authserver/src/Authserver/Types.idr", + "protocols/proven-socks/src/SOCKS/Types.idr" ], "frameworks": [], "relation": "HardcodedSecret->Network" @@ -5529,6 +5462,73 @@ ], "frameworks": [], "relation": "DynamicCodeExecution->Memory" + }, + { + "source_category": "InsecureProtocol", + "sink_axis": "network", + "severity_value": 2.5, + "files": [ + "protocols/proven-triplestore/ffi/zig/test/integration_test.zig", + "protocols/proven-semweb/ffi/zig/test/integration_test.zig", + "connectors/proven-nesy-solver-api/zig/deploy-fly.sh" + ], + "frameworks": [], + "relation": "InsecureProtocol->Network" + }, + { + "source_category": "DynamicCodeExecution", + "sink_axis": "cpu", + "severity_value": 3.5, + "files": [ + "bindings/ruby/lib/proven_servers/grpc.rb" + ], + "frameworks": [], + "relation": "DynamicCodeExecution->Cpu" + }, + { + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, + "files": [ + "bindings/go/ftp.go", + "bindings/go/mqtt.go", + "bindings/go/httpd.go", + "bindings/go/websocket.go", + "bindings/go/dns.go", + "bindings/rust/src/ffi_ftp.rs", + "bindings/rust/src/ffi_smtp.rs", + "bindings/rust/src/ffi_dns.rs", + "bindings/rust/src/core.rs", + "bindings/rust/src/ffi_grpc.rs", + "bindings/rust/src/ffi_mqtt.rs", + "bindings/rust/src/ffi_graphql.rs", + "bindings/rust/src/ffi_macros.rs", + "bindings/rust/src/ffi_httpd.rs", + "bindings/rust/src/ffi_ssh.rs", + "bindings/rust/src/ffi_firewall.rs" + ], + "frameworks": [], + "relation": "UnsafeCode->Memory" + }, + { + "source_category": "UnsafeCode", + "sink_axis": "concurrency", + "severity_value": 3.5, + "files": [ + "bindings/rust/src/ffi_ftp.rs", + "bindings/rust/src/ffi_smtp.rs", + "bindings/rust/src/ffi_dns.rs", + "bindings/rust/src/core.rs", + "bindings/rust/src/ffi_grpc.rs", + "bindings/rust/src/ffi_mqtt.rs", + "bindings/rust/src/ffi_graphql.rs", + "bindings/rust/src/ffi_macros.rs", + "bindings/rust/src/ffi_httpd.rs", + "bindings/rust/src/ffi_ssh.rs", + "bindings/rust/src/ffi_firewall.rs" + ], + "frameworks": [], + "relation": "UnsafeCode->Concurrency" } ] } diff --git a/scans/proven-tests-and-benches.json b/scans/proven-tests-and-benches.json index 926b3a44..38a876be 100644 --- a/scans/proven-tests-and-benches.json +++ b/scans/proven-tests-and-benches.json @@ -58,24 +58,24 @@ "taint_matrix": { "rows": [ { - "source_category": "CommandInjection", - "sink_axis": "cpu", + "source_category": "PathTraversal", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "scripts/check-doc-facts.sh" + "scripts/install-idris2.sh" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "PathTraversal->Disk" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "CommandInjection", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "scripts/install-idris2.sh" + "scripts/check-doc-facts.sh" ], "frameworks": [], - "relation": "PathTraversal->Disk" + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/proven.json b/scans/proven.json index b70e20f1..eb92a0d1 100644 --- a/scans/proven.json +++ b/scans/proven.json @@ -16,72 +16,12 @@ "suppressed": true, "test_context": "production" }, - { - "category": "HardcodedSecret", - "location": "apps/proven-socks/src/SOCKS/Types.idr", - "file": "apps/proven-socks/src/SOCKS/Types.idr", - "severity": "Critical", - "description": "Possible hardcoded secret in apps/proven-socks/src/SOCKS/Types.idr", - "recommended_attack": [ - "network" - ], - "suppressed": true, - "test_context": "production" - }, - { - "category": "HardcodedSecret", - "location": "apps/proven-authserver/src/Authserver/Types.idr", - "file": "apps/proven-authserver/src/Authserver/Types.idr", - "severity": "Critical", - "description": "Possible hardcoded secret in apps/proven-authserver/src/Authserver/Types.idr", - "recommended_attack": [ - "network" - ], - "suppressed": true, - "test_context": "production" - }, - { - "category": "HardcodedSecret", - "location": "apps/proven-radius/src/RADIUS/Types.idr", - "file": "apps/proven-radius/src/RADIUS/Types.idr", - "severity": "Critical", - "description": "Possible hardcoded secret in apps/proven-radius/src/RADIUS/Types.idr", - "recommended_attack": [ - "network" - ], - "suppressed": true, - "test_context": "production" - }, - { - "category": "HardcodedSecret", - "location": "apps/proven-ssh-bastion/src/SSH/Auth.idr", - "file": "apps/proven-ssh-bastion/src/SSH/Auth.idr", - "severity": "Critical", - "description": "Possible hardcoded secret in apps/proven-ssh-bastion/src/SSH/Auth.idr", - "recommended_attack": [ - "network" - ], - "suppressed": true, - "test_context": "production" - }, - { - "category": "HardcodedSecret", - "location": "apps/proven-kms/src/KMS/Types.idr", - "file": "apps/proven-kms/src/KMS/Types.idr", - "severity": "Critical", - "description": "Possible hardcoded secret in apps/proven-kms/src/KMS/Types.idr", - "recommended_attack": [ - "network" - ], - "suppressed": true, - "test_context": "production" - }, { "category": "InsecureProtocol", - "location": "tests/properties/SafeUrlProps.idr", - "file": "tests/properties/SafeUrlProps.idr", + "location": "tests/unit/SafeUrlUnit.idr", + "file": "tests/unit/SafeUrlUnit.idr", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in tests/properties/SafeUrlProps.idr", + "description": "1 HTTP (non-HTTPS) URLs in tests/unit/SafeUrlUnit.idr", "recommended_attack": [ "network" ], @@ -89,10 +29,10 @@ }, { "category": "InsecureProtocol", - "location": "tests/properties/SafeXMLProps.idr", - "file": "tests/properties/SafeXMLProps.idr", + "location": "tests/unit/SafeHtmlUnit.idr", + "file": "tests/unit/SafeHtmlUnit.idr", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in tests/properties/SafeXMLProps.idr", + "description": "2 HTTP (non-HTTPS) URLs in tests/unit/SafeHtmlUnit.idr", "recommended_attack": [ "network" ], @@ -100,10 +40,10 @@ }, { "category": "InsecureProtocol", - "location": "tests/unit/SafeHtmlUnit.idr", - "file": "tests/unit/SafeHtmlUnit.idr", + "location": "tests/properties/SafeXMLProps.idr", + "file": "tests/properties/SafeXMLProps.idr", "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in tests/unit/SafeHtmlUnit.idr", + "description": "1 HTTP (non-HTTPS) URLs in tests/properties/SafeXMLProps.idr", "recommended_attack": [ "network" ], @@ -111,193 +51,213 @@ }, { "category": "InsecureProtocol", - "location": "tests/unit/SafeUrlUnit.idr", - "file": "tests/unit/SafeUrlUnit.idr", + "location": "tests/properties/SafeUrlProps.idr", + "file": "tests/properties/SafeUrlProps.idr", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in tests/unit/SafeUrlUnit.idr", + "description": "1 HTTP (non-HTTPS) URLs in tests/properties/SafeUrlProps.idr", "recommended_attack": [ "network" ], "test_context": "test_only" }, { - "category": "ProofDrift", - "location": "src/Proven/SafeYAML/Parser.idr", - "file": "src/Proven/SafeYAML/Parser.idr", + "category": "UnsafeFFI", + "location": "ffi/beam/src/proven_nif.zig", + "file": "ffi/beam/src/proven_nif.zig", "severity": "High", - "description": "6 assert_total (banned — silence totality without proof) in src/Proven/SafeYAML/Parser.idr", + "description": "1 C interop imports in ffi/beam/src/proven_nif.zig", "recommended_attack": [ "memory" ], + "suppressed": true, "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "src/Proven/FFI/Main.idr", - "file": "src/Proven/FFI/Main.idr", + "category": "UnsafeCode", + "location": "bindings/odin/proven/proven.odin", + "file": "bindings/odin/proven/proven.odin", "severity": "Medium", - "description": "13 HTTP (non-HTTPS) URLs in src/Proven/FFI/Main.idr", + "description": "2 rawptr usage in bindings/odin/proven/proven.odin", "recommended_attack": [ - "network" + "memory" ], "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "src/Proven/SafePassword/Strength.idr", - "file": "src/Proven/SafePassword/Strength.idr", - "severity": "Critical", - "description": "Possible hardcoded secret in src/Proven/SafePassword/Strength.idr", + "category": "CommandInjection", + "location": "bindings/guile/proven/safe-network.scm", + "file": "bindings/guile/proven/safe-network.scm", + "severity": "High", + "description": "System/process call in bindings/guile/proven/safe-network.scm", "recommended_attack": [ - "network" + "cpu", + "disk" ], "suppressed": true, "test_context": "production" }, { - "category": "ProofDrift", - "location": "src/Proven/SafeArgs/Parser.idr", - "file": "src/Proven/SafeArgs/Parser.idr", + "category": "CommandInjection", + "location": "bindings/guile/proven/safe-phone.scm", + "file": "bindings/guile/proven/safe-phone.scm", "severity": "High", - "description": "2 assert_total (banned — silence totality without proof) in src/Proven/SafeArgs/Parser.idr", + "description": "System/process call in bindings/guile/proven/safe-phone.scm", "recommended_attack": [ - "memory" + "cpu", + "disk" ], + "suppressed": true, "test_context": "production" }, { - "category": "ProofDrift", - "location": "src/Proven/SafeTree.idr", - "file": "src/Proven/SafeTree.idr", + "category": "CommandInjection", + "location": "bindings/guile/proven/safe-datetime.scm", + "file": "bindings/guile/proven/safe-datetime.scm", "severity": "High", - "description": "1 assert_total (banned — silence totality without proof) in src/Proven/SafeTree.idr", + "description": "System/process call in bindings/guile/proven/safe-datetime.scm", "recommended_attack": [ - "memory" + "cpu", + "disk" ], + "suppressed": true, "test_context": "production" }, { - "category": "ProofDrift", - "location": "src/Proven/SafeRegex/Matcher.idr", - "file": "src/Proven/SafeRegex/Matcher.idr", + "category": "CommandInjection", + "location": "bindings/guile/proven/safe-math.scm", + "file": "bindings/guile/proven/safe-math.scm", "severity": "High", - "description": "3 assert_total (banned — silence totality without proof) in src/Proven/SafeRegex/Matcher.idr", + "description": "System/process call in bindings/guile/proven/safe-math.scm", "recommended_attack": [ - "memory" + "cpu", + "disk" ], + "suppressed": true, "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "src/Proven/SafeXML/Proofs.idr", - "file": "src/Proven/SafeXML/Proofs.idr", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in src/Proven/SafeXML/Proofs.idr", + "category": "CommandInjection", + "location": "bindings/guile/proven/safe-url.scm", + "file": "bindings/guile/proven/safe-url.scm", + "severity": "High", + "description": "System/process call in bindings/guile/proven/safe-url.scm", "recommended_attack": [ - "network" + "cpu", + "disk" ], + "suppressed": true, "test_context": "production" }, { - "category": "ProofDrift", - "location": "src/Proven/SafeXML/Parser.idr", - "file": "src/Proven/SafeXML/Parser.idr", + "category": "CommandInjection", + "location": "bindings/guile/proven/safe-json.scm", + "file": "bindings/guile/proven/safe-json.scm", "severity": "High", - "description": "8 assert_total (banned — silence totality without proof) in src/Proven/SafeXML/Parser.idr", + "description": "System/process call in bindings/guile/proven/safe-json.scm", "recommended_attack": [ - "memory" + "cpu", + "disk" ], + "suppressed": true, "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "src/abi/Main.idr", - "file": "src/abi/Main.idr", - "severity": "Medium", - "description": "13 HTTP (non-HTTPS) URLs in src/abi/Main.idr", + "category": "CommandInjection", + "location": "bindings/guile/proven/safe-email.scm", + "file": "bindings/guile/proven/safe-email.scm", + "severity": "High", + "description": "System/process call in bindings/guile/proven/safe-email.scm", "recommended_attack": [ - "network" + "cpu", + "disk" ], + "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "ffi/beam/src/proven_nif.zig", - "file": "ffi/beam/src/proven_nif.zig", + "category": "CommandInjection", + "location": "bindings/guile/proven/safe-string.scm", + "file": "bindings/guile/proven/safe-string.scm", "severity": "High", - "description": "1 C interop imports in ffi/beam/src/proven_nif.zig", + "description": "System/process call in bindings/guile/proven/safe-string.scm", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "suppressed": true, "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "bindings/javascript/src/safe_calculator.js", - "file": "bindings/javascript/src/safe_calculator.js", - "severity": "Critical", - "description": "eval() usage in bindings/javascript/src/safe_calculator.js", + "category": "CommandInjection", + "location": "bindings/guile/proven/safe-currency.scm", + "file": "bindings/guile/proven/safe-currency.scm", + "severity": "High", + "description": "System/process call in bindings/guile/proven/safe-currency.scm", "recommended_attack": [ "cpu", - "memory" + "disk" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/odin/proven/proven.odin", - "file": "bindings/odin/proven/proven.odin", - "severity": "Medium", - "description": "2 rawptr usage in bindings/odin/proven/proven.odin", + "category": "CommandInjection", + "location": "bindings/guile/proven/safe-crypto.scm", + "file": "bindings/guile/proven/safe-crypto.scm", + "severity": "High", + "description": "System/process call in bindings/guile/proven/safe-crypto.scm", "recommended_attack": [ - "memory" + "cpu", + "disk" ], + "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/go/proven/safe_buffer.go", - "file": "bindings/go/proven/safe_buffer.go", + "category": "CommandInjection", + "location": "bindings/guile/proven/safe-hex.scm", + "file": "bindings/guile/proven/safe-hex.scm", "severity": "High", - "description": "unsafe.Pointer usage in bindings/go/proven/safe_buffer.go", + "description": "System/process call in bindings/guile/proven/safe-hex.scm", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/go/proven/safe_checksum.go", - "file": "bindings/go/proven/safe_checksum.go", + "category": "CommandInjection", + "location": "bindings/guile/proven/safe-path.scm", + "file": "bindings/guile/proven/safe-path.scm", "severity": "High", - "description": "unsafe.Pointer usage in bindings/go/proven/safe_checksum.go", + "description": "System/process call in bindings/guile/proven/safe-path.scm", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/go/proven/safe_ml.go", - "file": "bindings/go/proven/safe_ml.go", - "severity": "High", - "description": "unsafe.Pointer usage in bindings/go/proven/safe_ml.go", + "category": "CommandInjection", + "location": "bindings/guile/proven/safe-uuid.scm", + "file": "bindings/guile/proven/safe-uuid.scm", + "severity": "High", + "description": "System/process call in bindings/guile/proven/safe-uuid.scm", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/go/proven/safe_hex.go", - "file": "bindings/go/proven/safe_hex.go", + "location": "bindings/sml/src/safe_datetime.sml", + "file": "bindings/sml/src/safe_datetime.sml", "severity": "High", - "description": "unsafe.Pointer usage in bindings/go/proven/safe_hex.go", + "description": "20 unsafe operations in bindings/sml/src/safe_datetime.sml", "recommended_attack": [ "memory" ], @@ -306,10 +266,10 @@ }, { "category": "UnsafeCode", - "location": "bindings/go/proven/proven.go", - "file": "bindings/go/proven/proven.go", + "location": "bindings/sml/src/lib_proven.sml", + "file": "bindings/sml/src/lib_proven.sml", "severity": "High", - "description": "unsafe.Pointer usage in bindings/go/proven/proven.go", + "description": "36 unsafe operations in bindings/sml/src/lib_proven.sml", "recommended_attack": [ "memory" ], @@ -318,10 +278,10 @@ }, { "category": "UnsafeCode", - "location": "bindings/go/proven/safe_crypto.go", - "file": "bindings/go/proven/safe_crypto.go", + "location": "bindings/sml/src/safe_network.sml", + "file": "bindings/sml/src/safe_network.sml", "severity": "High", - "description": "unsafe.Pointer usage in bindings/go/proven/safe_crypto.go", + "description": "6 unsafe operations in bindings/sml/src/safe_network.sml", "recommended_attack": [ "memory" ], @@ -330,10 +290,10 @@ }, { "category": "UnsafeCode", - "location": "bindings/go/proven/safe_string.go", - "file": "bindings/go/proven/safe_string.go", + "location": "bindings/sml/src/safe_url.sml", + "file": "bindings/sml/src/safe_url.sml", "severity": "High", - "description": "unsafe.Pointer usage in bindings/go/proven/safe_string.go", + "description": "9 unsafe operations in bindings/sml/src/safe_url.sml", "recommended_attack": [ "memory" ], @@ -341,35 +301,35 @@ "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/error-lang/src/ffi.err", - "file": "bindings/error-lang/src/ffi.err", - "severity": "Medium", - "description": "44 FFI/external bindings in bindings/error-lang/src/ffi.err", + "category": "UnsafeCode", + "location": "bindings/sml/src/safe_crypto.sml", + "file": "bindings/sml/src/safe_crypto.sml", + "severity": "High", + "description": "9 unsafe operations in bindings/sml/src/safe_crypto.sml", "recommended_attack": [ "memory" ], + "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/elixir/native/proven_nif/src/lib.rs", - "file": "bindings/elixir/native/proven_nif/src/lib.rs", + "location": "bindings/go/proven/safe_ml.go", + "file": "bindings/go/proven/safe_ml.go", "severity": "High", - "description": "73 unsafe blocks in bindings/elixir/native/proven_nif/src/lib.rs", + "description": "unsafe.Pointer usage in bindings/go/proven/safe_ml.go", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/elixir/native/proven_nif/src/lib.rs", - "file": "bindings/elixir/native/proven_nif/src/lib.rs", - "severity": "Critical", - "description": "mem::transmute usage in bindings/elixir/native/proven_nif/src/lib.rs", + "location": "bindings/go/proven/proven.go", + "file": "bindings/go/proven/proven.go", + "severity": "High", + "description": "unsafe.Pointer usage in bindings/go/proven/proven.go", "recommended_attack": [ "memory" ], @@ -377,231 +337,220 @@ "test_context": "production" }, { - "category": "MutationGap", - "location": "bindings/elixir/test/proven_test.exs", - "file": "bindings/elixir/test/proven_test.exs", - "severity": "Low", - "description": "Elixir test file bindings/elixir/test/proven_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "CommandInjection", - "location": "bindings/guile/proven/safe-string.scm", - "file": "bindings/guile/proven/safe-string.scm", + "category": "UnsafeCode", + "location": "bindings/go/proven/safe_hex.go", + "file": "bindings/go/proven/safe_hex.go", "severity": "High", - "description": "System/process call in bindings/guile/proven/safe-string.scm", + "description": "unsafe.Pointer usage in bindings/go/proven/safe_hex.go", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "bindings/guile/proven/safe-currency.scm", - "file": "bindings/guile/proven/safe-currency.scm", + "category": "UnsafeCode", + "location": "bindings/go/proven/safe_string.go", + "file": "bindings/go/proven/safe_string.go", "severity": "High", - "description": "System/process call in bindings/guile/proven/safe-currency.scm", + "description": "unsafe.Pointer usage in bindings/go/proven/safe_string.go", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "bindings/guile/proven/safe-json.scm", - "file": "bindings/guile/proven/safe-json.scm", + "category": "UnsafeCode", + "location": "bindings/go/proven/safe_crypto.go", + "file": "bindings/go/proven/safe_crypto.go", "severity": "High", - "description": "System/process call in bindings/guile/proven/safe-json.scm", + "description": "unsafe.Pointer usage in bindings/go/proven/safe_crypto.go", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "bindings/guile/proven/safe-datetime.scm", - "file": "bindings/guile/proven/safe-datetime.scm", + "category": "UnsafeCode", + "location": "bindings/go/proven/safe_buffer.go", + "file": "bindings/go/proven/safe_buffer.go", "severity": "High", - "description": "System/process call in bindings/guile/proven/safe-datetime.scm", + "description": "unsafe.Pointer usage in bindings/go/proven/safe_buffer.go", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "bindings/guile/proven/safe-hex.scm", - "file": "bindings/guile/proven/safe-hex.scm", + "category": "UnsafeCode", + "location": "bindings/go/proven/safe_checksum.go", + "file": "bindings/go/proven/safe_checksum.go", "severity": "High", - "description": "System/process call in bindings/guile/proven/safe-hex.scm", + "description": "unsafe.Pointer usage in bindings/go/proven/safe_checksum.go", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "bindings/guile/proven/safe-phone.scm", - "file": "bindings/guile/proven/safe-phone.scm", + "category": "UnsafeCode", + "location": "bindings/ada/src/proven-safe_version.adb", + "file": "bindings/ada/src/proven-safe_version.adb", "severity": "High", - "description": "System/process call in bindings/guile/proven/safe-phone.scm", + "description": "2 Unchecked_* operations in bindings/ada/src/proven-safe_version.adb", "recommended_attack": [ - "cpu", - "disk" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "bindings/guile/proven/safe-network.scm", - "file": "bindings/guile/proven/safe-network.scm", + "category": "UnsafeCode", + "location": "bindings/ephapax-linear/src/lib.rs", + "file": "bindings/ephapax-linear/src/lib.rs", "severity": "High", - "description": "System/process call in bindings/guile/proven/safe-network.scm", + "description": "4 unsafe blocks in bindings/ephapax-linear/src/lib.rs", "recommended_attack": [ - "cpu", - "disk" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "bindings/guile/proven/safe-url.scm", - "file": "bindings/guile/proven/safe-url.scm", + "category": "UnsafeCode", + "location": "bindings/ephapax-linear/src/safe_string.rs", + "file": "bindings/ephapax-linear/src/safe_string.rs", "severity": "High", - "description": "System/process call in bindings/guile/proven/safe-url.scm", + "description": "10 unsafe blocks in bindings/ephapax-linear/src/safe_string.rs", "recommended_attack": [ - "cpu", - "disk" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "bindings/guile/proven/safe-path.scm", - "file": "bindings/guile/proven/safe-path.scm", + "category": "UnsafeCode", + "location": "bindings/ephapax-linear/src/safe_math.rs", + "file": "bindings/ephapax-linear/src/safe_math.rs", "severity": "High", - "description": "System/process call in bindings/guile/proven/safe-path.scm", + "description": "11 unsafe blocks in bindings/ephapax-linear/src/safe_math.rs", "recommended_attack": [ - "cpu", - "disk" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "bindings/guile/proven/safe-math.scm", - "file": "bindings/guile/proven/safe-math.scm", - "severity": "High", - "description": "System/process call in bindings/guile/proven/safe-math.scm", + "category": "UnsafeFFI", + "location": "bindings/purescript/Proven/SafeMath.purs", + "file": "bindings/purescript/Proven/SafeMath.purs", + "severity": "Medium", + "description": "6 foreign imports in bindings/purescript/Proven/SafeMath.purs", "recommended_attack": [ - "cpu", - "disk" + "memory" ], - "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "bindings/guile/proven/safe-uuid.scm", - "file": "bindings/guile/proven/safe-uuid.scm", - "severity": "High", - "description": "System/process call in bindings/guile/proven/safe-uuid.scm", + "category": "DynamicCodeExecution", + "location": "bindings/javascript/src/safe_calculator.js", + "file": "bindings/javascript/src/safe_calculator.js", + "severity": "Critical", + "description": "eval() usage in bindings/javascript/src/safe_calculator.js", "recommended_attack": [ "cpu", - "disk" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "bindings/guile/proven/safe-email.scm", - "file": "bindings/guile/proven/safe-email.scm", - "severity": "High", - "description": "System/process call in bindings/guile/proven/safe-email.scm", + "category": "UnsafeFFI", + "location": "bindings/julia/src/Proven.jl", + "file": "bindings/julia/src/Proven.jl", + "severity": "Medium", + "description": "154 ccall/FFI calls in bindings/julia/src/Proven.jl", "recommended_attack": [ - "cpu", - "disk" + "memory" ], - "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "bindings/guile/proven/safe-crypto.scm", - "file": "bindings/guile/proven/safe-crypto.scm", + "category": "UnsafeCode", + "location": "bindings/elixir/native/proven_nif/src/lib.rs", + "file": "bindings/elixir/native/proven_nif/src/lib.rs", "severity": "High", - "description": "System/process call in bindings/guile/proven/safe-crypto.scm", + "description": "73 unsafe blocks in bindings/elixir/native/proven_nif/src/lib.rs", "recommended_attack": [ - "cpu", - "disk" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/ephapax-linear/src/safe_math.rs", - "file": "bindings/ephapax-linear/src/safe_math.rs", - "severity": "High", - "description": "11 unsafe blocks in bindings/ephapax-linear/src/safe_math.rs", + "location": "bindings/elixir/native/proven_nif/src/lib.rs", + "file": "bindings/elixir/native/proven_nif/src/lib.rs", + "severity": "Critical", + "description": "mem::transmute usage in bindings/elixir/native/proven_nif/src/lib.rs", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, + { + "category": "MutationGap", + "location": "bindings/elixir/test/proven_test.exs", + "file": "bindings/elixir/test/proven_test.exs", + "severity": "Low", + "description": "Elixir test file bindings/elixir/test/proven_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, { "category": "UnsafeCode", - "location": "bindings/ephapax-linear/src/lib.rs", - "file": "bindings/ephapax-linear/src/lib.rs", + "location": "bindings/vcl/proven_plugin.go", + "file": "bindings/vcl/proven_plugin.go", "severity": "High", - "description": "4 unsafe blocks in bindings/ephapax-linear/src/lib.rs", + "description": "unsafe.Pointer usage in bindings/vcl/proven_plugin.go", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/ephapax-linear/src/safe_string.rs", - "file": "bindings/ephapax-linear/src/safe_string.rs", - "severity": "High", - "description": "10 unsafe blocks in bindings/ephapax-linear/src/safe_string.rs", + "category": "CommandInjection", + "location": "bindings/bash/proven.sh", + "file": "bindings/bash/proven.sh", + "severity": "Critical", + "description": "eval usage in bindings/bash/proven.sh", "recommended_attack": [ - "memory", - "concurrency" + "cpu", + "disk" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/ada/src/proven-safe_version.adb", - "file": "bindings/ada/src/proven-safe_version.adb", - "severity": "High", - "description": "2 Unchecked_* operations in bindings/ada/src/proven-safe_version.adb", + "location": "bindings/haskell/src/Proven.hs", + "file": "bindings/haskell/src/Proven.hs", + "severity": "Critical", + "description": "1 unsafePerformIO in bindings/haskell/src/Proven.hs", "recommended_attack": [ + "concurrency", "memory" ], "suppressed": true, @@ -609,10 +558,10 @@ }, { "category": "UnsafeTypeCoercion", - "location": "bindings/nim/src/proven/safe_hex.nim", - "file": "bindings/nim/src/proven/safe_hex.nim", - "severity": "High", - "description": "4 cast[] (unsafe coercion) in bindings/nim/src/proven/safe_hex.nim", + "location": "bindings/haskell/src/Proven.hs", + "file": "bindings/haskell/src/Proven.hs", + "severity": "Critical", + "description": "1 unsafeCoerce in bindings/haskell/src/Proven.hs", "recommended_attack": [ "memory" ], @@ -620,26 +569,24 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "bindings/prolog/safe_string.pl", - "file": "bindings/prolog/safe_string.pl", + "category": "PanicPath", + "location": "bindings/haskell/src/Proven.hs", + "file": "bindings/haskell/src/Proven.hs", "severity": "High", - "description": "Shell/process_create in bindings/prolog/safe_string.pl", + "description": "1 error/undefined in bindings/haskell/src/Proven.hs", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], "suppressed": true, "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "bindings/deno/src/safe_calculator.ts", - "file": "bindings/deno/src/safe_calculator.ts", - "severity": "Critical", - "description": "eval() usage in bindings/deno/src/safe_calculator.ts", + "category": "UnsafeTypeCoercion", + "location": "bindings/nim/src/proven/safe_hex.nim", + "file": "bindings/nim/src/proven/safe_hex.nim", + "severity": "High", + "description": "4 cast[] (unsafe coercion) in bindings/nim/src/proven/safe_hex.nim", "recommended_attack": [ - "cpu", "memory" ], "suppressed": true, @@ -647,10 +594,10 @@ }, { "category": "UnsafeCode", - "location": "bindings/ephapax-affine/src/safe_url.rs", - "file": "bindings/ephapax-affine/src/safe_url.rs", + "location": "bindings/ephapax-affine/src/safe_crypto.rs", + "file": "bindings/ephapax-affine/src/safe_crypto.rs", "severity": "High", - "description": "4 unsafe blocks in bindings/ephapax-affine/src/safe_url.rs", + "description": "5 unsafe blocks in bindings/ephapax-affine/src/safe_crypto.rs", "recommended_attack": [ "memory", "concurrency" @@ -660,10 +607,10 @@ }, { "category": "UnsafeCode", - "location": "bindings/ephapax-affine/src/safe_math.rs", - "file": "bindings/ephapax-affine/src/safe_math.rs", + "location": "bindings/ephapax-affine/src/safe_url.rs", + "file": "bindings/ephapax-affine/src/safe_url.rs", "severity": "High", - "description": "9 unsafe blocks in bindings/ephapax-affine/src/safe_math.rs", + "description": "4 unsafe blocks in bindings/ephapax-affine/src/safe_url.rs", "recommended_attack": [ "memory", "concurrency" @@ -686,10 +633,10 @@ }, { "category": "UnsafeCode", - "location": "bindings/ephapax-affine/src/safe_json.rs", - "file": "bindings/ephapax-affine/src/safe_json.rs", + "location": "bindings/ephapax-affine/src/safe_string.rs", + "file": "bindings/ephapax-affine/src/safe_string.rs", "severity": "High", - "description": "3 unsafe blocks in bindings/ephapax-affine/src/safe_json.rs", + "description": "5 unsafe blocks in bindings/ephapax-affine/src/safe_string.rs", "recommended_attack": [ "memory", "concurrency" @@ -699,10 +646,10 @@ }, { "category": "UnsafeCode", - "location": "bindings/ephapax-affine/src/safe_email.rs", - "file": "bindings/ephapax-affine/src/safe_email.rs", + "location": "bindings/ephapax-affine/src/safe_json.rs", + "file": "bindings/ephapax-affine/src/safe_json.rs", "severity": "High", - "description": "2 unsafe blocks in bindings/ephapax-affine/src/safe_email.rs", + "description": "3 unsafe blocks in bindings/ephapax-affine/src/safe_json.rs", "recommended_attack": [ "memory", "concurrency" @@ -712,10 +659,10 @@ }, { "category": "UnsafeCode", - "location": "bindings/ephapax-affine/src/safe_string.rs", - "file": "bindings/ephapax-affine/src/safe_string.rs", + "location": "bindings/ephapax-affine/src/safe_math.rs", + "file": "bindings/ephapax-affine/src/safe_math.rs", "severity": "High", - "description": "5 unsafe blocks in bindings/ephapax-affine/src/safe_string.rs", + "description": "9 unsafe blocks in bindings/ephapax-affine/src/safe_math.rs", "recommended_attack": [ "memory", "concurrency" @@ -725,10 +672,10 @@ }, { "category": "UnsafeCode", - "location": "bindings/ephapax-affine/src/safe_crypto.rs", - "file": "bindings/ephapax-affine/src/safe_crypto.rs", + "location": "bindings/ephapax-affine/src/safe_email.rs", + "file": "bindings/ephapax-affine/src/safe_email.rs", "severity": "High", - "description": "5 unsafe blocks in bindings/ephapax-affine/src/safe_crypto.rs", + "description": "2 unsafe blocks in bindings/ephapax-affine/src/safe_email.rs", "recommended_attack": [ "memory", "concurrency" @@ -737,12 +684,13 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/sml/src/safe_network.sml", - "file": "bindings/sml/src/safe_network.sml", - "severity": "High", - "description": "6 unsafe operations in bindings/sml/src/safe_network.sml", + "category": "DynamicCodeExecution", + "location": "bindings/deno/src/safe_calculator.ts", + "file": "bindings/deno/src/safe_calculator.ts", + "severity": "Critical", + "description": "eval() usage in bindings/deno/src/safe_calculator.ts", "recommended_attack": [ + "cpu", "memory" ], "suppressed": true, @@ -750,10 +698,10 @@ }, { "category": "UnsafeCode", - "location": "bindings/sml/src/lib_proven.sml", - "file": "bindings/sml/src/lib_proven.sml", + "location": "bindings/zig/src/safe_content_type.zig", + "file": "bindings/zig/src/safe_content_type.zig", "severity": "High", - "description": "36 unsafe operations in bindings/sml/src/lib_proven.sml", + "description": "2 unsafe pointer casts in bindings/zig/src/safe_content_type.zig", "recommended_attack": [ "memory" ], @@ -761,11 +709,11 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/sml/src/safe_datetime.sml", - "file": "bindings/sml/src/safe_datetime.sml", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_content_type.zig", + "file": "bindings/zig/src/safe_content_type.zig", "severity": "High", - "description": "20 unsafe operations in bindings/sml/src/safe_datetime.sml", + "description": "1 C interop imports in bindings/zig/src/safe_content_type.zig", "recommended_attack": [ "memory" ], @@ -774,10 +722,10 @@ }, { "category": "UnsafeCode", - "location": "bindings/sml/src/safe_url.sml", - "file": "bindings/sml/src/safe_url.sml", + "location": "bindings/zig/src/safe_cookie.zig", + "file": "bindings/zig/src/safe_cookie.zig", "severity": "High", - "description": "9 unsafe operations in bindings/sml/src/safe_url.sml", + "description": "2 unsafe pointer casts in bindings/zig/src/safe_cookie.zig", "recommended_attack": [ "memory" ], @@ -785,11 +733,11 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/sml/src/safe_crypto.sml", - "file": "bindings/sml/src/safe_crypto.sml", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_cookie.zig", + "file": "bindings/zig/src/safe_cookie.zig", "severity": "High", - "description": "9 unsafe operations in bindings/sml/src/safe_crypto.sml", + "description": "1 C interop imports in bindings/zig/src/safe_cookie.zig", "recommended_attack": [ "memory" ], @@ -798,10 +746,10 @@ }, { "category": "UnsafeCode", - "location": "bindings/vcl/proven_plugin.go", - "file": "bindings/vcl/proven_plugin.go", + "location": "bindings/zig/src/safe_currency.zig", + "file": "bindings/zig/src/safe_currency.zig", "severity": "High", - "description": "unsafe.Pointer usage in bindings/vcl/proven_plugin.go", + "description": "1 unsafe pointer casts in bindings/zig/src/safe_currency.zig", "recommended_attack": [ "memory" ], @@ -809,1375 +757,1427 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_content_type.rs", - "file": "bindings/rust/src/safe_content_type.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_currency.zig", + "file": "bindings/zig/src/safe_currency.zig", "severity": "High", - "description": "6 unsafe blocks in bindings/rust/src/safe_content_type.rs", + "description": "1 C interop imports in bindings/zig/src/safe_currency.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_checksum.rs", - "file": "bindings/rust/src/safe_checksum.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_url.zig", + "file": "bindings/zig/src/safe_url.zig", "severity": "High", - "description": "2 unsafe blocks in bindings/rust/src/safe_checksum.rs", + "description": "1 C interop imports in bindings/zig/src/safe_url.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/rust/src/safe_buffer.rs", - "file": "bindings/rust/src/safe_buffer.rs", + "location": "bindings/zig/src/safe_version.zig", + "file": "bindings/zig/src/safe_version.zig", "severity": "High", - "description": "5 unsafe blocks in bindings/rust/src/safe_buffer.rs", + "description": "1 unsafe pointer casts in bindings/zig/src/safe_version.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_buffer.rs", - "file": "bindings/rust/src/safe_buffer.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_version.zig", + "file": "bindings/zig/src/safe_version.zig", "severity": "High", - "description": "Raw pointer cast in bindings/rust/src/safe_buffer.rs", + "description": "1 C interop imports in bindings/zig/src/safe_version.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_datetime.rs", - "file": "bindings/rust/src/safe_datetime.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_password.zig", + "file": "bindings/zig/src/safe_password.zig", "severity": "High", - "description": "4 unsafe blocks in bindings/rust/src/safe_datetime.rs", + "description": "1 C interop imports in bindings/zig/src/safe_password.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/rust/src/safe_bloom.rs", - "file": "bindings/rust/src/safe_bloom.rs", + "location": "bindings/zig/src/safe_datetime.zig", + "file": "bindings/zig/src/safe_datetime.zig", "severity": "High", - "description": "4 unsafe blocks in bindings/rust/src/safe_bloom.rs", + "description": "1 unsafe pointer casts in bindings/zig/src/safe_datetime.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_uuid.rs", - "file": "bindings/rust/src/safe_uuid.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_datetime.zig", + "file": "bindings/zig/src/safe_datetime.zig", "severity": "High", - "description": "5 unsafe blocks in bindings/rust/src/safe_uuid.rs", + "description": "1 C interop imports in bindings/zig/src/safe_datetime.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_calculator.rs", - "file": "bindings/rust/src/safe_calculator.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_circuit_breaker.zig", + "file": "bindings/zig/src/safe_circuit_breaker.zig", "severity": "High", - "description": "1 unsafe blocks in bindings/rust/src/safe_calculator.rs", + "description": "1 C interop imports in bindings/zig/src/safe_circuit_breaker.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_rate_limiter.rs", - "file": "bindings/rust/src/safe_rate_limiter.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_queue.zig", + "file": "bindings/zig/src/safe_queue.zig", "severity": "High", - "description": "3 unsafe blocks in bindings/rust/src/safe_rate_limiter.rs", + "description": "1 C interop imports in bindings/zig/src/safe_queue.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_queue.rs", - "file": "bindings/rust/src/safe_queue.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_lru.zig", + "file": "bindings/zig/src/safe_lru.zig", "severity": "High", - "description": "5 unsafe blocks in bindings/rust/src/safe_queue.rs", + "description": "1 C interop imports in bindings/zig/src/safe_lru.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_network.rs", - "file": "bindings/rust/src/safe_network.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_buffer.zig", + "file": "bindings/zig/src/safe_buffer.zig", "severity": "High", - "description": "3 unsafe blocks in bindings/rust/src/safe_network.rs", + "description": "1 C interop imports in bindings/zig/src/safe_buffer.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_url.rs", - "file": "bindings/rust/src/safe_url.rs", - "severity": "High", - "description": "3 unsafe blocks in bindings/rust/src/safe_url.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_checksum.zig", + "file": "bindings/zig/src/safe_checksum.zig", + "severity": "High", + "description": "1 C interop imports in bindings/zig/src/safe_checksum.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_math.rs", - "file": "bindings/rust/src/safe_math.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_float.zig", + "file": "bindings/zig/src/safe_float.zig", "severity": "High", - "description": "8 unsafe blocks in bindings/rust/src/safe_math.rs", + "description": "1 C interop imports in bindings/zig/src/safe_float.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/rust/src/safe_angle.rs", - "file": "bindings/rust/src/safe_angle.rs", + "location": "bindings/zig/src/safe_header.zig", + "file": "bindings/zig/src/safe_header.zig", "severity": "High", - "description": "4 unsafe blocks in bindings/rust/src/safe_angle.rs", + "description": "3 unsafe pointer casts in bindings/zig/src/safe_header.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_password.rs", - "file": "bindings/rust/src/safe_password.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_header.zig", + "file": "bindings/zig/src/safe_header.zig", "severity": "High", - "description": "2 unsafe blocks in bindings/rust/src/safe_password.rs", + "description": "1 C interop imports in bindings/zig/src/safe_header.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/rust/src/safe_phone.rs", - "file": "bindings/rust/src/safe_phone.rs", + "location": "bindings/zig/src/safe_hex.zig", + "file": "bindings/zig/src/safe_hex.zig", "severity": "High", - "description": "2 unsafe blocks in bindings/rust/src/safe_phone.rs", + "description": "2 unsafe pointer casts in bindings/zig/src/safe_hex.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/core.rs", - "file": "bindings/rust/src/core.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_hex.zig", + "file": "bindings/zig/src/safe_hex.zig", "severity": "High", - "description": "1 unsafe blocks in bindings/rust/src/core.rs", + "description": "1 C interop imports in bindings/zig/src/safe_hex.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/rust/src/safe_http.rs", - "file": "bindings/rust/src/safe_http.rs", + "location": "bindings/zig/src/safe_string.zig", + "file": "bindings/zig/src/safe_string.zig", "severity": "High", - "description": "4 unsafe blocks in bindings/rust/src/safe_http.rs", + "description": "3 unsafe pointer casts in bindings/zig/src/safe_string.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_unit.rs", - "file": "bindings/rust/src/safe_unit.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_string.zig", + "file": "bindings/zig/src/safe_string.zig", "severity": "High", - "description": "2 unsafe blocks in bindings/rust/src/safe_unit.rs", + "description": "1 C interop imports in bindings/zig/src/safe_string.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/lifecycle.rs", - "file": "bindings/rust/src/lifecycle.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_geo.zig", + "file": "bindings/zig/src/safe_geo.zig", "severity": "High", - "description": "3 unsafe blocks in bindings/rust/src/lifecycle.rs", + "description": "1 C interop imports in bindings/zig/src/safe_geo.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/callbacks.rs", - "file": "bindings/rust/src/callbacks.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_angle.zig", + "file": "bindings/zig/src/safe_angle.zig", "severity": "High", - "description": "5 unsafe blocks in bindings/rust/src/callbacks.rs", + "description": "1 C interop imports in bindings/zig/src/safe_angle.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_cookie.rs", - "file": "bindings/rust/src/safe_cookie.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_probability.zig", + "file": "bindings/zig/src/safe_probability.zig", "severity": "High", - "description": "6 unsafe blocks in bindings/rust/src/safe_cookie.rs", + "description": "1 C interop imports in bindings/zig/src/safe_probability.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_header.rs", - "file": "bindings/rust/src/safe_header.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_tensor.zig", + "file": "bindings/zig/src/safe_tensor.zig", "severity": "High", - "description": "6 unsafe blocks in bindings/rust/src/safe_header.rs", + "description": "1 C interop imports in bindings/zig/src/safe_tensor.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_probability.rs", - "file": "bindings/rust/src/safe_probability.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_bloom.zig", + "file": "bindings/zig/src/safe_bloom.zig", "severity": "High", - "description": "4 unsafe blocks in bindings/rust/src/safe_probability.rs", + "description": "1 C interop imports in bindings/zig/src/safe_bloom.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/rust/src/safe_state_machine.rs", - "file": "bindings/rust/src/safe_state_machine.rs", + "location": "bindings/zig/src/safe_path.zig", + "file": "bindings/zig/src/safe_path.zig", "severity": "High", - "description": "5 unsafe blocks in bindings/rust/src/safe_state_machine.rs", + "description": "1 unsafe pointer casts in bindings/zig/src/safe_path.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_color.rs", - "file": "bindings/rust/src/safe_color.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_path.zig", + "file": "bindings/zig/src/safe_path.zig", "severity": "High", - "description": "3 unsafe blocks in bindings/rust/src/safe_color.rs", + "description": "1 C interop imports in bindings/zig/src/safe_path.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_lru.rs", - "file": "bindings/rust/src/safe_lru.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_email.zig", + "file": "bindings/zig/src/safe_email.zig", "severity": "High", - "description": "4 unsafe blocks in bindings/rust/src/safe_lru.rs", + "description": "1 C interop imports in bindings/zig/src/safe_email.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/version.rs", - "file": "bindings/rust/src/version.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_crypto.zig", + "file": "bindings/zig/src/safe_crypto.zig", "severity": "High", - "description": "5 unsafe blocks in bindings/rust/src/version.rs", + "description": "1 C interop imports in bindings/zig/src/safe_crypto.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_tensor.rs", - "file": "bindings/rust/src/safe_tensor.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_math.zig", + "file": "bindings/zig/src/safe_math.zig", "severity": "High", - "description": "5 unsafe blocks in bindings/rust/src/safe_tensor.rs", + "description": "1 C interop imports in bindings/zig/src/safe_math.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/rust/src/safe_version.rs", - "file": "bindings/rust/src/safe_version.rs", + "location": "bindings/zig/src/safe_color.zig", + "file": "bindings/zig/src/safe_color.zig", "severity": "High", - "description": "4 unsafe blocks in bindings/rust/src/safe_version.rs", + "description": "1 unsafe pointer casts in bindings/zig/src/safe_color.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_version.rs", - "file": "bindings/rust/src/safe_version.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_color.zig", + "file": "bindings/zig/src/safe_color.zig", "severity": "High", - "description": "Raw pointer cast in bindings/rust/src/safe_version.rs", + "description": "1 C interop imports in bindings/zig/src/safe_color.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/rust/src/safe_monotonic.rs", - "file": "bindings/rust/src/safe_monotonic.rs", + "location": "bindings/zig/src/safe_uuid.zig", + "file": "bindings/zig/src/safe_uuid.zig", "severity": "High", - "description": "3 unsafe blocks in bindings/rust/src/safe_monotonic.rs", + "description": "1 unsafe pointer casts in bindings/zig/src/safe_uuid.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_path.rs", - "file": "bindings/rust/src/safe_path.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_uuid.zig", + "file": "bindings/zig/src/safe_uuid.zig", "severity": "High", - "description": "2 unsafe blocks in bindings/rust/src/safe_path.rs", + "description": "1 C interop imports in bindings/zig/src/safe_uuid.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_float.rs", - "file": "bindings/rust/src/safe_float.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_monotonic.zig", + "file": "bindings/zig/src/safe_monotonic.zig", "severity": "High", - "description": "5 unsafe blocks in bindings/rust/src/safe_float.rs", + "description": "1 C interop imports in bindings/zig/src/safe_monotonic.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_retry.rs", - "file": "bindings/rust/src/safe_retry.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_network.zig", + "file": "bindings/zig/src/safe_network.zig", "severity": "High", - "description": "3 unsafe blocks in bindings/rust/src/safe_retry.rs", + "description": "1 C interop imports in bindings/zig/src/safe_network.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_registry.rs", - "file": "bindings/rust/src/safe_registry.rs", - "severity": "High", - "description": "2 unsafe blocks in bindings/rust/src/safe_registry.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_retry.zig", + "file": "bindings/zig/src/safe_retry.zig", + "severity": "High", + "description": "1 C interop imports in bindings/zig/src/safe_retry.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_circuit_breaker.rs", - "file": "bindings/rust/src/safe_circuit_breaker.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_ml.zig", + "file": "bindings/zig/src/safe_ml.zig", "severity": "High", - "description": "6 unsafe blocks in bindings/rust/src/safe_circuit_breaker.rs", + "description": "1 C interop imports in bindings/zig/src/safe_ml.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_json.rs", - "file": "bindings/rust/src/safe_json.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_unit.zig", + "file": "bindings/zig/src/safe_unit.zig", "severity": "High", - "description": "2 unsafe blocks in bindings/rust/src/safe_json.rs", + "description": "1 C interop imports in bindings/zig/src/safe_unit.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_graph.rs", - "file": "bindings/rust/src/safe_graph.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_json.zig", + "file": "bindings/zig/src/safe_json.zig", "severity": "High", - "description": "4 unsafe blocks in bindings/rust/src/safe_graph.rs", + "description": "1 C interop imports in bindings/zig/src/safe_json.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/rust/src/safe_email.rs", - "file": "bindings/rust/src/safe_email.rs", + "location": "bindings/zig/src/safe_http.zig", + "file": "bindings/zig/src/safe_http.zig", "severity": "High", - "description": "1 unsafe blocks in bindings/rust/src/safe_email.rs", + "description": "6 unsafe pointer casts in bindings/zig/src/safe_http.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_hex.rs", - "file": "bindings/rust/src/safe_hex.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_http.zig", + "file": "bindings/zig/src/safe_http.zig", "severity": "High", - "description": "3 unsafe blocks in bindings/rust/src/safe_hex.rs", + "description": "1 C interop imports in bindings/zig/src/safe_http.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_digest.rs", - "file": "bindings/rust/src/safe_digest.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_state_machine.zig", + "file": "bindings/zig/src/safe_state_machine.zig", "severity": "High", - "description": "2 unsafe blocks in bindings/rust/src/safe_digest.rs", + "description": "1 C interop imports in bindings/zig/src/safe_state_machine.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/rust/src/safe_geo.rs", - "file": "bindings/rust/src/safe_geo.rs", + "location": "bindings/zig/src/safe_phone.zig", + "file": "bindings/zig/src/safe_phone.zig", "severity": "High", - "description": "3 unsafe blocks in bindings/rust/src/safe_geo.rs", + "description": "1 unsafe pointer casts in bindings/zig/src/safe_phone.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_ml.rs", - "file": "bindings/rust/src/safe_ml.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_phone.zig", + "file": "bindings/zig/src/safe_phone.zig", "severity": "High", - "description": "5 unsafe blocks in bindings/rust/src/safe_ml.rs", + "description": "1 C interop imports in bindings/zig/src/safe_phone.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_string.rs", - "file": "bindings/rust/src/safe_string.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/proven.zig", + "file": "bindings/zig/src/proven.zig", "severity": "High", - "description": "2 unsafe blocks in bindings/rust/src/safe_string.rs", + "description": "1 C interop imports in bindings/zig/src/proven.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_currency.rs", - "file": "bindings/rust/src/safe_currency.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_calculator.zig", + "file": "bindings/zig/src/safe_calculator.zig", "severity": "High", - "description": "2 unsafe blocks in bindings/rust/src/safe_currency.rs", + "description": "1 C interop imports in bindings/zig/src/safe_calculator.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/rust/src/safe_crypto.rs", - "file": "bindings/rust/src/safe_crypto.rs", + "category": "UnsafeFFI", + "location": "bindings/zig/src/safe_graph.zig", + "file": "bindings/zig/src/safe_graph.zig", "severity": "High", - "description": "2 unsafe blocks in bindings/rust/src/safe_crypto.rs", + "description": "1 C interop imports in bindings/zig/src/safe_graph.zig", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeFFI", - "location": "bindings/pony/proven/lib_proven.pony", - "file": "bindings/pony/proven/lib_proven.pony", - "severity": "Medium", - "description": "46 FFI calls in bindings/pony/proven/lib_proven.pony", + "location": "bindings/zig/src/safe_rate_limiter.zig", + "file": "bindings/zig/src/safe_rate_limiter.zig", + "severity": "High", + "description": "1 C interop imports in bindings/zig/src/safe_rate_limiter.zig", "recommended_attack": [ "memory" ], + "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/purescript/Proven/SafeMath.purs", - "file": "bindings/purescript/Proven/SafeMath.purs", - "severity": "Medium", - "description": "6 foreign imports in bindings/purescript/Proven/SafeMath.purs", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_currency.rs", + "file": "bindings/rust/src/safe_currency.rs", + "severity": "High", + "description": "2 unsafe blocks in bindings/rust/src/safe_currency.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], + "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/julia/src/Proven.jl", - "file": "bindings/julia/src/Proven.jl", - "severity": "Medium", - "description": "154 ccall/FFI calls in bindings/julia/src/Proven.jl", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_float.rs", + "file": "bindings/rust/src/safe_float.rs", + "severity": "High", + "description": "5 unsafe blocks in bindings/rust/src/safe_float.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], + "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/haskell/src/Proven.hs", - "file": "bindings/haskell/src/Proven.hs", - "severity": "Critical", - "description": "1 unsafePerformIO in bindings/haskell/src/Proven.hs", + "location": "bindings/rust/src/safe_phone.rs", + "file": "bindings/rust/src/safe_phone.rs", + "severity": "High", + "description": "2 unsafe blocks in bindings/rust/src/safe_phone.rs", "recommended_attack": [ - "concurrency", - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeTypeCoercion", - "location": "bindings/haskell/src/Proven.hs", - "file": "bindings/haskell/src/Proven.hs", - "severity": "Critical", - "description": "1 unsafeCoerce in bindings/haskell/src/Proven.hs", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_digest.rs", + "file": "bindings/rust/src/safe_digest.rs", + "severity": "High", + "description": "2 unsafe blocks in bindings/rust/src/safe_digest.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "bindings/haskell/src/Proven.hs", - "file": "bindings/haskell/src/Proven.hs", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_password.rs", + "file": "bindings/rust/src/safe_password.rs", "severity": "High", - "description": "1 error/undefined in bindings/haskell/src/Proven.hs", + "description": "2 unsafe blocks in bindings/rust/src/safe_password.rs", "recommended_attack": [ - "cpu" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/gleam/src/proven/currency.gleam", - "file": "bindings/gleam/src/proven/currency.gleam", - "severity": "Medium", - "description": "12 @external FFI calls in bindings/gleam/src/proven/currency.gleam", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_rate_limiter.rs", + "file": "bindings/rust/src/safe_rate_limiter.rs", + "severity": "High", + "description": "3 unsafe blocks in bindings/rust/src/safe_rate_limiter.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], + "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/gleam/src/proven/hex.gleam", - "file": "bindings/gleam/src/proven/hex.gleam", - "severity": "Medium", - "description": "8 @external FFI calls in bindings/gleam/src/proven/hex.gleam", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_crypto.rs", + "file": "bindings/rust/src/safe_crypto.rs", + "severity": "High", + "description": "2 unsafe blocks in bindings/rust/src/safe_crypto.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], + "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/gleam/src/proven/uuid.gleam", - "file": "bindings/gleam/src/proven/uuid.gleam", - "severity": "Medium", - "description": "9 @external FFI calls in bindings/gleam/src/proven/uuid.gleam", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_registry.rs", + "file": "bindings/rust/src/safe_registry.rs", + "severity": "High", + "description": "2 unsafe blocks in bindings/rust/src/safe_registry.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], + "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/gleam/src/proven/math.gleam", - "file": "bindings/gleam/src/proven/math.gleam", - "severity": "Medium", - "description": "8 @external FFI calls in bindings/gleam/src/proven/math.gleam", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_url.rs", + "file": "bindings/rust/src/safe_url.rs", + "severity": "High", + "description": "3 unsafe blocks in bindings/rust/src/safe_url.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], + "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "bindings/bash/proven.sh", - "file": "bindings/bash/proven.sh", - "severity": "Critical", - "description": "eval usage in bindings/bash/proven.sh", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_bloom.rs", + "file": "bindings/rust/src/safe_bloom.rs", + "severity": "High", + "description": "4 unsafe blocks in bindings/rust/src/safe_bloom.rs", "recommended_attack": [ - "cpu", - "disk" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_ml.zig", - "file": "bindings/zig/src/safe_ml.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_lru.rs", + "file": "bindings/rust/src/safe_lru.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_ml.zig", + "description": "4 unsafe blocks in bindings/rust/src/safe_lru.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/zig/src/safe_phone.zig", - "file": "bindings/zig/src/safe_phone.zig", + "location": "bindings/rust/src/safe_queue.rs", + "file": "bindings/rust/src/safe_queue.rs", "severity": "High", - "description": "1 unsafe pointer casts in bindings/zig/src/safe_phone.zig", + "description": "5 unsafe blocks in bindings/rust/src/safe_queue.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_phone.zig", - "file": "bindings/zig/src/safe_phone.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_graph.rs", + "file": "bindings/rust/src/safe_graph.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_phone.zig", + "description": "4 unsafe blocks in bindings/rust/src/safe_graph.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_bloom.zig", - "file": "bindings/zig/src/safe_bloom.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_http.rs", + "file": "bindings/rust/src/safe_http.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_bloom.zig", + "description": "4 unsafe blocks in bindings/rust/src/safe_http.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/zig/src/safe_color.zig", - "file": "bindings/zig/src/safe_color.zig", + "location": "bindings/rust/src/core.rs", + "file": "bindings/rust/src/core.rs", "severity": "High", - "description": "1 unsafe pointer casts in bindings/zig/src/safe_color.zig", + "description": "1 unsafe blocks in bindings/rust/src/core.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_color.zig", - "file": "bindings/zig/src/safe_color.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_header.rs", + "file": "bindings/rust/src/safe_header.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_color.zig", + "description": "6 unsafe blocks in bindings/rust/src/safe_header.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_angle.zig", - "file": "bindings/zig/src/safe_angle.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_string.rs", + "file": "bindings/rust/src/safe_string.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_angle.zig", + "description": "2 unsafe blocks in bindings/rust/src/safe_string.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/zig/src/safe_currency.zig", - "file": "bindings/zig/src/safe_currency.zig", + "location": "bindings/rust/src/safe_uuid.rs", + "file": "bindings/rust/src/safe_uuid.rs", "severity": "High", - "description": "1 unsafe pointer casts in bindings/zig/src/safe_currency.zig", + "description": "5 unsafe blocks in bindings/rust/src/safe_uuid.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_currency.zig", - "file": "bindings/zig/src/safe_currency.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_content_type.rs", + "file": "bindings/rust/src/safe_content_type.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_currency.zig", + "description": "6 unsafe blocks in bindings/rust/src/safe_content_type.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_network.zig", - "file": "bindings/zig/src/safe_network.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_unit.rs", + "file": "bindings/rust/src/safe_unit.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_network.zig", + "description": "2 unsafe blocks in bindings/rust/src/safe_unit.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { "category": "UnsafeCode", - "location": "bindings/zig/src/safe_http.zig", - "file": "bindings/zig/src/safe_http.zig", + "location": "bindings/rust/src/safe_probability.rs", + "file": "bindings/rust/src/safe_probability.rs", "severity": "High", - "description": "6 unsafe pointer casts in bindings/zig/src/safe_http.zig", + "description": "4 unsafe blocks in bindings/rust/src/safe_probability.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_http.zig", - "file": "bindings/zig/src/safe_http.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_retry.rs", + "file": "bindings/rust/src/safe_retry.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_http.zig", + "description": "3 unsafe blocks in bindings/rust/src/safe_retry.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/zig/src/safe_hex.zig", - "file": "bindings/zig/src/safe_hex.zig", + "location": "bindings/rust/src/safe_checksum.rs", + "file": "bindings/rust/src/safe_checksum.rs", "severity": "High", - "description": "2 unsafe pointer casts in bindings/zig/src/safe_hex.zig", + "description": "2 unsafe blocks in bindings/rust/src/safe_checksum.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_hex.zig", - "file": "bindings/zig/src/safe_hex.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_monotonic.rs", + "file": "bindings/rust/src/safe_monotonic.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_hex.zig", + "description": "3 unsafe blocks in bindings/rust/src/safe_monotonic.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_circuit_breaker.zig", - "file": "bindings/zig/src/safe_circuit_breaker.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_json.rs", + "file": "bindings/rust/src/safe_json.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_circuit_breaker.zig", + "description": "2 unsafe blocks in bindings/rust/src/safe_json.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_tensor.zig", - "file": "bindings/zig/src/safe_tensor.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_version.rs", + "file": "bindings/rust/src/safe_version.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_tensor.zig", + "description": "4 unsafe blocks in bindings/rust/src/safe_version.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_math.zig", - "file": "bindings/zig/src/safe_math.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_version.rs", + "file": "bindings/rust/src/safe_version.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_math.zig", + "description": "Raw pointer cast in bindings/rust/src/safe_version.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_geo.zig", - "file": "bindings/zig/src/safe_geo.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_state_machine.rs", + "file": "bindings/rust/src/safe_state_machine.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_geo.zig", + "description": "5 unsafe blocks in bindings/rust/src/safe_state_machine.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_float.zig", - "file": "bindings/zig/src/safe_float.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_geo.rs", + "file": "bindings/rust/src/safe_geo.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_float.zig", + "description": "3 unsafe blocks in bindings/rust/src/safe_geo.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/zig/src/safe_datetime.zig", - "file": "bindings/zig/src/safe_datetime.zig", + "location": "bindings/rust/src/version.rs", + "file": "bindings/rust/src/version.rs", "severity": "High", - "description": "1 unsafe pointer casts in bindings/zig/src/safe_datetime.zig", + "description": "5 unsafe blocks in bindings/rust/src/version.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_datetime.zig", - "file": "bindings/zig/src/safe_datetime.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_datetime.rs", + "file": "bindings/rust/src/safe_datetime.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_datetime.zig", + "description": "4 unsafe blocks in bindings/rust/src/safe_datetime.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_state_machine.zig", - "file": "bindings/zig/src/safe_state_machine.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_math.rs", + "file": "bindings/rust/src/safe_math.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_state_machine.zig", + "description": "8 unsafe blocks in bindings/rust/src/safe_math.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_buffer.zig", - "file": "bindings/zig/src/safe_buffer.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/callbacks.rs", + "file": "bindings/rust/src/callbacks.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_buffer.zig", + "description": "5 unsafe blocks in bindings/rust/src/callbacks.rs", "recommended_attack": [ - "memory" - ], + "memory", + "concurrency" + ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_password.zig", - "file": "bindings/zig/src/safe_password.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_network.rs", + "file": "bindings/rust/src/safe_network.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_password.zig", + "description": "3 unsafe blocks in bindings/rust/src/safe_network.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_url.zig", - "file": "bindings/zig/src/safe_url.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_cookie.rs", + "file": "bindings/rust/src/safe_cookie.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_url.zig", + "description": "6 unsafe blocks in bindings/rust/src/safe_cookie.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_crypto.zig", - "file": "bindings/zig/src/safe_crypto.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_ml.rs", + "file": "bindings/rust/src/safe_ml.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_crypto.zig", + "description": "5 unsafe blocks in bindings/rust/src/safe_ml.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_probability.zig", - "file": "bindings/zig/src/safe_probability.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_path.rs", + "file": "bindings/rust/src/safe_path.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_probability.zig", + "description": "2 unsafe blocks in bindings/rust/src/safe_path.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_email.zig", - "file": "bindings/zig/src/safe_email.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_angle.rs", + "file": "bindings/rust/src/safe_angle.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_email.zig", + "description": "4 unsafe blocks in bindings/rust/src/safe_angle.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/zig/src/safe_version.zig", - "file": "bindings/zig/src/safe_version.zig", + "location": "bindings/rust/src/safe_circuit_breaker.rs", + "file": "bindings/rust/src/safe_circuit_breaker.rs", "severity": "High", - "description": "1 unsafe pointer casts in bindings/zig/src/safe_version.zig", + "description": "6 unsafe blocks in bindings/rust/src/safe_circuit_breaker.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_version.zig", - "file": "bindings/zig/src/safe_version.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_email.rs", + "file": "bindings/rust/src/safe_email.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_version.zig", + "description": "1 unsafe blocks in bindings/rust/src/safe_email.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/zig/src/safe_path.zig", - "file": "bindings/zig/src/safe_path.zig", + "location": "bindings/rust/src/safe_color.rs", + "file": "bindings/rust/src/safe_color.rs", "severity": "High", - "description": "1 unsafe pointer casts in bindings/zig/src/safe_path.zig", + "description": "3 unsafe blocks in bindings/rust/src/safe_color.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_path.zig", - "file": "bindings/zig/src/safe_path.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/lifecycle.rs", + "file": "bindings/rust/src/lifecycle.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_path.zig", + "description": "3 unsafe blocks in bindings/rust/src/lifecycle.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_queue.zig", - "file": "bindings/zig/src/safe_queue.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_tensor.rs", + "file": "bindings/rust/src/safe_tensor.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_queue.zig", + "description": "5 unsafe blocks in bindings/rust/src/safe_tensor.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_rate_limiter.zig", - "file": "bindings/zig/src/safe_rate_limiter.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_calculator.rs", + "file": "bindings/rust/src/safe_calculator.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_rate_limiter.zig", + "description": "1 unsafe blocks in bindings/rust/src/safe_calculator.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { "category": "UnsafeCode", - "location": "bindings/zig/src/safe_header.zig", - "file": "bindings/zig/src/safe_header.zig", + "location": "bindings/rust/src/safe_buffer.rs", + "file": "bindings/rust/src/safe_buffer.rs", "severity": "High", - "description": "3 unsafe pointer casts in bindings/zig/src/safe_header.zig", + "description": "5 unsafe blocks in bindings/rust/src/safe_buffer.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_header.zig", - "file": "bindings/zig/src/safe_header.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_buffer.rs", + "file": "bindings/rust/src/safe_buffer.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_header.zig", + "description": "Raw pointer cast in bindings/rust/src/safe_buffer.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_monotonic.zig", - "file": "bindings/zig/src/safe_monotonic.zig", + "category": "UnsafeCode", + "location": "bindings/rust/src/safe_hex.rs", + "file": "bindings/rust/src/safe_hex.rs", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_monotonic.zig", + "description": "3 unsafe blocks in bindings/rust/src/safe_hex.rs", "recommended_attack": [ - "memory" + "memory", + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/zig/src/safe_cookie.zig", - "file": "bindings/zig/src/safe_cookie.zig", - "severity": "High", - "description": "2 unsafe pointer casts in bindings/zig/src/safe_cookie.zig", + "category": "UnsafeFFI", + "location": "bindings/pony/proven/lib_proven.pony", + "file": "bindings/pony/proven/lib_proven.pony", + "severity": "Medium", + "description": "46 FFI calls in bindings/pony/proven/lib_proven.pony", "recommended_attack": [ "memory" ], - "suppressed": true, "test_context": "production" }, { "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_cookie.zig", - "file": "bindings/zig/src/safe_cookie.zig", - "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_cookie.zig", + "location": "bindings/error-lang/src/ffi.err", + "file": "bindings/error-lang/src/ffi.err", + "severity": "Medium", + "description": "44 FFI/external bindings in bindings/error-lang/src/ffi.err", "recommended_attack": [ "memory" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/zig/src/safe_content_type.zig", - "file": "bindings/zig/src/safe_content_type.zig", - "severity": "High", - "description": "2 unsafe pointer casts in bindings/zig/src/safe_content_type.zig", + "category": "UnsafeFFI", + "location": "bindings/gleam/src/proven/hex.gleam", + "file": "bindings/gleam/src/proven/hex.gleam", + "severity": "Medium", + "description": "8 @external FFI calls in bindings/gleam/src/proven/hex.gleam", "recommended_attack": [ "memory" ], - "suppressed": true, "test_context": "production" }, { "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_content_type.zig", - "file": "bindings/zig/src/safe_content_type.zig", - "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_content_type.zig", + "location": "bindings/gleam/src/proven/math.gleam", + "file": "bindings/gleam/src/proven/math.gleam", + "severity": "Medium", + "description": "8 @external FFI calls in bindings/gleam/src/proven/math.gleam", "recommended_attack": [ "memory" ], - "suppressed": true, "test_context": "production" }, { "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_calculator.zig", - "file": "bindings/zig/src/safe_calculator.zig", - "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_calculator.zig", + "location": "bindings/gleam/src/proven/currency.gleam", + "file": "bindings/gleam/src/proven/currency.gleam", + "severity": "Medium", + "description": "12 @external FFI calls in bindings/gleam/src/proven/currency.gleam", "recommended_attack": [ "memory" ], - "suppressed": true, "test_context": "production" }, { "category": "UnsafeFFI", - "location": "bindings/zig/src/proven.zig", - "file": "bindings/zig/src/proven.zig", - "severity": "High", - "description": "1 C interop imports in bindings/zig/src/proven.zig", + "location": "bindings/gleam/src/proven/uuid.gleam", + "file": "bindings/gleam/src/proven/uuid.gleam", + "severity": "Medium", + "description": "9 @external FFI calls in bindings/gleam/src/proven/uuid.gleam", "recommended_attack": [ "memory" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_retry.zig", - "file": "bindings/zig/src/safe_retry.zig", + "category": "CommandInjection", + "location": "bindings/prolog/safe_string.pl", + "file": "bindings/prolog/safe_string.pl", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_retry.zig", + "description": "Shell/process_create in bindings/prolog/safe_string.pl", "recommended_attack": [ - "memory" + "cpu", + "disk" ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_graph.zig", - "file": "bindings/zig/src/safe_graph.zig", - "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_graph.zig", + "category": "InsecureProtocol", + "location": "src/abi/Main.idr", + "file": "src/abi/Main.idr", + "severity": "Medium", + "description": "13 HTTP (non-HTTPS) URLs in src/abi/Main.idr", "recommended_attack": [ - "memory" + "network" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/zig/src/safe_string.zig", - "file": "bindings/zig/src/safe_string.zig", + "category": "ProofDrift", + "location": "src/Proven/SafeXML/Parser.idr", + "file": "src/Proven/SafeXML/Parser.idr", "severity": "High", - "description": "3 unsafe pointer casts in bindings/zig/src/safe_string.zig", + "description": "8 assert_total (banned — silence totality without proof) in src/Proven/SafeXML/Parser.idr", "recommended_attack": [ "memory" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_string.zig", - "file": "bindings/zig/src/safe_string.zig", - "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_string.zig", + "category": "InsecureProtocol", + "location": "src/Proven/SafeXML/Proofs.idr", + "file": "src/Proven/SafeXML/Proofs.idr", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in src/Proven/SafeXML/Proofs.idr", "recommended_attack": [ - "memory" + "network" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "bindings/zig/src/safe_uuid.zig", - "file": "bindings/zig/src/safe_uuid.zig", + "category": "ProofDrift", + "location": "src/Proven/SafeArgs/Parser.idr", + "file": "src/Proven/SafeArgs/Parser.idr", "severity": "High", - "description": "1 unsafe pointer casts in bindings/zig/src/safe_uuid.zig", + "description": "2 assert_total (banned — silence totality without proof) in src/Proven/SafeArgs/Parser.idr", "recommended_attack": [ "memory" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_uuid.zig", - "file": "bindings/zig/src/safe_uuid.zig", + "category": "ProofDrift", + "location": "src/Proven/SafeRegex/Matcher.idr", + "file": "src/Proven/SafeRegex/Matcher.idr", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_uuid.zig", + "description": "3 assert_total (banned — silence totality without proof) in src/Proven/SafeRegex/Matcher.idr", "recommended_attack": [ "memory" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_lru.zig", - "file": "bindings/zig/src/safe_lru.zig", + "category": "ProofDrift", + "location": "src/Proven/SafeYAML/Parser.idr", + "file": "src/Proven/SafeYAML/Parser.idr", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_lru.zig", + "description": "6 assert_total (banned — silence totality without proof) in src/Proven/SafeYAML/Parser.idr", "recommended_attack": [ "memory" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_json.zig", - "file": "bindings/zig/src/safe_json.zig", + "category": "InsecureProtocol", + "location": "src/Proven/FFI/Main.idr", + "file": "src/Proven/FFI/Main.idr", + "severity": "Medium", + "description": "13 HTTP (non-HTTPS) URLs in src/Proven/FFI/Main.idr", + "recommended_attack": [ + "network" + ], + "test_context": "production" + }, + { + "category": "ProofDrift", + "location": "src/Proven/SafeTree.idr", + "file": "src/Proven/SafeTree.idr", "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_json.zig", + "description": "1 assert_total (banned — silence totality without proof) in src/Proven/SafeTree.idr", "recommended_attack": [ "memory" ], + "test_context": "production" + }, + { + "category": "HardcodedSecret", + "location": "src/Proven/SafePassword/Strength.idr", + "file": "src/Proven/SafePassword/Strength.idr", + "severity": "Critical", + "description": "Possible hardcoded secret in src/Proven/SafePassword/Strength.idr", + "recommended_attack": [ + "network" + ], "suppressed": true, "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_unit.zig", - "file": "bindings/zig/src/safe_unit.zig", - "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_unit.zig", + "category": "HardcodedSecret", + "location": "apps/proven-ssh-bastion/src/SSH/Auth.idr", + "file": "apps/proven-ssh-bastion/src/SSH/Auth.idr", + "severity": "Critical", + "description": "Possible hardcoded secret in apps/proven-ssh-bastion/src/SSH/Auth.idr", "recommended_attack": [ - "memory" + "network" ], "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "bindings/zig/src/safe_checksum.zig", - "file": "bindings/zig/src/safe_checksum.zig", - "severity": "High", - "description": "1 C interop imports in bindings/zig/src/safe_checksum.zig", + "category": "HardcodedSecret", + "location": "apps/proven-kms/src/KMS/Types.idr", + "file": "apps/proven-kms/src/KMS/Types.idr", + "severity": "Critical", + "description": "Possible hardcoded secret in apps/proven-kms/src/KMS/Types.idr", "recommended_attack": [ - "memory" + "network" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "HardcodedSecret", + "location": "apps/proven-radius/src/RADIUS/Types.idr", + "file": "apps/proven-radius/src/RADIUS/Types.idr", + "severity": "Critical", + "description": "Possible hardcoded secret in apps/proven-radius/src/RADIUS/Types.idr", + "recommended_attack": [ + "network" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "HardcodedSecret", + "location": "apps/proven-authserver/src/Authserver/Types.idr", + "file": "apps/proven-authserver/src/Authserver/Types.idr", + "severity": "Critical", + "description": "Possible hardcoded secret in apps/proven-authserver/src/Authserver/Types.idr", + "recommended_attack": [ + "network" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "HardcodedSecret", + "location": "apps/proven-socks/src/SOCKS/Types.idr", + "file": "apps/proven-socks/src/SOCKS/Types.idr", + "severity": "Critical", + "description": "Possible hardcoded secret in apps/proven-socks/src/SOCKS/Types.idr", + "recommended_attack": [ + "network" ], "suppressed": true, "test_context": "production" @@ -2207,23 +2207,23 @@ }, "file_statistics": [ { - "file_path": "domain-specific/http/ffi/zig/src/http.zig", - "lines": 208, - "unsafe_blocks": 4, - "panic_sites": 4, + "file_path": ".devcontainer/post-create.sh", + "lines": 93, + "unsafe_blocks": 0, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "domain-specific/http/bindings/ada/examples/url_example.adb", - "lines": 48, + "file_path": "domain-specific/tui/src/app.rs", + "lines": 226, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { @@ -2238,18 +2238,18 @@ "threading_constructs": 1 }, { - "file_path": "domain-specific/tui/src/app.rs", - "lines": 226, - "unsafe_blocks": 0, - "panic_sites": 0, + "file_path": "domain-specific/http/ffi/zig/src/http.zig", + "lines": 208, + "unsafe_blocks": 4, + "panic_sites": 4, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".devcontainer/post-create.sh", - "lines": 93, + "file_path": "domain-specific/http/bindings/ada/examples/url_example.adb", + "lines": 48, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2258,9 +2258,9 @@ "threading_constructs": 0 }, { - "file_path": "src/Proven/SafeYAML/Parser.idr", - "lines": 567, - "unsafe_blocks": 6, + "file_path": "ffi/beam/src/proven_nif.zig", + "lines": 1001, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2268,19 +2268,19 @@ "threading_constructs": 0 }, { - "file_path": "src/Proven/FFI/Echidna.idr", - "lines": 400, - "unsafe_blocks": 4, + "file_path": "ffi/zig/build.zig", + "lines": 176, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/Proven/FFI/Buffer.idr", - "lines": 56, - "unsafe_blocks": 7, + "file_path": "ffi/zig/test/TestSafe.idr", + "lines": 92, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2288,49 +2288,49 @@ "threading_constructs": 0 }, { - "file_path": "src/Proven/FFI/Resource.idr", - "lines": 54, - "unsafe_blocks": 6, + "file_path": "ffi/zig/src/main.zig", + "lines": 436, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/Proven/FFI/Callbacks.idr", - "lines": 214, - "unsafe_blocks": 5, + "file_path": "ffi/zig/src/root.zig", + "lines": 23, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/Proven/FFI/LRU.idr", - "lines": 75, - "unsafe_blocks": 7, + "file_path": "bindings/java/src/main/java/io/github/hyperpolymath/proven/SafeCrypto.java", + "lines": 60, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/Proven/SafeArgs/Parser.idr", - "lines": 397, - "unsafe_blocks": 2, + "file_path": "bindings/java/src/main/java/io/github/hyperpolymath/proven/NativeUtil.java", + "lines": 163, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/Proven/SafeTree.idr", - "lines": 283, - "unsafe_blocks": 1, + "file_path": "bindings/odin/proven/proven.odin", + "lines": 807, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2338,9 +2338,9 @@ "threading_constructs": 0 }, { - "file_path": "src/Proven/SafeRegex/Matcher.idr", - "lines": 558, - "unsafe_blocks": 3, + "file_path": "bindings/sml/src/safe_datetime.sml", + "lines": 122, + "unsafe_blocks": 20, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2348,9 +2348,9 @@ "threading_constructs": 0 }, { - "file_path": "src/Proven/SafeXML/Parser.idr", - "lines": 481, - "unsafe_blocks": 8, + "file_path": "bindings/sml/src/lib_proven.sml", + "lines": 401, + "unsafe_blocks": 36, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2358,9 +2358,9 @@ "threading_constructs": 0 }, { - "file_path": "src/Proven/SafeAngle.idr", - "lines": 239, - "unsafe_blocks": 1, + "file_path": "bindings/sml/src/safe_network.sml", + "lines": 79, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2368,9 +2368,9 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/Echidna.idr", - "lines": 400, - "unsafe_blocks": 4, + "file_path": "bindings/sml/src/safe_url.sml", + "lines": 137, + "unsafe_blocks": 9, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2378,9 +2378,9 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/Buffer.idr", - "lines": 56, - "unsafe_blocks": 7, + "file_path": "bindings/sml/src/safe_crypto.sml", + "lines": 127, + "unsafe_blocks": 9, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2388,98 +2388,98 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/Resource.idr", - "lines": 54, - "unsafe_blocks": 6, + "file_path": "bindings/go/proven/safe_ml.go", + "lines": 48, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/Callbacks.idr", - "lines": 214, - "unsafe_blocks": 5, + "file_path": "bindings/go/proven/proven.go", + "lines": 751, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "src/abi/LRU.idr", - "lines": 75, - "unsafe_blocks": 7, + "file_path": "bindings/ephapax/test_simple.c", + "lines": 97, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "ffi/beam/src/proven_nif.zig", - "lines": 1001, + "file_path": "bindings/ephapax/examples/lru_cache_dyadic.eph", + "lines": 189, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/TestSafe.idr", - "lines": 92, - "unsafe_blocks": 2, + "file_path": "bindings/ephapax/src/lru_impl.zig", + "lines": 112, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/build.zig", - "lines": 176, + "file_path": "bindings/ephapax/src/buffer_impl.zig", + "lines": 100, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/root.zig", - "lines": 23, + "file_path": "bindings/ephapax/src/resource_impl.zig", + "lines": 85, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 436, + "file_path": "bindings/ephapax/src/stubs.c", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "bindings/odin/proven/proven.odin", - "lines": 807, - "unsafe_blocks": 5, + "file_path": "bindings/eclexia/src/lib.ecl", + "lines": 70, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/go/proven/safe_ml.go", - "lines": 48, + "file_path": "bindings/eclexia/src/safe_math.ecl", + "lines": 128, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2488,49 +2488,49 @@ "threading_constructs": 0 }, { - "file_path": "bindings/go/proven/proven.go", - "lines": 751, + "file_path": "bindings/eclexia/src/safe_currency.ecl", + "lines": 203, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "bindings/error-lang/src/proven.err", - "lines": 151, - "unsafe_blocks": 1, + "file_path": "bindings/ada/tests/test_proven.adb", + "lines": 118, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "bindings/error-lang/src/safe_crypto.err", - "lines": 108, - "unsafe_blocks": 0, + "file_path": "bindings/ada/src/proven-safe_version.adb", + "lines": 95, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/error-lang/src/safe_url.err", - "lines": 86, - "unsafe_blocks": 0, + "file_path": "bindings/ephapax-linear/src/lib.rs", + "lines": 228, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/error-lang/src/ffi.err", - "lines": 242, - "unsafe_blocks": 44, + "file_path": "bindings/ephapax-linear/src/safe_string.rs", + "lines": 249, + "unsafe_blocks": 10, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2538,28 +2538,28 @@ "threading_constructs": 0 }, { - "file_path": "bindings/mylang/src/safe_crypto.my", - "lines": 99, - "unsafe_blocks": 0, + "file_path": "bindings/ephapax-linear/src/safe_math.rs", + "lines": 263, + "unsafe_blocks": 11, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/mylang/src/safe_url.my", - "lines": 92, - "unsafe_blocks": 0, + "file_path": "bindings/purescript/Proven/SafeVersion.purs", + "lines": 33, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/mylang/src/ffi.my", - "lines": 200, + "file_path": "bindings/purescript/Proven/SafeCrypto.purs", + "lines": 27, "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, @@ -2568,40 +2568,39 @@ "threading_constructs": 0 }, { - "file_path": "bindings/elixir/native/proven_nif/src/lib.rs", - "lines": 1191, - "unsafe_blocks": 73, + "file_path": "bindings/purescript/Proven/SafeUUID.purs", + "lines": 45, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/nickel/proven/safe-config.ncl", - "lines": 152, - "unsafe_blocks": 0, + "file_path": "bindings/purescript/Proven/SafeMath.purs", + "lines": 62, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/nickel/proven.ncl", - "lines": 26, - "unsafe_blocks": 0, + "file_path": "bindings/purescript/Proven/SafeString.purs", + "lines": 44, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/wokelang/src/ffi.woke", - "lines": 243, - "unsafe_blocks": 1, + "file_path": "bindings/purescript/Proven/SafeNetwork.purs", + "lines": 36, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2609,29 +2608,29 @@ "threading_constructs": 0 }, { - "file_path": "bindings/wokelang/src/safe_crypto.woke", - "lines": 109, - "unsafe_blocks": 0, + "file_path": "bindings/purescript/Proven/SafeHex.purs", + "lines": 35, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/wokelang/src/safe_url.woke", - "lines": 87, - "unsafe_blocks": 0, + "file_path": "bindings/purescript/Proven/SafeColor.purs", + "lines": 44, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/ephapax-linear/src/safe_math.rs", - "lines": 263, - "unsafe_blocks": 11, + "file_path": "bindings/purescript/Proven/SafeJson.purs", + "lines": 26, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2639,9 +2638,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/ephapax-linear/src/lib.rs", - "lines": 228, - "unsafe_blocks": 4, + "file_path": "bindings/purescript/Proven/SafeDateTime.purs", + "lines": 25, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2649,9 +2648,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/ephapax-linear/src/safe_string.rs", - "lines": 249, - "unsafe_blocks": 10, + "file_path": "bindings/purescript/Proven/SafePhone.purs", + "lines": 37, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2659,19 +2658,19 @@ "threading_constructs": 0 }, { - "file_path": "bindings/io/src/IoProven.c", - "lines": 909, - "unsafe_blocks": 0, + "file_path": "bindings/purescript/Proven/SafePath.purs", + "lines": 28, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/idris2/src/Proven/FFI.idr", - "lines": 791, - "unsafe_blocks": 82, + "file_path": "bindings/purescript/Proven/SafeUrl.purs", + "lines": 50, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2679,19 +2678,19 @@ "threading_constructs": 0 }, { - "file_path": "bindings/ada/tests/test_proven.adb", - "lines": 118, - "unsafe_blocks": 0, + "file_path": "bindings/purescript/Proven/SafeAngle.purs", + "lines": 39, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/ada/src/proven-safe_version.adb", - "lines": 95, - "unsafe_blocks": 2, + "file_path": "bindings/purescript/Proven/SafeFloat.purs", + "lines": 54, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2699,9 +2698,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/nim/src/proven/safe_url.nim", - "lines": 83, - "unsafe_blocks": 1, + "file_path": "bindings/purescript/Proven/SafeUnit.purs", + "lines": 58, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2709,9 +2708,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/nim/src/proven/safe_currency.nim", - "lines": 100, - "unsafe_blocks": 1, + "file_path": "bindings/purescript/Proven/SafeCurrency.purs", + "lines": 48, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2719,8 +2718,8 @@ "threading_constructs": 0 }, { - "file_path": "bindings/nim/src/proven/safe_string.nim", - "lines": 51, + "file_path": "bindings/purescript/Proven/SafeEmail.purs", + "lines": 19, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, @@ -2729,9 +2728,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/nim/src/proven/safe_bloom.nim", - "lines": 87, - "unsafe_blocks": 1, + "file_path": "bindings/d/source/proven/safe_hex.d", + "lines": 76, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2739,9 +2738,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/nim/src/proven/safe_hex.nim", - "lines": 107, - "unsafe_blocks": 5, + "file_path": "bindings/d/source/proven/safe_color.d", + "lines": 98, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2749,9 +2748,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/nim/src/proven/safe_path.nim", - "lines": 50, - "unsafe_blocks": 1, + "file_path": "bindings/d/source/proven/safe_version.d", + "lines": 145, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2759,9 +2758,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/nim/src/proven/safe_email.nim", - "lines": 18, - "unsafe_blocks": 1, + "file_path": "bindings/d/source/proven/safe_uuid.d", + "lines": 123, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2769,9 +2768,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/nim/src/proven/safe_datetime.nim", - "lines": 68, - "unsafe_blocks": 1, + "file_path": "bindings/d/source/proven/safe_string.d", + "lines": 96, + "unsafe_blocks": 7, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2779,8 +2778,8 @@ "threading_constructs": 0 }, { - "file_path": "bindings/nim/src/proven/safe_network.nim", - "lines": 61, + "file_path": "bindings/d/source/proven/ffi.d", + "lines": 373, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, @@ -2789,9 +2788,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/nim/src/proven/safe_uuid.nim", - "lines": 110, - "unsafe_blocks": 1, + "file_path": "bindings/d/source/proven/safe_float.d", + "lines": 59, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2799,9 +2798,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/nim/src/proven/safe_phone.nim", - "lines": 67, - "unsafe_blocks": 1, + "file_path": "bindings/d/source/proven/safe_angle.d", + "lines": 39, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2809,9 +2808,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/nim/src/proven/safe_crypto.nim", - "lines": 54, - "unsafe_blocks": 1, + "file_path": "bindings/d/source/proven/safe_datetime.d", + "lines": 116, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2819,9 +2818,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/nim/src/proven/safe_json.nim", - "lines": 33, - "unsafe_blocks": 1, + "file_path": "bindings/d/source/proven/safe_math.d", + "lines": 126, + "unsafe_blocks": 10, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2829,8 +2828,8 @@ "threading_constructs": 0 }, { - "file_path": "bindings/nim/src/proven/safe_color.nim", - "lines": 46, + "file_path": "bindings/d/source/proven/safe_email.d", + "lines": 29, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, @@ -2839,19 +2838,19 @@ "threading_constructs": 0 }, { - "file_path": "bindings/nim/src/proven/safe_buffer.nim", - "lines": 122, - "unsafe_blocks": 1, + "file_path": "bindings/d/source/proven/safe_crypto.d", + "lines": 59, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/nim/src/proven/safe_version.nim", - "lines": 94, - "unsafe_blocks": 1, + "file_path": "bindings/d/source/proven/safe_url.d", + "lines": 132, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2859,49 +2858,49 @@ "threading_constructs": 0 }, { - "file_path": "bindings/julia-the-viper/src/proven.jtv", - "lines": 85, - "unsafe_blocks": 0, + "file_path": "bindings/d/source/proven/safe_phone.d", + "lines": 82, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/julia-the-viper/src/safe_json.jtv", - "lines": 96, - "unsafe_blocks": 0, + "file_path": "bindings/d/source/proven/safe_path.d", + "lines": 45, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/julia-the-viper/src/safe_crypto.jtv", - "lines": 140, - "unsafe_blocks": 0, + "file_path": "bindings/d/source/proven/safe_json.d", + "lines": 69, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/d/smoke/hello_smoke.d", - "lines": 27, - "unsafe_blocks": 0, + "file_path": "bindings/d/source/proven/safe_network.d", + "lines": 72, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/safe_uuid.d", - "lines": 123, - "unsafe_blocks": 6, + "file_path": "bindings/d/source/proven/safe_currency.d", + "lines": 80, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2909,19 +2908,29 @@ "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/safe_json.d", - "lines": 69, - "unsafe_blocks": 2, + "file_path": "bindings/d/smoke/hello_smoke.d", + "lines": 27, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "bindings/gql/neo4j/proven_procedures.java", + "lines": 424, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/safe_math.d", - "lines": 126, - "unsafe_blocks": 10, + "file_path": "bindings/idris2/src/Proven/FFI.idr", + "lines": 791, + "unsafe_blocks": 82, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2929,9 +2938,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/safe_url.d", - "lines": 132, - "unsafe_blocks": 5, + "file_path": "bindings/julia/src/Proven.jl", + "lines": 1621, + "unsafe_blocks": 154, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2939,49 +2948,50 @@ "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/safe_network.d", - "lines": 72, - "unsafe_blocks": 4, + "file_path": "bindings/elixir/native/proven_nif/src/lib.rs", + "lines": 1191, + "unsafe_blocks": 73, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/ffi.d", - "lines": 373, + "file_path": "bindings/vcl/proven_queries.vcl", + "lines": 166, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/safe_color.d", - "lines": 98, - "unsafe_blocks": 3, + "file_path": "bindings/vcl/proven_plugin.go", + "lines": 745, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "bindings/d/source/proven/safe_angle.d", - "lines": 39, - "unsafe_blocks": 4, - "panic_sites": 0, + "file_path": "bindings/haskell/src/Proven.hs", + "lines": 108, + "unsafe_blocks": 2, + "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/safe_float.d", - "lines": 59, - "unsafe_blocks": 5, + "file_path": "bindings/nim/src/proven/safe_email.nim", + "lines": 18, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2989,9 +2999,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/safe_string.d", - "lines": 96, - "unsafe_blocks": 7, + "file_path": "bindings/nim/src/proven/safe_crypto.nim", + "lines": 54, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -2999,18 +3009,18 @@ "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/safe_crypto.d", - "lines": 59, - "unsafe_blocks": 4, + "file_path": "bindings/nim/src/proven/safe_json.nim", + "lines": 33, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/safe_email.d", - "lines": 29, + "file_path": "bindings/nim/src/proven/safe_string.nim", + "lines": 51, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, @@ -3019,9 +3029,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/safe_datetime.d", - "lines": 116, - "unsafe_blocks": 4, + "file_path": "bindings/nim/src/proven/safe_version.nim", + "lines": 94, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3029,9 +3039,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/safe_path.d", - "lines": 45, - "unsafe_blocks": 2, + "file_path": "bindings/nim/src/proven/safe_url.nim", + "lines": 83, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3039,9 +3049,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/safe_currency.d", - "lines": 80, - "unsafe_blocks": 2, + "file_path": "bindings/nim/src/proven/safe_datetime.nim", + "lines": 68, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3049,9 +3059,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/safe_version.d", - "lines": 145, - "unsafe_blocks": 3, + "file_path": "bindings/nim/src/proven/safe_currency.nim", + "lines": 100, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3059,9 +3069,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/safe_hex.d", - "lines": 76, - "unsafe_blocks": 3, + "file_path": "bindings/nim/src/proven/safe_buffer.nim", + "lines": 122, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3069,9 +3079,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/d/source/proven/safe_phone.d", - "lines": 82, - "unsafe_blocks": 4, + "file_path": "bindings/nim/src/proven/safe_phone.nim", + "lines": 67, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3079,9 +3089,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/ephapax-affine/src/safe_url.rs", - "lines": 100, - "unsafe_blocks": 4, + "file_path": "bindings/nim/src/proven/safe_network.nim", + "lines": 61, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3089,9 +3099,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/ephapax-affine/src/safe_math.rs", - "lines": 126, - "unsafe_blocks": 9, + "file_path": "bindings/nim/src/proven/safe_hex.nim", + "lines": 107, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3099,9 +3109,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/ephapax-affine/src/lib.rs", - "lines": 193, - "unsafe_blocks": 6, + "file_path": "bindings/nim/src/proven/safe_color.nim", + "lines": 46, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3109,9 +3119,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/ephapax-affine/src/safe_json.rs", - "lines": 130, - "unsafe_blocks": 3, + "file_path": "bindings/nim/src/proven/safe_path.nim", + "lines": 50, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3119,9 +3129,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/ephapax-affine/src/safe_email.rs", - "lines": 76, - "unsafe_blocks": 2, + "file_path": "bindings/nim/src/proven/safe_bloom.nim", + "lines": 87, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3129,9 +3139,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/ephapax-affine/src/safe_string.rs", - "lines": 109, - "unsafe_blocks": 5, + "file_path": "bindings/nim/src/proven/safe_uuid.nim", + "lines": 110, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3149,9 +3159,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/sml/src/safe_network.sml", - "lines": 79, - "unsafe_blocks": 6, + "file_path": "bindings/ephapax-affine/src/safe_url.rs", + "lines": 100, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3159,9 +3169,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/sml/src/lib_proven.sml", - "lines": 401, - "unsafe_blocks": 36, + "file_path": "bindings/ephapax-affine/src/lib.rs", + "lines": 193, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3169,9 +3179,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/sml/src/safe_datetime.sml", - "lines": 122, - "unsafe_blocks": 20, + "file_path": "bindings/ephapax-affine/src/safe_string.rs", + "lines": 109, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3179,9 +3189,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/sml/src/safe_url.sml", - "lines": 137, - "unsafe_blocks": 9, + "file_path": "bindings/ephapax-affine/src/safe_json.rs", + "lines": 130, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3189,8 +3199,8 @@ "threading_constructs": 0 }, { - "file_path": "bindings/sml/src/safe_crypto.sml", - "lines": 127, + "file_path": "bindings/ephapax-affine/src/safe_math.rs", + "lines": 126, "unsafe_blocks": 9, "panic_sites": 0, "unwrap_calls": 0, @@ -3199,39 +3209,38 @@ "threading_constructs": 0 }, { - "file_path": "bindings/vcl/proven_plugin.go", - "lines": 745, - "unsafe_blocks": 0, + "file_path": "bindings/ephapax-affine/src/safe_email.rs", + "lines": 76, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "bindings/vcl/proven_queries.vcl", - "lines": 166, - "unsafe_blocks": 1, + "file_path": "bindings/mylang/src/safe_crypto.my", + "lines": 99, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_content_type.rs", - "lines": 181, - "unsafe_blocks": 6, + "file_path": "bindings/mylang/src/safe_url.my", + "lines": 92, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_checksum.rs", - "lines": 83, + "file_path": "bindings/mylang/src/ffi.my", + "lines": 200, "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, @@ -3240,19 +3249,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_buffer.rs", - "lines": 122, - "unsafe_blocks": 5, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "bindings/rust/src/safe_datetime.rs", - "lines": 93, - "unsafe_blocks": 4, + "file_path": "bindings/zig/src/safe_content_type.zig", + "lines": 129, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3260,9 +3259,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_bloom.rs", - "lines": 83, - "unsafe_blocks": 4, + "file_path": "bindings/zig/src/safe_cookie.zig", + "lines": 120, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3270,9 +3269,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_uuid.rs", - "lines": 83, - "unsafe_blocks": 5, + "file_path": "bindings/zig/src/safe_currency.zig", + "lines": 61, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3280,8 +3279,8 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_calculator.rs", - "lines": 37, + "file_path": "bindings/zig/src/safe_url.zig", + "lines": 71, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, @@ -3290,9 +3289,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_rate_limiter.rs", - "lines": 114, - "unsafe_blocks": 3, + "file_path": "bindings/zig/src/safe_version.zig", + "lines": 79, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3300,9 +3299,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_queue.rs", - "lines": 109, - "unsafe_blocks": 5, + "file_path": "bindings/zig/src/safe_password.zig", + "lines": 58, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3310,9 +3309,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_network.rs", - "lines": 70, - "unsafe_blocks": 3, + "file_path": "bindings/zig/src/safe_datetime.zig", + "lines": 105, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3320,9 +3319,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_url.rs", - "lines": 107, - "unsafe_blocks": 3, + "file_path": "bindings/zig/src/safe_circuit_breaker.zig", + "lines": 64, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3330,9 +3329,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_math.rs", - "lines": 97, - "unsafe_blocks": 8, + "file_path": "bindings/zig/src/safe_queue.zig", + "lines": 65, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3340,9 +3339,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_angle.rs", - "lines": 58, - "unsafe_blocks": 4, + "file_path": "bindings/zig/src/safe_lru.zig", + "lines": 57, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3350,9 +3349,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_password.rs", - "lines": 67, - "unsafe_blocks": 2, + "file_path": "bindings/zig/src/safe_buffer.zig", + "lines": 60, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3360,9 +3359,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_phone.rs", - "lines": 55, - "unsafe_blocks": 2, + "file_path": "bindings/zig/src/safe_checksum.zig", + "lines": 36, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3370,29 +3369,29 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/core.rs", - "lines": 304, + "file_path": "bindings/zig/src/safe_float.zig", + "lines": 78, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_http.rs", - "lines": 129, + "file_path": "bindings/zig/src/safe_header.zig", + "lines": 86, "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_unit.rs", - "lines": 109, - "unsafe_blocks": 2, + "file_path": "bindings/zig/src/safe_hex.zig", + "lines": 84, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3400,9 +3399,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/lifecycle.rs", - "lines": 38, - "unsafe_blocks": 3, + "file_path": "bindings/zig/src/safe_string.zig", + "lines": 73, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3410,9 +3409,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/callbacks.rs", - "lines": 83, - "unsafe_blocks": 5, + "file_path": "bindings/zig/src/safe_geo.zig", + "lines": 58, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3420,20 +3419,19 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_cookie.rs", - "lines": 182, - "unsafe_blocks": 6, + "file_path": "bindings/zig/src/safe_angle.zig", + "lines": 43, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_header.rs", - "lines": 103, - "unsafe_blocks": 6, + "file_path": "bindings/zig/src/safe_probability.zig", + "lines": 43, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3441,9 +3439,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_probability.rs", - "lines": 60, - "unsafe_blocks": 4, + "file_path": "bindings/zig/src/safe_tensor.zig", + "lines": 69, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3451,19 +3449,19 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_state_machine.rs", - "lines": 105, - "unsafe_blocks": 5, + "file_path": "bindings/zig/src/safe_bloom.zig", + "lines": 54, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_color.rs", - "lines": 97, - "unsafe_blocks": 3, + "file_path": "bindings/zig/src/safe_path.zig", + "lines": 58, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3471,9 +3469,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_lru.rs", - "lines": 65, - "unsafe_blocks": 4, + "file_path": "bindings/zig/src/safe_email.zig", + "lines": 20, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3481,9 +3479,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/version.rs", - "lines": 43, - "unsafe_blocks": 5, + "file_path": "bindings/zig/src/safe_crypto.zig", + "lines": 42, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3491,9 +3489,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_tensor.rs", + "file_path": "bindings/zig/src/safe_math.zig", "lines": 102, - "unsafe_blocks": 5, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3501,30 +3499,29 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_version.rs", - "lines": 121, - "unsafe_blocks": 4, + "file_path": "bindings/zig/src/safe_color.zig", + "lines": 79, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/tests/e2e.rs", - "lines": 269, - "unsafe_blocks": 0, + "file_path": "bindings/zig/src/safe_uuid.zig", + "lines": 95, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_monotonic.rs", - "lines": 118, - "unsafe_blocks": 3, + "file_path": "bindings/zig/src/safe_monotonic.zig", + "lines": 49, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3532,9 +3529,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_path.rs", - "lines": 42, - "unsafe_blocks": 2, + "file_path": "bindings/zig/src/safe_network.zig", + "lines": 75, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3542,9 +3539,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_float.rs", - "lines": 60, - "unsafe_blocks": 5, + "file_path": "bindings/zig/src/safe_retry.zig", + "lines": 62, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3552,9 +3549,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_retry.rs", - "lines": 103, - "unsafe_blocks": 3, + "file_path": "bindings/zig/src/safe_ml.zig", + "lines": 56, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3562,19 +3559,19 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_registry.rs", - "lines": 135, - "unsafe_blocks": 2, + "file_path": "bindings/zig/src/safe_unit.zig", + "lines": 64, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_circuit_breaker.rs", - "lines": 109, - "unsafe_blocks": 6, + "file_path": "bindings/zig/src/safe_json.zig", + "lines": 46, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3582,9 +3579,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_json.rs", - "lines": 39, - "unsafe_blocks": 2, + "file_path": "bindings/zig/src/safe_http.zig", + "lines": 89, + "unsafe_blocks": 7, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3592,18 +3589,8 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_graph.rs", - "lines": 63, - "unsafe_blocks": 4, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "bindings/rust/src/safe_email.rs", - "lines": 28, + "file_path": "bindings/zig/src/safe_state_machine.zig", + "lines": 56, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, @@ -3612,9 +3599,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_hex.rs", - "lines": 56, - "unsafe_blocks": 3, + "file_path": "bindings/zig/src/safe_phone.zig", + "lines": 60, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3622,19 +3609,19 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_digest.rs", - "lines": 77, - "unsafe_blocks": 2, + "file_path": "bindings/zig/src/proven.zig", + "lines": 133, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_geo.rs", - "lines": 98, - "unsafe_blocks": 3, + "file_path": "bindings/zig/src/safe_calculator.zig", + "lines": 34, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3642,9 +3629,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_ml.rs", - "lines": 64, - "unsafe_blocks": 5, + "file_path": "bindings/zig/src/safe_graph.zig", + "lines": 57, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3652,9 +3639,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_string.rs", - "lines": 65, - "unsafe_blocks": 2, + "file_path": "bindings/zig/src/safe_rate_limiter.zig", + "lines": 44, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3662,58 +3649,58 @@ "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_currency.rs", - "lines": 73, - "unsafe_blocks": 2, + "file_path": "bindings/c/include/proven.h", + "lines": 1718, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/rust/src/safe_crypto.rs", - "lines": 54, - "unsafe_blocks": 2, + "file_path": "bindings/io/src/IoProven.c", + "lines": 909, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/gql/neo4j/proven_procedures.java", - "lines": 424, + "file_path": "bindings/julia-the-viper/src/proven.jtv", + "lines": 85, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/pony/proven/proven.pony", - "lines": 65, + "file_path": "bindings/julia-the-viper/src/safe_json.jtv", + "lines": 96, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "bindings/pony/proven/lib_proven.pony", - "lines": 265, - "unsafe_blocks": 46, + "file_path": "bindings/julia-the-viper/src/safe_crypto.jtv", + "lines": 140, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "bindings/pony/proven/safe_crypto.pony", - "lines": 48, + "file_path": "bindings/wokelang/src/ffi.woke", + "lines": 243, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, @@ -3722,18 +3709,18 @@ "threading_constructs": 0 }, { - "file_path": "bindings/eclexia/src/safe_currency.ecl", - "lines": 203, + "file_path": "bindings/wokelang/src/safe_url.woke", + "lines": 87, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/eclexia/src/lib.ecl", - "lines": 70, + "file_path": "bindings/wokelang/src/safe_crypto.woke", + "lines": 109, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -3742,19 +3729,19 @@ "threading_constructs": 0 }, { - "file_path": "bindings/eclexia/src/safe_math.ecl", - "lines": 128, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_currency.rs", + "lines": 73, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafeDateTime.purs", - "lines": 25, - "unsafe_blocks": 2, + "file_path": "bindings/rust/src/safe_float.rs", + "lines": 60, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3762,8 +3749,8 @@ "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafeCrypto.purs", - "lines": 27, + "file_path": "bindings/rust/src/safe_phone.rs", + "lines": 55, "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, @@ -3772,19 +3759,19 @@ "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafeColor.purs", - "lines": 44, - "unsafe_blocks": 3, + "file_path": "bindings/rust/src/safe_digest.rs", + "lines": 77, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafeString.purs", - "lines": 44, - "unsafe_blocks": 4, + "file_path": "bindings/rust/src/safe_password.rs", + "lines": 67, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3792,9 +3779,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafeUrl.purs", - "lines": 50, - "unsafe_blocks": 1, + "file_path": "bindings/rust/src/safe_rate_limiter.rs", + "lines": 114, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3802,9 +3789,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafeMath.purs", - "lines": 62, - "unsafe_blocks": 6, + "file_path": "bindings/rust/src/safe_crypto.rs", + "lines": 54, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3812,19 +3799,19 @@ "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafeJson.purs", - "lines": 26, + "file_path": "bindings/rust/src/safe_registry.rs", + "lines": 135, "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafeUnit.purs", - "lines": 58, - "unsafe_blocks": 4, + "file_path": "bindings/rust/src/safe_url.rs", + "lines": 107, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3832,9 +3819,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafeNetwork.purs", - "lines": 36, - "unsafe_blocks": 3, + "file_path": "bindings/rust/src/safe_bloom.rs", + "lines": 83, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3842,19 +3829,19 @@ "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafeAngle.purs", - "lines": 39, - "unsafe_blocks": 4, + "file_path": "bindings/rust/src/tests/e2e.rs", + "lines": 269, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafeCurrency.purs", - "lines": 48, - "unsafe_blocks": 2, + "file_path": "bindings/rust/src/safe_lru.rs", + "lines": 65, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3862,9 +3849,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafePhone.purs", - "lines": 37, - "unsafe_blocks": 2, + "file_path": "bindings/rust/src/safe_queue.rs", + "lines": 109, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3872,9 +3859,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafeVersion.purs", - "lines": 33, - "unsafe_blocks": 3, + "file_path": "bindings/rust/src/safe_graph.rs", + "lines": 63, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3882,29 +3869,29 @@ "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafeUUID.purs", - "lines": 45, + "file_path": "bindings/rust/src/safe_http.rs", + "lines": 129, "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafeEmail.purs", - "lines": 19, + "file_path": "bindings/rust/src/core.rs", + "lines": 304, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafeFloat.purs", - "lines": 54, - "unsafe_blocks": 5, + "file_path": "bindings/rust/src/safe_header.rs", + "lines": 103, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3912,8 +3899,8 @@ "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafeHex.purs", - "lines": 35, + "file_path": "bindings/rust/src/safe_string.rs", + "lines": 65, "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, @@ -3922,9 +3909,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/purescript/Proven/SafePath.purs", - "lines": 28, - "unsafe_blocks": 2, + "file_path": "bindings/rust/src/safe_uuid.rs", + "lines": 83, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -3932,179 +3919,182 @@ "threading_constructs": 0 }, { - "file_path": "bindings/chapel/smoke/hello_smoke.chpl", - "lines": 56, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_content_type.rs", + "lines": 181, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/chapel/tests/TestSafePath.chpl", - "lines": 48, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_unit.rs", + "lines": 109, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/chapel/tests/TestSafeHeader.chpl", - "lines": 54, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_probability.rs", + "lines": 60, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/chapel/tests/TestLibraryInfo.chpl", - "lines": 27, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_retry.rs", + "lines": 103, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/chapel/tests/TestFfiContract.chpl", - "lines": 81, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_checksum.rs", + "lines": 83, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/chapel/src/LibProven.chpl", - "lines": 353, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_monotonic.rs", + "lines": 118, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/chapel/src/SafeCrypto.chpl", - "lines": 45, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_json.rs", + "lines": 39, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/chapel/src/Proven.chpl", - "lines": 45, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_version.rs", + "lines": 121, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/chapel/src/SafeMath.chpl", - "lines": 76, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_state_machine.rs", + "lines": 105, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/chapel/src/SafeDateTime.chpl", - "lines": 37, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_geo.rs", + "lines": 98, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/chapel/src/SafeString.chpl", - "lines": 45, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/version.rs", + "lines": 43, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/chapel/src/SafeUrl.chpl", - "lines": 28, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_datetime.rs", + "lines": 93, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/chapel/src/SafeHeader.chpl", - "lines": 35, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_math.rs", + "lines": 97, + "unsafe_blocks": 8, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/chapel/src/SafePath.chpl", - "lines": 47, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/callbacks.rs", + "lines": 83, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/chapel/src/SafeEmail.chpl", - "lines": 20, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_network.rs", + "lines": 70, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/chapel/src/SafeJson.chpl", - "lines": 39, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_cookie.rs", + "lines": 182, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/betlang/proven/safe_crypto.bet", - "lines": 109, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_ml.rs", + "lines": 64, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/betlang/proven/ffi.bet", - "lines": 243, - "unsafe_blocks": 1, + "file_path": "bindings/rust/src/safe_path.rs", + "lines": 42, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4112,19 +4102,19 @@ "threading_constructs": 0 }, { - "file_path": "bindings/betlang/proven/safe_url.bet", - "lines": 87, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_angle.rs", + "lines": 58, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/julia/src/Proven.jl", - "lines": 1621, - "unsafe_blocks": 154, + "file_path": "bindings/rust/src/safe_circuit_breaker.rs", + "lines": 109, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4132,59 +4122,59 @@ "threading_constructs": 0 }, { - "file_path": "bindings/haskell/src/Proven.hs", - "lines": 108, - "unsafe_blocks": 2, - "panic_sites": 1, + "file_path": "bindings/rust/src/safe_email.rs", + "lines": 28, + "unsafe_blocks": 1, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/ephapax/examples/lru_cache_dyadic.eph", - "lines": 189, - "unsafe_blocks": 1, + "file_path": "bindings/rust/src/safe_color.rs", + "lines": 97, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/ephapax/src/resource_impl.zig", - "lines": 85, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/lifecycle.rs", + "lines": 38, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/ephapax/src/lru_impl.zig", - "lines": 112, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_tensor.rs", + "lines": 102, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/ephapax/src/stubs.c", - "lines": 172, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_calculator.rs", + "lines": 37, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/ephapax/src/buffer_impl.zig", - "lines": 100, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_buffer.rs", + "lines": 122, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 2, @@ -4192,19 +4182,19 @@ "threading_constructs": 0 }, { - "file_path": "bindings/ephapax/test_simple.c", - "lines": 97, - "unsafe_blocks": 0, + "file_path": "bindings/rust/src/safe_hex.rs", + "lines": 56, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/version.gleam", - "lines": 37, - "unsafe_blocks": 2, + "file_path": "bindings/pony/proven/lib_proven.pony", + "lines": 265, + "unsafe_blocks": 46, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4212,9 +4202,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/crypto.gleam", - "lines": 19, - "unsafe_blocks": 2, + "file_path": "bindings/pony/proven/safe_crypto.pony", + "lines": 48, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4222,249 +4212,239 @@ "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/email.gleam", - "lines": 13, - "unsafe_blocks": 1, + "file_path": "bindings/pony/proven/proven.pony", + "lines": 65, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "bindings/gleam/src/proven/currency.gleam", - "lines": 79, - "unsafe_blocks": 12, + "file_path": "bindings/chapel/tests/TestFfiContract.chpl", + "lines": 81, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/float_ops.gleam", - "lines": 31, - "unsafe_blocks": 5, + "file_path": "bindings/chapel/tests/TestSafePath.chpl", + "lines": 48, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/unit.gleam", - "lines": 45, - "unsafe_blocks": 2, + "file_path": "bindings/chapel/tests/TestSafeHeader.chpl", + "lines": 54, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/angle.gleam", - "lines": 26, - "unsafe_blocks": 4, + "file_path": "bindings/chapel/tests/TestLibraryInfo.chpl", + "lines": 27, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/hex.gleam", - "lines": 41, - "unsafe_blocks": 8, + "file_path": "bindings/chapel/smoke/hello_smoke.chpl", + "lines": 56, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 1, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/string_ops.gleam", - "lines": 26, - "unsafe_blocks": 4, + "file_path": "bindings/chapel/src/SafeJson.chpl", + "lines": 39, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/phone.gleam", - "lines": 33, - "unsafe_blocks": 4, + "file_path": "bindings/chapel/src/SafeEmail.chpl", + "lines": 20, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/datetime.gleam", - "lines": 47, - "unsafe_blocks": 4, + "file_path": "bindings/chapel/src/SafeDateTime.chpl", + "lines": 37, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/uuid.gleam", - "lines": 67, - "unsafe_blocks": 9, + "file_path": "bindings/chapel/src/Proven.chpl", + "lines": 45, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/path.gleam", - "lines": 17, - "unsafe_blocks": 2, + "file_path": "bindings/chapel/src/LibProven.chpl", + "lines": 353, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/url.gleam", - "lines": 26, - "unsafe_blocks": 1, + "file_path": "bindings/chapel/src/SafePath.chpl", + "lines": 47, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/json.gleam", - "lines": 27, - "unsafe_blocks": 2, + "file_path": "bindings/chapel/src/SafeHeader.chpl", + "lines": 35, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/math.gleam", - "lines": 40, - "unsafe_blocks": 8, + "file_path": "bindings/chapel/src/SafeCrypto.chpl", + "lines": 45, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/network.gleam", - "lines": 26, - "unsafe_blocks": 3, + "file_path": "bindings/chapel/src/SafeUrl.chpl", + "lines": 28, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven/color.gleam", - "lines": 31, - "unsafe_blocks": 3, + "file_path": "bindings/chapel/src/SafeString.chpl", + "lines": 45, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/gleam/src/proven.gleam", - "lines": 46, - "unsafe_blocks": 4, + "file_path": "bindings/chapel/src/SafeMath.chpl", + "lines": 76, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/java/src/main/java/io/github/hyperpolymath/proven/SafeCrypto.java", - "lines": 60, - "unsafe_blocks": 0, + "file_path": "bindings/error-lang/src/ffi.err", + "lines": 242, + "unsafe_blocks": 44, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/java/src/main/java/io/github/hyperpolymath/proven/NativeUtil.java", - "lines": 163, - "unsafe_blocks": 0, + "file_path": "bindings/error-lang/src/proven.err", + "lines": 151, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/c/include/proven.h", - "lines": 1718, + "file_path": "bindings/error-lang/src/safe_url.err", + "lines": 86, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "bindings/zig/src/safe_ml.zig", - "lines": 56, - "unsafe_blocks": 1, - "panic_sites": 0, - "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_phone.zig", - "lines": 60, - "unsafe_blocks": 2, + "file_path": "bindings/error-lang/src/safe_crypto.err", + "lines": 108, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_bloom.zig", - "lines": 54, - "unsafe_blocks": 1, + "file_path": "bindings/nickel/proven.ncl", + "lines": 26, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_color.zig", - "lines": 79, - "unsafe_blocks": 2, + "file_path": "bindings/nickel/proven/safe-config.ncl", + "lines": 152, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_angle.zig", - "lines": 43, - "unsafe_blocks": 1, + "file_path": "bindings/gleam/src/proven.gleam", + "lines": 46, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4472,9 +4452,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_currency.zig", - "lines": 61, - "unsafe_blocks": 2, + "file_path": "bindings/gleam/src/proven/hex.gleam", + "lines": 41, + "unsafe_blocks": 8, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4482,9 +4462,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_network.zig", - "lines": 75, - "unsafe_blocks": 1, + "file_path": "bindings/gleam/src/proven/phone.gleam", + "lines": 33, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4492,9 +4472,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_http.zig", - "lines": 89, - "unsafe_blocks": 7, + "file_path": "bindings/gleam/src/proven/math.gleam", + "lines": 40, + "unsafe_blocks": 8, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4502,9 +4482,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_hex.zig", - "lines": 84, - "unsafe_blocks": 3, + "file_path": "bindings/gleam/src/proven/path.gleam", + "lines": 17, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4512,9 +4492,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_circuit_breaker.zig", - "lines": 64, - "unsafe_blocks": 1, + "file_path": "bindings/gleam/src/proven/angle.gleam", + "lines": 26, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4522,9 +4502,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_tensor.zig", - "lines": 69, - "unsafe_blocks": 1, + "file_path": "bindings/gleam/src/proven/string_ops.gleam", + "lines": 26, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4532,9 +4512,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_math.zig", - "lines": 102, - "unsafe_blocks": 1, + "file_path": "bindings/gleam/src/proven/network.gleam", + "lines": 26, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4542,9 +4522,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_geo.zig", - "lines": 58, - "unsafe_blocks": 1, + "file_path": "bindings/gleam/src/proven/version.gleam", + "lines": 37, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4552,9 +4532,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_float.zig", - "lines": 78, - "unsafe_blocks": 1, + "file_path": "bindings/gleam/src/proven/json.gleam", + "lines": 27, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4562,8 +4542,8 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_datetime.zig", - "lines": 105, + "file_path": "bindings/gleam/src/proven/crypto.gleam", + "lines": 19, "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, @@ -4572,9 +4552,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_state_machine.zig", - "lines": 56, - "unsafe_blocks": 1, + "file_path": "bindings/gleam/src/proven/currency.gleam", + "lines": 79, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4582,9 +4562,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_buffer.zig", - "lines": 60, - "unsafe_blocks": 1, + "file_path": "bindings/gleam/src/proven/uuid.gleam", + "lines": 67, + "unsafe_blocks": 9, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4592,9 +4572,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_password.zig", - "lines": 58, - "unsafe_blocks": 1, + "file_path": "bindings/gleam/src/proven/color.gleam", + "lines": 31, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4602,9 +4582,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_url.zig", - "lines": 71, - "unsafe_blocks": 1, + "file_path": "bindings/gleam/src/proven/float_ops.gleam", + "lines": 31, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4612,8 +4592,8 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_crypto.zig", - "lines": 42, + "file_path": "bindings/gleam/src/proven/email.gleam", + "lines": 13, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, @@ -4622,9 +4602,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_probability.zig", - "lines": 43, - "unsafe_blocks": 1, + "file_path": "bindings/gleam/src/proven/datetime.gleam", + "lines": 47, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4632,8 +4612,8 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_email.zig", - "lines": 20, + "file_path": "bindings/gleam/src/proven/url.gleam", + "lines": 26, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, @@ -4642,8 +4622,8 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_version.zig", - "lines": 79, + "file_path": "bindings/gleam/src/proven/unit.gleam", + "lines": 45, "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, @@ -4652,28 +4632,28 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_path.zig", - "lines": 58, - "unsafe_blocks": 2, + "file_path": "bindings/sql/mysql/proven_udf.c", + "lines": 748, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_queue.zig", - "lines": 65, - "unsafe_blocks": 1, + "file_path": "bindings/betlang/proven/safe_url.bet", + "lines": 87, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_rate_limiter.zig", - "lines": 44, + "file_path": "bindings/betlang/proven/ffi.bet", + "lines": 243, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, @@ -4682,9 +4662,19 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_header.zig", - "lines": 86, - "unsafe_blocks": 4, + "file_path": "bindings/betlang/proven/safe_crypto.bet", + "lines": 109, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "src/abi/LRU.idr", + "lines": 75, + "unsafe_blocks": 7, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4692,9 +4682,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_monotonic.zig", - "lines": 49, - "unsafe_blocks": 1, + "file_path": "src/abi/Callbacks.idr", + "lines": 214, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4702,9 +4692,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_cookie.zig", - "lines": 120, - "unsafe_blocks": 3, + "file_path": "src/abi/Echidna.idr", + "lines": 400, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4712,9 +4702,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_content_type.zig", - "lines": 129, - "unsafe_blocks": 3, + "file_path": "src/abi/Buffer.idr", + "lines": 56, + "unsafe_blocks": 7, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4722,9 +4712,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_calculator.zig", - "lines": 34, - "unsafe_blocks": 1, + "file_path": "src/abi/Resource.idr", + "lines": 54, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4732,9 +4722,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/proven.zig", - "lines": 133, - "unsafe_blocks": 1, + "file_path": "src/Proven/SafeXML/Parser.idr", + "lines": 481, + "unsafe_blocks": 8, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4742,9 +4732,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_retry.zig", - "lines": 62, - "unsafe_blocks": 1, + "file_path": "src/Proven/SafeArgs/Parser.idr", + "lines": 397, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4752,9 +4742,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_graph.zig", - "lines": 57, - "unsafe_blocks": 1, + "file_path": "src/Proven/SafeRegex/Matcher.idr", + "lines": 558, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4762,9 +4752,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_string.zig", - "lines": 73, - "unsafe_blocks": 4, + "file_path": "src/Proven/SafeYAML/Parser.idr", + "lines": 567, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4772,9 +4762,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_uuid.zig", - "lines": 95, - "unsafe_blocks": 2, + "file_path": "src/Proven/FFI/LRU.idr", + "lines": 75, + "unsafe_blocks": 7, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4782,9 +4772,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_lru.zig", - "lines": 57, - "unsafe_blocks": 1, + "file_path": "src/Proven/FFI/Callbacks.idr", + "lines": 214, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4792,9 +4782,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_json.zig", - "lines": 46, - "unsafe_blocks": 1, + "file_path": "src/Proven/FFI/Echidna.idr", + "lines": 400, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4802,9 +4792,9 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_unit.zig", - "lines": 64, - "unsafe_blocks": 1, + "file_path": "src/Proven/FFI/Buffer.idr", + "lines": 56, + "unsafe_blocks": 7, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -4812,8 +4802,18 @@ "threading_constructs": 0 }, { - "file_path": "bindings/zig/src/safe_checksum.zig", - "lines": 36, + "file_path": "src/Proven/FFI/Resource.idr", + "lines": 54, + "unsafe_blocks": 6, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "src/Proven/SafeAngle.idr", + "lines": 239, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, @@ -4822,293 +4822,293 @@ "threading_constructs": 0 }, { - "file_path": "bindings/sql/mysql/proven_udf.c", - "lines": 748, - "unsafe_blocks": 0, + "file_path": "src/Proven/SafeTree.idr", + "lines": 283, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ "cpu", - "disk", - "memory", "network", + "memory", + "disk", "concurrency" ], "dependency_graph": { "edges": [ { - "from": "bindings/nim/src/proven/safe_url.nim", - "to": "bindings/nim/src/proven/safe_currency.nim", - "relation": "shared_dir:bindings/nim/src/proven", + "from": "bindings/error-lang/src/ffi.err", + "to": "bindings/error-lang/src/proven.err", + "relation": "shared_dir:bindings/error-lang/src", "weight": 1.0 }, { - "from": "bindings/nim/src/proven/safe_currency.nim", - "to": "bindings/nim/src/proven/safe_string.nim", - "relation": "shared_dir:bindings/nim/src/proven", + "from": "bindings/error-lang/src/proven.err", + "to": "bindings/error-lang/src/safe_url.err", + "relation": "shared_dir:bindings/error-lang/src", "weight": 1.0 }, { - "from": "bindings/nim/src/proven/safe_string.nim", - "to": "bindings/nim/src/proven/safe_bloom.nim", - "relation": "shared_dir:bindings/nim/src/proven", + "from": "bindings/error-lang/src/safe_url.err", + "to": "bindings/error-lang/src/safe_crypto.err", + "relation": "shared_dir:bindings/error-lang/src", "weight": 1.0 }, { - "from": "bindings/nim/src/proven/safe_bloom.nim", - "to": "bindings/nim/src/proven/safe_hex.nim", - "relation": "shared_dir:bindings/nim/src/proven", + "from": "bindings/sml/src/safe_datetime.sml", + "to": "bindings/sml/src/lib_proven.sml", + "relation": "shared_dir:bindings/sml/src", "weight": 1.0 }, { - "from": "bindings/nim/src/proven/safe_hex.nim", - "to": "bindings/nim/src/proven/safe_path.nim", - "relation": "shared_dir:bindings/nim/src/proven", + "from": "bindings/sml/src/lib_proven.sml", + "to": "bindings/sml/src/safe_network.sml", + "relation": "shared_dir:bindings/sml/src", "weight": 1.0 }, { - "from": "bindings/nim/src/proven/safe_path.nim", - "to": "bindings/nim/src/proven/safe_email.nim", - "relation": "shared_dir:bindings/nim/src/proven", + "from": "bindings/sml/src/safe_network.sml", + "to": "bindings/sml/src/safe_url.sml", + "relation": "shared_dir:bindings/sml/src", "weight": 1.0 }, { - "from": "bindings/nim/src/proven/safe_email.nim", - "to": "bindings/nim/src/proven/safe_datetime.nim", - "relation": "shared_dir:bindings/nim/src/proven", + "from": "bindings/sml/src/safe_url.sml", + "to": "bindings/sml/src/safe_crypto.sml", + "relation": "shared_dir:bindings/sml/src", "weight": 1.0 }, { - "from": "bindings/nim/src/proven/safe_datetime.nim", - "to": "bindings/nim/src/proven/safe_network.nim", - "relation": "shared_dir:bindings/nim/src/proven", + "from": "bindings/gleam/src/proven/hex.gleam", + "to": "bindings/gleam/src/proven/phone.gleam", + "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { - "from": "bindings/nim/src/proven/safe_network.nim", - "to": "bindings/nim/src/proven/safe_uuid.nim", - "relation": "shared_dir:bindings/nim/src/proven", + "from": "bindings/gleam/src/proven/phone.gleam", + "to": "bindings/gleam/src/proven/math.gleam", + "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { - "from": "bindings/nim/src/proven/safe_uuid.nim", - "to": "bindings/nim/src/proven/safe_phone.nim", - "relation": "shared_dir:bindings/nim/src/proven", + "from": "bindings/gleam/src/proven/math.gleam", + "to": "bindings/gleam/src/proven/path.gleam", + "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { - "from": "bindings/nim/src/proven/safe_phone.nim", - "to": "bindings/nim/src/proven/safe_crypto.nim", - "relation": "shared_dir:bindings/nim/src/proven", + "from": "bindings/gleam/src/proven/path.gleam", + "to": "bindings/gleam/src/proven/angle.gleam", + "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { - "from": "bindings/nim/src/proven/safe_crypto.nim", - "to": "bindings/nim/src/proven/safe_json.nim", - "relation": "shared_dir:bindings/nim/src/proven", + "from": "bindings/gleam/src/proven/angle.gleam", + "to": "bindings/gleam/src/proven/string_ops.gleam", + "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { - "from": "bindings/nim/src/proven/safe_json.nim", - "to": "bindings/nim/src/proven/safe_color.nim", - "relation": "shared_dir:bindings/nim/src/proven", + "from": "bindings/gleam/src/proven/string_ops.gleam", + "to": "bindings/gleam/src/proven/network.gleam", + "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { - "from": "bindings/nim/src/proven/safe_color.nim", - "to": "bindings/nim/src/proven/safe_buffer.nim", - "relation": "shared_dir:bindings/nim/src/proven", + "from": "bindings/gleam/src/proven/network.gleam", + "to": "bindings/gleam/src/proven/version.gleam", + "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { - "from": "bindings/nim/src/proven/safe_buffer.nim", - "to": "bindings/nim/src/proven/safe_version.nim", - "relation": "shared_dir:bindings/nim/src/proven", + "from": "bindings/gleam/src/proven/version.gleam", + "to": "bindings/gleam/src/proven/json.gleam", + "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { - "from": "bindings/gleam/src/proven/version.gleam", + "from": "bindings/gleam/src/proven/json.gleam", "to": "bindings/gleam/src/proven/crypto.gleam", "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { "from": "bindings/gleam/src/proven/crypto.gleam", - "to": "bindings/gleam/src/proven/email.gleam", + "to": "bindings/gleam/src/proven/currency.gleam", "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { - "from": "bindings/gleam/src/proven/email.gleam", - "to": "bindings/gleam/src/proven/currency.gleam", + "from": "bindings/gleam/src/proven/currency.gleam", + "to": "bindings/gleam/src/proven/uuid.gleam", "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { - "from": "bindings/gleam/src/proven/currency.gleam", - "to": "bindings/gleam/src/proven/float_ops.gleam", + "from": "bindings/gleam/src/proven/uuid.gleam", + "to": "bindings/gleam/src/proven/color.gleam", "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { - "from": "bindings/gleam/src/proven/float_ops.gleam", - "to": "bindings/gleam/src/proven/unit.gleam", + "from": "bindings/gleam/src/proven/color.gleam", + "to": "bindings/gleam/src/proven/float_ops.gleam", "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { - "from": "bindings/gleam/src/proven/unit.gleam", - "to": "bindings/gleam/src/proven/angle.gleam", + "from": "bindings/gleam/src/proven/float_ops.gleam", + "to": "bindings/gleam/src/proven/email.gleam", "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { - "from": "bindings/gleam/src/proven/angle.gleam", - "to": "bindings/gleam/src/proven/hex.gleam", + "from": "bindings/gleam/src/proven/email.gleam", + "to": "bindings/gleam/src/proven/datetime.gleam", "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { - "from": "bindings/gleam/src/proven/hex.gleam", - "to": "bindings/gleam/src/proven/string_ops.gleam", + "from": "bindings/gleam/src/proven/datetime.gleam", + "to": "bindings/gleam/src/proven/url.gleam", "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { - "from": "bindings/gleam/src/proven/string_ops.gleam", - "to": "bindings/gleam/src/proven/phone.gleam", + "from": "bindings/gleam/src/proven/url.gleam", + "to": "bindings/gleam/src/proven/unit.gleam", "relation": "shared_dir:bindings/gleam/src/proven", "weight": 1.0 }, { - "from": "bindings/gleam/src/proven/phone.gleam", - "to": "bindings/gleam/src/proven/datetime.gleam", - "relation": "shared_dir:bindings/gleam/src/proven", + "from": "src/Proven/SafeAngle.idr", + "to": "src/Proven/SafeTree.idr", + "relation": "shared_dir:src/Proven", "weight": 1.0 }, { - "from": "bindings/gleam/src/proven/datetime.gleam", - "to": "bindings/gleam/src/proven/uuid.gleam", - "relation": "shared_dir:bindings/gleam/src/proven", + "from": "bindings/pony/proven/lib_proven.pony", + "to": "bindings/pony/proven/safe_crypto.pony", + "relation": "shared_dir:bindings/pony/proven", "weight": 1.0 }, { - "from": "bindings/gleam/src/proven/uuid.gleam", - "to": "bindings/gleam/src/proven/path.gleam", - "relation": "shared_dir:bindings/gleam/src/proven", + "from": "bindings/pony/proven/safe_crypto.pony", + "to": "bindings/pony/proven/proven.pony", + "relation": "shared_dir:bindings/pony/proven", "weight": 1.0 }, { - "from": "bindings/gleam/src/proven/path.gleam", - "to": "bindings/gleam/src/proven/url.gleam", - "relation": "shared_dir:bindings/gleam/src/proven", + "from": "bindings/vcl/proven_queries.vcl", + "to": "bindings/vcl/proven_plugin.go", + "relation": "shared_dir:bindings/vcl", "weight": 1.0 }, { - "from": "bindings/gleam/src/proven/url.gleam", - "to": "bindings/gleam/src/proven/json.gleam", - "relation": "shared_dir:bindings/gleam/src/proven", + "from": "bindings/d/source/proven/safe_hex.d", + "to": "bindings/d/source/proven/safe_color.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { - "from": "bindings/gleam/src/proven/json.gleam", - "to": "bindings/gleam/src/proven/math.gleam", - "relation": "shared_dir:bindings/gleam/src/proven", + "from": "bindings/d/source/proven/safe_color.d", + "to": "bindings/d/source/proven/safe_version.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { - "from": "bindings/gleam/src/proven/math.gleam", - "to": "bindings/gleam/src/proven/network.gleam", - "relation": "shared_dir:bindings/gleam/src/proven", + "from": "bindings/d/source/proven/safe_version.d", + "to": "bindings/d/source/proven/safe_uuid.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { - "from": "bindings/gleam/src/proven/network.gleam", - "to": "bindings/gleam/src/proven/color.gleam", - "relation": "shared_dir:bindings/gleam/src/proven", + "from": "bindings/d/source/proven/safe_uuid.d", + "to": "bindings/d/source/proven/safe_string.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { - "from": "src/abi/Echidna.idr", - "to": "src/abi/Buffer.idr", - "relation": "shared_dir:src/abi", + "from": "bindings/d/source/proven/safe_string.d", + "to": "bindings/d/source/proven/ffi.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { - "from": "src/abi/Buffer.idr", - "to": "src/abi/Resource.idr", - "relation": "shared_dir:src/abi", + "from": "bindings/d/source/proven/ffi.d", + "to": "bindings/d/source/proven/safe_float.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { - "from": "src/abi/Resource.idr", - "to": "src/abi/Callbacks.idr", - "relation": "shared_dir:src/abi", + "from": "bindings/d/source/proven/safe_float.d", + "to": "bindings/d/source/proven/safe_angle.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { - "from": "src/abi/Callbacks.idr", - "to": "src/abi/LRU.idr", - "relation": "shared_dir:src/abi", + "from": "bindings/d/source/proven/safe_angle.d", + "to": "bindings/d/source/proven/safe_datetime.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { - "from": "bindings/wokelang/src/ffi.woke", - "to": "bindings/wokelang/src/safe_crypto.woke", - "relation": "shared_dir:bindings/wokelang/src", + "from": "bindings/d/source/proven/safe_datetime.d", + "to": "bindings/d/source/proven/safe_math.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { - "from": "bindings/wokelang/src/safe_crypto.woke", - "to": "bindings/wokelang/src/safe_url.woke", - "relation": "shared_dir:bindings/wokelang/src", + "from": "bindings/d/source/proven/safe_math.d", + "to": "bindings/d/source/proven/safe_email.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { - "from": "bindings/pony/proven/proven.pony", - "to": "bindings/pony/proven/lib_proven.pony", - "relation": "shared_dir:bindings/pony/proven", + "from": "bindings/d/source/proven/safe_email.d", + "to": "bindings/d/source/proven/safe_crypto.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { - "from": "bindings/pony/proven/lib_proven.pony", - "to": "bindings/pony/proven/safe_crypto.pony", - "relation": "shared_dir:bindings/pony/proven", + "from": "bindings/d/source/proven/safe_crypto.d", + "to": "bindings/d/source/proven/safe_url.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { - "from": "bindings/sml/src/safe_network.sml", - "to": "bindings/sml/src/lib_proven.sml", - "relation": "shared_dir:bindings/sml/src", + "from": "bindings/d/source/proven/safe_url.d", + "to": "bindings/d/source/proven/safe_phone.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { - "from": "bindings/sml/src/lib_proven.sml", - "to": "bindings/sml/src/safe_datetime.sml", - "relation": "shared_dir:bindings/sml/src", + "from": "bindings/d/source/proven/safe_phone.d", + "to": "bindings/d/source/proven/safe_path.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { - "from": "bindings/sml/src/safe_datetime.sml", - "to": "bindings/sml/src/safe_url.sml", - "relation": "shared_dir:bindings/sml/src", + "from": "bindings/d/source/proven/safe_path.d", + "to": "bindings/d/source/proven/safe_json.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { - "from": "bindings/sml/src/safe_url.sml", - "to": "bindings/sml/src/safe_crypto.sml", - "relation": "shared_dir:bindings/sml/src", + "from": "bindings/d/source/proven/safe_json.d", + "to": "bindings/d/source/proven/safe_network.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { - "from": "domain-specific/tui/src/event.rs", - "to": "domain-specific/tui/src/app.rs", - "relation": "shared_dir:domain-specific/tui/src", + "from": "bindings/d/source/proven/safe_network.d", + "to": "bindings/d/source/proven/safe_currency.d", + "relation": "shared_dir:bindings/d/source/proven", "weight": 1.0 }, { @@ -5118,1009 +5118,1036 @@ "weight": 1.0 }, { - "from": "bindings/ephapax-affine/src/safe_url.rs", - "to": "bindings/ephapax-affine/src/safe_math.rs", - "relation": "shared_dir:bindings/ephapax-affine/src", + "from": "bindings/betlang/proven/safe_url.bet", + "to": "bindings/betlang/proven/ffi.bet", + "relation": "shared_dir:bindings/betlang/proven", "weight": 1.0 }, { - "from": "bindings/ephapax-affine/src/safe_math.rs", - "to": "bindings/ephapax-affine/src/lib.rs", - "relation": "shared_dir:bindings/ephapax-affine/src", + "from": "bindings/betlang/proven/ffi.bet", + "to": "bindings/betlang/proven/safe_crypto.bet", + "relation": "shared_dir:bindings/betlang/proven", "weight": 1.0 }, { - "from": "bindings/ephapax-affine/src/lib.rs", - "to": "bindings/ephapax-affine/src/safe_json.rs", - "relation": "shared_dir:bindings/ephapax-affine/src", + "from": "bindings/go/proven/safe_ml.go", + "to": "bindings/go/proven/proven.go", + "relation": "shared_dir:bindings/go/proven", "weight": 1.0 }, { - "from": "bindings/ephapax-affine/src/safe_json.rs", - "to": "bindings/ephapax-affine/src/safe_email.rs", - "relation": "shared_dir:bindings/ephapax-affine/src", + "from": "domain-specific/tui/src/app.rs", + "to": "domain-specific/tui/src/event.rs", + "relation": "shared_dir:domain-specific/tui/src", "weight": 1.0 }, { - "from": "bindings/ephapax-affine/src/safe_email.rs", - "to": "bindings/ephapax-affine/src/safe_string.rs", - "relation": "shared_dir:bindings/ephapax-affine/src", + "from": "bindings/ephapax/src/lru_impl.zig", + "to": "bindings/ephapax/src/buffer_impl.zig", + "relation": "shared_dir:bindings/ephapax/src", "weight": 1.0 }, { - "from": "bindings/ephapax-affine/src/safe_string.rs", - "to": "bindings/ephapax-affine/src/safe_crypto.rs", - "relation": "shared_dir:bindings/ephapax-affine/src", + "from": "bindings/ephapax/src/buffer_impl.zig", + "to": "bindings/ephapax/src/resource_impl.zig", + "relation": "shared_dir:bindings/ephapax/src", "weight": 1.0 }, { - "from": "src/Proven/FFI/Echidna.idr", - "to": "src/Proven/FFI/Buffer.idr", - "relation": "shared_dir:src/Proven/FFI", + "from": "bindings/ephapax/src/resource_impl.zig", + "to": "bindings/ephapax/src/stubs.c", + "relation": "shared_dir:bindings/ephapax/src", "weight": 1.0 }, { - "from": "src/Proven/FFI/Buffer.idr", - "to": "src/Proven/FFI/Resource.idr", - "relation": "shared_dir:src/Proven/FFI", + "from": "bindings/purescript/Proven/SafeVersion.purs", + "to": "bindings/purescript/Proven/SafeCrypto.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "src/Proven/FFI/Resource.idr", - "to": "src/Proven/FFI/Callbacks.idr", - "relation": "shared_dir:src/Proven/FFI", + "from": "bindings/purescript/Proven/SafeCrypto.purs", + "to": "bindings/purescript/Proven/SafeUUID.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "src/Proven/FFI/Callbacks.idr", - "to": "src/Proven/FFI/LRU.idr", - "relation": "shared_dir:src/Proven/FFI", + "from": "bindings/purescript/Proven/SafeUUID.purs", + "to": "bindings/purescript/Proven/SafeMath.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "src/Proven/SafeTree.idr", - "to": "src/Proven/SafeAngle.idr", - "relation": "shared_dir:src/Proven", + "from": "bindings/purescript/Proven/SafeMath.purs", + "to": "bindings/purescript/Proven/SafeString.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "bindings/eclexia/src/safe_currency.ecl", - "to": "bindings/eclexia/src/lib.ecl", - "relation": "shared_dir:bindings/eclexia/src", + "from": "bindings/purescript/Proven/SafeString.purs", + "to": "bindings/purescript/Proven/SafeNetwork.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "bindings/eclexia/src/lib.ecl", - "to": "bindings/eclexia/src/safe_math.ecl", - "relation": "shared_dir:bindings/eclexia/src", + "from": "bindings/purescript/Proven/SafeNetwork.purs", + "to": "bindings/purescript/Proven/SafeHex.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "bindings/chapel/src/LibProven.chpl", - "to": "bindings/chapel/src/SafeCrypto.chpl", - "relation": "shared_dir:bindings/chapel/src", + "from": "bindings/purescript/Proven/SafeHex.purs", + "to": "bindings/purescript/Proven/SafeColor.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "bindings/chapel/src/SafeCrypto.chpl", - "to": "bindings/chapel/src/Proven.chpl", - "relation": "shared_dir:bindings/chapel/src", + "from": "bindings/purescript/Proven/SafeColor.purs", + "to": "bindings/purescript/Proven/SafeJson.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "bindings/chapel/src/Proven.chpl", - "to": "bindings/chapel/src/SafeMath.chpl", - "relation": "shared_dir:bindings/chapel/src", + "from": "bindings/purescript/Proven/SafeJson.purs", + "to": "bindings/purescript/Proven/SafeDateTime.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "bindings/chapel/src/SafeMath.chpl", - "to": "bindings/chapel/src/SafeDateTime.chpl", - "relation": "shared_dir:bindings/chapel/src", + "from": "bindings/purescript/Proven/SafeDateTime.purs", + "to": "bindings/purescript/Proven/SafePhone.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "bindings/chapel/src/SafeDateTime.chpl", - "to": "bindings/chapel/src/SafeString.chpl", - "relation": "shared_dir:bindings/chapel/src", + "from": "bindings/purescript/Proven/SafePhone.purs", + "to": "bindings/purescript/Proven/SafePath.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "bindings/chapel/src/SafeString.chpl", - "to": "bindings/chapel/src/SafeUrl.chpl", - "relation": "shared_dir:bindings/chapel/src", + "from": "bindings/purescript/Proven/SafePath.purs", + "to": "bindings/purescript/Proven/SafeUrl.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "bindings/chapel/src/SafeUrl.chpl", - "to": "bindings/chapel/src/SafeHeader.chpl", - "relation": "shared_dir:bindings/chapel/src", + "from": "bindings/purescript/Proven/SafeUrl.purs", + "to": "bindings/purescript/Proven/SafeAngle.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "bindings/chapel/src/SafeHeader.chpl", - "to": "bindings/chapel/src/SafePath.chpl", - "relation": "shared_dir:bindings/chapel/src", + "from": "bindings/purescript/Proven/SafeAngle.purs", + "to": "bindings/purescript/Proven/SafeFloat.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "bindings/chapel/src/SafePath.chpl", - "to": "bindings/chapel/src/SafeEmail.chpl", - "relation": "shared_dir:bindings/chapel/src", + "from": "bindings/purescript/Proven/SafeFloat.purs", + "to": "bindings/purescript/Proven/SafeUnit.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "bindings/chapel/src/SafeEmail.chpl", - "to": "bindings/chapel/src/SafeJson.chpl", - "relation": "shared_dir:bindings/chapel/src", + "from": "bindings/purescript/Proven/SafeUnit.purs", + "to": "bindings/purescript/Proven/SafeCurrency.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_content_type.rs", - "to": "bindings/rust/src/safe_checksum.rs", - "relation": "shared_dir:bindings/rust/src", + "from": "bindings/purescript/Proven/SafeCurrency.purs", + "to": "bindings/purescript/Proven/SafeEmail.purs", + "relation": "shared_dir:bindings/purescript/Proven", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_checksum.rs", - "to": "bindings/rust/src/safe_buffer.rs", - "relation": "shared_dir:bindings/rust/src", + "from": "bindings/ephapax-linear/src/lib.rs", + "to": "bindings/ephapax-linear/src/safe_string.rs", + "relation": "shared_dir:bindings/ephapax-linear/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_buffer.rs", - "to": "bindings/rust/src/safe_datetime.rs", + "from": "bindings/ephapax-linear/src/safe_string.rs", + "to": "bindings/ephapax-linear/src/safe_math.rs", + "relation": "shared_dir:bindings/ephapax-linear/src", + "weight": 1.0 + }, + { + "from": "bindings/rust/src/safe_currency.rs", + "to": "bindings/rust/src/safe_float.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_datetime.rs", - "to": "bindings/rust/src/safe_bloom.rs", + "from": "bindings/rust/src/safe_float.rs", + "to": "bindings/rust/src/safe_phone.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_bloom.rs", - "to": "bindings/rust/src/safe_uuid.rs", + "from": "bindings/rust/src/safe_phone.rs", + "to": "bindings/rust/src/safe_digest.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_uuid.rs", - "to": "bindings/rust/src/safe_calculator.rs", + "from": "bindings/rust/src/safe_digest.rs", + "to": "bindings/rust/src/safe_password.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_calculator.rs", + "from": "bindings/rust/src/safe_password.rs", "to": "bindings/rust/src/safe_rate_limiter.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { "from": "bindings/rust/src/safe_rate_limiter.rs", - "to": "bindings/rust/src/safe_queue.rs", + "to": "bindings/rust/src/safe_crypto.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_queue.rs", - "to": "bindings/rust/src/safe_network.rs", + "from": "bindings/rust/src/safe_crypto.rs", + "to": "bindings/rust/src/safe_registry.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_network.rs", + "from": "bindings/rust/src/safe_registry.rs", "to": "bindings/rust/src/safe_url.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { "from": "bindings/rust/src/safe_url.rs", - "to": "bindings/rust/src/safe_math.rs", + "to": "bindings/rust/src/safe_bloom.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_math.rs", - "to": "bindings/rust/src/safe_angle.rs", + "from": "bindings/rust/src/safe_bloom.rs", + "to": "bindings/rust/src/safe_lru.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_angle.rs", - "to": "bindings/rust/src/safe_password.rs", + "from": "bindings/rust/src/safe_lru.rs", + "to": "bindings/rust/src/safe_queue.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_password.rs", - "to": "bindings/rust/src/safe_phone.rs", + "from": "bindings/rust/src/safe_queue.rs", + "to": "bindings/rust/src/safe_graph.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_phone.rs", - "to": "bindings/rust/src/core.rs", - "relation": "shared_dir:bindings/rust/src", - "weight": 1.0 - }, - { - "from": "bindings/rust/src/core.rs", + "from": "bindings/rust/src/safe_graph.rs", "to": "bindings/rust/src/safe_http.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { "from": "bindings/rust/src/safe_http.rs", - "to": "bindings/rust/src/safe_unit.rs", + "to": "bindings/rust/src/core.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_unit.rs", - "to": "bindings/rust/src/lifecycle.rs", + "from": "bindings/rust/src/core.rs", + "to": "bindings/rust/src/safe_header.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/lifecycle.rs", - "to": "bindings/rust/src/callbacks.rs", + "from": "bindings/rust/src/safe_header.rs", + "to": "bindings/rust/src/safe_string.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/callbacks.rs", - "to": "bindings/rust/src/safe_cookie.rs", + "from": "bindings/rust/src/safe_string.rs", + "to": "bindings/rust/src/safe_uuid.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_cookie.rs", - "to": "bindings/rust/src/safe_header.rs", + "from": "bindings/rust/src/safe_uuid.rs", + "to": "bindings/rust/src/safe_content_type.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_header.rs", - "to": "bindings/rust/src/safe_probability.rs", + "from": "bindings/rust/src/safe_content_type.rs", + "to": "bindings/rust/src/safe_unit.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_probability.rs", - "to": "bindings/rust/src/safe_state_machine.rs", + "from": "bindings/rust/src/safe_unit.rs", + "to": "bindings/rust/src/safe_probability.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_state_machine.rs", - "to": "bindings/rust/src/safe_color.rs", + "from": "bindings/rust/src/safe_probability.rs", + "to": "bindings/rust/src/safe_retry.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_color.rs", - "to": "bindings/rust/src/safe_lru.rs", + "from": "bindings/rust/src/safe_retry.rs", + "to": "bindings/rust/src/safe_checksum.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_lru.rs", - "to": "bindings/rust/src/version.rs", + "from": "bindings/rust/src/safe_checksum.rs", + "to": "bindings/rust/src/safe_monotonic.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/version.rs", - "to": "bindings/rust/src/safe_tensor.rs", + "from": "bindings/rust/src/safe_monotonic.rs", + "to": "bindings/rust/src/safe_json.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_tensor.rs", + "from": "bindings/rust/src/safe_json.rs", "to": "bindings/rust/src/safe_version.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { "from": "bindings/rust/src/safe_version.rs", - "to": "bindings/rust/src/safe_monotonic.rs", + "to": "bindings/rust/src/safe_state_machine.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_monotonic.rs", - "to": "bindings/rust/src/safe_path.rs", + "from": "bindings/rust/src/safe_state_machine.rs", + "to": "bindings/rust/src/safe_geo.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_path.rs", - "to": "bindings/rust/src/safe_float.rs", + "from": "bindings/rust/src/safe_geo.rs", + "to": "bindings/rust/src/version.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_float.rs", - "to": "bindings/rust/src/safe_retry.rs", + "from": "bindings/rust/src/version.rs", + "to": "bindings/rust/src/safe_datetime.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_retry.rs", - "to": "bindings/rust/src/safe_registry.rs", + "from": "bindings/rust/src/safe_datetime.rs", + "to": "bindings/rust/src/safe_math.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_registry.rs", - "to": "bindings/rust/src/safe_circuit_breaker.rs", + "from": "bindings/rust/src/safe_math.rs", + "to": "bindings/rust/src/callbacks.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_circuit_breaker.rs", - "to": "bindings/rust/src/safe_json.rs", + "from": "bindings/rust/src/callbacks.rs", + "to": "bindings/rust/src/safe_network.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_json.rs", - "to": "bindings/rust/src/safe_graph.rs", + "from": "bindings/rust/src/safe_network.rs", + "to": "bindings/rust/src/safe_cookie.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_graph.rs", - "to": "bindings/rust/src/safe_email.rs", + "from": "bindings/rust/src/safe_cookie.rs", + "to": "bindings/rust/src/safe_ml.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_email.rs", - "to": "bindings/rust/src/safe_hex.rs", + "from": "bindings/rust/src/safe_ml.rs", + "to": "bindings/rust/src/safe_path.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_hex.rs", - "to": "bindings/rust/src/safe_digest.rs", + "from": "bindings/rust/src/safe_path.rs", + "to": "bindings/rust/src/safe_angle.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_digest.rs", - "to": "bindings/rust/src/safe_geo.rs", + "from": "bindings/rust/src/safe_angle.rs", + "to": "bindings/rust/src/safe_circuit_breaker.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_geo.rs", - "to": "bindings/rust/src/safe_ml.rs", + "from": "bindings/rust/src/safe_circuit_breaker.rs", + "to": "bindings/rust/src/safe_email.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_ml.rs", - "to": "bindings/rust/src/safe_string.rs", + "from": "bindings/rust/src/safe_email.rs", + "to": "bindings/rust/src/safe_color.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_string.rs", - "to": "bindings/rust/src/safe_currency.rs", + "from": "bindings/rust/src/safe_color.rs", + "to": "bindings/rust/src/lifecycle.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/rust/src/safe_currency.rs", - "to": "bindings/rust/src/safe_crypto.rs", + "from": "bindings/rust/src/lifecycle.rs", + "to": "bindings/rust/src/safe_tensor.rs", "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/d/source/proven/safe_uuid.d", - "to": "bindings/d/source/proven/safe_json.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/rust/src/safe_tensor.rs", + "to": "bindings/rust/src/safe_calculator.rs", + "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/d/source/proven/safe_json.d", - "to": "bindings/d/source/proven/safe_math.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/rust/src/safe_calculator.rs", + "to": "bindings/rust/src/safe_buffer.rs", + "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/d/source/proven/safe_math.d", - "to": "bindings/d/source/proven/safe_url.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/rust/src/safe_buffer.rs", + "to": "bindings/rust/src/safe_hex.rs", + "relation": "shared_dir:bindings/rust/src", "weight": 1.0 }, { - "from": "bindings/d/source/proven/safe_url.d", - "to": "bindings/d/source/proven/safe_network.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/nim/src/proven/safe_email.nim", + "to": "bindings/nim/src/proven/safe_crypto.nim", + "relation": "shared_dir:bindings/nim/src/proven", "weight": 1.0 }, { - "from": "bindings/d/source/proven/safe_network.d", - "to": "bindings/d/source/proven/ffi.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/nim/src/proven/safe_crypto.nim", + "to": "bindings/nim/src/proven/safe_json.nim", + "relation": "shared_dir:bindings/nim/src/proven", "weight": 1.0 }, { - "from": "bindings/d/source/proven/ffi.d", - "to": "bindings/d/source/proven/safe_color.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/nim/src/proven/safe_json.nim", + "to": "bindings/nim/src/proven/safe_string.nim", + "relation": "shared_dir:bindings/nim/src/proven", "weight": 1.0 }, { - "from": "bindings/d/source/proven/safe_color.d", - "to": "bindings/d/source/proven/safe_angle.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/nim/src/proven/safe_string.nim", + "to": "bindings/nim/src/proven/safe_version.nim", + "relation": "shared_dir:bindings/nim/src/proven", "weight": 1.0 }, { - "from": "bindings/d/source/proven/safe_angle.d", - "to": "bindings/d/source/proven/safe_float.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/nim/src/proven/safe_version.nim", + "to": "bindings/nim/src/proven/safe_url.nim", + "relation": "shared_dir:bindings/nim/src/proven", "weight": 1.0 }, { - "from": "bindings/d/source/proven/safe_float.d", - "to": "bindings/d/source/proven/safe_string.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/nim/src/proven/safe_url.nim", + "to": "bindings/nim/src/proven/safe_datetime.nim", + "relation": "shared_dir:bindings/nim/src/proven", "weight": 1.0 }, { - "from": "bindings/d/source/proven/safe_string.d", - "to": "bindings/d/source/proven/safe_crypto.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/nim/src/proven/safe_datetime.nim", + "to": "bindings/nim/src/proven/safe_currency.nim", + "relation": "shared_dir:bindings/nim/src/proven", "weight": 1.0 }, { - "from": "bindings/d/source/proven/safe_crypto.d", - "to": "bindings/d/source/proven/safe_email.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/nim/src/proven/safe_currency.nim", + "to": "bindings/nim/src/proven/safe_buffer.nim", + "relation": "shared_dir:bindings/nim/src/proven", "weight": 1.0 }, { - "from": "bindings/d/source/proven/safe_email.d", - "to": "bindings/d/source/proven/safe_datetime.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/nim/src/proven/safe_buffer.nim", + "to": "bindings/nim/src/proven/safe_phone.nim", + "relation": "shared_dir:bindings/nim/src/proven", "weight": 1.0 }, { - "from": "bindings/d/source/proven/safe_datetime.d", - "to": "bindings/d/source/proven/safe_path.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/nim/src/proven/safe_phone.nim", + "to": "bindings/nim/src/proven/safe_network.nim", + "relation": "shared_dir:bindings/nim/src/proven", "weight": 1.0 }, { - "from": "bindings/d/source/proven/safe_path.d", - "to": "bindings/d/source/proven/safe_currency.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/nim/src/proven/safe_network.nim", + "to": "bindings/nim/src/proven/safe_hex.nim", + "relation": "shared_dir:bindings/nim/src/proven", "weight": 1.0 }, { - "from": "bindings/d/source/proven/safe_currency.d", - "to": "bindings/d/source/proven/safe_version.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/nim/src/proven/safe_hex.nim", + "to": "bindings/nim/src/proven/safe_color.nim", + "relation": "shared_dir:bindings/nim/src/proven", "weight": 1.0 }, { - "from": "bindings/d/source/proven/safe_version.d", - "to": "bindings/d/source/proven/safe_hex.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/nim/src/proven/safe_color.nim", + "to": "bindings/nim/src/proven/safe_path.nim", + "relation": "shared_dir:bindings/nim/src/proven", "weight": 1.0 }, { - "from": "bindings/d/source/proven/safe_hex.d", - "to": "bindings/d/source/proven/safe_phone.d", - "relation": "shared_dir:bindings/d/source/proven", + "from": "bindings/nim/src/proven/safe_path.nim", + "to": "bindings/nim/src/proven/safe_bloom.nim", + "relation": "shared_dir:bindings/nim/src/proven", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_ml.zig", - "to": "bindings/zig/src/safe_phone.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "bindings/nim/src/proven/safe_bloom.nim", + "to": "bindings/nim/src/proven/safe_uuid.nim", + "relation": "shared_dir:bindings/nim/src/proven", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_phone.zig", - "to": "bindings/zig/src/safe_bloom.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "bindings/chapel/tests/TestFfiContract.chpl", + "to": "bindings/chapel/tests/TestSafePath.chpl", + "relation": "shared_dir:bindings/chapel/tests", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_bloom.zig", - "to": "bindings/zig/src/safe_color.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "bindings/chapel/tests/TestSafePath.chpl", + "to": "bindings/chapel/tests/TestSafeHeader.chpl", + "relation": "shared_dir:bindings/chapel/tests", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_color.zig", - "to": "bindings/zig/src/safe_angle.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "bindings/chapel/tests/TestSafeHeader.chpl", + "to": "bindings/chapel/tests/TestLibraryInfo.chpl", + "relation": "shared_dir:bindings/chapel/tests", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_angle.zig", - "to": "bindings/zig/src/safe_currency.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "ffi/zig/src/main.zig", + "to": "ffi/zig/src/root.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_currency.zig", - "to": "bindings/zig/src/safe_network.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "bindings/julia-the-viper/src/proven.jtv", + "to": "bindings/julia-the-viper/src/safe_json.jtv", + "relation": "shared_dir:bindings/julia-the-viper/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_network.zig", - "to": "bindings/zig/src/safe_http.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "bindings/julia-the-viper/src/safe_json.jtv", + "to": "bindings/julia-the-viper/src/safe_crypto.jtv", + "relation": "shared_dir:bindings/julia-the-viper/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_http.zig", - "to": "bindings/zig/src/safe_hex.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "bindings/chapel/src/SafeJson.chpl", + "to": "bindings/chapel/src/SafeEmail.chpl", + "relation": "shared_dir:bindings/chapel/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_hex.zig", - "to": "bindings/zig/src/safe_circuit_breaker.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "bindings/chapel/src/SafeEmail.chpl", + "to": "bindings/chapel/src/SafeDateTime.chpl", + "relation": "shared_dir:bindings/chapel/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_circuit_breaker.zig", - "to": "bindings/zig/src/safe_tensor.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "bindings/chapel/src/SafeDateTime.chpl", + "to": "bindings/chapel/src/Proven.chpl", + "relation": "shared_dir:bindings/chapel/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_tensor.zig", - "to": "bindings/zig/src/safe_math.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "bindings/chapel/src/Proven.chpl", + "to": "bindings/chapel/src/LibProven.chpl", + "relation": "shared_dir:bindings/chapel/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_math.zig", - "to": "bindings/zig/src/safe_geo.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "bindings/chapel/src/LibProven.chpl", + "to": "bindings/chapel/src/SafePath.chpl", + "relation": "shared_dir:bindings/chapel/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_geo.zig", - "to": "bindings/zig/src/safe_float.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "bindings/chapel/src/SafePath.chpl", + "to": "bindings/chapel/src/SafeHeader.chpl", + "relation": "shared_dir:bindings/chapel/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_float.zig", - "to": "bindings/zig/src/safe_datetime.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "bindings/chapel/src/SafeHeader.chpl", + "to": "bindings/chapel/src/SafeCrypto.chpl", + "relation": "shared_dir:bindings/chapel/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_datetime.zig", - "to": "bindings/zig/src/safe_state_machine.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "bindings/chapel/src/SafeCrypto.chpl", + "to": "bindings/chapel/src/SafeUrl.chpl", + "relation": "shared_dir:bindings/chapel/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_state_machine.zig", - "to": "bindings/zig/src/safe_buffer.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "bindings/chapel/src/SafeUrl.chpl", + "to": "bindings/chapel/src/SafeString.chpl", + "relation": "shared_dir:bindings/chapel/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_buffer.zig", - "to": "bindings/zig/src/safe_password.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "bindings/chapel/src/SafeString.chpl", + "to": "bindings/chapel/src/SafeMath.chpl", + "relation": "shared_dir:bindings/chapel/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_password.zig", - "to": "bindings/zig/src/safe_url.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "src/abi/LRU.idr", + "to": "src/abi/Callbacks.idr", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_url.zig", - "to": "bindings/zig/src/safe_crypto.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "src/abi/Callbacks.idr", + "to": "src/abi/Echidna.idr", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_crypto.zig", - "to": "bindings/zig/src/safe_probability.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "src/abi/Echidna.idr", + "to": "src/abi/Buffer.idr", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_probability.zig", - "to": "bindings/zig/src/safe_email.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "src/abi/Buffer.idr", + "to": "src/abi/Resource.idr", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_email.zig", - "to": "bindings/zig/src/safe_version.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "src/Proven/FFI/LRU.idr", + "to": "src/Proven/FFI/Callbacks.idr", + "relation": "shared_dir:src/Proven/FFI", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_version.zig", - "to": "bindings/zig/src/safe_path.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "src/Proven/FFI/Callbacks.idr", + "to": "src/Proven/FFI/Echidna.idr", + "relation": "shared_dir:src/Proven/FFI", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_path.zig", - "to": "bindings/zig/src/safe_queue.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "src/Proven/FFI/Echidna.idr", + "to": "src/Proven/FFI/Buffer.idr", + "relation": "shared_dir:src/Proven/FFI", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_queue.zig", - "to": "bindings/zig/src/safe_rate_limiter.zig", - "relation": "shared_dir:bindings/zig/src", + "from": "src/Proven/FFI/Buffer.idr", + "to": "src/Proven/FFI/Resource.idr", + "relation": "shared_dir:src/Proven/FFI", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_rate_limiter.zig", - "to": "bindings/zig/src/safe_header.zig", + "from": "bindings/zig/src/safe_content_type.zig", + "to": "bindings/zig/src/safe_cookie.zig", "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_header.zig", - "to": "bindings/zig/src/safe_monotonic.zig", + "from": "bindings/zig/src/safe_cookie.zig", + "to": "bindings/zig/src/safe_currency.zig", "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_monotonic.zig", - "to": "bindings/zig/src/safe_cookie.zig", + "from": "bindings/zig/src/safe_currency.zig", + "to": "bindings/zig/src/safe_url.zig", "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_cookie.zig", - "to": "bindings/zig/src/safe_content_type.zig", + "from": "bindings/zig/src/safe_url.zig", + "to": "bindings/zig/src/safe_version.zig", "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_content_type.zig", - "to": "bindings/zig/src/safe_calculator.zig", + "from": "bindings/zig/src/safe_version.zig", + "to": "bindings/zig/src/safe_password.zig", "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_calculator.zig", - "to": "bindings/zig/src/proven.zig", + "from": "bindings/zig/src/safe_password.zig", + "to": "bindings/zig/src/safe_datetime.zig", "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/zig/src/proven.zig", - "to": "bindings/zig/src/safe_retry.zig", + "from": "bindings/zig/src/safe_datetime.zig", + "to": "bindings/zig/src/safe_circuit_breaker.zig", "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_retry.zig", - "to": "bindings/zig/src/safe_graph.zig", + "from": "bindings/zig/src/safe_circuit_breaker.zig", + "to": "bindings/zig/src/safe_queue.zig", "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_graph.zig", - "to": "bindings/zig/src/safe_string.zig", + "from": "bindings/zig/src/safe_queue.zig", + "to": "bindings/zig/src/safe_lru.zig", "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_string.zig", - "to": "bindings/zig/src/safe_uuid.zig", + "from": "bindings/zig/src/safe_lru.zig", + "to": "bindings/zig/src/safe_buffer.zig", "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_uuid.zig", - "to": "bindings/zig/src/safe_lru.zig", + "from": "bindings/zig/src/safe_buffer.zig", + "to": "bindings/zig/src/safe_checksum.zig", "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_lru.zig", - "to": "bindings/zig/src/safe_json.zig", + "from": "bindings/zig/src/safe_checksum.zig", + "to": "bindings/zig/src/safe_float.zig", "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_json.zig", - "to": "bindings/zig/src/safe_unit.zig", + "from": "bindings/zig/src/safe_float.zig", + "to": "bindings/zig/src/safe_header.zig", "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/zig/src/safe_unit.zig", - "to": "bindings/zig/src/safe_checksum.zig", + "from": "bindings/zig/src/safe_header.zig", + "to": "bindings/zig/src/safe_hex.zig", "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/mylang/src/safe_crypto.my", - "to": "bindings/mylang/src/safe_url.my", - "relation": "shared_dir:bindings/mylang/src", + "from": "bindings/zig/src/safe_hex.zig", + "to": "bindings/zig/src/safe_string.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/mylang/src/safe_url.my", - "to": "bindings/mylang/src/ffi.my", - "relation": "shared_dir:bindings/mylang/src", + "from": "bindings/zig/src/safe_string.zig", + "to": "bindings/zig/src/safe_geo.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/ephapax-linear/src/safe_math.rs", - "to": "bindings/ephapax-linear/src/lib.rs", - "relation": "shared_dir:bindings/ephapax-linear/src", + "from": "bindings/zig/src/safe_geo.zig", + "to": "bindings/zig/src/safe_angle.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/ephapax-linear/src/lib.rs", - "to": "bindings/ephapax-linear/src/safe_string.rs", - "relation": "shared_dir:bindings/ephapax-linear/src", + "from": "bindings/zig/src/safe_angle.zig", + "to": "bindings/zig/src/safe_probability.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/error-lang/src/proven.err", - "to": "bindings/error-lang/src/safe_crypto.err", - "relation": "shared_dir:bindings/error-lang/src", + "from": "bindings/zig/src/safe_probability.zig", + "to": "bindings/zig/src/safe_tensor.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/error-lang/src/safe_crypto.err", - "to": "bindings/error-lang/src/safe_url.err", - "relation": "shared_dir:bindings/error-lang/src", + "from": "bindings/zig/src/safe_tensor.zig", + "to": "bindings/zig/src/safe_bloom.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/error-lang/src/safe_url.err", - "to": "bindings/error-lang/src/ffi.err", - "relation": "shared_dir:bindings/error-lang/src", + "from": "bindings/zig/src/safe_bloom.zig", + "to": "bindings/zig/src/safe_path.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/julia-the-viper/src/proven.jtv", - "to": "bindings/julia-the-viper/src/safe_json.jtv", - "relation": "shared_dir:bindings/julia-the-viper/src", + "from": "bindings/zig/src/safe_path.zig", + "to": "bindings/zig/src/safe_email.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/julia-the-viper/src/safe_json.jtv", - "to": "bindings/julia-the-viper/src/safe_crypto.jtv", - "relation": "shared_dir:bindings/julia-the-viper/src", + "from": "bindings/zig/src/safe_email.zig", + "to": "bindings/zig/src/safe_crypto.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/vcl/proven_plugin.go", - "to": "bindings/vcl/proven_queries.vcl", - "relation": "shared_dir:bindings/vcl", + "from": "bindings/zig/src/safe_crypto.zig", + "to": "bindings/zig/src/safe_math.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/betlang/proven/safe_crypto.bet", - "to": "bindings/betlang/proven/ffi.bet", - "relation": "shared_dir:bindings/betlang/proven", + "from": "bindings/zig/src/safe_math.zig", + "to": "bindings/zig/src/safe_color.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/betlang/proven/ffi.bet", - "to": "bindings/betlang/proven/safe_url.bet", - "relation": "shared_dir:bindings/betlang/proven", + "from": "bindings/zig/src/safe_color.zig", + "to": "bindings/zig/src/safe_uuid.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/ephapax/src/resource_impl.zig", - "to": "bindings/ephapax/src/lru_impl.zig", - "relation": "shared_dir:bindings/ephapax/src", + "from": "bindings/zig/src/safe_uuid.zig", + "to": "bindings/zig/src/safe_monotonic.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/ephapax/src/lru_impl.zig", - "to": "bindings/ephapax/src/stubs.c", - "relation": "shared_dir:bindings/ephapax/src", + "from": "bindings/zig/src/safe_monotonic.zig", + "to": "bindings/zig/src/safe_network.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/ephapax/src/stubs.c", - "to": "bindings/ephapax/src/buffer_impl.zig", - "relation": "shared_dir:bindings/ephapax/src", + "from": "bindings/zig/src/safe_network.zig", + "to": "bindings/zig/src/safe_retry.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafeDateTime.purs", - "to": "bindings/purescript/Proven/SafeCrypto.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/zig/src/safe_retry.zig", + "to": "bindings/zig/src/safe_ml.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafeCrypto.purs", - "to": "bindings/purescript/Proven/SafeColor.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/zig/src/safe_ml.zig", + "to": "bindings/zig/src/safe_unit.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafeColor.purs", - "to": "bindings/purescript/Proven/SafeString.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/zig/src/safe_unit.zig", + "to": "bindings/zig/src/safe_json.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafeString.purs", - "to": "bindings/purescript/Proven/SafeUrl.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/zig/src/safe_json.zig", + "to": "bindings/zig/src/safe_http.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafeUrl.purs", - "to": "bindings/purescript/Proven/SafeMath.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/zig/src/safe_http.zig", + "to": "bindings/zig/src/safe_state_machine.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafeMath.purs", - "to": "bindings/purescript/Proven/SafeJson.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/zig/src/safe_state_machine.zig", + "to": "bindings/zig/src/safe_phone.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafeJson.purs", - "to": "bindings/purescript/Proven/SafeUnit.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/zig/src/safe_phone.zig", + "to": "bindings/zig/src/proven.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafeUnit.purs", - "to": "bindings/purescript/Proven/SafeNetwork.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/zig/src/proven.zig", + "to": "bindings/zig/src/safe_calculator.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafeNetwork.purs", - "to": "bindings/purescript/Proven/SafeAngle.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/zig/src/safe_calculator.zig", + "to": "bindings/zig/src/safe_graph.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafeAngle.purs", - "to": "bindings/purescript/Proven/SafeCurrency.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/zig/src/safe_graph.zig", + "to": "bindings/zig/src/safe_rate_limiter.zig", + "relation": "shared_dir:bindings/zig/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafeCurrency.purs", - "to": "bindings/purescript/Proven/SafePhone.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/ephapax-affine/src/safe_crypto.rs", + "to": "bindings/ephapax-affine/src/safe_url.rs", + "relation": "shared_dir:bindings/ephapax-affine/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafePhone.purs", - "to": "bindings/purescript/Proven/SafeVersion.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/ephapax-affine/src/safe_url.rs", + "to": "bindings/ephapax-affine/src/lib.rs", + "relation": "shared_dir:bindings/ephapax-affine/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafeVersion.purs", - "to": "bindings/purescript/Proven/SafeUUID.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/ephapax-affine/src/lib.rs", + "to": "bindings/ephapax-affine/src/safe_string.rs", + "relation": "shared_dir:bindings/ephapax-affine/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafeUUID.purs", - "to": "bindings/purescript/Proven/SafeEmail.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/ephapax-affine/src/safe_string.rs", + "to": "bindings/ephapax-affine/src/safe_json.rs", + "relation": "shared_dir:bindings/ephapax-affine/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafeEmail.purs", - "to": "bindings/purescript/Proven/SafeFloat.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/ephapax-affine/src/safe_json.rs", + "to": "bindings/ephapax-affine/src/safe_math.rs", + "relation": "shared_dir:bindings/ephapax-affine/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafeFloat.purs", - "to": "bindings/purescript/Proven/SafeHex.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/ephapax-affine/src/safe_math.rs", + "to": "bindings/ephapax-affine/src/safe_email.rs", + "relation": "shared_dir:bindings/ephapax-affine/src", "weight": 1.0 }, { - "from": "bindings/purescript/Proven/SafeHex.purs", - "to": "bindings/purescript/Proven/SafePath.purs", - "relation": "shared_dir:bindings/purescript/Proven", + "from": "bindings/mylang/src/safe_crypto.my", + "to": "bindings/mylang/src/safe_url.my", + "relation": "shared_dir:bindings/mylang/src", "weight": 1.0 }, { - "from": "bindings/chapel/tests/TestSafePath.chpl", - "to": "bindings/chapel/tests/TestSafeHeader.chpl", - "relation": "shared_dir:bindings/chapel/tests", + "from": "bindings/mylang/src/safe_url.my", + "to": "bindings/mylang/src/ffi.my", + "relation": "shared_dir:bindings/mylang/src", "weight": 1.0 }, { - "from": "bindings/chapel/tests/TestSafeHeader.chpl", - "to": "bindings/chapel/tests/TestLibraryInfo.chpl", - "relation": "shared_dir:bindings/chapel/tests", + "from": "bindings/eclexia/src/lib.ecl", + "to": "bindings/eclexia/src/safe_math.ecl", + "relation": "shared_dir:bindings/eclexia/src", "weight": 1.0 }, { - "from": "bindings/chapel/tests/TestLibraryInfo.chpl", - "to": "bindings/chapel/tests/TestFfiContract.chpl", - "relation": "shared_dir:bindings/chapel/tests", + "from": "bindings/eclexia/src/safe_math.ecl", + "to": "bindings/eclexia/src/safe_currency.ecl", + "relation": "shared_dir:bindings/eclexia/src", "weight": 1.0 }, { - "from": "ffi/zig/src/root.zig", - "to": "ffi/zig/src/main.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "bindings/wokelang/src/ffi.woke", + "to": "bindings/wokelang/src/safe_url.woke", + "relation": "shared_dir:bindings/wokelang/src", "weight": 1.0 }, { - "from": "bindings/go/proven/safe_ml.go", - "to": "bindings/go/proven/proven.go", - "relation": "shared_dir:bindings/go/proven", + "from": "bindings/wokelang/src/safe_url.woke", + "to": "bindings/wokelang/src/safe_crypto.woke", + "relation": "shared_dir:bindings/wokelang/src", "weight": 1.0 } ] }, "taint_matrix": { "rows": [ + { + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 5.0, + "files": [ + "bindings/guile/proven/safe-network.scm", + "bindings/guile/proven/safe-phone.scm", + "bindings/guile/proven/safe-datetime.scm", + "bindings/guile/proven/safe-math.scm", + "bindings/guile/proven/safe-url.scm", + "bindings/guile/proven/safe-json.scm", + "bindings/guile/proven/safe-email.scm", + "bindings/guile/proven/safe-string.scm", + "bindings/guile/proven/safe-currency.scm", + "bindings/guile/proven/safe-crypto.scm", + "bindings/guile/proven/safe-hex.scm", + "bindings/guile/proven/safe-path.scm", + "bindings/guile/proven/safe-uuid.scm", + "bindings/bash/proven.sh", + "bindings/prolog/safe_string.pl" + ], + "frameworks": [], + "relation": "CommandInjection->Disk" + }, { "source_category": "InsecureProtocol", "sink_axis": "network", "severity_value": 2.5, "files": [ - "tests/properties/SafeUrlProps.idr", - "tests/properties/SafeXMLProps.idr", - "tests/unit/SafeHtmlUnit.idr", "tests/unit/SafeUrlUnit.idr", - "src/Proven/FFI/Main.idr", + "tests/unit/SafeHtmlUnit.idr", + "tests/properties/SafeXMLProps.idr", + "tests/properties/SafeUrlProps.idr", + "src/abi/Main.idr", "src/Proven/SafeXML/Proofs.idr", - "src/abi/Main.idr" + "src/Proven/FFI/Main.idr" ], "frameworks": [], "relation": "InsecureProtocol->Network" }, { - "source_category": "UnsafeTypeCoercion", - "sink_axis": "memory", - "severity_value": 5.0, - "files": [ - "bindings/nim/src/proven/safe_hex.nim", - "bindings/haskell/src/Proven.hs" - ], - "frameworks": [], - "relation": "UnsafeTypeCoercion->Memory" - }, - { - "source_category": "MutationGap", + "source_category": "CommandInjection", "sink_axis": "cpu", - "severity_value": 1.0, + "severity_value": 5.0, "files": [ - "bindings/elixir/test/proven_test.exs" + "bindings/guile/proven/safe-network.scm", + "bindings/guile/proven/safe-phone.scm", + "bindings/guile/proven/safe-datetime.scm", + "bindings/guile/proven/safe-math.scm", + "bindings/guile/proven/safe-url.scm", + "bindings/guile/proven/safe-json.scm", + "bindings/guile/proven/safe-email.scm", + "bindings/guile/proven/safe-string.scm", + "bindings/guile/proven/safe-currency.scm", + "bindings/guile/proven/safe-crypto.scm", + "bindings/guile/proven/safe-hex.scm", + "bindings/guile/proven/safe-path.scm", + "bindings/guile/proven/safe-uuid.scm", + "bindings/bash/proven.sh", + "bindings/prolog/safe_string.pl" ], "frameworks": [], - "relation": "MutationGap->Cpu" + "relation": "CommandInjection->Cpu" }, { "source_category": "DynamicCodeExecution", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 5.0, "files": [ "bindings/javascript/src/safe_calculator.js", @@ -6128,330 +6155,303 @@ "build-simple/exec/test_ffi_exports_app/test_ffi_exports.ss" ], "frameworks": [], - "relation": "DynamicCodeExecution->Cpu" - }, - { - "source_category": "UnsafeFFI", - "sink_axis": "memory", - "severity_value": 3.5, - "files": [ - "ffi/beam/src/proven_nif.zig", - "bindings/error-lang/src/ffi.err", - "bindings/pony/proven/lib_proven.pony", - "bindings/purescript/Proven/SafeMath.purs", - "bindings/julia/src/Proven.jl", - "bindings/gleam/src/proven/currency.gleam", - "bindings/gleam/src/proven/hex.gleam", - "bindings/gleam/src/proven/uuid.gleam", - "bindings/gleam/src/proven/math.gleam", - "bindings/zig/src/safe_ml.zig", - "bindings/zig/src/safe_phone.zig", - "bindings/zig/src/safe_bloom.zig", - "bindings/zig/src/safe_color.zig", - "bindings/zig/src/safe_angle.zig", - "bindings/zig/src/safe_currency.zig", - "bindings/zig/src/safe_network.zig", - "bindings/zig/src/safe_http.zig", - "bindings/zig/src/safe_hex.zig", - "bindings/zig/src/safe_circuit_breaker.zig", - "bindings/zig/src/safe_tensor.zig", - "bindings/zig/src/safe_math.zig", - "bindings/zig/src/safe_geo.zig", - "bindings/zig/src/safe_float.zig", - "bindings/zig/src/safe_datetime.zig", - "bindings/zig/src/safe_state_machine.zig", - "bindings/zig/src/safe_buffer.zig", - "bindings/zig/src/safe_password.zig", - "bindings/zig/src/safe_url.zig", - "bindings/zig/src/safe_crypto.zig", - "bindings/zig/src/safe_probability.zig", - "bindings/zig/src/safe_email.zig", - "bindings/zig/src/safe_version.zig", - "bindings/zig/src/safe_path.zig", - "bindings/zig/src/safe_queue.zig", - "bindings/zig/src/safe_rate_limiter.zig", - "bindings/zig/src/safe_header.zig", - "bindings/zig/src/safe_monotonic.zig", - "bindings/zig/src/safe_cookie.zig", - "bindings/zig/src/safe_content_type.zig", - "bindings/zig/src/safe_calculator.zig", - "bindings/zig/src/proven.zig", - "bindings/zig/src/safe_retry.zig", - "bindings/zig/src/safe_graph.zig", - "bindings/zig/src/safe_string.zig", - "bindings/zig/src/safe_uuid.zig", - "bindings/zig/src/safe_lru.zig", - "bindings/zig/src/safe_json.zig", - "bindings/zig/src/safe_unit.zig", - "bindings/zig/src/safe_checksum.zig" - ], - "frameworks": [], - "relation": "UnsafeFFI->Memory" - }, - { - "source_category": "PanicPath", - "sink_axis": "cpu", - "severity_value": 3.5, - "files": [ - "bindings/haskell/src/Proven.hs" - ], - "frameworks": [], - "relation": "PanicPath->Cpu" + "relation": "DynamicCodeExecution->Memory" }, { - "source_category": "ProofDrift", + "source_category": "UnsafeTypeCoercion", "sink_axis": "memory", - "severity_value": 3.5, - "files": [ - "src/Proven/SafeYAML/Parser.idr", - "src/Proven/SafeArgs/Parser.idr", - "src/Proven/SafeTree.idr", - "src/Proven/SafeRegex/Matcher.idr", - "src/Proven/SafeXML/Parser.idr" - ], - "frameworks": [], - "relation": "ProofDrift->Memory" - }, - { - "source_category": "CommandInjection", - "sink_axis": "cpu", "severity_value": 5.0, "files": [ - "bindings/guile/proven/safe-string.scm", - "bindings/guile/proven/safe-currency.scm", - "bindings/guile/proven/safe-json.scm", - "bindings/guile/proven/safe-datetime.scm", - "bindings/guile/proven/safe-hex.scm", - "bindings/guile/proven/safe-phone.scm", - "bindings/guile/proven/safe-network.scm", - "bindings/guile/proven/safe-url.scm", - "bindings/guile/proven/safe-path.scm", - "bindings/guile/proven/safe-math.scm", - "bindings/guile/proven/safe-uuid.scm", - "bindings/guile/proven/safe-email.scm", - "bindings/guile/proven/safe-crypto.scm", - "bindings/prolog/safe_string.pl", - "bindings/bash/proven.sh" + "bindings/haskell/src/Proven.hs", + "bindings/nim/src/proven/safe_hex.nim" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "UnsafeTypeCoercion->Memory" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", + "source_category": "UnsafeCode", + "sink_axis": "memory", "severity_value": 5.0, "files": [ - "bindings/guile/proven/safe-string.scm", - "bindings/guile/proven/safe-currency.scm", - "bindings/guile/proven/safe-json.scm", - "bindings/guile/proven/safe-datetime.scm", - "bindings/guile/proven/safe-hex.scm", - "bindings/guile/proven/safe-phone.scm", - "bindings/guile/proven/safe-network.scm", - "bindings/guile/proven/safe-url.scm", - "bindings/guile/proven/safe-path.scm", - "bindings/guile/proven/safe-math.scm", - "bindings/guile/proven/safe-uuid.scm", - "bindings/guile/proven/safe-email.scm", - "bindings/guile/proven/safe-crypto.scm", - "bindings/prolog/safe_string.pl", - "bindings/bash/proven.sh" - ], - "frameworks": [], - "relation": "CommandInjection->Disk" - }, - { - "source_category": "HardcodedSecret", - "sink_axis": "network", - "severity_value": 5.0, - "files": [ - "apps/proven-socks/src/SOCKS/Types.idr", - "apps/proven-authserver/src/Authserver/Types.idr", - "apps/proven-radius/src/RADIUS/Types.idr", - "apps/proven-ssh-bastion/src/SSH/Auth.idr", - "apps/proven-kms/src/KMS/Types.idr", - "src/Proven/SafePassword/Strength.idr" - ], - "frameworks": [], - "relation": "HardcodedSecret->Network" - }, - { - "source_category": "DynamicCodeExecution", - "sink_axis": "memory", - "severity_value": 5.0, - "files": [ - "bindings/javascript/src/safe_calculator.js", - "bindings/deno/src/safe_calculator.ts", - "build-simple/exec/test_ffi_exports_app/test_ffi_exports.ss" - ], - "frameworks": [], - "relation": "DynamicCodeExecution->Memory" - }, - { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", - "severity_value": 5.0, - "files": [ - "bindings/elixir/native/proven_nif/src/lib.rs", - "bindings/ephapax-linear/src/safe_math.rs", + "domain-specific/http/ffi/zig/src/http.zig", + "bindings/odin/proven/proven.odin", + "bindings/sml/src/safe_datetime.sml", + "bindings/sml/src/lib_proven.sml", + "bindings/sml/src/safe_network.sml", + "bindings/sml/src/safe_url.sml", + "bindings/sml/src/safe_crypto.sml", + "bindings/go/proven/safe_ml.go", + "bindings/go/proven/proven.go", + "bindings/go/proven/safe_hex.go", + "bindings/go/proven/safe_string.go", + "bindings/go/proven/safe_crypto.go", + "bindings/go/proven/safe_buffer.go", + "bindings/go/proven/safe_checksum.go", + "bindings/ada/src/proven-safe_version.adb", "bindings/ephapax-linear/src/lib.rs", "bindings/ephapax-linear/src/safe_string.rs", + "bindings/ephapax-linear/src/safe_math.rs", + "bindings/elixir/native/proven_nif/src/lib.rs", + "bindings/elixir/native/proven_nif/src/lib.rs", + "bindings/vcl/proven_plugin.go", + "bindings/haskell/src/Proven.hs", + "bindings/ephapax-affine/src/safe_crypto.rs", "bindings/ephapax-affine/src/safe_url.rs", - "bindings/ephapax-affine/src/safe_math.rs", "bindings/ephapax-affine/src/lib.rs", + "bindings/ephapax-affine/src/safe_string.rs", "bindings/ephapax-affine/src/safe_json.rs", + "bindings/ephapax-affine/src/safe_math.rs", "bindings/ephapax-affine/src/safe_email.rs", - "bindings/ephapax-affine/src/safe_string.rs", - "bindings/ephapax-affine/src/safe_crypto.rs", - "bindings/rust/src/safe_content_type.rs", - "bindings/rust/src/safe_checksum.rs", - "bindings/rust/src/safe_buffer.rs", - "bindings/rust/src/safe_buffer.rs", - "bindings/rust/src/safe_datetime.rs", - "bindings/rust/src/safe_bloom.rs", - "bindings/rust/src/safe_uuid.rs", - "bindings/rust/src/safe_calculator.rs", + "bindings/zig/src/safe_content_type.zig", + "bindings/zig/src/safe_cookie.zig", + "bindings/zig/src/safe_currency.zig", + "bindings/zig/src/safe_version.zig", + "bindings/zig/src/safe_datetime.zig", + "bindings/zig/src/safe_header.zig", + "bindings/zig/src/safe_hex.zig", + "bindings/zig/src/safe_string.zig", + "bindings/zig/src/safe_path.zig", + "bindings/zig/src/safe_color.zig", + "bindings/zig/src/safe_uuid.zig", + "bindings/zig/src/safe_http.zig", + "bindings/zig/src/safe_phone.zig", + "bindings/rust/src/safe_currency.rs", + "bindings/rust/src/safe_float.rs", + "bindings/rust/src/safe_phone.rs", + "bindings/rust/src/safe_digest.rs", + "bindings/rust/src/safe_password.rs", "bindings/rust/src/safe_rate_limiter.rs", - "bindings/rust/src/safe_queue.rs", - "bindings/rust/src/safe_network.rs", + "bindings/rust/src/safe_crypto.rs", + "bindings/rust/src/safe_registry.rs", "bindings/rust/src/safe_url.rs", - "bindings/rust/src/safe_math.rs", - "bindings/rust/src/safe_angle.rs", - "bindings/rust/src/safe_password.rs", - "bindings/rust/src/safe_phone.rs", - "bindings/rust/src/core.rs", + "bindings/rust/src/safe_bloom.rs", + "bindings/rust/src/safe_lru.rs", + "bindings/rust/src/safe_queue.rs", + "bindings/rust/src/safe_graph.rs", "bindings/rust/src/safe_http.rs", - "bindings/rust/src/safe_unit.rs", - "bindings/rust/src/lifecycle.rs", - "bindings/rust/src/callbacks.rs", - "bindings/rust/src/safe_cookie.rs", + "bindings/rust/src/core.rs", "bindings/rust/src/safe_header.rs", + "bindings/rust/src/safe_string.rs", + "bindings/rust/src/safe_uuid.rs", + "bindings/rust/src/safe_content_type.rs", + "bindings/rust/src/safe_unit.rs", "bindings/rust/src/safe_probability.rs", - "bindings/rust/src/safe_state_machine.rs", - "bindings/rust/src/safe_color.rs", - "bindings/rust/src/safe_lru.rs", - "bindings/rust/src/version.rs", - "bindings/rust/src/safe_tensor.rs", + "bindings/rust/src/safe_retry.rs", + "bindings/rust/src/safe_checksum.rs", + "bindings/rust/src/safe_monotonic.rs", + "bindings/rust/src/safe_json.rs", "bindings/rust/src/safe_version.rs", "bindings/rust/src/safe_version.rs", - "bindings/rust/src/safe_monotonic.rs", + "bindings/rust/src/safe_state_machine.rs", + "bindings/rust/src/safe_geo.rs", + "bindings/rust/src/version.rs", + "bindings/rust/src/safe_datetime.rs", + "bindings/rust/src/safe_math.rs", + "bindings/rust/src/callbacks.rs", + "bindings/rust/src/safe_network.rs", + "bindings/rust/src/safe_cookie.rs", + "bindings/rust/src/safe_ml.rs", "bindings/rust/src/safe_path.rs", - "bindings/rust/src/safe_float.rs", - "bindings/rust/src/safe_retry.rs", - "bindings/rust/src/safe_registry.rs", + "bindings/rust/src/safe_angle.rs", "bindings/rust/src/safe_circuit_breaker.rs", - "bindings/rust/src/safe_json.rs", - "bindings/rust/src/safe_graph.rs", "bindings/rust/src/safe_email.rs", - "bindings/rust/src/safe_hex.rs", - "bindings/rust/src/safe_digest.rs", - "bindings/rust/src/safe_geo.rs", - "bindings/rust/src/safe_ml.rs", - "bindings/rust/src/safe_string.rs", - "bindings/rust/src/safe_currency.rs", - "bindings/rust/src/safe_crypto.rs", - "bindings/haskell/src/Proven.hs" + "bindings/rust/src/safe_color.rs", + "bindings/rust/src/lifecycle.rs", + "bindings/rust/src/safe_tensor.rs", + "bindings/rust/src/safe_calculator.rs", + "bindings/rust/src/safe_buffer.rs", + "bindings/rust/src/safe_buffer.rs", + "bindings/rust/src/safe_hex.rs" ], "frameworks": [], - "relation": "UnsafeCode->Concurrency" + "relation": "UnsafeCode->Memory" }, { "source_category": "UnsafeCode", - "sink_axis": "memory", + "sink_axis": "concurrency", "severity_value": 5.0, "files": [ - "domain-specific/http/ffi/zig/src/http.zig", - "bindings/odin/proven/proven.odin", - "bindings/go/proven/safe_buffer.go", - "bindings/go/proven/safe_checksum.go", - "bindings/go/proven/safe_ml.go", - "bindings/go/proven/safe_hex.go", - "bindings/go/proven/proven.go", - "bindings/go/proven/safe_crypto.go", - "bindings/go/proven/safe_string.go", - "bindings/elixir/native/proven_nif/src/lib.rs", - "bindings/elixir/native/proven_nif/src/lib.rs", - "bindings/ephapax-linear/src/safe_math.rs", "bindings/ephapax-linear/src/lib.rs", "bindings/ephapax-linear/src/safe_string.rs", - "bindings/ada/src/proven-safe_version.adb", + "bindings/ephapax-linear/src/safe_math.rs", + "bindings/elixir/native/proven_nif/src/lib.rs", + "bindings/haskell/src/Proven.hs", + "bindings/ephapax-affine/src/safe_crypto.rs", "bindings/ephapax-affine/src/safe_url.rs", - "bindings/ephapax-affine/src/safe_math.rs", "bindings/ephapax-affine/src/lib.rs", + "bindings/ephapax-affine/src/safe_string.rs", "bindings/ephapax-affine/src/safe_json.rs", + "bindings/ephapax-affine/src/safe_math.rs", "bindings/ephapax-affine/src/safe_email.rs", - "bindings/ephapax-affine/src/safe_string.rs", - "bindings/ephapax-affine/src/safe_crypto.rs", - "bindings/sml/src/safe_network.sml", - "bindings/sml/src/lib_proven.sml", - "bindings/sml/src/safe_datetime.sml", - "bindings/sml/src/safe_url.sml", - "bindings/sml/src/safe_crypto.sml", - "bindings/vcl/proven_plugin.go", - "bindings/rust/src/safe_content_type.rs", - "bindings/rust/src/safe_checksum.rs", - "bindings/rust/src/safe_buffer.rs", - "bindings/rust/src/safe_buffer.rs", - "bindings/rust/src/safe_datetime.rs", - "bindings/rust/src/safe_bloom.rs", - "bindings/rust/src/safe_uuid.rs", - "bindings/rust/src/safe_calculator.rs", + "bindings/rust/src/safe_currency.rs", + "bindings/rust/src/safe_float.rs", + "bindings/rust/src/safe_phone.rs", + "bindings/rust/src/safe_digest.rs", + "bindings/rust/src/safe_password.rs", "bindings/rust/src/safe_rate_limiter.rs", - "bindings/rust/src/safe_queue.rs", - "bindings/rust/src/safe_network.rs", + "bindings/rust/src/safe_crypto.rs", + "bindings/rust/src/safe_registry.rs", "bindings/rust/src/safe_url.rs", - "bindings/rust/src/safe_math.rs", - "bindings/rust/src/safe_angle.rs", - "bindings/rust/src/safe_password.rs", - "bindings/rust/src/safe_phone.rs", - "bindings/rust/src/core.rs", + "bindings/rust/src/safe_bloom.rs", + "bindings/rust/src/safe_lru.rs", + "bindings/rust/src/safe_queue.rs", + "bindings/rust/src/safe_graph.rs", "bindings/rust/src/safe_http.rs", - "bindings/rust/src/safe_unit.rs", - "bindings/rust/src/lifecycle.rs", - "bindings/rust/src/callbacks.rs", - "bindings/rust/src/safe_cookie.rs", + "bindings/rust/src/core.rs", "bindings/rust/src/safe_header.rs", + "bindings/rust/src/safe_string.rs", + "bindings/rust/src/safe_uuid.rs", + "bindings/rust/src/safe_content_type.rs", + "bindings/rust/src/safe_unit.rs", "bindings/rust/src/safe_probability.rs", - "bindings/rust/src/safe_state_machine.rs", - "bindings/rust/src/safe_color.rs", - "bindings/rust/src/safe_lru.rs", - "bindings/rust/src/version.rs", - "bindings/rust/src/safe_tensor.rs", + "bindings/rust/src/safe_retry.rs", + "bindings/rust/src/safe_checksum.rs", + "bindings/rust/src/safe_monotonic.rs", + "bindings/rust/src/safe_json.rs", "bindings/rust/src/safe_version.rs", "bindings/rust/src/safe_version.rs", - "bindings/rust/src/safe_monotonic.rs", + "bindings/rust/src/safe_state_machine.rs", + "bindings/rust/src/safe_geo.rs", + "bindings/rust/src/version.rs", + "bindings/rust/src/safe_datetime.rs", + "bindings/rust/src/safe_math.rs", + "bindings/rust/src/callbacks.rs", + "bindings/rust/src/safe_network.rs", + "bindings/rust/src/safe_cookie.rs", + "bindings/rust/src/safe_ml.rs", "bindings/rust/src/safe_path.rs", - "bindings/rust/src/safe_float.rs", - "bindings/rust/src/safe_retry.rs", - "bindings/rust/src/safe_registry.rs", + "bindings/rust/src/safe_angle.rs", "bindings/rust/src/safe_circuit_breaker.rs", - "bindings/rust/src/safe_json.rs", - "bindings/rust/src/safe_graph.rs", "bindings/rust/src/safe_email.rs", - "bindings/rust/src/safe_hex.rs", - "bindings/rust/src/safe_digest.rs", - "bindings/rust/src/safe_geo.rs", - "bindings/rust/src/safe_ml.rs", - "bindings/rust/src/safe_string.rs", - "bindings/rust/src/safe_currency.rs", - "bindings/rust/src/safe_crypto.rs", - "bindings/haskell/src/Proven.hs", - "bindings/zig/src/safe_phone.zig", - "bindings/zig/src/safe_color.zig", + "bindings/rust/src/safe_color.rs", + "bindings/rust/src/lifecycle.rs", + "bindings/rust/src/safe_tensor.rs", + "bindings/rust/src/safe_calculator.rs", + "bindings/rust/src/safe_buffer.rs", + "bindings/rust/src/safe_buffer.rs", + "bindings/rust/src/safe_hex.rs" + ], + "frameworks": [], + "relation": "UnsafeCode->Concurrency" + }, + { + "source_category": "DynamicCodeExecution", + "sink_axis": "cpu", + "severity_value": 5.0, + "files": [ + "bindings/javascript/src/safe_calculator.js", + "bindings/deno/src/safe_calculator.ts", + "build-simple/exec/test_ffi_exports_app/test_ffi_exports.ss" + ], + "frameworks": [], + "relation": "DynamicCodeExecution->Cpu" + }, + { + "source_category": "PanicPath", + "sink_axis": "cpu", + "severity_value": 3.5, + "files": [ + "bindings/haskell/src/Proven.hs" + ], + "frameworks": [], + "relation": "PanicPath->Cpu" + }, + { + "source_category": "ProofDrift", + "sink_axis": "memory", + "severity_value": 3.5, + "files": [ + "src/Proven/SafeXML/Parser.idr", + "src/Proven/SafeArgs/Parser.idr", + "src/Proven/SafeRegex/Matcher.idr", + "src/Proven/SafeYAML/Parser.idr", + "src/Proven/SafeTree.idr" + ], + "frameworks": [], + "relation": "ProofDrift->Memory" + }, + { + "source_category": "UnsafeFFI", + "sink_axis": "memory", + "severity_value": 3.5, + "files": [ + "ffi/beam/src/proven_nif.zig", + "bindings/purescript/Proven/SafeMath.purs", + "bindings/julia/src/Proven.jl", + "bindings/zig/src/safe_content_type.zig", + "bindings/zig/src/safe_cookie.zig", "bindings/zig/src/safe_currency.zig", - "bindings/zig/src/safe_http.zig", - "bindings/zig/src/safe_hex.zig", - "bindings/zig/src/safe_datetime.zig", + "bindings/zig/src/safe_url.zig", "bindings/zig/src/safe_version.zig", - "bindings/zig/src/safe_path.zig", + "bindings/zig/src/safe_password.zig", + "bindings/zig/src/safe_datetime.zig", + "bindings/zig/src/safe_circuit_breaker.zig", + "bindings/zig/src/safe_queue.zig", + "bindings/zig/src/safe_lru.zig", + "bindings/zig/src/safe_buffer.zig", + "bindings/zig/src/safe_checksum.zig", + "bindings/zig/src/safe_float.zig", "bindings/zig/src/safe_header.zig", - "bindings/zig/src/safe_cookie.zig", - "bindings/zig/src/safe_content_type.zig", + "bindings/zig/src/safe_hex.zig", "bindings/zig/src/safe_string.zig", - "bindings/zig/src/safe_uuid.zig" + "bindings/zig/src/safe_geo.zig", + "bindings/zig/src/safe_angle.zig", + "bindings/zig/src/safe_probability.zig", + "bindings/zig/src/safe_tensor.zig", + "bindings/zig/src/safe_bloom.zig", + "bindings/zig/src/safe_path.zig", + "bindings/zig/src/safe_email.zig", + "bindings/zig/src/safe_crypto.zig", + "bindings/zig/src/safe_math.zig", + "bindings/zig/src/safe_color.zig", + "bindings/zig/src/safe_uuid.zig", + "bindings/zig/src/safe_monotonic.zig", + "bindings/zig/src/safe_network.zig", + "bindings/zig/src/safe_retry.zig", + "bindings/zig/src/safe_ml.zig", + "bindings/zig/src/safe_unit.zig", + "bindings/zig/src/safe_json.zig", + "bindings/zig/src/safe_http.zig", + "bindings/zig/src/safe_state_machine.zig", + "bindings/zig/src/safe_phone.zig", + "bindings/zig/src/proven.zig", + "bindings/zig/src/safe_calculator.zig", + "bindings/zig/src/safe_graph.zig", + "bindings/zig/src/safe_rate_limiter.zig", + "bindings/pony/proven/lib_proven.pony", + "bindings/error-lang/src/ffi.err", + "bindings/gleam/src/proven/hex.gleam", + "bindings/gleam/src/proven/math.gleam", + "bindings/gleam/src/proven/currency.gleam", + "bindings/gleam/src/proven/uuid.gleam" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "UnsafeFFI->Memory" + }, + { + "source_category": "MutationGap", + "sink_axis": "cpu", + "severity_value": 1.0, + "files": [ + "bindings/elixir/test/proven_test.exs" + ], + "frameworks": [], + "relation": "MutationGap->Cpu" + }, + { + "source_category": "HardcodedSecret", + "sink_axis": "network", + "severity_value": 5.0, + "files": [ + "src/Proven/SafePassword/Strength.idr", + "apps/proven-ssh-bastion/src/SSH/Auth.idr", + "apps/proven-kms/src/KMS/Types.idr", + "apps/proven-radius/src/RADIUS/Types.idr", + "apps/proven-authserver/src/Authserver/Types.idr", + "apps/proven-socks/src/SOCKS/Types.idr" + ], + "frameworks": [], + "relation": "HardcodedSecret->Network" } ] } diff --git a/scans/pseudoscript.json b/scans/pseudoscript.json index 8c72cede..7e9a26f8 100644 --- a/scans/pseudoscript.json +++ b/scans/pseudoscript.json @@ -48,43 +48,43 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, + "file_path": "src/interface/Abi/Foreign.idr", + "lines": 83, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/Abi/Foreign.idr", - "lines": 83, - "unsafe_blocks": 4, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/quandledb.json b/scans/quandledb.json index 32b056ef..00671560 100644 --- a/scans/quandledb.json +++ b/scans/quandledb.json @@ -5,44 +5,79 @@ "frameworks": [], "weak_points": [ { - "category": "ProofDrift", - "location": "server/test_semantic_index.jl", - "file": "server/test_semantic_index.jl", + "category": "CommandInjection", + "location": "beam/mix.exs", + "file": "beam/mix.exs", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in server/test_semantic_index.jl", + "description": "System command execution in beam/mix.exs", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], "test_context": "production" }, { - "category": "ProofDrift", - "location": "server/test_br5_fuzz.jl", - "file": "server/test_br5_fuzz.jl", - "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in server/test_br5_fuzz.jl", + "category": "UnsafeCode", + "location": "beam/native/quandle_db_nif.zig", + "file": "beam/native/quandle_db_nif.zig", + "severity": "High", + "description": "7 unsafe pointer casts in beam/native/quandle_db_nif.zig", "recommended_attack": [ - "cpu" + "memory" ], "test_context": "production" }, { - "category": "ProofDrift", - "location": "server/test_quandle_axioms.jl", - "file": "server/test_quandle_axioms.jl", - "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in server/test_quandle_axioms.jl", + "category": "UnsafeFFI", + "location": "beam/native/quandle_db_nif.zig", + "file": "beam/native/quandle_db_nif.zig", + "severity": "High", + "description": "1 C interop imports in beam/native/quandle_db_nif.zig", "recommended_attack": [ - "cpu" + "memory" ], "test_context": "production" }, { - "category": "ProofDrift", - "location": "server/krl/test/parser_test.jl", - "file": "server/krl/test/parser_test.jl", + "category": "MutationGap", + "location": "beam/test/aspect_test.exs", + "file": "beam/test/aspect_test.exs", + "severity": "Low", + "description": "Elixir test file beam/test/aspect_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "beam/test/quandle_db_nif_test.exs", + "file": "beam/test/quandle_db_nif_test.exs", + "severity": "Low", + "description": "Elixir test file beam/test/quandle_db_nif_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "CommandInjection", + "location": "beam/test/quandle_db_nif_live_integration_test.exs", + "file": "beam/test/quandle_db_nif_live_integration_test.exs", "severity": "Medium", - "description": "45 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in server/krl/test/parser_test.jl", + "description": "System command execution in beam/test/quandle_db_nif_live_integration_test.exs", + "recommended_attack": [ + "cpu", + "disk" + ], + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "beam/test/quandle_db_nif_live_integration_test.exs", + "file": "beam/test/quandle_db_nif_live_integration_test.exs", + "severity": "Low", + "description": "Elixir test file beam/test/quandle_db_nif_live_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -72,10 +107,10 @@ }, { "category": "ProofDrift", - "location": "server/krl/test/seam_test.jl", - "file": "server/krl/test/seam_test.jl", + "location": "server/krl/test/parser_test.jl", + "file": "server/krl/test/parser_test.jl", "severity": "Medium", - "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in server/krl/test/seam_test.jl", + "description": "45 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in server/krl/test/parser_test.jl", "recommended_attack": [ "cpu" ], @@ -93,83 +128,48 @@ "test_context": "test_only" }, { - "category": "CommandInjection", - "location": "beam/mix.exs", - "file": "beam/mix.exs", - "severity": "Medium", - "description": "System command execution in beam/mix.exs", - "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, - { - "category": "UnsafeCode", - "location": "beam/native/quandle_db_nif.zig", - "file": "beam/native/quandle_db_nif.zig", - "severity": "High", - "description": "7 unsafe pointer casts in beam/native/quandle_db_nif.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "UnsafeFFI", - "location": "beam/native/quandle_db_nif.zig", - "file": "beam/native/quandle_db_nif.zig", - "severity": "High", - "description": "1 C interop imports in beam/native/quandle_db_nif.zig", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "CommandInjection", - "location": "beam/test/quandle_db_nif_live_integration_test.exs", - "file": "beam/test/quandle_db_nif_live_integration_test.exs", + "category": "ProofDrift", + "location": "server/krl/test/seam_test.jl", + "file": "server/krl/test/seam_test.jl", "severity": "Medium", - "description": "System command execution in beam/test/quandle_db_nif_live_integration_test.exs", + "description": "2 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in server/krl/test/seam_test.jl", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "beam/test/quandle_db_nif_live_integration_test.exs", - "file": "beam/test/quandle_db_nif_live_integration_test.exs", - "severity": "Low", - "description": "Elixir test file beam/test/quandle_db_nif_live_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "ProofDrift", + "location": "server/test_br5_fuzz.jl", + "file": "server/test_br5_fuzz.jl", + "severity": "Medium", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in server/test_br5_fuzz.jl", "recommended_attack": [ "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "beam/test/quandle_db_nif_test.exs", - "file": "beam/test/quandle_db_nif_test.exs", - "severity": "Low", - "description": "Elixir test file beam/test/quandle_db_nif_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "ProofDrift", + "location": "server/test_semantic_index.jl", + "file": "server/test_semantic_index.jl", + "severity": "Medium", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in server/test_semantic_index.jl", "recommended_attack": [ "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "MutationGap", - "location": "beam/test/aspect_test.exs", - "file": "beam/test/aspect_test.exs", - "severity": "Low", - "description": "Elixir test file beam/test/aspect_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "ProofDrift", + "location": "server/test_quandle_axioms.jl", + "file": "server/test_quandle_axioms.jl", + "severity": "Medium", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in server/test_quandle_axioms.jl", "recommended_attack": [ "cpu" ], - "test_context": "test_only" + "test_context": "production" } ], "statistics": { @@ -193,23 +193,23 @@ "threading_constructs": 0 }, { - "file_path": "server/serve.jl", - "lines": 1095, + "file_path": "tests/integration/full_stack_smoke.sh", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/integration/full_stack_smoke.sh", - "lines": 62, + "file_path": "frontend/src/ui/tea/quandle_gui.affine", + "lines": 367, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { @@ -223,20 +223,20 @@ "threading_constructs": 0 }, { - "file_path": "frontend/src/ui/tea/quandle_gui.affine", - "lines": 367, + "file_path": "server/serve.jl", + "lines": 1095, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 } ], "recommended_attacks": [ + "cpu", "memory", - "disk", - "cpu" + "disk" ], "dependency_graph": { "edges": [] @@ -244,53 +244,48 @@ "taint_matrix": { "rows": [ { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "beam/mix.exs", - "beam/test/quandle_db_nif_live_integration_test.exs" + "beam/native/quandle_db_nif.zig" ], "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "UnsafeCode->Memory" }, { "source_category": "CommandInjection", - "sink_axis": "cpu", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "beam/mix.exs", "beam/test/quandle_db_nif_live_integration_test.exs" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "CommandInjection->Disk" }, { - "source_category": "ProofDrift", + "source_category": "MutationGap", "sink_axis": "cpu", - "severity_value": 2.5, + "severity_value": 1.0, "files": [ - "server/test_semantic_index.jl", - "server/test_br5_fuzz.jl", - "server/test_quandle_axioms.jl", - "server/krl/test/parser_test.jl", - "server/krl/test/explain_test.jl", - "server/krl/test/lexer_test.jl", - "server/krl/test/seam_test.jl", - "server/krl/test/sql_test.jl" + "beam/test/aspect_test.exs", + "beam/test/quandle_db_nif_test.exs", + "beam/test/quandle_db_nif_live_integration_test.exs" ], "frameworks": [], - "relation": "ProofDrift->Cpu" + "relation": "MutationGap->Cpu" }, { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "beam/native/quandle_db_nif.zig" + "beam/mix.exs", + "beam/test/quandle_db_nif_live_integration_test.exs" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "CommandInjection->Cpu" }, { "source_category": "UnsafeFFI", @@ -303,16 +298,21 @@ "relation": "UnsafeFFI->Memory" }, { - "source_category": "MutationGap", + "source_category": "ProofDrift", "sink_axis": "cpu", - "severity_value": 1.0, + "severity_value": 2.5, "files": [ - "beam/test/quandle_db_nif_live_integration_test.exs", - "beam/test/quandle_db_nif_test.exs", - "beam/test/aspect_test.exs" + "server/krl/test/explain_test.jl", + "server/krl/test/lexer_test.jl", + "server/krl/test/parser_test.jl", + "server/krl/test/sql_test.jl", + "server/krl/test/seam_test.jl", + "server/test_br5_fuzz.jl", + "server/test_semantic_index.jl", + "server/test_quandle_axioms.jl" ], "frameworks": [], - "relation": "MutationGap->Cpu" + "relation": "ProofDrift->Cpu" } ] } diff --git a/scans/qubes-sdp.json b/scans/qubes-sdp.json index aad1bc11..fe83f16a 100644 --- a/scans/qubes-sdp.json +++ b/scans/qubes-sdp.json @@ -17,10 +17,10 @@ }, { "category": "CommandInjection", - "location": "qubes-setup-advanced.sh", - "file": "qubes-setup-advanced.sh", + "location": "qubes-setup.sh", + "file": "qubes-setup.sh", "severity": "Critical", - "description": "eval usage in qubes-setup-advanced.sh", + "description": "eval usage in qubes-setup.sh", "recommended_attack": [ "cpu", "disk" @@ -30,10 +30,10 @@ }, { "category": "PathTraversal", - "location": "qubes-setup-advanced.sh", - "file": "qubes-setup-advanced.sh", + "location": "qubes-setup.sh", + "file": "qubes-setup.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in qubes-setup-advanced.sh", + "description": "Hardcoded /tmp/ path without mktemp in qubes-setup.sh", "recommended_attack": [ "disk" ], @@ -41,15 +41,15 @@ }, { "category": "CommandInjection", - "location": "scripts/rsr-verify.sh", - "file": "scripts/rsr-verify.sh", + "location": "tests/unit-tests.sh", + "file": "tests/unit-tests.sh", "severity": "Critical", - "description": "eval usage in scripts/rsr-verify.sh", + "description": "eval usage in tests/unit-tests.sh", "recommended_attack": [ "cpu", "disk" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "CommandInjection", @@ -65,10 +65,10 @@ }, { "category": "CommandInjection", - "location": "tests/unit-tests.sh", - "file": "tests/unit-tests.sh", + "location": "tests/integration-tests.sh", + "file": "tests/integration-tests.sh", "severity": "Critical", - "description": "eval usage in tests/unit-tests.sh", + "description": "eval usage in tests/integration-tests.sh", "recommended_attack": [ "cpu", "disk" @@ -77,48 +77,48 @@ }, { "category": "CommandInjection", - "location": "tests/integration-tests.sh", - "file": "tests/integration-tests.sh", + "location": "qubes-setup-advanced.sh", + "file": "qubes-setup-advanced.sh", "severity": "Critical", - "description": "eval usage in tests/integration-tests.sh", + "description": "eval usage in qubes-setup-advanced.sh", "recommended_attack": [ "cpu", "disk" ], - "test_context": "test_only" + "suppressed": true, + "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "src/WikiMain.affine", - "file": "src/WikiMain.affine", + "category": "PathTraversal", + "location": "qubes-setup-advanced.sh", + "file": "qubes-setup-advanced.sh", "severity": "Medium", - "description": "36 FFI/external bindings in src/WikiMain.affine", + "description": "Hardcoded /tmp/ path without mktemp in qubes-setup-advanced.sh", "recommended_attack": [ - "memory" + "disk" ], "test_context": "production" }, { "category": "CommandInjection", - "location": "qubes-setup.sh", - "file": "qubes-setup.sh", + "location": "scripts/rsr-verify.sh", + "file": "scripts/rsr-verify.sh", "severity": "Critical", - "description": "eval usage in qubes-setup.sh", + "description": "eval usage in scripts/rsr-verify.sh", "recommended_attack": [ "cpu", "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "PathTraversal", - "location": "qubes-setup.sh", - "file": "qubes-setup.sh", + "category": "UnsafeFFI", + "location": "src/WikiMain.affine", + "file": "src/WikiMain.affine", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in qubes-setup.sh", + "description": "36 FFI/external bindings in src/WikiMain.affine", "recommended_attack": [ - "disk" + "memory" ], "test_context": "production" } @@ -134,8 +134,8 @@ }, "file_statistics": [ { - "file_path": "tools/qubes-restore.sh", - "lines": 258, + "file_path": "tools/qubes-template-manager.sh", + "lines": 304, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -144,23 +144,23 @@ "threading_constructs": 0 }, { - "file_path": "tools/qubes-policy-generator.sh", - "lines": 331, + "file_path": "tools/qubes-restore.sh", + "lines": 258, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/qubes-template-manager.sh", - "lines": 304, + "file_path": "tools/qubes-policy-generator.sh", + "lines": 331, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 }, { @@ -174,18 +174,18 @@ "threading_constructs": 0 }, { - "file_path": "qubes-setup-advanced.sh", - "lines": 1281, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/rsr-verify.sh", - "lines": 266, + "file_path": "qubes-setup.sh", + "lines": 442, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -204,18 +204,18 @@ "threading_constructs": 0 }, { - "file_path": "src/WikiMain.affine", - "lines": 212, - "unsafe_blocks": 36, + "file_path": "qubes-setup-advanced.sh", + "lines": 1281, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "qubes-setup.sh", - "lines": 442, + "file_path": "scripts/rsr-verify.sh", + "lines": 266, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -224,43 +224,43 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, - "unsafe_blocks": 0, + "file_path": "src/WikiMain.affine", + "lines": 212, + "unsafe_blocks": 36, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", + "disk", "cpu", - "disk" + "memory" ], "dependency_graph": { "edges": [ { - "from": "qubes-setup-advanced.sh", - "to": "qubes-setup.sh", + "from": "qubes-setup.sh", + "to": "qubes-setup-advanced.sh", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "tools/qubes-restore.sh", - "to": "tools/qubes-policy-generator.sh", + "from": "tools/qubes-template-manager.sh", + "to": "tools/qubes-restore.sh", "relation": "shared_dir:tools", "weight": 1.0 }, { - "from": "tools/qubes-policy-generator.sh", - "to": "tools/qubes-template-manager.sh", + "from": "tools/qubes-restore.sh", + "to": "tools/qubes-policy-generator.sh", "relation": "shared_dir:tools", "weight": 1.0 }, { - "from": "tools/qubes-template-manager.sh", + "from": "tools/qubes-policy-generator.sh", "to": "tools/qubes-backup-validator.sh", "relation": "shared_dir:tools", "weight": 1.0 @@ -269,17 +269,27 @@ }, "taint_matrix": { "rows": [ + { + "source_category": "UnsafeFFI", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "src/WikiMain.affine" + ], + "frameworks": [], + "relation": "UnsafeFFI->Memory" + }, { "source_category": "CommandInjection", "sink_axis": "cpu", "severity_value": 5.0, "files": [ - "qubes-setup-advanced.sh", - "scripts/rsr-verify.sh", - "tests/security-tests.sh", + "qubes-setup.sh", "tests/unit-tests.sh", + "tests/security-tests.sh", "tests/integration-tests.sh", - "qubes-setup.sh" + "qubes-setup-advanced.sh", + "scripts/rsr-verify.sh" ], "frameworks": [], "relation": "CommandInjection->Cpu" @@ -290,33 +300,23 @@ "severity_value": 2.5, "files": [ "tools/qubes-policy-generator.sh", - "qubes-setup-advanced.sh", - "qubes-setup.sh" + "qubes-setup.sh", + "qubes-setup-advanced.sh" ], "frameworks": [], "relation": "PathTraversal->Disk" }, - { - "source_category": "UnsafeFFI", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "src/WikiMain.affine" - ], - "frameworks": [], - "relation": "UnsafeFFI->Memory" - }, { "source_category": "CommandInjection", "sink_axis": "disk", "severity_value": 5.0, "files": [ - "qubes-setup-advanced.sh", - "scripts/rsr-verify.sh", - "tests/security-tests.sh", + "qubes-setup.sh", "tests/unit-tests.sh", + "tests/security-tests.sh", "tests/integration-tests.sh", - "qubes-setup.sh" + "qubes-setup-advanced.sh", + "scripts/rsr-verify.sh" ], "frameworks": [], "relation": "CommandInjection->Disk" diff --git a/scans/rattlescript.json b/scans/rattlescript.json index ae9b7991..6eab64d6 100644 --- a/scans/rattlescript.json +++ b/scans/rattlescript.json @@ -48,43 +48,43 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, + "file_path": "src/interface/Abi/Foreign.idr", + "lines": 83, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/Abi/Foreign.idr", - "lines": 83, - "unsafe_blocks": 4, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/raze-tui.json b/scans/raze-tui.json index f81f1eef..66d49ae0 100644 --- a/scans/raze-tui.json +++ b/scans/raze-tui.json @@ -15,23 +15,23 @@ }, "file_statistics": [ { - "file_path": "tests/aspect/security_test.affine", - "lines": 246, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/unit/event_types_test.affine", - "lines": 305, + "file_path": "tests/aspect/security_test.affine", + "lines": 246, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { @@ -45,18 +45,18 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "tests/unit/event_types_test.affine", + "lines": 305, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/spark/raze-events.ads", - "lines": 120, + "file_path": "src/spark/raze-state.ads", + "lines": 126, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -65,8 +65,8 @@ "threading_constructs": 0 }, { - "file_path": "src/spark/raze-events.adb", - "lines": 89, + "file_path": "src/spark/raze-events.ads", + "lines": 120, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -75,8 +75,8 @@ "threading_constructs": 0 }, { - "file_path": "src/spark/raze-state.ads", - "lines": 126, + "file_path": "src/spark/raze-events.adb", + "lines": 89, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -85,31 +85,31 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "src/spark/raze-events.ads", - "to": "src/spark/raze-events.adb", + "from": "src/spark/raze-state.ads", + "to": "src/spark/raze-events.ads", "relation": "shared_dir:src/spark", "weight": 1.0 }, { - "from": "src/spark/raze-events.adb", - "to": "src/spark/raze-state.ads", + "from": "src/spark/raze-events.ads", + "to": "src/spark/raze-events.adb", "relation": "shared_dir:src/spark", "weight": 1.0 } diff --git a/scans/reasonably-good-token-vault.json b/scans/reasonably-good-token-vault.json index 332d830b..4bd72843 100644 --- a/scans/reasonably-good-token-vault.json +++ b/scans/reasonably-good-token-vault.json @@ -4,6 +4,18 @@ "language": "rust", "frameworks": [], "weak_points": [ + { + "category": "PanicPath", + "location": "vault-broker/src/main.rs", + "file": "vault-broker/src/main.rs", + "severity": "Medium", + "description": "0 panic sites and 7 unwrap/expect calls in vault-broker/src/main.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, { "category": "UnboundedAllocation", "location": "rgtv-cli/src/main.rs", @@ -51,18 +63,6 @@ "disk" ], "test_context": "production" - }, - { - "category": "PanicPath", - "location": "vault-broker/src/main.rs", - "file": "vault-broker/src/main.rs", - "severity": "Medium", - "description": "0 panic sites and 7 unwrap/expect calls in vault-broker/src/main.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" } ], "statistics": { @@ -75,6 +75,17 @@ "threading_constructs": 1 }, "file_statistics": [ + { + "file_path": "vault-broker/src/main.rs", + "lines": 422, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 7, + "safe_unwrap_calls": 4, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "rgtv-cli/src/main.rs", "lines": 645, @@ -97,17 +108,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "vault-broker/src/main.rs", - "lines": 422, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 7, - "safe_unwrap_calls": 4, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "setup.sh", "lines": 278, @@ -120,9 +120,9 @@ } ], "recommended_attacks": [ - "cpu", + "memory", "disk", - "memory" + "cpu" ], "dependency_graph": { "edges": [] @@ -130,14 +130,14 @@ "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", + "source_category": "ResourceLeak", "sink_axis": "memory", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ "rgtv-cli/src/main.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "ResourceLeak->Memory" }, { "source_category": "UnboundedAllocation", @@ -150,38 +150,38 @@ "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "PanicPath", + "source_category": "UnboundedAllocation", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "rgtv-cli/src/main.rs", - "vault-worker/src/lib.rs", - "vault-broker/src/main.rs" + "rgtv-cli/src/main.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "ResourceLeak", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "rgtv-cli/src/main.rs" + "vault-broker/src/main.rs", + "rgtv-cli/src/main.rs", + "vault-worker/src/lib.rs" ], "frameworks": [], - "relation": "ResourceLeak->Memory" + "relation": "PanicPath->Disk" }, { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ + "vault-broker/src/main.rs", "rgtv-cli/src/main.rs", - "vault-worker/src/lib.rs", - "vault-broker/src/main.rs" + "vault-worker/src/lib.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "PanicPath->Memory" } ] } diff --git a/scans/recon-silly-ation.json b/scans/recon-silly-ation.json index a07116b6..3ae6a33b 100644 --- a/scans/recon-silly-ation.json +++ b/scans/recon-silly-ation.json @@ -48,13 +48,13 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 291, - "unsafe_blocks": 2, + "file_path": "session/dispatch.sh", + "lines": 137, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -68,13 +68,13 @@ "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, - "unsafe_blocks": 0, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 291, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], diff --git a/scans/repo-guardian.json b/scans/repo-guardian.json index 78642b41..8afa0bef 100644 --- a/scans/repo-guardian.json +++ b/scans/repo-guardian.json @@ -5,13 +5,27 @@ "frameworks": [], "weak_points": [ { - "category": "UnsafeFFI", - "location": "mcp-repo-guardian/lib/ocaml/Manifest.affine", - "file": "mcp-repo-guardian/lib/ocaml/Manifest.affine", + "category": "UnboundedAllocation", + "location": "repo-guardian-fs/tests-offline/src/lib.rs", + "file": "repo-guardian-fs/tests-offline/src/lib.rs", "severity": "Medium", - "description": "5 FFI/external bindings in mcp-repo-guardian/lib/ocaml/Manifest.affine", + "description": "Potential unbounded allocation pattern detected in repo-guardian-fs/tests-offline/src/lib.rs", "recommended_attack": [ - "memory" + "memory", + "cpu" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "repo-guardian-fs/src/manifest.rs", + "file": "repo-guardian-fs/src/manifest.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in repo-guardian-fs/src/manifest.rs", + "recommended_attack": [ + "memory", + "cpu" ], "test_context": "production" }, @@ -28,10 +42,10 @@ }, { "category": "UnsafeFFI", - "location": "mcp-repo-guardian/src/Manifest.affine", - "file": "mcp-repo-guardian/src/Manifest.affine", + "location": "mcp-repo-guardian/lib/ocaml/Manifest.affine", + "file": "mcp-repo-guardian/lib/ocaml/Manifest.affine", "severity": "Medium", - "description": "5 FFI/external bindings in mcp-repo-guardian/src/Manifest.affine", + "description": "5 FFI/external bindings in mcp-repo-guardian/lib/ocaml/Manifest.affine", "recommended_attack": [ "memory" ], @@ -49,27 +63,13 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "repo-guardian-fs/tests-offline/src/lib.rs", - "file": "repo-guardian-fs/tests-offline/src/lib.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in repo-guardian-fs/tests-offline/src/lib.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "suppressed": true, - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "repo-guardian-fs/src/manifest.rs", - "file": "repo-guardian-fs/src/manifest.rs", + "category": "UnsafeFFI", + "location": "mcp-repo-guardian/src/Manifest.affine", + "file": "mcp-repo-guardian/src/Manifest.affine", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in repo-guardian-fs/src/manifest.rs", + "description": "5 FFI/external bindings in mcp-repo-guardian/src/Manifest.affine", "recommended_attack": [ - "memory", - "cpu" + "memory" ], "test_context": "production" } @@ -85,57 +85,81 @@ }, "file_statistics": [ { - "file_path": "mcp-repo-guardian/lib/ocaml/Manifest.affine", - "lines": 133, - "unsafe_blocks": 5, + "file_path": "repo-guardian-fs/tests-offline/src/lib.rs", + "lines": 575, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, - "threading_constructs": 0 + "safe_unwrap_calls": 6, + "allocation_sites": 2, + "io_operations": 7, + "threading_constructs": 3 }, { - "file_path": "mcp-repo-guardian/lib/ocaml/Index.affine", - "lines": 329, - "unsafe_blocks": 9, + "file_path": "repo-guardian-fs/ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "repo-guardian-fs/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "mcp-repo-guardian/lib/ocaml/Session.affine", - "lines": 97, - "unsafe_blocks": 2, + "file_path": "repo-guardian-fs/src/manifest.rs", + "lines": 215, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "mcp-repo-guardian/lib/ocaml/Guards.affine", - "lines": 97, + "file_path": "repo-guardian-fs/src/session_manager.rs", + "lines": 170, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 4, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "repo-guardian-fs/src/filesystem.rs", + "lines": 255, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 11, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "mcp-repo-guardian/src/Manifest.affine", - "lines": 133, - "unsafe_blocks": 5, + "file_path": "mcp-repo-guardian/lib/ocaml/Session.affine", + "lines": 97, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "mcp-repo-guardian/src/Index.affine", + "file_path": "mcp-repo-guardian/lib/ocaml/Index.affine", "lines": 329, "unsafe_blocks": 9, "panic_sites": 0, @@ -145,23 +169,23 @@ "threading_constructs": 0 }, { - "file_path": "mcp-repo-guardian/src/Session.affine", + "file_path": "mcp-repo-guardian/lib/ocaml/Guards.affine", "lines": 97, - "unsafe_blocks": 2, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "mcp-repo-guardian/src/Guards.affine", - "lines": 97, - "unsafe_blocks": 0, + "file_path": "mcp-repo-guardian/lib/ocaml/Manifest.affine", + "lines": 133, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 6, "threading_constructs": 0 }, { @@ -185,123 +209,99 @@ "threading_constructs": 0 }, { - "file_path": "repo-guardian-fs/tests-offline/src/lib.rs", - "lines": 575, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 2, - "io_operations": 7, - "threading_constructs": 3 - }, - { - "file_path": "repo-guardian-fs/src/session_manager.rs", - "lines": 170, - "unsafe_blocks": 0, + "file_path": "mcp-repo-guardian/src/Session.affine", + "lines": 97, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "repo-guardian-fs/src/filesystem.rs", - "lines": 255, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 11, - "allocation_sites": 2, - "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "repo-guardian-fs/src/manifest.rs", - "lines": 215, - "unsafe_blocks": 0, + "file_path": "mcp-repo-guardian/src/Index.affine", + "lines": 329, + "unsafe_blocks": 9, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "repo-guardian-fs/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "mcp-repo-guardian/src/Guards.affine", + "lines": 97, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "repo-guardian-fs/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "mcp-repo-guardian/src/Manifest.affine", + "lines": 133, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", "cpu", "disk", - "concurrency" + "concurrency", + "memory" ], "dependency_graph": { "edges": [ { - "from": "mcp-repo-guardian/src/Manifest.affine", + "from": "mcp-repo-guardian/src/Session.affine", "to": "mcp-repo-guardian/src/Index.affine", "relation": "shared_dir:mcp-repo-guardian/src", "weight": 1.0 }, { "from": "mcp-repo-guardian/src/Index.affine", - "to": "mcp-repo-guardian/src/Session.affine", + "to": "mcp-repo-guardian/src/Guards.affine", "relation": "shared_dir:mcp-repo-guardian/src", "weight": 1.0 }, { - "from": "mcp-repo-guardian/src/Session.affine", - "to": "mcp-repo-guardian/src/Guards.affine", + "from": "mcp-repo-guardian/src/Guards.affine", + "to": "mcp-repo-guardian/src/Manifest.affine", "relation": "shared_dir:mcp-repo-guardian/src", "weight": 1.0 }, { - "from": "mcp-repo-guardian/lib/ocaml/Manifest.affine", + "from": "mcp-repo-guardian/lib/ocaml/Session.affine", "to": "mcp-repo-guardian/lib/ocaml/Index.affine", "relation": "shared_dir:mcp-repo-guardian/lib/ocaml", "weight": 1.0 }, { "from": "mcp-repo-guardian/lib/ocaml/Index.affine", - "to": "mcp-repo-guardian/lib/ocaml/Session.affine", + "to": "mcp-repo-guardian/lib/ocaml/Guards.affine", "relation": "shared_dir:mcp-repo-guardian/lib/ocaml", "weight": 1.0 }, { - "from": "mcp-repo-guardian/lib/ocaml/Session.affine", - "to": "mcp-repo-guardian/lib/ocaml/Guards.affine", + "from": "mcp-repo-guardian/lib/ocaml/Guards.affine", + "to": "mcp-repo-guardian/lib/ocaml/Manifest.affine", "relation": "shared_dir:mcp-repo-guardian/lib/ocaml", "weight": 1.0 }, { - "from": "repo-guardian-fs/src/session_manager.rs", - "to": "repo-guardian-fs/src/filesystem.rs", + "from": "repo-guardian-fs/src/manifest.rs", + "to": "repo-guardian-fs/src/session_manager.rs", "relation": "shared_dir:repo-guardian-fs/src", "weight": 1.0 }, { - "from": "repo-guardian-fs/src/filesystem.rs", - "to": "repo-guardian-fs/src/manifest.rs", + "from": "repo-guardian-fs/src/session_manager.rs", + "to": "repo-guardian-fs/src/filesystem.rs", "relation": "shared_dir:repo-guardian-fs/src", "weight": 1.0 } @@ -311,38 +311,38 @@ "rows": [ { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ "repo-guardian-fs/tests-offline/src/lib.rs", "repo-guardian-fs/src/manifest.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "UnsafeFFI", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "mcp-repo-guardian/lib/ocaml/Manifest.affine", "mcp-repo-guardian/lib/ocaml/Index.affine", - "mcp-repo-guardian/src/Manifest.affine", - "mcp-repo-guardian/src/Index.affine" + "mcp-repo-guardian/lib/ocaml/Manifest.affine", + "mcp-repo-guardian/src/Index.affine", + "mcp-repo-guardian/src/Manifest.affine" ], "frameworks": [], "relation": "UnsafeFFI->Memory" }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "repo-guardian-fs/tests-offline/src/lib.rs", "repo-guardian-fs/src/manifest.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" } ] } diff --git a/scans/reposystem.json b/scans/reposystem.json index 81b922d5..afb3aefb 100644 --- a/scans/reposystem.json +++ b/scans/reposystem.json @@ -3,68 +3,43 @@ "program_path": "reposystem", "language": "rust", "frameworks": [ - "OTP", - "Networking", "Phoenix", - "WebServer" + "WebServer", + "Networking", + "OTP" ], "weak_points": [ - { - "category": "CommandInjection", - "location": "repo-scripts/megasweep/megasweep.exs", - "file": "repo-scripts/megasweep/megasweep.exs", - "severity": "Medium", - "description": "System command execution in repo-scripts/megasweep/megasweep.exs", - "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, { "category": "DynamicCodeExecution", - "location": "repo-scripts/megasweep/megasweep.exs", - "file": "repo-scripts/megasweep/megasweep.exs", + "location": "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", + "file": "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", "severity": "Medium", - "description": "Dynamic apply/3 in repo-scripts/megasweep/megasweep.exs", + "description": "Dynamic apply/3 in tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "tools/merge-resolver/src/main.rs", - "file": "tools/merge-resolver/src/main.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in tools/merge-resolver/src/main.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "tools/merge-resolver/src/lib.rs", - "file": "tools/merge-resolver/src/lib.rs", + "category": "DynamicCodeExecution", + "location": "tools/hud/backend/lib/gitvisor/platforms/github.ex", + "file": "tools/hud/backend/lib/gitvisor/platforms/github.ex", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in tools/merge-resolver/src/lib.rs", + "description": "Dynamic apply/3 in tools/hud/backend/lib/gitvisor/platforms/github.ex", "recommended_attack": [ - "memory", "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "tools/merge-resolver/src/verify.rs", - "file": "tools/merge-resolver/src/verify.rs", + "category": "CommandInjection", + "location": "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", + "file": "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in tools/merge-resolver/src/verify.rs", + "description": "System command execution in tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", "recommended_attack": [ - "memory", - "cpu" + "cpu", + "disk" ], "test_context": "production" }, @@ -93,38 +68,16 @@ }, { "category": "CommandInjection", - "location": "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", - "file": "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", + "location": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", + "file": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", "severity": "Medium", - "description": "System command execution in tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", + "description": "System command execution in tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", "recommended_attack": [ "cpu", "disk" ], "test_context": "production" }, - { - "category": "DynamicCodeExecution", - "location": "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", - "file": "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", - "severity": "Medium", - "description": "Dynamic apply/3 in tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", - "recommended_attack": [ - "cpu" - ], - "test_context": "production" - }, - { - "category": "DynamicCodeExecution", - "location": "tools/hud/backend/lib/gitvisor/platforms/github.ex", - "file": "tools/hud/backend/lib/gitvisor/platforms/github.ex", - "severity": "Medium", - "description": "Dynamic apply/3 in tools/hud/backend/lib/gitvisor/platforms/github.ex", - "recommended_attack": [ - "cpu" - ], - "test_context": "production" - }, { "category": "InsecureProtocol", "location": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/badge.ex", @@ -138,10 +91,10 @@ }, { "category": "CommandInjection", - "location": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", - "file": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", + "location": "tools/hud/satellite-repos/echidnabot/lib/echidnabot/attestation.ex", + "file": "tools/hud/satellite-repos/echidnabot/lib/echidnabot/attestation.ex", "severity": "Medium", - "description": "System command execution in tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", + "description": "System command execution in tools/hud/satellite-repos/echidnabot/lib/echidnabot/attestation.ex", "recommended_attack": [ "cpu", "disk" @@ -161,23 +114,35 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "tools/hud/satellite-repos/echidnabot/lib/echidnabot/attestation.ex", - "file": "tools/hud/satellite-repos/echidnabot/lib/echidnabot/attestation.ex", + "category": "UnboundedAllocation", + "location": "tools/merge-resolver/src/lib.rs", + "file": "tools/merge-resolver/src/lib.rs", "severity": "Medium", - "description": "System command execution in tools/hud/satellite-repos/echidnabot/lib/echidnabot/attestation.ex", + "description": "Potential unbounded allocation pattern detected in tools/merge-resolver/src/lib.rs", "recommended_attack": [ - "cpu", + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "tools/merge-resolver/src/main.rs", + "file": "tools/merge-resolver/src/main.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in tools/merge-resolver/src/main.rs", + "recommended_attack": [ + "memory", "disk" ], "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "tools/rsr-certified/engine/src/compliance/bronze.rs", - "file": "tools/rsr-certified/engine/src/compliance/bronze.rs", + "location": "tools/merge-resolver/src/verify.rs", + "file": "tools/merge-resolver/src/verify.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in tools/rsr-certified/engine/src/compliance/bronze.rs", + "description": "Potential unbounded allocation pattern detected in tools/merge-resolver/src/verify.rs", "recommended_attack": [ "memory", "cpu" @@ -186,10 +151,22 @@ }, { "category": "UnboundedAllocation", - "location": "tools/rsr-certified/engine/src/compliance/gold.rs", - "file": "tools/rsr-certified/engine/src/compliance/gold.rs", + "location": "tools/rsr-certified/engine/src/compliance/rhodium.rs", + "file": "tools/rsr-certified/engine/src/compliance/rhodium.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in tools/rsr-certified/engine/src/compliance/gold.rs", + "description": "Potential unbounded allocation pattern detected in tools/rsr-certified/engine/src/compliance/rhodium.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "tools/rsr-certified/engine/src/compliance/bronze.rs", + "file": "tools/rsr-certified/engine/src/compliance/bronze.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in tools/rsr-certified/engine/src/compliance/bronze.rs", "recommended_attack": [ "memory", "cpu" @@ -210,10 +187,10 @@ }, { "category": "UnboundedAllocation", - "location": "tools/rsr-certified/engine/src/compliance/rhodium.rs", - "file": "tools/rsr-certified/engine/src/compliance/rhodium.rs", + "location": "tools/rsr-certified/engine/src/compliance/gold.rs", + "file": "tools/rsr-certified/engine/src/compliance/gold.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in tools/rsr-certified/engine/src/compliance/rhodium.rs", + "description": "Potential unbounded allocation pattern detected in tools/rsr-certified/engine/src/compliance/gold.rs", "recommended_attack": [ "memory", "cpu" @@ -233,37 +210,26 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "git-seo/src/main.rs", - "file": "git-seo/src/main.rs", + "category": "PanicPath", + "location": "gui/src/main.rs", + "file": "gui/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in git-seo/src/main.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "DynamicCodeExecution", - "location": "web/app.js", - "file": "web/app.js", - "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in web/app.js", + "description": "0 panic sites and 34 unwrap/expect calls in gui/src/main.rs", "recommended_attack": [ "memory", - "network" + "disk" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "web/app.js", - "file": "web/app.js", + "category": "UnboundedAllocation", + "location": "git-seo/src/main.rs", + "file": "git-seo/src/main.rs", "severity": "Medium", - "description": "16 HTTP (non-HTTPS) URLs in web/app.js", + "description": "Potential unbounded allocation pattern detected in git-seo/src/main.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], "test_context": "production" }, @@ -280,45 +246,34 @@ "test_context": "production" }, { - "category": "PathTraversal", - "location": "scripts/install-desktop.sh", - "file": "scripts/install-desktop.sh", + "category": "CommandInjection", + "location": "repo-scripts/megasweep/megasweep.exs", + "file": "repo-scripts/megasweep/megasweep.exs", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/install-desktop.sh", + "description": "System command execution in repo-scripts/megasweep/megasweep.exs", "recommended_attack": [ + "cpu", "disk" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "total-upgrade/launcher/total-upgrade-launcher.sh", - "file": "total-upgrade/launcher/total-upgrade-launcher.sh", + "category": "DynamicCodeExecution", + "location": "repo-scripts/megasweep/megasweep.exs", + "file": "repo-scripts/megasweep/megasweep.exs", "severity": "Medium", - "description": "37 potentially unquoted variable expansions in total-upgrade/launcher/total-upgrade-launcher.sh", + "description": "Dynamic apply/3 in repo-scripts/megasweep/megasweep.exs", "recommended_attack": [ "cpu" ], "test_context": "production" }, - { - "category": "PanicPath", - "location": "total-upgrade/src/main.rs", - "file": "total-upgrade/src/main.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in total-upgrade/src/main.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, { "category": "UnboundedAllocation", - "location": "total-upgrade/src/backend/config.rs", - "file": "total-upgrade/src/backend/config.rs", + "location": "total-upgrade/src/backend/manifest.rs", + "file": "total-upgrade/src/backend/manifest.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in total-upgrade/src/backend/config.rs", + "description": "Potential unbounded allocation pattern detected in total-upgrade/src/backend/manifest.rs", "recommended_attack": [ "memory", "cpu" @@ -339,10 +294,10 @@ }, { "category": "UnboundedAllocation", - "location": "total-upgrade/src/backend/manifest.rs", - "file": "total-upgrade/src/backend/manifest.rs", + "location": "total-upgrade/src/backend/config.rs", + "file": "total-upgrade/src/backend/config.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in total-upgrade/src/backend/manifest.rs", + "description": "Potential unbounded allocation pattern detected in total-upgrade/src/backend/config.rs", "recommended_attack": [ "memory", "cpu" @@ -351,10 +306,10 @@ }, { "category": "PanicPath", - "location": "gui/src/main.rs", - "file": "gui/src/main.rs", + "location": "total-upgrade/src/main.rs", + "file": "total-upgrade/src/main.rs", "severity": "Medium", - "description": "0 panic sites and 34 unwrap/expect calls in gui/src/main.rs", + "description": "0 panic sites and 1 unwrap/expect calls in total-upgrade/src/main.rs", "recommended_attack": [ "memory", "disk" @@ -362,50 +317,47 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "git-morph/src/template.rs", - "file": "git-morph/src/template.rs", + "category": "CommandInjection", + "location": "total-upgrade/launcher/total-upgrade-launcher.sh", + "file": "total-upgrade/launcher/total-upgrade-launcher.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in git-morph/src/template.rs", + "description": "37 potentially unquoted variable expansions in total-upgrade/launcher/total-upgrade-launcher.sh", "recommended_attack": [ - "memory", "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "git-morph/src/inflate.rs", - "file": "git-morph/src/inflate.rs", + "category": "PathTraversal", + "location": "scripts/install-desktop.sh", + "file": "scripts/install-desktop.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in git-morph/src/inflate.rs", + "description": "Hardcoded /tmp/ path without mktemp in scripts/install-desktop.sh", "recommended_attack": [ - "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "git-morph/src/manifest.rs", - "file": "git-morph/src/manifest.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in git-morph/src/manifest.rs", + "category": "DynamicCodeExecution", + "location": "web/app.js", + "file": "web/app.js", + "severity": "High", + "description": "DOM manipulation (innerHTML/document.write) in web/app.js", "recommended_attack": [ "memory", - "cpu" + "network" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src/importers/manifest.rs", - "file": "src/importers/manifest.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/importers/manifest.rs", + "category": "InsecureProtocol", + "location": "web/app.js", + "file": "web/app.js", + "severity": "Medium", + "description": "16 HTTP (non-HTTPS) URLs in web/app.js", "recommended_attack": [ - "memory", - "cpu" + "network" ], "test_context": "production" }, @@ -433,6 +385,54 @@ ], "test_context": "production" }, + { + "category": "UnboundedAllocation", + "location": "src/importers/manifest.rs", + "file": "src/importers/manifest.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src/importers/manifest.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "git-morph/src/inflate.rs", + "file": "git-morph/src/inflate.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in git-morph/src/inflate.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "git-morph/src/manifest.rs", + "file": "git-morph/src/manifest.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in git-morph/src/manifest.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "git-morph/src/template.rs", + "file": "git-morph/src/template.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in git-morph/src/template.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, { "category": "MutationGap", "location": "Cargo.toml", @@ -454,131 +454,128 @@ }, "file_statistics": [ { - "file_path": "repo-scripts/megasweep/megasweep.exs", - "lines": 427, + "file_path": "tui/legacy-ada/reposystem_tui.adb", + "lines": 224, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 48, "threading_constructs": 0 }, { - "file_path": "tools/merge-resolver/tests/integration.rs", - "lines": 366, + "file_path": "tui/legacy-ada/reposystem_tui-main.adb", + "lines": 30, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "tools/merge-resolver/src/decision.rs", - "lines": 318, + "file_path": "tools/hud/tui/src/gitvisor_tui.adb", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tools/merge-resolver/src/main.rs", - "lines": 360, + "file_path": "tools/hud/tui/src/gitvisor-ui.adb", + "lines": 294, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tools/merge-resolver/src/lib.rs", - "lines": 448, + "file_path": "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", + "lines": 211, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 4, - "io_operations": 6, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "tools/merge-resolver/src/verify.rs", - "lines": 225, + "file_path": "tools/hud/backend/lib/gitvisor/platforms/github.ex", + "lines": 341, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "tools/git-submodule-flush/src/flush.rs", - "lines": 478, + "file_path": "tools/hud/backend/lib/gitvisor/repo.ex", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 20, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "tools/dispatcher/src/executors/SeoUpdater.affine", - "lines": 108, + "file_path": "tools/hud/backend/lib/gitvisor/attestation.ex", + "lines": 427, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/dispatcher/src/executors/DocRenderer.affine", - "lines": 78, + "file_path": "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", + "lines": 346, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "tools/hud/analytics/src/GitvisorAnalytics.jl", - "lines": 536, + "file_path": "tools/hud/backend/lib/gitvisor/repo/xtdb_adapter.ex", + "lines": 150, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tools/hud/backend/lib/gitvisor_web/resolvers/seo.ex", - "lines": 200, + "file_path": "tools/hud/backend/lib/gitvisor/repo/arangodb_adapter.ex", + "lines": 147, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", - "lines": 346, + "file_path": "tools/hud/backend/lib/gitvisor_web/resolvers/seo.ex", + "lines": 200, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "tools/hud/backend/lib/gitvisor/repo/arangodb_adapter.ex", - "lines": 147, + "file_path": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", + "lines": 256, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -587,238 +584,251 @@ "threading_constructs": 0 }, { - "file_path": "tools/hud/backend/lib/gitvisor/repo/xtdb_adapter.ex", - "lines": 150, + "file_path": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/fixer.ex", + "lines": 228, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/hud/backend/lib/gitvisor/repo.ex", - "lines": 81, + "file_path": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/middleware.ex", + "lines": 112, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", - "lines": 211, + "file_path": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/backend.ex", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "tools/hud/backend/lib/gitvisor/platforms/github.ex", - "lines": 341, + "file_path": "tools/hud/satellite-repos/cadre-router/lib/cadre/router.ex", + "lines": 139, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "tools/hud/backend/lib/gitvisor/attestation.ex", - "lines": 427, + "file_path": "tools/hud/satellite-repos/echidnabot/lib/echidnabot.ex", + "lines": 83, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tools/hud/tui/src/gitvisor_tui.adb", - "lines": 55, + "file_path": "tools/hud/analytics/src/GitvisorAnalytics.jl", + "lines": 536, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "tools/hud/tui/src/gitvisor-ui.adb", - "lines": 294, + "file_path": "tools/git-submodule-flush/src/flush.rs", + "lines": 478, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 3, + "allocation_sites": 20, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", - "lines": 256, + "file_path": "tools/gitmerge-paralleliser/src/main.rs", + "lines": 571, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "allocation_sites": 6, + "io_operations": 2, + "threading_constructs": 2 }, { - "file_path": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/fixer.ex", - "lines": 228, + "file_path": "tools/gitmerge-paralleliser/src/splitter.rs", + "lines": 154, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tools/hud/satellite-repos/echidnabot/lib/echidnabot.ex", - "lines": 83, + "file_path": "tools/merge-resolver/tests/integration.rs", + "lines": 366, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/backend.ex", - "lines": 116, + "file_path": "tools/merge-resolver/src/lib.rs", + "lines": 448, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 4, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/middleware.ex", - "lines": 112, + "file_path": "tools/merge-resolver/src/main.rs", + "lines": 360, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, + "unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tools/hud/satellite-repos/cadre-router/lib/cadre/router.ex", - "lines": 139, + "file_path": "tools/merge-resolver/src/decision.rs", + "lines": 318, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 8, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "tools/rsr-certified/extensions/vscode/src/extension.affine", - "lines": 387, + "file_path": "tools/merge-resolver/src/verify.rs", + "lines": 225, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "allocation_sites": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/rsr-certified/engine/src/main.rs", - "lines": 303, + "file_path": "tools/rsr-certified/engine/src/compliance/rhodium.rs", + "lines": 447, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 10, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "tools/rsr-certified/engine/src/adapters/bitbucket.rs", - "lines": 200, + "file_path": "tools/rsr-certified/engine/src/compliance/bronze.rs", + "lines": 402, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 10, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 6, + "allocation_sites": 12, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "tools/rsr-certified/engine/src/adapters/mod.rs", - "lines": 120, + "file_path": "tools/rsr-certified/engine/src/compliance/mod.rs", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "safe_unwrap_calls": 1, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tools/rsr-certified/engine/src/lib.rs", - "lines": 165, + "file_path": "tools/rsr-certified/engine/src/compliance/silver.rs", + "lines": 433, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 10, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tools/rsr-certified/engine/src/compliance/bronze.rs", - "lines": 402, + "file_path": "tools/rsr-certified/engine/src/compliance/gold.rs", + "lines": 447, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, "allocation_sites": 12, "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "tools/rsr-certified/engine/src/compliance/gold.rs", - "lines": 447, + "file_path": "tools/rsr-certified/engine/src/lib.rs", + "lines": 165, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, - "io_operations": 5, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tools/rsr-certified/engine/src/compliance/silver.rs", - "lines": 433, + "file_path": "tools/rsr-certified/engine/src/main.rs", + "lines": 303, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 10, + "safe_unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tools/rsr-certified/engine/src/compliance/mod.rs", - "lines": 183, + "file_path": "tools/rsr-certified/engine/src/adapters/mod.rs", + "lines": 120, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tools/rsr-certified/engine/src/compliance/rhodium.rs", - "lines": 447, + "file_path": "tools/rsr-certified/engine/src/adapters/bitbucket.rs", + "lines": 200, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 6, + "safe_unwrap_calls": 10, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "tools/rsr-certified/extensions/vscode/src/extension.affine", + "lines": 387, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { @@ -833,75 +843,105 @@ "threading_constructs": 0 }, { - "file_path": "tools/gitmerge-paralleliser/src/main.rs", - "lines": 571, + "file_path": "tools/dispatcher/src/executors/DocRenderer.affine", + "lines": 78, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 2, - "threading_constructs": 2 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "tools/gitmerge-paralleliser/src/splitter.rs", - "lines": 154, + "file_path": "tools/dispatcher/src/executors/SeoUpdater.affine", + "lines": 108, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "gui/src/Update.res.js", + "lines": 2285, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "gui/src/main.rs", + "lines": 446, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 34, + "safe_unwrap_calls": 5, + "allocation_sites": 2, "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "tests/e2e_test.rs", + "lines": 441, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "git-seo/src/main.rs", - "lines": 430, + "file_path": "tests/cli_integration.rs", + "lines": 334, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 11, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "web/app.js", - "lines": 1572, + "file_path": "tests/test_intervention.adb", + "lines": 51, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "config/reposystem.ncl", - "lines": 228, + "file_path": "tests/hello_yard.rs", + "lines": 469, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "forge-ops/src-tauri/src/forgeops/commands.rs", - "lines": 478, + "file_path": "git-seo/src/main.rs", + "lines": 430, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 6, - "io_operations": 0, + "safe_unwrap_calls": 11, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "forge-ops/src-tauri/src/forgeops/config.rs", - "lines": 225, + "file_path": "forge-ops/src-tauri/src/forgeops/diff.rs", + "lines": 234, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, + "safe_unwrap_calls": 7, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, @@ -928,39 +968,40 @@ "threading_constructs": 2 }, { - "file_path": "forge-ops/src-tauri/src/forgeops/diff.rs", - "lines": 234, + "file_path": "forge-ops/src-tauri/src/forgeops/config.rs", + "lines": 225, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 4, + "safe_unwrap_calls": 3, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/install-desktop.sh", - "lines": 155, + "file_path": "forge-ops/src-tauri/src/forgeops/commands.rs", + "lines": 478, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "safe_unwrap_calls": 8, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/gitlink-drift.jl", - "lines": 294, + "file_path": "repo-scripts/megasweep/megasweep.exs", + "lines": 427, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "scripts/gen-repos-manifest.sh", - "lines": 87, + "file_path": "config/reposystem.ncl", + "lines": 228, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -969,25 +1010,24 @@ "threading_constructs": 0 }, { - "file_path": "total-upgrade/launcher/total-upgrade-launcher.sh", - "lines": 316, + "file_path": "total-upgrade/src/backend/manifest.rs", + "lines": 70, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 8, + "allocation_sites": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "total-upgrade/src/main.rs", - "lines": 448, + "file_path": "total-upgrade/src/backend/scanner.rs", + "lines": 48, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 3, - "allocation_sites": 8, - "io_operations": 1, - "threading_constructs": 1 + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 }, { "file_path": "total-upgrade/src/backend/detector.rs", @@ -1000,28 +1040,39 @@ "threading_constructs": 0 }, { - "file_path": "total-upgrade/src/backend/manifest.rs", - "lines": 70, + "file_path": "total-upgrade/src/tests.rs", + "lines": 36, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "total-upgrade/src/backend/scanner.rs", - "lines": 48, + "file_path": "total-upgrade/src/main.rs", + "lines": 448, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 8, + "io_operations": 1, + "threading_constructs": 1 + }, + { + "file_path": "total-upgrade/launcher/total-upgrade-launcher.sh", + "lines": 316, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "total-upgrade/src/tests.rs", - "lines": 36, + "file_path": "scripts/gitlink-drift.jl", + "lines": 294, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1030,8 +1081,8 @@ "threading_constructs": 0 }, { - "file_path": "tests/hello_yard.rs", - "lines": 469, + "file_path": "scripts/install-desktop.sh", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1040,270 +1091,231 @@ "threading_constructs": 0 }, { - "file_path": "tests/e2e_test.rs", - "lines": 441, + "file_path": "scripts/gen-repos-manifest.sh", + "lines": 87, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/test_intervention.adb", - "lines": 51, + "file_path": "web/app.js", + "lines": 1572, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "tests/cli_integration.rs", - "lines": 334, + "file_path": "src/graph.rs", + "lines": 755, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 12, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "gui/src/main.rs", - "lines": 446, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 34, - "safe_unwrap_calls": 5, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "gui/src/Update.res.js", - "lines": 2285, + "file_path": "src/scanner.rs", + "lines": 393, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "src/lib.rs", + "lines": 1434, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "git-morph/src/deflate.rs", - "lines": 322, + "file_path": "src/main.rs", + "lines": 458, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "git-morph/src/template.rs", - "lines": 225, + "file_path": "src/commands/plan.rs", + "lines": 515, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 3, + "safe_unwrap_calls": 3, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "git-morph/src/detect.rs", - "lines": 205, + "file_path": "src/commands/weak_links.rs", + "lines": 203, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, + "safe_unwrap_calls": 10, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "git-morph/src/history.rs", - "lines": 477, + "file_path": "src/commands/apply.rs", + "lines": 651, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 2, - "io_operations": 9, + "safe_unwrap_calls": 16, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "git-morph/src/inflate.rs", - "lines": 243, + "file_path": "src/commands/export.rs", + "lines": 125, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "git-morph/src/diff.rs", - "lines": 186, + "file_path": "src/importers/manifest.rs", + "lines": 277, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 10, - "io_operations": 0, + "safe_unwrap_calls": 5, + "allocation_sites": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "git-morph/src/manifest.rs", - "lines": 213, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tui/legacy-ada/reposystem_tui-main.adb", - "lines": 30, + "file_path": "git-morph/src/deflate.rs", + "lines": 322, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 5, "allocation_sites": 0, "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "tui/legacy-ada/reposystem_tui.adb", - "lines": 224, + "file_path": "git-morph/src/inflate.rs", + "lines": 243, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 4, "allocation_sites": 0, - "io_operations": 48, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "src/main.rs", - "lines": 458, + "file_path": "git-morph/src/manifest.rs", + "lines": 213, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/lib.rs", - "lines": 1434, + "file_path": "git-morph/src/diff.rs", + "lines": 186, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 2, - "allocation_sites": 2, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/importers/manifest.rs", - "lines": 277, + "file_path": "git-morph/src/template.rs", + "lines": 225, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, + "safe_unwrap_calls": 1, "allocation_sites": 2, - "io_operations": 5, - "threading_constructs": 0 - }, - { - "file_path": "src/commands/apply.rs", - "lines": 651, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 16, - "allocation_sites": 6, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/commands/weak_links.rs", - "lines": 203, + "file_path": "git-morph/src/detect.rs", + "lines": 205, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 10, + "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/commands/plan.rs", - "lines": 515, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/commands/export.rs", - "lines": 125, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "src/graph.rs", - "lines": 755, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 12, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "src/scanner.rs", - "lines": 393, + "file_path": "git-morph/src/history.rs", + "lines": 477, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, - "io_operations": 1, + "safe_unwrap_calls": 4, + "allocation_sites": 2, + "io_operations": 9, "threading_constructs": 0 } ], "recommended_attacks": [ + "memory", "cpu", - "disk", "network", - "concurrency", - "memory" + "disk", + "concurrency" ], "dependency_graph": { "edges": [ + { + "from": "tui/legacy-ada/reposystem_tui.adb", + "to": "tui/legacy-ada/reposystem_tui-main.adb", + "relation": "shared_dir:tui/legacy-ada", + "weight": 1.0 + }, + { + "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/middleware.ex", + "to": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/backend.ex", + "relation": "shared_dir:tools/hud/satellite-repos/cadre-router/lib/cadre/router", + "weight": 1.0 + }, { "from": "tools/hud/backend/lib/gitvisor/repo.ex", "to": "tools/hud/backend/lib/gitvisor/attestation.ex", @@ -1311,506 +1323,506 @@ "weight": 1.0 }, { - "from": "total-upgrade/src/backend/detector.rs", - "to": "total-upgrade/src/backend/manifest.rs", + "from": "total-upgrade/src/backend/manifest.rs", + "to": "total-upgrade/src/backend/scanner.rs", "relation": "shared_dir:total-upgrade/src/backend", "weight": 1.0 }, { - "from": "total-upgrade/src/backend/manifest.rs", - "to": "total-upgrade/src/backend/scanner.rs", + "from": "total-upgrade/src/backend/scanner.rs", + "to": "total-upgrade/src/backend/detector.rs", "relation": "shared_dir:total-upgrade/src/backend", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/commands.rs", - "to": "forge-ops/src-tauri/src/forgeops/config.rs", - "relation": "shared_dir:forge-ops/src-tauri/src/forgeops", + "from": "src/graph.rs", + "to": "src/scanner.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/config.rs", - "to": "forge-ops/src-tauri/src/forgeops/mirror.rs", - "relation": "shared_dir:forge-ops/src-tauri/src/forgeops", + "from": "src/scanner.rs", + "to": "src/lib.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/mirror.rs", - "to": "forge-ops/src-tauri/src/forgeops/api.rs", - "relation": "shared_dir:forge-ops/src-tauri/src/forgeops", + "from": "src/lib.rs", + "to": "src/main.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/api.rs", - "to": "forge-ops/src-tauri/src/forgeops/diff.rs", - "relation": "shared_dir:forge-ops/src-tauri/src/forgeops", + "from": "tools/rsr-certified/engine/src/lib.rs", + "to": "tools/rsr-certified/engine/src/main.rs", + "relation": "shared_dir:tools/rsr-certified/engine/src", "weight": 1.0 }, { - "from": "tools/gitmerge-paralleliser/src/main.rs", - "to": "tools/gitmerge-paralleliser/src/splitter.rs", - "relation": "shared_dir:tools/gitmerge-paralleliser/src", + "from": "tools/merge-resolver/src/lib.rs", + "to": "tools/merge-resolver/src/main.rs", + "relation": "shared_dir:tools/merge-resolver/src", "weight": 1.0 }, { - "from": "tui/legacy-ada/reposystem_tui-main.adb", - "to": "tui/legacy-ada/reposystem_tui.adb", - "relation": "shared_dir:tui/legacy-ada", + "from": "tools/merge-resolver/src/main.rs", + "to": "tools/merge-resolver/src/decision.rs", + "relation": "shared_dir:tools/merge-resolver/src", "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/repo/arangodb_adapter.ex", - "to": "tools/hud/backend/lib/gitvisor/repo/xtdb_adapter.ex", - "relation": "shared_dir:tools/hud/backend/lib/gitvisor/repo", + "from": "tools/merge-resolver/src/decision.rs", + "to": "tools/merge-resolver/src/verify.rs", + "relation": "shared_dir:tools/merge-resolver/src", "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", - "to": "tools/hud/backend/lib/gitvisor/platforms/github.ex", - "relation": "shared_dir:tools/hud/backend/lib/gitvisor/platforms", + "from": "scripts/gitlink-drift.jl", + "to": "scripts/install-desktop.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/commands/apply.rs", - "to": "src/commands/weak_links.rs", - "relation": "shared_dir:src/commands", + "from": "scripts/install-desktop.sh", + "to": "scripts/gen-repos-manifest.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/commands/weak_links.rs", - "to": "src/commands/plan.rs", - "relation": "shared_dir:src/commands", + "from": "git-morph/src/deflate.rs", + "to": "git-morph/src/inflate.rs", + "relation": "shared_dir:git-morph/src", "weight": 1.0 }, { - "from": "src/commands/plan.rs", - "to": "src/commands/export.rs", - "relation": "shared_dir:src/commands", + "from": "git-morph/src/inflate.rs", + "to": "git-morph/src/manifest.rs", + "relation": "shared_dir:git-morph/src", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/main.rs", - "to": "tools/rsr-certified/engine/src/lib.rs", - "relation": "shared_dir:tools/rsr-certified/engine/src", + "from": "git-morph/src/manifest.rs", + "to": "git-morph/src/diff.rs", + "relation": "shared_dir:git-morph/src", "weight": 1.0 }, { - "from": "scripts/install-desktop.sh", - "to": "scripts/gitlink-drift.jl", - "relation": "shared_dir:scripts", + "from": "git-morph/src/diff.rs", + "to": "git-morph/src/template.rs", + "relation": "shared_dir:git-morph/src", "weight": 1.0 }, { - "from": "scripts/gitlink-drift.jl", - "to": "scripts/gen-repos-manifest.sh", - "relation": "shared_dir:scripts", + "from": "git-morph/src/template.rs", + "to": "git-morph/src/detect.rs", + "relation": "shared_dir:git-morph/src", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", - "to": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/fixer.ex", - "relation": "shared_dir:tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot", + "from": "git-morph/src/detect.rs", + "to": "git-morph/src/history.rs", + "relation": "shared_dir:git-morph/src", "weight": 1.0 }, { - "from": "tools/dispatcher/src/executors/SeoUpdater.affine", - "to": "tools/dispatcher/src/executors/DocRenderer.affine", - "relation": "shared_dir:tools/dispatcher/src/executors", + "from": "tools/hud/tui/src/gitvisor_tui.adb", + "to": "tools/hud/tui/src/gitvisor-ui.adb", + "relation": "shared_dir:tools/hud/tui/src", "weight": 1.0 }, { - "from": "gui/src/main.rs", - "to": "gui/src/Update.res.js", - "relation": "shared_dir:gui/src", + "from": "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", + "to": "tools/hud/backend/lib/gitvisor/platforms/github.ex", + "relation": "shared_dir:tools/hud/backend/lib/gitvisor/platforms", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/adapters/bitbucket.rs", - "to": "tools/rsr-certified/engine/src/adapters/mod.rs", - "relation": "shared_dir:tools/rsr-certified/engine/src/adapters", + "from": "src/commands/plan.rs", + "to": "src/commands/weak_links.rs", + "relation": "shared_dir:src/commands", "weight": 1.0 }, { - "from": "tools/hud/tui/src/gitvisor_tui.adb", - "to": "tools/hud/tui/src/gitvisor-ui.adb", - "relation": "shared_dir:tools/hud/tui/src", + "from": "src/commands/weak_links.rs", + "to": "src/commands/apply.rs", + "relation": "shared_dir:src/commands", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/bronze.rs", - "to": "tools/rsr-certified/engine/src/compliance/gold.rs", - "relation": "shared_dir:tools/rsr-certified/engine/src/compliance", + "from": "src/commands/apply.rs", + "to": "src/commands/export.rs", + "relation": "shared_dir:src/commands", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/gold.rs", - "to": "tools/rsr-certified/engine/src/compliance/silver.rs", - "relation": "shared_dir:tools/rsr-certified/engine/src/compliance", + "from": "tools/dispatcher/src/executors/DocRenderer.affine", + "to": "tools/dispatcher/src/executors/SeoUpdater.affine", + "relation": "shared_dir:tools/dispatcher/src/executors", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/silver.rs", - "to": "tools/rsr-certified/engine/src/compliance/mod.rs", - "relation": "shared_dir:tools/rsr-certified/engine/src/compliance", + "from": "tools/hud/backend/lib/gitvisor/repo/xtdb_adapter.ex", + "to": "tools/hud/backend/lib/gitvisor/repo/arangodb_adapter.ex", + "relation": "shared_dir:tools/hud/backend/lib/gitvisor/repo", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/mod.rs", - "to": "tools/rsr-certified/engine/src/compliance/rhodium.rs", - "relation": "shared_dir:tools/rsr-certified/engine/src/compliance", + "from": "tools/gitmerge-paralleliser/src/main.rs", + "to": "tools/gitmerge-paralleliser/src/splitter.rs", + "relation": "shared_dir:tools/gitmerge-paralleliser/src", "weight": 1.0 }, { - "from": "total-upgrade/src/main.rs", - "to": "total-upgrade/src/tests.rs", - "relation": "shared_dir:total-upgrade/src", + "from": "tools/rsr-certified/engine/src/compliance/rhodium.rs", + "to": "tools/rsr-certified/engine/src/compliance/bronze.rs", + "relation": "shared_dir:tools/rsr-certified/engine/src/compliance", "weight": 1.0 }, { - "from": "git-morph/src/deflate.rs", - "to": "git-morph/src/template.rs", - "relation": "shared_dir:git-morph/src", + "from": "tools/rsr-certified/engine/src/compliance/bronze.rs", + "to": "tools/rsr-certified/engine/src/compliance/mod.rs", + "relation": "shared_dir:tools/rsr-certified/engine/src/compliance", "weight": 1.0 }, { - "from": "git-morph/src/template.rs", - "to": "git-morph/src/detect.rs", - "relation": "shared_dir:git-morph/src", + "from": "tools/rsr-certified/engine/src/compliance/mod.rs", + "to": "tools/rsr-certified/engine/src/compliance/silver.rs", + "relation": "shared_dir:tools/rsr-certified/engine/src/compliance", "weight": 1.0 }, { - "from": "git-morph/src/detect.rs", - "to": "git-morph/src/history.rs", - "relation": "shared_dir:git-morph/src", + "from": "tools/rsr-certified/engine/src/compliance/silver.rs", + "to": "tools/rsr-certified/engine/src/compliance/gold.rs", + "relation": "shared_dir:tools/rsr-certified/engine/src/compliance", "weight": 1.0 }, { - "from": "git-morph/src/history.rs", - "to": "git-morph/src/inflate.rs", - "relation": "shared_dir:git-morph/src", + "from": "gui/src/Update.res.js", + "to": "gui/src/main.rs", + "relation": "shared_dir:gui/src", "weight": 1.0 }, { - "from": "git-morph/src/inflate.rs", - "to": "git-morph/src/diff.rs", - "relation": "shared_dir:git-morph/src", + "from": "tests/e2e_test.rs", + "to": "tests/cli_integration.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "git-morph/src/diff.rs", - "to": "git-morph/src/manifest.rs", - "relation": "shared_dir:git-morph/src", + "from": "tests/cli_integration.rs", + "to": "tests/test_intervention.adb", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "tools/merge-resolver/src/decision.rs", - "to": "tools/merge-resolver/src/main.rs", - "relation": "shared_dir:tools/merge-resolver/src", + "from": "tests/test_intervention.adb", + "to": "tests/hello_yard.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "tools/merge-resolver/src/main.rs", - "to": "tools/merge-resolver/src/lib.rs", - "relation": "shared_dir:tools/merge-resolver/src", + "from": "forge-ops/src-tauri/src/forgeops/diff.rs", + "to": "forge-ops/src-tauri/src/forgeops/mirror.rs", + "relation": "shared_dir:forge-ops/src-tauri/src/forgeops", "weight": 1.0 }, { - "from": "tools/merge-resolver/src/lib.rs", - "to": "tools/merge-resolver/src/verify.rs", - "relation": "shared_dir:tools/merge-resolver/src", + "from": "forge-ops/src-tauri/src/forgeops/mirror.rs", + "to": "forge-ops/src-tauri/src/forgeops/api.rs", + "relation": "shared_dir:forge-ops/src-tauri/src/forgeops", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/backend.ex", - "to": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/middleware.ex", - "relation": "shared_dir:tools/hud/satellite-repos/cadre-router/lib/cadre/router", + "from": "forge-ops/src-tauri/src/forgeops/api.rs", + "to": "forge-ops/src-tauri/src/forgeops/config.rs", + "relation": "shared_dir:forge-ops/src-tauri/src/forgeops", "weight": 1.0 }, { - "from": "tests/hello_yard.rs", - "to": "tests/e2e_test.rs", - "relation": "shared_dir:tests", + "from": "forge-ops/src-tauri/src/forgeops/config.rs", + "to": "forge-ops/src-tauri/src/forgeops/commands.rs", + "relation": "shared_dir:forge-ops/src-tauri/src/forgeops", "weight": 1.0 }, { - "from": "tests/e2e_test.rs", - "to": "tests/test_intervention.adb", - "relation": "shared_dir:tests", + "from": "tools/rsr-certified/engine/src/adapters/mod.rs", + "to": "tools/rsr-certified/engine/src/adapters/bitbucket.rs", + "relation": "shared_dir:tools/rsr-certified/engine/src/adapters", "weight": 1.0 }, { - "from": "tests/test_intervention.adb", - "to": "tests/cli_integration.rs", - "relation": "shared_dir:tests", + "from": "total-upgrade/src/tests.rs", + "to": "total-upgrade/src/main.rs", + "relation": "shared_dir:total-upgrade/src", "weight": 1.0 }, { - "from": "src/main.rs", - "to": "src/lib.rs", - "relation": "shared_dir:src", + "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", + "to": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/fixer.ex", + "relation": "shared_dir:tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot", "weight": 1.0 }, { - "from": "src/lib.rs", - "to": "src/graph.rs", - "relation": "shared_dir:src", + "from": "tui/legacy-ada/reposystem_tui.adb", + "to": "Phoenix", + "relation": "framework", "weight": 1.0 }, { - "from": "src/graph.rs", - "to": "src/scanner.rs", - "relation": "shared_dir:src", + "from": "tui/legacy-ada/reposystem_tui.adb", + "to": "WebServer", + "relation": "framework", "weight": 1.0 }, { - "from": "repo-scripts/megasweep/megasweep.exs", - "to": "OTP", + "from": "tui/legacy-ada/reposystem_tui.adb", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "repo-scripts/megasweep/megasweep.exs", - "to": "Networking", + "from": "tui/legacy-ada/reposystem_tui.adb", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "repo-scripts/megasweep/megasweep.exs", + "from": "tui/legacy-ada/reposystem_tui-main.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "repo-scripts/megasweep/megasweep.exs", + "from": "tui/legacy-ada/reposystem_tui-main.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/merge-resolver/tests/integration.rs", - "to": "OTP", + "from": "tui/legacy-ada/reposystem_tui-main.adb", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/merge-resolver/tests/integration.rs", - "to": "Networking", + "from": "tui/legacy-ada/reposystem_tui-main.adb", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/merge-resolver/tests/integration.rs", + "from": "tools/hud/tui/src/gitvisor_tui.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/merge-resolver/tests/integration.rs", + "from": "tools/hud/tui/src/gitvisor_tui.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/merge-resolver/src/decision.rs", - "to": "OTP", + "from": "tools/hud/tui/src/gitvisor_tui.adb", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/merge-resolver/src/decision.rs", - "to": "Networking", + "from": "tools/hud/tui/src/gitvisor_tui.adb", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/merge-resolver/src/decision.rs", + "from": "tools/hud/tui/src/gitvisor-ui.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/merge-resolver/src/decision.rs", + "from": "tools/hud/tui/src/gitvisor-ui.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/merge-resolver/src/main.rs", - "to": "OTP", + "from": "tools/hud/tui/src/gitvisor-ui.adb", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/merge-resolver/src/main.rs", - "to": "Networking", + "from": "tools/hud/tui/src/gitvisor-ui.adb", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/merge-resolver/src/main.rs", + "from": "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/merge-resolver/src/main.rs", + "from": "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/merge-resolver/src/lib.rs", - "to": "OTP", + "from": "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/merge-resolver/src/lib.rs", - "to": "Networking", + "from": "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/merge-resolver/src/lib.rs", + "from": "tools/hud/backend/lib/gitvisor/platforms/github.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/merge-resolver/src/lib.rs", + "from": "tools/hud/backend/lib/gitvisor/platforms/github.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/merge-resolver/src/verify.rs", - "to": "OTP", + "from": "tools/hud/backend/lib/gitvisor/platforms/github.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/merge-resolver/src/verify.rs", - "to": "Networking", + "from": "tools/hud/backend/lib/gitvisor/platforms/github.ex", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/merge-resolver/src/verify.rs", + "from": "tools/hud/backend/lib/gitvisor/repo.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/merge-resolver/src/verify.rs", + "from": "tools/hud/backend/lib/gitvisor/repo.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/git-submodule-flush/src/flush.rs", - "to": "OTP", + "from": "tools/hud/backend/lib/gitvisor/repo.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/git-submodule-flush/src/flush.rs", - "to": "Networking", + "from": "tools/hud/backend/lib/gitvisor/repo.ex", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/git-submodule-flush/src/flush.rs", + "from": "tools/hud/backend/lib/gitvisor/attestation.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/git-submodule-flush/src/flush.rs", + "from": "tools/hud/backend/lib/gitvisor/attestation.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/dispatcher/src/executors/SeoUpdater.affine", - "to": "OTP", + "from": "tools/hud/backend/lib/gitvisor/attestation.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/dispatcher/src/executors/SeoUpdater.affine", - "to": "Networking", + "from": "tools/hud/backend/lib/gitvisor/attestation.ex", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/dispatcher/src/executors/SeoUpdater.affine", + "from": "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/dispatcher/src/executors/SeoUpdater.affine", + "from": "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/dispatcher/src/executors/DocRenderer.affine", - "to": "OTP", + "from": "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/dispatcher/src/executors/DocRenderer.affine", - "to": "Networking", + "from": "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "tools/dispatcher/src/executors/DocRenderer.affine", + "from": "tools/hud/backend/lib/gitvisor/repo/xtdb_adapter.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/dispatcher/src/executors/DocRenderer.affine", + "from": "tools/hud/backend/lib/gitvisor/repo/xtdb_adapter.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/analytics/src/GitvisorAnalytics.jl", - "to": "OTP", + "from": "tools/hud/backend/lib/gitvisor/repo/xtdb_adapter.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/analytics/src/GitvisorAnalytics.jl", - "to": "Networking", + "from": "tools/hud/backend/lib/gitvisor/repo/xtdb_adapter.ex", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/analytics/src/GitvisorAnalytics.jl", + "from": "tools/hud/backend/lib/gitvisor/repo/arangodb_adapter.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/analytics/src/GitvisorAnalytics.jl", + "from": "tools/hud/backend/lib/gitvisor/repo/arangodb_adapter.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor_web/resolvers/seo.ex", - "to": "OTP", + "from": "tools/hud/backend/lib/gitvisor/repo/arangodb_adapter.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor_web/resolvers/seo.ex", - "to": "Networking", + "from": "tools/hud/backend/lib/gitvisor/repo/arangodb_adapter.ex", + "to": "OTP", "relation": "framework", "weight": 1.0 }, @@ -1827,616 +1839,616 @@ "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", - "to": "OTP", + "from": "tools/hud/backend/lib/gitvisor_web/resolvers/seo.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", - "to": "Networking", + "from": "tools/hud/backend/lib/gitvisor_web/resolvers/seo.ex", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", + "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", + "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/repo/arangodb_adapter.ex", - "to": "OTP", + "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/repo/arangodb_adapter.ex", - "to": "Networking", + "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/repo/arangodb_adapter.ex", + "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/fixer.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/repo/arangodb_adapter.ex", + "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/fixer.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/repo/xtdb_adapter.ex", - "to": "OTP", + "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/fixer.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/repo/xtdb_adapter.ex", - "to": "Networking", + "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/fixer.ex", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/repo/xtdb_adapter.ex", + "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/middleware.ex", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/repo/xtdb_adapter.ex", + "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/middleware.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/repo.ex", - "to": "OTP", + "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/middleware.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/repo.ex", - "to": "Networking", + "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/middleware.ex", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/repo.ex", + "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/backend.ex", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/repo.ex", + "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/backend.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", - "to": "OTP", + "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/backend.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", - "to": "Networking", + "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/backend.ex", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", + "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router.ex", "to": "Phoenix", "relation": "framework", "weight": 2.0 }, { - "from": "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", + "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router.ex", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "tools/hud/backend/lib/gitvisor/platforms/github.ex", - "to": "OTP", + "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router.ex", + "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "tools/hud/backend/lib/gitvisor/platforms/github.ex", - "to": "Networking", + "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router.ex", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "tools/hud/backend/lib/gitvisor/platforms/github.ex", + "from": "tools/hud/satellite-repos/echidnabot/lib/echidnabot.ex", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/platforms/github.ex", + "from": "tools/hud/satellite-repos/echidnabot/lib/echidnabot.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/attestation.ex", - "to": "OTP", + "from": "tools/hud/satellite-repos/echidnabot/lib/echidnabot.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/attestation.ex", - "to": "Networking", + "from": "tools/hud/satellite-repos/echidnabot/lib/echidnabot.ex", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/attestation.ex", + "from": "tools/hud/analytics/src/GitvisorAnalytics.jl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/backend/lib/gitvisor/attestation.ex", + "from": "tools/hud/analytics/src/GitvisorAnalytics.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/tui/src/gitvisor_tui.adb", - "to": "OTP", + "from": "tools/hud/analytics/src/GitvisorAnalytics.jl", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/tui/src/gitvisor_tui.adb", - "to": "Networking", + "from": "tools/hud/analytics/src/GitvisorAnalytics.jl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/tui/src/gitvisor_tui.adb", + "from": "tools/git-submodule-flush/src/flush.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/tui/src/gitvisor_tui.adb", + "from": "tools/git-submodule-flush/src/flush.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/tui/src/gitvisor-ui.adb", - "to": "OTP", + "from": "tools/git-submodule-flush/src/flush.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/tui/src/gitvisor-ui.adb", - "to": "Networking", + "from": "tools/git-submodule-flush/src/flush.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/tui/src/gitvisor-ui.adb", + "from": "tools/gitmerge-paralleliser/src/main.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "tools/hud/tui/src/gitvisor-ui.adb", + "from": "tools/gitmerge-paralleliser/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", - "to": "OTP", + "from": "tools/gitmerge-paralleliser/src/main.rs", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", - "to": "Networking", + "from": "tools/gitmerge-paralleliser/src/main.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", + "from": "tools/gitmerge-paralleliser/src/splitter.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", + "from": "tools/gitmerge-paralleliser/src/splitter.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/fixer.ex", - "to": "OTP", + "from": "tools/gitmerge-paralleliser/src/splitter.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/fixer.ex", - "to": "Networking", + "from": "tools/gitmerge-paralleliser/src/splitter.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/fixer.ex", + "from": "tools/merge-resolver/tests/integration.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/fixer.ex", + "from": "tools/merge-resolver/tests/integration.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/echidnabot/lib/echidnabot.ex", - "to": "OTP", + "from": "tools/merge-resolver/tests/integration.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/echidnabot/lib/echidnabot.ex", - "to": "Networking", + "from": "tools/merge-resolver/tests/integration.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/echidnabot/lib/echidnabot.ex", + "from": "tools/merge-resolver/src/lib.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/echidnabot/lib/echidnabot.ex", + "from": "tools/merge-resolver/src/lib.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/backend.ex", - "to": "OTP", + "from": "tools/merge-resolver/src/lib.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/backend.ex", - "to": "Networking", + "from": "tools/merge-resolver/src/lib.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/backend.ex", + "from": "tools/merge-resolver/src/main.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/backend.ex", + "from": "tools/merge-resolver/src/main.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/middleware.ex", - "to": "OTP", + "from": "tools/merge-resolver/src/main.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/middleware.ex", - "to": "Networking", + "from": "tools/merge-resolver/src/main.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/middleware.ex", + "from": "tools/merge-resolver/src/decision.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router/middleware.ex", + "from": "tools/merge-resolver/src/decision.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router.ex", - "to": "OTP", + "from": "tools/merge-resolver/src/decision.rs", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router.ex", - "to": "Networking", + "from": "tools/merge-resolver/src/decision.rs", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router.ex", + "from": "tools/merge-resolver/src/verify.rs", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/hud/satellite-repos/cadre-router/lib/cadre/router.ex", + "from": "tools/merge-resolver/src/verify.rs", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/rsr-certified/extensions/vscode/src/extension.affine", - "to": "OTP", + "from": "tools/merge-resolver/src/verify.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/extensions/vscode/src/extension.affine", - "to": "Networking", + "from": "tools/merge-resolver/src/verify.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/extensions/vscode/src/extension.affine", + "from": "tools/rsr-certified/engine/src/compliance/rhodium.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/extensions/vscode/src/extension.affine", + "from": "tools/rsr-certified/engine/src/compliance/rhodium.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/main.rs", - "to": "OTP", + "from": "tools/rsr-certified/engine/src/compliance/rhodium.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/main.rs", - "to": "Networking", + "from": "tools/rsr-certified/engine/src/compliance/rhodium.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/main.rs", + "from": "tools/rsr-certified/engine/src/compliance/bronze.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/main.rs", + "from": "tools/rsr-certified/engine/src/compliance/bronze.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/adapters/bitbucket.rs", - "to": "OTP", + "from": "tools/rsr-certified/engine/src/compliance/bronze.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/adapters/bitbucket.rs", - "to": "Networking", + "from": "tools/rsr-certified/engine/src/compliance/bronze.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/adapters/bitbucket.rs", + "from": "tools/rsr-certified/engine/src/compliance/mod.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/adapters/bitbucket.rs", + "from": "tools/rsr-certified/engine/src/compliance/mod.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/adapters/mod.rs", - "to": "OTP", + "from": "tools/rsr-certified/engine/src/compliance/mod.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/adapters/mod.rs", - "to": "Networking", + "from": "tools/rsr-certified/engine/src/compliance/mod.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/adapters/mod.rs", + "from": "tools/rsr-certified/engine/src/compliance/silver.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/adapters/mod.rs", + "from": "tools/rsr-certified/engine/src/compliance/silver.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/lib.rs", - "to": "OTP", + "from": "tools/rsr-certified/engine/src/compliance/silver.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/lib.rs", - "to": "Networking", + "from": "tools/rsr-certified/engine/src/compliance/silver.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/lib.rs", + "from": "tools/rsr-certified/engine/src/compliance/gold.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/lib.rs", + "from": "tools/rsr-certified/engine/src/compliance/gold.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/bronze.rs", - "to": "OTP", + "from": "tools/rsr-certified/engine/src/compliance/gold.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/bronze.rs", - "to": "Networking", + "from": "tools/rsr-certified/engine/src/compliance/gold.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/bronze.rs", + "from": "tools/rsr-certified/engine/src/lib.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/bronze.rs", + "from": "tools/rsr-certified/engine/src/lib.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/gold.rs", - "to": "OTP", + "from": "tools/rsr-certified/engine/src/lib.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/gold.rs", - "to": "Networking", + "from": "tools/rsr-certified/engine/src/lib.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/gold.rs", + "from": "tools/rsr-certified/engine/src/main.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/gold.rs", + "from": "tools/rsr-certified/engine/src/main.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/silver.rs", - "to": "OTP", + "from": "tools/rsr-certified/engine/src/main.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/silver.rs", - "to": "Networking", + "from": "tools/rsr-certified/engine/src/main.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/silver.rs", + "from": "tools/rsr-certified/engine/src/adapters/mod.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/silver.rs", + "from": "tools/rsr-certified/engine/src/adapters/mod.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/mod.rs", - "to": "OTP", + "from": "tools/rsr-certified/engine/src/adapters/mod.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/mod.rs", - "to": "Networking", + "from": "tools/rsr-certified/engine/src/adapters/mod.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/mod.rs", + "from": "tools/rsr-certified/engine/src/adapters/bitbucket.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/mod.rs", + "from": "tools/rsr-certified/engine/src/adapters/bitbucket.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/rhodium.rs", - "to": "OTP", + "from": "tools/rsr-certified/engine/src/adapters/bitbucket.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/rhodium.rs", - "to": "Networking", + "from": "tools/rsr-certified/engine/src/adapters/bitbucket.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/rhodium.rs", + "from": "tools/rsr-certified/extensions/vscode/src/extension.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/engine/src/compliance/rhodium.rs", + "from": "tools/rsr-certified/extensions/vscode/src/extension.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tools/rsr-certified/lsp/src/main.rs", - "to": "OTP", + "from": "tools/rsr-certified/extensions/vscode/src/extension.affine", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "tools/rsr-certified/lsp/src/main.rs", - "to": "Networking", + "from": "tools/rsr-certified/extensions/vscode/src/extension.affine", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { "from": "tools/rsr-certified/lsp/src/main.rs", @@ -2451,230 +2463,230 @@ "weight": 2.0 }, { - "from": "tools/gitmerge-paralleliser/src/main.rs", - "to": "OTP", + "from": "tools/rsr-certified/lsp/src/main.rs", + "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "tools/gitmerge-paralleliser/src/main.rs", - "to": "Networking", + "from": "tools/rsr-certified/lsp/src/main.rs", + "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "tools/gitmerge-paralleliser/src/main.rs", + "from": "tools/dispatcher/src/executors/DocRenderer.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "tools/gitmerge-paralleliser/src/main.rs", + "from": "tools/dispatcher/src/executors/DocRenderer.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "tools/gitmerge-paralleliser/src/splitter.rs", - "to": "OTP", + "from": "tools/dispatcher/src/executors/DocRenderer.affine", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tools/gitmerge-paralleliser/src/splitter.rs", - "to": "Networking", + "from": "tools/dispatcher/src/executors/DocRenderer.affine", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tools/gitmerge-paralleliser/src/splitter.rs", + "from": "tools/dispatcher/src/executors/SeoUpdater.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tools/gitmerge-paralleliser/src/splitter.rs", + "from": "tools/dispatcher/src/executors/SeoUpdater.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "git-seo/src/main.rs", - "to": "OTP", + "from": "tools/dispatcher/src/executors/SeoUpdater.affine", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "git-seo/src/main.rs", - "to": "Networking", + "from": "tools/dispatcher/src/executors/SeoUpdater.affine", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "git-seo/src/main.rs", + "from": "gui/src/Update.res.js", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "git-seo/src/main.rs", + "from": "gui/src/Update.res.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "web/app.js", - "to": "OTP", + "from": "gui/src/Update.res.js", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "web/app.js", - "to": "Networking", + "from": "gui/src/Update.res.js", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "web/app.js", + "from": "gui/src/main.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "web/app.js", + "from": "gui/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "config/reposystem.ncl", - "to": "OTP", + "from": "gui/src/main.rs", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "config/reposystem.ncl", - "to": "Networking", + "from": "gui/src/main.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "config/reposystem.ncl", + "from": "tests/e2e_test.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "config/reposystem.ncl", + "from": "tests/e2e_test.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/commands.rs", - "to": "OTP", + "from": "tests/e2e_test.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/commands.rs", - "to": "Networking", + "from": "tests/e2e_test.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/commands.rs", + "from": "tests/cli_integration.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/commands.rs", + "from": "tests/cli_integration.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/config.rs", - "to": "OTP", + "from": "tests/cli_integration.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/config.rs", - "to": "Networking", + "from": "tests/cli_integration.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/config.rs", + "from": "tests/test_intervention.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/config.rs", + "from": "tests/test_intervention.adb", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/mirror.rs", - "to": "OTP", + "from": "tests/test_intervention.adb", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/mirror.rs", - "to": "Networking", + "from": "tests/test_intervention.adb", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/mirror.rs", + "from": "tests/hello_yard.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/mirror.rs", + "from": "tests/hello_yard.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/api.rs", - "to": "OTP", + "from": "tests/hello_yard.rs", + "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/api.rs", - "to": "Networking", + "from": "tests/hello_yard.rs", + "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/api.rs", + "from": "git-seo/src/main.rs", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/api.rs", + "from": "git-seo/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/diff.rs", - "to": "OTP", + "from": "git-seo/src/main.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "forge-ops/src-tauri/src/forgeops/diff.rs", - "to": "Networking", + "from": "git-seo/src/main.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, @@ -2691,820 +2703,808 @@ "weight": 1.0 }, { - "from": "scripts/install-desktop.sh", - "to": "OTP", + "from": "forge-ops/src-tauri/src/forgeops/diff.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install-desktop.sh", - "to": "Networking", + "from": "forge-ops/src-tauri/src/forgeops/diff.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install-desktop.sh", + "from": "forge-ops/src-tauri/src/forgeops/mirror.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/install-desktop.sh", + "from": "forge-ops/src-tauri/src/forgeops/mirror.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/gitlink-drift.jl", - "to": "OTP", + "from": "forge-ops/src-tauri/src/forgeops/mirror.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/gitlink-drift.jl", - "to": "Networking", + "from": "forge-ops/src-tauri/src/forgeops/mirror.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/gitlink-drift.jl", + "from": "forge-ops/src-tauri/src/forgeops/api.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "scripts/gitlink-drift.jl", + "from": "forge-ops/src-tauri/src/forgeops/api.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "scripts/gen-repos-manifest.sh", - "to": "OTP", + "from": "forge-ops/src-tauri/src/forgeops/api.rs", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "scripts/gen-repos-manifest.sh", - "to": "Networking", + "from": "forge-ops/src-tauri/src/forgeops/api.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "scripts/gen-repos-manifest.sh", + "from": "forge-ops/src-tauri/src/forgeops/config.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/gen-repos-manifest.sh", + "from": "forge-ops/src-tauri/src/forgeops/config.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/launcher/total-upgrade-launcher.sh", - "to": "OTP", + "from": "forge-ops/src-tauri/src/forgeops/config.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/launcher/total-upgrade-launcher.sh", - "to": "Networking", + "from": "forge-ops/src-tauri/src/forgeops/config.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/launcher/total-upgrade-launcher.sh", + "from": "forge-ops/src-tauri/src/forgeops/commands.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/launcher/total-upgrade-launcher.sh", + "from": "forge-ops/src-tauri/src/forgeops/commands.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/src/main.rs", - "to": "OTP", - "relation": "framework", - "weight": 3.0 - }, - { - "from": "total-upgrade/src/main.rs", + "from": "forge-ops/src-tauri/src/forgeops/commands.rs", "to": "Networking", "relation": "framework", - "weight": 3.0 - }, - { - "from": "total-upgrade/src/main.rs", - "to": "Phoenix", - "relation": "framework", - "weight": 3.0 - }, - { - "from": "total-upgrade/src/main.rs", - "to": "WebServer", - "relation": "framework", - "weight": 3.0 - }, - { - "from": "total-upgrade/src/backend/detector.rs", - "to": "OTP", - "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/src/backend/detector.rs", - "to": "Networking", + "from": "forge-ops/src-tauri/src/forgeops/commands.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/src/backend/detector.rs", + "from": "repo-scripts/megasweep/megasweep.exs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/src/backend/detector.rs", + "from": "repo-scripts/megasweep/megasweep.exs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/src/backend/manifest.rs", - "to": "OTP", + "from": "repo-scripts/megasweep/megasweep.exs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/src/backend/manifest.rs", - "to": "Networking", + "from": "repo-scripts/megasweep/megasweep.exs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/src/backend/manifest.rs", + "from": "config/reposystem.ncl", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/src/backend/manifest.rs", + "from": "config/reposystem.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/src/backend/scanner.rs", - "to": "OTP", + "from": "config/reposystem.ncl", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/src/backend/scanner.rs", - "to": "Networking", + "from": "config/reposystem.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/src/backend/scanner.rs", + "from": "total-upgrade/src/backend/manifest.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/src/backend/scanner.rs", + "from": "total-upgrade/src/backend/manifest.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/src/tests.rs", - "to": "OTP", + "from": "total-upgrade/src/backend/manifest.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/src/tests.rs", - "to": "Networking", + "from": "total-upgrade/src/backend/manifest.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/src/tests.rs", + "from": "total-upgrade/src/backend/scanner.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "total-upgrade/src/tests.rs", + "from": "total-upgrade/src/backend/scanner.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/hello_yard.rs", - "to": "OTP", + "from": "total-upgrade/src/backend/scanner.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/hello_yard.rs", - "to": "Networking", + "from": "total-upgrade/src/backend/scanner.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tests/hello_yard.rs", + "from": "total-upgrade/src/backend/detector.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tests/hello_yard.rs", + "from": "total-upgrade/src/backend/detector.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e_test.rs", - "to": "OTP", + "from": "total-upgrade/src/backend/detector.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e_test.rs", - "to": "Networking", + "from": "total-upgrade/src/backend/detector.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e_test.rs", + "from": "total-upgrade/src/tests.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tests/e2e_test.rs", + "from": "total-upgrade/src/tests.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tests/test_intervention.adb", - "to": "OTP", + "from": "total-upgrade/src/tests.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/test_intervention.adb", - "to": "Networking", + "from": "total-upgrade/src/tests.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tests/test_intervention.adb", + "from": "total-upgrade/src/main.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "tests/test_intervention.adb", + "from": "total-upgrade/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "tests/cli_integration.rs", - "to": "OTP", + "from": "total-upgrade/src/main.rs", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "tests/cli_integration.rs", - "to": "Networking", + "from": "total-upgrade/src/main.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "tests/cli_integration.rs", + "from": "total-upgrade/launcher/total-upgrade-launcher.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tests/cli_integration.rs", + "from": "total-upgrade/launcher/total-upgrade-launcher.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "gui/src/main.rs", - "to": "OTP", + "from": "total-upgrade/launcher/total-upgrade-launcher.sh", + "to": "Networking", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "gui/src/main.rs", - "to": "Networking", + "from": "total-upgrade/launcher/total-upgrade-launcher.sh", + "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "gui/src/main.rs", + "from": "scripts/gitlink-drift.jl", "to": "Phoenix", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "gui/src/main.rs", + "from": "scripts/gitlink-drift.jl", "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "gui/src/Update.res.js", - "to": "OTP", + "from": "scripts/gitlink-drift.jl", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "gui/src/Update.res.js", - "to": "Networking", + "from": "scripts/gitlink-drift.jl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "gui/src/Update.res.js", + "from": "scripts/install-desktop.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "gui/src/Update.res.js", + "from": "scripts/install-desktop.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", - "to": "OTP", + "from": "scripts/install-desktop.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", - "to": "Networking", + "from": "scripts/install-desktop.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "scripts/gen-repos-manifest.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "scripts/gen-repos-manifest.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/deflate.rs", - "to": "OTP", + "from": "scripts/gen-repos-manifest.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/deflate.rs", - "to": "Networking", + "from": "scripts/gen-repos-manifest.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/deflate.rs", + "from": "web/app.js", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/deflate.rs", + "from": "web/app.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/template.rs", - "to": "OTP", + "from": "web/app.js", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/template.rs", - "to": "Networking", + "from": "web/app.js", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/template.rs", + "from": "src/graph.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/template.rs", + "from": "src/graph.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/detect.rs", - "to": "OTP", + "from": "src/graph.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/detect.rs", - "to": "Networking", + "from": "src/graph.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/detect.rs", + "from": "src/scanner.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/detect.rs", + "from": "src/scanner.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/history.rs", - "to": "OTP", + "from": "src/scanner.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/history.rs", - "to": "Networking", + "from": "src/scanner.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/history.rs", + "from": "src/lib.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/history.rs", + "from": "src/lib.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/inflate.rs", - "to": "OTP", + "from": "src/lib.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/inflate.rs", - "to": "Networking", + "from": "src/lib.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/inflate.rs", + "from": "src/main.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/inflate.rs", + "from": "src/main.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/diff.rs", - "to": "OTP", + "from": "src/main.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/diff.rs", - "to": "Networking", + "from": "src/main.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/diff.rs", + "from": "src/commands/plan.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/diff.rs", + "from": "src/commands/plan.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/manifest.rs", - "to": "OTP", + "from": "src/commands/plan.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/manifest.rs", - "to": "Networking", + "from": "src/commands/plan.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/manifest.rs", + "from": "src/commands/weak_links.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "git-morph/src/manifest.rs", + "from": "src/commands/weak_links.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tui/legacy-ada/reposystem_tui-main.adb", - "to": "OTP", + "from": "src/commands/weak_links.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tui/legacy-ada/reposystem_tui-main.adb", - "to": "Networking", + "from": "src/commands/weak_links.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tui/legacy-ada/reposystem_tui-main.adb", + "from": "src/commands/apply.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tui/legacy-ada/reposystem_tui-main.adb", + "from": "src/commands/apply.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "tui/legacy-ada/reposystem_tui.adb", - "to": "OTP", + "from": "src/commands/apply.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tui/legacy-ada/reposystem_tui.adb", - "to": "Networking", + "from": "src/commands/apply.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "tui/legacy-ada/reposystem_tui.adb", + "from": "src/commands/export.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "tui/legacy-ada/reposystem_tui.adb", + "from": "src/commands/export.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/main.rs", - "to": "OTP", + "from": "src/commands/export.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/main.rs", - "to": "Networking", + "from": "src/commands/export.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/main.rs", + "from": "src/importers/manifest.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "src/main.rs", + "from": "src/importers/manifest.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/lib.rs", - "to": "OTP", + "from": "src/importers/manifest.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/lib.rs", - "to": "Networking", + "from": "src/importers/manifest.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/lib.rs", + "from": "setup.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "src/lib.rs", + "from": "setup.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/importers/manifest.rs", - "to": "OTP", + "from": "setup.sh", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/importers/manifest.rs", - "to": "Networking", + "from": "setup.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/importers/manifest.rs", + "from": "git-morph/src/deflate.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "src/importers/manifest.rs", + "from": "git-morph/src/deflate.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/apply.rs", - "to": "OTP", + "from": "git-morph/src/deflate.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/apply.rs", - "to": "Networking", + "from": "git-morph/src/deflate.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/apply.rs", + "from": "git-morph/src/inflate.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/apply.rs", + "from": "git-morph/src/inflate.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/weak_links.rs", - "to": "OTP", + "from": "git-morph/src/inflate.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/weak_links.rs", - "to": "Networking", + "from": "git-morph/src/inflate.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/weak_links.rs", + "from": "git-morph/src/manifest.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/weak_links.rs", + "from": "git-morph/src/manifest.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/plan.rs", - "to": "OTP", + "from": "git-morph/src/manifest.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/plan.rs", - "to": "Networking", + "from": "git-morph/src/manifest.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/plan.rs", + "from": "git-morph/src/diff.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/plan.rs", + "from": "git-morph/src/diff.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/export.rs", - "to": "OTP", + "from": "git-morph/src/diff.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/export.rs", - "to": "Networking", + "from": "git-morph/src/diff.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/export.rs", + "from": "git-morph/src/template.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "src/commands/export.rs", + "from": "git-morph/src/template.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/graph.rs", - "to": "OTP", + "from": "git-morph/src/template.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/graph.rs", - "to": "Networking", + "from": "git-morph/src/template.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/graph.rs", + "from": "git-morph/src/detect.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "src/graph.rs", + "from": "git-morph/src/detect.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/scanner.rs", - "to": "OTP", + "from": "git-morph/src/detect.rs", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/scanner.rs", - "to": "Networking", + "from": "git-morph/src/detect.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/scanner.rs", + "from": "git-morph/src/history.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "src/scanner.rs", + "from": "git-morph/src/history.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 + }, + { + "from": "git-morph/src/history.rs", + "to": "Networking", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "git-morph/src/history.rs", + "to": "OTP", + "relation": "framework", + "weight": 1.0 } ] }, @@ -3519,91 +3519,82 @@ "web/app.js" ], "frameworks": [ - "OTP", - "Networking", "Phoenix", - "WebServer" + "WebServer", + "Networking", + "OTP" ], "relation": "InsecureProtocol->Network" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "DynamicCodeExecution", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "tools/merge-resolver/src/lib.rs", - "tools/merge-resolver/src/verify.rs", - "tools/rsr-certified/engine/src/compliance/bronze.rs", - "tools/rsr-certified/engine/src/compliance/gold.rs", - "tools/rsr-certified/engine/src/compliance/silver.rs", - "tools/rsr-certified/engine/src/compliance/rhodium.rs", - "git-seo/src/main.rs", - "forge-ops/src-tauri/src/forgeops/config.rs", - "total-upgrade/src/backend/config.rs", - "total-upgrade/src/backend/manifest.rs", - "git-morph/src/template.rs", - "git-morph/src/inflate.rs", - "git-morph/src/manifest.rs", - "src/importers/manifest.rs", - "src/graph.rs", - "src/scanner.rs" + "web/app.js" ], "frameworks": [ - "OTP", - "Networking", "Phoenix", - "WebServer" + "WebServer", + "Networking", + "OTP" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "DynamicCodeExecution->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "memory", - "severity_value": 2.5, + "source_category": "DynamicCodeExecution", + "sink_axis": "network", + "severity_value": 3.5, "files": [ - "tools/merge-resolver/src/main.rs", - "tools/rsr-certified/lsp/src/main.rs", - "total-upgrade/src/main.rs", - "total-upgrade/src/backend/detector.rs", - "gui/src/main.rs" + "web/app.js" ], "frameworks": [ - "OTP", - "Networking", "Phoenix", - "WebServer" + "WebServer", + "Networking", + "OTP" ], - "relation": "PanicPath->Memory" + "relation": "DynamicCodeExecution->Network" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "CommandInjection", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "scripts/install-desktop.sh" + "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", + "tools/hud/backend/lib/gitvisor_web/resolvers/seo.ex", + "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", + "tools/hud/satellite-repos/echidnabot/lib/echidnabot/attestation.ex", + "tools/hud/satellite-repos/echidnabot/lib/echidnabot/verifier.ex", + "repo-scripts/megasweep/megasweep.exs", + "total-upgrade/launcher/total-upgrade-launcher.sh" ], "frameworks": [ - "OTP", - "Networking", "Phoenix", - "WebServer" + "WebServer", + "Networking", + "OTP" ], - "relation": "PathTraversal->Disk" + "relation": "CommandInjection->Cpu" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "network", - "severity_value": 3.5, + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "web/app.js" + "tools/merge-resolver/src/main.rs", + "tools/rsr-certified/lsp/src/main.rs", + "gui/src/main.rs", + "total-upgrade/src/backend/detector.rs", + "total-upgrade/src/main.rs" ], "frameworks": [ - "OTP", - "Networking", "Phoenix", - "WebServer" + "WebServer", + "Networking", + "OTP" ], - "relation": "DynamicCodeExecution->Network" + "relation": "PanicPath->Memory" }, { "source_category": "UnboundedAllocation", @@ -3612,102 +3603,96 @@ "files": [ "tools/merge-resolver/src/lib.rs", "tools/merge-resolver/src/verify.rs", + "tools/rsr-certified/engine/src/compliance/rhodium.rs", "tools/rsr-certified/engine/src/compliance/bronze.rs", - "tools/rsr-certified/engine/src/compliance/gold.rs", "tools/rsr-certified/engine/src/compliance/silver.rs", - "tools/rsr-certified/engine/src/compliance/rhodium.rs", + "tools/rsr-certified/engine/src/compliance/gold.rs", "git-seo/src/main.rs", "forge-ops/src-tauri/src/forgeops/config.rs", - "total-upgrade/src/backend/config.rs", "total-upgrade/src/backend/manifest.rs", - "git-morph/src/template.rs", + "total-upgrade/src/backend/config.rs", + "src/graph.rs", + "src/scanner.rs", + "src/importers/manifest.rs", "git-morph/src/inflate.rs", "git-morph/src/manifest.rs", - "src/importers/manifest.rs", - "src/graph.rs", - "src/scanner.rs" + "git-morph/src/template.rs" ], "frameworks": [ - "OTP", - "Networking", "Phoenix", - "WebServer" + "WebServer", + "Networking", + "OTP" ], "relation": "UnboundedAllocation->Memory" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "cpu", + "source_category": "CommandInjection", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "repo-scripts/megasweep/megasweep.exs", - "tools/hud/backend/lib/gitvisor_web.ex", - "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", - "tools/hud/backend/lib/gitvisor/platforms/github.ex" + "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", + "tools/hud/backend/lib/gitvisor_web/resolvers/seo.ex", + "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", + "tools/hud/satellite-repos/echidnabot/lib/echidnabot/attestation.ex", + "tools/hud/satellite-repos/echidnabot/lib/echidnabot/verifier.ex", + "repo-scripts/megasweep/megasweep.exs" ], "frameworks": [ - "OTP", - "Networking", "Phoenix", - "WebServer" - ], - "relation": "DynamicCodeExecution->Cpu" - }, - { - "source_category": "DynamicCodeExecution", - "sink_axis": "memory", - "severity_value": 3.5, - "files": [ - "web/app.js" - ], - "frameworks": [ - "OTP", + "WebServer", "Networking", - "Phoenix", - "WebServer" + "OTP" ], - "relation": "DynamicCodeExecution->Memory" + "relation": "CommandInjection->Disk" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "repo-scripts/megasweep/megasweep.exs", - "tools/hud/backend/lib/gitvisor_web/resolvers/seo.ex", - "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", - "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", - "tools/hud/satellite-repos/echidnabot/lib/echidnabot/verifier.ex", - "tools/hud/satellite-repos/echidnabot/lib/echidnabot/attestation.ex" + "tools/merge-resolver/src/lib.rs", + "tools/merge-resolver/src/verify.rs", + "tools/rsr-certified/engine/src/compliance/rhodium.rs", + "tools/rsr-certified/engine/src/compliance/bronze.rs", + "tools/rsr-certified/engine/src/compliance/silver.rs", + "tools/rsr-certified/engine/src/compliance/gold.rs", + "git-seo/src/main.rs", + "forge-ops/src-tauri/src/forgeops/config.rs", + "total-upgrade/src/backend/manifest.rs", + "total-upgrade/src/backend/config.rs", + "src/graph.rs", + "src/scanner.rs", + "src/importers/manifest.rs", + "git-morph/src/inflate.rs", + "git-morph/src/manifest.rs", + "git-morph/src/template.rs" ], "frameworks": [ - "OTP", - "Networking", "Phoenix", - "WebServer" + "WebServer", + "Networking", + "OTP" ], - "relation": "CommandInjection->Disk" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "CommandInjection", + "source_category": "DynamicCodeExecution", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "repo-scripts/megasweep/megasweep.exs", - "tools/hud/backend/lib/gitvisor_web/resolvers/seo.ex", - "tools/hud/backend/lib/gitvisor/attestation/echidnabot.ex", - "tools/hud/satellite-repos/rhodibot/.archive/lib/rhodibot/checker.ex", - "tools/hud/satellite-repos/echidnabot/lib/echidnabot/verifier.ex", - "tools/hud/satellite-repos/echidnabot/lib/echidnabot/attestation.ex", - "total-upgrade/launcher/total-upgrade-launcher.sh" + "tools/hud/backend/lib/gitvisor/platforms/gitlab.ex", + "tools/hud/backend/lib/gitvisor/platforms/github.ex", + "tools/hud/backend/lib/gitvisor_web.ex", + "repo-scripts/megasweep/megasweep.exs" ], "frameworks": [ - "OTP", - "Networking", "Phoenix", - "WebServer" + "WebServer", + "Networking", + "OTP" ], - "relation": "CommandInjection->Cpu" + "relation": "DynamicCodeExecution->Cpu" }, { "source_category": "PanicPath", @@ -3716,17 +3701,32 @@ "files": [ "tools/merge-resolver/src/main.rs", "tools/rsr-certified/lsp/src/main.rs", - "total-upgrade/src/main.rs", + "gui/src/main.rs", "total-upgrade/src/backend/detector.rs", - "gui/src/main.rs" + "total-upgrade/src/main.rs" ], "frameworks": [ - "OTP", - "Networking", "Phoenix", - "WebServer" + "WebServer", + "Networking", + "OTP" ], "relation": "PanicPath->Disk" + }, + { + "source_category": "PathTraversal", + "sink_axis": "disk", + "severity_value": 2.5, + "files": [ + "scripts/install-desktop.sh" + ], + "frameworks": [ + "Phoenix", + "WebServer", + "Networking", + "OTP" + ], + "relation": "PathTraversal->Disk" } ] } diff --git a/scans/rescript-ecosystem.json b/scans/rescript-ecosystem.json index 893251bc..1f6a7019 100644 --- a/scans/rescript-ecosystem.json +++ b/scans/rescript-ecosystem.json @@ -15,23 +15,23 @@ }, "file_statistics": [ { - "file_path": "bridge-web-rescript/ai-cli-crash-capture/recoverer-setup.sh", - "lines": 155, + "file_path": "bridge-web-rescript/contractiles/trust/Trustfile.hs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bridge-web-rescript/contractiles/trust/Trustfile.hs", - "lines": 105, + "file_path": "bridge-web-rescript/ai-cli-crash-capture/recoverer-setup.sh", + "lines": 155, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 } ], diff --git a/scans/residual-evidence-types.json b/scans/residual-evidence-types.json index 7fde70b2..67df2e01 100644 --- a/scans/residual-evidence-types.json +++ b/scans/residual-evidence-types.json @@ -5,7 +5,7 @@ "frameworks": [], "weak_points": [], "statistics": { - "total_lines": 849, + "total_lines": 949, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -16,7 +16,7 @@ "file_statistics": [ { "file_path": "scripts/check.sh", - "lines": 33, + "lines": 43, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, diff --git a/scans/resource-record-fluctuator.json b/scans/resource-record-fluctuator.json index c3fa91a0..d7669802 100644 --- a/scans/resource-record-fluctuator.json +++ b/scans/resource-record-fluctuator.json @@ -50,18 +50,28 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/zone_writer.adb", - "lines": 210, + "file_path": "hinfo_loc_fluctuator_ada/src/dns_records_extended.ads", + "lines": 357, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "hinfo_loc_fluctuator_ada/src/protocol_manager.adb", + "lines": 548, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -70,23 +80,23 @@ "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/secure_auth.adb", - "lines": 280, + "file_path": "hinfo_loc_fluctuator_ada/src/scheduler.ads", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/dns_records.ads", - "lines": 129, + "file_path": "hinfo_loc_fluctuator_ada/src/firewall_manager.adb", + "lines": 495, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 3, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -100,8 +110,8 @@ "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/zone_writer.ads", - "lines": 65, + "file_path": "hinfo_loc_fluctuator_ada/src/secure_auth.adb", + "lines": 280, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -110,52 +120,42 @@ "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/scheduler.adb", - "lines": 169, + "file_path": "hinfo_loc_fluctuator_ada/src/sdp_controller.adb", + "lines": 507, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 3, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/scheduler.ads", - "lines": 59, + "file_path": "hinfo_loc_fluctuator_ada/src/main.adb", + "lines": 99, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "hinfo_loc_fluctuator_ada/src/security_headers.adb", - "lines": 537, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/logger.adb", - "lines": 203, + "file_path": "hinfo_loc_fluctuator_ada/src/zone_writer.adb", + "lines": 210, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/randomizer.ads", - "lines": 89, + "file_path": "hinfo_loc_fluctuator_ada/src/dns_records.ads", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, @@ -170,113 +170,113 @@ "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/main.adb", - "lines": 99, + "file_path": "hinfo_loc_fluctuator_ada/src/logger.adb", + "lines": 203, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/sdp_controller.adb", - "lines": 507, + "file_path": "hinfo_loc_fluctuator_ada/src/dns_update.ads", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/randomizer.adb", - "lines": 315, + "file_path": "hinfo_loc_fluctuator_ada/src/config.adb", + "lines": 253, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, + "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/secure_auth.ads", - "lines": 116, + "file_path": "hinfo_loc_fluctuator_ada/src/security_headers.adb", + "lines": 537, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 1, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/config.adb", - "lines": 253, + "file_path": "hinfo_loc_fluctuator_ada/src/scheduler.adb", + "lines": 169, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/protocol_manager.adb", - "lines": 548, + "file_path": "hinfo_loc_fluctuator_ada/src/security_headers.ads", + "lines": 330, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/dns_update.adb", - "lines": 257, + "file_path": "hinfo_loc_fluctuator_ada/src/randomizer.adb", + "lines": 315, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 11, + "allocation_sites": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/security_headers.ads", - "lines": 330, + "file_path": "hinfo_loc_fluctuator_ada/src/randomizer.ads", + "lines": 89, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/firewall_manager.adb", - "lines": 495, + "file_path": "hinfo_loc_fluctuator_ada/src/config.ads", + "lines": 69, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/dns_records_extended.ads", - "lines": 357, + "file_path": "hinfo_loc_fluctuator_ada/src/zone_writer.ads", + "lines": 65, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/dns_update.ads", - "lines": 122, + "file_path": "hinfo_loc_fluctuator_ada/src/secure_auth.ads", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { @@ -290,169 +290,169 @@ "threading_constructs": 0 }, { - "file_path": "hinfo_loc_fluctuator_ada/src/config.ads", - "lines": 69, + "file_path": "hinfo_loc_fluctuator_ada/src/dns_update.adb", + "lines": 257, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "network", - "memory", "disk", - "cpu" + "network", + "cpu", + "memory" ], "dependency_graph": { "edges": [ { - "from": "hinfo_loc_fluctuator_ada/src/zone_writer.adb", - "to": "hinfo_loc_fluctuator_ada/src/secure_auth.adb", + "from": "hinfo_loc_fluctuator_ada/src/dns_records_extended.ads", + "to": "hinfo_loc_fluctuator_ada/src/protocol_manager.adb", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/secure_auth.adb", - "to": "hinfo_loc_fluctuator_ada/src/dns_records.ads", + "from": "hinfo_loc_fluctuator_ada/src/protocol_manager.adb", + "to": "hinfo_loc_fluctuator_ada/src/scheduler.ads", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/dns_records.ads", - "to": "hinfo_loc_fluctuator_ada/src/master_config.adb", + "from": "hinfo_loc_fluctuator_ada/src/scheduler.ads", + "to": "hinfo_loc_fluctuator_ada/src/firewall_manager.adb", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/master_config.adb", - "to": "hinfo_loc_fluctuator_ada/src/zone_writer.ads", + "from": "hinfo_loc_fluctuator_ada/src/firewall_manager.adb", + "to": "hinfo_loc_fluctuator_ada/src/master_config.adb", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/zone_writer.ads", - "to": "hinfo_loc_fluctuator_ada/src/scheduler.adb", + "from": "hinfo_loc_fluctuator_ada/src/master_config.adb", + "to": "hinfo_loc_fluctuator_ada/src/secure_auth.adb", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/scheduler.adb", - "to": "hinfo_loc_fluctuator_ada/src/scheduler.ads", + "from": "hinfo_loc_fluctuator_ada/src/secure_auth.adb", + "to": "hinfo_loc_fluctuator_ada/src/sdp_controller.adb", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/scheduler.ads", - "to": "hinfo_loc_fluctuator_ada/src/security_headers.adb", + "from": "hinfo_loc_fluctuator_ada/src/sdp_controller.adb", + "to": "hinfo_loc_fluctuator_ada/src/main.adb", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/security_headers.adb", - "to": "hinfo_loc_fluctuator_ada/src/logger.adb", + "from": "hinfo_loc_fluctuator_ada/src/main.adb", + "to": "hinfo_loc_fluctuator_ada/src/zone_writer.adb", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/logger.adb", - "to": "hinfo_loc_fluctuator_ada/src/randomizer.ads", + "from": "hinfo_loc_fluctuator_ada/src/zone_writer.adb", + "to": "hinfo_loc_fluctuator_ada/src/dns_records.ads", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/randomizer.ads", + "from": "hinfo_loc_fluctuator_ada/src/dns_records.ads", "to": "hinfo_loc_fluctuator_ada/src/protocol_manager.ads", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { "from": "hinfo_loc_fluctuator_ada/src/protocol_manager.ads", - "to": "hinfo_loc_fluctuator_ada/src/main.adb", + "to": "hinfo_loc_fluctuator_ada/src/logger.adb", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/main.adb", - "to": "hinfo_loc_fluctuator_ada/src/sdp_controller.adb", + "from": "hinfo_loc_fluctuator_ada/src/logger.adb", + "to": "hinfo_loc_fluctuator_ada/src/dns_update.ads", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/sdp_controller.adb", - "to": "hinfo_loc_fluctuator_ada/src/randomizer.adb", + "from": "hinfo_loc_fluctuator_ada/src/dns_update.ads", + "to": "hinfo_loc_fluctuator_ada/src/config.adb", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/randomizer.adb", - "to": "hinfo_loc_fluctuator_ada/src/secure_auth.ads", + "from": "hinfo_loc_fluctuator_ada/src/config.adb", + "to": "hinfo_loc_fluctuator_ada/src/security_headers.adb", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/secure_auth.ads", - "to": "hinfo_loc_fluctuator_ada/src/config.adb", + "from": "hinfo_loc_fluctuator_ada/src/security_headers.adb", + "to": "hinfo_loc_fluctuator_ada/src/scheduler.adb", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/config.adb", - "to": "hinfo_loc_fluctuator_ada/src/protocol_manager.adb", + "from": "hinfo_loc_fluctuator_ada/src/scheduler.adb", + "to": "hinfo_loc_fluctuator_ada/src/security_headers.ads", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/protocol_manager.adb", - "to": "hinfo_loc_fluctuator_ada/src/dns_update.adb", + "from": "hinfo_loc_fluctuator_ada/src/security_headers.ads", + "to": "hinfo_loc_fluctuator_ada/src/randomizer.adb", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/dns_update.adb", - "to": "hinfo_loc_fluctuator_ada/src/security_headers.ads", + "from": "hinfo_loc_fluctuator_ada/src/randomizer.adb", + "to": "hinfo_loc_fluctuator_ada/src/randomizer.ads", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/security_headers.ads", - "to": "hinfo_loc_fluctuator_ada/src/firewall_manager.adb", + "from": "hinfo_loc_fluctuator_ada/src/randomizer.ads", + "to": "hinfo_loc_fluctuator_ada/src/config.ads", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/firewall_manager.adb", - "to": "hinfo_loc_fluctuator_ada/src/dns_records_extended.ads", + "from": "hinfo_loc_fluctuator_ada/src/config.ads", + "to": "hinfo_loc_fluctuator_ada/src/zone_writer.ads", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/dns_records_extended.ads", - "to": "hinfo_loc_fluctuator_ada/src/dns_update.ads", + "from": "hinfo_loc_fluctuator_ada/src/zone_writer.ads", + "to": "hinfo_loc_fluctuator_ada/src/secure_auth.ads", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { - "from": "hinfo_loc_fluctuator_ada/src/dns_update.ads", + "from": "hinfo_loc_fluctuator_ada/src/secure_auth.ads", "to": "hinfo_loc_fluctuator_ada/src/tui.adb", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 }, { "from": "hinfo_loc_fluctuator_ada/src/tui.adb", - "to": "hinfo_loc_fluctuator_ada/src/config.ads", + "to": "hinfo_loc_fluctuator_ada/src/dns_update.adb", "relation": "shared_dir:hinfo_loc_fluctuator_ada/src", "weight": 1.0 } @@ -461,44 +461,44 @@ "taint_matrix": { "rows": [ { - "source_category": "HardcodedSecret", - "sink_axis": "network", - "severity_value": 5.0, + "source_category": "MutationGap", + "sink_axis": "cpu", + "severity_value": 1.0, "files": [ - "hinfo_loc_fluctuator_ada/src/tui.adb" + "hinfo_loc_fluctuator/test/dns_records_test.exs" ], "frameworks": [], - "relation": "HardcodedSecret->Network" + "relation": "MutationGap->Cpu" }, { "source_category": "CommandInjection", - "sink_axis": "cpu", + "sink_axis": "disk", "severity_value": 5.0, "files": [ "scripts/rsr-verify.sh" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "CommandInjection->Disk" }, { - "source_category": "MutationGap", - "sink_axis": "cpu", - "severity_value": 1.0, + "source_category": "HardcodedSecret", + "sink_axis": "network", + "severity_value": 5.0, "files": [ - "hinfo_loc_fluctuator/test/dns_records_test.exs" + "hinfo_loc_fluctuator_ada/src/tui.adb" ], "frameworks": [], - "relation": "MutationGap->Cpu" + "relation": "HardcodedSecret->Network" }, { "source_category": "CommandInjection", - "sink_axis": "disk", + "sink_axis": "cpu", "severity_value": 5.0, "files": [ "scripts/rsr-verify.sh" ], "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/robodog-defensive-systems-lab.json b/scans/robodog-defensive-systems-lab.json index f78bdae2..340c320e 100644 --- a/scans/robodog-defensive-systems-lab.json +++ b/scans/robodog-defensive-systems-lab.json @@ -37,79 +37,79 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/rust/tests/aspect.rs", - "lines": 212, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/src/ecm/mod.rs", - "lines": 183, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/src/formation/mod.rs", - "lines": 317, + "file_path": "src/rust/tests/aspect.rs", + "lines": 212, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "src/rust/src/ecm/mod.rs", + "lines": 183, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, + "file_path": "src/rust/src/formation/mod.rs", + "lines": 317, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", - "cpu" + "cpu", + "disk" ], "dependency_graph": { "edges": [] diff --git a/scans/robot-vacuum-cleaner.json b/scans/robot-vacuum-cleaner.json index 4dde077c..0cc189ff 100644 --- a/scans/robot-vacuum-cleaner.json +++ b/scans/robot-vacuum-cleaner.json @@ -15,13 +15,13 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { @@ -36,13 +36,13 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/rpa-elysium.json b/scans/rpa-elysium.json index 587c953a..46dd6a0f 100644 --- a/scans/rpa-elysium.json +++ b/scans/rpa-elysium.json @@ -8,10 +8,10 @@ "weak_points": [ { "category": "PanicPath", - "location": "crates/rpa-plugin/src/host.rs", - "file": "crates/rpa-plugin/src/host.rs", + "location": "crates/rpa-fs-workflow/src/runner.rs", + "file": "crates/rpa-fs-workflow/src/runner.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in crates/rpa-plugin/src/host.rs", + "description": "0 panic sites and 1 unwrap/expect calls in crates/rpa-fs-workflow/src/runner.rs", "recommended_attack": [ "memory", "disk" @@ -20,10 +20,10 @@ }, { "category": "PanicPath", - "location": "crates/rpa-plugin/src/sandbox.rs", - "file": "crates/rpa-plugin/src/sandbox.rs", + "location": "crates/rpa-fs-workflow/src/main.rs", + "file": "crates/rpa-fs-workflow/src/main.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in crates/rpa-plugin/src/sandbox.rs", + "description": "0 panic sites and 1 unwrap/expect calls in crates/rpa-fs-workflow/src/main.rs", "recommended_attack": [ "memory", "disk" @@ -31,35 +31,35 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "crates/rpa-events/src/groove.rs", - "file": "crates/rpa-events/src/groove.rs", + "category": "UnboundedAllocation", + "location": "crates/rpa-fs-workflow/src/actions/archive.rs", + "file": "crates/rpa-fs-workflow/src/actions/archive.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in crates/rpa-events/src/groove.rs", + "description": "Potential unbounded allocation pattern detected in crates/rpa-fs-workflow/src/actions/archive.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "crates/rpa-fs-workflow/src/runner.rs", - "file": "crates/rpa-fs-workflow/src/runner.rs", + "category": "UnboundedAllocation", + "location": "crates/rpa-config/src/loader.rs", + "file": "crates/rpa-config/src/loader.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in crates/rpa-fs-workflow/src/runner.rs", + "description": "Potential unbounded allocation pattern detected in crates/rpa-config/src/loader.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "PanicPath", - "location": "crates/rpa-fs-workflow/src/main.rs", - "file": "crates/rpa-fs-workflow/src/main.rs", + "location": "crates/rpa-events/src/groove.rs", + "file": "crates/rpa-events/src/groove.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in crates/rpa-fs-workflow/src/main.rs", + "description": "0 panic sites and 2 unwrap/expect calls in crates/rpa-events/src/groove.rs", "recommended_attack": [ "memory", "disk" @@ -67,26 +67,26 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "crates/rpa-fs-workflow/src/actions/archive.rs", - "file": "crates/rpa-fs-workflow/src/actions/archive.rs", + "category": "PanicPath", + "location": "crates/rpa-plugin/src/sandbox.rs", + "file": "crates/rpa-plugin/src/sandbox.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/rpa-fs-workflow/src/actions/archive.rs", + "description": "0 panic sites and 1 unwrap/expect calls in crates/rpa-plugin/src/sandbox.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "crates/rpa-config/src/loader.rs", - "file": "crates/rpa-config/src/loader.rs", + "category": "PanicPath", + "location": "crates/rpa-plugin/src/host.rs", + "file": "crates/rpa-plugin/src/host.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/rpa-config/src/loader.rs", + "description": "0 panic sites and 1 unwrap/expect calls in crates/rpa-plugin/src/host.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, @@ -110,58 +110,6 @@ "threading_constructs": 16 }, "file_statistics": [ - { - "file_path": "setup.sh", - "lines": 278, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 - }, - { - "file_path": "crates/rpa-plugin/src/error.rs", - "lines": 59, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "crates/rpa-plugin/src/api.rs", - "lines": 289, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "crates/rpa-plugin/src/host.rs", - "lines": 385, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 3, - "allocation_sites": 4, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "crates/rpa-plugin/src/sandbox.rs", - "lines": 501, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 4, - "threading_constructs": 1 - }, { "file_path": "crates/rpa-scheduler/src/lib.rs", "lines": 308, @@ -173,45 +121,46 @@ "threading_constructs": 2 }, { - "file_path": "crates/rpa-events/src/groove.rs", - "lines": 196, + "file_path": "crates/rpa-fs-workflow/tests/error_handling_tests.rs", + "lines": 355, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 2 }, { - "file_path": "crates/rpa-events/src/lib.rs", - "lines": 337, + "file_path": "crates/rpa-fs-workflow/src/watcher.rs", + "lines": 177, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "crates/rpa-fs-workflow/tests/error_handling_tests.rs", - "lines": 355, + "file_path": "crates/rpa-fs-workflow/src/runner.rs", + "lines": 193, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 2 }, { - "file_path": "crates/rpa-fs-workflow/src/runner.rs", - "lines": 193, + "file_path": "crates/rpa-fs-workflow/src/main.rs", + "lines": 221, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 1, - "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 2 + "threading_constructs": 1 }, { "file_path": "crates/rpa-fs-workflow/src/config.rs", @@ -223,16 +172,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "crates/rpa-fs-workflow/src/main.rs", - "lines": 221, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 1 - }, { "file_path": "crates/rpa-fs-workflow/src/actions/copy.rs", "lines": 91, @@ -245,46 +184,46 @@ "threading_constructs": 0 }, { - "file_path": "crates/rpa-fs-workflow/src/actions/move_file.rs", - "lines": 86, + "file_path": "crates/rpa-fs-workflow/src/actions/mod.rs", + "lines": 133, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 4, + "allocation_sites": 12, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/rpa-fs-workflow/src/actions/delete.rs", - "lines": 75, + "file_path": "crates/rpa-fs-workflow/src/actions/move_file.rs", + "lines": 86, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "crates/rpa-fs-workflow/src/actions/plugin.rs", - "lines": 86, + "file_path": "crates/rpa-fs-workflow/src/actions/rename.rs", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 4, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "crates/rpa-fs-workflow/src/actions/rename.rs", - "lines": 137, + "file_path": "crates/rpa-fs-workflow/src/actions/delete.rs", + "lines": 75, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { @@ -299,35 +238,34 @@ "threading_constructs": 0 }, { - "file_path": "crates/rpa-fs-workflow/src/actions/mod.rs", - "lines": 133, + "file_path": "crates/rpa-fs-workflow/src/actions/plugin.rs", + "lines": 86, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "crates/rpa-fs-workflow/src/watcher.rs", - "lines": 177, + "file_path": "crates/rpa-core/tests/concurrency_tests.rs", + "lines": 360, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "crates/rpa-core/tests/concurrency_tests.rs", - "lines": 360, + "file_path": "crates/rpa-core/src/action.rs", + "lines": 73, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { "file_path": "crates/rpa-core/src/error.rs", @@ -340,13 +278,24 @@ "threading_constructs": 0 }, { - "file_path": "crates/rpa-core/src/action.rs", - "lines": 73, + "file_path": "crates/rpa-resources/src/lib.rs", + "lines": 279, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "crates/rpa-config/src/loader.rs", + "lines": 142, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -360,46 +309,97 @@ "threading_constructs": 0 }, { - "file_path": "crates/rpa-config/src/loader.rs", - "lines": 142, + "file_path": "crates/rpa-state/src/backend.rs", + "lines": 247, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "crates/rpa-resources/src/lib.rs", - "lines": 279, + "file_path": "crates/rpa-state/src/store.rs", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 8, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "crates/rpa-state/src/store.rs", - "lines": 241, + "file_path": "crates/rpa-events/src/groove.rs", + "lines": 196, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 2 + }, + { + "file_path": "crates/rpa-events/src/lib.rs", + "lines": 337, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 8, "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "crates/rpa-plugin/src/api.rs", + "lines": 289, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/rpa-state/src/backend.rs", - "lines": 247, + "file_path": "crates/rpa-plugin/src/sandbox.rs", + "lines": 501, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 4, + "threading_constructs": 1 + }, + { + "file_path": "crates/rpa-plugin/src/host.rs", + "lines": 385, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 4, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "crates/rpa-plugin/src/error.rs", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "ffi/zig/src/main.zig", + "lines": 277, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -413,21 +413,21 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 277, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ + "disk", "concurrency", "cpu", - "memory", - "disk" + "memory" ], "dependency_graph": { "edges": [ @@ -438,259 +438,259 @@ "weight": 1.0 }, { - "from": "crates/rpa-state/src/store.rs", - "to": "crates/rpa-state/src/backend.rs", + "from": "crates/rpa-config/src/loader.rs", + "to": "crates/rpa-config/src/types.rs", + "relation": "shared_dir:crates/rpa-config/src", + "weight": 1.0 + }, + { + "from": "crates/rpa-fs-workflow/src/watcher.rs", + "to": "crates/rpa-fs-workflow/src/runner.rs", + "relation": "shared_dir:crates/rpa-fs-workflow/src", + "weight": 1.0 + }, + { + "from": "crates/rpa-fs-workflow/src/runner.rs", + "to": "crates/rpa-fs-workflow/src/main.rs", + "relation": "shared_dir:crates/rpa-fs-workflow/src", + "weight": 1.0 + }, + { + "from": "crates/rpa-fs-workflow/src/main.rs", + "to": "crates/rpa-fs-workflow/src/config.rs", + "relation": "shared_dir:crates/rpa-fs-workflow/src", + "weight": 1.0 + }, + { + "from": "crates/rpa-state/src/backend.rs", + "to": "crates/rpa-state/src/store.rs", "relation": "shared_dir:crates/rpa-state/src", "weight": 1.0 }, { "from": "crates/rpa-fs-workflow/src/actions/copy.rs", - "to": "crates/rpa-fs-workflow/src/actions/move_file.rs", + "to": "crates/rpa-fs-workflow/src/actions/mod.rs", "relation": "shared_dir:crates/rpa-fs-workflow/src/actions", "weight": 1.0 }, { - "from": "crates/rpa-fs-workflow/src/actions/move_file.rs", - "to": "crates/rpa-fs-workflow/src/actions/delete.rs", + "from": "crates/rpa-fs-workflow/src/actions/mod.rs", + "to": "crates/rpa-fs-workflow/src/actions/move_file.rs", "relation": "shared_dir:crates/rpa-fs-workflow/src/actions", "weight": 1.0 }, { - "from": "crates/rpa-fs-workflow/src/actions/delete.rs", - "to": "crates/rpa-fs-workflow/src/actions/plugin.rs", + "from": "crates/rpa-fs-workflow/src/actions/move_file.rs", + "to": "crates/rpa-fs-workflow/src/actions/rename.rs", "relation": "shared_dir:crates/rpa-fs-workflow/src/actions", "weight": 1.0 }, { - "from": "crates/rpa-fs-workflow/src/actions/plugin.rs", - "to": "crates/rpa-fs-workflow/src/actions/rename.rs", + "from": "crates/rpa-fs-workflow/src/actions/rename.rs", + "to": "crates/rpa-fs-workflow/src/actions/delete.rs", "relation": "shared_dir:crates/rpa-fs-workflow/src/actions", "weight": 1.0 }, { - "from": "crates/rpa-fs-workflow/src/actions/rename.rs", + "from": "crates/rpa-fs-workflow/src/actions/delete.rs", "to": "crates/rpa-fs-workflow/src/actions/archive.rs", "relation": "shared_dir:crates/rpa-fs-workflow/src/actions", "weight": 1.0 }, { "from": "crates/rpa-fs-workflow/src/actions/archive.rs", - "to": "crates/rpa-fs-workflow/src/actions/mod.rs", + "to": "crates/rpa-fs-workflow/src/actions/plugin.rs", "relation": "shared_dir:crates/rpa-fs-workflow/src/actions", "weight": 1.0 }, { - "from": "crates/rpa-core/src/error.rs", - "to": "crates/rpa-core/src/action.rs", + "from": "crates/rpa-core/src/action.rs", + "to": "crates/rpa-core/src/error.rs", "relation": "shared_dir:crates/rpa-core/src", "weight": 1.0 }, { - "from": "crates/rpa-plugin/src/error.rs", - "to": "crates/rpa-plugin/src/api.rs", + "from": "crates/rpa-plugin/src/api.rs", + "to": "crates/rpa-plugin/src/sandbox.rs", "relation": "shared_dir:crates/rpa-plugin/src", "weight": 1.0 }, { - "from": "crates/rpa-plugin/src/api.rs", + "from": "crates/rpa-plugin/src/sandbox.rs", "to": "crates/rpa-plugin/src/host.rs", "relation": "shared_dir:crates/rpa-plugin/src", "weight": 1.0 }, { "from": "crates/rpa-plugin/src/host.rs", - "to": "crates/rpa-plugin/src/sandbox.rs", + "to": "crates/rpa-plugin/src/error.rs", "relation": "shared_dir:crates/rpa-plugin/src", "weight": 1.0 }, { - "from": "crates/rpa-fs-workflow/src/runner.rs", - "to": "crates/rpa-fs-workflow/src/config.rs", - "relation": "shared_dir:crates/rpa-fs-workflow/src", - "weight": 1.0 - }, - { - "from": "crates/rpa-fs-workflow/src/config.rs", - "to": "crates/rpa-fs-workflow/src/main.rs", - "relation": "shared_dir:crates/rpa-fs-workflow/src", - "weight": 1.0 - }, - { - "from": "crates/rpa-fs-workflow/src/main.rs", - "to": "crates/rpa-fs-workflow/src/watcher.rs", - "relation": "shared_dir:crates/rpa-fs-workflow/src", - "weight": 1.0 - }, - { - "from": "crates/rpa-config/src/types.rs", - "to": "crates/rpa-config/src/loader.rs", - "relation": "shared_dir:crates/rpa-config/src", - "weight": 1.0 + "from": "crates/rpa-scheduler/src/lib.rs", + "to": "Networking", + "relation": "framework", + "weight": 4.0 }, { - "from": "setup.sh", + "from": "crates/rpa-fs-workflow/tests/error_handling_tests.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "crates/rpa-plugin/src/error.rs", + "from": "crates/rpa-fs-workflow/src/watcher.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "crates/rpa-plugin/src/api.rs", + "from": "crates/rpa-fs-workflow/src/runner.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "crates/rpa-plugin/src/host.rs", + "from": "crates/rpa-fs-workflow/src/main.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "crates/rpa-plugin/src/sandbox.rs", + "from": "crates/rpa-fs-workflow/src/config.rs", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "crates/rpa-scheduler/src/lib.rs", + "from": "crates/rpa-fs-workflow/src/actions/copy.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "crates/rpa-events/src/groove.rs", + "from": "crates/rpa-fs-workflow/src/actions/mod.rs", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "crates/rpa-events/src/lib.rs", + "from": "crates/rpa-fs-workflow/src/actions/move_file.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "crates/rpa-fs-workflow/tests/error_handling_tests.rs", + "from": "crates/rpa-fs-workflow/src/actions/rename.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "crates/rpa-fs-workflow/src/runner.rs", + "from": "crates/rpa-fs-workflow/src/actions/delete.rs", "to": "Networking", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "crates/rpa-fs-workflow/src/config.rs", + "from": "crates/rpa-fs-workflow/src/actions/archive.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/rpa-fs-workflow/src/main.rs", + "from": "crates/rpa-fs-workflow/src/actions/plugin.rs", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 2.0 }, { - "from": "crates/rpa-fs-workflow/src/actions/copy.rs", + "from": "crates/rpa-core/tests/concurrency_tests.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "crates/rpa-fs-workflow/src/actions/move_file.rs", + "from": "crates/rpa-core/src/action.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/rpa-fs-workflow/src/actions/delete.rs", + "from": "crates/rpa-core/src/error.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/rpa-fs-workflow/src/actions/plugin.rs", + "from": "crates/rpa-resources/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "crates/rpa-fs-workflow/src/actions/rename.rs", + "from": "crates/rpa-config/src/loader.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/rpa-fs-workflow/src/actions/archive.rs", + "from": "crates/rpa-config/src/types.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/rpa-fs-workflow/src/actions/mod.rs", + "from": "crates/rpa-state/src/backend.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/rpa-fs-workflow/src/watcher.rs", + "from": "crates/rpa-state/src/store.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/rpa-core/tests/concurrency_tests.rs", + "from": "crates/rpa-events/src/groove.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "crates/rpa-core/src/error.rs", + "from": "crates/rpa-events/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "crates/rpa-core/src/action.rs", + "from": "crates/rpa-plugin/src/api.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/rpa-config/src/types.rs", + "from": "crates/rpa-plugin/src/sandbox.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "crates/rpa-config/src/loader.rs", + "from": "crates/rpa-plugin/src/host.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/rpa-resources/src/lib.rs", - "to": "Networking", - "relation": "framework", - "weight": 2.0 - }, - { - "from": "crates/rpa-state/src/store.rs", + "from": "crates/rpa-plugin/src/error.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/rpa-state/src/backend.rs", + "from": "ffi/zig/src/main.zig", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -702,7 +702,7 @@ "weight": 36.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "setup.sh", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -712,40 +712,37 @@ "taint_matrix": { "rows": [ { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "crates/rpa-plugin/src/host.rs", - "crates/rpa-plugin/src/sandbox.rs", - "crates/rpa-events/src/groove.rs", - "crates/rpa-fs-workflow/src/runner.rs", - "crates/rpa-fs-workflow/src/main.rs" + "crates/rpa-fs-workflow/src/actions/archive.rs", + "crates/rpa-config/src/loader.rs" ], "frameworks": [ "Networking" ], - "relation": "PanicPath->Disk" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "crates/rpa-plugin/src/host.rs", - "crates/rpa-plugin/src/sandbox.rs", - "crates/rpa-events/src/groove.rs", "crates/rpa-fs-workflow/src/runner.rs", - "crates/rpa-fs-workflow/src/main.rs" + "crates/rpa-fs-workflow/src/main.rs", + "crates/rpa-events/src/groove.rs", + "crates/rpa-plugin/src/sandbox.rs", + "crates/rpa-plugin/src/host.rs" ], "frameworks": [ "Networking" ], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "crates/rpa-fs-workflow/src/actions/archive.rs", @@ -754,20 +751,23 @@ "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "UnboundedAllocation", + "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "crates/rpa-fs-workflow/src/actions/archive.rs", - "crates/rpa-config/src/loader.rs" + "crates/rpa-fs-workflow/src/runner.rs", + "crates/rpa-fs-workflow/src/main.rs", + "crates/rpa-events/src/groove.rs", + "crates/rpa-plugin/src/sandbox.rs", + "crates/rpa-plugin/src/host.rs" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Memory" } ] } diff --git a/scans/rrecord-verity.json b/scans/rrecord-verity.json index d11f37c6..d93857fb 100644 --- a/scans/rrecord-verity.json +++ b/scans/rrecord-verity.json @@ -27,36 +27,26 @@ ], "test_context": "production" }, - { - "category": "InsecureProtocol", - "location": "modules/dnsbl.mjs.js", - "file": "modules/dnsbl.mjs.js", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in modules/dnsbl.mjs.js", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, { "category": "InputBoundary", - "location": "modules/dkim/favicon.mjs.js", - "file": "modules/dkim/favicon.mjs.js", + "location": "scripts/update-thirdparty.js", + "file": "scripts/update-thirdparty.js", "severity": "Medium", - "description": "1 JSON.parse call(s) with 0 try block(s) in modules/dkim/favicon.mjs.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "1 JSON.parse call(s) with 0 try block(s) in scripts/update-thirdparty.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "InputBoundary", - "location": "modules/resultStorage.mjs.js", - "file": "modules/resultStorage.mjs.js", - "severity": "Medium", - "description": "1 JSON.parse call(s) with 0 try block(s) in modules/resultStorage.mjs.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "category": "DynamicCodeExecution", + "location": "scripts/verify-rsr.js", + "file": "scripts/verify-rsr.js", + "severity": "Critical", + "description": "eval() usage in scripts/verify-rsr.js", "recommended_attack": [ - "cpu" + "cpu", + "memory" ], "test_context": "production" }, @@ -73,23 +63,33 @@ "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "scripts/verify-rsr.js", - "file": "scripts/verify-rsr.js", - "severity": "Critical", - "description": "eval() usage in scripts/verify-rsr.js", + "category": "InputBoundary", + "location": "modules/dkim/favicon.mjs.js", + "file": "modules/dkim/favicon.mjs.js", + "severity": "Medium", + "description": "1 JSON.parse call(s) with 0 try block(s) in modules/dkim/favicon.mjs.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ - "cpu", - "memory" + "cpu" + ], + "test_context": "production" + }, + { + "category": "InsecureProtocol", + "location": "modules/dnsbl.mjs.js", + "file": "modules/dnsbl.mjs.js", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in modules/dnsbl.mjs.js", + "recommended_attack": [ + "network" ], "test_context": "production" }, { "category": "InputBoundary", - "location": "scripts/update-thirdparty.js", - "file": "scripts/update-thirdparty.js", + "location": "modules/resultStorage.mjs.js", + "file": "modules/resultStorage.mjs.js", "severity": "Medium", - "description": "1 JSON.parse call(s) with 0 try block(s) in scripts/update-thirdparty.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "1 JSON.parse call(s) with 0 try block(s) in modules/resultStorage.mjs.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], @@ -139,74 +139,73 @@ "threading_constructs": 0 }, { - "file_path": "modules/extensionUtils.mjs.js", - "lines": 182, + "file_path": "experiments/mozilla.d.affine", + "lines": 405, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "modules/virusTotalIntegration.mjs.js", - "lines": 441, + "file_path": "experiments/ctypes.d.affine", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "modules/dkim/keyStore.mjs.js", - "lines": 390, + "file_path": "experiments/libunbound.js", + "lines": 421, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "RuntimeMessage.d.affine", - "lines": 139, + "file_path": "experiments/mozillaDom.d.affine", + "lines": 16, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "wasm/parser/src/lib.rs", - "lines": 236, + "file_path": "experiments/libunbound.d.affine", + "lines": 113, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "scripts/update-thirdparty.js", - "lines": 59, + "file_path": "scripts/atnChangelog.js", + "lines": 26, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/atnChangelog.js", - "lines": 26, + "file_path": "scripts/update-thirdparty.js", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { @@ -220,28 +219,29 @@ "threading_constructs": 0 }, { - "file_path": "test/unittest/keyStoreSpec.mjs.js", - "lines": 211, + "file_path": "wasm/parser/src/lib.rs", + "lines": 236, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 12, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "test/helpers/testUtils.mjs.js", - "lines": 111, + "file_path": "modules/extensionUtils.mjs.js", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "modules/dkim/keyStore.mjs.js", + "lines": 390, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -250,127 +250,116 @@ "threading_constructs": 0 }, { - "file_path": "experiments/libunbound.js", - "lines": 421, + "file_path": "modules/virusTotalIntegration.mjs.js", + "lines": 441, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 4, + "threading_constructs": 0 }, { - "file_path": "experiments/ctypes.d.affine", - "lines": 157, + "file_path": "test/unittest/keyStoreSpec.mjs.js", + "lines": 211, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 12, "threading_constructs": 0 }, { - "file_path": "experiments/libunbound.d.affine", - "lines": 113, + "file_path": "test/helpers/testUtils.mjs.js", + "lines": 111, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "experiments/mozilla.d.affine", - "lines": 405, + "file_path": "RuntimeMessage.d.affine", + "lines": 139, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 11, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "experiments/mozillaDom.d.affine", - "lines": 16, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ "memory", - "disk", "cpu", - "network" + "network", + "disk" ], "dependency_graph": { "edges": [ { - "from": "scripts/update-thirdparty.js", - "to": "scripts/atnChangelog.js", - "relation": "shared_dir:scripts", + "from": "experiments/mozilla.d.affine", + "to": "experiments/ctypes.d.affine", + "relation": "shared_dir:experiments", "weight": 1.0 }, { - "from": "scripts/atnChangelog.js", - "to": "scripts/pack.js", - "relation": "shared_dir:scripts", + "from": "experiments/ctypes.d.affine", + "to": "experiments/libunbound.js", + "relation": "shared_dir:experiments", "weight": 1.0 }, { - "from": "modules/extensionUtils.mjs.js", - "to": "modules/virusTotalIntegration.mjs.js", - "relation": "shared_dir:modules", + "from": "experiments/libunbound.js", + "to": "experiments/mozillaDom.d.affine", + "relation": "shared_dir:experiments", "weight": 1.0 }, { - "from": "RuntimeMessage.d.affine", - "to": "setup.sh", - "relation": "shared_dir:", + "from": "experiments/mozillaDom.d.affine", + "to": "experiments/libunbound.d.affine", + "relation": "shared_dir:experiments", "weight": 1.0 }, { - "from": "experiments/libunbound.js", - "to": "experiments/ctypes.d.affine", - "relation": "shared_dir:experiments", + "from": "modules/extensionUtils.mjs.js", + "to": "modules/virusTotalIntegration.mjs.js", + "relation": "shared_dir:modules", "weight": 1.0 }, { - "from": "experiments/ctypes.d.affine", - "to": "experiments/libunbound.d.affine", - "relation": "shared_dir:experiments", + "from": "RuntimeMessage.d.affine", + "to": "setup.sh", + "relation": "shared_dir:", "weight": 1.0 }, { - "from": "experiments/libunbound.d.affine", - "to": "experiments/mozilla.d.affine", - "relation": "shared_dir:experiments", + "from": "scripts/atnChangelog.js", + "to": "scripts/update-thirdparty.js", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "experiments/mozilla.d.affine", - "to": "experiments/mozillaDom.d.affine", - "relation": "shared_dir:experiments", + "from": "scripts/update-thirdparty.js", + "to": "scripts/pack.js", + "relation": "shared_dir:scripts", "weight": 1.0 } ] }, "taint_matrix": { "rows": [ - { - "source_category": "DynamicCodeExecution", - "sink_axis": "memory", - "severity_value": 5.0, - "files": [ - "thirdparty/tabulator-tables/dist/js/tabulator_esm.js", - "scripts/verify-rsr.js" - ], - "frameworks": [], - "relation": "DynamicCodeExecution->Memory" - }, { "source_category": "DynamicCodeExecution", "sink_axis": "cpu", @@ -402,14 +391,19 @@ "relation": "PanicPath->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "InputBoundary", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "wasm/parser/src/lib.rs" + "thirdparty/tabulator-tables/dist/js/tabulator_esm.js", + "scripts/update-thirdparty.js", + "modules/dkim/favicon.mjs.js", + "modules/resultStorage.mjs.js", + "test/unittest/authVerifierSpec.mjs.js", + "test/helpers/initWebExtensions.mjs.js" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "InputBoundary->Cpu" }, { "source_category": "InsecureProtocol", @@ -422,19 +416,25 @@ "relation": "InsecureProtocol->Network" }, { - "source_category": "InputBoundary", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, + "files": [ + "wasm/parser/src/lib.rs" + ], + "frameworks": [], + "relation": "PanicPath->Disk" + }, + { + "source_category": "DynamicCodeExecution", + "sink_axis": "memory", + "severity_value": 5.0, "files": [ "thirdparty/tabulator-tables/dist/js/tabulator_esm.js", - "modules/dkim/favicon.mjs.js", - "modules/resultStorage.mjs.js", - "scripts/update-thirdparty.js", - "test/unittest/authVerifierSpec.mjs.js", - "test/helpers/initWebExtensions.mjs.js" + "scripts/verify-rsr.js" ], "frameworks": [], - "relation": "InputBoundary->Cpu" + "relation": "DynamicCodeExecution->Memory" } ] } diff --git a/scans/rsr-template-repo.json b/scans/rsr-template-repo.json index e8a91e26..25afd8f4 100644 --- a/scans/rsr-template-repo.json +++ b/scans/rsr-template-repo.json @@ -5,56 +5,56 @@ "frameworks": [], "weak_points": [ { - "category": "MutationGap", - "location": "archetypes/julia-library/overlay/test/cases/smoke.jl", - "file": "archetypes/julia-library/overlay/test/cases/smoke.jl", + "category": "CommandInjection", + "location": ".machine_readable/arrival-pack/extract.sh", + "file": ".machine_readable/arrival-pack/extract.sh", "severity": "Medium", - "description": "1 @test assertion(s) in archetypes/julia-library/overlay/test/cases/smoke.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", + "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", "recommended_attack": [ "cpu" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "scripts/prune-dependabot-ecosystems.rs", - "file": "scripts/prune-dependabot-ecosystems.rs", + "category": "CommandInjection", + "location": ".machine_readable/coaptation/extract-facts.sh", + "file": ".machine_readable/coaptation/extract-facts.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in scripts/prune-dependabot-ecosystems.rs", + "description": "39 potentially unquoted variable expansions in .machine_readable/coaptation/extract-facts.sh", "recommended_attack": [ - "memory", "cpu" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "scripts/check-proofs.sh", - "file": "scripts/check-proofs.sh", + "category": "MutationGap", + "location": "archetypes/julia-library/overlay/test/cases/smoke.jl", + "file": "archetypes/julia-library/overlay/test/cases/smoke.jl", "severity": "Medium", - "description": "26 potentially unquoted variable expansions in scripts/check-proofs.sh", + "description": "1 @test assertion(s) in archetypes/julia-library/overlay/test/cases/smoke.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", "recommended_attack": [ "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "CommandInjection", - "location": ".machine_readable/coaptation/extract-facts.sh", - "file": ".machine_readable/coaptation/extract-facts.sh", + "category": "UnboundedAllocation", + "location": "scripts/prune-dependabot-ecosystems.rs", + "file": "scripts/prune-dependabot-ecosystems.rs", "severity": "Medium", - "description": "39 potentially unquoted variable expansions in .machine_readable/coaptation/extract-facts.sh", + "description": "Potential unbounded allocation pattern detected in scripts/prune-dependabot-ecosystems.rs", "recommended_attack": [ + "memory", "cpu" ], "test_context": "production" }, { "category": "CommandInjection", - "location": ".machine_readable/arrival-pack/extract.sh", - "file": ".machine_readable/arrival-pack/extract.sh", + "location": "scripts/check-proofs.sh", + "file": "scripts/check-proofs.sh", "severity": "Medium", - "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", + "description": "26 potentially unquoted variable expansions in scripts/check-proofs.sh", "recommended_attack": [ "cpu" ], @@ -72,8 +72,8 @@ }, "file_statistics": [ { - "file_path": "features/ssg/ssg-bootstrap.sh", - "lines": 90, + "file_path": ".machine_readable/arrival-pack/generate.sh", + "lines": 45, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -82,18 +82,18 @@ "threading_constructs": 0 }, { - "file_path": ".github/hooks/scan-secrets.sh", - "lines": 204, + "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", + "lines": 90, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "www/tests/run-all.sh", - "lines": 52, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 140, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -102,8 +102,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/rsr-campaign.sh", - "lines": 415, + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 94, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -112,58 +112,58 @@ "threading_constructs": 0 }, { - "file_path": "scripts/migrate-wellknown-to-www.sh", - "lines": 246, + "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/sweep-wellknown.sh", - "lines": 421, + "file_path": ".machine_readable/contractiles/dust/dust.ncl", + "lines": 69, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/prune-dependabot-ecosystems.rs", - "lines": 133, + "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/e2e/template_instantiation_test.sh", - "lines": 423, + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/e2e.sh", - "lines": 167, + "file_path": ".machine_readable/contractiles/must/must.k9.ncl", + "lines": 238, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/workflows/check_adoc_renders_test.sh", - "lines": 126, + "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", + "lines": 162, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -172,63 +172,63 @@ "threading_constructs": 0 }, { - "file_path": "tests/workflows/mint_cleanup_test.sh", - "lines": 40, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 69, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/workflows/session_contracts_test.sh", - "lines": 25, + "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", + "lines": 252, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/shape/check_root_shape_test.sh", - "lines": 121, + "file_path": ".machine_readable/contractiles/intend/intend.ncl", + "lines": 84, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 275, + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 65, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interface/Abi/Foreign.idr", - "lines": 83, - "unsafe_blocks": 4, + "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "lines": 167, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 139, + "file_path": ".machine_readable/coaptation/verify.sh", + "lines": 34, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { @@ -242,8 +242,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/coaptation/verify.sh", - "lines": 34, + "file_path": "www/tests/run-all.sh", + "lines": 52, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -252,8 +252,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", - "lines": 172, + "file_path": "tests/workflows/mint_cleanup_test.sh", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -262,8 +262,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.ncl", - "lines": 69, + "file_path": "tests/workflows/session_contracts_test.sh", + "lines": 25, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -272,38 +272,38 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 140, + "file_path": "tests/workflows/check_adoc_renders_test.sh", + "lines": 126, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.ncl", - "lines": 94, + "file_path": "tests/e2e/template_instantiation_test.sh", + "lines": 423, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", - "lines": 278, + "file_path": "tests/e2e.sh", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", - "lines": 252, + "file_path": "tests/shape/check_root_shape_test.sh", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -312,18 +312,18 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.ncl", - "lines": 84, + "file_path": "session/dispatch.sh", + "lines": 139, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 69, + "file_path": "features/ssg/ssg-bootstrap.sh", + "lines": 90, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -332,18 +332,18 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", - "lines": 162, + "file_path": "scripts/prune-dependabot-ecosystems.rs", + "lines": 133, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 12, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.ncl", - "lines": 67, + "file_path": "scripts/rsr-campaign.sh", + "lines": 415, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -352,18 +352,18 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.k9.ncl", - "lines": 238, + "file_path": "scripts/sweep-wellknown.sh", + "lines": 421, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", - "lines": 65, + "file_path": "scripts/migrate-wellknown-to-www.sh", + "lines": 246, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -372,61 +372,43 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "lines": 167, - "unsafe_blocks": 0, + "file_path": "src/interface/Abi/Foreign.idr", + "lines": 83, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/arrival-pack/generate.sh", - "lines": 45, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", - "lines": 90, + "file_path": ".github/hooks/scan-secrets.sh", + "lines": 204, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", + "cpu", "memory", - "cpu" + "disk" ], "dependency_graph": { "edges": [ - { - "from": ".machine_readable/contractiles/must/must.ncl", - "to": ".machine_readable/contractiles/must/must.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/must", - "weight": 1.0 - }, - { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", - "to": ".machine_readable/contractiles/intend/intend.ncl", - "relation": "shared_dir:.machine_readable/contractiles/intend", - "weight": 1.0 - }, - { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", - "to": ".machine_readable/contractiles/dust/dust.ncl", - "relation": "shared_dir:.machine_readable/contractiles/dust", - "weight": 1.0 - }, { "from": ".machine_readable/contractiles/adjust/adjust.ncl", "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", @@ -434,41 +416,53 @@ "weight": 1.0 }, { - "from": "tests/workflows/check_adoc_renders_test.sh", - "to": "tests/workflows/mint_cleanup_test.sh", + "from": "tests/workflows/mint_cleanup_test.sh", + "to": "tests/workflows/session_contracts_test.sh", "relation": "shared_dir:tests/workflows", "weight": 1.0 }, { - "from": "tests/workflows/mint_cleanup_test.sh", - "to": "tests/workflows/session_contracts_test.sh", + "from": "tests/workflows/session_contracts_test.sh", + "to": "tests/workflows/check_adoc_renders_test.sh", "relation": "shared_dir:tests/workflows", "weight": 1.0 }, { - "from": ".machine_readable/arrival-pack/generate.sh", - "to": ".machine_readable/arrival-pack/arrival-pack.ncl", - "relation": "shared_dir:.machine_readable/arrival-pack", + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "to": ".machine_readable/contractiles/bust/bust.ncl", + "relation": "shared_dir:.machine_readable/contractiles/bust", "weight": 1.0 }, { - "from": "scripts/rsr-campaign.sh", - "to": "scripts/migrate-wellknown-to-www.sh", + "from": ".machine_readable/contractiles/dust/dust.ncl", + "to": ".machine_readable/contractiles/dust/dust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/dust", + "weight": 1.0 + }, + { + "from": "scripts/prune-dependabot-ecosystems.rs", + "to": "scripts/rsr-campaign.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/migrate-wellknown-to-www.sh", + "from": "scripts/rsr-campaign.sh", "to": "scripts/sweep-wellknown.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { "from": "scripts/sweep-wellknown.sh", - "to": "scripts/prune-dependabot-ecosystems.rs", + "to": "scripts/migrate-wellknown-to-www.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, + { + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": ".machine_readable/contractiles/intend/intend.ncl", + "relation": "shared_dir:.machine_readable/contractiles/intend", + "weight": 1.0 + }, { "from": ".machine_readable/contractiles/trust/trust.ncl", "to": ".machine_readable/contractiles/trust/trust.k9.ncl", @@ -476,15 +470,21 @@ "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": ".machine_readable/contractiles/bust/bust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/bust", + "from": ".machine_readable/coaptation/verify.sh", + "to": ".machine_readable/coaptation/coapt.ncl", + "relation": "shared_dir:.machine_readable/coaptation", "weight": 1.0 }, { - "from": ".machine_readable/coaptation/coapt.ncl", - "to": ".machine_readable/coaptation/verify.sh", - "relation": "shared_dir:.machine_readable/coaptation", + "from": ".machine_readable/contractiles/must/must.ncl", + "to": ".machine_readable/contractiles/must/must.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/must", + "weight": 1.0 + }, + { + "from": ".machine_readable/arrival-pack/generate.sh", + "to": ".machine_readable/arrival-pack/arrival-pack.ncl", + "relation": "shared_dir:.machine_readable/arrival-pack", "weight": 1.0 } ] @@ -493,45 +493,45 @@ "rows": [ { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ "scripts/prune-dependabot-ecosystems.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "CommandInjection", + "source_category": "MutationGap", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "scripts/check-proofs.sh", - ".machine_readable/coaptation/extract-facts.sh", - ".machine_readable/arrival-pack/extract.sh" + "archetypes/julia-library/overlay/test/cases/smoke.jl" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "MutationGap->Cpu" }, { - "source_category": "MutationGap", - "sink_axis": "cpu", + "source_category": "UnboundedAllocation", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "archetypes/julia-library/overlay/test/cases/smoke.jl" + "scripts/prune-dependabot-ecosystems.rs" ], "frameworks": [], - "relation": "MutationGap->Cpu" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "UnboundedAllocation", + "source_category": "CommandInjection", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "scripts/prune-dependabot-ecosystems.rs" + ".machine_readable/arrival-pack/extract.sh", + ".machine_readable/coaptation/extract-facts.sh", + "scripts/check-proofs.sh" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/sanctify-php.json b/scans/sanctify-php.json index 9d9fe446..64ba4cf3 100644 --- a/scans/sanctify-php.json +++ b/scans/sanctify-php.json @@ -27,13 +27,13 @@ }, "file_statistics": [ { - "file_path": "bench/Main.hs", - "lines": 174, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { @@ -67,8 +67,8 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "bench/Main.hs", + "lines": 174, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -107,21 +107,21 @@ "threading_constructs": 0 }, { - "file_path": "src/Sanctify/Analysis/Security.hs", - "lines": 623, + "file_path": "src/Sanctify/Analysis/Advanced.hs", + "lines": 448, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 2, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/Sanctify/Analysis/Advanced.hs", - "lines": 448, + "file_path": "src/Sanctify/Analysis/Security.hs", + "lines": 623, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, + "unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 @@ -137,26 +137,32 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", "cpu", + "memory", "disk" ], "dependency_graph": { "edges": [ { - "from": "src/Sanctify/Analysis/Security.hs", - "to": "src/Sanctify/Analysis/Advanced.hs", + "from": "src/Sanctify/Transform/Sanitize.hs", + "to": "src/Sanctify/Transform/TypeHints.hs", + "relation": "shared_dir:src/Sanctify/Transform", + "weight": 1.0 + }, + { + "from": "src/Sanctify/Analysis/Advanced.hs", + "to": "src/Sanctify/Analysis/Security.hs", "relation": "shared_dir:src/Sanctify/Analysis", "weight": 1.0 }, @@ -165,12 +171,6 @@ "to": "test/Main.hs", "relation": "shared_dir:test", "weight": 1.0 - }, - { - "from": "src/Sanctify/Transform/Sanitize.hs", - "to": "src/Sanctify/Transform/TypeHints.hs", - "relation": "shared_dir:src/Sanctify/Transform", - "weight": 1.0 } ] }, diff --git a/scans/scaffoldia.json b/scans/scaffoldia.json index 991deff3..44e5636e 100644 --- a/scans/scaffoldia.json +++ b/scans/scaffoldia.json @@ -37,43 +37,43 @@ "threading_constructs": 0 }, { - "file_path": "machine-readable-design/harvested-registry/rust/library.ncl", - "lines": 224, + "file_path": "machine-readable-design/harvested-registry/gitbot/fleet-bot.ncl", + "lines": 507, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "machine-readable-design/harvested-registry/gitbot/fleet-bot.ncl", - "lines": 507, + "file_path": "machine-readable-design/harvested-registry/haskell/stack-library.ncl", + "lines": 397, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "machine-readable-design/harvested-registry/haskell/stack-library.ncl", - "lines": 397, + "file_path": "machine-readable-design/harvested-registry/rust/library.ncl", + "lines": 224, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 277, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -87,20 +87,20 @@ "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 277, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "network", + "cpu", "disk", - "cpu" + "network" ], "dependency_graph": { "edges": [] diff --git a/scans/scripts.json b/scans/scripts.json index 1a2b0a60..6b20a565 100644 --- a/scans/scripts.json +++ b/scans/scripts.json @@ -6,23 +6,33 @@ "weak_points": [ { "category": "CommandInjection", - "location": "setup-kinoite-dev.sh", - "file": "setup-kinoite-dev.sh", + "location": "enhance-kinoite.sh", + "file": "enhance-kinoite.sh", "severity": "Critical", - "description": "eval usage in setup-kinoite-dev.sh", + "description": "eval usage in enhance-kinoite.sh", "recommended_attack": [ "cpu", "disk" ], - "suppressed": true, + "test_context": "production" + }, + { + "category": "InsecureProtocol", + "location": "boj-unify-repos.sh", + "file": "boj-unify-repos.sh", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in boj-unify-repos.sh", + "recommended_attack": [ + "network" + ], "test_context": "production" }, { "category": "PathTraversal", - "location": "setup-kinoite-dev.sh", - "file": "setup-kinoite-dev.sh", + "location": "check-language-compliance.sh", + "file": "check-language-compliance.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in setup-kinoite-dev.sh", + "description": "Hardcoded /tmp/ path without mktemp in check-language-compliance.sh", "recommended_attack": [ "disk" ], @@ -30,37 +40,27 @@ }, { "category": "CommandInjection", - "location": "enhance-kinoite.sh", - "file": "enhance-kinoite.sh", + "location": "setup-kinoite-dev.sh", + "file": "setup-kinoite-dev.sh", "severity": "Critical", - "description": "eval usage in enhance-kinoite.sh", + "description": "eval usage in setup-kinoite-dev.sh", "recommended_attack": [ "cpu", "disk" ], + "suppressed": true, "test_context": "production" }, { "category": "PathTraversal", - "location": "check-language-compliance.sh", - "file": "check-language-compliance.sh", + "location": "setup-kinoite-dev.sh", + "file": "setup-kinoite-dev.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in check-language-compliance.sh", + "description": "Hardcoded /tmp/ path without mktemp in setup-kinoite-dev.sh", "recommended_attack": [ "disk" ], "test_context": "production" - }, - { - "category": "InsecureProtocol", - "location": "boj-unify-repos.sh", - "file": "boj-unify-repos.sh", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in boj-unify-repos.sh", - "recommended_attack": [ - "network" - ], - "test_context": "production" } ], "statistics": { @@ -74,38 +74,38 @@ }, "file_statistics": [ { - "file_path": "verisimdb-session.sh", - "lines": 55, + "file_path": "ensure_contractiles_structure.sh", + "lines": 112, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup-kinoite-dev.sh", - "lines": 616, + "file_path": "enhance-kinoite.sh", + "lines": 544, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 18, + "io_operations": 32, "threading_constructs": 0 }, { - "file_path": "enhance-kinoite.sh", - "lines": 544, + "file_path": "standardize-repos.jl", + "lines": 876, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 32, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "organize_bookmarks.jl", - "lines": 66, + "file_path": "generate_bookmarks_html.jl", + "lines": 83, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -114,48 +114,48 @@ "threading_constructs": 0 }, { - "file_path": "repo_auditor.exs", - "lines": 137, + "file_path": "boj-unify-repos.sh", + "lines": 75, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "standardize-repos.jl", - "lines": 876, + "file_path": "cloud-mount-watcher.sh", + "lines": 213, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "bootstrap-workers-rescript.sh", - "lines": 265, + "file_path": "nvidia-auto-setup.sh", + "lines": 74, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "migrate-to-eclipse.sh", - "lines": 384, + "file_path": "repo_auditor.exs", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "generate_bookmarks_html.jl", - "lines": 83, + "file_path": "organize_edge_bookmarks.jl", + "lines": 119, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -164,43 +164,43 @@ "threading_constructs": 0 }, { - "file_path": "convert_contractile_to_a2ml.sh", - "lines": 273, + "file_path": "sync-repos-parallel.sh", + "lines": 35, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "sync-repos-parallel.sh", - "lines": 35, + "file_path": "verisimdb-session.sh", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "init-wiki.sh", - "lines": 263, + "file_path": "fix-class1-urls.sh", + "lines": 22, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "system-optimize.sh", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { @@ -214,28 +214,28 @@ "threading_constructs": 0 }, { - "file_path": "ensure_contractiles_structure.sh", - "lines": 112, + "file_path": "convert_contractile_to_a2ml.sh", + "lines": 273, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "organize_edge_bookmarks.jl", - "lines": 119, + "file_path": "init-wiki.sh", + "lines": 263, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "fix-class1-urls.sh", - "lines": 22, + "file_path": "organize_bookmarks.jl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -244,38 +244,38 @@ "threading_constructs": 0 }, { - "file_path": "system-optimize.sh", - "lines": 66, + "file_path": "bootstrap-workers-rescript.sh", + "lines": 265, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "cloud-mount-watcher.sh", - "lines": 213, + "file_path": "setup-kinoite-dev.sh", + "lines": 616, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 18, "threading_constructs": 0 }, { - "file_path": "nvidia-auto-setup.sh", - "lines": 74, + "file_path": "migrate-to-eclipse.sh", + "lines": 384, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "boj-unify-repos.sh", - "lines": 75, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -285,129 +285,129 @@ } ], "recommended_attacks": [ - "cpu", "disk", - "network" + "network", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "verisimdb-session.sh", - "to": "setup-kinoite-dev.sh", - "relation": "shared_dir:", - "weight": 1.0 - }, - { - "from": "setup-kinoite-dev.sh", + "from": "ensure_contractiles_structure.sh", "to": "enhance-kinoite.sh", "relation": "shared_dir:", "weight": 1.0 }, { "from": "enhance-kinoite.sh", - "to": "organize_bookmarks.jl", + "to": "standardize-repos.jl", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "organize_bookmarks.jl", - "to": "repo_auditor.exs", + "from": "standardize-repos.jl", + "to": "generate_bookmarks_html.jl", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "repo_auditor.exs", - "to": "standardize-repos.jl", + "from": "generate_bookmarks_html.jl", + "to": "boj-unify-repos.sh", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "standardize-repos.jl", - "to": "bootstrap-workers-rescript.sh", + "from": "boj-unify-repos.sh", + "to": "cloud-mount-watcher.sh", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "bootstrap-workers-rescript.sh", - "to": "migrate-to-eclipse.sh", + "from": "cloud-mount-watcher.sh", + "to": "nvidia-auto-setup.sh", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "migrate-to-eclipse.sh", - "to": "generate_bookmarks_html.jl", + "from": "nvidia-auto-setup.sh", + "to": "repo_auditor.exs", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "generate_bookmarks_html.jl", - "to": "convert_contractile_to_a2ml.sh", + "from": "repo_auditor.exs", + "to": "organize_edge_bookmarks.jl", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "convert_contractile_to_a2ml.sh", + "from": "organize_edge_bookmarks.jl", "to": "sync-repos-parallel.sh", "relation": "shared_dir:", "weight": 1.0 }, { "from": "sync-repos-parallel.sh", - "to": "init-wiki.sh", + "to": "verisimdb-session.sh", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "init-wiki.sh", - "to": "setup.sh", + "from": "verisimdb-session.sh", + "to": "fix-class1-urls.sh", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "setup.sh", + "from": "fix-class1-urls.sh", + "to": "system-optimize.sh", + "relation": "shared_dir:", + "weight": 1.0 + }, + { + "from": "system-optimize.sh", "to": "restructure-repos.jl", "relation": "shared_dir:", "weight": 1.0 }, { "from": "restructure-repos.jl", - "to": "ensure_contractiles_structure.sh", + "to": "convert_contractile_to_a2ml.sh", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "ensure_contractiles_structure.sh", - "to": "organize_edge_bookmarks.jl", + "from": "convert_contractile_to_a2ml.sh", + "to": "init-wiki.sh", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "organize_edge_bookmarks.jl", - "to": "fix-class1-urls.sh", + "from": "init-wiki.sh", + "to": "organize_bookmarks.jl", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "fix-class1-urls.sh", - "to": "system-optimize.sh", + "from": "organize_bookmarks.jl", + "to": "bootstrap-workers-rescript.sh", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "system-optimize.sh", - "to": "cloud-mount-watcher.sh", + "from": "bootstrap-workers-rescript.sh", + "to": "setup-kinoite-dev.sh", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "cloud-mount-watcher.sh", - "to": "nvidia-auto-setup.sh", + "from": "setup-kinoite-dev.sh", + "to": "migrate-to-eclipse.sh", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "nvidia-auto-setup.sh", - "to": "boj-unify-repos.sh", + "from": "migrate-to-eclipse.sh", + "to": "setup.sh", "relation": "shared_dir:", "weight": 1.0 } @@ -415,13 +415,24 @@ }, "taint_matrix": { "rows": [ + { + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 5.0, + "files": [ + "enhance-kinoite.sh", + "setup-kinoite-dev.sh" + ], + "frameworks": [], + "relation": "CommandInjection->Cpu" + }, { "source_category": "CommandInjection", "sink_axis": "disk", "severity_value": 5.0, "files": [ - "setup-kinoite-dev.sh", - "enhance-kinoite.sh" + "enhance-kinoite.sh", + "setup-kinoite-dev.sh" ], "frameworks": [], "relation": "CommandInjection->Disk" @@ -436,24 +447,13 @@ "frameworks": [], "relation": "InsecureProtocol->Network" }, - { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 5.0, - "files": [ - "setup-kinoite-dev.sh", - "enhance-kinoite.sh" - ], - "frameworks": [], - "relation": "CommandInjection->Cpu" - }, { "source_category": "PathTraversal", "sink_axis": "disk", "severity_value": 2.5, "files": [ - "setup-kinoite-dev.sh", - "check-language-compliance.sh" + "check-language-compliance.sh", + "setup-kinoite-dev.sh" ], "frameworks": [], "relation": "PathTraversal->Disk" diff --git a/scans/sdp-hkdf-deployment.json b/scans/sdp-hkdf-deployment.json index b1199aae..6f8c9dcc 100644 --- a/scans/sdp-hkdf-deployment.json +++ b/scans/sdp-hkdf-deployment.json @@ -15,23 +15,23 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/seamstress.json b/scans/seamstress.json index 93eeac16..a5caebbb 100644 --- a/scans/seamstress.json +++ b/scans/seamstress.json @@ -4,60 +4,12 @@ "language": "elixir", "frameworks": [], "weak_points": [ - { - "category": "UnboundedAllocation", - "location": "tools/seamctl/src/validate.rs", - "file": "tools/seamctl/src/validate.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in tools/seamctl/src/validate.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "tools/seamctl/src/report.rs", - "file": "tools/seamctl/src/report.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in tools/seamctl/src/report.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "tools/seamctl/src/graph.rs", - "file": "tools/seamctl/src/graph.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in tools/seamctl/src/graph.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "tools/seamctl/src/graph.rs", - "file": "tools/seamctl/src/graph.rs", - "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in tools/seamctl/src/graph.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, { "category": "CommandInjection", - "location": "services/seamstressd/bench/runner_bench.exs", - "file": "services/seamstressd/bench/runner_bench.exs", + "location": "services/seamstressd/lib/seamstressd/runner.ex", + "file": "services/seamstressd/lib/seamstressd/runner.ex", "severity": "Medium", - "description": "System command execution in services/seamstressd/bench/runner_bench.exs", + "description": "System command execution in services/seamstressd/lib/seamstressd/runner.ex", "recommended_attack": [ "cpu", "disk" @@ -65,16 +17,15 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "services/seamstressd/lib/seamstressd/runner.ex", - "file": "services/seamstressd/lib/seamstressd/runner.ex", - "severity": "Medium", - "description": "System command execution in services/seamstressd/lib/seamstressd/runner.ex", + "category": "MutationGap", + "location": "services/seamstressd/test/seamstressd_test.exs", + "file": "services/seamstressd/test/seamstressd_test.exs", + "severity": "Low", + "description": "Elixir test file services/seamstressd/test/seamstressd_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "CommandInjection", @@ -113,17 +64,6 @@ "suppressed": true, "test_context": "test_only" }, - { - "category": "MutationGap", - "location": "services/seamstressd/test/seamstressd_test.exs", - "file": "services/seamstressd/test/seamstressd_test.exs", - "severity": "Low", - "description": "Elixir test file services/seamstressd/test/seamstressd_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, { "category": "MutationGap", "location": "services/seamstressd/test/e2e_test.exs", @@ -147,6 +87,66 @@ ], "suppressed": true, "test_context": "test_only" + }, + { + "category": "CommandInjection", + "location": "services/seamstressd/bench/runner_bench.exs", + "file": "services/seamstressd/bench/runner_bench.exs", + "severity": "Medium", + "description": "System command execution in services/seamstressd/bench/runner_bench.exs", + "recommended_attack": [ + "cpu", + "disk" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "tools/seamctl/src/validate.rs", + "file": "tools/seamctl/src/validate.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in tools/seamctl/src/validate.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "tools/seamctl/src/graph.rs", + "file": "tools/seamctl/src/graph.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in tools/seamctl/src/graph.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "tools/seamctl/src/graph.rs", + "file": "tools/seamctl/src/graph.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in tools/seamctl/src/graph.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "tools/seamctl/src/report.rs", + "file": "tools/seamctl/src/report.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in tools/seamctl/src/report.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" } ], "statistics": { @@ -160,67 +160,67 @@ }, "file_statistics": [ { - "file_path": "tools/seamctl/src/validate.rs", - "lines": 142, + "file_path": "services/seamstressd/test/runner_test.exs", + "lines": 209, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "tools/seamctl/src/report.rs", - "lines": 94, + "file_path": "services/seamstressd/test/e2e_test.exs", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 3, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "tools/seamctl/src/graph.rs", - "lines": 99, + "file_path": "services/seamstressd/test/property_test.exs", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "services/seamstressd/test/runner_test.exs", - "lines": 209, + "file_path": "tools/seamctl/src/validate.rs", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "services/seamstressd/test/property_test.exs", - "lines": 198, + "file_path": "tools/seamctl/src/graph.rs", + "lines": 99, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 1 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "services/seamstressd/test/e2e_test.exs", - "lines": 171, + "file_path": "tools/seamctl/src/report.rs", + "lines": 94, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 1 + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 3, + "threading_constructs": 0 }, { "file_path": "setup.sh", @@ -234,35 +234,35 @@ } ], "recommended_attacks": [ - "memory", + "disk", "cpu", "network", - "disk" + "memory" ], "dependency_graph": { "edges": [ { - "from": "tools/seamctl/src/validate.rs", - "to": "tools/seamctl/src/report.rs", - "relation": "shared_dir:tools/seamctl/src", + "from": "services/seamstressd/test/runner_test.exs", + "to": "services/seamstressd/test/e2e_test.exs", + "relation": "shared_dir:services/seamstressd/test", "weight": 1.0 }, { - "from": "tools/seamctl/src/report.rs", - "to": "tools/seamctl/src/graph.rs", - "relation": "shared_dir:tools/seamctl/src", + "from": "services/seamstressd/test/e2e_test.exs", + "to": "services/seamstressd/test/property_test.exs", + "relation": "shared_dir:services/seamstressd/test", "weight": 1.0 }, { - "from": "services/seamstressd/test/runner_test.exs", - "to": "services/seamstressd/test/property_test.exs", - "relation": "shared_dir:services/seamstressd/test", + "from": "tools/seamctl/src/validate.rs", + "to": "tools/seamctl/src/graph.rs", + "relation": "shared_dir:tools/seamctl/src", "weight": 1.0 }, { - "from": "services/seamstressd/test/property_test.exs", - "to": "services/seamstressd/test/e2e_test.exs", - "relation": "shared_dir:services/seamstressd/test", + "from": "tools/seamctl/src/graph.rs", + "to": "tools/seamctl/src/report.rs", + "relation": "shared_dir:tools/seamctl/src", "weight": 1.0 } ] @@ -270,51 +270,50 @@ "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "source_category": "CommandInjection", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "tools/seamctl/src/validate.rs", - "tools/seamctl/src/report.rs", - "tools/seamctl/src/graph.rs" + "services/seamstressd/lib/seamstressd/runner.ex", + "services/seamstressd/test/runner_test.exs", + "services/seamstressd/bench/runner_bench.exs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "CommandInjection->Cpu" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "tools/seamctl/src/validate.rs", - "tools/seamctl/src/report.rs", "tools/seamctl/src/graph.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "PanicPath->Memory" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", + "source_category": "UnboundedAllocation", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "services/seamstressd/test/runner_test.exs", - "services/seamstressd/test/e2e_test.exs" + "tools/seamctl/src/validate.rs", + "tools/seamctl/src/graph.rs", + "tools/seamctl/src/report.rs" ], "frameworks": [], - "relation": "InsecureProtocol->Network" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "CommandInjection", + "source_category": "MutationGap", "sink_axis": "cpu", - "severity_value": 2.5, + "severity_value": 1.0, "files": [ - "services/seamstressd/bench/runner_bench.exs", - "services/seamstressd/lib/seamstressd/runner.ex", - "services/seamstressd/test/runner_test.exs" + "services/seamstressd/test/seamstressd_test.exs", + "services/seamstressd/test/runner_test.exs", + "services/seamstressd/test/e2e_test.exs" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "MutationGap->Cpu" }, { "source_category": "PanicPath", @@ -327,38 +326,39 @@ "relation": "PanicPath->Disk" }, { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "CommandInjection", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "tools/seamctl/src/graph.rs" + "services/seamstressd/lib/seamstressd/runner.ex", + "services/seamstressd/test/runner_test.exs", + "services/seamstressd/bench/runner_bench.exs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "CommandInjection->Disk" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "services/seamstressd/bench/runner_bench.exs", - "services/seamstressd/lib/seamstressd/runner.ex", - "services/seamstressd/test/runner_test.exs" + "tools/seamctl/src/validate.rs", + "tools/seamctl/src/graph.rs", + "tools/seamctl/src/report.rs" ], "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "MutationGap", - "sink_axis": "cpu", - "severity_value": 1.0, + "source_category": "InsecureProtocol", + "sink_axis": "network", + "severity_value": 2.5, "files": [ "services/seamstressd/test/runner_test.exs", - "services/seamstressd/test/seamstressd_test.exs", "services/seamstressd/test/e2e_test.exs" ], "frameworks": [], - "relation": "MutationGap->Cpu" + "relation": "InsecureProtocol->Network" } ] } diff --git a/scans/session-sentinel.json b/scans/session-sentinel.json index 6899c112..7d923752 100644 --- a/scans/session-sentinel.json +++ b/scans/session-sentinel.json @@ -1,7 +1,7 @@ { "schema_version": "2.5", "program_path": "session-sentinel", - "language": "affinescript", + "language": "zig", "frameworks": [], "weak_points": [ { @@ -60,8 +60,8 @@ }, "file_statistics": [ { - "file_path": "tests/validate.test.deno.js", - "lines": 485, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -70,23 +70,23 @@ "threading_constructs": 0 }, { - "file_path": "tests/validate.test.affine", - "lines": 348, + "file_path": "tests/validate.test.deno.js", + "lines": 485, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/core/config.affine", - "lines": 444, + "file_path": "tests/validate.test.affine", + "lines": 348, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 13, + "io_operations": 10, "threading_constructs": 0 }, { @@ -100,33 +100,33 @@ "threading_constructs": 0 }, { - "file_path": "src/core/config.eph", - "lines": 241, + "file_path": "src/core/health.eph", + "lines": 216, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "src/core/healer.affine", - "lines": 515, + "file_path": "src/core/providers.eph", + "lines": 252, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/core/diagnostics.eph", - "lines": 263, + "file_path": "src/core/scanner.eph", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 6, "threading_constructs": 0 }, { @@ -140,63 +140,53 @@ "threading_constructs": 0 }, { - "file_path": "src/core/providers.affine", - "lines": 562, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "src/core/monitor.eph", - "lines": 309, + "file_path": "src/core/scanner.affine", + "lines": 516, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 11, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "src/core/scanner.eph", - "lines": 183, + "file_path": "src/core/diagnostics.affine", + "lines": 571, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 20, "threading_constructs": 0 }, { - "file_path": "src/core/scanner.affine", - "lines": 516, + "file_path": "src/core/healer.affine", + "lines": 515, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/core/providers.eph", - "lines": 252, + "file_path": "src/core/diagnostics.eph", + "lines": 263, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "src/core/diagnostics.affine", - "lines": 571, + "file_path": "src/core/config.affine", + "lines": 444, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 20, + "io_operations": 13, "threading_constructs": 0 }, { @@ -210,8 +200,8 @@ "threading_constructs": 0 }, { - "file_path": "src/core/health.eph", - "lines": 216, + "file_path": "src/core/monitor.eph", + "lines": 309, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -220,34 +210,24 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/verisimdb.zig", - "lines": 160, + "file_path": "src/core/config.eph", + "lines": 241, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/dbus.zig", - "lines": 664, - "unsafe_blocks": 2, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 433, + "file_path": "src/core/providers.affine", + "lines": 562, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 3 + "io_operations": 4, + "threading_constructs": 0 }, { "file_path": "src/interface/abi/Foreign.idr", @@ -270,170 +250,190 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/interface/ffi/src/verisimdb.zig", + "lines": 160, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 + }, + { + "file_path": "src/interface/ffi/src/main.zig", + "lines": 433, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 3 + }, + { + "file_path": "src/interface/ffi/src/dbus.zig", + "lines": 664, + "unsafe_blocks": 2, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 1 } ], "recommended_attacks": [ - "network", + "concurrency", "memory", + "network", "disk", - "cpu", - "concurrency" + "cpu" ], "dependency_graph": { "edges": [ { - "from": "src/interface/abi/Foreign.idr", - "to": "src/interface/abi/Types.idr", - "relation": "shared_dir:src/interface/abi", - "weight": 1.0 - }, - { - "from": "src/core/config.affine", - "to": "src/core/healer.eph", - "relation": "shared_dir:src/core", + "from": "tests/validate.test.deno.js", + "to": "tests/validate.test.affine", + "relation": "shared_dir:tests", "weight": 1.0 }, { "from": "src/core/healer.eph", - "to": "src/core/config.eph", + "to": "src/core/health.eph", "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "src/core/config.eph", - "to": "src/core/healer.affine", + "from": "src/core/health.eph", + "to": "src/core/providers.eph", "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "src/core/healer.affine", - "to": "src/core/diagnostics.eph", + "from": "src/core/providers.eph", + "to": "src/core/scanner.eph", "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "src/core/diagnostics.eph", + "from": "src/core/scanner.eph", "to": "src/core/monitor.affine", "relation": "shared_dir:src/core", "weight": 1.0 }, { "from": "src/core/monitor.affine", - "to": "src/core/providers.affine", + "to": "src/core/scanner.affine", "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "src/core/providers.affine", - "to": "src/core/monitor.eph", + "from": "src/core/scanner.affine", + "to": "src/core/diagnostics.affine", "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "src/core/monitor.eph", - "to": "src/core/scanner.eph", + "from": "src/core/diagnostics.affine", + "to": "src/core/healer.affine", "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "src/core/scanner.eph", - "to": "src/core/scanner.affine", + "from": "src/core/healer.affine", + "to": "src/core/diagnostics.eph", "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "src/core/scanner.affine", - "to": "src/core/providers.eph", + "from": "src/core/diagnostics.eph", + "to": "src/core/config.affine", "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "src/core/providers.eph", - "to": "src/core/diagnostics.affine", + "from": "src/core/config.affine", + "to": "src/core/health.affine", "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "src/core/diagnostics.affine", - "to": "src/core/health.affine", + "from": "src/core/health.affine", + "to": "src/core/monitor.eph", "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "src/core/health.affine", - "to": "src/core/health.eph", + "from": "src/core/monitor.eph", + "to": "src/core/config.eph", "relation": "shared_dir:src/core", "weight": 1.0 }, { - "from": "tests/validate.test.deno.js", - "to": "tests/validate.test.affine", - "relation": "shared_dir:tests", + "from": "src/core/config.eph", + "to": "src/core/providers.affine", + "relation": "shared_dir:src/core", "weight": 1.0 }, { "from": "src/interface/ffi/src/verisimdb.zig", - "to": "src/interface/ffi/src/dbus.zig", + "to": "src/interface/ffi/src/main.zig", "relation": "shared_dir:src/interface/ffi/src", "weight": 1.0 }, { - "from": "src/interface/ffi/src/dbus.zig", - "to": "src/interface/ffi/src/main.zig", + "from": "src/interface/ffi/src/main.zig", + "to": "src/interface/ffi/src/dbus.zig", "relation": "shared_dir:src/interface/ffi/src", "weight": 1.0 + }, + { + "from": "src/interface/abi/Foreign.idr", + "to": "src/interface/abi/Types.idr", + "relation": "shared_dir:src/interface/abi", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "PathTraversal", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "src/interface/ffi/src/dbus.zig" + "systemd/install.sh" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "PathTraversal->Disk" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", - "severity_value": 2.5, + "source_category": "UncheckedError", + "sink_axis": "cpu", + "severity_value": 1.0, "files": [ - "src/interface/ffi/src/icons.zig" + "src/core/monitor.eph" ], "frameworks": [], - "relation": "InsecureProtocol->Network" + "relation": "UncheckedError->Cpu" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "InsecureProtocol", + "sink_axis": "network", "severity_value": 2.5, "files": [ - "systemd/install.sh" + "src/interface/ffi/src/icons.zig" ], "frameworks": [], - "relation": "PathTraversal->Disk" + "relation": "InsecureProtocol->Network" }, { - "source_category": "UncheckedError", - "sink_axis": "cpu", - "severity_value": 1.0, + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "src/core/monitor.eph" + "src/interface/ffi/src/dbus.zig" ], "frameworks": [], - "relation": "UncheckedError->Cpu" + "relation": "UnsafeCode->Memory" } ] } diff --git a/scans/smtp-notify-action.json b/scans/smtp-notify-action.json index adfe5e98..a9172edf 100644 --- a/scans/smtp-notify-action.json +++ b/scans/smtp-notify-action.json @@ -47,16 +47,6 @@ "io_operations": 1, "threading_constructs": 0 }, - { - "file_path": "src/tls/Client.zig", - "lines": 1761, - "unsafe_blocks": 0, - "panic_sites": 16, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/main.zig", "lines": 459, @@ -67,6 +57,16 @@ "io_operations": 0, "threading_constructs": 1 }, + { + "file_path": "src/tls/Client.zig", + "lines": 1761, + "unsafe_blocks": 0, + "panic_sites": 16, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "src/smtp.zig", "lines": 1230, diff --git a/scans/snapcreate.json b/scans/snapcreate.json index f89d36e6..6887be1b 100644 --- a/scans/snapcreate.json +++ b/scans/snapcreate.json @@ -15,23 +15,23 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/snifs.json b/scans/snifs.json index 1f52807a..a5a40cab 100644 --- a/scans/snifs.json +++ b/scans/snifs.json @@ -7,28 +7,16 @@ ], "weak_points": [ { - "category": "CommandInjection", - "location": "benches/snif_eval.sh", - "file": "benches/snif_eval.sh", - "severity": "Medium", - "description": "47 potentially unquoted variable expansions in benches/snif_eval.sh", + "category": "MutationGap", + "location": "demo/test/snif_demo_test.exs", + "file": "demo/test/snif_demo_test.exs", + "severity": "Low", + "description": "Elixir test file demo/test/snif_demo_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, - { - "category": "CommandInjection", - "location": "demo/bench/snif_bench.exs", - "file": "demo/bench/snif_bench.exs", - "severity": "Medium", - "description": "System command execution in demo/bench/snif_bench.exs", - "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, { "category": "MutationGap", "location": "demo/test/burble_fft_test.exs", @@ -42,25 +30,26 @@ }, { "category": "MutationGap", - "location": "demo/test/snif_demo_test.exs", - "file": "demo/test/snif_demo_test.exs", + "location": "demo/test/snif_pool_test.exs", + "file": "demo/test/snif_pool_test.exs", "severity": "Low", - "description": "Elixir test file demo/test/snif_demo_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file demo/test/snif_pool_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "demo/test/snif_pool_test.exs", - "file": "demo/test/snif_pool_test.exs", - "severity": "Low", - "description": "Elixir test file demo/test/snif_pool_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": "demo/bench/snif_bench.exs", + "file": "demo/bench/snif_bench.exs", + "severity": "Medium", + "description": "System command execution in demo/bench/snif_bench.exs", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "PathTraversal", @@ -75,28 +64,51 @@ }, { "category": "UnsafeCode", - "location": "rust/crates/snif-abi/src/lib.rs", - "file": "rust/crates/snif-abi/src/lib.rs", + "location": "rust-guest/src/lib.rs", + "file": "rust-guest/src/lib.rs", "severity": "High", - "description": "4 unsafe blocks in rust/crates/snif-abi/src/lib.rs", + "description": "4 unsafe blocks in rust-guest/src/lib.rs", "recommended_attack": [ "memory", "concurrency" ], "test_context": "production" }, + { + "category": "PanicPath", + "location": "rust-guest/src/lib.rs", + "file": "rust-guest/src/lib.rs", + "severity": "Medium", + "description": "1 panic sites and 0 unwrap/expect calls in rust-guest/src/lib.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, { "category": "UnsafeCode", - "location": "rust/crates/snif-abi/src/lib.rs", - "file": "rust/crates/snif-abi/src/lib.rs", + "location": "rust-guest/src/lib.rs", + "file": "rust-guest/src/lib.rs", "severity": "High", - "description": "Raw pointer cast in rust/crates/snif-abi/src/lib.rs", + "description": "Raw pointer cast in rust-guest/src/lib.rs", "recommended_attack": [ "memory", "concurrency" ], "test_context": "production" }, + { + "category": "CommandInjection", + "location": "benches/snif_eval.sh", + "file": "benches/snif_eval.sh", + "severity": "Medium", + "description": "47 potentially unquoted variable expansions in benches/snif_eval.sh", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, { "category": "UnsafeCode", "location": "rust/crates/demo-guest/src/lib.rs", @@ -135,34 +147,22 @@ }, { "category": "UnsafeCode", - "location": "rust-guest/src/lib.rs", - "file": "rust-guest/src/lib.rs", + "location": "rust/crates/snif-abi/src/lib.rs", + "file": "rust/crates/snif-abi/src/lib.rs", "severity": "High", - "description": "4 unsafe blocks in rust-guest/src/lib.rs", + "description": "4 unsafe blocks in rust/crates/snif-abi/src/lib.rs", "recommended_attack": [ "memory", "concurrency" ], "test_context": "production" }, - { - "category": "PanicPath", - "location": "rust-guest/src/lib.rs", - "file": "rust-guest/src/lib.rs", - "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in rust-guest/src/lib.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, { "category": "UnsafeCode", - "location": "rust-guest/src/lib.rs", - "file": "rust-guest/src/lib.rs", + "location": "rust/crates/snif-abi/src/lib.rs", + "file": "rust/crates/snif-abi/src/lib.rs", "severity": "High", - "description": "Raw pointer cast in rust-guest/src/lib.rs", + "description": "Raw pointer cast in rust/crates/snif-abi/src/lib.rs", "recommended_attack": [ "memory", "concurrency" @@ -181,28 +181,18 @@ }, "file_statistics": [ { - "file_path": "demo/bench/snif_bench.exs", - "lines": 123, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "demo/lib/snif_demo/safe_nif.ex", - "lines": 100, + "file_path": "demo/lib/snif_demo/worker.ex", + "lines": 340, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "demo/lib/snif_demo/rust_guest.ex", - "lines": 112, + "file_path": "demo/lib/snif_demo/loader.ex", + "lines": 28, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -221,8 +211,8 @@ "threading_constructs": 1 }, { - "file_path": "demo/lib/snif_demo/loader.ex", - "lines": 28, + "file_path": "demo/lib/snif_demo/safe_nif.ex", + "lines": 100, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -231,18 +221,18 @@ "threading_constructs": 0 }, { - "file_path": "demo/lib/snif_demo/worker.ex", - "lines": 340, + "file_path": "demo/lib/snif_demo/rust_guest.ex", + "lines": 112, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "verification/tools/abi_conformance.py", - "lines": 199, + "file_path": "demo/bench/snif_bench.exs", + "lines": 123, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -261,158 +251,162 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "rust/crates/snif-abi/src/lib.rs", - "lines": 64, + "file_path": "rust-guest/src/lib.rs", + "lines": 159, "unsafe_blocks": 4, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rust/crates/demo-guest/src/lib.rs", - "lines": 141, - "unsafe_blocks": 3, - "panic_sites": 2, + "file_path": "verification/tools/abi_conformance.py", + "lines": 199, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "zig/build.zig", + "lines": 52, + "unsafe_blocks": 0, + "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 304, + "file_path": "zig/src/buffer_abi.zig", + "lines": 147, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/Abi/Foreign.idr", - "lines": 83, - "unsafe_blocks": 4, - "panic_sites": 0, + "file_path": "zig/src/safe_nif.zig", + "lines": 111, + "unsafe_blocks": 0, + "panic_sites": 12, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rust-guest/src/lib.rs", - "lines": 159, - "unsafe_blocks": 4, - "panic_sites": 1, + "file_path": "rust/crates/demo-guest/src/lib.rs", + "lines": 141, + "unsafe_blocks": 3, + "panic_sites": 2, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, - "unsafe_blocks": 0, + "file_path": "rust/crates/snif-abi/src/lib.rs", + "lines": 64, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "zig/build.zig", - "lines": 52, - "unsafe_blocks": 0, - "panic_sites": 1, + "file_path": "src/interface/Abi/Foreign.idr", + "lines": 83, + "unsafe_blocks": 4, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "zig/src/safe_nif.zig", - "lines": 111, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 304, "unsafe_blocks": 0, - "panic_sites": 12, + "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "zig/src/buffer_abi.zig", - "lines": 147, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", - "memory", "disk", + "memory", + "cpu", "concurrency" ], "dependency_graph": { "edges": [ { - "from": "zig/src/safe_nif.zig", - "to": "zig/src/buffer_abi.zig", + "from": "zig/src/buffer_abi.zig", + "to": "zig/src/safe_nif.zig", "relation": "shared_dir:zig/src", "weight": 1.0 }, { - "from": "demo/lib/snif_demo/safe_nif.ex", - "to": "demo/lib/snif_demo/rust_guest.ex", + "from": "demo/lib/snif_demo/worker.ex", + "to": "demo/lib/snif_demo/loader.ex", "relation": "shared_dir:demo/lib/snif_demo", "weight": 1.0 }, { - "from": "demo/lib/snif_demo/rust_guest.ex", + "from": "demo/lib/snif_demo/loader.ex", "to": "demo/lib/snif_demo/pool.ex", "relation": "shared_dir:demo/lib/snif_demo", "weight": 1.0 }, { "from": "demo/lib/snif_demo/pool.ex", - "to": "demo/lib/snif_demo/loader.ex", + "to": "demo/lib/snif_demo/safe_nif.ex", "relation": "shared_dir:demo/lib/snif_demo", "weight": 1.0 }, { - "from": "demo/lib/snif_demo/loader.ex", - "to": "demo/lib/snif_demo/worker.ex", + "from": "demo/lib/snif_demo/safe_nif.ex", + "to": "demo/lib/snif_demo/rust_guest.ex", "relation": "shared_dir:demo/lib/snif_demo", "weight": 1.0 }, { - "from": "demo/bench/snif_bench.exs", - "to": "OTP", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "demo/lib/snif_demo/safe_nif.ex", + "from": "demo/lib/snif_demo/worker.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "demo/lib/snif_demo/rust_guest.ex", + "from": "demo/lib/snif_demo/loader.ex", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -424,19 +418,19 @@ "weight": 2.0 }, { - "from": "demo/lib/snif_demo/loader.ex", + "from": "demo/lib/snif_demo/safe_nif.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "demo/lib/snif_demo/worker.ex", + "from": "demo/lib/snif_demo/rust_guest.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "verification/tools/abi_conformance.py", + "from": "demo/bench/snif_bench.exs", "to": "OTP", "relation": "framework", "weight": 1.0 @@ -448,150 +442,155 @@ "weight": 1.0 }, { - "from": "setup.sh", + "from": "session/dispatch.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "rust/crates/snif-abi/src/lib.rs", + "from": "rust-guest/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 12.0 + "weight": 14.0 }, { - "from": "rust/crates/demo-guest/src/lib.rs", + "from": "verification/tools/abi_conformance.py", "to": "OTP", "relation": "framework", - "weight": 13.0 + "weight": 1.0 }, { - "from": "src/interface/ffi/src/main.zig", + "from": "zig/build.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/interface/Abi/Foreign.idr", + "from": "zig/src/buffer_abi.zig", "to": "OTP", "relation": "framework", - "weight": 12.0 + "weight": 2.0 }, { - "from": "rust-guest/src/lib.rs", + "from": "zig/src/safe_nif.zig", "to": "OTP", "relation": "framework", - "weight": 14.0 + "weight": 24.0 }, { - "from": "session/dispatch.sh", + "from": "rust/crates/demo-guest/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 13.0 }, { - "from": "zig/build.zig", + "from": "rust/crates/snif-abi/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 12.0 }, { - "from": "zig/src/safe_nif.zig", + "from": "src/interface/Abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 24.0 + "weight": 12.0 }, { - "from": "zig/src/buffer_abi.zig", + "from": "src/interface/ffi/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 + }, + { + "from": "setup.sh", + "to": "OTP", + "relation": "framework", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "CommandInjection", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "benches/snif_eval.sh", - "demo/bench/snif_bench.exs" + "rust-guest/src/lib.rs", + "rust/crates/demo-guest/src/lib.rs" ], "frameworks": [ "OTP" ], - "relation": "CommandInjection->Cpu" + "relation": "PanicPath->Memory" }, { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", - "severity_value": 3.5, + "source_category": "MutationGap", + "sink_axis": "cpu", + "severity_value": 1.0, "files": [ - "rust/crates/snif-abi/src/lib.rs", - "rust/crates/snif-abi/src/lib.rs", - "rust/crates/demo-guest/src/lib.rs", - "rust/crates/demo-guest/src/lib.rs", - "rust-guest/src/lib.rs", - "rust-guest/src/lib.rs" + "demo/test/snif_demo_test.exs", + "demo/test/burble_fft_test.exs", + "demo/test/snif_pool_test.exs" ], "frameworks": [ "OTP" ], - "relation": "UnsafeCode->Concurrency" + "relation": "MutationGap->Cpu" }, { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "CommandInjection", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "rust/crates/demo-guest/src/lib.rs", - "rust-guest/src/lib.rs" + "demo/bench/snif_bench.exs" ], "frameworks": [ "OTP" ], - "relation": "PanicPath->Memory" + "relation": "CommandInjection->Disk" }, { - "source_category": "MutationGap", - "sink_axis": "cpu", - "severity_value": 1.0, + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "demo/test/burble_fft_test.exs", - "demo/test/snif_demo_test.exs", - "demo/test/snif_pool_test.exs" + "rust-guest/src/lib.rs", + "rust-guest/src/lib.rs", + "rust/crates/demo-guest/src/lib.rs", + "rust/crates/demo-guest/src/lib.rs", + "rust/crates/snif-abi/src/lib.rs", + "rust/crates/snif-abi/src/lib.rs" ], "frameworks": [ "OTP" ], - "relation": "MutationGap->Cpu" + "relation": "UnsafeCode->Memory" }, { "source_category": "UnsafeCode", - "sink_axis": "memory", + "sink_axis": "concurrency", "severity_value": 3.5, "files": [ - "rust/crates/snif-abi/src/lib.rs", - "rust/crates/snif-abi/src/lib.rs", + "rust-guest/src/lib.rs", + "rust-guest/src/lib.rs", "rust/crates/demo-guest/src/lib.rs", "rust/crates/demo-guest/src/lib.rs", - "rust-guest/src/lib.rs", - "rust-guest/src/lib.rs" + "rust/crates/snif-abi/src/lib.rs", + "rust/crates/snif-abi/src/lib.rs" ], "frameworks": [ "OTP" ], - "relation": "UnsafeCode->Memory" + "relation": "UnsafeCode->Concurrency" }, { "source_category": "PanicPath", "sink_axis": "disk", "severity_value": 2.5, "files": [ - "rust/crates/demo-guest/src/lib.rs", - "rust-guest/src/lib.rs" + "rust-guest/src/lib.rs", + "rust/crates/demo-guest/src/lib.rs" ], "frameworks": [ "OTP" @@ -599,28 +598,29 @@ "relation": "PanicPath->Disk" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "CommandInjection", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "tests/e2e.sh" + "demo/bench/snif_bench.exs", + "benches/snif_eval.sh" ], "frameworks": [ "OTP" ], - "relation": "PathTraversal->Disk" + "relation": "CommandInjection->Cpu" }, { - "source_category": "CommandInjection", + "source_category": "PathTraversal", "sink_axis": "disk", "severity_value": 2.5, "files": [ - "demo/bench/snif_bench.exs" + "tests/e2e.sh" ], "frameworks": [ "OTP" ], - "relation": "CommandInjection->Disk" + "relation": "PathTraversal->Disk" } ] } diff --git a/scans/social-media-polygraph.json b/scans/social-media-polygraph.json index 90f29798..94f585b3 100644 --- a/scans/social-media-polygraph.json +++ b/scans/social-media-polygraph.json @@ -8,10 +8,10 @@ "weak_points": [ { "category": "DynamicCodeExecution", - "location": "browser-extension/src/content.js", - "file": "browser-extension/src/content.js", + "location": "browser-extension/src/popup.js", + "file": "browser-extension/src/popup.js", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in browser-extension/src/content.js", + "description": "DOM manipulation (innerHTML/document.write) in browser-extension/src/popup.js", "recommended_attack": [ "memory", "network" @@ -20,10 +20,10 @@ }, { "category": "DynamicCodeExecution", - "location": "browser-extension/src/popup.js", - "file": "browser-extension/src/popup.js", + "location": "browser-extension/src/content.js", + "file": "browser-extension/src/content.js", "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in browser-extension/src/popup.js", + "description": "DOM manipulation (innerHTML/document.write) in browser-extension/src/content.js", "recommended_attack": [ "memory", "network" @@ -41,6 +41,17 @@ "threading_constructs": 2 }, "file_statistics": [ + { + "file_path": "backend/src/services/fact_check_apis.rs", + "lines": 172, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "elixir/lib/polygraph/verisimdb.ex", "lines": 322, @@ -61,17 +72,6 @@ "io_operations": 0, "threading_constructs": 1 }, - { - "file_path": "backend/src/services/fact_check_apis.rs", - "lines": 172, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "browser-extension/src/background.js", "lines": 130, @@ -86,28 +86,28 @@ "recommended_attacks": [ "disk", "cpu", - "network", - "memory" + "memory", + "network" ], "dependency_graph": { "edges": [ { - "from": "elixir/lib/polygraph/verisimdb.ex", + "from": "backend/src/services/fact_check_apis.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "elixir/lib/polygraph/crdt/claim_store.ex", + "from": "elixir/lib/polygraph/verisimdb.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "backend/src/services/fact_check_apis.rs", + "from": "elixir/lib/polygraph/crdt/claim_store.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { "from": "browser-extension/src/background.js", @@ -124,8 +124,8 @@ "sink_axis": "memory", "severity_value": 3.5, "files": [ - "browser-extension/src/content.js", - "browser-extension/src/popup.js" + "browser-extension/src/popup.js", + "browser-extension/src/content.js" ], "frameworks": [ "OTP" @@ -137,8 +137,8 @@ "sink_axis": "network", "severity_value": 3.5, "files": [ - "browser-extension/src/content.js", - "browser-extension/src/popup.js" + "browser-extension/src/popup.js", + "browser-extension/src/content.js" ], "frameworks": [ "OTP" diff --git a/scans/social-media-tools.json b/scans/social-media-tools.json index a3dda8fe..4d9753d6 100644 --- a/scans/social-media-tools.json +++ b/scans/social-media-tools.json @@ -3,50 +3,50 @@ "program_path": "social-media-tools", "language": "rust", "frameworks": [ - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], "weak_points": [ { - "category": "HardcodedSecret", - "location": "dipstick/tools/autoconfig/smtp_autoconfig.py", - "file": "dipstick/tools/autoconfig/smtp_autoconfig.py", - "severity": "Critical", - "description": "Possible hardcoded secret in dipstick/tools/autoconfig/smtp_autoconfig.py", + "category": "PanicPath", + "location": "dipstick/services/collector/src/main.rs", + "file": "dipstick/services/collector/src/main.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in dipstick/services/collector/src/main.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "dipstick/services/analyzer-rescript/wasm/src/lib.rs", - "file": "dipstick/services/analyzer-rescript/wasm/src/lib.rs", + "category": "InsecureProtocol", + "location": "dipstick/services/gateway-rescript/src/Gateway.res", + "file": "dipstick/services/gateway-rescript/src/Gateway.res", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in dipstick/services/analyzer-rescript/wasm/src/lib.rs", + "description": "5 HTTP (non-HTTPS) URLs in dipstick/services/gateway-rescript/src/Gateway.res", "recommended_attack": [ - "memory", - "disk" + "network" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "dipstick/services/analyzer-rescript/src/Main.affine", - "file": "dipstick/services/analyzer-rescript/src/Main.affine", + "category": "InsecureProtocol", + "location": "dipstick/services/gateway-rescript/src/Gateway.affine", + "file": "dipstick/services/gateway-rescript/src/Gateway.affine", "severity": "Medium", - "description": "4 FFI/external bindings in dipstick/services/analyzer-rescript/src/Main.affine", + "description": "5 HTTP (non-HTTPS) URLs in dipstick/services/gateway-rescript/src/Gateway.affine", "recommended_attack": [ - "memory" + "network" ], "test_context": "production" }, { "category": "PanicPath", - "location": "dipstick/services/collector/src/main.rs", - "file": "dipstick/services/collector/src/main.rs", + "location": "dipstick/services/analyzer-rescript/wasm/src/lib.rs", + "file": "dipstick/services/analyzer-rescript/wasm/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in dipstick/services/collector/src/main.rs", + "description": "0 panic sites and 1 unwrap/expect calls in dipstick/services/analyzer-rescript/wasm/src/lib.rs", "recommended_attack": [ "memory", "disk" @@ -55,32 +55,32 @@ }, { "category": "UnsafeFFI", - "location": "dipstick/services/pestle-observatory/src/observatory.affine", - "file": "dipstick/services/pestle-observatory/src/observatory.affine", + "location": "dipstick/services/analyzer-rescript/src/Main.affine", + "file": "dipstick/services/analyzer-rescript/src/Main.affine", "severity": "Medium", - "description": "4 FFI/external bindings in dipstick/services/pestle-observatory/src/observatory.affine", + "description": "4 FFI/external bindings in dipstick/services/analyzer-rescript/src/Main.affine", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "dipstick/services/gateway-rescript/src/Gateway.affine", - "file": "dipstick/services/gateway-rescript/src/Gateway.affine", + "category": "UnsafeFFI", + "location": "dipstick/services/pestle-observatory/src/observatory.affine", + "file": "dipstick/services/pestle-observatory/src/observatory.affine", "severity": "Medium", - "description": "5 HTTP (non-HTTPS) URLs in dipstick/services/gateway-rescript/src/Gateway.affine", + "description": "4 FFI/external bindings in dipstick/services/pestle-observatory/src/observatory.affine", "recommended_attack": [ - "network" + "memory" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "dipstick/services/gateway-rescript/src/Gateway.res", - "file": "dipstick/services/gateway-rescript/src/Gateway.res", - "severity": "Medium", - "description": "5 HTTP (non-HTTPS) URLs in dipstick/services/gateway-rescript/src/Gateway.res", + "category": "HardcodedSecret", + "location": "dipstick/tools/autoconfig/smtp_autoconfig.py", + "file": "dipstick/tools/autoconfig/smtp_autoconfig.py", + "severity": "Critical", + "description": "Possible hardcoded secret in dipstick/tools/autoconfig/smtp_autoconfig.py", "recommended_attack": [ "network" ], @@ -97,6 +97,17 @@ "threading_constructs": 7 }, "file_statistics": [ + { + "file_path": "polygraph/backend/src/services/fact_check_apis.rs", + "lines": 172, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "polygraph/elixir/lib/polygraph/verisimdb.ex", "lines": 322, @@ -117,17 +128,6 @@ "io_operations": 0, "threading_constructs": 1 }, - { - "file_path": "polygraph/backend/src/services/fact_check_apis.rs", - "lines": 172, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "polygraph/browser-extension/src/background.js", "lines": 130, @@ -149,45 +149,25 @@ "threading_constructs": 0 }, { - "file_path": "dipstick/tools/cli/migrate.sh", - "lines": 66, + "file_path": "dipstick/services/collector/tests/reflexive_tests.rs", + "lines": 271, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "dipstick/tools/cli/rollback.sh", - "lines": 23, + "file_path": "dipstick/services/collector/tests/contract_tests.rs", + "lines": 359, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "dipstick/services/analyzer-rescript/wasm/src/lib.rs", - "lines": 149, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 0, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "dipstick/services/analyzer-rescript/src/Main.affine", - "lines": 174, - "unsafe_blocks": 4, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, { "file_path": "dipstick/services/collector/tests/aspect_tests.rs", "lines": 246, @@ -199,24 +179,14 @@ "threading_constructs": 1 }, { - "file_path": "dipstick/services/collector/tests/reflexive_tests.rs", - "lines": 271, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "dipstick/services/collector/tests/contract_tests.rs", - "lines": 359, + "file_path": "dipstick/services/collector/src/lib.rs", + "lines": 25, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { "file_path": "dipstick/services/collector/src/scheduler.rs", @@ -240,30 +210,40 @@ "threading_constructs": 1 }, { - "file_path": "dipstick/services/collector/src/lib.rs", - "lines": 25, + "file_path": "dipstick/services/collector/src/platforms.rs", + "lines": 135, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "dipstick/services/collector/src/platforms.rs", - "lines": 135, + "file_path": "dipstick/services/tui-ada/src/nuj_tui.adb", + "lines": 329, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 2, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "dipstick/services/pestle-observatory/src/observatory.affine", - "lines": 405, - "unsafe_blocks": 4, + "file_path": "dipstick/services/scraper-julia/src/NUJScraper.jl", + "lines": 322, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 2 + }, + { + "file_path": "dipstick/services/gateway-rescript/src/Gateway.affine", + "lines": 215, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -271,19 +251,29 @@ "threading_constructs": 0 }, { - "file_path": "dipstick/services/tui-ada/src/nuj_tui.adb", - "lines": 329, + "file_path": "dipstick/services/analyzer-rescript/wasm/src/lib.rs", + "lines": 149, "unsafe_blocks": 0, "panic_sites": 0, + "unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "dipstick/services/analyzer-rescript/src/Main.affine", + "lines": 174, + "unsafe_blocks": 4, + "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "dipstick/services/gateway-rescript/src/Gateway.affine", - "lines": 215, - "unsafe_blocks": 1, + "file_path": "dipstick/services/pestle-observatory/src/observatory.affine", + "lines": 405, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -301,45 +291,61 @@ "threading_constructs": 0 }, { - "file_path": "dipstick/services/scraper-julia/src/NUJScraper.jl", - "lines": 322, + "file_path": "dipstick/services/agent-swarm/src/swarm.affine", + "lines": 229, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 2, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "dipstick/services/agent-swarm/src/swarm.affine", - "lines": 229, + "file_path": "dipstick/tools/cli/migrate.sh", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "dipstick/tools/cli/rollback.sh", + "lines": 23, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 } ], "recommended_attacks": [ - "concurrency", - "cpu", "memory", - "network", - "disk" + "cpu", + "concurrency", + "disk", + "network" ], "dependency_graph": { "edges": [ { - "from": "dipstick/services/collector/tests/aspect_tests.rs", - "to": "dipstick/services/collector/tests/reflexive_tests.rs", - "relation": "shared_dir:dipstick/services/collector/tests", + "from": "dipstick/services/collector/src/lib.rs", + "to": "dipstick/services/collector/src/scheduler.rs", + "relation": "shared_dir:dipstick/services/collector/src", "weight": 1.0 }, { - "from": "dipstick/services/collector/tests/reflexive_tests.rs", - "to": "dipstick/services/collector/tests/contract_tests.rs", - "relation": "shared_dir:dipstick/services/collector/tests", + "from": "dipstick/services/collector/src/scheduler.rs", + "to": "dipstick/services/collector/src/main.rs", + "relation": "shared_dir:dipstick/services/collector/src", + "weight": 1.0 + }, + { + "from": "dipstick/services/collector/src/main.rs", + "to": "dipstick/services/collector/src/platforms.rs", + "relation": "shared_dir:dipstick/services/collector/src", "weight": 1.0 }, { @@ -349,28 +355,28 @@ "weight": 1.0 }, { - "from": "dipstick/services/collector/src/scheduler.rs", - "to": "dipstick/services/collector/src/main.rs", - "relation": "shared_dir:dipstick/services/collector/src", + "from": "dipstick/services/collector/tests/reflexive_tests.rs", + "to": "dipstick/services/collector/tests/contract_tests.rs", + "relation": "shared_dir:dipstick/services/collector/tests", "weight": 1.0 }, { - "from": "dipstick/services/collector/src/main.rs", - "to": "dipstick/services/collector/src/lib.rs", - "relation": "shared_dir:dipstick/services/collector/src", + "from": "dipstick/services/collector/tests/contract_tests.rs", + "to": "dipstick/services/collector/tests/aspect_tests.rs", + "relation": "shared_dir:dipstick/services/collector/tests", "weight": 1.0 }, { - "from": "dipstick/services/collector/src/lib.rs", - "to": "dipstick/services/collector/src/platforms.rs", - "relation": "shared_dir:dipstick/services/collector/src", + "from": "polygraph/backend/src/services/fact_check_apis.rs", + "to": "Phoenix", + "relation": "framework", "weight": 1.0 }, { - "from": "polygraph/elixir/lib/polygraph/verisimdb.ex", + "from": "polygraph/backend/src/services/fact_check_apis.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { "from": "polygraph/elixir/lib/polygraph/verisimdb.ex", @@ -379,7 +385,7 @@ "weight": 2.0 }, { - "from": "polygraph/elixir/lib/polygraph/crdt/claim_store.ex", + "from": "polygraph/elixir/lib/polygraph/verisimdb.ex", "to": "OTP", "relation": "framework", "weight": 2.0 @@ -391,13 +397,13 @@ "weight": 2.0 }, { - "from": "polygraph/backend/src/services/fact_check_apis.rs", + "from": "polygraph/elixir/lib/polygraph/crdt/claim_store.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "polygraph/backend/src/services/fact_check_apis.rs", + "from": "polygraph/browser-extension/src/background.js", "to": "Phoenix", "relation": "framework", "weight": 1.0 @@ -409,7 +415,7 @@ "weight": 1.0 }, { - "from": "polygraph/browser-extension/src/background.js", + "from": "setup.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 @@ -421,145 +427,145 @@ "weight": 1.0 }, { - "from": "setup.sh", + "from": "dipstick/services/collector/tests/reflexive_tests.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "dipstick/tools/cli/migrate.sh", + "from": "dipstick/services/collector/tests/reflexive_tests.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "dipstick/tools/cli/migrate.sh", + "from": "dipstick/services/collector/tests/contract_tests.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "dipstick/tools/cli/rollback.sh", + "from": "dipstick/services/collector/tests/contract_tests.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "dipstick/tools/cli/rollback.sh", + "from": "dipstick/services/collector/tests/aspect_tests.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "dipstick/services/analyzer-rescript/wasm/src/lib.rs", + "from": "dipstick/services/collector/tests/aspect_tests.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "dipstick/services/analyzer-rescript/wasm/src/lib.rs", + "from": "dipstick/services/collector/src/lib.rs", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "dipstick/services/analyzer-rescript/src/Main.affine", + "from": "dipstick/services/collector/src/lib.rs", "to": "OTP", "relation": "framework", - "weight": 12.0 + "weight": 2.0 }, { - "from": "dipstick/services/analyzer-rescript/src/Main.affine", + "from": "dipstick/services/collector/src/scheduler.rs", "to": "Phoenix", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "dipstick/services/collector/tests/aspect_tests.rs", + "from": "dipstick/services/collector/src/scheduler.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "dipstick/services/collector/tests/aspect_tests.rs", + "from": "dipstick/services/collector/src/main.rs", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "dipstick/services/collector/tests/reflexive_tests.rs", + "from": "dipstick/services/collector/src/main.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "dipstick/services/collector/tests/reflexive_tests.rs", + "from": "dipstick/services/collector/src/platforms.rs", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "dipstick/services/collector/tests/contract_tests.rs", + "from": "dipstick/services/collector/src/platforms.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "dipstick/services/collector/tests/contract_tests.rs", + "from": "dipstick/services/tui-ada/src/nuj_tui.adb", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "dipstick/services/collector/src/scheduler.rs", + "from": "dipstick/services/tui-ada/src/nuj_tui.adb", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "dipstick/services/collector/src/scheduler.rs", + "from": "dipstick/services/scraper-julia/src/NUJScraper.jl", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "dipstick/services/collector/src/main.rs", + "from": "dipstick/services/scraper-julia/src/NUJScraper.jl", "to": "OTP", "relation": "framework", "weight": 4.0 }, { - "from": "dipstick/services/collector/src/main.rs", + "from": "dipstick/services/gateway-rescript/src/Gateway.affine", "to": "Phoenix", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "dipstick/services/collector/src/lib.rs", + "from": "dipstick/services/gateway-rescript/src/Gateway.affine", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 3.0 }, { - "from": "dipstick/services/collector/src/lib.rs", + "from": "dipstick/services/analyzer-rescript/wasm/src/lib.rs", "to": "Phoenix", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "dipstick/services/collector/src/platforms.rs", + "from": "dipstick/services/analyzer-rescript/wasm/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "dipstick/services/collector/src/platforms.rs", + "from": "dipstick/services/analyzer-rescript/src/Main.affine", "to": "Phoenix", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": "dipstick/services/pestle-observatory/src/observatory.affine", + "from": "dipstick/services/analyzer-rescript/src/Main.affine", "to": "OTP", "relation": "framework", "weight": 12.0 @@ -571,62 +577,56 @@ "weight": 12.0 }, { - "from": "dipstick/services/tui-ada/src/nuj_tui.adb", + "from": "dipstick/services/pestle-observatory/src/observatory.affine", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": "dipstick/services/tui-ada/src/nuj_tui.adb", + "from": "dipstick/services/publisher-deno/src/publisher.affine", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "dipstick/services/gateway-rescript/src/Gateway.affine", + "from": "dipstick/services/publisher-deno/src/publisher.affine", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "dipstick/services/gateway-rescript/src/Gateway.affine", + "from": "dipstick/services/agent-swarm/src/swarm.affine", "to": "Phoenix", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "dipstick/services/publisher-deno/src/publisher.affine", + "from": "dipstick/services/agent-swarm/src/swarm.affine", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "dipstick/services/publisher-deno/src/publisher.affine", + "from": "dipstick/tools/cli/migrate.sh", "to": "Phoenix", "relation": "framework", "weight": 1.0 }, { - "from": "dipstick/services/scraper-julia/src/NUJScraper.jl", + "from": "dipstick/tools/cli/migrate.sh", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "dipstick/services/scraper-julia/src/NUJScraper.jl", + "from": "dipstick/tools/cli/rollback.sh", "to": "Phoenix", "relation": "framework", - "weight": 4.0 - }, - { - "from": "dipstick/services/agent-swarm/src/swarm.affine", - "to": "OTP", - "relation": "framework", "weight": 1.0 }, { - "from": "dipstick/services/agent-swarm/src/swarm.affine", - "to": "Phoenix", + "from": "dipstick/tools/cli/rollback.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 } @@ -642,8 +642,8 @@ "dipstick/tools/autoconfig/smtp_autoconfig.py" ], "frameworks": [ - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], "relation": "HardcodedSecret->Network" }, @@ -652,12 +652,12 @@ "sink_axis": "memory", "severity_value": 2.5, "files": [ - "dipstick/services/analyzer-rescript/wasm/src/lib.rs", - "dipstick/services/collector/src/main.rs" + "dipstick/services/collector/src/main.rs", + "dipstick/services/analyzer-rescript/wasm/src/lib.rs" ], "frameworks": [ - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], "relation": "PanicPath->Memory" }, @@ -666,12 +666,12 @@ "sink_axis": "disk", "severity_value": 2.5, "files": [ - "dipstick/services/analyzer-rescript/wasm/src/lib.rs", - "dipstick/services/collector/src/main.rs" + "dipstick/services/collector/src/main.rs", + "dipstick/services/analyzer-rescript/wasm/src/lib.rs" ], "frameworks": [ - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], "relation": "PanicPath->Disk" }, @@ -680,12 +680,12 @@ "sink_axis": "network", "severity_value": 2.5, "files": [ - "dipstick/services/gateway-rescript/src/Gateway.affine", - "dipstick/services/gateway-rescript/src/Gateway.res" + "dipstick/services/gateway-rescript/src/Gateway.res", + "dipstick/services/gateway-rescript/src/Gateway.affine" ], "frameworks": [ - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], "relation": "InsecureProtocol->Network" }, @@ -698,8 +698,8 @@ "dipstick/services/pestle-observatory/src/observatory.affine" ], "frameworks": [ - "OTP", - "Phoenix" + "Phoenix", + "OTP" ], "relation": "UnsafeFFI->Memory" } diff --git a/scans/somethings-fishy.json b/scans/somethings-fishy.json index b60e1784..b875837d 100644 --- a/scans/somethings-fishy.json +++ b/scans/somethings-fishy.json @@ -84,13 +84,23 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, + "file_path": "tests/e2e.sh", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "session/dispatch.sh", + "lines": 137, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -103,6 +113,16 @@ "io_operations": 1, "threading_constructs": 0 }, + { + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 8, + "threading_constructs": 0 + }, { "file_path": "safety_kernel/src/robofishy_write_guard.adb", "lines": 67, @@ -134,23 +154,13 @@ "threading_constructs": 0 }, { - "file_path": "tests/e2e.sh", - "lines": 173, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "setup.sh", - "lines": 278, + "file_path": "schemas/feature_vector.ncl", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { @@ -164,14 +174,13 @@ "threading_constructs": 3 }, { - "file_path": "src/scanners/agent_files.rs", - "lines": 290, + "file_path": "src/report.rs", + "lines": 163, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { @@ -195,6 +204,17 @@ "io_operations": 2, "threading_constructs": 0 }, + { + "file_path": "src/scanners/agent_files.rs", + "lines": 290, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, { "file_path": "src/scanners/banned_patterns.rs", "lines": 329, @@ -217,26 +237,6 @@ "io_operations": 2, "threading_constructs": 0 }, - { - "file_path": "src/report.rs", - "lines": 163, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/interface/Abi/Foreign.idr", "lines": 83, @@ -248,31 +248,31 @@ "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "schemas/feature_vector.ncl", - "lines": 182, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", "concurrency", - "disk", - "cpu" + "cpu", + "memory", + "disk" ], "dependency_graph": { "edges": [ @@ -283,21 +283,27 @@ "weight": 1.0 }, { - "from": "src/safe_io.rs", - "to": "src/scene.rs", - "relation": "shared_dir:src", + "from": "safety_kernel/src/robofishy_write_guard.adb", + "to": "safety_kernel/src/robofishy_io.adb", + "relation": "shared_dir:safety_kernel/src", "weight": 1.0 }, { - "from": "src/scene.rs", + "from": "safety_kernel/src/robofishy_io.adb", + "to": "safety_kernel/src/robofishy_c_api.adb", + "relation": "shared_dir:safety_kernel/src", + "weight": 1.0 + }, + { + "from": "src/safe_io.rs", "to": "src/report.rs", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/scanners/agent_files.rs", - "to": "src/scanners/commit_trailers.rs", - "relation": "shared_dir:src/scanners", + "from": "src/report.rs", + "to": "src/scene.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { @@ -308,20 +314,14 @@ }, { "from": "src/scanners/panic_attack.rs", - "to": "src/scanners/banned_patterns.rs", + "to": "src/scanners/agent_files.rs", "relation": "shared_dir:src/scanners", "weight": 1.0 }, { - "from": "safety_kernel/src/robofishy_write_guard.adb", - "to": "safety_kernel/src/robofishy_io.adb", - "relation": "shared_dir:safety_kernel/src", - "weight": 1.0 - }, - { - "from": "safety_kernel/src/robofishy_io.adb", - "to": "safety_kernel/src/robofishy_c_api.adb", - "relation": "shared_dir:safety_kernel/src", + "from": "src/scanners/agent_files.rs", + "to": "src/scanners/banned_patterns.rs", + "relation": "shared_dir:src/scanners", "weight": 1.0 } ] @@ -341,14 +341,14 @@ }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ "src/scanners/commit_trailers.rs", "src/scanners/banned_patterns.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" }, { "source_category": "UnsafeCode", @@ -364,14 +364,14 @@ }, { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/scanners/commit_trailers.rs", "src/scanners/banned_patterns.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "PanicPath->Memory" } ] } diff --git a/scans/squeakwell.json b/scans/squeakwell.json index ecf01047..5c9e9030 100644 --- a/scans/squeakwell.json +++ b/scans/squeakwell.json @@ -37,13 +37,23 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "src/engine/mod.rs", + "lines": 167, + "unsafe_blocks": 0, + "panic_sites": 1, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { @@ -66,16 +76,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/engine/mod.rs", - "lines": 167, - "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/ingest/mod.rs", "lines": 47, @@ -87,20 +87,20 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", "disk", - "memory" + "memory", + "cpu" ], "dependency_graph": { "edges": [] diff --git a/scans/ssg-collection.json b/scans/ssg-collection.json index 666f7004..180e41d2 100644 --- a/scans/ssg-collection.json +++ b/scans/ssg-collection.json @@ -5,40 +5,62 @@ "frameworks": [], "weak_points": [ { - "category": "DynamicCodeExecution", - "location": "variants/saur/tests/security_test.js", - "file": "variants/saur/tests/security_test.js", - "severity": "Critical", - "description": "eval() usage in variants/saur/tests/security_test.js", + "category": "UnsafeCode", + "location": "implementations/wokelang/ffi/zig/src/main.zig", + "file": "implementations/wokelang/ffi/zig/src/main.zig", + "severity": "High", + "description": "5 unsafe pointer casts in implementations/wokelang/ffi/zig/src/main.zig", "recommended_attack": [ - "cpu", "memory" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "variants/macrauchenia/tests/security/validation_test.js", - "file": "variants/macrauchenia/tests/security/validation_test.js", - "severity": "Critical", - "description": "eval() usage in variants/macrauchenia/tests/security/validation_test.js", + "category": "PanicPath", + "location": "implementations/wokelang/src/builder.rs", + "file": "implementations/wokelang/src/builder.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in implementations/wokelang/src/builder.rs", "recommended_attack": [ - "cpu", - "memory" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "variants/labnote/tests/adapter_test.js", - "file": "variants/labnote/tests/adapter_test.js", - "severity": "Critical", - "description": "eval() usage in variants/labnote/tests/adapter_test.js", + "category": "UnboundedAllocation", + "location": "implementations/wokelang/src/content.rs", + "file": "implementations/wokelang/src/content.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in implementations/wokelang/src/content.rs", "recommended_attack": [ - "cpu", - "memory" + "memory", + "cpu" ], - "test_context": "test_only" + "test_context": "production" + }, + { + "category": "InsecureProtocol", + "location": "implementations/wokelang/src/sitemap.rs", + "file": "implementations/wokelang/src/sitemap.rs", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in implementations/wokelang/src/sitemap.rs", + "recommended_attack": [ + "network" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "implementations/wokelang/src/config.rs", + "file": "implementations/wokelang/src/config.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in implementations/wokelang/src/config.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" }, { "category": "CryptoMisuse", @@ -76,62 +98,40 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "implementations/wokelang/src/config.rs", - "file": "implementations/wokelang/src/config.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in implementations/wokelang/src/config.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "InsecureProtocol", - "location": "implementations/wokelang/src/sitemap.rs", - "file": "implementations/wokelang/src/sitemap.rs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in implementations/wokelang/src/sitemap.rs", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "implementations/wokelang/src/builder.rs", - "file": "implementations/wokelang/src/builder.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in implementations/wokelang/src/builder.rs", + "category": "DynamicCodeExecution", + "location": "variants/saur/tests/security_test.js", + "file": "variants/saur/tests/security_test.js", + "severity": "Critical", + "description": "eval() usage in variants/saur/tests/security_test.js", "recommended_attack": [ - "memory", - "disk" + "cpu", + "memory" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "implementations/wokelang/src/content.rs", - "file": "implementations/wokelang/src/content.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in implementations/wokelang/src/content.rs", + "category": "DynamicCodeExecution", + "location": "variants/macrauchenia/tests/security/validation_test.js", + "file": "variants/macrauchenia/tests/security/validation_test.js", + "severity": "Critical", + "description": "eval() usage in variants/macrauchenia/tests/security/validation_test.js", "recommended_attack": [ - "memory", - "cpu" + "cpu", + "memory" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnsafeCode", - "location": "implementations/wokelang/ffi/zig/src/main.zig", - "file": "implementations/wokelang/ffi/zig/src/main.zig", - "severity": "High", - "description": "5 unsafe pointer casts in implementations/wokelang/ffi/zig/src/main.zig", + "category": "DynamicCodeExecution", + "location": "variants/labnote/tests/adapter_test.js", + "file": "variants/labnote/tests/adapter_test.js", + "severity": "Critical", + "description": "eval() usage in variants/labnote/tests/adapter_test.js", "recommended_attack": [ + "cpu", "memory" ], - "test_context": "production" + "test_context": "test_only" } ], "statistics": { @@ -145,27 +145,17 @@ }, "file_statistics": [ { - "file_path": "stubs/terrapin/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "implementations/wokelang/scripts/build.sh", + "lines": 76, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "stubs/terrapin/ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "stubs/vindaloo/ffi/zig/test/integration_test.zig", + "file_path": "implementations/wokelang/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -175,9 +165,9 @@ "threading_constructs": 2 }, { - "file_path": "stubs/vindaloo/ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, + "file_path": "implementations/wokelang/ffi/zig/src/main.zig", + "lines": 339, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 1, @@ -185,98 +175,91 @@ "threading_constructs": 0 }, { - "file_path": "stubs/tripos/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "implementations/wokelang/src/builder.rs", + "lines": 170, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "stubs/tripos/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "implementations/wokelang/src/feeds.rs", + "lines": 94, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "stubs/iota/scripts/check-language-policy.js", - "lines": 122, + "file_path": "implementations/wokelang/src/content.rs", + "lines": 150, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 8, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "stubs/cloudanvil/scripts/check-language-policy.js", - "lines": 122, - "unsafe_blocks": 0, + "file_path": "implementations/wokelang/src/abi/Foreign.idr", + "lines": 219, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "stubs/cloudanvil/ffi/zig/test/integration_test.zig", - "lines": 183, - "unsafe_blocks": 0, + "file_path": "implementations/wokelang/src/abi/Types.idr", + "lines": 265, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "stubs/cloudanvil/ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "stubs/cloudanvil/engine/src/spark/anvil_engine.adb", - "lines": 77, + "file_path": "implementations/wokelang/src/sitemap.rs", + "lines": 70, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "stubs/cloudanvil/engine/src/standard/anvil_standard.adb", - "lines": 263, + "file_path": "implementations/wokelang/ssg/main.woke", + "lines": 232, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "stubs/cloudanvil/engine/src/standard/anvil_standard.ads", - "lines": 81, - "unsafe_blocks": 0, + "file_path": "implementations/eclipse/engine/src/main.pony", + "lines": 173, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "stubs/easel/scripts/check-language-policy.js", - "lines": 123, + "file_path": "implementations/eclipse/scripts/check-language-policy.js", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -285,7 +268,7 @@ "threading_constructs": 0 }, { - "file_path": "stubs/easel/ffi/zig/test/integration_test.zig", + "file_path": "implementations/eclipse/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -295,7 +278,7 @@ "threading_constructs": 2 }, { - "file_path": "stubs/easel/ffi/zig/src/main.zig", + "file_path": "implementations/eclipse/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -305,27 +288,17 @@ "threading_constructs": 0 }, { - "file_path": "stubs/warp/ffi/zig/test/integration_test.zig", - "lines": 183, - "unsafe_blocks": 0, + "file_path": "implementations/eclipse/src/eclipse_ssg.pony", + "lines": 579, + "unsafe_blocks": 9, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "stubs/warp/ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 5 }, { - "file_path": "stubs/60/scripts/check-language-policy.js", + "file_path": "ssg-fixes/60-ssg/scripts/check-language-policy.js", "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, @@ -335,107 +308,97 @@ "threading_constructs": 0 }, { - "file_path": "stubs/60/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "ssg-fixes/baremetal-ssg/scripts/check-language-policy.js", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "stubs/60/ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "stubs/ultimatum/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "ssg-fixes/easel-ssg/scripts/check-language-policy.js", + "lines": 123, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "stubs/ultimatum/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "ssg-fixes/zigzag-ssg/scripts/check-language-policy.js", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "stubs/parallax/src/parallax.chpl", - "lines": 344, + "file_path": "ssg-fixes/jura-ssg/scripts/check-language-policy.js", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "stubs/parallax/src/parallel-press.chpl", - "lines": 695, + "file_path": "ssg-fixes/jtv-playground/experiments/julia-demos/data-pipeline/DataPipeline.jl", + "lines": 377, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "stubs/estate/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "ssg-fixes/iota-ssg/scripts/check-language-policy.js", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "stubs/estate/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "ssg-fixes/consensus-ssg/engine/src/lib.rs", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "stubs/tyrano/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "ssg-fixes/consensus-ssg/scripts/check-language-policy.js", + "lines": 136, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "stubs/tyrano/ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, + "file_path": "ssg-fixes/eclipse-ssg/engine/src/main.pony", + "lines": 173, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "stubs/chicxulub/scripts/check-language-policy.js", + "file_path": "ssg-fixes/eclipse-ssg/scripts/check-language-policy.js", "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, @@ -445,28 +408,28 @@ "threading_constructs": 0 }, { - "file_path": "stubs/chicxulub/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "ssg-fixes/noteg-ssg/engine/src/noteg_engine.ads", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "stubs/chicxulub/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "ssg-fixes/noteg-ssg/engine/src/noteg_engine.adb", + "lines": 262, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "stubs/chicxulub/engine/src/chicxulub.bash", - "lines": 224, + "file_path": "ssg-fixes/canon-ssg/engine/src/canon.sml", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -475,68 +438,68 @@ "threading_constructs": 0 }, { - "file_path": "stubs/tiamat/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "ssg-fixes/canon-ssg/scripts/check-language-policy.js", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "stubs/tiamat/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "ssg-fixes/chicxulub-ssg/engine/src/chicxulub.bash", + "lines": 224, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "stubs/divisionone/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "ssg-fixes/chicxulub-ssg/scripts/check-language-policy.js", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "stubs/divisionone/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "ssg-fixes/anvil-ssg/engine/src/anvil_engine.adb", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "stubs/undo/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "ssg-fixes/anvil-ssg/scripts/check-language-policy.js", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "stubs/undo/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "ssg-fixes/poly-ssg/scripts/validate-output.sh", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "stubs/jura/scripts/check-language-policy.js", - "lines": 122, + "file_path": "ssg-fixes/poly-ssg/scripts/test-all.sh", + "lines": 476, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -545,28 +508,28 @@ "threading_constructs": 0 }, { - "file_path": "stubs/prodigy/tests/e2e/e2e_runner.pl", - "lines": 135, + "file_path": "ssg-fixes/poly-ssg/engines/casket-ssg/Casket.hs", + "lines": 307, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 2, + "unwrap_calls": 3, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "stubs/prodigy/src/prodigy.pl", - "lines": 330, + "file_path": "ssg-fixes/poly-ssg/engines/webforge-ssg/webforge.adb", + "lines": 255, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "stubs/prodigy/engine/src/prodigy_core.pl", - "lines": 246, + "file_path": "ssg-fixes/poly-ssg/engines/rescript-wasm/lib/wasm_binary.ml", + "lines": 404, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -575,57 +538,47 @@ "threading_constructs": 0 }, { - "file_path": "stubs/prodigy/engine/src/prodigy_template.pl", - "lines": 230, + "file_path": "ssg-fixes/poly-ssg/engines/rescript-wasm/lib/wasm_sourcemap.ml", + "lines": 206, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "stubs/cpt/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "ssg-fixes/poly-ssg/engines/rescript-wasm/bin/main.ml", + "lines": 322, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "stubs/cpt/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "variants/consensus/engine/src/lib.rs", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "stubs/dei/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "variants/consensus/scripts/check-language-policy.js", + "lines": 136, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "stubs/dei/ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "stubs/ephapax/ffi/zig/test/integration_test.zig", + "file_path": "variants/consensus/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -635,7 +588,7 @@ "threading_constructs": 2 }, { - "file_path": "stubs/ephapax/ffi/zig/src/main.zig", + "file_path": "variants/consensus/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -645,17 +598,7 @@ "threading_constructs": 0 }, { - "file_path": "stubs/canon/scripts/check-language-policy.js", - "lines": 121, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "stubs/canon/ffi/zig/test/integration_test.zig", + "file_path": "variants/wagasm/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -665,7 +608,7 @@ "threading_constructs": 2 }, { - "file_path": "stubs/canon/ffi/zig/src/main.zig", + "file_path": "variants/wagasm/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -675,17 +618,17 @@ "threading_constructs": 0 }, { - "file_path": "stubs/canon/engine/src/canon.sml", - "lines": 164, + "file_path": "variants/zigzag/scripts/check-language-policy.js", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "stubs/vladik/ffi/zig/test/integration_test.zig", + "file_path": "variants/zigzag/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -695,7 +638,7 @@ "threading_constructs": 2 }, { - "file_path": "stubs/vladik/ffi/zig/src/main.zig", + "file_path": "variants/zigzag/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -705,27 +648,27 @@ "threading_constructs": 0 }, { - "file_path": "variants/zigzag/scripts/check-language-policy.js", - "lines": 121, + "file_path": "variants/zigzag/src/zigzag.zig", + "lines": 588, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "variants/zigzag/src/zigzag.zig", - "lines": 588, + "file_path": "variants/baremetal/scripts/check-language-policy.js", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "variants/zigzag/ffi/zig/test/integration_test.zig", + "file_path": "variants/baremetal/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -735,7 +678,7 @@ "threading_constructs": 2 }, { - "file_path": "variants/zigzag/ffi/zig/src/main.zig", + "file_path": "variants/baremetal/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -765,17 +708,27 @@ "threading_constructs": 0 }, { - "file_path": "variants/consensus/scripts/check-language-policy.js", - "lines": 136, + "file_path": "variants/befunge/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "variants/befunge/ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "variants/consensus/ffi/zig/test/integration_test.zig", + "file_path": "stubs/warp/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -785,7 +738,7 @@ "threading_constructs": 2 }, { - "file_path": "variants/consensus/ffi/zig/src/main.zig", + "file_path": "stubs/warp/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -795,17 +748,17 @@ "threading_constructs": 0 }, { - "file_path": "variants/consensus/engine/src/lib.rs", - "lines": 148, + "file_path": "stubs/canon/engine/src/canon.sml", + "lines": 164, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 4, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "variants/baremetal/scripts/check-language-policy.js", + "file_path": "stubs/canon/scripts/check-language-policy.js", "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, @@ -815,7 +768,7 @@ "threading_constructs": 0 }, { - "file_path": "variants/baremetal/ffi/zig/test/integration_test.zig", + "file_path": "stubs/canon/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -825,7 +778,7 @@ "threading_constructs": 2 }, { - "file_path": "variants/baremetal/ffi/zig/src/main.zig", + "file_path": "stubs/canon/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -835,7 +788,7 @@ "threading_constructs": 0 }, { - "file_path": "variants/wagasm/ffi/zig/test/integration_test.zig", + "file_path": "stubs/ephapax/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -845,7 +798,7 @@ "threading_constructs": 2 }, { - "file_path": "variants/wagasm/ffi/zig/src/main.zig", + "file_path": "stubs/ephapax/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -855,7 +808,7 @@ "threading_constructs": 0 }, { - "file_path": "variants/befunge/ffi/zig/test/integration_test.zig", + "file_path": "stubs/ultimatum/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -865,7 +818,7 @@ "threading_constructs": 2 }, { - "file_path": "variants/befunge/ffi/zig/src/main.zig", + "file_path": "stubs/ultimatum/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -875,58 +828,68 @@ "threading_constructs": 0 }, { - "file_path": "ssg-fixes/noteg-ssg/engine/src/noteg_engine.adb", - "lines": 262, + "file_path": "stubs/estate/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "ssg-fixes/noteg-ssg/engine/src/noteg_engine.ads", - "lines": 81, + "file_path": "stubs/estate/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ssg-fixes/eclipse-ssg/scripts/check-language-policy.js", - "lines": 121, + "file_path": "stubs/tripos/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "stubs/tripos/ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ssg-fixes/eclipse-ssg/engine/src/main.pony", - "lines": 173, - "unsafe_blocks": 2, + "file_path": "stubs/terrapin/ffi/zig/test/integration_test.zig", + "lines": 183, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 2 }, { - "file_path": "ssg-fixes/iota-ssg/scripts/check-language-policy.js", - "lines": 122, + "file_path": "stubs/terrapin/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ssg-fixes/easel-ssg/scripts/check-language-policy.js", - "lines": 123, + "file_path": "stubs/60/scripts/check-language-policy.js", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -935,18 +898,28 @@ "threading_constructs": 0 }, { - "file_path": "ssg-fixes/zigzag-ssg/scripts/check-language-policy.js", - "lines": 121, + "file_path": "stubs/60/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "stubs/60/ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ssg-fixes/baremetal-ssg/scripts/check-language-policy.js", - "lines": 121, + "file_path": "stubs/easel/scripts/check-language-policy.js", + "lines": 123, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -955,27 +928,27 @@ "threading_constructs": 0 }, { - "file_path": "ssg-fixes/consensus-ssg/scripts/check-language-policy.js", - "lines": 136, + "file_path": "stubs/easel/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "ssg-fixes/consensus-ssg/engine/src/lib.rs", - "lines": 148, + "file_path": "stubs/easel/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 4, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ssg-fixes/jura-ssg/scripts/check-language-policy.js", + "file_path": "stubs/iota/scripts/check-language-policy.js", "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, @@ -985,58 +958,58 @@ "threading_constructs": 0 }, { - "file_path": "ssg-fixes/canon-ssg/scripts/check-language-policy.js", - "lines": 121, + "file_path": "stubs/tiamat/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "ssg-fixes/canon-ssg/engine/src/canon.sml", - "lines": 164, + "file_path": "stubs/tiamat/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ssg-fixes/poly-ssg/engines/webforge-ssg/webforge.adb", - "lines": 255, + "file_path": "stubs/undo/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "ssg-fixes/poly-ssg/engines/rescript-wasm/lib/wasm_sourcemap.ml", - "lines": 206, + "file_path": "stubs/undo/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ssg-fixes/poly-ssg/engines/rescript-wasm/lib/wasm_binary.ml", - "lines": 404, + "file_path": "stubs/cloudanvil/engine/src/spark/anvil_engine.adb", + "lines": 77, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "ssg-fixes/poly-ssg/engines/rescript-wasm/bin/main.ml", - "lines": 322, + "file_path": "stubs/cloudanvil/engine/src/standard/anvil_standard.adb", + "lines": 263, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1045,18 +1018,18 @@ "threading_constructs": 0 }, { - "file_path": "ssg-fixes/poly-ssg/engines/casket-ssg/Casket.hs", - "lines": 307, + "file_path": "stubs/cloudanvil/engine/src/standard/anvil_standard.ads", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, - "allocation_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ssg-fixes/poly-ssg/scripts/validate-output.sh", - "lines": 164, + "file_path": "stubs/cloudanvil/scripts/check-language-policy.js", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1065,18 +1038,38 @@ "threading_constructs": 0 }, { - "file_path": "ssg-fixes/poly-ssg/scripts/test-all.sh", - "lines": 476, + "file_path": "stubs/cloudanvil/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "stubs/cloudanvil/ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ssg-fixes/chicxulub-ssg/scripts/check-language-policy.js", - "lines": 121, + "file_path": "stubs/prodigy/tests/e2e/e2e_runner.pl", + "lines": 135, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "stubs/prodigy/engine/src/prodigy_core.pl", + "lines": 246, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1085,47 +1078,47 @@ "threading_constructs": 0 }, { - "file_path": "ssg-fixes/chicxulub-ssg/engine/src/chicxulub.bash", - "lines": 224, + "file_path": "stubs/prodigy/engine/src/prodigy_template.pl", + "lines": 230, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ssg-fixes/jtv-playground/experiments/julia-demos/data-pipeline/DataPipeline.jl", - "lines": 377, + "file_path": "stubs/prodigy/src/prodigy.pl", + "lines": 330, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ssg-fixes/anvil-ssg/scripts/check-language-policy.js", - "lines": 122, + "file_path": "stubs/vindaloo/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "ssg-fixes/anvil-ssg/engine/src/anvil_engine.adb", - "lines": 77, + "file_path": "stubs/vindaloo/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 9, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ssg-fixes/60-ssg/scripts/check-language-policy.js", + "file_path": "stubs/jura/scripts/check-language-policy.js", "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, @@ -1135,18 +1128,18 @@ "threading_constructs": 0 }, { - "file_path": "implementations/wokelang/ssg/main.woke", - "lines": 232, + "file_path": "stubs/chicxulub/engine/src/chicxulub.bash", + "lines": 224, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "implementations/wokelang/scripts/build.sh", - "lines": 76, + "file_path": "stubs/chicxulub/scripts/check-language-policy.js", + "lines": 121, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1155,70 +1148,67 @@ "threading_constructs": 0 }, { - "file_path": "implementations/wokelang/src/sitemap.rs", - "lines": 70, + "file_path": "stubs/chicxulub/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "implementations/wokelang/src/builder.rs", - "lines": 170, + "file_path": "stubs/chicxulub/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 3, - "allocation_sites": 2, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "implementations/wokelang/src/content.rs", - "lines": 150, + "file_path": "stubs/tyrano/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 8, - "io_operations": 1, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "implementations/wokelang/src/feeds.rs", - "lines": 94, + "file_path": "stubs/tyrano/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "implementations/wokelang/src/abi/Foreign.idr", - "lines": 219, - "unsafe_blocks": 12, + "file_path": "stubs/vladik/ffi/zig/test/integration_test.zig", + "lines": 183, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "implementations/wokelang/src/abi/Types.idr", - "lines": 265, - "unsafe_blocks": 4, + "file_path": "stubs/vladik/ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "implementations/wokelang/ffi/zig/test/integration_test.zig", + "file_path": "stubs/cpt/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -1228,9 +1218,9 @@ "threading_constructs": 2 }, { - "file_path": "implementations/wokelang/ffi/zig/src/main.zig", - "lines": 339, - "unsafe_blocks": 5, + "file_path": "stubs/cpt/ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 1, @@ -1238,27 +1228,27 @@ "threading_constructs": 0 }, { - "file_path": "implementations/eclipse/scripts/check-language-policy.js", - "lines": 121, + "file_path": "stubs/dei/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "implementations/eclipse/src/eclipse_ssg.pony", - "lines": 579, - "unsafe_blocks": 9, + "file_path": "stubs/dei/ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 5 + "threading_constructs": 0 }, { - "file_path": "implementations/eclipse/ffi/zig/test/integration_test.zig", + "file_path": "stubs/divisionone/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -1268,7 +1258,7 @@ "threading_constructs": 2 }, { - "file_path": "implementations/eclipse/ffi/zig/src/main.zig", + "file_path": "stubs/divisionone/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -1278,14 +1268,24 @@ "threading_constructs": 0 }, { - "file_path": "implementations/eclipse/engine/src/main.pony", - "lines": 173, - "unsafe_blocks": 2, + "file_path": "stubs/parallax/src/parallel-press.chpl", + "lines": 695, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 3 + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "stubs/parallax/src/parallax.chpl", + "lines": 344, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 }, { "file_path": "setup.sh", @@ -1299,15 +1299,21 @@ } ], "recommended_attacks": [ + "memory", "concurrency", - "cpu", - "disk", "network", - "memory", - "time" + "time", + "cpu", + "disk" ], "dependency_graph": { "edges": [ + { + "from": "ssg-fixes/poly-ssg/engines/rescript-wasm/lib/wasm_binary.ml", + "to": "ssg-fixes/poly-ssg/engines/rescript-wasm/lib/wasm_sourcemap.ml", + "relation": "shared_dir:ssg-fixes/poly-ssg/engines/rescript-wasm/lib", + "weight": 1.0 + }, { "from": "stubs/cloudanvil/engine/src/standard/anvil_standard.adb", "to": "stubs/cloudanvil/engine/src/standard/anvil_standard.ads", @@ -1315,84 +1321,67 @@ "weight": 1.0 }, { - "from": "implementations/wokelang/src/abi/Foreign.idr", - "to": "implementations/wokelang/src/abi/Types.idr", - "relation": "shared_dir:implementations/wokelang/src/abi", + "from": "implementations/wokelang/src/builder.rs", + "to": "implementations/wokelang/src/feeds.rs", + "relation": "shared_dir:implementations/wokelang/src", "weight": 1.0 }, { - "from": "ssg-fixes/poly-ssg/engines/rescript-wasm/lib/wasm_sourcemap.ml", - "to": "ssg-fixes/poly-ssg/engines/rescript-wasm/lib/wasm_binary.ml", - "relation": "shared_dir:ssg-fixes/poly-ssg/engines/rescript-wasm/lib", + "from": "implementations/wokelang/src/feeds.rs", + "to": "implementations/wokelang/src/content.rs", + "relation": "shared_dir:implementations/wokelang/src", "weight": 1.0 }, { - "from": "ssg-fixes/poly-ssg/scripts/validate-output.sh", - "to": "ssg-fixes/poly-ssg/scripts/test-all.sh", - "relation": "shared_dir:ssg-fixes/poly-ssg/scripts", + "from": "implementations/wokelang/src/content.rs", + "to": "implementations/wokelang/src/sitemap.rs", + "relation": "shared_dir:implementations/wokelang/src", "weight": 1.0 }, { - "from": "stubs/prodigy/engine/src/prodigy_core.pl", - "to": "stubs/prodigy/engine/src/prodigy_template.pl", - "relation": "shared_dir:stubs/prodigy/engine/src", + "from": "implementations/wokelang/src/abi/Foreign.idr", + "to": "implementations/wokelang/src/abi/Types.idr", + "relation": "shared_dir:implementations/wokelang/src/abi", "weight": 1.0 }, { - "from": "implementations/wokelang/src/sitemap.rs", - "to": "implementations/wokelang/src/builder.rs", - "relation": "shared_dir:implementations/wokelang/src", + "from": "stubs/prodigy/engine/src/prodigy_core.pl", + "to": "stubs/prodigy/engine/src/prodigy_template.pl", + "relation": "shared_dir:stubs/prodigy/engine/src", "weight": 1.0 }, { - "from": "implementations/wokelang/src/builder.rs", - "to": "implementations/wokelang/src/content.rs", - "relation": "shared_dir:implementations/wokelang/src", + "from": "ssg-fixes/poly-ssg/scripts/validate-output.sh", + "to": "ssg-fixes/poly-ssg/scripts/test-all.sh", + "relation": "shared_dir:ssg-fixes/poly-ssg/scripts", "weight": 1.0 }, { - "from": "implementations/wokelang/src/content.rs", - "to": "implementations/wokelang/src/feeds.rs", - "relation": "shared_dir:implementations/wokelang/src", + "from": "stubs/parallax/src/parallel-press.chpl", + "to": "stubs/parallax/src/parallax.chpl", + "relation": "shared_dir:stubs/parallax/src", "weight": 1.0 }, { - "from": "ssg-fixes/noteg-ssg/engine/src/noteg_engine.adb", - "to": "ssg-fixes/noteg-ssg/engine/src/noteg_engine.ads", + "from": "ssg-fixes/noteg-ssg/engine/src/noteg_engine.ads", + "to": "ssg-fixes/noteg-ssg/engine/src/noteg_engine.adb", "relation": "shared_dir:ssg-fixes/noteg-ssg/engine/src", "weight": 1.0 - }, - { - "from": "stubs/parallax/src/parallax.chpl", - "to": "stubs/parallax/src/parallel-press.chpl", - "relation": "shared_dir:stubs/parallax/src", - "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "implementations/wokelang/src/builder.rs" - ], - "frameworks": [], - "relation": "PanicPath->Disk" - }, - { - "source_category": "DynamicCodeExecution", + "source_category": "UnboundedAllocation", "sink_axis": "memory", - "severity_value": 5.0, + "severity_value": 2.5, "files": [ - "variants/saur/tests/security_test.js", - "variants/macrauchenia/tests/security/validation_test.js", - "variants/labnote/tests/adapter_test.js" + "implementations/wokelang/src/content.rs", + "implementations/wokelang/src/config.rs" ], "frameworks": [], - "relation": "DynamicCodeExecution->Memory" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "PanicPath", @@ -1405,47 +1394,58 @@ "relation": "PanicPath->Memory" }, { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "CryptoMisuse", + "sink_axis": "network", + "severity_value": 5.0, "files": [ - "implementations/wokelang/ffi/zig/src/main.zig" + "ssg-fixes/poly-ssg/engines/terrapin-ssg/terrapin-ssg.py", + "ssg-fixes/poly-ssg/engines/milk-ssg/milk-ssg.py" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "CryptoMisuse->Network" }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "implementations/wokelang/src/config.rs", - "implementations/wokelang/src/content.rs" + "implementations/wokelang/src/content.rs", + "implementations/wokelang/src/config.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "InsecureProtocol", + "sink_axis": "network", "severity_value": 2.5, "files": [ - "implementations/wokelang/src/config.rs", - "implementations/wokelang/src/content.rs" + "implementations/wokelang/src/sitemap.rs", + "ssg-fixes/poly-ssg/engines/terrapin-ssg/terrapin-ssg.py" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "InsecureProtocol->Network" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, + "files": [ + "implementations/wokelang/src/builder.rs" + ], + "frameworks": [], + "relation": "PanicPath->Disk" + }, + { + "source_category": "CryptoMisuse", + "sink_axis": "time", + "severity_value": 5.0, "files": [ "ssg-fixes/poly-ssg/engines/terrapin-ssg/terrapin-ssg.py", - "implementations/wokelang/src/sitemap.rs" + "ssg-fixes/poly-ssg/engines/milk-ssg/milk-ssg.py" ], "frameworks": [], - "relation": "InsecureProtocol->Network" + "relation": "CryptoMisuse->Time" }, { "source_category": "DynamicCodeExecution", @@ -1460,26 +1460,26 @@ "relation": "DynamicCodeExecution->Cpu" }, { - "source_category": "CryptoMisuse", - "sink_axis": "network", + "source_category": "DynamicCodeExecution", + "sink_axis": "memory", "severity_value": 5.0, "files": [ - "ssg-fixes/poly-ssg/engines/terrapin-ssg/terrapin-ssg.py", - "ssg-fixes/poly-ssg/engines/milk-ssg/milk-ssg.py" + "variants/saur/tests/security_test.js", + "variants/macrauchenia/tests/security/validation_test.js", + "variants/labnote/tests/adapter_test.js" ], "frameworks": [], - "relation": "CryptoMisuse->Network" + "relation": "DynamicCodeExecution->Memory" }, { - "source_category": "CryptoMisuse", - "sink_axis": "time", - "severity_value": 5.0, + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "ssg-fixes/poly-ssg/engines/terrapin-ssg/terrapin-ssg.py", - "ssg-fixes/poly-ssg/engines/milk-ssg/milk-ssg.py" + "implementations/wokelang/ffi/zig/src/main.zig" ], "frameworks": [], - "relation": "CryptoMisuse->Time" + "relation": "UnsafeCode->Memory" } ] } diff --git a/scans/standards.json b/scans/standards.json index 2453af80..508930fe 100644 --- a/scans/standards.json +++ b/scans/standards.json @@ -7,47 +7,48 @@ ], "weak_points": [ { - "category": "UnsafeFFI", - "location": "2-protocols/axel/src/AxelSts.affine", - "file": "2-protocols/axel/src/AxelSts.affine", + "category": "PathTraversal", + "location": "1-formats/sub-specs/inline-annotations/extractor/batch-extract.sh", + "file": "1-formats/sub-specs/inline-annotations/extractor/batch-extract.sh", "severity": "Medium", - "description": "7 FFI/external bindings in 2-protocols/axel/src/AxelSts.affine", + "description": "Hardcoded /tmp/ path without mktemp in 1-formats/sub-specs/inline-annotations/extractor/batch-extract.sh", "recommended_attack": [ - "memory" + "disk" ], "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "2-protocols/axel/src/ProvenSafeUrl.affine", - "file": "2-protocols/axel/src/ProvenSafeUrl.affine", + "category": "UnboundedAllocation", + "location": "1-formats/sub-specs/inline-annotations/extractor/src/main.rs", + "file": "1-formats/sub-specs/inline-annotations/extractor/src/main.rs", "severity": "Medium", - "description": "12 FFI/external bindings in 2-protocols/axel/src/ProvenSafeUrl.affine", + "description": "Potential unbounded allocation pattern detected in 1-formats/sub-specs/inline-annotations/extractor/src/main.rs", "recommended_attack": [ - "memory" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "2-protocols/k9-coordination/tools/k9-init/src/main.rs", - "file": "2-protocols/k9-coordination/tools/k9-init/src/main.rs", + "category": "InsecureProtocol", + "location": "1-formats/k9/register.ncl", + "file": "1-formats/k9/register.ncl", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in 2-protocols/k9-coordination/tools/k9-init/src/main.rs", + "description": "2 HTTP (non-HTTPS) URLs in 1-formats/k9/register.ncl", "recommended_attack": [ - "memory", - "cpu" + "network" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "launcher/soft-attach.sh", - "file": "launcher/soft-attach.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in launcher/soft-attach.sh", + "category": "UnboundedLoop", + "location": "1-formats/deed/tools/deed_lint.py", + "file": "1-formats/deed/tools/deed_lint.py", + "severity": "High", + "description": "Unbounded while True loop in 1-formats/deed/tools/deed_lint.py", "recommended_attack": [ - "disk" + "cpu", + "time" ], "test_context": "production" }, @@ -63,12 +64,24 @@ ], "test_context": "production" }, + { + "category": "HardcodedSecret", + "location": "tests/test_secret_scanner_canary.sh", + "file": "tests/test_secret_scanner_canary.sh", + "severity": "Critical", + "description": "Possible hardcoded secret in tests/test_secret_scanner_canary.sh", + "recommended_attack": [ + "network" + ], + "suppressed": true, + "test_context": "test_only" + }, { "category": "PathTraversal", - "location": "scripts/sweep-classifiers/classify-mirror.sh", - "file": "scripts/sweep-classifiers/classify-mirror.sh", + "location": "rhodium-standard-repositories/ux-test-harness/run-ux-test.sh", + "file": "rhodium-standard-repositories/ux-test-harness/run-ux-test.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/sweep-classifiers/classify-mirror.sh", + "description": "Hardcoded /tmp/ path without mktemp in rhodium-standard-repositories/ux-test-harness/run-ux-test.sh", "recommended_attack": [ "disk" ], @@ -76,334 +89,345 @@ }, { "category": "PathTraversal", - "location": "scripts/sweep-classifiers/classify-hypatia-scan.sh", - "file": "scripts/sweep-classifiers/classify-hypatia-scan.sh", + "location": "rhodium-standard-repositories/ux-test-harness/test-repo.sh", + "file": "rhodium-standard-repositories/ux-test-harness/test-repo.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/sweep-classifiers/classify-hypatia-scan.sh", + "description": "Hardcoded /tmp/ path without mktemp in rhodium-standard-repositories/ux-test-harness/test-repo.sh", "recommended_attack": [ "disk" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "scripts/sweep-classifiers/classify-codeql.sh", - "file": "scripts/sweep-classifiers/classify-codeql.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/sweep-classifiers/classify-codeql.sh", + "category": "CommandInjection", + "location": "rhodium-standard-repositories/rsr-audit.sh", + "file": "rhodium-standard-repositories/rsr-audit.sh", + "severity": "Critical", + "description": "eval usage in rhodium-standard-repositories/rsr-audit.sh", "recommended_attack": [ + "cpu", "disk" ], + "suppressed": true, "test_context": "production" }, { - "category": "PathTraversal", - "location": "scripts/sweep-classifiers/list-workflow-paths.sh", - "file": "scripts/sweep-classifiers/list-workflow-paths.sh", + "category": "InputBoundary", + "location": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/scripts/repo-reconcile.jl", + "file": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/scripts/repo-reconcile.jl", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/sweep-classifiers/list-workflow-paths.sh", + "description": "3 JSON3.read/JSON.parse call(s) with 2 try block(s) in rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/scripts/repo-reconcile.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ - "disk" + "cpu" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "scripts/sweep-classifiers/classify-secret-scanner.sh", - "file": "scripts/sweep-classifiers/classify-secret-scanner.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/sweep-classifiers/classify-secret-scanner.sh", + "category": "CommandInjection", + "location": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-dns-discovery.sh", + "file": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-dns-discovery.sh", + "severity": "Critical", + "description": "eval usage in rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-dns-discovery.sh", "recommended_attack": [ + "cpu", "disk" ], + "suppressed": true, "test_context": "production" }, { - "category": "PathTraversal", - "location": "scripts/registry-readiness.sh", - "file": "scripts/registry-readiness.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/registry-readiness.sh", + "category": "CommandInjection", + "location": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-http-headers.sh", + "file": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-http-headers.sh", + "severity": "Critical", + "description": "eval usage in rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-http-headers.sh", "recommended_attack": [ + "cpu", "disk" ], + "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "scripts/check-manifest-ply.sh", - "file": "scripts/check-manifest-ply.sh", + "category": "InsecureProtocol", + "location": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Palimpsest/Validator/MetadataSpec.hs", + "file": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Palimpsest/Validator/MetadataSpec.hs", "severity": "Medium", - "description": "22 potentially unquoted variable expansions in scripts/check-manifest-ply.sh", + "description": "4 HTTP (non-HTTPS) URLs in rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Palimpsest/Validator/MetadataSpec.hs", "recommended_attack": [ - "cpu" + "network" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "scripts/check-exemption-ratchet.sh", - "file": "scripts/check-exemption-ratchet.sh", + "category": "InsecureProtocol", + "location": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Palimpsest/Validator/ReferenceSpec.hs", + "file": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Palimpsest/Validator/ReferenceSpec.hs", "severity": "Medium", - "description": "24 potentially unquoted variable expansions in scripts/check-exemption-ratchet.sh", + "description": "3 HTTP (non-HTTPS) URLs in rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Palimpsest/Validator/ReferenceSpec.hs", "recommended_attack": [ - "cpu" + "network" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "scripts/check-lockfile-drift.sh", - "file": "scripts/check-lockfile-drift.sh", + "category": "InsecureProtocol", + "location": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Integration/PipelineSpec.hs", + "file": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Integration/PipelineSpec.hs", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in scripts/check-lockfile-drift.sh", + "description": "1 HTTP (non-HTTPS) URLs in rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Integration/PipelineSpec.hs", "recommended_attack": [ - "disk" + "network" ], "test_context": "production" }, { - "category": "CommandInjection", - "location": "scripts/tests/fill-placeholders-test.sh", - "file": "scripts/tests/fill-placeholders-test.sh", - "severity": "Critical", - "description": "eval usage in scripts/tests/fill-placeholders-test.sh", + "category": "InsecureProtocol", + "location": "rhodium-standard-repositories/satellites/palimpsest-license/integrations/server/ruby/lib/palimpsest/generator.rb", + "file": "rhodium-standard-repositories/satellites/palimpsest-license/integrations/server/ruby/lib/palimpsest/generator.rb", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in rhodium-standard-repositories/satellites/palimpsest-license/integrations/server/ruby/lib/palimpsest/generator.rb", "recommended_attack": [ - "cpu", - "disk" + "network" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "CommandInjection", - "location": "scripts/tests/propagate-hypatia-caller-id-test.sh", - "file": "scripts/tests/propagate-hypatia-caller-id-test.sh", + "category": "UnboundedAllocation", + "location": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs", + "file": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs", "severity": "Medium", - "description": "52 potentially unquoted variable expansions in scripts/tests/propagate-hypatia-caller-id-test.sh", + "description": "Potential unbounded allocation pattern detected in rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs", "recommended_attack": [ + "memory", "cpu" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "CommandInjection", - "location": "scripts/tests/branch-gates-apply-test.sh", - "file": "scripts/tests/branch-gates-apply-test.sh", + "category": "UnboundedAllocation", + "location": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/bronze.rs", + "file": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/bronze.rs", "severity": "Medium", - "description": "28 potentially unquoted variable expansions in scripts/tests/branch-gates-apply-test.sh", + "description": "Potential unbounded allocation pattern detected in rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/bronze.rs", "recommended_attack": [ + "memory", "cpu" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "CommandInjection", - "location": "scripts/apply-baseline.sh", - "file": "scripts/apply-baseline.sh", + "category": "UnboundedAllocation", + "location": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/silver.rs", + "file": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/silver.rs", "severity": "Medium", - "description": "78 potentially unquoted variable expansions in scripts/apply-baseline.sh", + "description": "Potential unbounded allocation pattern detected in rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/silver.rs", "recommended_attack": [ + "memory", "cpu" ], "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "tests/test_secret_scanner_canary.sh", - "file": "tests/test_secret_scanner_canary.sh", - "severity": "Critical", - "description": "Possible hardcoded secret in tests/test_secret_scanner_canary.sh", + "category": "UnboundedAllocation", + "location": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", + "file": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], - "suppressed": true, - "test_context": "test_only" + "test_context": "production" }, { - "category": "CommandInjection", - "location": "rhodium-standard-repositories/rsr-audit.sh", - "file": "rhodium-standard-repositories/rsr-audit.sh", - "severity": "Critical", - "description": "eval usage in rhodium-standard-repositories/rsr-audit.sh", + "category": "PanicPath", + "location": "rhodium-standard-repositories/satellites/rsr-certifier/lsp/src/main.rs", + "file": "rhodium-standard-repositories/satellites/rsr-certifier/lsp/src/main.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in rhodium-standard-repositories/satellites/rsr-certifier/lsp/src/main.rs", "recommended_attack": [ - "cpu", + "memory", "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "PathTraversal", - "location": "rhodium-standard-repositories/ux-test-harness/run-ux-test.sh", - "file": "rhodium-standard-repositories/ux-test-harness/run-ux-test.sh", + "category": "CommandInjection", + "location": "scripts/apply-baseline.sh", + "file": "scripts/apply-baseline.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in rhodium-standard-repositories/ux-test-harness/run-ux-test.sh", + "description": "78 potentially unquoted variable expansions in scripts/apply-baseline.sh", "recommended_attack": [ - "disk" + "cpu" ], "test_context": "production" }, { - "category": "PathTraversal", - "location": "rhodium-standard-repositories/ux-test-harness/test-repo.sh", - "file": "rhodium-standard-repositories/ux-test-harness/test-repo.sh", + "category": "CommandInjection", + "location": "scripts/check-manifest-ply.sh", + "file": "scripts/check-manifest-ply.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in rhodium-standard-repositories/ux-test-harness/test-repo.sh", + "description": "22 potentially unquoted variable expansions in scripts/check-manifest-ply.sh", "recommended_attack": [ - "disk" + "cpu" ], "test_context": "production" }, { - "category": "InputBoundary", - "location": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/scripts/repo-reconcile.jl", - "file": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/scripts/repo-reconcile.jl", + "category": "CommandInjection", + "location": "scripts/apply-protection-floor.sh", + "file": "scripts/apply-protection-floor.sh", "severity": "Medium", - "description": "3 JSON3.read/JSON.parse call(s) with 2 try block(s) in rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/scripts/repo-reconcile.jl — these throw on malformed input; wrap in try/catch", + "description": "45 potentially unquoted variable expansions in scripts/apply-protection-floor.sh", "recommended_attack": [ "cpu" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "rhodium-standard-repositories/satellites/palimpsest-license/integrations/server/ruby/lib/palimpsest/generator.rb", - "file": "rhodium-standard-repositories/satellites/palimpsest-license/integrations/server/ruby/lib/palimpsest/generator.rb", + "category": "CommandInjection", + "location": "scripts/tests/protection-floor-test.sh", + "file": "scripts/tests/protection-floor-test.sh", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in rhodium-standard-repositories/satellites/palimpsest-license/integrations/server/ruby/lib/palimpsest/generator.rb", + "description": "77 potentially unquoted variable expansions in scripts/tests/protection-floor-test.sh", "recommended_attack": [ - "network" + "cpu" ], - "test_context": "production" + "suppressed": true, + "test_context": "test_only" + }, + { + "category": "CommandInjection", + "location": "scripts/tests/propagate-hypatia-caller-id-test.sh", + "file": "scripts/tests/propagate-hypatia-caller-id-test.sh", + "severity": "Medium", + "description": "52 potentially unquoted variable expansions in scripts/tests/propagate-hypatia-caller-id-test.sh", + "recommended_attack": [ + "cpu" + ], + "suppressed": true, + "test_context": "test_only" }, { "category": "CommandInjection", - "location": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-http-headers.sh", - "file": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-http-headers.sh", + "location": "scripts/tests/fill-placeholders-test.sh", + "file": "scripts/tests/fill-placeholders-test.sh", "severity": "Critical", - "description": "eval usage in rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-http-headers.sh", + "description": "eval usage in scripts/tests/fill-placeholders-test.sh", "recommended_attack": [ "cpu", "disk" ], "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { "category": "CommandInjection", - "location": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-dns-discovery.sh", - "file": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-dns-discovery.sh", - "severity": "Critical", - "description": "eval usage in rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-dns-discovery.sh", + "location": "scripts/tests/branch-gates-apply-test.sh", + "file": "scripts/tests/branch-gates-apply-test.sh", + "severity": "Medium", + "description": "53 potentially unquoted variable expansions in scripts/tests/branch-gates-apply-test.sh", "recommended_attack": [ - "cpu", - "disk" + "cpu" ], "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Integration/PipelineSpec.hs", - "file": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Integration/PipelineSpec.hs", + "category": "CommandInjection", + "location": "scripts/apply-branch-gates.sh", + "file": "scripts/apply-branch-gates.sh", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Integration/PipelineSpec.hs", + "description": "23 potentially unquoted variable expansions in scripts/apply-branch-gates.sh", "recommended_attack": [ - "network" + "cpu" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Palimpsest/Validator/MetadataSpec.hs", - "file": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Palimpsest/Validator/MetadataSpec.hs", + "category": "CommandInjection", + "location": "scripts/check-exemption-ratchet.sh", + "file": "scripts/check-exemption-ratchet.sh", "severity": "Medium", - "description": "4 HTTP (non-HTTPS) URLs in rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Palimpsest/Validator/MetadataSpec.hs", + "description": "24 potentially unquoted variable expansions in scripts/check-exemption-ratchet.sh", "recommended_attack": [ - "network" + "cpu" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Palimpsest/Validator/ReferenceSpec.hs", - "file": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Palimpsest/Validator/ReferenceSpec.hs", + "category": "PathTraversal", + "location": "scripts/sweep-classifiers/classify-codeql.sh", + "file": "scripts/sweep-classifiers/classify-codeql.sh", "severity": "Medium", - "description": "3 HTTP (non-HTTPS) URLs in rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Palimpsest/Validator/ReferenceSpec.hs", + "description": "Hardcoded /tmp/ path without mktemp in scripts/sweep-classifiers/classify-codeql.sh", "recommended_attack": [ - "network" + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/bronze.rs", - "file": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/bronze.rs", + "category": "PathTraversal", + "location": "scripts/sweep-classifiers/classify-mirror.sh", + "file": "scripts/sweep-classifiers/classify-mirror.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/bronze.rs", + "description": "Hardcoded /tmp/ path without mktemp in scripts/sweep-classifiers/classify-mirror.sh", "recommended_attack": [ - "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", - "file": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", + "category": "PathTraversal", + "location": "scripts/sweep-classifiers/classify-secret-scanner.sh", + "file": "scripts/sweep-classifiers/classify-secret-scanner.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", + "description": "Hardcoded /tmp/ path without mktemp in scripts/sweep-classifiers/classify-secret-scanner.sh", "recommended_attack": [ - "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/silver.rs", - "file": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/silver.rs", + "category": "PathTraversal", + "location": "scripts/sweep-classifiers/classify-hypatia-scan.sh", + "file": "scripts/sweep-classifiers/classify-hypatia-scan.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/silver.rs", + "description": "Hardcoded /tmp/ path without mktemp in scripts/sweep-classifiers/classify-hypatia-scan.sh", "recommended_attack": [ - "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs", - "file": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs", + "category": "PathTraversal", + "location": "scripts/sweep-classifiers/list-workflow-paths.sh", + "file": "scripts/sweep-classifiers/list-workflow-paths.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs", + "description": "Hardcoded /tmp/ path without mktemp in scripts/sweep-classifiers/list-workflow-paths.sh", "recommended_attack": [ - "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "rhodium-standard-repositories/satellites/rsr-certifier/lsp/src/main.rs", - "file": "rhodium-standard-repositories/satellites/rsr-certifier/lsp/src/main.rs", + "category": "PathTraversal", + "location": "scripts/check-lockfile-drift.sh", + "file": "scripts/check-lockfile-drift.sh", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in rhodium-standard-repositories/satellites/rsr-certifier/lsp/src/main.rs", + "description": "Hardcoded /tmp/ path without mktemp in scripts/check-lockfile-drift.sh", "recommended_attack": [ - "memory", "disk" ], "test_context": "production" }, { "category": "PathTraversal", - "location": "docs/UX-standards/e-grade-launcher-template.sh", - "file": "docs/UX-standards/e-grade-launcher-template.sh", + "location": "scripts/registry-readiness.sh", + "file": "scripts/registry-readiness.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in docs/UX-standards/e-grade-launcher-template.sh", + "description": "Hardcoded /tmp/ path without mktemp in scripts/registry-readiness.sh", "recommended_attack": [ "disk" ], @@ -411,10 +435,10 @@ }, { "category": "PathTraversal", - "location": "docs/UX-standards/dustfile-template.sh", - "file": "docs/UX-standards/dustfile-template.sh", + "location": "docs/UX-standards/e-grade-launcher-template.sh", + "file": "docs/UX-standards/e-grade-launcher-template.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in docs/UX-standards/dustfile-template.sh", + "description": "Hardcoded /tmp/ path without mktemp in docs/UX-standards/e-grade-launcher-template.sh", "recommended_attack": [ "disk" ], @@ -445,10 +469,10 @@ }, { "category": "PathTraversal", - "location": "1-formats/sub-specs/inline-annotations/extractor/batch-extract.sh", - "file": "1-formats/sub-specs/inline-annotations/extractor/batch-extract.sh", + "location": "docs/UX-standards/dustfile-template.sh", + "file": "docs/UX-standards/dustfile-template.sh", "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in 1-formats/sub-specs/inline-annotations/extractor/batch-extract.sh", + "description": "Hardcoded /tmp/ path without mktemp in docs/UX-standards/dustfile-template.sh", "recommended_attack": [ "disk" ], @@ -456,10 +480,10 @@ }, { "category": "UnboundedAllocation", - "location": "1-formats/sub-specs/inline-annotations/extractor/src/main.rs", - "file": "1-formats/sub-specs/inline-annotations/extractor/src/main.rs", + "location": "2-protocols/k9-coordination/tools/k9-init/src/main.rs", + "file": "2-protocols/k9-coordination/tools/k9-init/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in 1-formats/sub-specs/inline-annotations/extractor/src/main.rs", + "description": "Potential unbounded allocation pattern detected in 2-protocols/k9-coordination/tools/k9-init/src/main.rs", "recommended_attack": [ "memory", "cpu" @@ -467,51 +491,51 @@ "test_context": "production" }, { - "category": "UnboundedLoop", - "location": "1-formats/deed/tools/deed_lint.py", - "file": "1-formats/deed/tools/deed_lint.py", - "severity": "High", - "description": "Unbounded while True loop in 1-formats/deed/tools/deed_lint.py", + "category": "UnsafeFFI", + "location": "2-protocols/axel/src/AxelSts.affine", + "file": "2-protocols/axel/src/AxelSts.affine", + "severity": "Medium", + "description": "7 FFI/external bindings in 2-protocols/axel/src/AxelSts.affine", "recommended_attack": [ - "cpu", - "time" + "memory" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "1-formats/k9/register.ncl", - "file": "1-formats/k9/register.ncl", + "category": "UnsafeFFI", + "location": "2-protocols/axel/src/ProvenSafeUrl.affine", + "file": "2-protocols/axel/src/ProvenSafeUrl.affine", "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in 1-formats/k9/register.ncl", + "description": "12 FFI/external bindings in 2-protocols/axel/src/ProvenSafeUrl.affine", "recommended_attack": [ - "network" + "memory" + ], + "test_context": "production" + }, + { + "category": "PathTraversal", + "location": "launcher/soft-attach.sh", + "file": "launcher/soft-attach.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in launcher/soft-attach.sh", + "recommended_attack": [ + "disk" ], "test_context": "production" } ], "statistics": { - "total_lines": 74130, + "total_lines": 75489, "unsafe_blocks": 25, "panic_sites": 0, "unwrap_calls": 6, "allocation_sites": 123, - "io_operations": 407, + "io_operations": 436, "threading_constructs": 12 }, "file_statistics": [ { - "file_path": "tools/scm-to-a2ml-bot-directives/migrate.jl", - "lines": 579, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 15, - "threading_constructs": 0 - }, - { - "file_path": "2-protocols/0-ai-gatekeeper/ffi/zig/test/integration_test.zig", + "file_path": "1-formats/a2ml/anchor/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -521,7 +545,7 @@ "threading_constructs": 2 }, { - "file_path": "2-protocols/0-ai-gatekeeper/ffi/zig/src/main.zig", + "file_path": "1-formats/a2ml/anchor/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -531,18 +555,8 @@ "threading_constructs": 0 }, { - "file_path": "2-protocols/axel/test/validate-policy_test.affine", - "lines": 95, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "2-protocols/axel/test/validate-policy.affine", - "lines": 54, + "file_path": "1-formats/a2ml/agentic/scripts/bootstrap.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -551,89 +565,89 @@ "threading_constructs": 0 }, { - "file_path": "2-protocols/axel/src/AxelSts.affine", - "lines": 96, - "unsafe_blocks": 7, + "file_path": "1-formats/a2ml/agentic/ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "2-protocols/axel/src/ProvenSafeUrl.affine", - "lines": 179, - "unsafe_blocks": 12, + "file_path": "1-formats/a2ml/agentic/ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "2-protocols/axel/src/Tea.affine", - "lines": 80, - "unsafe_blocks": 3, + "file_path": "1-formats/a2ml/agentic/ffi/rsr-adapter.adb", + "lines": 259, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "2-protocols/axel/src/ProvenResult.affine", - "lines": 50, - "unsafe_blocks": 2, + "file_path": "1-formats/a2ml/state/lib/state-graph.scm", + "lines": 487, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "2-protocols/axel/ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "1-formats/a2ml/neurosym/scripts/bootstrap.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "2-protocols/axel/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "1-formats/sub-specs/panll-panels/src/VcldbClient.affine", + "lines": 65, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "2-protocols/k9-coordination/tools/k9-init/src/main.rs", - "lines": 431, + "file_path": "1-formats/sub-specs/inline-annotations/extractor/src/main.rs", + "lines": 401, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 12, - "io_operations": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 16, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".verisimdb/ecosystem-ingest/src/main.rs", - "lines": 646, + "file_path": "1-formats/templates/state-scm-to-v2.jl", + "lines": 261, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 16, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": ".verisimdb/deploy.sh", - "lines": 41, + "file_path": "1-formats/templates/state-migrate-v1-to-v2.sh", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -642,18 +656,18 @@ "threading_constructs": 0 }, { - "file_path": ".github/actions/affirmation-check/test.sh", - "lines": 140, + "file_path": "1-formats/deed/tools/a2ml_to_deed.py", + "lines": 558, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "launcher/keepopen.sh", - "lines": 153, + "file_path": "1-formats/deed/tools/deed_lint.py", + "lines": 441, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -662,39 +676,38 @@ "threading_constructs": 0 }, { - "file_path": "hooks/install.sh", - "lines": 57, + "file_path": "tools/scm-to-a2ml-bot-directives/migrate.jl", + "lines": 579, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 15, "threading_constructs": 0 }, { - "file_path": "hooks/playbook-to-recipe/src/main.rs", - "lines": 360, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 10, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/build-scorecards.sh", - "lines": 451, + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 94, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/registry-readiness.sh", - "lines": 124, + "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", + "lines": 276, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -703,28 +716,28 @@ "threading_constructs": 0 }, { - "file_path": "scripts/build-registry.sh", - "lines": 335, + "file_path": ".machine_readable/contractiles/dust/dust.ncl", + "lines": 69, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/check-manifest-ply.sh", - "lines": 269, + "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/check-ts-allowlist.deno.js", - "lines": 360, + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -733,38 +746,38 @@ "threading_constructs": 0 }, { - "file_path": "scripts/fix-workflow-duplicates.sh", - "lines": 92, + "file_path": ".machine_readable/contractiles/must/must.k9.ncl", + "lines": 236, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/propagate-hypatia-caller-id.sh", - "lines": 251, + "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", + "lines": 160, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/apply-workflow-pins-remote.sh", - "lines": 506, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 69, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/check-launcher-standard-currency.sh", - "lines": 328, + "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", + "lines": 250, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -773,8 +786,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/check-rsr-profile.sh", - "lines": 203, + "file_path": ".machine_readable/contractiles/intend/intend.ncl", + "lines": 84, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -783,8 +796,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/check-debt-ratchet.sh", - "lines": 174, + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 65, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -793,18 +806,18 @@ "threading_constructs": 0 }, { - "file_path": "scripts/check-exemption-ratchet.sh", - "lines": 255, + "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/check-allowed-actions.sh", - "lines": 67, + "file_path": "hooks/install.sh", + "lines": 57, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -813,18 +826,29 @@ "threading_constructs": 0 }, { - "file_path": "scripts/relock-sha-keys.sh", - "lines": 107, + "file_path": "hooks/playbook-to-recipe/src/main.rs", + "lines": 360, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 10, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "tests/test_check_trusted_base.sh", + "lines": 43, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/tests/debtfile-structure-test.sh", - "lines": 310, + "file_path": "tests/test_secret_scanner_canary.sh", + "lines": 195, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -833,8 +857,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/tests/gate-tiers-test.sh", - "lines": 115, + "file_path": "tests/test_tag_ruleset_canon.sh", + "lines": 340, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -843,88 +867,89 @@ "threading_constructs": 0 }, { - "file_path": "scripts/tests/debt-ratchet-test.sh", - "lines": 140, + "file_path": "rhodium-standard-repositories/rsr-compliance-checklist.k9.ncl", + "lines": 180, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/tests/wave3-scorecards-test.sh", - "lines": 114, + "file_path": "rhodium-standard-repositories/ux-test-harness/run-ux-test.sh", + "lines": 204, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/tests/fill-placeholders-test.sh", - "lines": 81, + "file_path": "rhodium-standard-repositories/examples/enterprise-service/benches/api_benchmarks.rs", + "lines": 36, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "scripts/tests/propagate-workflow-pins-test.sh", - "lines": 165, + "file_path": "rhodium-standard-repositories/examples/enterprise-service/src/main.rs", + "lines": 79, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "scripts/tests/detect-ecosystem-test.sh", - "lines": 168, + "file_path": "rhodium-standard-repositories/examples/enterprise-service/src/state.rs", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "scripts/tests/check-trusted-base-test.sh", - "lines": 306, + "file_path": "rhodium-standard-repositories/examples/enterprise-service/src/handlers.rs", + "lines": 170, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 28, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "scripts/tests/check-workflow-duplicate-keys-test.sh", - "lines": 179, + "file_path": "rhodium-standard-repositories/examples/ai-ml-project/julia/train.jl", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/tests/check-launcher-standard-currency-test.sh", - "lines": 141, + "file_path": "rhodium-standard-repositories/examples/standard-library/src/lib.rs", + "lines": 305, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/tests/verify-regextarget-claim-test.sh", - "lines": 117, + "file_path": "rhodium-standard-repositories/examples/rhodium-minimal/src/main.rs", + "lines": 106, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -933,28 +958,28 @@ "threading_constructs": 0 }, { - "file_path": "scripts/tests/actions-lock-update-test.sh", - "lines": 215, + "file_path": "rhodium-standard-repositories/rsr-check.scm", + "lines": 496, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/tests/check-ts-allowlist-test.sh", - "lines": 187, + "file_path": "rhodium-standard-repositories/rsr-audit.sh", + "lines": 996, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/tests/run-debtfile-test.sh", - "lines": 124, + "file_path": "rhodium-standard-repositories/satellites/rsr-deployer/scripts/bootstrap.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -963,8 +988,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/tests/run-required-test-suite-test.sh", - "lines": 70, + "file_path": "rhodium-standard-repositories/satellites/state.scm/lib/state-graph.scm", + "lines": 487, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -973,148 +998,148 @@ "threading_constructs": 0 }, { - "file_path": "scripts/tests/propagate-hypatia-caller-id-test.sh", - "lines": 199, + "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/app/Main.hs", + "lines": 220, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 16, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "scripts/tests/check-workflow-staleness-test.sh", - "lines": 274, + "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Transform/TypeHints.hs", + "lines": 258, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/tests/filter-sarif-by-baseline-test.sh", - "lines": 113, + "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Parser.hs", + "lines": 528, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/tests/spdx-inject-copyright-test.sh", - "lines": 299, + "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Analysis/Types.hs", + "lines": 424, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/tests/wave4-dyadt-test.sh", - "lines": 195, + "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Analysis/Security.hs", + "lines": 387, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "scripts/tests/hypatia-blocking-gate-test.sh", - "lines": 93, + "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/tools/RevealSystem.affine", + "lines": 230, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "scripts/tests/check-lock-gate-pin-freshness-test.sh", - "lines": 183, + "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/GreenAgent.affine", + "lines": 112, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/tests/check-action-pins-resolve-test.sh", - "lines": 295, + "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/IndigoAgent.affine", + "lines": 112, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/tests/apply-baseline-test.sh", - "lines": 318, + "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/RedAgent.affine", + "lines": 112, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 23, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/tests/branch-gates-apply-test.sh", - "lines": 549, + "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-dns-discovery.sh", + "lines": 266, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "scripts/tests/actions-policy-486-test.sh", - "lines": 158, + "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-http-headers.sh", + "lines": 377, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 15, "threading_constructs": 0 }, { - "file_path": "scripts/tests/wave8-gates-test.sh", - "lines": 83, + "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/scripts/scaffold.sh", + "lines": 39, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/check-required-contexts.sh", - "lines": 342, + "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/install.sh", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/apply-tag-ruleset-canon.sh", - "lines": 499, + "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Utils.hs", + "lines": 102, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "scripts/fill-placeholders.sh", - "lines": 220, + "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Bilingual.hs", + "lines": 219, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1123,8 +1148,8 @@ "threading_constructs": 0 }, { - "file_path": "scripts/check-action-pins-resolve.sh", - "lines": 265, + "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Metadata.hs", + "lines": 301, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1133,38 +1158,38 @@ "threading_constructs": 0 }, { - "file_path": "scripts/check-ts-allowlist.affine", - "lines": 245, + "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Reference.hs", + "lines": 239, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/spdx-inject-copyright.sh", - "lines": 348, + "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/License.hs", + "lines": 272, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/check-workflow-staleness.sh", - "lines": 486, + "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator.hs", + "lines": 165, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "scripts/propagate-workflow-pins.sh", - "lines": 257, + "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/scripts/generate-structure.sh", + "lines": 127, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1173,139 +1198,144 @@ "threading_constructs": 0 }, { - "file_path": "scripts/verify-regextarget-claim.sh", - "lines": 136, + "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs", + "lines": 445, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 10, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "scripts/apply-branch-gates.sh", - "lines": 436, + "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/bronze.rs", + "lines": 400, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 6, + "allocation_sites": 12, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "scripts/apply-baseline.sh", - "lines": 336, + "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/mod.rs", + "lines": 181, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "tests/test_check_trusted_base.sh", - "lines": 43, + "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/silver.rs", + "lines": 431, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 10, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "tests/test_secret_scanner_canary.sh", - "lines": 195, + "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", + "lines": 443, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 12, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "tests/test_tag_ruleset_canon.sh", - "lines": 340, + "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/lib.rs", + "lines": 163, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 354, + "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/main.rs", + "lines": 301, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/examples/ai-ml-project/julia/train.jl", - "lines": 88, + "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/adapters/mod.rs", + "lines": 118, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/examples/standard-library/src/lib.rs", - "lines": 305, + "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/adapters/bitbucket.rs", + "lines": 198, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "safe_unwrap_calls": 10, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/examples/enterprise-service/benches/api_benchmarks.rs", - "lines": 36, + "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/extensions/vscode/src/extension.affine", + "lines": 415, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 7, + "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/examples/enterprise-service/src/main.rs", - "lines": 79, + "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/lsp/src/main.rs", + "lines": 243, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, + "safe_unwrap_calls": 3, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/examples/enterprise-service/src/state.rs", - "lines": 46, + "file_path": "rhodium-standard-repositories/scripts/containerfile-to-stapeln.jl", + "lines": 419, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/examples/enterprise-service/src/handlers.rs", - "lines": 170, + "file_path": "rhodium-standard-repositories/scripts/ux-batch-rollout.jl", + "lines": 546, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 12, + "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/examples/rhodium-minimal/src/main.rs", - "lines": 106, + "file_path": ".verisimdb/deploy.sh", + "lines": 41, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1314,28 +1344,28 @@ "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/rsr-check.scm", - "lines": 496, + "file_path": ".verisimdb/ecosystem-ingest/src/main.rs", + "lines": 646, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 16, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/scripts/ux-batch-rollout.jl", - "lines": 546, + "file_path": "scripts/check-debt-ratchet.sh", + "lines": 174, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 12, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/scripts/containerfile-to-stapeln.jl", - "lines": 419, + "file_path": "scripts/apply-baseline.sh", + "lines": 336, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1344,188 +1374,188 @@ "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/rsr-audit.sh", - "lines": 996, + "file_path": "scripts/build-registry.sh", + "lines": 335, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/ux-test-harness/run-ux-test.sh", - "lines": 204, + "file_path": "scripts/check-manifest-ply.sh", + "lines": 269, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/rsr-compliance-checklist.k9.ncl", - "lines": 180, + "file_path": "scripts/build-scorecards.sh", + "lines": 451, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/app/Main.hs", - "lines": 220, + "file_path": "scripts/apply-protection-floor.sh", + "lines": 375, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Parser.hs", - "lines": 528, + "file_path": "scripts/verify-regextarget-claim.sh", + "lines": 136, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Transform/TypeHints.hs", - "lines": 258, + "file_path": "scripts/apply-tag-ruleset-canon.sh", + "lines": 499, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Analysis/Security.hs", - "lines": 387, + "file_path": "scripts/check-rsr-profile.sh", + "lines": 203, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Analysis/Types.hs", - "lines": 424, + "file_path": "scripts/tests/check-workflow-duplicate-keys-test.sh", + "lines": 179, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/tools/RevealSystem.affine", - "lines": 230, + "file_path": "scripts/tests/apply-baseline-test.sh", + "lines": 318, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 23, "threading_constructs": 0 }, - { - "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/GreenAgent.affine", - "lines": 112, + { + "file_path": "scripts/tests/wave4-dyadt-test.sh", + "lines": 195, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/IndigoAgent.affine", - "lines": 112, + "file_path": "scripts/tests/wave8-gates-test.sh", + "lines": 83, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/RedAgent.affine", - "lines": 112, + "file_path": "scripts/tests/actions-policy-486-test.sh", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-http-headers.sh", - "lines": 377, + "file_path": "scripts/tests/protection-floor-test.sh", + "lines": 459, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 15, + "io_operations": 18, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-dns-discovery.sh", - "lines": 266, + "file_path": "scripts/tests/run-debtfile-test.sh", + "lines": 124, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/scripts/generate-structure.sh", - "lines": 127, + "file_path": "scripts/tests/debt-ratchet-test.sh", + "lines": 140, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/install.sh", - "lines": 105, + "file_path": "scripts/tests/verify-regextarget-claim-test.sh", + "lines": 117, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Utils.hs", - "lines": 102, + "file_path": "scripts/tests/propagate-hypatia-caller-id-test.sh", + "lines": 199, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 16, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Bilingual.hs", - "lines": 219, + "file_path": "scripts/tests/check-trusted-base-test.sh", + "lines": 306, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 28, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Reference.hs", - "lines": 239, + "file_path": "scripts/tests/wave3-scorecards-test.sh", + "lines": 114, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1534,8 +1564,8 @@ "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Metadata.hs", - "lines": 301, + "file_path": "scripts/tests/fill-placeholders-test.sh", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1544,18 +1574,18 @@ "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/License.hs", - "lines": 272, + "file_path": "scripts/tests/filter-sarif-by-baseline-test.sh", + "lines": 113, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator.hs", - "lines": 165, + "file_path": "scripts/tests/check-workflow-staleness-test.sh", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1564,184 +1594,178 @@ "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/scripts/scaffold.sh", - "lines": 39, + "file_path": "scripts/tests/gate-tiers-test.sh", + "lines": 115, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/extensions/vscode/src/extension.affine", - "lines": 415, + "file_path": "scripts/tests/propagate-workflow-pins-test.sh", + "lines": 165, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/main.rs", - "lines": 301, + "file_path": "scripts/tests/check-action-pins-resolve-test.sh", + "lines": 295, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/adapters/bitbucket.rs", - "lines": 198, + "file_path": "scripts/tests/branch-gates-apply-test.sh", + "lines": 924, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 10, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/adapters/mod.rs", - "lines": 118, + "file_path": "scripts/tests/check-lock-gate-pin-freshness-test.sh", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/lib.rs", - "lines": 163, + "file_path": "scripts/tests/detect-ecosystem-test.sh", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/bronze.rs", - "lines": 400, + "file_path": "scripts/tests/spdx-inject-copyright-test.sh", + "lines": 299, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 12, - "io_operations": 5, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", - "lines": 443, + "file_path": "scripts/tests/run-required-test-suite-test.sh", + "lines": 70, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, - "io_operations": 5, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/silver.rs", - "lines": 431, + "file_path": "scripts/tests/check-launcher-standard-currency-test.sh", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 10, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/mod.rs", - "lines": 181, + "file_path": "scripts/tests/debtfile-structure-test.sh", + "lines": 310, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs", - "lines": 445, + "file_path": "scripts/tests/actions-lock-update-test.sh", + "lines": 215, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 6, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/rsr-certifier/lsp/src/main.rs", - "lines": 243, + "file_path": "scripts/tests/check-ts-allowlist-test.sh", + "lines": 187, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 3, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/rsr-deployer/scripts/bootstrap.sh", - "lines": 137, + "file_path": "scripts/tests/hypatia-blocking-gate-test.sh", + "lines": 93, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "rhodium-standard-repositories/satellites/state.scm/lib/state-graph.scm", - "lines": 487, + "file_path": "scripts/propagate-hypatia-caller-id.sh", + "lines": 251, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "docs/UX-standards/e-grade-launcher-template.sh", - "lines": 154, + "file_path": "scripts/apply-branch-gates.sh", + "lines": 586, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "docs/UX-standards/dustfile-template.sh", - "lines": 264, + "file_path": "scripts/apply-workflow-pins-remote.sh", + "lines": 506, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "docs/UX-standards/comprehensive-launcher-template.sh", - "lines": 489, + "file_path": "scripts/check-exemption-ratchet.sh", + "lines": 255, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 15, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", - "lines": 171, + "file_path": "scripts/check-launcher-standard-currency.sh", + "lines": 328, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1750,8 +1774,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.ncl", - "lines": 69, + "file_path": "scripts/check-ts-allowlist.deno.js", + "lines": 360, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1760,8 +1784,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 141, + "file_path": "scripts/check-action-pins-resolve.sh", + "lines": 265, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1770,8 +1794,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.ncl", - "lines": 94, + "file_path": "scripts/fix-workflow-duplicates.sh", + "lines": 92, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1780,38 +1804,38 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", - "lines": 276, + "file_path": "scripts/relock-sha-keys.sh", + "lines": 107, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", - "lines": 250, + "file_path": "scripts/check-required-contexts.sh", + "lines": 342, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.ncl", - "lines": 84, + "file_path": "scripts/spdx-inject-copyright.sh", + "lines": 348, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 69, + "file_path": "scripts/fill-placeholders.sh", + "lines": 220, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1820,8 +1844,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", - "lines": 160, + "file_path": "scripts/check-workflow-staleness.sh", + "lines": 486, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1830,7 +1854,7 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.ncl", + "file_path": "scripts/check-allowed-actions.sh", "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, @@ -1840,18 +1864,18 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.k9.ncl", - "lines": 236, + "file_path": "scripts/check-ts-allowlist.affine", + "lines": 245, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", - "lines": 65, + "file_path": "scripts/propagate-workflow-pins.sh", + "lines": 257, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1860,8 +1884,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "lines": 166, + "file_path": "scripts/registry-readiness.sh", + "lines": 124, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1870,29 +1894,28 @@ "threading_constructs": 0 }, { - "file_path": "1-formats/sub-specs/panll-panels/src/VcldbClient.affine", - "lines": 65, - "unsafe_blocks": 1, + "file_path": "docs/UX-standards/e-grade-launcher-template.sh", + "lines": 154, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "1-formats/sub-specs/inline-annotations/extractor/src/main.rs", - "lines": 401, + "file_path": "docs/UX-standards/comprehensive-launcher-template.sh", + "lines": 489, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 16, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 15, "threading_constructs": 0 }, { - "file_path": "1-formats/templates/state-scm-to-v2.jl", - "lines": 261, + "file_path": "docs/UX-standards/dustfile-template.sh", + "lines": 264, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1901,37 +1924,38 @@ "threading_constructs": 0 }, { - "file_path": "1-formats/templates/state-migrate-v1-to-v2.sh", - "lines": 46, + "file_path": "2-protocols/0-ai-gatekeeper/ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "1-formats/deed/tools/deed_lint.py", - "lines": 441, + "file_path": "2-protocols/0-ai-gatekeeper/ffi/zig/src/main.zig", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "1-formats/deed/tools/a2ml_to_deed.py", - "lines": 558, + "file_path": "2-protocols/k9-coordination/tools/k9-init/src/main.rs", + "lines": 431, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "safe_unwrap_calls": 3, + "allocation_sites": 12, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "1-formats/a2ml/anchor/ffi/zig/test/integration_test.zig", + "file_path": "2-protocols/axel/ffi/zig/test/integration_test.zig", "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, @@ -1941,7 +1965,7 @@ "threading_constructs": 2 }, { - "file_path": "1-formats/a2ml/anchor/ffi/zig/src/main.zig", + "file_path": "2-protocols/axel/ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, @@ -1951,8 +1975,8 @@ "threading_constructs": 0 }, { - "file_path": "1-formats/a2ml/agentic/scripts/bootstrap.sh", - "lines": 137, + "file_path": "2-protocols/axel/test/validate-policy.affine", + "lines": 54, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1961,38 +1985,58 @@ "threading_constructs": 0 }, { - "file_path": "1-formats/a2ml/agentic/ffi/rsr-adapter.adb", - "lines": 259, + "file_path": "2-protocols/axel/test/validate-policy_test.affine", + "lines": 95, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "1-formats/a2ml/agentic/ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "2-protocols/axel/src/AxelSts.affine", + "lines": 96, + "unsafe_blocks": 7, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "2-protocols/axel/src/ProvenSafeUrl.affine", + "lines": 179, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "1-formats/a2ml/agentic/ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "2-protocols/axel/src/Tea.affine", + "lines": 80, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "1-formats/a2ml/state/lib/state-graph.scm", - "lines": 487, + "file_path": "2-protocols/axel/src/ProvenResult.affine", + "lines": 50, + "unsafe_blocks": 2, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "launcher/keepopen.sh", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2001,282 +2045,262 @@ "threading_constructs": 0 }, { - "file_path": "1-formats/a2ml/neurosym/scripts/bootstrap.sh", - "lines": 137, + "file_path": "setup.sh", + "lines": 354, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": ".github/actions/affirmation-check/test.sh", + "lines": 140, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 } ], "recommended_attacks": [ + "disk", "network", "time", "memory", - "disk", - "cpu", - "concurrency" + "concurrency", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "rhodium-standard-repositories/examples/enterprise-service/src/main.rs", - "to": "rhodium-standard-repositories/examples/enterprise-service/src/state.rs", - "relation": "shared_dir:rhodium-standard-repositories/examples/enterprise-service/src", - "weight": 1.0 - }, - { - "from": "rhodium-standard-repositories/examples/enterprise-service/src/state.rs", - "to": "rhodium-standard-repositories/examples/enterprise-service/src/handlers.rs", - "relation": "shared_dir:rhodium-standard-repositories/examples/enterprise-service/src", - "weight": 1.0 - }, - { - "from": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/GreenAgent.affine", - "to": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/IndigoAgent.affine", - "relation": "shared_dir:rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents", - "weight": 1.0 - }, - { - "from": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/IndigoAgent.affine", - "to": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/RedAgent.affine", - "relation": "shared_dir:rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents", - "weight": 1.0 - }, - { - "from": "1-formats/deed/tools/deed_lint.py", - "to": "1-formats/deed/tools/a2ml_to_deed.py", - "relation": "shared_dir:1-formats/deed/tools", - "weight": 1.0 - }, - { - "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/main.rs", - "to": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/lib.rs", - "relation": "shared_dir:rhodium-standard-repositories/satellites/rsr-certifier/engine/src", - "weight": 1.0 - }, - { - "from": "rhodium-standard-repositories/scripts/ux-batch-rollout.jl", - "to": "rhodium-standard-repositories/scripts/containerfile-to-stapeln.jl", - "relation": "shared_dir:rhodium-standard-repositories/scripts", + "from": "scripts/check-debt-ratchet.sh", + "to": "scripts/apply-baseline.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-http-headers.sh", - "to": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-dns-discovery.sh", - "relation": "shared_dir:rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations", + "from": "scripts/apply-baseline.sh", + "to": "scripts/build-registry.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/trust/trust.ncl", - "to": ".machine_readable/contractiles/trust/trust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/trust", + "from": "scripts/build-registry.sh", + "to": "scripts/check-manifest-ply.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/adapters/bitbucket.rs", - "to": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/adapters/mod.rs", - "relation": "shared_dir:rhodium-standard-repositories/satellites/rsr-certifier/engine/src/adapters", + "from": "scripts/check-manifest-ply.sh", + "to": "scripts/build-scorecards.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": ".machine_readable/contractiles/bust/bust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/bust", + "from": "scripts/build-scorecards.sh", + "to": "scripts/apply-protection-floor.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "2-protocols/axel/src/AxelSts.affine", - "to": "2-protocols/axel/src/ProvenSafeUrl.affine", - "relation": "shared_dir:2-protocols/axel/src", + "from": "scripts/apply-protection-floor.sh", + "to": "scripts/verify-regextarget-claim.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "2-protocols/axel/src/ProvenSafeUrl.affine", - "to": "2-protocols/axel/src/Tea.affine", - "relation": "shared_dir:2-protocols/axel/src", + "from": "scripts/verify-regextarget-claim.sh", + "to": "scripts/apply-tag-ruleset-canon.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "2-protocols/axel/src/Tea.affine", - "to": "2-protocols/axel/src/ProvenResult.affine", - "relation": "shared_dir:2-protocols/axel/src", + "from": "scripts/apply-tag-ruleset-canon.sh", + "to": "scripts/check-rsr-profile.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", - "to": ".machine_readable/contractiles/dust/dust.ncl", - "relation": "shared_dir:.machine_readable/contractiles/dust", + "from": "scripts/check-rsr-profile.sh", + "to": "scripts/propagate-hypatia-caller-id.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "docs/UX-standards/e-grade-launcher-template.sh", - "to": "docs/UX-standards/dustfile-template.sh", - "relation": "shared_dir:docs/UX-standards", + "from": "scripts/propagate-hypatia-caller-id.sh", + "to": "scripts/apply-branch-gates.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "docs/UX-standards/dustfile-template.sh", - "to": "docs/UX-standards/comprehensive-launcher-template.sh", - "relation": "shared_dir:docs/UX-standards", + "from": "scripts/apply-branch-gates.sh", + "to": "scripts/apply-workflow-pins-remote.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/build-scorecards.sh", - "to": "scripts/registry-readiness.sh", + "from": "scripts/apply-workflow-pins-remote.sh", + "to": "scripts/check-exemption-ratchet.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/registry-readiness.sh", - "to": "scripts/build-registry.sh", + "from": "scripts/check-exemption-ratchet.sh", + "to": "scripts/check-launcher-standard-currency.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/build-registry.sh", - "to": "scripts/check-manifest-ply.sh", + "from": "scripts/check-launcher-standard-currency.sh", + "to": "scripts/check-ts-allowlist.deno.js", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/check-manifest-ply.sh", - "to": "scripts/check-ts-allowlist.deno.js", + "from": "scripts/check-ts-allowlist.deno.js", + "to": "scripts/check-action-pins-resolve.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/check-ts-allowlist.deno.js", + "from": "scripts/check-action-pins-resolve.sh", "to": "scripts/fix-workflow-duplicates.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { "from": "scripts/fix-workflow-duplicates.sh", - "to": "scripts/propagate-hypatia-caller-id.sh", + "to": "scripts/relock-sha-keys.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/propagate-hypatia-caller-id.sh", - "to": "scripts/apply-workflow-pins-remote.sh", + "from": "scripts/relock-sha-keys.sh", + "to": "scripts/check-required-contexts.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/apply-workflow-pins-remote.sh", - "to": "scripts/check-launcher-standard-currency.sh", + "from": "scripts/check-required-contexts.sh", + "to": "scripts/spdx-inject-copyright.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/check-launcher-standard-currency.sh", - "to": "scripts/check-rsr-profile.sh", + "from": "scripts/spdx-inject-copyright.sh", + "to": "scripts/fill-placeholders.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/check-rsr-profile.sh", - "to": "scripts/check-debt-ratchet.sh", + "from": "scripts/fill-placeholders.sh", + "to": "scripts/check-workflow-staleness.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/check-debt-ratchet.sh", - "to": "scripts/check-exemption-ratchet.sh", + "from": "scripts/check-workflow-staleness.sh", + "to": "scripts/check-allowed-actions.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/check-exemption-ratchet.sh", - "to": "scripts/check-allowed-actions.sh", + "from": "scripts/check-allowed-actions.sh", + "to": "scripts/check-ts-allowlist.affine", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/check-allowed-actions.sh", - "to": "scripts/relock-sha-keys.sh", + "from": "scripts/check-ts-allowlist.affine", + "to": "scripts/propagate-workflow-pins.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/relock-sha-keys.sh", - "to": "scripts/check-required-contexts.sh", + "from": "scripts/propagate-workflow-pins.sh", + "to": "scripts/registry-readiness.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "scripts/check-required-contexts.sh", - "to": "scripts/apply-tag-ruleset-canon.sh", - "relation": "shared_dir:scripts", + "from": "docs/UX-standards/e-grade-launcher-template.sh", + "to": "docs/UX-standards/comprehensive-launcher-template.sh", + "relation": "shared_dir:docs/UX-standards", + "weight": 1.0 + }, + { + "from": "docs/UX-standards/comprehensive-launcher-template.sh", + "to": "docs/UX-standards/dustfile-template.sh", + "relation": "shared_dir:docs/UX-standards", "weight": 1.0 }, { - "from": "scripts/apply-tag-ruleset-canon.sh", - "to": "scripts/fill-placeholders.sh", - "relation": "shared_dir:scripts", + "from": "1-formats/deed/tools/a2ml_to_deed.py", + "to": "1-formats/deed/tools/deed_lint.py", + "relation": "shared_dir:1-formats/deed/tools", "weight": 1.0 }, { - "from": "scripts/fill-placeholders.sh", - "to": "scripts/check-action-pins-resolve.sh", - "relation": "shared_dir:scripts", + "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/adapters/mod.rs", + "to": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/adapters/bitbucket.rs", + "relation": "shared_dir:rhodium-standard-repositories/satellites/rsr-certifier/engine/src/adapters", "weight": 1.0 }, { - "from": "scripts/check-action-pins-resolve.sh", - "to": "scripts/check-ts-allowlist.affine", - "relation": "shared_dir:scripts", + "from": "2-protocols/axel/src/AxelSts.affine", + "to": "2-protocols/axel/src/ProvenSafeUrl.affine", + "relation": "shared_dir:2-protocols/axel/src", "weight": 1.0 }, { - "from": "scripts/check-ts-allowlist.affine", - "to": "scripts/spdx-inject-copyright.sh", - "relation": "shared_dir:scripts", + "from": "2-protocols/axel/src/ProvenSafeUrl.affine", + "to": "2-protocols/axel/src/Tea.affine", + "relation": "shared_dir:2-protocols/axel/src", "weight": 1.0 }, { - "from": "scripts/spdx-inject-copyright.sh", - "to": "scripts/check-workflow-staleness.sh", - "relation": "shared_dir:scripts", + "from": "2-protocols/axel/src/Tea.affine", + "to": "2-protocols/axel/src/ProvenResult.affine", + "relation": "shared_dir:2-protocols/axel/src", "weight": 1.0 }, { - "from": "scripts/check-workflow-staleness.sh", - "to": "scripts/propagate-workflow-pins.sh", - "relation": "shared_dir:scripts", + "from": "rhodium-standard-repositories/rsr-compliance-checklist.k9.ncl", + "to": "rhodium-standard-repositories/rsr-check.scm", + "relation": "shared_dir:rhodium-standard-repositories", "weight": 1.0 }, { - "from": "scripts/propagate-workflow-pins.sh", - "to": "scripts/verify-regextarget-claim.sh", - "relation": "shared_dir:scripts", + "from": "rhodium-standard-repositories/rsr-check.scm", + "to": "rhodium-standard-repositories/rsr-audit.sh", + "relation": "shared_dir:rhodium-standard-repositories", "weight": 1.0 }, { - "from": "scripts/verify-regextarget-claim.sh", - "to": "scripts/apply-branch-gates.sh", - "relation": "shared_dir:scripts", + "from": "tests/test_check_trusted_base.sh", + "to": "tests/test_secret_scanner_canary.sh", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "scripts/apply-branch-gates.sh", - "to": "scripts/apply-baseline.sh", - "relation": "shared_dir:scripts", + "from": "tests/test_secret_scanner_canary.sh", + "to": "tests/test_tag_ruleset_canon.sh", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/rsr-check.scm", - "to": "rhodium-standard-repositories/rsr-audit.sh", - "relation": "shared_dir:rhodium-standard-repositories", + "from": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-dns-discovery.sh", + "to": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-http-headers.sh", + "relation": "shared_dir:rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/rsr-audit.sh", - "to": "rhodium-standard-repositories/rsr-compliance-checklist.k9.ncl", - "relation": "shared_dir:rhodium-standard-repositories", + "from": ".machine_readable/contractiles/dust/dust.ncl", + "to": ".machine_readable/contractiles/dust/dust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/dust", "weight": 1.0 }, { @@ -2287,188 +2311,194 @@ }, { "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Bilingual.hs", - "to": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Reference.hs", - "relation": "shared_dir:rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator", - "weight": 1.0 - }, - { - "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Reference.hs", "to": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Metadata.hs", "relation": "shared_dir:rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator", "weight": 1.0 }, { "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Metadata.hs", - "to": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/License.hs", + "to": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Reference.hs", "relation": "shared_dir:rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator", "weight": 1.0 }, { - "from": "scripts/tests/debtfile-structure-test.sh", - "to": "scripts/tests/gate-tiers-test.sh", - "relation": "shared_dir:scripts/tests", + "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Reference.hs", + "to": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/License.hs", + "relation": "shared_dir:rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator", "weight": 1.0 }, { - "from": "scripts/tests/gate-tiers-test.sh", - "to": "scripts/tests/debt-ratchet-test.sh", - "relation": "shared_dir:scripts/tests", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": ".machine_readable/contractiles/intend/intend.ncl", + "relation": "shared_dir:.machine_readable/contractiles/intend", "weight": 1.0 }, { - "from": "scripts/tests/debt-ratchet-test.sh", - "to": "scripts/tests/wave3-scorecards-test.sh", + "from": "scripts/tests/check-workflow-duplicate-keys-test.sh", + "to": "scripts/tests/apply-baseline-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/wave3-scorecards-test.sh", - "to": "scripts/tests/fill-placeholders-test.sh", + "from": "scripts/tests/apply-baseline-test.sh", + "to": "scripts/tests/wave4-dyadt-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/fill-placeholders-test.sh", - "to": "scripts/tests/propagate-workflow-pins-test.sh", + "from": "scripts/tests/wave4-dyadt-test.sh", + "to": "scripts/tests/wave8-gates-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/propagate-workflow-pins-test.sh", - "to": "scripts/tests/detect-ecosystem-test.sh", + "from": "scripts/tests/wave8-gates-test.sh", + "to": "scripts/tests/actions-policy-486-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/detect-ecosystem-test.sh", - "to": "scripts/tests/check-trusted-base-test.sh", + "from": "scripts/tests/actions-policy-486-test.sh", + "to": "scripts/tests/protection-floor-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/check-trusted-base-test.sh", - "to": "scripts/tests/check-workflow-duplicate-keys-test.sh", + "from": "scripts/tests/protection-floor-test.sh", + "to": "scripts/tests/run-debtfile-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/check-workflow-duplicate-keys-test.sh", - "to": "scripts/tests/check-launcher-standard-currency-test.sh", + "from": "scripts/tests/run-debtfile-test.sh", + "to": "scripts/tests/debt-ratchet-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/check-launcher-standard-currency-test.sh", + "from": "scripts/tests/debt-ratchet-test.sh", "to": "scripts/tests/verify-regextarget-claim-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { "from": "scripts/tests/verify-regextarget-claim-test.sh", - "to": "scripts/tests/actions-lock-update-test.sh", + "to": "scripts/tests/propagate-hypatia-caller-id-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/actions-lock-update-test.sh", - "to": "scripts/tests/check-ts-allowlist-test.sh", + "from": "scripts/tests/propagate-hypatia-caller-id-test.sh", + "to": "scripts/tests/check-trusted-base-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/check-ts-allowlist-test.sh", - "to": "scripts/tests/run-debtfile-test.sh", + "from": "scripts/tests/check-trusted-base-test.sh", + "to": "scripts/tests/wave3-scorecards-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/run-debtfile-test.sh", - "to": "scripts/tests/run-required-test-suite-test.sh", + "from": "scripts/tests/wave3-scorecards-test.sh", + "to": "scripts/tests/fill-placeholders-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/run-required-test-suite-test.sh", - "to": "scripts/tests/propagate-hypatia-caller-id-test.sh", + "from": "scripts/tests/fill-placeholders-test.sh", + "to": "scripts/tests/filter-sarif-by-baseline-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/propagate-hypatia-caller-id-test.sh", + "from": "scripts/tests/filter-sarif-by-baseline-test.sh", "to": "scripts/tests/check-workflow-staleness-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { "from": "scripts/tests/check-workflow-staleness-test.sh", - "to": "scripts/tests/filter-sarif-by-baseline-test.sh", + "to": "scripts/tests/gate-tiers-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/filter-sarif-by-baseline-test.sh", - "to": "scripts/tests/spdx-inject-copyright-test.sh", + "from": "scripts/tests/gate-tiers-test.sh", + "to": "scripts/tests/propagate-workflow-pins-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/spdx-inject-copyright-test.sh", - "to": "scripts/tests/wave4-dyadt-test.sh", + "from": "scripts/tests/propagate-workflow-pins-test.sh", + "to": "scripts/tests/check-action-pins-resolve-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/wave4-dyadt-test.sh", - "to": "scripts/tests/hypatia-blocking-gate-test.sh", + "from": "scripts/tests/check-action-pins-resolve-test.sh", + "to": "scripts/tests/branch-gates-apply-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/hypatia-blocking-gate-test.sh", + "from": "scripts/tests/branch-gates-apply-test.sh", "to": "scripts/tests/check-lock-gate-pin-freshness-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { "from": "scripts/tests/check-lock-gate-pin-freshness-test.sh", - "to": "scripts/tests/check-action-pins-resolve-test.sh", + "to": "scripts/tests/detect-ecosystem-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/check-action-pins-resolve-test.sh", - "to": "scripts/tests/apply-baseline-test.sh", + "from": "scripts/tests/detect-ecosystem-test.sh", + "to": "scripts/tests/spdx-inject-copyright-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/apply-baseline-test.sh", - "to": "scripts/tests/branch-gates-apply-test.sh", + "from": "scripts/tests/spdx-inject-copyright-test.sh", + "to": "scripts/tests/run-required-test-suite-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/branch-gates-apply-test.sh", - "to": "scripts/tests/actions-policy-486-test.sh", + "from": "scripts/tests/run-required-test-suite-test.sh", + "to": "scripts/tests/check-launcher-standard-currency-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "scripts/tests/actions-policy-486-test.sh", - "to": "scripts/tests/wave8-gates-test.sh", + "from": "scripts/tests/check-launcher-standard-currency-test.sh", + "to": "scripts/tests/debtfile-structure-test.sh", "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", - "to": ".machine_readable/contractiles/intend/intend.ncl", - "relation": "shared_dir:.machine_readable/contractiles/intend", + "from": "scripts/tests/debtfile-structure-test.sh", + "to": "scripts/tests/actions-lock-update-test.sh", + "relation": "shared_dir:scripts/tests", "weight": 1.0 }, { - "from": "2-protocols/axel/test/validate-policy_test.affine", - "to": "2-protocols/axel/test/validate-policy.affine", - "relation": "shared_dir:2-protocols/axel/test", + "from": "scripts/tests/actions-lock-update-test.sh", + "to": "scripts/tests/check-ts-allowlist-test.sh", + "relation": "shared_dir:scripts/tests", + "weight": 1.0 + }, + { + "from": "scripts/tests/check-ts-allowlist-test.sh", + "to": "scripts/tests/hypatia-blocking-gate-test.sh", + "relation": "shared_dir:scripts/tests", + "weight": 1.0 + }, + { + "from": "1-formats/templates/state-scm-to-v2.jl", + "to": "1-formats/templates/state-migrate-v1-to-v2.sh", + "relation": "shared_dir:1-formats/templates", "weight": 1.0 }, { @@ -2477,6 +2507,12 @@ "relation": "shared_dir:.machine_readable/contractiles/must", "weight": 1.0 }, + { + "from": ".machine_readable/contractiles/trust/trust.ncl", + "to": ".machine_readable/contractiles/trust/trust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/trust", + "weight": 1.0 + }, { "from": ".machine_readable/contractiles/adjust/adjust.ncl", "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", @@ -2484,949 +2520,991 @@ "weight": 1.0 }, { - "from": "tests/test_check_trusted_base.sh", - "to": "tests/test_secret_scanner_canary.sh", - "relation": "shared_dir:tests", + "from": "rhodium-standard-repositories/scripts/containerfile-to-stapeln.jl", + "to": "rhodium-standard-repositories/scripts/ux-batch-rollout.jl", + "relation": "shared_dir:rhodium-standard-repositories/scripts", "weight": 1.0 }, { - "from": "tests/test_secret_scanner_canary.sh", - "to": "tests/test_tag_ruleset_canon.sh", - "relation": "shared_dir:tests", + "from": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Analysis/Types.hs", + "to": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Analysis/Security.hs", + "relation": "shared_dir:rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Analysis", + "weight": 1.0 + }, + { + "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs", + "to": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/bronze.rs", + "relation": "shared_dir:rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance", "weight": 1.0 }, { "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/bronze.rs", - "to": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", + "to": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/mod.rs", "relation": "shared_dir:rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", + "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/mod.rs", "to": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/silver.rs", "relation": "shared_dir:rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance", "weight": 1.0 }, { "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/silver.rs", - "to": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/mod.rs", + "to": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", "relation": "shared_dir:rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/mod.rs", - "to": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs", - "relation": "shared_dir:rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance", + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "to": ".machine_readable/contractiles/bust/bust.ncl", + "relation": "shared_dir:.machine_readable/contractiles/bust", "weight": 1.0 }, { - "from": "1-formats/templates/state-scm-to-v2.jl", - "to": "1-formats/templates/state-migrate-v1-to-v2.sh", - "relation": "shared_dir:1-formats/templates", + "from": "2-protocols/axel/test/validate-policy.affine", + "to": "2-protocols/axel/test/validate-policy_test.affine", + "relation": "shared_dir:2-protocols/axel/test", + "weight": 1.0 + }, + { + "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/lib.rs", + "to": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/main.rs", + "relation": "shared_dir:rhodium-standard-repositories/satellites/rsr-certifier/engine/src", + "weight": 1.0 + }, + { + "from": "rhodium-standard-repositories/examples/enterprise-service/src/main.rs", + "to": "rhodium-standard-repositories/examples/enterprise-service/src/state.rs", + "relation": "shared_dir:rhodium-standard-repositories/examples/enterprise-service/src", + "weight": 1.0 + }, + { + "from": "rhodium-standard-repositories/examples/enterprise-service/src/state.rs", + "to": "rhodium-standard-repositories/examples/enterprise-service/src/handlers.rs", + "relation": "shared_dir:rhodium-standard-repositories/examples/enterprise-service/src", + "weight": 1.0 + }, + { + "from": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/GreenAgent.affine", + "to": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/IndigoAgent.affine", + "relation": "shared_dir:rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents", + "weight": 1.0 + }, + { + "from": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/IndigoAgent.affine", + "to": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/RedAgent.affine", + "relation": "shared_dir:rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Analysis/Security.hs", - "to": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Analysis/Types.hs", - "relation": "shared_dir:rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Analysis", + "from": "1-formats/a2ml/anchor/ffi/zig/test/integration_test.zig", + "to": "Ecto", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "1-formats/a2ml/anchor/ffi/zig/src/main.zig", + "to": "Ecto", + "relation": "framework", "weight": 1.0 }, { - "from": "tools/scm-to-a2ml-bot-directives/migrate.jl", + "from": "1-formats/a2ml/agentic/scripts/bootstrap.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "2-protocols/0-ai-gatekeeper/ffi/zig/test/integration_test.zig", + "from": "1-formats/a2ml/agentic/ffi/zig/test/integration_test.zig", "to": "Ecto", "relation": "framework", "weight": 4.0 }, { - "from": "2-protocols/0-ai-gatekeeper/ffi/zig/src/main.zig", + "from": "1-formats/a2ml/agentic/ffi/zig/src/main.zig", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "2-protocols/axel/test/validate-policy_test.affine", + "from": "1-formats/a2ml/agentic/ffi/rsr-adapter.adb", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "2-protocols/axel/test/validate-policy.affine", + "from": "1-formats/a2ml/state/lib/state-graph.scm", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "2-protocols/axel/src/AxelSts.affine", + "from": "1-formats/a2ml/neurosym/scripts/bootstrap.sh", "to": "Ecto", "relation": "framework", - "weight": 21.0 + "weight": 1.0 }, { - "from": "2-protocols/axel/src/ProvenSafeUrl.affine", + "from": "1-formats/sub-specs/panll-panels/src/VcldbClient.affine", "to": "Ecto", "relation": "framework", - "weight": 36.0 + "weight": 3.0 }, { - "from": "2-protocols/axel/src/Tea.affine", + "from": "1-formats/sub-specs/inline-annotations/extractor/src/main.rs", "to": "Ecto", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "2-protocols/axel/src/ProvenResult.affine", + "from": "1-formats/templates/state-scm-to-v2.jl", "to": "Ecto", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "2-protocols/axel/ffi/zig/test/integration_test.zig", + "from": "1-formats/templates/state-migrate-v1-to-v2.sh", "to": "Ecto", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "2-protocols/axel/ffi/zig/src/main.zig", + "from": "1-formats/deed/tools/a2ml_to_deed.py", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "2-protocols/k9-coordination/tools/k9-init/src/main.rs", + "from": "1-formats/deed/tools/deed_lint.py", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".verisimdb/ecosystem-ingest/src/main.rs", + "from": "tools/scm-to-a2ml-bot-directives/migrate.jl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".verisimdb/deploy.sh", + "from": ".machine_readable/contractiles/_base.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".github/actions/affirmation-check/test.sh", + "from": ".machine_readable/contractiles/trust/trust.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "launcher/keepopen.sh", + "from": ".machine_readable/contractiles/trust/trust.k9.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/install.sh", + "from": ".machine_readable/contractiles/dust/dust.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "hooks/playbook-to-recipe/src/main.rs", + "from": ".machine_readable/contractiles/dust/dust.k9.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/build-scorecards.sh", + "from": ".machine_readable/contractiles/must/must.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/registry-readiness.sh", + "from": ".machine_readable/contractiles/must/must.k9.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/build-registry.sh", + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/check-manifest-ply.sh", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/check-ts-allowlist.deno.js", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fix-workflow-duplicates.sh", + "from": ".machine_readable/contractiles/intend/intend.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/propagate-hypatia-caller-id.sh", + "from": ".machine_readable/contractiles/adjust/adjust.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/apply-workflow-pins-remote.sh", + "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/check-launcher-standard-currency.sh", + "from": "hooks/install.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/check-rsr-profile.sh", + "from": "hooks/playbook-to-recipe/src/main.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/check-debt-ratchet.sh", + "from": "tests/test_check_trusted_base.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/check-exemption-ratchet.sh", + "from": "tests/test_secret_scanner_canary.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/check-allowed-actions.sh", + "from": "tests/test_tag_ruleset_canon.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/relock-sha-keys.sh", + "from": "rhodium-standard-repositories/rsr-compliance-checklist.k9.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/debtfile-structure-test.sh", + "from": "rhodium-standard-repositories/ux-test-harness/run-ux-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/gate-tiers-test.sh", + "from": "rhodium-standard-repositories/examples/enterprise-service/benches/api_benchmarks.rs", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/tests/debt-ratchet-test.sh", + "from": "rhodium-standard-repositories/examples/enterprise-service/src/main.rs", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/tests/wave3-scorecards-test.sh", + "from": "rhodium-standard-repositories/examples/enterprise-service/src/state.rs", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/tests/fill-placeholders-test.sh", + "from": "rhodium-standard-repositories/examples/enterprise-service/src/handlers.rs", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/tests/propagate-workflow-pins-test.sh", + "from": "rhodium-standard-repositories/examples/ai-ml-project/julia/train.jl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/detect-ecosystem-test.sh", + "from": "rhodium-standard-repositories/examples/standard-library/src/lib.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/check-trusted-base-test.sh", + "from": "rhodium-standard-repositories/examples/rhodium-minimal/src/main.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/check-workflow-duplicate-keys-test.sh", + "from": "rhodium-standard-repositories/rsr-check.scm", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/check-launcher-standard-currency-test.sh", + "from": "rhodium-standard-repositories/rsr-audit.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/verify-regextarget-claim-test.sh", + "from": "rhodium-standard-repositories/satellites/rsr-deployer/scripts/bootstrap.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/actions-lock-update-test.sh", + "from": "rhodium-standard-repositories/satellites/state.scm/lib/state-graph.scm", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/check-ts-allowlist-test.sh", + "from": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/app/Main.hs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/run-debtfile-test.sh", + "from": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Transform/TypeHints.hs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/run-required-test-suite-test.sh", + "from": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Parser.hs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/propagate-hypatia-caller-id-test.sh", + "from": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Analysis/Types.hs", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/tests/check-workflow-staleness-test.sh", + "from": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Analysis/Security.hs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/filter-sarif-by-baseline-test.sh", + "from": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/tools/RevealSystem.affine", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/spdx-inject-copyright-test.sh", + "from": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/GreenAgent.affine", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/wave4-dyadt-test.sh", + "from": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/IndigoAgent.affine", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/hypatia-blocking-gate-test.sh", + "from": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/RedAgent.affine", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/check-lock-gate-pin-freshness-test.sh", + "from": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-dns-discovery.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/check-action-pins-resolve-test.sh", + "from": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-http-headers.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/apply-baseline-test.sh", + "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/scripts/scaffold.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/branch-gates-apply-test.sh", + "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/install.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/actions-policy-486-test.sh", + "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Utils.hs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/tests/wave8-gates-test.sh", + "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Bilingual.hs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/check-required-contexts.sh", + "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Metadata.hs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/apply-tag-ruleset-canon.sh", + "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Reference.hs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/fill-placeholders.sh", + "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/License.hs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/check-action-pins-resolve.sh", + "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator.hs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/check-ts-allowlist.affine", + "from": "rhodium-standard-repositories/satellites/palimpsest-license/scripts/generate-structure.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/spdx-inject-copyright.sh", + "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/check-workflow-staleness.sh", + "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/bronze.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/propagate-workflow-pins.sh", + "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/mod.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/verify-regextarget-claim.sh", + "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/silver.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/apply-branch-gates.sh", + "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/apply-baseline.sh", + "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/lib.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "tests/test_check_trusted_base.sh", + "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/main.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "tests/test_secret_scanner_canary.sh", + "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/adapters/mod.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "tests/test_tag_ruleset_canon.sh", + "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/adapters/bitbucket.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "rhodium-standard-repositories/satellites/rsr-certifier/extensions/vscode/src/extension.affine", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/examples/ai-ml-project/julia/train.jl", + "from": "rhodium-standard-repositories/satellites/rsr-certifier/lsp/src/main.rs", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rhodium-standard-repositories/examples/standard-library/src/lib.rs", + "from": "rhodium-standard-repositories/scripts/containerfile-to-stapeln.jl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/examples/enterprise-service/benches/api_benchmarks.rs", + "from": "rhodium-standard-repositories/scripts/ux-batch-rollout.jl", "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rhodium-standard-repositories/examples/enterprise-service/src/main.rs", + "from": ".verisimdb/deploy.sh", "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rhodium-standard-repositories/examples/enterprise-service/src/state.rs", + "from": ".verisimdb/ecosystem-ingest/src/main.rs", "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rhodium-standard-repositories/examples/enterprise-service/src/handlers.rs", + "from": "scripts/check-debt-ratchet.sh", "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rhodium-standard-repositories/examples/rhodium-minimal/src/main.rs", + "from": "scripts/apply-baseline.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/rsr-check.scm", + "from": "scripts/build-registry.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/scripts/ux-batch-rollout.jl", + "from": "scripts/check-manifest-ply.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/scripts/containerfile-to-stapeln.jl", + "from": "scripts/build-scorecards.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/rsr-audit.sh", + "from": "scripts/apply-protection-floor.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/ux-test-harness/run-ux-test.sh", + "from": "scripts/verify-regextarget-claim.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/rsr-compliance-checklist.k9.ncl", + "from": "scripts/apply-tag-ruleset-canon.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/app/Main.hs", + "from": "scripts/check-rsr-profile.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Parser.hs", + "from": "scripts/tests/check-workflow-duplicate-keys-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Transform/TypeHints.hs", + "from": "scripts/tests/apply-baseline-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Analysis/Security.hs", + "from": "scripts/tests/wave4-dyadt-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/src/Sanctify/Analysis/Types.hs", + "from": "scripts/tests/wave8-gates-test.sh", "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/tools/RevealSystem.affine", + "from": "scripts/tests/actions-policy-486-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/GreenAgent.affine", + "from": "scripts/tests/protection-floor-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/IndigoAgent.affine", + "from": "scripts/tests/run-debtfile-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/agents/RedAgent.affine", + "from": "scripts/tests/debt-ratchet-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-http-headers.sh", + "from": "scripts/tests/verify-regextarget-claim-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-dns-discovery.sh", + "from": "scripts/tests/propagate-hypatia-caller-id-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/palimpsest-license/scripts/generate-structure.sh", + "from": "scripts/tests/check-trusted-base-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/install.sh", + "from": "scripts/tests/wave3-scorecards-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Utils.hs", + "from": "scripts/tests/fill-placeholders-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Bilingual.hs", + "from": "scripts/tests/filter-sarif-by-baseline-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Reference.hs", + "from": "scripts/tests/check-workflow-staleness-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/Metadata.hs", + "from": "scripts/tests/gate-tiers-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator/License.hs", + "from": "scripts/tests/propagate-workflow-pins-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/src/Palimpsest/Validator.hs", + "from": "scripts/tests/check-action-pins-resolve-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/scripts/scaffold.sh", + "from": "scripts/tests/branch-gates-apply-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/rsr-certifier/extensions/vscode/src/extension.affine", + "from": "scripts/tests/check-lock-gate-pin-freshness-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/main.rs", + "from": "scripts/tests/detect-ecosystem-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/adapters/bitbucket.rs", + "from": "scripts/tests/spdx-inject-copyright-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/adapters/mod.rs", + "from": "scripts/tests/run-required-test-suite-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/lib.rs", + "from": "scripts/tests/check-launcher-standard-currency-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/bronze.rs", + "from": "scripts/tests/debtfile-structure-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", + "from": "scripts/tests/actions-lock-update-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/silver.rs", + "from": "scripts/tests/check-ts-allowlist-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/mod.rs", + "from": "scripts/tests/hypatia-blocking-gate-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs", + "from": "scripts/propagate-hypatia-caller-id.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/rsr-certifier/lsp/src/main.rs", + "from": "scripts/apply-branch-gates.sh", "to": "Ecto", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/rsr-deployer/scripts/bootstrap.sh", + "from": "scripts/apply-workflow-pins-remote.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "rhodium-standard-repositories/satellites/state.scm/lib/state-graph.scm", + "from": "scripts/check-exemption-ratchet.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "docs/UX-standards/e-grade-launcher-template.sh", + "from": "scripts/check-launcher-standard-currency.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "docs/UX-standards/dustfile-template.sh", + "from": "scripts/check-ts-allowlist.deno.js", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "docs/UX-standards/comprehensive-launcher-template.sh", + "from": "scripts/check-action-pins-resolve.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", + "from": "scripts/fix-workflow-duplicates.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.ncl", + "from": "scripts/relock-sha-keys.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/_base.ncl", + "from": "scripts/check-required-contexts.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/trust/trust.ncl", + "from": "scripts/spdx-inject-copyright.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/trust/trust.k9.ncl", + "from": "scripts/fill-placeholders.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "from": "scripts/check-workflow-staleness.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.ncl", + "from": "scripts/check-allowed-actions.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "scripts/check-ts-allowlist.affine", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "from": "scripts/propagate-workflow-pins.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.ncl", + "from": "scripts/registry-readiness.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.k9.ncl", + "from": "docs/UX-standards/e-grade-launcher-template.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "from": "docs/UX-standards/comprehensive-launcher-template.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "from": "docs/UX-standards/dustfile-template.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "1-formats/sub-specs/panll-panels/src/VcldbClient.affine", + "from": "2-protocols/0-ai-gatekeeper/ffi/zig/test/integration_test.zig", "to": "Ecto", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "1-formats/sub-specs/inline-annotations/extractor/src/main.rs", + "from": "2-protocols/0-ai-gatekeeper/ffi/zig/src/main.zig", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "1-formats/templates/state-scm-to-v2.jl", + "from": "2-protocols/k9-coordination/tools/k9-init/src/main.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "1-formats/templates/state-migrate-v1-to-v2.sh", + "from": "2-protocols/axel/ffi/zig/test/integration_test.zig", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "1-formats/deed/tools/deed_lint.py", + "from": "2-protocols/axel/ffi/zig/src/main.zig", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "1-formats/deed/tools/a2ml_to_deed.py", + "from": "2-protocols/axel/test/validate-policy.affine", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "1-formats/a2ml/anchor/ffi/zig/test/integration_test.zig", + "from": "2-protocols/axel/test/validate-policy_test.affine", "to": "Ecto", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "1-formats/a2ml/anchor/ffi/zig/src/main.zig", + "from": "2-protocols/axel/src/AxelSts.affine", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 21.0 }, { - "from": "1-formats/a2ml/agentic/scripts/bootstrap.sh", + "from": "2-protocols/axel/src/ProvenSafeUrl.affine", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "1-formats/a2ml/agentic/ffi/rsr-adapter.adb", + "from": "2-protocols/axel/src/Tea.affine", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 9.0 }, { - "from": "1-formats/a2ml/agentic/ffi/zig/test/integration_test.zig", + "from": "2-protocols/axel/src/ProvenResult.affine", "to": "Ecto", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "1-formats/a2ml/agentic/ffi/zig/src/main.zig", + "from": "launcher/keepopen.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "1-formats/a2ml/state/lib/state-graph.scm", + "from": "setup.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "1-formats/a2ml/neurosym/scripts/bootstrap.sh", + "from": ".github/actions/affirmation-check/test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 @@ -3436,32 +3514,38 @@ "taint_matrix": { "rows": [ { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "rhodium-standard-repositories/satellites/rsr-certifier/lsp/src/main.rs" + "1-formats/sub-specs/inline-annotations/extractor/src/main.rs", + "hooks/playbook-to-recipe/src/main.rs", + "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs", + "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/bronze.rs", + "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/silver.rs", + "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", + "2-protocols/k9-coordination/tools/k9-init/src/main.rs" ], "frameworks": [ "Ecto" ], - "relation": "PanicPath->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnboundedLoop", + "source_category": "InputBoundary", "sink_axis": "cpu", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "1-formats/deed/tools/deed_lint.py" + "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/scripts/repo-reconcile.jl" ], "frameworks": [ "Ecto" ], - "relation": "UnboundedLoop->Cpu" + "relation": "InputBoundary->Cpu" }, { "source_category": "UnboundedLoop", - "sink_axis": "time", + "sink_axis": "cpu", "severity_value": 3.5, "files": [ "1-formats/deed/tools/deed_lint.py" @@ -3469,20 +3553,19 @@ "frameworks": [ "Ecto" ], - "relation": "UnboundedLoop->Time" + "relation": "UnboundedLoop->Cpu" }, { - "source_category": "UnsafeFFI", - "sink_axis": "memory", - "severity_value": 2.5, + "source_category": "UnboundedLoop", + "sink_axis": "time", + "severity_value": 3.5, "files": [ - "2-protocols/axel/src/AxelSts.affine", - "2-protocols/axel/src/ProvenSafeUrl.affine" + "1-formats/deed/tools/deed_lint.py" ], "frameworks": [ "Ecto" ], - "relation": "UnsafeFFI->Memory" + "relation": "UnboundedLoop->Time" }, { "source_category": "HardcodedSecret", @@ -3496,137 +3579,135 @@ ], "relation": "HardcodedSecret->Network" }, - { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "rhodium-standard-repositories/satellites/rsr-certifier/lsp/src/main.rs" - ], - "frameworks": [ - "Ecto" - ], - "relation": "PanicPath->Disk" - }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "2-protocols/k9-coordination/tools/k9-init/src/main.rs", + "1-formats/sub-specs/inline-annotations/extractor/src/main.rs", "hooks/playbook-to-recipe/src/main.rs", + "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs", "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/bronze.rs", - "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/silver.rs", - "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs", - "1-formats/sub-specs/inline-annotations/extractor/src/main.rs" + "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", + "2-protocols/k9-coordination/tools/k9-init/src/main.rs" ], "frameworks": [ "Ecto" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "UnsafeFFI", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "launcher/soft-attach.sh", - "scripts/sweep-classifiers/classify-mirror.sh", - "scripts/sweep-classifiers/classify-hypatia-scan.sh", - "scripts/sweep-classifiers/classify-codeql.sh", - "scripts/sweep-classifiers/list-workflow-paths.sh", - "scripts/sweep-classifiers/classify-secret-scanner.sh", - "scripts/registry-readiness.sh", - "scripts/check-lockfile-drift.sh", - "rhodium-standard-repositories/ux-test-harness/run-ux-test.sh", - "rhodium-standard-repositories/ux-test-harness/test-repo.sh", - "docs/UX-standards/e-grade-launcher-template.sh", - "docs/UX-standards/dustfile-template.sh", - "docs/UX-standards/comprehensive-launcher-template.sh", - "1-formats/sub-specs/inline-annotations/extractor/batch-extract.sh" + "2-protocols/axel/src/AxelSts.affine", + "2-protocols/axel/src/ProvenSafeUrl.affine" ], "frameworks": [ "Ecto" ], - "relation": "PathTraversal->Disk" + "relation": "UnsafeFFI->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", - "severity_value": 2.5, + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 5.0, "files": [ - "2-protocols/k9-coordination/tools/k9-init/src/main.rs", - "hooks/playbook-to-recipe/src/main.rs", - "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/bronze.rs", - "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/gold.rs", - "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/silver.rs", - "rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs", - "1-formats/sub-specs/inline-annotations/extractor/src/main.rs" + "rhodium-standard-repositories/rsr-audit.sh", + "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-dns-discovery.sh", + "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-http-headers.sh", + "scripts/apply-baseline.sh", + "scripts/check-manifest-ply.sh", + "scripts/apply-protection-floor.sh", + "scripts/tests/protection-floor-test.sh", + "scripts/tests/propagate-hypatia-caller-id-test.sh", + "scripts/tests/fill-placeholders-test.sh", + "scripts/tests/branch-gates-apply-test.sh", + "scripts/apply-branch-gates.sh", + "scripts/check-exemption-ratchet.sh", + "docs/UX-standards/comprehensive-launcher-template.sh" ], "frameworks": [ "Ecto" ], - "relation": "UnboundedAllocation->Memory" + "relation": "CommandInjection->Cpu" }, { "source_category": "CommandInjection", - "sink_axis": "cpu", + "sink_axis": "disk", "severity_value": 5.0, "files": [ - "scripts/check-manifest-ply.sh", - "scripts/check-exemption-ratchet.sh", - "scripts/tests/fill-placeholders-test.sh", - "scripts/tests/propagate-hypatia-caller-id-test.sh", - "scripts/tests/branch-gates-apply-test.sh", - "scripts/apply-baseline.sh", "rhodium-standard-repositories/rsr-audit.sh", - "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-http-headers.sh", "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-dns-discovery.sh", - "docs/UX-standards/comprehensive-launcher-template.sh" + "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-http-headers.sh", + "scripts/tests/fill-placeholders-test.sh" ], "frameworks": [ "Ecto" ], - "relation": "CommandInjection->Cpu" + "relation": "CommandInjection->Disk" }, { - "source_category": "InputBoundary", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/scripts/repo-reconcile.jl" + "rhodium-standard-repositories/satellites/rsr-certifier/lsp/src/main.rs" ], "frameworks": [ "Ecto" ], - "relation": "InputBoundary->Cpu" + "relation": "PanicPath->Disk" }, { - "source_category": "CommandInjection", + "source_category": "PathTraversal", "sink_axis": "disk", - "severity_value": 5.0, + "severity_value": 2.5, "files": [ - "scripts/tests/fill-placeholders-test.sh", - "rhodium-standard-repositories/rsr-audit.sh", - "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-http-headers.sh", - "rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/presentations/demo-dns-discovery.sh" + "1-formats/sub-specs/inline-annotations/extractor/batch-extract.sh", + "rhodium-standard-repositories/ux-test-harness/run-ux-test.sh", + "rhodium-standard-repositories/ux-test-harness/test-repo.sh", + "scripts/sweep-classifiers/classify-codeql.sh", + "scripts/sweep-classifiers/classify-mirror.sh", + "scripts/sweep-classifiers/classify-secret-scanner.sh", + "scripts/sweep-classifiers/classify-hypatia-scan.sh", + "scripts/sweep-classifiers/list-workflow-paths.sh", + "scripts/check-lockfile-drift.sh", + "scripts/registry-readiness.sh", + "docs/UX-standards/e-grade-launcher-template.sh", + "docs/UX-standards/comprehensive-launcher-template.sh", + "docs/UX-standards/dustfile-template.sh", + "launcher/soft-attach.sh" ], "frameworks": [ "Ecto" ], - "relation": "CommandInjection->Disk" + "relation": "PathTraversal->Disk" + }, + { + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "rhodium-standard-repositories/satellites/rsr-certifier/lsp/src/main.rs" + ], + "frameworks": [ + "Ecto" + ], + "relation": "PanicPath->Memory" }, { "source_category": "InsecureProtocol", "sink_axis": "network", "severity_value": 2.5, "files": [ - "rhodium-standard-repositories/satellites/palimpsest-license/integrations/server/ruby/lib/palimpsest/generator.rb", - "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Integration/PipelineSpec.hs", + "1-formats/k9/register.ncl", "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Palimpsest/Validator/MetadataSpec.hs", "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Palimpsest/Validator/ReferenceSpec.hs", - "1-formats/k9/register.ncl" + "rhodium-standard-repositories/satellites/palimpsest-license/TOOLS/validation/haskell/test/Integration/PipelineSpec.hs", + "rhodium-standard-repositories/satellites/palimpsest-license/integrations/server/ruby/lib/palimpsest/generator.rb" ], "frameworks": [ "Ecto" diff --git a/scans/stateful-artefacts.json b/scans/stateful-artefacts.json index 764fcfb6..fd2e6dd0 100644 --- a/scans/stateful-artefacts.json +++ b/scans/stateful-artefacts.json @@ -48,23 +48,23 @@ "threading_constructs": 0 }, { - "file_path": "src/bridges/verisimdb-feed.sh", - "lines": 53, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 447, - "unsafe_blocks": 4, + "file_path": "src/bridges/verisimdb-feed.sh", + "lines": 53, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -88,20 +88,20 @@ "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, - "unsafe_blocks": 0, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 447, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", + "cpu", "memory", - "cpu" + "disk" ], "dependency_graph": { "edges": [ @@ -115,16 +115,6 @@ }, "taint_matrix": { "rows": [ - { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, - "files": [ - "src/interface/ffi/src/main.zig" - ], - "frameworks": [], - "relation": "UnsafeCode->Memory" - }, { "source_category": "PathTraversal", "sink_axis": "disk", @@ -134,6 +124,16 @@ ], "frameworks": [], "relation": "PathTraversal->Disk" + }, + { + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, + "files": [ + "src/interface/ffi/src/main.zig" + ], + "frameworks": [], + "relation": "UnsafeCode->Memory" } ] } diff --git a/scans/statistikles.json b/scans/statistikles.json index 75a17800..777752a6 100644 --- a/scans/statistikles.json +++ b/scans/statistikles.json @@ -4,18 +4,6 @@ "language": "julia", "frameworks": [], "weak_points": [ - { - "category": "UnboundedAllocation", - "location": ".github/scripts/validate_eclexiaiser.rs", - "file": ".github/scripts/validate_eclexiaiser.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in .github/scripts/validate_eclexiaiser.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, { "category": "ProofDrift", "location": "test/observability_test.jl", @@ -29,10 +17,10 @@ }, { "category": "ProofDrift", - "location": "test/runtests.jl", - "file": "test/runtests.jl", + "location": "test/e2e_test.jl", + "file": "test/e2e_test.jl", "severity": "Medium", - "description": "13 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", + "description": "8 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", "recommended_attack": [ "cpu" ], @@ -40,21 +28,21 @@ }, { "category": "ProofDrift", - "location": "test/degenerate_input_test.jl", - "file": "test/degenerate_input_test.jl", + "location": "test/executor_router_test.jl", + "file": "test/executor_router_test.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/degenerate_input_test.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/executor_router_test.jl", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "ProofDrift", - "location": "test/e2e_test.jl", - "file": "test/e2e_test.jl", + "category": "MutationGap", + "location": "test/executor_router_test.jl", + "file": "test/executor_router_test.jl", "severity": "Medium", - "description": "8 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/e2e_test.jl", + "description": "20 @test assertion(s) in test/executor_router_test.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", "recommended_attack": [ "cpu" ], @@ -62,21 +50,21 @@ }, { "category": "ProofDrift", - "location": "test/executor_router_test.jl", - "file": "test/executor_router_test.jl", + "location": "test/runtests.jl", + "file": "test/runtests.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/executor_router_test.jl", + "description": "13 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/runtests.jl", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "test/executor_router_test.jl", - "file": "test/executor_router_test.jl", + "category": "ProofDrift", + "location": "test/degenerate_input_test.jl", + "file": "test/degenerate_input_test.jl", "severity": "Medium", - "description": "20 @test assertion(s) in test/executor_router_test.jl are all type-only (no value/equality checks) — mutation tests will pass trivially; add @test x == expected assertions", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in test/degenerate_input_test.jl", "recommended_attack": [ "cpu" ], @@ -114,6 +102,18 @@ "cpu" ], "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": ".github/scripts/validate_eclexiaiser.rs", + "file": ".github/scripts/validate_eclexiaiser.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in .github/scripts/validate_eclexiaiser.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" } ], "statistics": { @@ -137,63 +137,63 @@ "threading_constructs": 0 }, { - "file_path": ".github/scripts/validate_eclexiaiser.rs", - "lines": 137, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 194, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 1, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "ffi/zig/src/main.zig", + "lines": 381, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/bridge/aspasia_bridge.jl", - "lines": 157, + "file_path": "src/tools/lmstudio.jl", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/bridge/verisimdb_schema.jl", - "lines": 85, + "file_path": "src/bridge/echidna_adapter.jl", + "lines": 185, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/bridge/echidna_adapter.jl", - "lines": 185, + "file_path": "src/bridge/aspasia_bridge.jl", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "src/tools/lmstudio.jl", - "lines": 158, + "file_path": "src/bridge/verisimdb_schema.jl", + "lines": 85, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 3, "threading_constructs": 0 }, { @@ -207,49 +207,49 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 194, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 381, + "file_path": ".github/scripts/validate_eclexiaiser.rs", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 8, + "io_operations": 1, "threading_constructs": 0 } ], "recommended_attacks": [ + "disk", "memory", - "cpu", - "disk" + "cpu" ], "dependency_graph": { "edges": [ { - "from": "src/bridge/aspasia_bridge.jl", - "to": "src/bridge/verisimdb_schema.jl", - "relation": "shared_dir:src/bridge", + "from": "guix.scm", + "to": "setup.sh", + "relation": "shared_dir:", "weight": 1.0 }, { - "from": "src/bridge/verisimdb_schema.jl", - "to": "src/bridge/echidna_adapter.jl", + "from": "src/bridge/echidna_adapter.jl", + "to": "src/bridge/aspasia_bridge.jl", "relation": "shared_dir:src/bridge", "weight": 1.0 }, { - "from": "guix.scm", - "to": "setup.sh", - "relation": "shared_dir:", + "from": "src/bridge/aspasia_bridge.jl", + "to": "src/bridge/verisimdb_schema.jl", + "relation": "shared_dir:src/bridge", "weight": 1.0 } ] @@ -257,14 +257,19 @@ "taint_matrix": { "rows": [ { - "source_category": "UnboundedAllocation", + "source_category": "ProofDrift", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - ".github/scripts/validate_eclexiaiser.rs" + "test/observability_test.jl", + "test/e2e_test.jl", + "test/executor_router_test.jl", + "test/runtests.jl", + "test/degenerate_input_test.jl", + "test/property_test.jl" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "ProofDrift->Cpu" }, { "source_category": "MutationGap", @@ -288,29 +293,24 @@ "relation": "InputBoundary->Cpu" }, { - "source_category": "ProofDrift", - "sink_axis": "cpu", + "source_category": "UnboundedAllocation", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "test/observability_test.jl", - "test/runtests.jl", - "test/degenerate_input_test.jl", - "test/e2e_test.jl", - "test/executor_router_test.jl", - "test/property_test.jl" + ".github/scripts/validate_eclexiaiser.rs" ], "frameworks": [], - "relation": "ProofDrift->Cpu" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ ".github/scripts/validate_eclexiaiser.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" } ] } diff --git a/scans/systemet.json b/scans/systemet.json index ecd54ade..fdb543bc 100644 --- a/scans/systemet.json +++ b/scans/systemet.json @@ -6,26 +6,15 @@ "weak_points": [ { "category": "CommandInjection", - "location": "scripts/check-proofs.sh", - "file": "scripts/check-proofs.sh", + "location": ".machine_readable/arrival-pack/extract.sh", + "file": ".machine_readable/arrival-pack/extract.sh", "severity": "Medium", - "description": "37 potentially unquoted variable expansions in scripts/check-proofs.sh", + "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", "recommended_attack": [ "cpu" ], "test_context": "production" }, - { - "category": "PathTraversal", - "location": "tests/e2e.sh", - "file": "tests/e2e.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in tests/e2e.sh", - "recommended_attack": [ - "disk" - ], - "test_context": "test_only" - }, { "category": "CommandInjection", "location": ".machine_readable/coaptation/extract-facts.sh", @@ -37,12 +26,23 @@ ], "test_context": "production" }, + { + "category": "PathTraversal", + "location": "tests/e2e.sh", + "file": "tests/e2e.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in tests/e2e.sh", + "recommended_attack": [ + "disk" + ], + "test_context": "test_only" + }, { "category": "CommandInjection", - "location": ".machine_readable/arrival-pack/extract.sh", - "file": ".machine_readable/arrival-pack/extract.sh", + "location": "scripts/check-proofs.sh", + "file": "scripts/check-proofs.sh", "severity": "Medium", - "description": "23 potentially unquoted variable expansions in .machine_readable/arrival-pack/extract.sh", + "description": "37 potentially unquoted variable expansions in scripts/check-proofs.sh", "recommended_attack": [ "cpu" ], @@ -60,38 +60,38 @@ }, "file_statistics": [ { - "file_path": "tests/e2e.sh", - "lines": 142, + "file_path": ".machine_readable/arrival-pack/generate.sh", + "lines": 45, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "session/dispatch.sh", - "lines": 137, + "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/coaptation/coapt.ncl", - "lines": 169, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/coaptation/verify.sh", - "lines": 34, + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -100,8 +100,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", - "lines": 172, + "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", + "lines": 277, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -120,18 +120,18 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 141, + "file_path": ".machine_readable/contractiles/dust/dust.k9.ncl", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.ncl", - "lines": 88, + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -140,8 +140,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.k9.ncl", - "lines": 277, + "file_path": ".machine_readable/contractiles/must/must.k9.ncl", + "lines": 237, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -150,8 +150,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", - "lines": 251, + "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", + "lines": 161, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -160,8 +160,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.ncl", - "lines": 81, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -170,28 +170,28 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", + "lines": 251, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.k9.ncl", - "lines": 161, + "file_path": ".machine_readable/contractiles/intend/intend.ncl", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.ncl", - "lines": 64, + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -200,8 +200,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.k9.ncl", - "lines": 237, + "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "lines": 167, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -210,8 +210,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", - "lines": 62, + "file_path": ".machine_readable/coaptation/verify.sh", + "lines": 34, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -220,46 +220,46 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "lines": 167, + "file_path": ".machine_readable/coaptation/coapt.ncl", + "lines": 169, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": ".machine_readable/arrival-pack/generate.sh", - "lines": 45, + "file_path": "tests/e2e.sh", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": ".machine_readable/arrival-pack/arrival-pack.ncl", - "lines": 88, + "file_path": "session/dispatch.sh", + "lines": 137, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [ { - "from": ".machine_readable/contractiles/must/must.ncl", - "to": ".machine_readable/contractiles/must/must.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/must", + "from": ".machine_readable/contractiles/dust/dust.ncl", + "to": ".machine_readable/contractiles/dust/dust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/dust", "weight": 1.0 }, { @@ -275,15 +275,9 @@ "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": ".machine_readable/contractiles/bust/bust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/bust", - "weight": 1.0 - }, - { - "from": ".machine_readable/contractiles/dust/dust.k9.ncl", - "to": ".machine_readable/contractiles/dust/dust.ncl", - "relation": "shared_dir:.machine_readable/contractiles/dust", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": ".machine_readable/contractiles/intend/intend.ncl", + "relation": "shared_dir:.machine_readable/contractiles/intend", "weight": 1.0 }, { @@ -293,42 +287,48 @@ "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", - "to": ".machine_readable/contractiles/intend/intend.ncl", - "relation": "shared_dir:.machine_readable/contractiles/intend", + "from": ".machine_readable/contractiles/bust/bust.k9.ncl", + "to": ".machine_readable/contractiles/bust/bust.ncl", + "relation": "shared_dir:.machine_readable/contractiles/bust", "weight": 1.0 }, { - "from": ".machine_readable/coaptation/coapt.ncl", - "to": ".machine_readable/coaptation/verify.sh", + "from": ".machine_readable/coaptation/verify.sh", + "to": ".machine_readable/coaptation/coapt.ncl", "relation": "shared_dir:.machine_readable/coaptation", "weight": 1.0 + }, + { + "from": ".machine_readable/contractiles/must/must.ncl", + "to": ".machine_readable/contractiles/must/must.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/must", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "PathTraversal", - "sink_axis": "disk", + "source_category": "CommandInjection", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "tests/e2e.sh" + ".machine_readable/arrival-pack/extract.sh", + ".machine_readable/coaptation/extract-facts.sh", + "scripts/check-proofs.sh" ], "frameworks": [], - "relation": "PathTraversal->Disk" + "relation": "CommandInjection->Cpu" }, { - "source_category": "CommandInjection", - "sink_axis": "cpu", + "source_category": "PathTraversal", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "scripts/check-proofs.sh", - ".machine_readable/coaptation/extract-facts.sh", - ".machine_readable/arrival-pack/extract.sh" + "tests/e2e.sh" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "PathTraversal->Disk" } ] } diff --git a/scans/tangle.json b/scans/tangle.json index 200b811f..82c3a4e1 100644 --- a/scans/tangle.json +++ b/scans/tangle.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "UnboundedAllocation", - "location": "bench/bench_lexer.rs", - "file": "bench/bench_lexer.rs", + "location": "verification/benchmarks/bench_lexer.rs", + "file": "verification/benchmarks/bench_lexer.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in bench/bench_lexer.rs", + "description": "Potential unbounded allocation pattern detected in verification/benchmarks/bench_lexer.rs", "recommended_attack": [ "memory", "cpu" @@ -18,10 +18,10 @@ }, { "category": "UnboundedAllocation", - "location": "verification/benchmarks/bench_lexer.rs", - "file": "verification/benchmarks/bench_lexer.rs", + "location": "bench/bench_lexer.rs", + "file": "bench/bench_lexer.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in verification/benchmarks/bench_lexer.rs", + "description": "Potential unbounded allocation pattern detected in bench/bench_lexer.rs", "recommended_attack": [ "memory", "cpu" @@ -29,38 +29,14 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "proofs/check-tg3-differential.sh", - "file": "proofs/check-tg3-differential.sh", - "severity": "Critical", - "description": "eval usage in proofs/check-tg3-differential.sh", - "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, - { - "category": "CommandInjection", - "location": "proofs/bootstrap-lean.sh", - "file": "proofs/bootstrap-lean.sh", - "severity": "Critical", - "description": "eval usage in proofs/bootstrap-lean.sh", - "recommended_attack": [ - "cpu", - "disk" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "src/rust/src/main.rs", - "file": "src/rust/src/main.rs", + "category": "PanicPath", + "location": "src/rust/src/lexer.rs", + "file": "src/rust/src/lexer.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/rust/src/main.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/rust/src/lexer.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, @@ -91,13 +67,37 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "src/rust/src/lexer.rs", - "file": "src/rust/src/lexer.rs", + "category": "UnboundedAllocation", + "location": "src/rust/src/main.rs", + "file": "src/rust/src/main.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/rust/src/lexer.rs", + "description": "Potential unbounded allocation pattern detected in src/rust/src/main.rs", "recommended_attack": [ "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "proofs/check-tg3-differential.sh", + "file": "proofs/check-tg3-differential.sh", + "severity": "Critical", + "description": "eval usage in proofs/check-tg3-differential.sh", + "recommended_attack": [ + "cpu", + "disk" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "proofs/bootstrap-lean.sh", + "file": "proofs/bootstrap-lean.sh", + "severity": "Critical", + "description": "eval usage in proofs/bootstrap-lean.sh", + "recommended_attack": [ + "cpu", "disk" ], "test_context": "production" @@ -114,18 +114,18 @@ }, "file_statistics": [ { - "file_path": "bench/bench_sigma_ops.rs", - "lines": 302, + "file_path": "verification/tests/tg5/tg5_invariants.ml", + "lines": 225, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "bench/bench_lexer.rs", - "lines": 136, + "file_path": "verification/tests/tg3/tg3_emit.ml", + "lines": 424, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -134,18 +134,18 @@ "threading_constructs": 0 }, { - "file_path": "compiler/tangle-wasm/src/lib.rs", - "lines": 1034, + "file_path": "verification/benchmarks/bench_sigma_ops.rs", + "lines": 302, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "compiler/test/tg5/tg5_invariants.ml", - "lines": 225, + "file_path": "verification/benchmarks/bench_lexer.rs", + "lines": 136, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -154,13 +154,23 @@ "threading_constructs": 0 }, { - "file_path": "compiler/test/tg3/tg3_emit.ml", - "lines": 424, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 171, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -175,28 +185,18 @@ "threading_constructs": 2 }, { - "file_path": "compiler/bin/main.ml", - "lines": 369, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 - }, - { - "file_path": "verification/benchmarks/bench_sigma_ops.rs", - "lines": 302, + "file_path": "compiler/tangle-wasm/src/lib.rs", + "lines": 1034, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "verification/benchmarks/bench_lexer.rs", - "lines": 136, + "file_path": "compiler/test/tg5/tg5_invariants.ml", + "lines": 225, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -205,8 +205,8 @@ "threading_constructs": 0 }, { - "file_path": "verification/tests/tg5/tg5_invariants.ml", - "lines": 225, + "file_path": "compiler/test/tg3/tg3_emit.ml", + "lines": 424, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -215,42 +215,43 @@ "threading_constructs": 0 }, { - "file_path": "verification/tests/tg3/tg3_emit.ml", - "lines": 424, + "file_path": "compiler/bin/main.ml", + "lines": 369, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 280, + "file_path": "bench/bench_sigma_ops.rs", + "lines": 302, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "proofs/bootstrap-lean.sh", - "lines": 117, + "file_path": "bench/bench_lexer.rs", + "lines": 136, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/rust/src/ast.rs", - "lines": 210, + "file_path": "src/rust/src/lexer.rs", + "lines": 2649, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 18, "io_operations": 0, "threading_constructs": 0 }, @@ -286,23 +287,22 @@ "threading_constructs": 0 }, { - "file_path": "src/rust/src/sexpr.rs", - "lines": 625, + "file_path": "src/rust/src/ast.rs", + "lines": 210, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust/src/lexer.rs", - "lines": 2649, + "file_path": "src/rust/src/sexpr.rs", + "lines": 625, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 18, + "unwrap_calls": 0, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, @@ -318,36 +318,48 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 171, + "file_path": "setup.sh", + "lines": 280, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, + "file_path": "proofs/bootstrap-lean.sh", + "lines": 117, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", - "concurrency", "memory", - "disk" + "disk", + "cpu", + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "src/rust/src/ast.rs", + "from": "bench/bench_sigma_ops.rs", + "to": "bench/bench_lexer.rs", + "relation": "shared_dir:bench", + "weight": 1.0 + }, + { + "from": "verification/benchmarks/bench_sigma_ops.rs", + "to": "verification/benchmarks/bench_lexer.rs", + "relation": "shared_dir:verification/benchmarks", + "weight": 1.0 + }, + { + "from": "src/rust/src/lexer.rs", "to": "src/rust/src/parser.rs", "relation": "shared_dir:src/rust/src", "weight": 1.0 @@ -366,107 +378,95 @@ }, { "from": "src/rust/src/ast_jtv.rs", - "to": "src/rust/src/sexpr.rs", + "to": "src/rust/src/ast.rs", "relation": "shared_dir:src/rust/src", "weight": 1.0 }, { - "from": "src/rust/src/sexpr.rs", - "to": "src/rust/src/lexer.rs", + "from": "src/rust/src/ast.rs", + "to": "src/rust/src/sexpr.rs", "relation": "shared_dir:src/rust/src", "weight": 1.0 }, { - "from": "src/rust/src/lexer.rs", + "from": "src/rust/src/sexpr.rs", "to": "src/rust/src/eval.rs", "relation": "shared_dir:src/rust/src", "weight": 1.0 - }, - { - "from": "bench/bench_sigma_ops.rs", - "to": "bench/bench_lexer.rs", - "relation": "shared_dir:bench", - "weight": 1.0 - }, - { - "from": "verification/benchmarks/bench_sigma_ops.rs", - "to": "verification/benchmarks/bench_lexer.rs", - "relation": "shared_dir:verification/benchmarks", - "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "CommandInjection", + "source_category": "UnboundedAllocation", "sink_axis": "cpu", - "severity_value": 5.0, + "severity_value": 2.5, "files": [ - "proofs/check-tg3-differential.sh", - "proofs/bootstrap-lean.sh" + "verification/benchmarks/bench_lexer.rs", + "bench/bench_lexer.rs", + "src/rust/src/main.rs" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "UnboundedAllocation", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "bench/bench_lexer.rs", "verification/benchmarks/bench_lexer.rs", + "bench/bench_lexer.rs", "src/rust/src/main.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Memory" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 5.0, + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "proofs/check-tg3-differential.sh", - "proofs/bootstrap-lean.sh" + "src/rust/src/lexer.rs", + "src/rust/src/parser.rs", + "src/rust/src/parser_jtv.rs" ], "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "PanicPath->Memory" }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ + "src/rust/src/lexer.rs", "src/rust/src/parser.rs", - "src/rust/src/parser_jtv.rs", - "src/rust/src/lexer.rs" + "src/rust/src/parser_jtv.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" }, { - "source_category": "UnboundedAllocation", + "source_category": "CommandInjection", "sink_axis": "cpu", - "severity_value": 2.5, + "severity_value": 5.0, "files": [ - "bench/bench_lexer.rs", - "verification/benchmarks/bench_lexer.rs", - "src/rust/src/main.rs" + "proofs/check-tg3-differential.sh", + "proofs/bootstrap-lean.sh" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "CommandInjection->Cpu" }, { - "source_category": "PanicPath", + "source_category": "CommandInjection", "sink_axis": "disk", - "severity_value": 2.5, + "severity_value": 5.0, "files": [ - "src/rust/src/parser.rs", - "src/rust/src/parser_jtv.rs", - "src/rust/src/lexer.rs" + "proofs/check-tg3-differential.sh", + "proofs/bootstrap-lean.sh" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "CommandInjection->Disk" } ] } diff --git a/scans/the-nash-equilibrium.json b/scans/the-nash-equilibrium.json index 0ce5a94a..1f0847fd 100644 --- a/scans/the-nash-equilibrium.json +++ b/scans/the-nash-equilibrium.json @@ -5,35 +5,13 @@ "frameworks": [], "weak_points": [ { - "category": "PathTraversal", - "location": "tests/e2e.sh", - "file": "tests/e2e.sh", - "severity": "Medium", - "description": "Hardcoded /tmp/ path without mktemp in tests/e2e.sh", - "recommended_attack": [ - "disk" - ], - "test_context": "test_only" - }, - { - "category": "ProofDrift", - "location": "src/interface/abi/Layout.idr", - "file": "src/interface/abi/Layout.idr", - "severity": "Critical", - "description": "3 believe_me (banned proof escape hatch — type checker bypass) in src/interface/abi/Layout.idr", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "InsecureProtocol", - "location": "docs/game-design/prototyping/tweaks-panel.jsx", - "file": "docs/game-design/prototyping/tweaks-panel.jsx", + "category": "InputBoundary", + "location": "mvt/src/kernel/index.js", + "file": "mvt/src/kernel/index.js", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in docs/game-design/prototyping/tweaks-panel.jsx", + "description": "1 JSON.parse call(s) with 0 try block(s) in mvt/src/kernel/index.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ - "network" + "cpu" ], "test_context": "production" }, @@ -49,17 +27,6 @@ ], "test_context": "production" }, - { - "category": "InputBoundary", - "location": "mvt/src/kernel/index.js", - "file": "mvt/src/kernel/index.js", - "severity": "Medium", - "description": "1 JSON.parse call(s) with 0 try block(s) in mvt/src/kernel/index.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", - "recommended_attack": [ - "cpu" - ], - "test_context": "production" - }, { "category": "InputBoundary", "location": "mvt/src/engine/utils.js", @@ -81,6 +48,39 @@ "cpu" ], "test_context": "production" + }, + { + "category": "PathTraversal", + "location": "tests/e2e.sh", + "file": "tests/e2e.sh", + "severity": "Medium", + "description": "Hardcoded /tmp/ path without mktemp in tests/e2e.sh", + "recommended_attack": [ + "disk" + ], + "test_context": "test_only" + }, + { + "category": "InsecureProtocol", + "location": "docs/game-design/prototyping/tweaks-panel.jsx", + "file": "docs/game-design/prototyping/tweaks-panel.jsx", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in docs/game-design/prototyping/tweaks-panel.jsx", + "recommended_attack": [ + "network" + ], + "test_context": "production" + }, + { + "category": "ProofDrift", + "location": "src/interface/abi/Layout.idr", + "file": "src/interface/abi/Layout.idr", + "severity": "Critical", + "description": "3 believe_me (banned proof escape hatch — type checker bypass) in src/interface/abi/Layout.idr", + "recommended_attack": [ + "memory" + ], + "test_context": "production" } ], "statistics": { @@ -94,58 +94,58 @@ }, "file_statistics": [ { - "file_path": "tests/e2e.sh", - "lines": 142, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 273, + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 76, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interface/abi/Foreign.idr", - "lines": 210, - "unsafe_blocks": 12, + "file_path": ".machine_readable/contractiles/dust/dust.ncl", + "lines": 58, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interface/abi/Layout.idr", - "lines": 179, - "unsafe_blocks": 3, + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 52, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interface/abi/Types.idr", - "lines": 233, - "unsafe_blocks": 1, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.ncl", - "lines": 58, + "file_path": ".machine_readable/contractiles/intend/intend.ncl", + "lines": 70, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -154,8 +154,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 81, + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 55, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -164,73 +164,73 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.ncl", - "lines": 76, + "file_path": "tests/e2e.sh", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.ncl", - "lines": 70, - "unsafe_blocks": 0, + "file_path": "src/interface/abi/Foreign.idr", + "lines": 210, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, - "unsafe_blocks": 0, + "file_path": "src/interface/abi/Types.idr", + "lines": 233, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.ncl", - "lines": 52, - "unsafe_blocks": 0, + "file_path": "src/interface/abi/Layout.idr", + "lines": 179, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", - "lines": 55, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 273, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", - "network", "cpu", - "memory" + "memory", + "disk", + "network" ], "dependency_graph": { "edges": [ { "from": "src/interface/abi/Foreign.idr", - "to": "src/interface/abi/Layout.idr", + "to": "src/interface/abi/Types.idr", "relation": "shared_dir:src/interface/abi", "weight": 1.0 }, { - "from": "src/interface/abi/Layout.idr", - "to": "src/interface/abi/Types.idr", + "from": "src/interface/abi/Types.idr", + "to": "src/interface/abi/Layout.idr", "relation": "shared_dir:src/interface/abi", "weight": 1.0 } @@ -238,6 +238,16 @@ }, "taint_matrix": { "rows": [ + { + "source_category": "ProofDrift", + "sink_axis": "memory", + "severity_value": 5.0, + "files": [ + "src/interface/abi/Layout.idr" + ], + "frameworks": [], + "relation": "ProofDrift->Memory" + }, { "source_category": "DynamicCodeExecution", "sink_axis": "memory", @@ -249,14 +259,14 @@ "relation": "DynamicCodeExecution->Memory" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", + "source_category": "PathTraversal", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "docs/game-design/prototyping/tweaks-panel.jsx" + "tests/e2e.sh" ], "frameworks": [], - "relation": "InsecureProtocol->Network" + "relation": "PathTraversal->Disk" }, { "source_category": "InputBoundary", @@ -270,16 +280,6 @@ "frameworks": [], "relation": "InputBoundary->Cpu" }, - { - "source_category": "PathTraversal", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "tests/e2e.sh" - ], - "frameworks": [], - "relation": "PathTraversal->Disk" - }, { "source_category": "DynamicCodeExecution", "sink_axis": "network", @@ -291,14 +291,14 @@ "relation": "DynamicCodeExecution->Network" }, { - "source_category": "ProofDrift", - "sink_axis": "memory", - "severity_value": 5.0, + "source_category": "InsecureProtocol", + "sink_axis": "network", + "severity_value": 2.5, "files": [ - "src/interface/abi/Layout.idr" + "docs/game-design/prototyping/tweaks-panel.jsx" ], "frameworks": [], - "relation": "ProofDrift->Memory" + "relation": "InsecureProtocol->Network" } ] } diff --git a/scans/thejeffparadox.json b/scans/thejeffparadox.json index a6612a7b..e385c88d 100644 --- a/scans/thejeffparadox.json +++ b/scans/thejeffparadox.json @@ -6,21 +6,22 @@ "weak_points": [ { "category": "ProofDrift", - "location": "engine/test/runtests.jl", - "file": "engine/test/runtests.jl", + "location": "engine/test/integration_tests.jl", + "file": "engine/test/integration_tests.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in engine/test/runtests.jl", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in engine/test/integration_tests.jl", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "ProofDrift", + "category": "InputBoundary", "location": "engine/test/integration_tests.jl", "file": "engine/test/integration_tests.jl", "severity": "Medium", - "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in engine/test/integration_tests.jl", + "description": "2 JSON3.read/JSON.parse call(s) with 0 try block(s) in engine/test/integration_tests.jl — these throw on malformed input; wrap in try/catch", "recommended_attack": [ "cpu" ], @@ -28,15 +29,14 @@ "test_context": "test_only" }, { - "category": "InputBoundary", - "location": "engine/test/integration_tests.jl", - "file": "engine/test/integration_tests.jl", + "category": "ProofDrift", + "location": "engine/test/runtests.jl", + "file": "engine/test/runtests.jl", "severity": "Medium", - "description": "2 JSON3.read/JSON.parse call(s) with 0 try block(s) in engine/test/integration_tests.jl — these throw on malformed input; wrap in try/catch", + "description": "1 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in engine/test/runtests.jl", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" } ], @@ -51,13 +51,13 @@ }, "file_statistics": [ { - "file_path": "scripts/infinite_loop.sh", - "lines": 78, + "file_path": "tui/src/game_state.adb", + "lines": 214, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { @@ -70,16 +70,6 @@ "io_operations": 2, "threading_constructs": 0 }, - { - "file_path": "tui/src/game_state.adb", - "lines": 214, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, { "file_path": "tui/src/tui.adb", "lines": 351, @@ -90,26 +80,6 @@ "io_operations": 2, "threading_constructs": 0 }, - { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "engine/scripts/execute_turn.jl", "lines": 137, @@ -169,6 +139,36 @@ "allocation_sites": 0, "io_operations": 4, "threading_constructs": 0 + }, + { + "file_path": "scripts/infinite_loop.sh", + "lines": 78, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 } ], "recommended_attacks": [ @@ -196,13 +196,13 @@ "weight": 1.0 }, { - "from": "tui/src/jeff_tui.adb", - "to": "tui/src/game_state.adb", + "from": "tui/src/game_state.adb", + "to": "tui/src/jeff_tui.adb", "relation": "shared_dir:tui/src", "weight": 1.0 }, { - "from": "tui/src/game_state.adb", + "from": "tui/src/jeff_tui.adb", "to": "tui/src/tui.adb", "relation": "shared_dir:tui/src", "weight": 1.0 @@ -212,25 +212,25 @@ "taint_matrix": { "rows": [ { - "source_category": "InputBoundary", + "source_category": "ProofDrift", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "engine/test/integration_tests.jl" + "engine/test/integration_tests.jl", + "engine/test/runtests.jl" ], "frameworks": [], - "relation": "InputBoundary->Cpu" + "relation": "ProofDrift->Cpu" }, { - "source_category": "ProofDrift", + "source_category": "InputBoundary", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "engine/test/runtests.jl", "engine/test/integration_tests.jl" ], "frameworks": [], - "relation": "ProofDrift->Cpu" + "relation": "InputBoundary->Cpu" } ] } diff --git a/scans/thunderbird-template-reloaded.json b/scans/thunderbird-template-reloaded.json index 3c3a9e1b..a6fc612e 100644 --- a/scans/thunderbird-template-reloaded.json +++ b/scans/thunderbird-template-reloaded.json @@ -27,18 +27,18 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/smoke_test.affine", - "lines": 169, + "file_path": "tests/bench_test.affine", + "lines": 138, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -47,8 +47,8 @@ "threading_constructs": 0 }, { - "file_path": "tests/unit_test.affine", - "lines": 145, + "file_path": "tests/property_test.affine", + "lines": 178, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -57,8 +57,8 @@ "threading_constructs": 0 }, { - "file_path": "tests/contract_test.affine", - "lines": 151, + "file_path": "tests/aspect_test.affine", + "lines": 169, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -67,8 +67,8 @@ "threading_constructs": 0 }, { - "file_path": "tests/property_test.affine", - "lines": 178, + "file_path": "tests/contract_test.affine", + "lines": 151, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -77,7 +77,7 @@ "threading_constructs": 0 }, { - "file_path": "tests/aspect_test.affine", + "file_path": "tests/smoke_test.affine", "lines": 169, "unsafe_blocks": 0, "panic_sites": 0, @@ -87,8 +87,8 @@ "threading_constructs": 0 }, { - "file_path": "tests/bench_test.affine", - "lines": 138, + "file_path": "tests/unit_test.affine", + "lines": 145, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -107,13 +107,13 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 8, "threading_constructs": 0 }, { @@ -137,55 +137,55 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", "network", - "disk" + "disk", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "tests/smoke_test.affine", - "to": "tests/unit_test.affine", + "from": "tests/bench_test.affine", + "to": "tests/property_test.affine", "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "tests/unit_test.affine", - "to": "tests/contract_test.affine", + "from": "tests/property_test.affine", + "to": "tests/aspect_test.affine", "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "tests/contract_test.affine", - "to": "tests/property_test.affine", + "from": "tests/aspect_test.affine", + "to": "tests/contract_test.affine", "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "tests/property_test.affine", - "to": "tests/aspect_test.affine", + "from": "tests/contract_test.affine", + "to": "tests/smoke_test.affine", "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "tests/aspect_test.affine", - "to": "tests/bench_test.affine", + "from": "tests/smoke_test.affine", + "to": "tests/unit_test.affine", "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "tests/bench_test.affine", + "from": "tests/unit_test.affine", "to": "tests/e2e_test.affine", "relation": "shared_dir:tests", "weight": 1.0 diff --git a/scans/tlaiser.json b/scans/tlaiser.json index f30b00ab..bdf81d98 100644 --- a/scans/tlaiser.json +++ b/scans/tlaiser.json @@ -5,23 +5,23 @@ "frameworks": [], "weak_points": [ { - "category": "PanicPath", - "location": "src/codegen/parser.rs", - "file": "src/codegen/parser.rs", + "category": "UnboundedAllocation", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/codegen/parser.rs", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { "category": "PanicPath", - "location": "src/codegen/tlc_gen.rs", - "file": "src/codegen/tlc_gen.rs", + "location": "src/codegen/parser.rs", + "file": "src/codegen/parser.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/codegen/tlc_gen.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/codegen/parser.rs", "recommended_attack": [ "memory", "disk" @@ -41,14 +41,14 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", + "category": "PanicPath", + "location": "src/codegen/tlc_gen.rs", + "file": "src/codegen/tlc_gen.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/codegen/tlc_gen.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, @@ -83,44 +83,43 @@ "threading_constructs": 0 }, { - "file_path": "scripts/install-zig.sh", - "lines": 59, + "file_path": "scripts/abi-ffi-gate.jl", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/abi-ffi-gate.jl", - "lines": 116, + "file_path": "scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 287, + "file_path": "src/abi/mod.rs", + "lines": 470, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/codegen/tla_gen.rs", - "lines": 539, + "file_path": "src/manifest/mod.rs", + "lines": 360, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 26, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { @@ -134,12 +133,13 @@ "threading_constructs": 0 }, { - "file_path": "src/codegen/tlc_gen.rs", - "lines": 400, + "file_path": "src/codegen/tla_gen.rs", + "lines": 539, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 8, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 26, "io_operations": 0, "threading_constructs": 0 }, @@ -154,84 +154,84 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/test/integration_test.zig", - "lines": 252, + "file_path": "src/codegen/tlc_gen.rs", + "lines": 400, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "allocation_sites": 8, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 540, - "unsafe_blocks": 0, + "file_path": "src/interface/abi/Tlaiser/ABI/Foreign.idr", + "lines": 381, + "unsafe_blocks": 22, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/abi/Tlaiser/ABI/Foreign.idr", - "lines": 381, - "unsafe_blocks": 22, + "file_path": "src/interface/ffi/test/integration_test.zig", + "lines": 252, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "src/abi/mod.rs", - "lines": 470, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 540, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 360, + "file_path": "setup.sh", + "lines": 287, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", + "cpu", "memory", - "cpu" + "disk" ], "dependency_graph": { "edges": [ { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/codegen/tla_gen.rs", - "to": "src/codegen/parser.rs", + "from": "src/codegen/parser.rs", + "to": "src/codegen/tla_gen.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/codegen/parser.rs", - "to": "src/codegen/tlc_gen.rs", + "from": "src/codegen/tla_gen.rs", + "to": "src/codegen/pluscal_gen.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/codegen/tlc_gen.rs", - "to": "src/codegen/pluscal_gen.rs", + "from": "src/codegen/pluscal_gen.rs", + "to": "src/codegen/tlc_gen.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 } @@ -245,8 +245,8 @@ "severity_value": 2.5, "files": [ "src/codegen/parser.rs", - "src/codegen/tlc_gen.rs", - "src/codegen/pluscal_gen.rs" + "src/codegen/pluscal_gen.rs", + "src/codegen/tlc_gen.rs" ], "frameworks": [], "relation": "PanicPath->Memory" @@ -262,26 +262,26 @@ "relation": "UnboundedAllocation->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "src/manifest/mod.rs" + "src/codegen/parser.rs", + "src/codegen/pluscal_gen.rs", + "src/codegen/tlc_gen.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "PanicPath->Disk" }, { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/codegen/parser.rs", - "src/codegen/tlc_gen.rs", - "src/codegen/pluscal_gen.rs" + "src/manifest/mod.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "UnboundedAllocation->Cpu" } ] } diff --git a/scans/tree-navigator.json b/scans/tree-navigator.json index 9d26fe03..49beeb5b 100644 --- a/scans/tree-navigator.json +++ b/scans/tree-navigator.json @@ -15,48 +15,38 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/terminal.adb", - "lines": 115, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 184, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "src/proven_tree.ads", - "lines": 161, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 3, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "src/main.adb", - "lines": 56, + "file_path": "ffi/zig/src/main.zig", + "lines": 276, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/bookmarks.ads", - "lines": 57, + "file_path": "src/navigator.ads", + "lines": 48, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -65,8 +55,8 @@ "threading_constructs": 0 }, { - "file_path": "src/navigator.adb", - "lines": 242, + "file_path": "src/terminal.adb", + "lines": 115, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -95,48 +85,58 @@ "threading_constructs": 0 }, { - "file_path": "src/navigator.ads", - "lines": 48, + "file_path": "src/main.adb", + "lines": 56, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/tree_printer.adb", - "lines": 330, + "file_path": "src/proven_tree.adb", + "lines": 277, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/proven_tree.adb", - "lines": 277, + "file_path": "src/proven_tree.ads", + "lines": 161, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 184, + "file_path": "src/tree_printer.adb", + "lines": 330, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 276, + "file_path": "src/navigator.adb", + "lines": 242, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "src/bookmarks.ads", + "lines": 57, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -145,74 +145,74 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", + "disk", "cpu", - "disk" + "memory" ], "dependency_graph": { "edges": [ { - "from": "src/terminal.adb", - "to": "src/proven_tree.ads", + "from": "src/navigator.ads", + "to": "src/terminal.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/proven_tree.ads", - "to": "src/main.adb", + "from": "src/terminal.adb", + "to": "src/bookmarks.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/main.adb", - "to": "src/bookmarks.ads", + "from": "src/bookmarks.adb", + "to": "src/tree_printer.ads", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/bookmarks.ads", - "to": "src/navigator.adb", + "from": "src/tree_printer.ads", + "to": "src/main.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/navigator.adb", - "to": "src/bookmarks.adb", + "from": "src/main.adb", + "to": "src/proven_tree.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/bookmarks.adb", - "to": "src/tree_printer.ads", + "from": "src/proven_tree.adb", + "to": "src/proven_tree.ads", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/tree_printer.ads", - "to": "src/navigator.ads", + "from": "src/proven_tree.ads", + "to": "src/tree_printer.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/navigator.ads", - "to": "src/tree_printer.adb", + "from": "src/tree_printer.adb", + "to": "src/navigator.adb", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "src/tree_printer.adb", - "to": "src/proven_tree.adb", + "from": "src/navigator.adb", + "to": "src/bookmarks.ads", "relation": "shared_dir:src", "weight": 1.0 } diff --git a/scans/trigger.json b/scans/trigger.json index e0818365..860ab5f9 100644 --- a/scans/trigger.json +++ b/scans/trigger.json @@ -28,22 +28,22 @@ "test_context": "production" }, { - "category": "ProofDrift", - "location": "proofs/agda/Trigger/API.agda", - "file": "proofs/agda/Trigger/API.agda", - "severity": "Medium", - "description": "8 postulate block(s) (unproven axiom — verify these hold) in proofs/agda/Trigger/API.agda", + "category": "UnsafeCode", + "location": "ffi/zig/twitter/twitter.zig", + "file": "ffi/zig/twitter/twitter.zig", + "severity": "High", + "description": "8 unsafe pointer casts in ffi/zig/twitter/twitter.zig", "recommended_attack": [ - "cpu" + "memory" ], "test_context": "production" }, { - "category": "ProofDrift", - "location": "proofs/agda/Trigger/Epistemic.agda", - "file": "proofs/agda/Trigger/Epistemic.agda", - "severity": "Medium", - "description": "5 postulate block(s) (unproven axiom — verify these hold) in proofs/agda/Trigger/Epistemic.agda", + "category": "UncheckedError", + "location": "ffi/zig/twitter/twitter.zig", + "file": "ffi/zig/twitter/twitter.zig", + "severity": "Low", + "description": "12 TODO/FIXME/HACK markers in ffi/zig/twitter/twitter.zig", "recommended_attack": [ "cpu" ], @@ -62,26 +62,15 @@ }, { "category": "UnsafeCode", - "location": "ffi/zig/twitter/twitter.zig", - "file": "ffi/zig/twitter/twitter.zig", + "location": "ffi/zig/telegram/telegram.zig", + "file": "ffi/zig/telegram/telegram.zig", "severity": "High", - "description": "8 unsafe pointer casts in ffi/zig/twitter/twitter.zig", + "description": "6 unsafe pointer casts in ffi/zig/telegram/telegram.zig", "recommended_attack": [ "memory" ], "test_context": "production" }, - { - "category": "UncheckedError", - "location": "ffi/zig/twitter/twitter.zig", - "file": "ffi/zig/twitter/twitter.zig", - "severity": "Low", - "description": "12 TODO/FIXME/HACK markers in ffi/zig/twitter/twitter.zig", - "recommended_attack": [ - "cpu" - ], - "test_context": "production" - }, { "category": "UnsafeCode", "location": "ffi/zig/discord/discord.zig", @@ -94,13 +83,24 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "ffi/zig/telegram/telegram.zig", - "file": "ffi/zig/telegram/telegram.zig", - "severity": "High", - "description": "6 unsafe pointer casts in ffi/zig/telegram/telegram.zig", + "category": "ProofDrift", + "location": "proofs/agda/Trigger/API.agda", + "file": "proofs/agda/Trigger/API.agda", + "severity": "Medium", + "description": "8 postulate block(s) (unproven axiom — verify these hold) in proofs/agda/Trigger/API.agda", "recommended_attack": [ - "memory" + "cpu" + ], + "test_context": "production" + }, + { + "category": "ProofDrift", + "location": "proofs/agda/Trigger/Epistemic.agda", + "file": "proofs/agda/Trigger/Epistemic.agda", + "severity": "Medium", + "description": "5 postulate block(s) (unproven axiom — verify these hold) in proofs/agda/Trigger/Epistemic.agda", + "recommended_attack": [ + "cpu" ], "test_context": "production" } @@ -116,33 +116,13 @@ }, "file_statistics": [ { - "file_path": "scripts/trigger-launcher.sh", - "lines": 905, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 9, - "threading_constructs": 0 - }, - { - "file_path": "tests/test_runner.adb", - "lines": 59, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 25, - "threading_constructs": 0 - }, - { - "file_path": "tests/test_trigger.adb", - "lines": 64, + "file_path": "tests/test_harness.adb", + "lines": 186, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 1, "threading_constructs": 0 }, { @@ -165,6 +145,16 @@ "io_operations": 41, "threading_constructs": 0 }, + { + "file_path": "tests/test_runner.adb", + "lines": 59, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 25, + "threading_constructs": 0 + }, { "file_path": "tests/unit/test_cryptography.adb", "lines": 35, @@ -186,138 +176,138 @@ "threading_constructs": 0 }, { - "file_path": "tests/test_harness.adb", - "lines": 186, + "file_path": "tests/test_trigger.adb", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "src/trigger/diagnostics/self_healing.adb", - "lines": 243, + "file_path": "scripts/trigger-launcher.sh", + "lines": 905, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 35, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "src/trigger/diagnostics/system_check.adb", - "lines": 333, - "unsafe_blocks": 0, + "file_path": "ffi/idris2/CryptoAPI.idr", + "lines": 595, + "unsafe_blocks": 13, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 32, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/trigger/trigger.adb", - "lines": 124, - "unsafe_blocks": 0, + "file_path": "ffi/zig/twitter/twitter.zig", + "lines": 441, + "unsafe_blocks": 8, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 9, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/trigger/core/application.adb", - "lines": 103, - "unsafe_blocks": 0, + "file_path": "ffi/zig/crypto/crypto.zig", + "lines": 452, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/trigger/core/platform/platform_factory.adb", - "lines": 110, - "unsafe_blocks": 0, + "file_path": "ffi/zig/telegram/telegram.zig", + "lines": 139, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/trigger/core/cryptography.adb", - "lines": 237, - "unsafe_blocks": 0, + "file_path": "ffi/zig/discord/discord.zig", + "lines": 436, + "unsafe_blocks": 11, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/trigger/tui/main_menu.adb", - "lines": 850, + "file_path": "ffi/zig/social_media/common.zig", + "lines": 299, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 256, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/trigger/cli/argument_parser.adb", - "lines": 659, + "file_path": "src/trigger/trigger.adb", + "lines": 124, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 82, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "src/trigger/cli/version_info.adb", - "lines": 79, + "file_path": "src/trigger/tui/main_menu.adb", + "lines": 850, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 3, + "io_operations": 256, "threading_constructs": 0 }, { - "file_path": "src/trigger/cli/man_page.adb", - "lines": 268, + "file_path": "src/trigger/platforms/twitter/twitter-platform.adb", + "lines": 248, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 1, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/trigger/cli/help_generator.adb", - "lines": 119, + "file_path": "src/trigger/platforms/twitter/twitter-platform.ads", + "lines": 58, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 1, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/trigger/platforms/twitter/twitter-platform.ads", - "lines": 58, + "file_path": "src/trigger/platforms/telegram/telegram-platform.adb", + "lines": 296, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/trigger/platforms/twitter/twitter-platform.adb", - "lines": 248, + "file_path": "src/trigger/platforms/telegram/telegram-platform.ads", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -346,18 +336,18 @@ "threading_constructs": 0 }, { - "file_path": "src/trigger/platforms/telegram/telegram-platform.adb", - "lines": 296, + "file_path": "src/trigger/core/platform/platform_factory.adb", + "lines": 110, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/trigger/platforms/telegram/telegram-platform.ads", - "lines": 67, + "file_path": "src/trigger/core/cryptography.adb", + "lines": 237, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -366,63 +356,73 @@ "threading_constructs": 0 }, { - "file_path": "ffi/idris2/CryptoAPI.idr", - "lines": 595, - "unsafe_blocks": 13, + "file_path": "src/trigger/core/application.adb", + "lines": 103, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "ffi/zig/social_media/common.zig", - "lines": 299, + "file_path": "src/trigger/diagnostics/self_healing.adb", + "lines": 243, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 35, "threading_constructs": 0 }, { - "file_path": "ffi/zig/crypto/crypto.zig", - "lines": 452, - "unsafe_blocks": 2, + "file_path": "src/trigger/diagnostics/system_check.adb", + "lines": 333, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 32, "threading_constructs": 0 }, { - "file_path": "ffi/zig/twitter/twitter.zig", - "lines": 441, - "unsafe_blocks": 8, + "file_path": "src/trigger/cli/argument_parser.adb", + "lines": 659, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 82, "threading_constructs": 0 }, { - "file_path": "ffi/zig/discord/discord.zig", - "lines": 436, - "unsafe_blocks": 11, + "file_path": "src/trigger/cli/man_page.adb", + "lines": 268, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "ffi/zig/telegram/telegram.zig", - "lines": 139, - "unsafe_blocks": 6, + "file_path": "src/trigger/cli/help_generator.adb", + "lines": 119, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "src/trigger/cli/version_info.adb", + "lines": 79, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 } ], @@ -434,9 +434,9 @@ "dependency_graph": { "edges": [ { - "from": "src/trigger/diagnostics/self_healing.adb", - "to": "src/trigger/diagnostics/system_check.adb", - "relation": "shared_dir:src/trigger/diagnostics", + "from": "src/trigger/platforms/telegram/telegram-platform.adb", + "to": "src/trigger/platforms/telegram/telegram-platform.ads", + "relation": "shared_dir:src/trigger/platforms/telegram", "weight": 1.0 }, { @@ -446,63 +446,63 @@ "weight": 1.0 }, { - "from": "src/trigger/platforms/telegram/telegram-platform.adb", - "to": "src/trigger/platforms/telegram/telegram-platform.ads", - "relation": "shared_dir:src/trigger/platforms/telegram", + "from": "src/trigger/diagnostics/self_healing.adb", + "to": "src/trigger/diagnostics/system_check.adb", + "relation": "shared_dir:src/trigger/diagnostics", "weight": 1.0 }, { - "from": "tests/unit/test_cryptography.adb", - "to": "tests/unit/test_cryptography-body.adb", - "relation": "shared_dir:tests/unit", + "from": "tests/test_harness.adb", + "to": "tests/test_harness-body.adb", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/trigger/platforms/twitter/twitter-platform.ads", - "to": "src/trigger/platforms/twitter/twitter-platform.adb", - "relation": "shared_dir:src/trigger/platforms/twitter", + "from": "tests/test_harness-body.adb", + "to": "tests/test_runner.adb", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/trigger/cli/argument_parser.adb", - "to": "src/trigger/cli/version_info.adb", - "relation": "shared_dir:src/trigger/cli", + "from": "tests/test_runner.adb", + "to": "tests/test_trigger.adb", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/trigger/cli/version_info.adb", - "to": "src/trigger/cli/man_page.adb", - "relation": "shared_dir:src/trigger/cli", + "from": "src/trigger/platforms/twitter/twitter-platform.adb", + "to": "src/trigger/platforms/twitter/twitter-platform.ads", + "relation": "shared_dir:src/trigger/platforms/twitter", "weight": 1.0 }, { - "from": "src/trigger/cli/man_page.adb", - "to": "src/trigger/cli/help_generator.adb", - "relation": "shared_dir:src/trigger/cli", + "from": "src/trigger/core/cryptography.adb", + "to": "src/trigger/core/application.adb", + "relation": "shared_dir:src/trigger/core", "weight": 1.0 }, { - "from": "src/trigger/core/application.adb", - "to": "src/trigger/core/cryptography.adb", - "relation": "shared_dir:src/trigger/core", + "from": "src/trigger/cli/argument_parser.adb", + "to": "src/trigger/cli/man_page.adb", + "relation": "shared_dir:src/trigger/cli", "weight": 1.0 }, { - "from": "tests/test_runner.adb", - "to": "tests/test_trigger.adb", - "relation": "shared_dir:tests", + "from": "src/trigger/cli/man_page.adb", + "to": "src/trigger/cli/help_generator.adb", + "relation": "shared_dir:src/trigger/cli", "weight": 1.0 }, { - "from": "tests/test_trigger.adb", - "to": "tests/test_harness-body.adb", - "relation": "shared_dir:tests", + "from": "src/trigger/cli/help_generator.adb", + "to": "src/trigger/cli/version_info.adb", + "relation": "shared_dir:src/trigger/cli", "weight": 1.0 }, { - "from": "tests/test_harness-body.adb", - "to": "tests/test_harness.adb", - "relation": "shared_dir:tests", + "from": "tests/unit/test_cryptography.adb", + "to": "tests/unit/test_cryptography-body.adb", + "relation": "shared_dir:tests/unit", "weight": 1.0 } ] @@ -510,26 +510,37 @@ "taint_matrix": { "rows": [ { - "source_category": "UnsafeFFI", + "source_category": "UnsafeCode", "sink_axis": "memory", "severity_value": 3.5, "files": [ - "ffi/zig/crypto/crypto.zig" + "ffi/zig/twitter/twitter.zig", + "ffi/zig/telegram/telegram.zig", + "ffi/zig/discord/discord.zig" ], "frameworks": [], - "relation": "UnsafeFFI->Memory" + "relation": "UnsafeCode->Memory" }, { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 5.0, "files": [ - "ffi/zig/twitter/twitter.zig", - "ffi/zig/discord/discord.zig", - "ffi/zig/telegram/telegram.zig" + "scripts/trigger-launcher.sh" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "CommandInjection->Disk" + }, + { + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 5.0, + "files": [ + "scripts/trigger-launcher.sh", + "scripts/trigger-launcher.sh" + ], + "frameworks": [], + "relation": "CommandInjection->Cpu" }, { "source_category": "UncheckedError", @@ -542,14 +553,14 @@ "relation": "UncheckedError->Cpu" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 5.0, + "source_category": "UnsafeFFI", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "scripts/trigger-launcher.sh" + "ffi/zig/crypto/crypto.zig" ], "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "UnsafeFFI->Memory" }, { "source_category": "ProofDrift", @@ -561,17 +572,6 @@ ], "frameworks": [], "relation": "ProofDrift->Cpu" - }, - { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 5.0, - "files": [ - "scripts/trigger-launcher.sh", - "scripts/trigger-launcher.sh" - ], - "frameworks": [], - "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/tropical-types.json b/scans/tropical-types.json index 04736d34..ea8bdcd9 100644 --- a/scans/tropical-types.json +++ b/scans/tropical-types.json @@ -15,8 +15,8 @@ }, "file_statistics": [ { - "file_path": "tools/julia-oracle.jl", - "lines": 226, + "file_path": "tools/check-ci-contexts.sh", + "lines": 332, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -25,8 +25,8 @@ "threading_constructs": 0 }, { - "file_path": "tools/check-ci-contexts.sh", - "lines": 332, + "file_path": "tools/julia-oracle.jl", + "lines": 226, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -56,8 +56,8 @@ } ], "recommended_attacks": [ - "disk", - "cpu" + "cpu", + "disk" ], "dependency_graph": { "edges": [ @@ -68,8 +68,8 @@ "weight": 1.0 }, { - "from": "tools/julia-oracle.jl", - "to": "tools/check-ci-contexts.sh", + "from": "tools/check-ci-contexts.sh", + "to": "tools/julia-oracle.jl", "relation": "shared_dir:tools", "weight": 1.0 } diff --git a/scans/twingate-helm-deploy.json b/scans/twingate-helm-deploy.json index 09c48b7a..89d10db2 100644 --- a/scans/twingate-helm-deploy.json +++ b/scans/twingate-helm-deploy.json @@ -14,16 +14,6 @@ "threading_constructs": 2 }, "file_statistics": [ - { - "file_path": "setup.sh", - "lines": 278, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 - }, { "file_path": "ffi/zig/test/integration_test.zig", "lines": 183, @@ -45,7 +35,7 @@ "threading_constructs": 0 }, { - "file_path": "configs/staging.ncl", + "file_path": "configs/production.ncl", "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, @@ -55,7 +45,7 @@ "threading_constructs": 0 }, { - "file_path": "configs/production.ncl", + "file_path": "configs/staging.ncl", "lines": 14, "unsafe_blocks": 0, "panic_sites": 0, @@ -63,6 +53,16 @@ "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 278, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 } ], "recommended_attacks": [ @@ -71,8 +71,8 @@ "dependency_graph": { "edges": [ { - "from": "configs/staging.ncl", - "to": "configs/production.ncl", + "from": "configs/production.ncl", + "to": "configs/staging.ncl", "relation": "shared_dir:configs", "weight": 1.0 } diff --git a/scans/typed-wasm.json b/scans/typed-wasm.json index 4b2243cb..417e1876 100644 --- a/scans/typed-wasm.json +++ b/scans/typed-wasm.json @@ -52,10 +52,10 @@ }, { "category": "PanicPath", - "location": "crates/typed-wasm-codegen/src/lib.rs", - "file": "crates/typed-wasm-codegen/src/lib.rs", + "location": "crates/typed-wasm-verify/src/section.rs", + "file": "crates/typed-wasm-verify/src/section.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in crates/typed-wasm-codegen/src/lib.rs", + "description": "0 panic sites and 12 unwrap/expect calls in crates/typed-wasm-verify/src/section.rs", "recommended_attack": [ "memory", "disk" @@ -63,23 +63,23 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "crates/typed-wasm-codegen/src/bin/tw.rs", - "file": "crates/typed-wasm-codegen/src/bin/tw.rs", + "category": "PanicPath", + "location": "crates/typed-wasm-verify/src/verify.rs", + "file": "crates/typed-wasm-verify/src/verify.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in crates/typed-wasm-codegen/src/bin/tw.rs", + "description": "1 panic sites and 3 unwrap/expect calls in crates/typed-wasm-verify/src/verify.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { "category": "PanicPath", - "location": "crates/typed-wasm-verify/src/section.rs", - "file": "crates/typed-wasm-verify/src/section.rs", + "location": "crates/typed-wasm-codegen/src/lib.rs", + "file": "crates/typed-wasm-codegen/src/lib.rs", "severity": "Medium", - "description": "0 panic sites and 12 unwrap/expect calls in crates/typed-wasm-verify/src/section.rs", + "description": "0 panic sites and 1 unwrap/expect calls in crates/typed-wasm-codegen/src/lib.rs", "recommended_attack": [ "memory", "disk" @@ -87,14 +87,14 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "crates/typed-wasm-verify/src/verify.rs", - "file": "crates/typed-wasm-verify/src/verify.rs", + "category": "UnboundedAllocation", + "location": "crates/typed-wasm-codegen/src/bin/tw.rs", + "file": "crates/typed-wasm-codegen/src/bin/tw.rs", "severity": "Medium", - "description": "1 panic sites and 3 unwrap/expect calls in crates/typed-wasm-verify/src/verify.rs", + "description": "Potential unbounded allocation pattern detected in crates/typed-wasm-codegen/src/bin/tw.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, @@ -129,16 +129,6 @@ "threading_constructs": 0 }, "file_statistics": [ - { - "file_path": "examples/SafeDOMExample.affine", - "lines": 117, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 0 - }, { "file_path": "tools/provision.sh", "lines": 103, @@ -170,22 +160,75 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 296, + "file_path": "crates/typed-wasm-verify/tests/cross_compat.rs", + "lines": 679, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "crates/typed-wasm-verify/tests/fixtures/c5_real/04_excl_alias.affine", + "lines": 7, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/typed-wasm-gate/src/lib.rs", - "lines": 163, + "file_path": "crates/typed-wasm-verify/tests/cross_compat_real.rs", + "lines": 125, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "crates/typed-wasm-verify/src/section.rs", + "lines": 1380, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 12, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "crates/typed-wasm-verify/src/verify.rs", + "lines": 1913, + "unsafe_blocks": 0, + "panic_sites": 1, + "unwrap_calls": 3, + "safe_unwrap_calls": 3, + "allocation_sites": 20, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "crates/typed-wasm-verify/src/bin/tw-verify.rs", + "lines": 217, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "crates/typed-wasm-verify/src/cross.rs", + "lines": 535, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, @@ -242,23 +285,23 @@ "threading_constructs": 0 }, { - "file_path": "crates/typed-wasm-codegen/src/errors.rs", - "lines": 190, + "file_path": "crates/typed-wasm-codegen/src/lib.rs", + "lines": 1337, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, + "unwrap_calls": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typed-wasm-codegen/src/lib.rs", - "lines": 1337, + "file_path": "crates/typed-wasm-codegen/src/errors.rs", + "lines": 190, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 3, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, @@ -274,86 +317,53 @@ "threading_constructs": 0 }, { - "file_path": "crates/typed-wasm-verify/tests/fixtures/c5_real/04_excl_alias.affine", - "lines": 7, + "file_path": "crates/typed-wasm-gate/src/lib.rs", + "lines": 163, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typed-wasm-verify/tests/cross_compat_real.rs", - "lines": 125, + "file_path": "examples/SafeDOMExample.affine", + "lines": 117, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "crates/typed-wasm-verify/tests/cross_compat.rs", - "lines": 679, + "file_path": "ffi/zig/src/twasm_producer.zig", + "lines": 181, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "crates/typed-wasm-verify/src/section.rs", - "lines": 1380, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 12, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "crates/typed-wasm-verify/src/cross.rs", - "lines": 535, - "unsafe_blocks": 0, + "file_path": "ffi/zig/src/main.zig", + "lines": 296, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 10, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "crates/typed-wasm-verify/src/verify.rs", - "lines": 1913, - "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 3, - "safe_unwrap_calls": 3, - "allocation_sites": 20, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typed-wasm-verify/src/bin/tw-verify.rs", - "lines": 217, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "src/parser/Parser.affine", - "lines": 2853, + "file_path": "src/parser/Ast.affine", + "lines": 716, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 8, "threading_constructs": 0 }, { @@ -377,43 +387,45 @@ "threading_constructs": 0 }, { - "file_path": "src/parser/Ast.affine", - "lines": 716, + "file_path": "src/parser/Parser.affine", + "lines": 2853, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/twasm_producer.zig", - "lines": 181, + "file_path": "setup.sh", + "lines": 296, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "ffi/zig/src/main.zig", - "lines": 296, - "unsafe_blocks": 2, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", + "disk", "memory", - "disk" + "cpu" ], "dependency_graph": { "edges": [ + { + "from": "crates/typed-wasm-codegen/src/parser.rs", + "to": "crates/typed-wasm-codegen/src/lib.rs", + "relation": "shared_dir:crates/typed-wasm-codegen/src", + "weight": 1.0 + }, + { + "from": "crates/typed-wasm-codegen/src/lib.rs", + "to": "crates/typed-wasm-codegen/src/errors.rs", + "relation": "shared_dir:crates/typed-wasm-codegen/src", + "weight": 1.0 + }, { "from": "crates/typed-wasm-codegen/tests/optimization.rs", "to": "crates/typed-wasm-codegen/tests/roundtrip.rs", @@ -433,13 +445,7 @@ "weight": 1.0 }, { - "from": "ffi/zig/src/twasm_producer.zig", - "to": "ffi/zig/src/main.zig", - "relation": "shared_dir:ffi/zig/src", - "weight": 1.0 - }, - { - "from": "src/parser/Parser.affine", + "from": "src/parser/Ast.affine", "to": "src/parser/Lexer.affine", "relation": "shared_dir:src/parser", "weight": 1.0 @@ -452,38 +458,32 @@ }, { "from": "src/parser/Checker.affine", - "to": "src/parser/Ast.affine", + "to": "src/parser/Parser.affine", "relation": "shared_dir:src/parser", "weight": 1.0 }, { - "from": "crates/typed-wasm-codegen/src/parser.rs", - "to": "crates/typed-wasm-codegen/src/errors.rs", - "relation": "shared_dir:crates/typed-wasm-codegen/src", + "from": "crates/typed-wasm-verify/src/section.rs", + "to": "crates/typed-wasm-verify/src/verify.rs", + "relation": "shared_dir:crates/typed-wasm-verify/src", "weight": 1.0 }, { - "from": "crates/typed-wasm-codegen/src/errors.rs", - "to": "crates/typed-wasm-codegen/src/lib.rs", - "relation": "shared_dir:crates/typed-wasm-codegen/src", + "from": "crates/typed-wasm-verify/src/verify.rs", + "to": "crates/typed-wasm-verify/src/cross.rs", + "relation": "shared_dir:crates/typed-wasm-verify/src", "weight": 1.0 }, { - "from": "crates/typed-wasm-verify/tests/cross_compat_real.rs", - "to": "crates/typed-wasm-verify/tests/cross_compat.rs", + "from": "crates/typed-wasm-verify/tests/cross_compat.rs", + "to": "crates/typed-wasm-verify/tests/cross_compat_real.rs", "relation": "shared_dir:crates/typed-wasm-verify/tests", "weight": 1.0 }, { - "from": "crates/typed-wasm-verify/src/section.rs", - "to": "crates/typed-wasm-verify/src/cross.rs", - "relation": "shared_dir:crates/typed-wasm-verify/src", - "weight": 1.0 - }, - { - "from": "crates/typed-wasm-verify/src/cross.rs", - "to": "crates/typed-wasm-verify/src/verify.rs", - "relation": "shared_dir:crates/typed-wasm-verify/src", + "from": "ffi/zig/src/twasm_producer.zig", + "to": "ffi/zig/src/main.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 } ] @@ -491,16 +491,14 @@ "taint_matrix": { "rows": [ { - "source_category": "PanicPath", + "source_category": "UnsafeCode", "sink_axis": "memory", - "severity_value": 2.5, + "severity_value": 3.5, "files": [ - "crates/typed-wasm-codegen/src/lib.rs", - "crates/typed-wasm-verify/src/section.rs", - "crates/typed-wasm-verify/src/verify.rs" + "ffi/zig/src/main.zig" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "UnsafeCode->Memory" }, { "source_category": "InputBoundary", @@ -513,16 +511,24 @@ "relation": "InputBoundary->Cpu" }, { - "source_category": "PanicPath", + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 5.0, + "files": [ + "tools/provision.sh" + ], + "frameworks": [], + "relation": "CommandInjection->Cpu" + }, + { + "source_category": "CommandInjection", "sink_axis": "disk", - "severity_value": 2.5, + "severity_value": 5.0, "files": [ - "crates/typed-wasm-codegen/src/lib.rs", - "crates/typed-wasm-verify/src/section.rs", - "crates/typed-wasm-verify/src/verify.rs" + "tools/provision.sh" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "CommandInjection->Disk" }, { "source_category": "PathTraversal", @@ -545,34 +551,28 @@ "relation": "UnsafeFFI->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "crates/typed-wasm-codegen/src/bin/tw.rs" - ], - "frameworks": [], - "relation": "UnboundedAllocation->Memory" - }, - { - "source_category": "CommandInjection", + "source_category": "PanicPath", "sink_axis": "disk", - "severity_value": 5.0, + "severity_value": 2.5, "files": [ - "tools/provision.sh" + "crates/typed-wasm-verify/src/section.rs", + "crates/typed-wasm-verify/src/verify.rs", + "crates/typed-wasm-codegen/src/lib.rs" ], "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "PanicPath->Disk" }, { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 5.0, + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "tools/provision.sh" + "crates/typed-wasm-verify/src/section.rs", + "crates/typed-wasm-verify/src/verify.rs", + "crates/typed-wasm-codegen/src/lib.rs" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "PanicPath->Memory" }, { "source_category": "UnboundedAllocation", @@ -585,14 +585,14 @@ "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnsafeCode", + "source_category": "UnboundedAllocation", "sink_axis": "memory", - "severity_value": 3.5, + "severity_value": 2.5, "files": [ - "ffi/zig/src/main.zig" + "crates/typed-wasm-codegen/src/bin/tw.rs" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "UnboundedAllocation->Memory" } ] } diff --git a/scans/typedqliser.json b/scans/typedqliser.json index 273fd4c6..273d87bf 100644 --- a/scans/typedqliser.json +++ b/scans/typedqliser.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "UnboundedAllocation", - "location": "src/codegen/mod.rs", - "file": "src/codegen/mod.rs", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/codegen/mod.rs", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -18,10 +18,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", + "location": "src/codegen/mod.rs", + "file": "src/codegen/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", + "description": "Potential unbounded allocation pattern detected in src/codegen/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -49,23 +49,23 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/install-zig.sh", - "lines": 59, + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { @@ -79,23 +79,23 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 287, + "file_path": "scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/codegen/mod.rs", - "lines": 315, + "file_path": "src/plugins/mod.rs", + "lines": 147, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 4, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { @@ -109,16 +109,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/plugins/mod.rs", - "lines": 147, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/plugins/sql.rs", "lines": 724, @@ -131,23 +121,23 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/test/integration_test.zig", - "lines": 182, + "file_path": "src/manifest/mod.rs", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 455, + "file_path": "src/codegen/mod.rs", + "lines": 315, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 2, "threading_constructs": 0 }, { @@ -161,49 +151,59 @@ "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 172, + "file_path": "src/interface/ffi/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "src/interface/ffi/src/main.zig", + "lines": 455, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 287, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", + "disk", "memory", - "disk" + "cpu" ], "dependency_graph": { "edges": [ { - "from": "src/plugins/wasm.rs", - "to": "src/plugins/mod.rs", - "relation": "shared_dir:src/plugins", + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { "from": "src/plugins/mod.rs", - "to": "src/plugins/sql.rs", + "to": "src/plugins/wasm.rs", "relation": "shared_dir:src/plugins", "weight": 1.0 }, { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", - "relation": "shared_dir:scripts", + "from": "src/plugins/wasm.rs", + "to": "src/plugins/sql.rs", + "relation": "shared_dir:src/plugins", "weight": 1.0 } ] @@ -212,25 +212,25 @@ "rows": [ { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/codegen/mod.rs", - "src/manifest/mod.rs" + "src/manifest/mod.rs", + "src/codegen/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/codegen/mod.rs", - "src/manifest/mod.rs" + "src/manifest/mod.rs", + "src/codegen/mod.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" } ] } diff --git a/scans/typell.json b/scans/typell.json index d1016855..9b1a3e2a 100644 --- a/scans/typell.json +++ b/scans/typell.json @@ -7,13 +7,14 @@ ], "weak_points": [ { - "category": "CommandInjection", - "location": "scripts/maintenance/run-maintenance.sh", - "file": "scripts/maintenance/run-maintenance.sh", + "category": "PanicPath", + "location": "crates/typell-server/src/main.rs", + "file": "crates/typell-server/src/main.rs", "severity": "Medium", - "description": "33 potentially unquoted variable expansions in scripts/maintenance/run-maintenance.sh", + "description": "0 panic sites and 2 unwrap/expect calls in crates/typell-server/src/main.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" }, @@ -30,14 +31,13 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "crates/typell-server/src/main.rs", - "file": "crates/typell-server/src/main.rs", + "category": "CommandInjection", + "location": "scripts/maintenance/run-maintenance.sh", + "file": "scripts/maintenance/run-maintenance.sh", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in crates/typell-server/src/main.rs", + "description": "33 potentially unquoted variable expansions in scripts/maintenance/run-maintenance.sh", "recommended_attack": [ - "memory", - "disk" + "cpu" ], "test_context": "production" }, @@ -62,18 +62,8 @@ }, "file_statistics": [ { - "file_path": "scripts/maintenance/perms-state.sh", - "lines": 241, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "scripts/maintenance/run-maintenance.sh", - "lines": 612, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -92,98 +82,91 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 - }, - { - "file_path": "crates/typell-ephapax/src/bridge.rs", - "lines": 151, + "file_path": "crates/typell-phronesis/src/bridge.rs", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-errorlang/src/bridge.rs", - "lines": 156, + "file_path": "crates/typell-mylang/src/bridge.rs", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-core/benches/typell_bench.rs", - "lines": 262, + "file_path": "crates/typell-server/src/main.rs", + "lines": 84, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, + "unwrap_calls": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-core/tests/core_comprehensive_tests.rs", - "lines": 1244, + "file_path": "crates/typell-server/src/handlers.rs", + "lines": 1273, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 112, + "safe_unwrap_calls": 3, + "allocation_sites": 30, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-core/tests/property_test.rs", - "lines": 255, + "file_path": "crates/typell-vcl/src/bridge.rs", + "lines": 485, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 54, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-core/tests/e2e_test.rs", - "lines": 274, + "file_path": "crates/typell-jtv/src/bridge.rs", + "lines": 154, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-core/tests/kategoria_conformance.rs", - "lines": 363, + "file_path": "crates/typell-betlang/src/bridge.rs", + "lines": 179, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 52, + "allocation_sites": 18, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-core/src/check.rs", - "lines": 300, + "file_path": "crates/typell-tangle/src/bridge.rs", + "lines": 195, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 26, + "allocation_sites": 32, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-core/src/dimensional.rs", - "lines": 402, + "file_path": "crates/typell-ephapax/src/bridge.rs", + "lines": 151, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -192,192 +175,190 @@ "threading_constructs": 0 }, { - "file_path": "crates/typell-core/src/types.rs", - "lines": 1163, + "file_path": "crates/typell-affinescript/src/bridge.rs", + "lines": 504, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 76, + "allocation_sites": 46, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-core/src/effects.rs", - "lines": 194, + "file_path": "crates/typell-oblibeny/src/bridge.rs", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-core/src/infer.rs", - "lines": 459, + "file_path": "crates/typell-errorlang/src/bridge.rs", + "lines": 156, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 30, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-core/src/proof.rs", - "lines": 495, + "file_path": "crates/typell-eclexia/src/bridge.rs", + "lines": 260, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, + "unwrap_calls": 0, "allocation_sites": 18, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-core/src/unify.rs", - "lines": 961, + "file_path": "crates/typell-eclexia/src/resource.rs", + "lines": 188, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 100, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-core/src/qtt.rs", - "lines": 154, + "file_path": "crates/typell-core/tests/property_test.rs", + "lines": 255, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-core/src/session.rs", - "lines": 206, + "file_path": "crates/typell-core/tests/kategoria_conformance.rs", + "lines": 363, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 48, + "allocation_sites": 52, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-core/src/linear.rs", - "lines": 213, + "file_path": "crates/typell-core/tests/core_comprehensive_tests.rs", + "lines": 1244, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 112, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-betlang/src/bridge.rs", - "lines": 179, + "file_path": "crates/typell-core/tests/e2e_test.rs", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 18, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-eclexia/src/resource.rs", - "lines": 188, + "file_path": "crates/typell-core/benches/typell_bench.rs", + "lines": 262, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-eclexia/src/bridge.rs", - "lines": 260, + "file_path": "crates/typell-core/src/qtt.rs", + "lines": 154, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 18, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-tangle/src/bridge.rs", - "lines": 195, + "file_path": "crates/typell-core/src/unify.rs", + "lines": 961, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 32, + "allocation_sites": 100, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-mylang/src/bridge.rs", - "lines": 158, + "file_path": "crates/typell-core/src/session.rs", + "lines": 206, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, + "allocation_sites": 48, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-oblibeny/src/bridge.rs", - "lines": 172, + "file_path": "crates/typell-core/src/check.rs", + "lines": 300, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "allocation_sites": 26, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-server/src/main.rs", - "lines": 84, + "file_path": "crates/typell-core/src/effects.rs", + "lines": 194, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 2, - "allocation_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-server/src/handlers.rs", - "lines": 1273, + "file_path": "crates/typell-core/src/proof.rs", + "lines": 495, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 30, + "unwrap_calls": 4, + "allocation_sites": 18, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-wokelang/src/bridge.rs", - "lines": 156, + "file_path": "crates/typell-core/src/linear.rs", + "lines": 213, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-affinescript/src/bridge.rs", - "lines": 504, + "file_path": "crates/typell-core/src/infer.rs", + "lines": 459, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 46, + "safe_unwrap_calls": 1, + "allocation_sites": 30, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-jtv/src/bridge.rs", - "lines": 154, + "file_path": "crates/typell-core/src/dimensional.rs", + "lines": 402, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -386,44 +367,43 @@ "threading_constructs": 0 }, { - "file_path": "crates/typell-vcl/src/bridge.rs", - "lines": 485, + "file_path": "crates/typell-core/src/types.rs", + "lines": 1163, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 54, + "allocation_sites": 76, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "crates/typell-phronesis/src/bridge.rs", - "lines": 173, + "file_path": "crates/typell-wokelang/src/bridge.rs", + "lines": 156, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "scripts/maintenance/perms-state.sh", + "lines": 241, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/abi/Types.idr", - "lines": 249, - "unsafe_blocks": 1, + "file_path": "scripts/maintenance/run-maintenance.sh", + "lines": 612, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -447,13 +427,33 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "src/abi/Types.idr", + "lines": 249, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], @@ -465,331 +465,331 @@ "dependency_graph": { "edges": [ { - "from": "src/abi/Foreign.idr", - "to": "src/abi/Types.idr", - "relation": "shared_dir:src/abi", + "from": "crates/typell-eclexia/src/bridge.rs", + "to": "crates/typell-eclexia/src/resource.rs", + "relation": "shared_dir:crates/typell-eclexia/src", "weight": 1.0 }, { - "from": "scripts/maintenance/perms-state.sh", - "to": "scripts/maintenance/run-maintenance.sh", - "relation": "shared_dir:scripts/maintenance", + "from": "crates/typell-core/tests/property_test.rs", + "to": "crates/typell-core/tests/kategoria_conformance.rs", + "relation": "shared_dir:crates/typell-core/tests", "weight": 1.0 }, { - "from": "crates/typell-server/src/main.rs", - "to": "crates/typell-server/src/handlers.rs", - "relation": "shared_dir:crates/typell-server/src", + "from": "crates/typell-core/tests/kategoria_conformance.rs", + "to": "crates/typell-core/tests/core_comprehensive_tests.rs", + "relation": "shared_dir:crates/typell-core/tests", "weight": 1.0 }, { "from": "crates/typell-core/tests/core_comprehensive_tests.rs", - "to": "crates/typell-core/tests/property_test.rs", + "to": "crates/typell-core/tests/e2e_test.rs", "relation": "shared_dir:crates/typell-core/tests", "weight": 1.0 }, { - "from": "crates/typell-core/tests/property_test.rs", - "to": "crates/typell-core/tests/e2e_test.rs", - "relation": "shared_dir:crates/typell-core/tests", + "from": "crates/typell-server/src/main.rs", + "to": "crates/typell-server/src/handlers.rs", + "relation": "shared_dir:crates/typell-server/src", "weight": 1.0 }, { - "from": "crates/typell-core/tests/e2e_test.rs", - "to": "crates/typell-core/tests/kategoria_conformance.rs", - "relation": "shared_dir:crates/typell-core/tests", + "from": "scripts/maintenance/perms-state.sh", + "to": "scripts/maintenance/run-maintenance.sh", + "relation": "shared_dir:scripts/maintenance", "weight": 1.0 }, { - "from": "crates/typell-core/src/check.rs", - "to": "crates/typell-core/src/dimensional.rs", - "relation": "shared_dir:crates/typell-core/src", + "from": "src/abi/Foreign.idr", + "to": "src/abi/Types.idr", + "relation": "shared_dir:src/abi", "weight": 1.0 }, { - "from": "crates/typell-core/src/dimensional.rs", - "to": "crates/typell-core/src/types.rs", + "from": "crates/typell-core/src/qtt.rs", + "to": "crates/typell-core/src/unify.rs", "relation": "shared_dir:crates/typell-core/src", "weight": 1.0 }, { - "from": "crates/typell-core/src/types.rs", - "to": "crates/typell-core/src/effects.rs", + "from": "crates/typell-core/src/unify.rs", + "to": "crates/typell-core/src/session.rs", "relation": "shared_dir:crates/typell-core/src", "weight": 1.0 }, { - "from": "crates/typell-core/src/effects.rs", - "to": "crates/typell-core/src/infer.rs", + "from": "crates/typell-core/src/session.rs", + "to": "crates/typell-core/src/check.rs", "relation": "shared_dir:crates/typell-core/src", "weight": 1.0 }, { - "from": "crates/typell-core/src/infer.rs", - "to": "crates/typell-core/src/proof.rs", + "from": "crates/typell-core/src/check.rs", + "to": "crates/typell-core/src/effects.rs", "relation": "shared_dir:crates/typell-core/src", "weight": 1.0 }, { - "from": "crates/typell-core/src/proof.rs", - "to": "crates/typell-core/src/unify.rs", + "from": "crates/typell-core/src/effects.rs", + "to": "crates/typell-core/src/proof.rs", "relation": "shared_dir:crates/typell-core/src", "weight": 1.0 }, { - "from": "crates/typell-core/src/unify.rs", - "to": "crates/typell-core/src/qtt.rs", + "from": "crates/typell-core/src/proof.rs", + "to": "crates/typell-core/src/linear.rs", "relation": "shared_dir:crates/typell-core/src", "weight": 1.0 }, { - "from": "crates/typell-core/src/qtt.rs", - "to": "crates/typell-core/src/session.rs", + "from": "crates/typell-core/src/linear.rs", + "to": "crates/typell-core/src/infer.rs", "relation": "shared_dir:crates/typell-core/src", "weight": 1.0 }, { - "from": "crates/typell-core/src/session.rs", - "to": "crates/typell-core/src/linear.rs", + "from": "crates/typell-core/src/infer.rs", + "to": "crates/typell-core/src/dimensional.rs", "relation": "shared_dir:crates/typell-core/src", "weight": 1.0 }, { - "from": "crates/typell-eclexia/src/resource.rs", - "to": "crates/typell-eclexia/src/bridge.rs", - "relation": "shared_dir:crates/typell-eclexia/src", + "from": "crates/typell-core/src/dimensional.rs", + "to": "crates/typell-core/src/types.rs", + "relation": "shared_dir:crates/typell-core/src", "weight": 1.0 }, { - "from": "scripts/maintenance/perms-state.sh", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/maintenance/run-maintenance.sh", + "from": "tests/integration_test.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "tests/integration_test.rs", + "from": "crates/typell-phronesis/src/bridge.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "crates/typell-mylang/src/bridge.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-ephapax/src/bridge.rs", + "from": "crates/typell-server/src/main.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "crates/typell-errorlang/src/bridge.rs", + "from": "crates/typell-server/src/handlers.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-core/benches/typell_bench.rs", + "from": "crates/typell-vcl/src/bridge.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-core/tests/core_comprehensive_tests.rs", + "from": "crates/typell-jtv/src/bridge.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-core/tests/property_test.rs", + "from": "crates/typell-betlang/src/bridge.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-core/tests/e2e_test.rs", + "from": "crates/typell-tangle/src/bridge.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-core/tests/kategoria_conformance.rs", + "from": "crates/typell-ephapax/src/bridge.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-core/src/check.rs", + "from": "crates/typell-affinescript/src/bridge.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-core/src/dimensional.rs", + "from": "crates/typell-oblibeny/src/bridge.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-core/src/types.rs", + "from": "crates/typell-errorlang/src/bridge.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-core/src/effects.rs", + "from": "crates/typell-eclexia/src/bridge.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-core/src/infer.rs", + "from": "crates/typell-eclexia/src/resource.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-core/src/proof.rs", + "from": "crates/typell-core/tests/property_test.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "crates/typell-core/src/unify.rs", + "from": "crates/typell-core/tests/kategoria_conformance.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-core/src/qtt.rs", + "from": "crates/typell-core/tests/core_comprehensive_tests.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-core/src/session.rs", + "from": "crates/typell-core/tests/e2e_test.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-core/src/linear.rs", + "from": "crates/typell-core/benches/typell_bench.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-betlang/src/bridge.rs", + "from": "crates/typell-core/src/qtt.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-eclexia/src/resource.rs", + "from": "crates/typell-core/src/unify.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-eclexia/src/bridge.rs", + "from": "crates/typell-core/src/session.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-tangle/src/bridge.rs", + "from": "crates/typell-core/src/check.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-mylang/src/bridge.rs", + "from": "crates/typell-core/src/effects.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-oblibeny/src/bridge.rs", + "from": "crates/typell-core/src/proof.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "crates/typell-server/src/main.rs", + "from": "crates/typell-core/src/linear.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "crates/typell-server/src/handlers.rs", + "from": "crates/typell-core/src/infer.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-wokelang/src/bridge.rs", + "from": "crates/typell-core/src/dimensional.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-affinescript/src/bridge.rs", + "from": "crates/typell-core/src/types.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-jtv/src/bridge.rs", + "from": "crates/typell-wokelang/src/bridge.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-vcl/src/bridge.rs", + "from": "scripts/maintenance/perms-state.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "crates/typell-phronesis/src/bridge.rs", + "from": "scripts/maintenance/run-maintenance.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", + "from": "ffi/zig/test/integration_test.zig", "to": "Networking", "relation": "framework", - "weight": 36.0 + "weight": 4.0 }, { - "from": "src/abi/Types.idr", + "from": "ffi/zig/src/main.zig", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "src/abi/Foreign.idr", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 36.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "src/abi/Types.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "setup.sh", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -803,8 +803,8 @@ "sink_axis": "memory", "severity_value": 2.5, "files": [ - "crates/typell-core/src/proof.rs", - "crates/typell-server/src/main.rs" + "crates/typell-server/src/main.rs", + "crates/typell-core/src/proof.rs" ], "frameworks": [ "Networking" @@ -816,8 +816,8 @@ "sink_axis": "disk", "severity_value": 2.5, "files": [ - "crates/typell-core/src/proof.rs", - "crates/typell-server/src/main.rs" + "crates/typell-server/src/main.rs", + "crates/typell-core/src/proof.rs" ], "frameworks": [ "Networking" diff --git a/scans/ubicity.json b/scans/ubicity.json index 65901c5f..1af6ad4f 100644 --- a/scans/ubicity.json +++ b/scans/ubicity.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "InputBoundary", - "location": "scripts/migrate-data.js", - "file": "scripts/migrate-data.js", + "location": "scripts/cleanup.js", + "file": "scripts/cleanup.js", "severity": "Medium", - "description": "2 JSON.parse call(s) with 1 try block(s) in scripts/migrate-data.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "1 JSON.parse call(s) with 0 try block(s) in scripts/cleanup.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], @@ -17,10 +17,10 @@ }, { "category": "InputBoundary", - "location": "scripts/cleanup.js", - "file": "scripts/cleanup.js", + "location": "scripts/migrate-data.js", + "file": "scripts/migrate-data.js", "severity": "Medium", - "description": "1 JSON.parse call(s) with 0 try block(s) in scripts/cleanup.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "2 JSON.parse call(s) with 1 try block(s) in scripts/migrate-data.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], @@ -39,10 +39,10 @@ }, { "category": "InputBoundary", - "location": "src/privacy.js", - "file": "src/privacy.js", + "location": "mapper.js", + "file": "mapper.js", "severity": "Medium", - "description": "3 JSON.parse call(s) with 0 try block(s) in src/privacy.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "1 JSON.parse call(s) with 0 try block(s) in mapper.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], @@ -61,10 +61,10 @@ }, { "category": "InputBoundary", - "location": "mapper.js", - "file": "mapper.js", + "location": "src/privacy.js", + "file": "src/privacy.js", "severity": "Medium", - "description": "1 JSON.parse call(s) with 0 try block(s) in mapper.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", + "description": "3 JSON.parse call(s) with 0 try block(s) in src/privacy.js — JSON.parse throws SyntaxError on malformed input; wrap in try-catch", "recommended_attack": [ "cpu" ], @@ -82,8 +82,8 @@ }, "file_statistics": [ { - "file_path": "visualize.js", - "lines": 435, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -92,68 +92,68 @@ "threading_constructs": 0 }, { - "file_path": "wasm/src/lib.rs", - "lines": 227, + "file_path": "visualize.js", + "lines": 435, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/migrate-data.js", - "lines": 185, + "file_path": "scripts/cleanup.js", + "lines": 135, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "scripts/cleanup.js", - "lines": 135, + "file_path": "scripts/migrate-data.js", + "lines": 185, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "wasm/src/lib.rs", + "lines": 227, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/export.js", - "lines": 207, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "src/privacy.js", + "file_path": "ffi/zig/src/main.zig", "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/import.js", - "lines": 298, + "file_path": "mapper.js", + "lines": 425, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -172,43 +172,43 @@ "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, + "file_path": "src/privacy.js", + "lines": 274, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, + "file_path": "src/import.js", + "lines": 298, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "mapper.js", - "lines": 425, + "file_path": "src/export.js", + "lines": 207, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], @@ -219,13 +219,13 @@ "dependency_graph": { "edges": [ { - "from": "scripts/migrate-data.js", - "to": "scripts/cleanup.js", + "from": "scripts/cleanup.js", + "to": "scripts/migrate-data.js", "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "src/export.js", + "from": "src/storage.affine", "to": "src/privacy.js", "relation": "shared_dir:src", "weight": 1.0 @@ -238,19 +238,19 @@ }, { "from": "src/import.js", - "to": "src/storage.affine", + "to": "src/export.js", "relation": "shared_dir:src", "weight": 1.0 }, { "from": "visualize.js", - "to": "setup.sh", + "to": "mapper.js", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "setup.sh", - "to": "mapper.js", + "from": "mapper.js", + "to": "setup.sh", "relation": "shared_dir:", "weight": 1.0 } @@ -263,12 +263,12 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "scripts/migrate-data.js", "scripts/cleanup.js", + "scripts/migrate-data.js", "test/export.test.mjs", - "src/privacy.js", + "mapper.js", "src/wasm-bridge.js", - "mapper.js" + "src/privacy.js" ], "frameworks": [], "relation": "InputBoundary->Cpu" diff --git a/scans/unified-dataset-vocab.json b/scans/unified-dataset-vocab.json index 8e1042d8..b83234b4 100644 --- a/scans/unified-dataset-vocab.json +++ b/scans/unified-dataset-vocab.json @@ -15,63 +15,63 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "src/abi/Types.idr", - "lines": 232, - "unsafe_blocks": 1, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "src/abi/Types.idr", + "lines": 232, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/universal-chat-extractor.json b/scans/universal-chat-extractor.json index 27c790e8..d6db07b0 100644 --- a/scans/universal-chat-extractor.json +++ b/scans/universal-chat-extractor.json @@ -27,43 +27,43 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 219, - "unsafe_blocks": 12, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 219, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/universal-extension-format.json b/scans/universal-extension-format.json index 47d5d718..2e1618ec 100644 --- a/scans/universal-extension-format.json +++ b/scans/universal-extension-format.json @@ -15,63 +15,63 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "src/abi/Types.idr", - "lines": 229, - "unsafe_blocks": 1, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "src/abi/Types.idr", + "lines": 229, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], diff --git a/scans/universal-language-server-plugin.json b/scans/universal-language-server-plugin.json index c703c3d9..eb3fc835 100644 --- a/scans/universal-language-server-plugin.json +++ b/scans/universal-language-server-plugin.json @@ -28,14 +28,14 @@ }, "file_statistics": [ { - "file_path": "web/app.js", - "lines": 313, + "file_path": "server/tests/contract_tests.rs", + "lines": 330, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { "file_path": "server/tests/aspect_tests.rs", @@ -58,231 +58,231 @@ "threading_constructs": 1 }, { - "file_path": "server/tests/contract_tests.rs", - "lines": 330, + "file_path": "server/src/core.rs", + "lines": 483, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 12, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "server/src/main.rs", - "lines": 119, + "file_path": "server/src/lib.rs", + "lines": 99, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "server/src/document_store.rs", - "lines": 247, + "file_path": "server/src/formats/yaml.rs", + "lines": 80, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "server/src/http.rs", - "lines": 325, + "file_path": "server/src/formats/toml.rs", + "lines": 54, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "server/src/core.rs", - "lines": 483, + "file_path": "server/src/formats/xml.rs", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "server/src/lib.rs", - "lines": 99, + "file_path": "server/src/document_store.rs", + "lines": 247, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "server/src/lsp.rs", - "lines": 350, + "file_path": "server/src/websocket.rs", + "lines": 218, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "server/src/monitoring.rs", - "lines": 407, + "file_path": "server/src/http.rs", + "lines": 325, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "server/src/formats/toml.rs", - "lines": 54, + "file_path": "server/src/main.rs", + "lines": 119, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 7, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "server/src/formats/xml.rs", - "lines": 64, + "file_path": "server/src/lsp.rs", + "lines": 350, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "server/src/formats/yaml.rs", - "lines": 80, + "file_path": "server/src/monitoring.rs", + "lines": 407, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "server/src/websocket.rs", - "lines": 218, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "web/app.js", + "lines": 313, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 5, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", - "network", - "cpu", "memory", - "concurrency" + "network", + "disk", + "concurrency", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "server/src/main.rs", - "to": "server/src/document_store.rs", - "relation": "shared_dir:server/src", + "from": "server/src/formats/yaml.rs", + "to": "server/src/formats/toml.rs", + "relation": "shared_dir:server/src/formats", "weight": 1.0 }, { - "from": "server/src/document_store.rs", - "to": "server/src/http.rs", - "relation": "shared_dir:server/src", + "from": "server/src/formats/toml.rs", + "to": "server/src/formats/xml.rs", + "relation": "shared_dir:server/src/formats", "weight": 1.0 }, { - "from": "server/src/http.rs", - "to": "server/src/core.rs", - "relation": "shared_dir:server/src", + "from": "server/tests/contract_tests.rs", + "to": "server/tests/aspect_tests.rs", + "relation": "shared_dir:server/tests", "weight": 1.0 }, { - "from": "server/src/core.rs", - "to": "server/src/lib.rs", - "relation": "shared_dir:server/src", + "from": "server/tests/aspect_tests.rs", + "to": "server/tests/e2e_tests.rs", + "relation": "shared_dir:server/tests", "weight": 1.0 }, { - "from": "server/src/lib.rs", - "to": "server/src/lsp.rs", + "from": "server/src/core.rs", + "to": "server/src/lib.rs", "relation": "shared_dir:server/src", "weight": 1.0 }, { - "from": "server/src/lsp.rs", - "to": "server/src/monitoring.rs", + "from": "server/src/lib.rs", + "to": "server/src/document_store.rs", "relation": "shared_dir:server/src", "weight": 1.0 }, { - "from": "server/src/monitoring.rs", + "from": "server/src/document_store.rs", "to": "server/src/websocket.rs", "relation": "shared_dir:server/src", "weight": 1.0 }, { - "from": "server/tests/aspect_tests.rs", - "to": "server/tests/e2e_tests.rs", - "relation": "shared_dir:server/tests", + "from": "server/src/websocket.rs", + "to": "server/src/http.rs", + "relation": "shared_dir:server/src", "weight": 1.0 }, { - "from": "server/tests/e2e_tests.rs", - "to": "server/tests/contract_tests.rs", - "relation": "shared_dir:server/tests", + "from": "server/src/http.rs", + "to": "server/src/main.rs", + "relation": "shared_dir:server/src", "weight": 1.0 }, { - "from": "server/src/formats/toml.rs", - "to": "server/src/formats/xml.rs", - "relation": "shared_dir:server/src/formats", + "from": "server/src/main.rs", + "to": "server/src/lsp.rs", + "relation": "shared_dir:server/src", "weight": 1.0 }, { - "from": "server/src/formats/xml.rs", - "to": "server/src/formats/yaml.rs", - "relation": "shared_dir:server/src/formats", + "from": "server/src/lsp.rs", + "to": "server/src/monitoring.rs", + "relation": "shared_dir:server/src", "weight": 1.0 } ] @@ -291,23 +291,23 @@ "rows": [ { "source_category": "DynamicCodeExecution", - "sink_axis": "network", + "sink_axis": "memory", "severity_value": 3.5, "files": [ "web/app.js" ], "frameworks": [], - "relation": "DynamicCodeExecution->Network" + "relation": "DynamicCodeExecution->Memory" }, { "source_category": "DynamicCodeExecution", - "sink_axis": "memory", + "sink_axis": "network", "severity_value": 3.5, "files": [ "web/app.js" ], "frameworks": [], - "relation": "DynamicCodeExecution->Memory" + "relation": "DynamicCodeExecution->Network" } ] } diff --git a/scans/universal-project-manager.json b/scans/universal-project-manager.json index 7c98d138..56bbc8af 100644 --- a/scans/universal-project-manager.json +++ b/scans/universal-project-manager.json @@ -18,10 +18,10 @@ }, { "category": "CommandInjection", - "location": "ci-scripts/test.sh", - "file": "ci-scripts/test.sh", + "location": "ci-scripts/lint.sh", + "file": "ci-scripts/lint.sh", "severity": "Critical", - "description": "eval usage in ci-scripts/test.sh", + "description": "eval usage in ci-scripts/lint.sh", "recommended_attack": [ "cpu", "disk" @@ -30,10 +30,10 @@ }, { "category": "CommandInjection", - "location": "ci-scripts/lint.sh", - "file": "ci-scripts/lint.sh", + "location": "ci-scripts/test.sh", + "file": "ci-scripts/test.sh", "severity": "Critical", - "description": "eval usage in ci-scripts/lint.sh", + "description": "eval usage in ci-scripts/test.sh", "recommended_attack": [ "cpu", "disk" @@ -52,53 +52,53 @@ }, "file_statistics": [ { - "file_path": "setup.sh", - "lines": 278, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 219, - "unsafe_blocks": 12, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 219, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, + "file_path": "ci-scripts/detect.sh", + "lines": 264, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "ci-scripts/detect.sh", - "lines": 264, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 } ], @@ -113,27 +113,27 @@ "rows": [ { "source_category": "CommandInjection", - "sink_axis": "disk", + "sink_axis": "cpu", "severity_value": 5.0, "files": [ "ci-scripts/build.sh", - "ci-scripts/test.sh", - "ci-scripts/lint.sh" + "ci-scripts/lint.sh", + "ci-scripts/test.sh" ], "frameworks": [], - "relation": "CommandInjection->Disk" + "relation": "CommandInjection->Cpu" }, { "source_category": "CommandInjection", - "sink_axis": "cpu", + "sink_axis": "disk", "severity_value": 5.0, "files": [ "ci-scripts/build.sh", - "ci-scripts/test.sh", - "ci-scripts/lint.sh" + "ci-scripts/lint.sh", + "ci-scripts/test.sh" ], "frameworks": [], - "relation": "CommandInjection->Cpu" + "relation": "CommandInjection->Disk" } ] } diff --git a/scans/valence-shell.json b/scans/valence-shell.json index e124cc58..5bd562a0 100644 --- a/scans/valence-shell.json +++ b/scans/valence-shell.json @@ -6,19 +6,6 @@ "OTP" ], "weak_points": [ - { - "category": "CommandInjection", - "location": "scripts/verify-proofs.sh", - "file": "scripts/verify-proofs.sh", - "severity": "Critical", - "description": "eval usage in scripts/verify-proofs.sh", - "recommended_attack": [ - "cpu", - "disk" - ], - "suppressed": true, - "test_context": "production" - }, { "category": "CommandInjection", "location": "tests/integration_test.sh", @@ -30,54 +17,6 @@ ], "test_context": "test_only" }, - { - "category": "ProofDrift", - "location": "proofs/idris2/src/Filesystem/Axioms.idr", - "file": "proofs/idris2/src/Filesystem/Axioms.idr", - "severity": "Critical", - "description": "2 believe_me (banned proof escape hatch — type checker bypass) in proofs/idris2/src/Filesystem/Axioms.idr", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, - { - "category": "ProofDrift", - "location": "proofs/agda/FilesystemModel.agda", - "file": "proofs/agda/FilesystemModel.agda", - "severity": "Medium", - "description": "1 postulate block(s) (unproven axiom — verify these hold) in proofs/agda/FilesystemModel.agda", - "recommended_attack": [ - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnsafeCode", - "location": "ffi/rust/src/operations.rs", - "file": "ffi/rust/src/operations.rs", - "severity": "High", - "description": "1 unsafe blocks in ffi/rust/src/operations.rs", - "recommended_attack": [ - "memory", - "concurrency" - ], - "suppressed": true, - "test_context": "production" - }, - { - "category": "UnsafeCode", - "location": "ffi/rust/src/audit.rs", - "file": "ffi/rust/src/audit.rs", - "severity": "High", - "description": "1 unsafe blocks in ffi/rust/src/audit.rs", - "recommended_attack": [ - "memory", - "concurrency" - ], - "suppressed": true, - "test_context": "production" - }, { "category": "CommandInjection", "location": "impl/elixir/lib/vsh/secure_erase.ex", @@ -137,6 +76,30 @@ "suppressed": true, "test_context": "production" }, + { + "category": "PanicPath", + "location": "impl/rust-cli/fuzz/fuzz_targets/fuzz_path_operations.rs", + "file": "impl/rust-cli/fuzz/fuzz_targets/fuzz_path_operations.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in impl/rust-cli/fuzz/fuzz_targets/fuzz_path_operations.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "impl/rust-cli/fuzz/fuzz_targets/fuzz_state_machine.rs", + "file": "impl/rust-cli/fuzz/fuzz_targets/fuzz_state_machine.rs", + "severity": "Medium", + "description": "1 panic sites and 1 unwrap/expect calls in impl/rust-cli/fuzz/fuzz_targets/fuzz_state_machine.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, { "category": "UnsafeCode", "location": "impl/rust-cli/tests/security_tests.rs", @@ -164,36 +127,62 @@ "test_context": "test_only" }, { - "category": "UnsafeCode", - "location": "impl/rust-cli/src/external.rs", - "file": "impl/rust-cli/src/external.rs", - "severity": "High", - "description": "6 unsafe blocks in impl/rust-cli/src/external.rs", + "category": "UnboundedAllocation", + "location": "impl/rust-cli/src/secure_erase.rs", + "file": "impl/rust-cli/src/secure_erase.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in impl/rust-cli/src/secure_erase.rs", "recommended_attack": [ "memory", - "concurrency" + "cpu" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "impl/rust-cli/src/executable.rs", + "file": "impl/rust-cli/src/executable.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in impl/rust-cli/src/executable.rs", + "recommended_attack": [ + "memory", + "cpu" ], "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "impl/rust-cli/src/external.rs", - "file": "impl/rust-cli/src/external.rs", + "location": "impl/rust-cli/src/parser.rs", + "file": "impl/rust-cli/src/parser.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in impl/rust-cli/src/external.rs", + "description": "0 panic sites and 4 unwrap/expect calls in impl/rust-cli/src/parser.rs", "recommended_attack": [ "memory", "disk" ], "test_context": "production" }, + { + "category": "UnboundedAllocation", + "location": "impl/rust-cli/src/audit_log.rs", + "file": "impl/rust-cli/src/audit_log.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in impl/rust-cli/src/audit_log.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "suppressed": true, + "test_context": "production" + }, { "category": "UnsafeCode", - "location": "impl/rust-cli/src/process_sub.rs", - "file": "impl/rust-cli/src/process_sub.rs", + "location": "impl/rust-cli/src/external.rs", + "file": "impl/rust-cli/src/external.rs", "severity": "High", - "description": "2 unsafe blocks in impl/rust-cli/src/process_sub.rs", + "description": "6 unsafe blocks in impl/rust-cli/src/external.rs", "recommended_attack": [ "memory", "concurrency" @@ -203,10 +192,10 @@ }, { "category": "PanicPath", - "location": "impl/rust-cli/src/glob.rs", - "file": "impl/rust-cli/src/glob.rs", + "location": "impl/rust-cli/src/external.rs", + "file": "impl/rust-cli/src/external.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in impl/rust-cli/src/glob.rs", + "description": "0 panic sites and 1 unwrap/expect calls in impl/rust-cli/src/external.rs", "recommended_attack": [ "memory", "disk" @@ -215,10 +204,10 @@ }, { "category": "UnboundedAllocation", - "location": "impl/rust-cli/src/commands.rs", - "file": "impl/rust-cli/src/commands.rs", + "location": "impl/rust-cli/src/fs_pure.rs", + "file": "impl/rust-cli/src/fs_pure.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in impl/rust-cli/src/commands.rs", + "description": "Potential unbounded allocation pattern detected in impl/rust-cli/src/fs_pure.rs", "recommended_attack": [ "memory", "cpu" @@ -226,14 +215,14 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "impl/rust-cli/src/commands.rs", - "file": "impl/rust-cli/src/commands.rs", - "severity": "High", - "description": "16 unsafe blocks in impl/rust-cli/src/commands.rs", + "category": "PanicPath", + "location": "impl/rust-cli/src/test_command.rs", + "file": "impl/rust-cli/src/test_command.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in impl/rust-cli/src/test_command.rs", "recommended_attack": [ "memory", - "concurrency" + "disk" ], "suppressed": true, "test_context": "production" @@ -253,10 +242,22 @@ }, { "category": "PanicPath", - "location": "impl/rust-cli/src/parser.rs", - "file": "impl/rust-cli/src/parser.rs", + "location": "impl/rust-cli/src/glob.rs", + "file": "impl/rust-cli/src/glob.rs", "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in impl/rust-cli/src/parser.rs", + "description": "0 panic sites and 1 unwrap/expect calls in impl/rust-cli/src/glob.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "impl/rust-cli/src/arith.rs", + "file": "impl/rust-cli/src/arith.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in impl/rust-cli/src/arith.rs", "recommended_attack": [ "memory", "disk" @@ -277,102 +278,101 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "impl/rust-cli/src/secure_erase.rs", - "file": "impl/rust-cli/src/secure_erase.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in impl/rust-cli/src/secure_erase.rs", + "category": "UnsafeCode", + "location": "impl/rust-cli/src/process_sub.rs", + "file": "impl/rust-cli/src/process_sub.rs", + "severity": "High", + "description": "2 unsafe blocks in impl/rust-cli/src/process_sub.rs", "recommended_attack": [ "memory", - "cpu" + "concurrency" ], "suppressed": true, "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "impl/rust-cli/src/audit_log.rs", - "file": "impl/rust-cli/src/audit_log.rs", + "location": "impl/rust-cli/src/commands.rs", + "file": "impl/rust-cli/src/commands.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in impl/rust-cli/src/audit_log.rs", + "description": "Potential unbounded allocation pattern detected in impl/rust-cli/src/commands.rs", "recommended_attack": [ "memory", "cpu" ], - "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "impl/rust-cli/src/test_command.rs", - "file": "impl/rust-cli/src/test_command.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in impl/rust-cli/src/test_command.rs", + "category": "UnsafeCode", + "location": "impl/rust-cli/src/commands.rs", + "file": "impl/rust-cli/src/commands.rs", + "severity": "High", + "description": "16 unsafe blocks in impl/rust-cli/src/commands.rs", "recommended_attack": [ "memory", + "concurrency" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "scripts/verify-proofs.sh", + "file": "scripts/verify-proofs.sh", + "severity": "Critical", + "description": "eval usage in scripts/verify-proofs.sh", + "recommended_attack": [ + "cpu", "disk" ], "suppressed": true, "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "impl/rust-cli/src/executable.rs", - "file": "impl/rust-cli/src/executable.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in impl/rust-cli/src/executable.rs", + "category": "UnsafeCode", + "location": "ffi/rust/src/audit.rs", + "file": "ffi/rust/src/audit.rs", + "severity": "High", + "description": "1 unsafe blocks in ffi/rust/src/audit.rs", "recommended_attack": [ "memory", - "cpu" + "concurrency" ], "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "impl/rust-cli/src/arith.rs", - "file": "impl/rust-cli/src/arith.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in impl/rust-cli/src/arith.rs", + "category": "UnsafeCode", + "location": "ffi/rust/src/operations.rs", + "file": "ffi/rust/src/operations.rs", + "severity": "High", + "description": "1 unsafe blocks in ffi/rust/src/operations.rs", "recommended_attack": [ "memory", - "disk" + "concurrency" ], + "suppressed": true, "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "impl/rust-cli/src/fs_pure.rs", - "file": "impl/rust-cli/src/fs_pure.rs", + "category": "ProofDrift", + "location": "proofs/agda/FilesystemModel.agda", + "file": "proofs/agda/FilesystemModel.agda", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in impl/rust-cli/src/fs_pure.rs", + "description": "1 postulate block(s) (unproven axiom — verify these hold) in proofs/agda/FilesystemModel.agda", "recommended_attack": [ - "memory", "cpu" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "impl/rust-cli/fuzz/fuzz_targets/fuzz_state_machine.rs", - "file": "impl/rust-cli/fuzz/fuzz_targets/fuzz_state_machine.rs", - "severity": "Medium", - "description": "1 panic sites and 1 unwrap/expect calls in impl/rust-cli/fuzz/fuzz_targets/fuzz_state_machine.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "impl/rust-cli/fuzz/fuzz_targets/fuzz_path_operations.rs", - "file": "impl/rust-cli/fuzz/fuzz_targets/fuzz_path_operations.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in impl/rust-cli/fuzz/fuzz_targets/fuzz_path_operations.rs", + "category": "ProofDrift", + "location": "proofs/idris2/src/Filesystem/Axioms.idr", + "file": "proofs/idris2/src/Filesystem/Axioms.idr", + "severity": "Critical", + "description": "2 believe_me (banned proof escape hatch — type checker bypass) in proofs/idris2/src/Filesystem/Axioms.idr", "recommended_attack": [ - "memory", - "disk" + "memory" ], "test_context": "production" } @@ -398,29 +398,29 @@ "threading_constructs": 0 }, { - "file_path": "scripts/generate-verification-report.sh", - "lines": 298, + "file_path": "alkahest-shell-transmuter/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "alkahest-shell-transmuter/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "proofs/idris2/src/Filesystem/Axioms.idr", - "lines": 74, - "unsafe_blocks": 2, + "file_path": "alkahest-shell-transmuter/src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -428,511 +428,494 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "impl/elixir/lib/vsh/daemon.ex", + "lines": 839, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 + "io_operations": 5, + "threading_constructs": 1 }, { - "file_path": "alkahest-shell-transmuter/src/abi/Foreign.idr", - "lines": 218, - "unsafe_blocks": 12, + "file_path": "impl/elixir/lib/vsh/filesystem.ex", + "lines": 792, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "alkahest-shell-transmuter/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "impl/elixir/lib/vsh/state.ex", + "lines": 349, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "alkahest-shell-transmuter/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "impl/elixir/lib/vsh/.Elixir.VSH.NIF.zig", + "lines": 224, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 1, - "io_operations": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "ffi/rust/src/rmo.rs", - "lines": 412, - "unsafe_blocks": 0, + "file_path": "impl/zig/lean_wrapper.zig", + "lines": 254, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 11, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/rust/src/verification.rs", - "lines": 463, + "file_path": "impl/zig/src/prover_integration.zig", + "lines": 276, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 4, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "ffi/rust/src/operations.rs", - "lines": 514, - "unsafe_blocks": 1, + "file_path": "impl/zig/src/daemon_client.zig", + "lines": 135, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 4, - "io_operations": 6, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/rust/src/audit.rs", - "lines": 297, - "unsafe_blocks": 1, - "panic_sites": 0, + "file_path": "impl/zig/src/lean_bindings.zig", + "lines": 364, + "unsafe_blocks": 0, + "panic_sites": 2, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "ffi/rust/src/errors.rs", - "lines": 207, + "file_path": "impl/zig/src/audit.zig", + "lines": 350, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "ffi/rust/src/lib.rs", - "lines": 450, + "file_path": "impl/zig/src/valence_ffi.h", + "lines": 197, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 11, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "impl/zig/src/main.zig", + "lines": 546, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, - "panic_sites": 0, + "file_path": "impl/zig/src/lib.zig", + "lines": 721, + "unsafe_blocks": 10, + "panic_sites": 2, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 3, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "impl/elixir/lib/vsh/state.ex", - "lines": 349, + "file_path": "impl/zig/src/root.zig", + "lines": 25, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "impl/elixir/lib/vsh/daemon.ex", - "lines": 839, + "file_path": "impl/zig/src/demo.zig", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 1 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "impl/elixir/lib/vsh/filesystem.ex", - "lines": 792, + "file_path": "impl/rust-cli/fuzz/fuzz_targets/fuzz_path_operations.rs", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "impl/elixir/lib/vsh/.Elixir.VSH.NIF.zig", - "lines": 224, + "file_path": "impl/rust-cli/fuzz/fuzz_targets/fuzz_state_machine.rs", + "lines": 109, "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 5, + "panic_sites": 1, + "unwrap_calls": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "impl/ocaml/lean_wrapper.c", - "lines": 294, + "file_path": "impl/rust-cli/tests/integration_test.rs", + "lines": 1032, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 2, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "impl/ocaml/filesystem_ffi.ml", - "lines": 269, + "file_path": "impl/rust-cli/tests/model_oracle_correspondence.rs", + "lines": 316, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "impl/zig/lean_wrapper.zig", - "lines": 254, + "file_path": "impl/rust-cli/tests/security_tests.rs", + "lines": 503, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "impl/zig/src/demo.zig", - "lines": 172, + "file_path": "impl/rust-cli/tests/trap_firing_tests.rs", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "impl/zig/src/audit.zig", - "lines": 350, + "file_path": "impl/rust-cli/tests/property_correspondence_tests.rs", + "lines": 505, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "impl/zig/src/prover_integration.zig", - "lines": 276, + "file_path": "impl/rust-cli/tests/integration_tests.rs", + "lines": 269, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "impl/zig/src/lean_bindings.zig", - "lines": 364, + "file_path": "impl/rust-cli/tests/tilde_expansion_tests.rs", + "lines": 122, "unsafe_blocks": 0, - "panic_sites": 2, + "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 5, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "impl/zig/src/root.zig", - "lines": 25, + "file_path": "impl/rust-cli/tests/property_tests.rs", + "lines": 1088, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "impl/zig/src/daemon_client.zig", - "lines": 135, - "unsafe_blocks": 2, + "file_path": "impl/rust-cli/tests/e2e_script_execution.rs", + "lines": 351, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "impl/zig/src/valence_ffi.h", - "lines": 197, + "file_path": "impl/rust-cli/tests/manual_redirect_test.sh", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "impl/zig/src/main.zig", - "lines": 546, + "file_path": "impl/rust-cli/tests/stress_tests.rs", + "lines": 458, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "impl/zig/src/lib.zig", - "lines": 721, - "unsafe_blocks": 10, - "panic_sites": 2, - "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "impl/rust-cli/tests/manual_redirect_test.sh", - "lines": 64, - "unsafe_blocks": 0, + "file_path": "impl/rust-cli/tests/secure_audit_prop_tests.rs", + "lines": 401, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/tests/trap_firing_tests.rs", - "lines": 148, + "file_path": "impl/rust-cli/tests/manual_sigint_test.sh", + "lines": 73, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "impl/rust-cli/tests/model_oracle_correspondence.rs", - "lines": 316, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/tests/property_correspondence_tests.rs", - "lines": 505, + "file_path": "impl/rust-cli/src/executable.rs", + "lines": 1734, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "safe_unwrap_calls": 7, + "allocation_sites": 8, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/tests/e2e_script_execution.rs", - "lines": 351, + "file_path": "impl/rust-cli/src/correction.rs", + "lines": 253, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/tests/security_tests.rs", - "lines": 503, - "unsafe_blocks": 1, + "file_path": "impl/rust-cli/src/parser.rs", + "lines": 5320, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 4, + "safe_unwrap_calls": 13, + "allocation_sites": 120, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/tests/integration_tests.rs", - "lines": 269, + "file_path": "impl/rust-cli/src/signals.rs", + "lines": 30, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "impl/rust-cli/tests/manual_sigint_test.sh", - "lines": 73, + "file_path": "impl/rust-cli/src/enhanced_repl.rs", + "lines": 444, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 6, + "allocation_sites": 18, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/tests/property_tests.rs", - "lines": 1088, + "file_path": "impl/rust-cli/src/friendly_errors.rs", + "lines": 376, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 4, - "io_operations": 10, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/tests/integration_test.rs", - "lines": 1032, + "file_path": "impl/rust-cli/src/audit_log.rs", + "lines": 640, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 2, - "io_operations": 9, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/tests/stress_tests.rs", - "lines": 458, - "unsafe_blocks": 0, + "file_path": "impl/rust-cli/src/external.rs", + "lines": 830, + "unsafe_blocks": 6, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 1 + "unwrap_calls": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 6, + "io_operations": 6, + "threading_constructs": 3 }, { - "file_path": "impl/rust-cli/tests/secure_audit_prop_tests.rs", - "lines": 401, - "unsafe_blocks": 2, + "file_path": "impl/rust-cli/src/functions.rs", + "lines": 546, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/tests/tilde_expansion_tests.rs", - "lines": 122, + "file_path": "impl/rust-cli/src/fs_pure.rs", + "lines": 206, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 8, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/echidna_integration.rs", - "lines": 401, + "file_path": "impl/rust-cli/src/test_command.rs", + "lines": 783, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 24, - "io_operations": 0, + "unwrap_calls": 1, + "allocation_sites": 42, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/external.rs", - "lines": 830, - "unsafe_blocks": 6, + "file_path": "impl/rust-cli/src/glob.rs", + "lines": 358, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 1, - "safe_unwrap_calls": 2, + "safe_unwrap_calls": 1, "allocation_sites": 6, - "io_operations": 6, - "threading_constructs": 3 + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/signals.rs", - "lines": 30, + "file_path": "impl/rust-cli/src/arith.rs", + "lines": 948, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 58, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/process_sub.rs", - "lines": 309, - "unsafe_blocks": 2, + "file_path": "impl/rust-cli/src/pager.rs", + "lines": 319, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 8, - "threading_constructs": 0 + "io_operations": 1, + "threading_constructs": 2 }, { - "file_path": "impl/rust-cli/src/friendly_errors.rs", - "lines": 376, + "file_path": "impl/rust-cli/src/highlighter.rs", + "lines": 405, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 4, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/glob.rs", - "lines": 358, + "file_path": "impl/rust-cli/src/commands/secure_deletion.rs", + "lines": 532, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/commands.rs", - "lines": 2895, - "unsafe_blocks": 16, + "file_path": "impl/rust-cli/src/posix_builtins.rs", + "lines": 458, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 17, - "allocation_sites": 2, - "io_operations": 5, - "threading_constructs": 1 + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/functions.rs", - "lines": 546, + "file_path": "impl/rust-cli/src/echidna_integration.rs", + "lines": 401, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 24, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/parser.rs", - "lines": 5320, + "file_path": "impl/rust-cli/src/job.rs", + "lines": 292, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 13, - "allocation_sites": 120, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, @@ -948,13 +931,23 @@ "threading_constructs": 3 }, { - "file_path": "impl/rust-cli/src/confirmation.rs", - "lines": 343, + "file_path": "impl/rust-cli/src/help.rs", + "lines": 500, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 2, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "impl/rust-cli/src/quotes.rs", + "lines": 481, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { @@ -968,505 +961,518 @@ "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/repl.rs", - "lines": 342, + "file_path": "impl/rust-cli/src/process_sub.rs", + "lines": 309, + "unsafe_blocks": 2, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 8, + "threading_constructs": 0 + }, + { + "file_path": "impl/rust-cli/src/confirmation.rs", + "lines": 343, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 6, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/help.rs", - "lines": 500, + "file_path": "impl/rust-cli/src/commands.rs", + "lines": 2895, + "unsafe_blocks": 16, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 17, + "allocation_sites": 2, + "io_operations": 5, + "threading_constructs": 1 + }, + { + "file_path": "impl/rust-cli/src/repl.rs", + "lines": 342, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/audit_log.rs", - "lines": 640, + "file_path": "impl/ocaml/lean_wrapper.c", + "lines": 294, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 7, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/pager.rs", - "lines": 319, + "file_path": "impl/ocaml/filesystem_ffi.ml", + "lines": 269, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/test_command.rs", - "lines": 783, + "file_path": "scripts/generate-verification-report.sh", + "lines": 298, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 42, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/executable.rs", - "lines": 1734, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 8, - "io_operations": 6, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "impl/rust-cli/src/arith.rs", - "lines": 948, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 58, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/commands/secure_deletion.rs", - "lines": 532, - "unsafe_blocks": 0, + "file_path": "ffi/rust/src/audit.rs", + "lines": 297, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 2, - "io_operations": 7, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/quotes.rs", - "lines": 481, - "unsafe_blocks": 0, + "file_path": "ffi/rust/src/operations.rs", + "lines": 514, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 6, "allocation_sites": 4, - "io_operations": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/job.rs", - "lines": 292, + "file_path": "ffi/rust/src/lib.rs", + "lines": 450, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 2, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/posix_builtins.rs", - "lines": 458, + "file_path": "ffi/rust/src/verification.rs", + "lines": 463, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/enhanced_repl.rs", - "lines": 444, + "file_path": "ffi/rust/src/rmo.rs", + "lines": 412, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 18, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/correction.rs", - "lines": 253, + "file_path": "ffi/rust/src/errors.rs", + "lines": 207, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/highlighter.rs", - "lines": 405, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 218, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/src/fs_pure.rs", - "lines": 206, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 9, - "threading_constructs": 0 - }, - { - "file_path": "impl/rust-cli/fuzz/fuzz_targets/fuzz_state_machine.rs", - "lines": 109, - "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 1, - "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "impl/rust-cli/fuzz/fuzz_targets/fuzz_path_operations.rs", - "lines": 64, - "unsafe_blocks": 0, + "file_path": "proofs/idris2/src/Filesystem/Axioms.idr", + "lines": 74, + "unsafe_blocks": 2, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", "memory", - "disk", - "concurrency" + "concurrency", + "cpu", + "disk" ], "dependency_graph": { "edges": [ { - "from": "impl/rust-cli/src/echidna_integration.rs", - "to": "impl/rust-cli/src/external.rs", - "relation": "shared_dir:impl/rust-cli/src", + "from": "impl/zig/src/prover_integration.zig", + "to": "impl/zig/src/daemon_client.zig", + "relation": "shared_dir:impl/zig/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/external.rs", - "to": "impl/rust-cli/src/signals.rs", - "relation": "shared_dir:impl/rust-cli/src", + "from": "impl/zig/src/daemon_client.zig", + "to": "impl/zig/src/lean_bindings.zig", + "relation": "shared_dir:impl/zig/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/signals.rs", - "to": "impl/rust-cli/src/process_sub.rs", - "relation": "shared_dir:impl/rust-cli/src", + "from": "impl/zig/src/lean_bindings.zig", + "to": "impl/zig/src/audit.zig", + "relation": "shared_dir:impl/zig/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/process_sub.rs", - "to": "impl/rust-cli/src/friendly_errors.rs", - "relation": "shared_dir:impl/rust-cli/src", + "from": "impl/zig/src/audit.zig", + "to": "impl/zig/src/valence_ffi.h", + "relation": "shared_dir:impl/zig/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/friendly_errors.rs", - "to": "impl/rust-cli/src/glob.rs", - "relation": "shared_dir:impl/rust-cli/src", + "from": "impl/zig/src/valence_ffi.h", + "to": "impl/zig/src/main.zig", + "relation": "shared_dir:impl/zig/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/glob.rs", - "to": "impl/rust-cli/src/commands.rs", - "relation": "shared_dir:impl/rust-cli/src", + "from": "impl/zig/src/main.zig", + "to": "impl/zig/src/lib.zig", + "relation": "shared_dir:impl/zig/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/commands.rs", - "to": "impl/rust-cli/src/functions.rs", + "from": "impl/zig/src/lib.zig", + "to": "impl/zig/src/root.zig", + "relation": "shared_dir:impl/zig/src", + "weight": 1.0 + }, + { + "from": "impl/zig/src/root.zig", + "to": "impl/zig/src/demo.zig", + "relation": "shared_dir:impl/zig/src", + "weight": 1.0 + }, + { + "from": "impl/ocaml/lean_wrapper.c", + "to": "impl/ocaml/filesystem_ffi.ml", + "relation": "shared_dir:impl/ocaml", + "weight": 1.0 + }, + { + "from": "impl/rust-cli/src/executable.rs", + "to": "impl/rust-cli/src/correction.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/functions.rs", + "from": "impl/rust-cli/src/correction.rs", "to": "impl/rust-cli/src/parser.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { "from": "impl/rust-cli/src/parser.rs", - "to": "impl/rust-cli/src/state.rs", + "to": "impl/rust-cli/src/signals.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/state.rs", - "to": "impl/rust-cli/src/confirmation.rs", + "from": "impl/rust-cli/src/signals.rs", + "to": "impl/rust-cli/src/enhanced_repl.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/confirmation.rs", - "to": "impl/rust-cli/src/redirection.rs", + "from": "impl/rust-cli/src/enhanced_repl.rs", + "to": "impl/rust-cli/src/friendly_errors.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/redirection.rs", - "to": "impl/rust-cli/src/repl.rs", + "from": "impl/rust-cli/src/friendly_errors.rs", + "to": "impl/rust-cli/src/audit_log.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/repl.rs", - "to": "impl/rust-cli/src/help.rs", + "from": "impl/rust-cli/src/audit_log.rs", + "to": "impl/rust-cli/src/external.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/help.rs", - "to": "impl/rust-cli/src/audit_log.rs", + "from": "impl/rust-cli/src/external.rs", + "to": "impl/rust-cli/src/functions.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/audit_log.rs", - "to": "impl/rust-cli/src/pager.rs", + "from": "impl/rust-cli/src/functions.rs", + "to": "impl/rust-cli/src/fs_pure.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/pager.rs", + "from": "impl/rust-cli/src/fs_pure.rs", "to": "impl/rust-cli/src/test_command.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { "from": "impl/rust-cli/src/test_command.rs", - "to": "impl/rust-cli/src/executable.rs", + "to": "impl/rust-cli/src/glob.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/executable.rs", + "from": "impl/rust-cli/src/glob.rs", "to": "impl/rust-cli/src/arith.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { "from": "impl/rust-cli/src/arith.rs", - "to": "impl/rust-cli/src/quotes.rs", + "to": "impl/rust-cli/src/pager.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/quotes.rs", - "to": "impl/rust-cli/src/job.rs", + "from": "impl/rust-cli/src/pager.rs", + "to": "impl/rust-cli/src/highlighter.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/job.rs", + "from": "impl/rust-cli/src/highlighter.rs", "to": "impl/rust-cli/src/posix_builtins.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { "from": "impl/rust-cli/src/posix_builtins.rs", - "to": "impl/rust-cli/src/enhanced_repl.rs", + "to": "impl/rust-cli/src/echidna_integration.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/enhanced_repl.rs", - "to": "impl/rust-cli/src/correction.rs", + "from": "impl/rust-cli/src/echidna_integration.rs", + "to": "impl/rust-cli/src/job.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/correction.rs", - "to": "impl/rust-cli/src/highlighter.rs", + "from": "impl/rust-cli/src/job.rs", + "to": "impl/rust-cli/src/state.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/rust-cli/src/highlighter.rs", - "to": "impl/rust-cli/src/fs_pure.rs", + "from": "impl/rust-cli/src/state.rs", + "to": "impl/rust-cli/src/help.rs", "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/zig/src/demo.zig", - "to": "impl/zig/src/audit.zig", - "relation": "shared_dir:impl/zig/src", - "weight": 1.0 - }, - { - "from": "impl/zig/src/audit.zig", - "to": "impl/zig/src/prover_integration.zig", - "relation": "shared_dir:impl/zig/src", - "weight": 1.0 - }, - { - "from": "impl/zig/src/prover_integration.zig", - "to": "impl/zig/src/lean_bindings.zig", - "relation": "shared_dir:impl/zig/src", + "from": "impl/rust-cli/src/help.rs", + "to": "impl/rust-cli/src/quotes.rs", + "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/zig/src/lean_bindings.zig", - "to": "impl/zig/src/root.zig", - "relation": "shared_dir:impl/zig/src", + "from": "impl/rust-cli/src/quotes.rs", + "to": "impl/rust-cli/src/redirection.rs", + "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/zig/src/root.zig", - "to": "impl/zig/src/daemon_client.zig", - "relation": "shared_dir:impl/zig/src", + "from": "impl/rust-cli/src/redirection.rs", + "to": "impl/rust-cli/src/process_sub.rs", + "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/zig/src/daemon_client.zig", - "to": "impl/zig/src/valence_ffi.h", - "relation": "shared_dir:impl/zig/src", + "from": "impl/rust-cli/src/process_sub.rs", + "to": "impl/rust-cli/src/confirmation.rs", + "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/zig/src/valence_ffi.h", - "to": "impl/zig/src/main.zig", - "relation": "shared_dir:impl/zig/src", + "from": "impl/rust-cli/src/confirmation.rs", + "to": "impl/rust-cli/src/commands.rs", + "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/zig/src/main.zig", - "to": "impl/zig/src/lib.zig", - "relation": "shared_dir:impl/zig/src", + "from": "impl/rust-cli/src/commands.rs", + "to": "impl/rust-cli/src/repl.rs", + "relation": "shared_dir:impl/rust-cli/src", "weight": 1.0 }, { - "from": "impl/elixir/lib/vsh/state.ex", - "to": "impl/elixir/lib/vsh/daemon.ex", - "relation": "shared_dir:impl/elixir/lib/vsh", + "from": "impl/rust-cli/fuzz/fuzz_targets/fuzz_path_operations.rs", + "to": "impl/rust-cli/fuzz/fuzz_targets/fuzz_state_machine.rs", + "relation": "shared_dir:impl/rust-cli/fuzz/fuzz_targets", "weight": 1.0 }, { - "from": "impl/elixir/lib/vsh/daemon.ex", - "to": "impl/elixir/lib/vsh/filesystem.ex", - "relation": "shared_dir:impl/elixir/lib/vsh", + "from": "launch.sh", + "to": "setup.sh", + "relation": "shared_dir:", "weight": 1.0 }, { - "from": "impl/elixir/lib/vsh/filesystem.ex", - "to": "impl/elixir/lib/vsh/.Elixir.VSH.NIF.zig", - "relation": "shared_dir:impl/elixir/lib/vsh", + "from": "ffi/rust/src/audit.rs", + "to": "ffi/rust/src/operations.rs", + "relation": "shared_dir:ffi/rust/src", "weight": 1.0 }, { - "from": "impl/ocaml/lean_wrapper.c", - "to": "impl/ocaml/filesystem_ffi.ml", - "relation": "shared_dir:impl/ocaml", + "from": "ffi/rust/src/operations.rs", + "to": "ffi/rust/src/lib.rs", + "relation": "shared_dir:ffi/rust/src", "weight": 1.0 }, { - "from": "ffi/rust/src/rmo.rs", + "from": "ffi/rust/src/lib.rs", "to": "ffi/rust/src/verification.rs", "relation": "shared_dir:ffi/rust/src", "weight": 1.0 }, { "from": "ffi/rust/src/verification.rs", - "to": "ffi/rust/src/operations.rs", - "relation": "shared_dir:ffi/rust/src", - "weight": 1.0 - }, - { - "from": "ffi/rust/src/operations.rs", - "to": "ffi/rust/src/audit.rs", + "to": "ffi/rust/src/rmo.rs", "relation": "shared_dir:ffi/rust/src", "weight": 1.0 }, { - "from": "ffi/rust/src/audit.rs", + "from": "ffi/rust/src/rmo.rs", "to": "ffi/rust/src/errors.rs", "relation": "shared_dir:ffi/rust/src", "weight": 1.0 }, { - "from": "ffi/rust/src/errors.rs", - "to": "ffi/rust/src/lib.rs", - "relation": "shared_dir:ffi/rust/src", + "from": "impl/elixir/lib/vsh/daemon.ex", + "to": "impl/elixir/lib/vsh/filesystem.ex", + "relation": "shared_dir:impl/elixir/lib/vsh", "weight": 1.0 }, { - "from": "launch.sh", - "to": "setup.sh", - "relation": "shared_dir:", + "from": "impl/elixir/lib/vsh/filesystem.ex", + "to": "impl/elixir/lib/vsh/state.ex", + "relation": "shared_dir:impl/elixir/lib/vsh", "weight": 1.0 }, { - "from": "impl/rust-cli/tests/manual_redirect_test.sh", - "to": "impl/rust-cli/tests/trap_firing_tests.rs", - "relation": "shared_dir:impl/rust-cli/tests", + "from": "impl/elixir/lib/vsh/state.ex", + "to": "impl/elixir/lib/vsh/.Elixir.VSH.NIF.zig", + "relation": "shared_dir:impl/elixir/lib/vsh", "weight": 1.0 }, { - "from": "impl/rust-cli/tests/trap_firing_tests.rs", + "from": "impl/rust-cli/tests/integration_test.rs", "to": "impl/rust-cli/tests/model_oracle_correspondence.rs", "relation": "shared_dir:impl/rust-cli/tests", "weight": 1.0 }, { "from": "impl/rust-cli/tests/model_oracle_correspondence.rs", - "to": "impl/rust-cli/tests/property_correspondence_tests.rs", + "to": "impl/rust-cli/tests/security_tests.rs", "relation": "shared_dir:impl/rust-cli/tests", "weight": 1.0 }, { - "from": "impl/rust-cli/tests/property_correspondence_tests.rs", - "to": "impl/rust-cli/tests/e2e_script_execution.rs", + "from": "impl/rust-cli/tests/security_tests.rs", + "to": "impl/rust-cli/tests/trap_firing_tests.rs", "relation": "shared_dir:impl/rust-cli/tests", "weight": 1.0 }, { - "from": "impl/rust-cli/tests/e2e_script_execution.rs", - "to": "impl/rust-cli/tests/security_tests.rs", + "from": "impl/rust-cli/tests/trap_firing_tests.rs", + "to": "impl/rust-cli/tests/property_correspondence_tests.rs", "relation": "shared_dir:impl/rust-cli/tests", "weight": 1.0 }, { - "from": "impl/rust-cli/tests/security_tests.rs", + "from": "impl/rust-cli/tests/property_correspondence_tests.rs", "to": "impl/rust-cli/tests/integration_tests.rs", "relation": "shared_dir:impl/rust-cli/tests", "weight": 1.0 }, { "from": "impl/rust-cli/tests/integration_tests.rs", - "to": "impl/rust-cli/tests/manual_sigint_test.sh", + "to": "impl/rust-cli/tests/tilde_expansion_tests.rs", "relation": "shared_dir:impl/rust-cli/tests", "weight": 1.0 }, { - "from": "impl/rust-cli/tests/manual_sigint_test.sh", + "from": "impl/rust-cli/tests/tilde_expansion_tests.rs", "to": "impl/rust-cli/tests/property_tests.rs", "relation": "shared_dir:impl/rust-cli/tests", "weight": 1.0 }, { "from": "impl/rust-cli/tests/property_tests.rs", - "to": "impl/rust-cli/tests/integration_test.rs", + "to": "impl/rust-cli/tests/e2e_script_execution.rs", "relation": "shared_dir:impl/rust-cli/tests", "weight": 1.0 }, { - "from": "impl/rust-cli/tests/integration_test.rs", + "from": "impl/rust-cli/tests/e2e_script_execution.rs", + "to": "impl/rust-cli/tests/manual_redirect_test.sh", + "relation": "shared_dir:impl/rust-cli/tests", + "weight": 1.0 + }, + { + "from": "impl/rust-cli/tests/manual_redirect_test.sh", "to": "impl/rust-cli/tests/stress_tests.rs", "relation": "shared_dir:impl/rust-cli/tests", "weight": 1.0 @@ -1479,16 +1485,10 @@ }, { "from": "impl/rust-cli/tests/secure_audit_prop_tests.rs", - "to": "impl/rust-cli/tests/tilde_expansion_tests.rs", + "to": "impl/rust-cli/tests/manual_sigint_test.sh", "relation": "shared_dir:impl/rust-cli/tests", "weight": 1.0 }, - { - "from": "impl/rust-cli/fuzz/fuzz_targets/fuzz_state_machine.rs", - "to": "impl/rust-cli/fuzz/fuzz_targets/fuzz_path_operations.rs", - "relation": "shared_dir:impl/rust-cli/fuzz/fuzz_targets", - "weight": 1.0 - }, { "from": "launch.sh", "to": "OTP", @@ -1496,29 +1496,17 @@ "weight": 1.0 }, { - "from": "scripts/generate-verification-report.sh", + "from": "alkahest-shell-transmuter/ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "setup.sh", + "from": "alkahest-shell-transmuter/ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, - { - "from": "proofs/idris2/src/Filesystem/Axioms.idr", - "to": "OTP", - "relation": "framework", - "weight": 6.0 - }, - { - "from": "src/abi/Foreign.idr", - "to": "OTP", - "relation": "framework", - "weight": 36.0 - }, { "from": "alkahest-shell-transmuter/src/abi/Foreign.idr", "to": "OTP", @@ -1526,160 +1514,154 @@ "weight": 36.0 }, { - "from": "alkahest-shell-transmuter/ffi/zig/test/integration_test.zig", + "from": "impl/elixir/lib/vsh/daemon.ex", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "alkahest-shell-transmuter/ffi/zig/src/main.zig", + "from": "impl/elixir/lib/vsh/filesystem.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/rust/src/rmo.rs", + "from": "impl/elixir/lib/vsh/state.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "ffi/rust/src/verification.rs", + "from": "impl/elixir/lib/vsh/.Elixir.VSH.NIF.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/rust/src/operations.rs", - "to": "OTP", - "relation": "framework", - "weight": 3.0 - }, - { - "from": "ffi/rust/src/audit.rs", + "from": "impl/zig/lean_wrapper.zig", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "ffi/rust/src/errors.rs", + "from": "impl/zig/src/prover_integration.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/rust/src/lib.rs", + "from": "impl/zig/src/daemon_client.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "impl/zig/src/lean_bindings.zig", "to": "OTP", "relation": "framework", "weight": 4.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "impl/zig/src/audit.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/elixir/lib/vsh/state.ex", + "from": "impl/zig/src/valence_ffi.h", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "impl/elixir/lib/vsh/daemon.ex", + "from": "impl/zig/src/main.zig", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "impl/elixir/lib/vsh/filesystem.ex", + "from": "impl/zig/src/lib.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 34.0 }, { - "from": "impl/elixir/lib/vsh/.Elixir.VSH.NIF.zig", + "from": "impl/zig/src/root.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/ocaml/lean_wrapper.c", + "from": "impl/zig/src/demo.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/ocaml/filesystem_ffi.ml", + "from": "impl/rust-cli/fuzz/fuzz_targets/fuzz_path_operations.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/zig/lean_wrapper.zig", + "from": "impl/rust-cli/fuzz/fuzz_targets/fuzz_state_machine.rs", "to": "OTP", "relation": "framework", "weight": 3.0 }, { - "from": "impl/zig/src/demo.zig", + "from": "impl/rust-cli/tests/integration_test.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/zig/src/audit.zig", + "from": "impl/rust-cli/tests/model_oracle_correspondence.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/zig/src/prover_integration.zig", + "from": "impl/rust-cli/tests/security_tests.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "impl/zig/src/lean_bindings.zig", + "from": "impl/rust-cli/tests/trap_firing_tests.rs", "to": "OTP", "relation": "framework", "weight": 4.0 }, { - "from": "impl/zig/src/root.zig", + "from": "impl/rust-cli/tests/property_correspondence_tests.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/zig/src/daemon_client.zig", + "from": "impl/rust-cli/tests/integration_tests.rs", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "impl/zig/src/valence_ffi.h", + "from": "impl/rust-cli/tests/tilde_expansion_tests.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/zig/src/main.zig", + "from": "impl/rust-cli/tests/property_tests.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/zig/src/lib.zig", + "from": "impl/rust-cli/tests/e2e_script_execution.rs", "to": "OTP", "relation": "framework", - "weight": 34.0 + "weight": 1.0 }, { "from": "impl/rust-cli/tests/manual_redirect_test.sh", @@ -1688,130 +1670,136 @@ "weight": 1.0 }, { - "from": "impl/rust-cli/tests/trap_firing_tests.rs", + "from": "impl/rust-cli/tests/stress_tests.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "impl/rust-cli/tests/model_oracle_correspondence.rs", + "from": "impl/rust-cli/tests/secure_audit_prop_tests.rs", + "to": "OTP", + "relation": "framework", + "weight": 6.0 + }, + { + "from": "impl/rust-cli/tests/manual_sigint_test.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/tests/property_correspondence_tests.rs", + "from": "impl/rust-cli/src/executable.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/tests/e2e_script_execution.rs", + "from": "impl/rust-cli/src/correction.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/tests/security_tests.rs", + "from": "impl/rust-cli/src/parser.rs", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "impl/rust-cli/tests/integration_tests.rs", + "from": "impl/rust-cli/src/signals.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "impl/rust-cli/tests/manual_sigint_test.sh", + "from": "impl/rust-cli/src/enhanced_repl.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/tests/property_tests.rs", + "from": "impl/rust-cli/src/friendly_errors.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/tests/integration_test.rs", + "from": "impl/rust-cli/src/audit_log.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/tests/stress_tests.rs", + "from": "impl/rust-cli/src/external.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 25.0 }, { - "from": "impl/rust-cli/tests/secure_audit_prop_tests.rs", + "from": "impl/rust-cli/src/functions.rs", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "impl/rust-cli/tests/tilde_expansion_tests.rs", + "from": "impl/rust-cli/src/fs_pure.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/echidna_integration.rs", + "from": "impl/rust-cli/src/test_command.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/external.rs", + "from": "impl/rust-cli/src/glob.rs", "to": "OTP", "relation": "framework", - "weight": 25.0 + "weight": 1.0 }, { - "from": "impl/rust-cli/src/signals.rs", + "from": "impl/rust-cli/src/arith.rs", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "impl/rust-cli/src/process_sub.rs", + "from": "impl/rust-cli/src/pager.rs", "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 4.0 }, { - "from": "impl/rust-cli/src/friendly_errors.rs", + "from": "impl/rust-cli/src/highlighter.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/glob.rs", + "from": "impl/rust-cli/src/commands/secure_deletion.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/commands.rs", + "from": "impl/rust-cli/src/posix_builtins.rs", "to": "OTP", "relation": "framework", - "weight": 50.0 + "weight": 1.0 }, { - "from": "impl/rust-cli/src/functions.rs", + "from": "impl/rust-cli/src/echidna_integration.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/parser.rs", + "from": "impl/rust-cli/src/job.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { "from": "impl/rust-cli/src/state.rs", @@ -1820,166 +1808,177 @@ "weight": 6.0 }, { - "from": "impl/rust-cli/src/confirmation.rs", + "from": "impl/rust-cli/src/help.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/redirection.rs", + "from": "impl/rust-cli/src/quotes.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/repl.rs", + "from": "impl/rust-cli/src/redirection.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/help.rs", + "from": "impl/rust-cli/src/process_sub.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "impl/rust-cli/src/audit_log.rs", + "from": "impl/rust-cli/src/confirmation.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/pager.rs", + "from": "impl/rust-cli/src/commands.rs", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 50.0 }, { - "from": "impl/rust-cli/src/test_command.rs", + "from": "impl/rust-cli/src/repl.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/executable.rs", + "from": "impl/ocaml/lean_wrapper.c", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/arith.rs", + "from": "impl/ocaml/filesystem_ffi.ml", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/commands/secure_deletion.rs", + "from": "scripts/generate-verification-report.sh", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/quotes.rs", + "from": "ffi/zig/test/integration_test.zig", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "impl/rust-cli/src/job.rs", + "from": "ffi/zig/src/main.zig", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/posix_builtins.rs", + "from": "ffi/rust/src/audit.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "impl/rust-cli/src/enhanced_repl.rs", + "from": "ffi/rust/src/operations.rs", + "to": "OTP", + "relation": "framework", + "weight": 3.0 + }, + { + "from": "ffi/rust/src/lib.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/correction.rs", + "from": "ffi/rust/src/verification.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/highlighter.rs", + "from": "ffi/rust/src/rmo.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/src/fs_pure.rs", + "from": "ffi/rust/src/errors.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "impl/rust-cli/fuzz/fuzz_targets/fuzz_state_machine.rs", + "from": "src/abi/Foreign.idr", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 36.0 }, { - "from": "impl/rust-cli/fuzz/fuzz_targets/fuzz_path_operations.rs", + "from": "setup.sh", "to": "OTP", "relation": "framework", "weight": 1.0 + }, + { + "from": "proofs/idris2/src/Filesystem/Axioms.idr", + "to": "OTP", + "relation": "framework", + "weight": 6.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "MutationGap", - "sink_axis": "cpu", - "severity_value": 1.0, + "source_category": "CommandInjection", + "sink_axis": "disk", + "severity_value": 5.0, "files": [ - "impl/elixir/test/vsh_test.exs" + "impl/elixir/lib/vsh/secure_erase.ex", + "scripts/verify-proofs.sh" ], "frameworks": [ "OTP" ], - "relation": "MutationGap->Cpu" + "relation": "CommandInjection->Disk" }, { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 5.0, + "source_category": "UnboundedAllocation", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "scripts/verify-proofs.sh", - "tests/integration_test.sh", - "impl/elixir/lib/vsh/secure_erase.ex" + "impl/rust-cli/src/secure_erase.rs", + "impl/rust-cli/src/executable.rs", + "impl/rust-cli/src/audit_log.rs", + "impl/rust-cli/src/fs_pure.rs", + "impl/rust-cli/src/main.rs", + "impl/rust-cli/src/redirection.rs", + "impl/rust-cli/src/commands.rs" ], "frameworks": [ "OTP" ], - "relation": "CommandInjection->Cpu" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "MutationGap", + "sink_axis": "cpu", + "severity_value": 1.0, "files": [ - "impl/rust-cli/src/external.rs", - "impl/rust-cli/src/glob.rs", - "impl/rust-cli/src/parser.rs", - "impl/rust-cli/src/test_command.rs", - "impl/rust-cli/src/arith.rs", - "impl/rust-cli/fuzz/fuzz_targets/fuzz_state_machine.rs", - "impl/rust-cli/fuzz/fuzz_targets/fuzz_path_operations.rs" + "impl/elixir/test/vsh_test.exs" ], "frameworks": [ "OTP" ], - "relation": "PanicPath->Disk" + "relation": "MutationGap->Cpu" }, { "source_category": "ProofDrift", @@ -1994,40 +1993,43 @@ "relation": "ProofDrift->Cpu" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "concurrency", + "severity_value": 3.5, "files": [ + "impl/rust-cli/tests/security_tests.rs", + "impl/rust-cli/tests/secure_audit_prop_tests.rs", + "impl/rust-cli/src/external.rs", + "impl/rust-cli/src/process_sub.rs", "impl/rust-cli/src/commands.rs", - "impl/rust-cli/src/main.rs", - "impl/rust-cli/src/redirection.rs", - "impl/rust-cli/src/secure_erase.rs", - "impl/rust-cli/src/audit_log.rs", - "impl/rust-cli/src/executable.rs", - "impl/rust-cli/src/fs_pure.rs" + "ffi/rust/src/audit.rs", + "ffi/rust/src/operations.rs" ], "frameworks": [ "OTP" ], - "relation": "UnboundedAllocation->Memory" + "relation": "UnsafeCode->Concurrency" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ + "impl/zig/lean_wrapper.zig", + "impl/zig/src/daemon_client.zig", + "impl/zig/src/lib.zig", + "impl/rust-cli/tests/security_tests.rs", + "impl/rust-cli/tests/secure_audit_prop_tests.rs", + "impl/rust-cli/src/external.rs", + "impl/rust-cli/src/process_sub.rs", "impl/rust-cli/src/commands.rs", - "impl/rust-cli/src/main.rs", - "impl/rust-cli/src/redirection.rs", - "impl/rust-cli/src/secure_erase.rs", - "impl/rust-cli/src/audit_log.rs", - "impl/rust-cli/src/executable.rs", - "impl/rust-cli/src/fs_pure.rs" + "ffi/rust/src/audit.rs", + "ffi/rust/src/operations.rs" ], "frameworks": [ "OTP" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnsafeCode->Memory" }, { "source_category": "ProofDrift", @@ -2042,74 +2044,72 @@ "relation": "ProofDrift->Memory" }, { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "ffi/rust/src/operations.rs", - "ffi/rust/src/audit.rs", - "impl/zig/lean_wrapper.zig", - "impl/zig/src/daemon_client.zig", - "impl/zig/src/lib.zig", - "impl/rust-cli/tests/security_tests.rs", - "impl/rust-cli/tests/secure_audit_prop_tests.rs", - "impl/rust-cli/src/external.rs", - "impl/rust-cli/src/process_sub.rs", + "impl/rust-cli/src/secure_erase.rs", + "impl/rust-cli/src/executable.rs", + "impl/rust-cli/src/audit_log.rs", + "impl/rust-cli/src/fs_pure.rs", + "impl/rust-cli/src/main.rs", + "impl/rust-cli/src/redirection.rs", "impl/rust-cli/src/commands.rs" ], "frameworks": [ "OTP" ], - "relation": "UnsafeCode->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 5.0, + "source_category": "PanicPath", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "scripts/verify-proofs.sh", - "impl/elixir/lib/vsh/secure_erase.ex" + "impl/rust-cli/fuzz/fuzz_targets/fuzz_path_operations.rs", + "impl/rust-cli/fuzz/fuzz_targets/fuzz_state_machine.rs", + "impl/rust-cli/src/parser.rs", + "impl/rust-cli/src/external.rs", + "impl/rust-cli/src/test_command.rs", + "impl/rust-cli/src/glob.rs", + "impl/rust-cli/src/arith.rs" ], "frameworks": [ "OTP" ], - "relation": "CommandInjection->Disk" + "relation": "PanicPath->Memory" }, { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", - "severity_value": 3.5, + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "ffi/rust/src/operations.rs", - "ffi/rust/src/audit.rs", - "impl/rust-cli/tests/security_tests.rs", - "impl/rust-cli/tests/secure_audit_prop_tests.rs", + "impl/rust-cli/fuzz/fuzz_targets/fuzz_path_operations.rs", + "impl/rust-cli/fuzz/fuzz_targets/fuzz_state_machine.rs", + "impl/rust-cli/src/parser.rs", "impl/rust-cli/src/external.rs", - "impl/rust-cli/src/process_sub.rs", - "impl/rust-cli/src/commands.rs" + "impl/rust-cli/src/test_command.rs", + "impl/rust-cli/src/glob.rs", + "impl/rust-cli/src/arith.rs" ], "frameworks": [ "OTP" ], - "relation": "UnsafeCode->Concurrency" + "relation": "PanicPath->Disk" }, { - "source_category": "PanicPath", - "sink_axis": "memory", - "severity_value": 2.5, + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 5.0, "files": [ - "impl/rust-cli/src/external.rs", - "impl/rust-cli/src/glob.rs", - "impl/rust-cli/src/parser.rs", - "impl/rust-cli/src/test_command.rs", - "impl/rust-cli/src/arith.rs", - "impl/rust-cli/fuzz/fuzz_targets/fuzz_state_machine.rs", - "impl/rust-cli/fuzz/fuzz_targets/fuzz_path_operations.rs" + "tests/integration_test.sh", + "impl/elixir/lib/vsh/secure_erase.ex", + "scripts/verify-proofs.sh" ], "frameworks": [ "OTP" ], - "relation": "PanicPath->Memory" + "relation": "CommandInjection->Cpu" } ] } diff --git a/scans/vcl-ut.json b/scans/vcl-ut.json index 97505ebf..b5fd2e9e 100644 --- a/scans/vcl-ut.json +++ b/scans/vcl-ut.json @@ -4,6 +4,18 @@ "language": "rust", "frameworks": [], "weak_points": [ + { + "category": "UnsafeCode", + "location": "ffi/zig/src/lib.zig", + "file": "ffi/zig/src/lib.zig", + "severity": "High", + "description": "1 unsafe pointer casts in ffi/zig/src/lib.zig", + "recommended_attack": [ + "memory" + ], + "suppressed": true, + "test_context": "production" + }, { "category": "UnboundedAllocation", "location": "src/interface/fmt/src/main.rs", @@ -17,26 +29,26 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src/interface/lint/src/main.rs", - "file": "src/interface/lint/src/main.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/interface/lint/src/main.rs", + "category": "UnsafeCode", + "location": "src/interface/recompute-wasm/src/lib.rs", + "file": "src/interface/recompute-wasm/src/lib.rs", + "severity": "High", + "description": "2 unsafe blocks in src/interface/recompute-wasm/src/lib.rs", "recommended_attack": [ "memory", - "cpu" + "concurrency" ], + "suppressed": true, "test_context": "production" }, { - "category": "UnsafeCode", - "location": "src/interface/attest/src/lib.rs", - "file": "src/interface/attest/src/lib.rs", + "category": "ResourceLeak", + "location": "src/interface/recompute-wasm/src/lib.rs", + "file": "src/interface/recompute-wasm/src/lib.rs", "severity": "High", - "description": "2 unsafe blocks in src/interface/attest/src/lib.rs", + "description": "mem::forget usage (resource leak) in src/interface/recompute-wasm/src/lib.rs", "recommended_attack": [ - "memory", - "concurrency" + "memory" ], "suppressed": true, "test_context": "production" @@ -67,10 +79,10 @@ }, { "category": "UnsafeCode", - "location": "src/interface/recompute-wasm/src/lib.rs", - "file": "src/interface/recompute-wasm/src/lib.rs", + "location": "src/interface/attest/src/lib.rs", + "file": "src/interface/attest/src/lib.rs", "severity": "High", - "description": "2 unsafe blocks in src/interface/recompute-wasm/src/lib.rs", + "description": "2 unsafe blocks in src/interface/attest/src/lib.rs", "recommended_attack": [ "memory", "concurrency" @@ -79,27 +91,15 @@ "test_context": "production" }, { - "category": "ResourceLeak", - "location": "src/interface/recompute-wasm/src/lib.rs", - "file": "src/interface/recompute-wasm/src/lib.rs", - "severity": "High", - "description": "mem::forget usage (resource leak) in src/interface/recompute-wasm/src/lib.rs", - "recommended_attack": [ - "memory" - ], - "suppressed": true, - "test_context": "production" - }, - { - "category": "UnsafeCode", - "location": "ffi/zig/src/lib.zig", - "file": "ffi/zig/src/lib.zig", - "severity": "High", - "description": "1 unsafe pointer casts in ffi/zig/src/lib.zig", + "category": "UnboundedAllocation", + "location": "src/interface/lint/src/main.rs", + "file": "src/interface/lint/src/main.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in src/interface/lint/src/main.rs", "recommended_attack": [ - "memory" + "memory", + "cpu" ], - "suppressed": true, "test_context": "production" }, { @@ -123,110 +123,129 @@ }, "file_statistics": [ { - "file_path": "examples/inspect.vcl", - "lines": 22, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "scripts/honesty-guard.sh", - "lines": 101, + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/e2e_test.rs", - "lines": 391, + "file_path": ".machine_readable/contractiles/dust/dust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "tests/integration_test.rs", - "lines": 700, + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 280, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interface/dap/src/main.rs", - "lines": 46, + "file_path": ".machine_readable/contractiles/intend/intend.ncl", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "src/interface/fmt/src/main.rs", - "lines": 52, + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/interface/fmt/src/lib.rs", - "lines": 37, + "file_path": "tests/integration_test.rs", + "lines": 700, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/lint/src/main.rs", - "lines": 50, + "file_path": "tests/e2e_test.rs", + "lines": 391, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "examples/inspect.vcl", + "lines": 22, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/interface/lint/src/lib.rs", - "lines": 105, + "file_path": "scripts/honesty-guard.sh", + "lines": 101, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "ffi/zig/src/lib.zig", + "lines": 211, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/legacy/Foreign.idr", - "lines": 239, - "unsafe_blocks": 10, + "file_path": "src/abi/Foreign.idr", + "lines": 75, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -234,18 +253,29 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 486, + "file_path": "src/interface/fmt/src/lib.rs", + "lines": 37, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "src/interface/attest/src/lib.rs", - "lines": 390, + "file_path": "src/interface/fmt/src/main.rs", + "lines": 52, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "src/interface/recompute-wasm/src/lib.rs", + "lines": 201, "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, @@ -254,12 +284,12 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/parse/tests/conformance_emit.rs", - "lines": 252, + "file_path": "src/interface/parse/tests/wire.rs", + "lines": 520, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "allocation_sites": 22, "io_operations": 0, "threading_constructs": 0 }, @@ -274,22 +304,22 @@ "threading_constructs": 1 }, { - "file_path": "src/interface/parse/tests/wire.rs", - "lines": 520, + "file_path": "src/interface/parse/tests/conformance_emit.rs", + "lines": 252, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 22, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interface/parse/src/decider.rs", - "lines": 642, + "file_path": "src/interface/parse/src/lexer.rs", + "lines": 270, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 12, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, @@ -315,12 +345,12 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/parse/src/lexer.rs", - "lines": 270, + "file_path": "src/interface/parse/src/decider.rs", + "lines": 642, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, + "allocation_sites": 12, "io_operations": 0, "threading_constructs": 0 }, @@ -335,26 +365,6 @@ "io_operations": 1, "threading_constructs": 0 }, - { - "file_path": "src/interface/lsp/src/main.rs", - "lines": 119, - "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/interface/lsp/src/lib.rs", - "lines": 518, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/interface/abi/Tier2.idr", "lines": 212, @@ -366,128 +376,112 @@ "threading_constructs": 0 }, { - "file_path": "src/interface/recompute-wasm/src/lib.rs", - "lines": 201, - "unsafe_blocks": 2, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/abi/Foreign.idr", - "lines": 75, - "unsafe_blocks": 3, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 486, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "ffi/zig/src/lib.zig", - "lines": 211, - "unsafe_blocks": 1, + "file_path": "src/interface/lsp/src/lib.rs", + "lines": 518, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.ncl", - "lines": 66, + "file_path": "src/interface/lsp/src/main.rs", + "lines": 119, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 141, - "unsafe_blocks": 0, + "file_path": "src/interface/attest/src/lib.rs", + "lines": 390, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.ncl", - "lines": 88, + "file_path": "src/interface/dap/src/main.rs", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": ".machine_readable/contractiles/intend/intend.ncl", - "lines": 81, - "unsafe_blocks": 0, + "file_path": "src/interface/legacy/Foreign.idr", + "lines": 239, + "unsafe_blocks": 10, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/interface/lint/src/lib.rs", + "lines": 105, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.ncl", - "lines": 64, + "file_path": "src/interface/lint/src/main.rs", + "lines": 50, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", - "lines": 62, + "file_path": "setup.sh", + "lines": 280, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ "disk", "memory", - "cpu", - "concurrency" + "concurrency", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "src/interface/fmt/src/main.rs", - "to": "src/interface/fmt/src/lib.rs", + "from": "src/interface/fmt/src/lib.rs", + "to": "src/interface/fmt/src/main.rs", "relation": "shared_dir:src/interface/fmt/src", "weight": 1.0 }, { - "from": "tests/e2e_test.rs", - "to": "tests/integration_test.rs", - "relation": "shared_dir:tests", - "weight": 1.0 - }, - { - "from": "src/interface/parse/src/decider.rs", + "from": "src/interface/parse/src/lexer.rs", "to": "src/interface/parse/src/parser.rs", "relation": "shared_dir:src/interface/parse/src", "weight": 1.0 @@ -500,32 +494,38 @@ }, { "from": "src/interface/parse/src/wire.rs", - "to": "src/interface/parse/src/lexer.rs", + "to": "src/interface/parse/src/decider.rs", "relation": "shared_dir:src/interface/parse/src", "weight": 1.0 }, { - "from": "src/interface/lint/src/main.rs", - "to": "src/interface/lint/src/lib.rs", - "relation": "shared_dir:src/interface/lint/src", + "from": "src/interface/parse/tests/wire.rs", + "to": "src/interface/parse/tests/parse.rs", + "relation": "shared_dir:src/interface/parse/tests", "weight": 1.0 }, { - "from": "src/interface/lsp/src/main.rs", - "to": "src/interface/lsp/src/lib.rs", - "relation": "shared_dir:src/interface/lsp/src", + "from": "src/interface/parse/tests/parse.rs", + "to": "src/interface/parse/tests/conformance_emit.rs", + "relation": "shared_dir:src/interface/parse/tests", "weight": 1.0 }, { - "from": "src/interface/parse/tests/conformance_emit.rs", - "to": "src/interface/parse/tests/parse.rs", - "relation": "shared_dir:src/interface/parse/tests", + "from": "src/interface/lint/src/lib.rs", + "to": "src/interface/lint/src/main.rs", + "relation": "shared_dir:src/interface/lint/src", "weight": 1.0 }, { - "from": "src/interface/parse/tests/parse.rs", - "to": "src/interface/parse/tests/wire.rs", - "relation": "shared_dir:src/interface/parse/tests", + "from": "src/interface/lsp/src/lib.rs", + "to": "src/interface/lsp/src/main.rs", + "relation": "shared_dir:src/interface/lsp/src", + "weight": 1.0 + }, + { + "from": "tests/integration_test.rs", + "to": "tests/e2e_test.rs", + "relation": "shared_dir:tests", "weight": 1.0 } ] @@ -533,27 +533,26 @@ "taint_matrix": { "rows": [ { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", + "severity_value": 2.5, "files": [ - "src/interface/attest/src/lib.rs", - "src/interface/recompute-wasm/src/lib.rs", - "ffi/zig/src/lib.zig" + "src/interface/fmt/src/main.rs", + "src/interface/parse/src/bin/vclt-gate.rs", + "src/interface/lint/src/main.rs" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", + "source_category": "ResourceLeak", + "sink_axis": "memory", "severity_value": 3.5, "files": [ - "src/interface/attest/src/lib.rs", "src/interface/recompute-wasm/src/lib.rs" ], "frameworks": [], - "relation": "UnsafeCode->Concurrency" + "relation": "ResourceLeak->Memory" }, { "source_category": "PanicPath", @@ -565,17 +564,28 @@ "frameworks": [], "relation": "PanicPath->Memory" }, + { + "source_category": "UnsafeCode", + "sink_axis": "concurrency", + "severity_value": 3.5, + "files": [ + "src/interface/recompute-wasm/src/lib.rs", + "src/interface/attest/src/lib.rs" + ], + "frameworks": [], + "relation": "UnsafeCode->Concurrency" + }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ "src/interface/fmt/src/main.rs", - "src/interface/lint/src/main.rs", - "src/interface/parse/src/bin/vclt-gate.rs" + "src/interface/parse/src/bin/vclt-gate.rs", + "src/interface/lint/src/main.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "PanicPath", @@ -588,26 +598,16 @@ "relation": "PanicPath->Disk" }, { - "source_category": "ResourceLeak", + "source_category": "UnsafeCode", "sink_axis": "memory", "severity_value": 3.5, "files": [ - "src/interface/recompute-wasm/src/lib.rs" - ], - "frameworks": [], - "relation": "ResourceLeak->Memory" - }, - { - "source_category": "UnboundedAllocation", - "sink_axis": "memory", - "severity_value": 2.5, - "files": [ - "src/interface/fmt/src/main.rs", - "src/interface/lint/src/main.rs", - "src/interface/parse/src/bin/vclt-gate.rs" + "ffi/zig/src/lib.zig", + "src/interface/recompute-wasm/src/lib.rs", + "src/interface/attest/src/lib.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnsafeCode->Memory" } ] } diff --git a/scans/vcs-ircd.json b/scans/vcs-ircd.json index b0508cbf..c68288e0 100644 --- a/scans/vcs-ircd.json +++ b/scans/vcs-ircd.json @@ -52,14 +52,13 @@ }, "file_statistics": [ { - "file_path": "vext-core/src/config.rs", - "lines": 185, + "file_path": "tools/rsr_checker.jl", + "lines": 969, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 7, "threading_constructs": 0 }, { @@ -73,56 +72,57 @@ "threading_constructs": 1 }, { - "file_path": "vext-core/src/error.rs", - "lines": 65, + "file_path": "vext-core/src/irc_client.rs", + "lines": 294, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "vext-core/src/listener.rs", - "lines": 190, + "file_path": "vext-core/src/protocol.rs", + "lines": 237, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "vext-core/src/pool.rs", - "lines": 226, + "file_path": "vext-core/src/config.rs", + "lines": 185, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "safe_unwrap_calls": 2, - "allocation_sites": 6, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 4, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "vext-core/src/irc_client.rs", - "lines": 294, + "file_path": "vext-core/src/listener.rs", + "lines": 190, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "safe_unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "vext-core/src/protocol.rs", - "lines": 237, + "file_path": "vext-core/src/pool.rs", + "lines": 226, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 2, + "allocation_sites": 6, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { "file_path": "vext-core/src/bin/send.rs", @@ -135,33 +135,33 @@ "threading_constructs": 0 }, { - "file_path": "tools/rsr_checker.jl", - "lines": 969, + "file_path": "vext-core/src/error.rs", + "lines": 65, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "vext-tools/src/hooks/Install.affine", - "lines": 172, + "file_path": "vext-tools/src/hooks/Git.affine", + "lines": 400, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "vext-tools/src/hooks/Git.affine", - "lines": 400, + "file_path": "vext-tools/src/hooks/Install.affine", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 8, "threading_constructs": 0 }, { @@ -186,63 +186,63 @@ } ], "recommended_attacks": [ - "cpu", "disk", - "concurrency", - "memory" + "memory", + "cpu", + "concurrency" ], "dependency_graph": { "edges": [ { - "from": "vext-core/src/config.rs", - "to": "vext-core/src/main.rs", - "relation": "shared_dir:vext-core/src", + "from": "vext-tools/src/bindings/Deno.affine", + "to": "vext-tools/src/bindings/Std.affine", + "relation": "shared_dir:vext-tools/src/bindings", "weight": 1.0 }, { "from": "vext-core/src/main.rs", - "to": "vext-core/src/error.rs", + "to": "vext-core/src/irc_client.rs", "relation": "shared_dir:vext-core/src", "weight": 1.0 }, { - "from": "vext-core/src/error.rs", - "to": "vext-core/src/listener.rs", + "from": "vext-core/src/irc_client.rs", + "to": "vext-core/src/protocol.rs", "relation": "shared_dir:vext-core/src", "weight": 1.0 }, { - "from": "vext-core/src/listener.rs", - "to": "vext-core/src/pool.rs", + "from": "vext-core/src/protocol.rs", + "to": "vext-core/src/config.rs", "relation": "shared_dir:vext-core/src", "weight": 1.0 }, { - "from": "vext-core/src/pool.rs", - "to": "vext-core/src/irc_client.rs", + "from": "vext-core/src/config.rs", + "to": "vext-core/src/listener.rs", "relation": "shared_dir:vext-core/src", "weight": 1.0 }, { - "from": "vext-core/src/irc_client.rs", - "to": "vext-core/src/protocol.rs", + "from": "vext-core/src/listener.rs", + "to": "vext-core/src/pool.rs", "relation": "shared_dir:vext-core/src", "weight": 1.0 }, { - "from": "vext-tools/src/bindings/Deno.affine", - "to": "vext-tools/src/bindings/Std.affine", - "relation": "shared_dir:vext-tools/src/bindings", + "from": "vext-core/src/pool.rs", + "to": "vext-core/src/error.rs", + "relation": "shared_dir:vext-core/src", "weight": 1.0 }, { - "from": "vext-tools/src/hooks/Install.affine", - "to": "vext-tools/src/hooks/Git.affine", + "from": "vext-tools/src/hooks/Git.affine", + "to": "vext-tools/src/hooks/Install.affine", "relation": "shared_dir:vext-tools/src/hooks", "weight": 1.0 }, { - "from": "vext-core/src/config.rs", + "from": "tools/rsr_checker.jl", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -254,34 +254,34 @@ "weight": 2.0 }, { - "from": "vext-core/src/error.rs", + "from": "vext-core/src/irc_client.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "vext-core/src/listener.rs", + "from": "vext-core/src/protocol.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "vext-core/src/pool.rs", + "from": "vext-core/src/config.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "vext-core/src/irc_client.rs", + "from": "vext-core/src/listener.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "vext-core/src/protocol.rs", + "from": "vext-core/src/pool.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { "from": "vext-core/src/bin/send.rs", @@ -290,19 +290,19 @@ "weight": 1.0 }, { - "from": "tools/rsr_checker.jl", + "from": "vext-core/src/error.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "vext-tools/src/hooks/Install.affine", + "from": "vext-tools/src/hooks/Git.affine", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "vext-tools/src/hooks/Git.affine", + "from": "vext-tools/src/hooks/Install.affine", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -324,17 +324,16 @@ "taint_matrix": { "rows": [ { - "source_category": "UnsafeFFI", - "sink_axis": "memory", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "vext-tools/src/bindings/Deno.affine", - "vext-tools/src/bindings/Std.affine" + "vext-core/src/config.rs" ], "frameworks": [ "Networking" ], - "relation": "UnsafeFFI->Memory" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "UnboundedAllocation", @@ -349,16 +348,17 @@ "relation": "UnboundedAllocation->Memory" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "source_category": "UnsafeFFI", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "vext-core/src/config.rs" + "vext-tools/src/bindings/Deno.affine", + "vext-tools/src/bindings/Std.affine" ], "frameworks": [ "Networking" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnsafeFFI->Memory" } ] } diff --git a/scans/veridical-simulation-core.json b/scans/veridical-simulation-core.json new file mode 100644 index 00000000..8f9d9795 --- /dev/null +++ b/scans/veridical-simulation-core.json @@ -0,0 +1,232 @@ +{ + "schema_version": "2.5", + "program_path": "veridical-simulation-core", + "language": "rust", + "frameworks": [ + "Networking" + ], + "weak_points": [ + { + "category": "UnboundedAllocation", + "location": "rust-core/wharf-veridicality-probe/src/main.rs", + "file": "rust-core/wharf-veridicality-probe/src/main.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in rust-core/wharf-veridicality-probe/src/main.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "rust-core/chimichanga-veridicality-probe/src/main.rs", + "file": "rust-core/chimichanga-veridicality-probe/src/main.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in rust-core/chimichanga-veridicality-probe/src/main.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "rust-core/agda-lexparse/src/lib.rs", + "file": "rust-core/agda-lexparse/src/lib.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in rust-core/agda-lexparse/src/lib.rs", + "recommended_attack": [ + "memory", + "cpu" + ], + "test_context": "production" + } + ], + "statistics": { + "total_lines": 5874, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 60, + "io_operations": 42, + "threading_constructs": 0 + }, + "file_statistics": [ + { + "file_path": "rust-core/wharf-veridicality-probe/src/main.rs", + "lines": 957, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 9, + "threading_constructs": 0 + }, + { + "file_path": "rust-core/januskey-veridicality-probe/src/main.rs", + "lines": 989, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 6, + "allocation_sites": 10, + "io_operations": 11, + "threading_constructs": 0 + }, + { + "file_path": "rust-core/agda-octad-prober/src/main.rs", + "lines": 675, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 4, + "io_operations": 5, + "threading_constructs": 0 + }, + { + "file_path": "rust-core/chimichanga-veridicality-probe/src/main.rs", + "lines": 811, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 8, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "rust-core/reversibility-cluster-compose/src/main.rs", + "lines": 280, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 4, + "io_operations": 3, + "threading_constructs": 0 + }, + { + "file_path": "rust-core/agda-octad-importer/src/main.rs", + "lines": 341, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "rust-core/agda-lexparse/src/lib.rs", + "lines": 631, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 5, + "allocation_sites": 14, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "rust-core/cross-repo-bridge-probe/src/main.rs", + "lines": 244, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 10, + "io_operations": 4, + "threading_constructs": 0 + } + ], + "recommended_attacks": [ + "disk", + "memory", + "cpu" + ], + "dependency_graph": { + "edges": [ + { + "from": "rust-core/wharf-veridicality-probe/src/main.rs", + "to": "Networking", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "rust-core/januskey-veridicality-probe/src/main.rs", + "to": "Networking", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "rust-core/agda-octad-prober/src/main.rs", + "to": "Networking", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "rust-core/chimichanga-veridicality-probe/src/main.rs", + "to": "Networking", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "rust-core/reversibility-cluster-compose/src/main.rs", + "to": "Networking", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "rust-core/agda-octad-importer/src/main.rs", + "to": "Networking", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "rust-core/agda-lexparse/src/lib.rs", + "to": "Networking", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "rust-core/cross-repo-bridge-probe/src/main.rs", + "to": "Networking", + "relation": "framework", + "weight": 1.0 + } + ] + }, + "taint_matrix": { + "rows": [ + { + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "rust-core/wharf-veridicality-probe/src/main.rs", + "rust-core/chimichanga-veridicality-probe/src/main.rs", + "rust-core/agda-lexparse/src/lib.rs" + ], + "frameworks": [ + "Networking" + ], + "relation": "UnboundedAllocation->Cpu" + }, + { + "source_category": "UnboundedAllocation", + "sink_axis": "memory", + "severity_value": 2.5, + "files": [ + "rust-core/wharf-veridicality-probe/src/main.rs", + "rust-core/chimichanga-veridicality-probe/src/main.rs", + "rust-core/agda-lexparse/src/lib.rs" + ], + "frameworks": [ + "Networking" + ], + "relation": "UnboundedAllocation->Memory" + } + ] + } +} diff --git a/scans/verisimdb.json b/scans/verisimdb.json index 79c6141d..f7e2d534 100644 --- a/scans/verisimdb.json +++ b/scans/verisimdb.json @@ -3,135 +3,132 @@ "program_path": "verisimdb", "language": "elixir", "frameworks": [ - "WebServer", + "OTP", "Networking", - "OTP" + "WebServer" ], "weak_points": [ { - "category": "InsecureProtocol", - "location": "connectors/test-infra/seed/redis-init.sh", - "file": "connectors/test-infra/seed/redis-init.sh", + "category": "ProofDrift", + "location": "formal/PlannerSemantic.v", + "file": "formal/PlannerSemantic.v", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in connectors/test-infra/seed/redis-init.sh", + "description": "1 Axiom/Parameter declaration(s) (unverified postulate) in formal/PlannerSemantic.v", "recommended_attack": [ - "network" + "cpu" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeDeserialization", - "location": "connectors/clients/rescript/src/VeriSimSearch.affine", - "file": "connectors/clients/rescript/src/VeriSimSearch.affine", - "severity": "High", - "description": "JSON.parseExn in connectors/clients/rescript/src/VeriSimSearch.affine", + "category": "ProofDrift", + "location": "formal/Provenance.v", + "file": "formal/Provenance.v", + "severity": "Medium", + "description": "1 Axiom/Parameter declaration(s) (unverified postulate) in formal/Provenance.v", "recommended_attack": [ - "memory" + "cpu" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeDeserialization", - "location": "connectors/clients/rescript/src/VeriSimProvenance.affine", - "file": "connectors/clients/rescript/src/VeriSimProvenance.affine", - "severity": "High", - "description": "JSON.parseExn in connectors/clients/rescript/src/VeriSimProvenance.affine", + "category": "ProofDrift", + "location": "formal/Drift.v", + "file": "formal/Drift.v", + "severity": "Medium", + "description": "9 Axiom/Parameter declaration(s) (unverified postulate) in formal/Drift.v", "recommended_attack": [ - "memory" + "cpu" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeDeserialization", - "location": "connectors/clients/rescript/src/VeriSimFederation.affine", - "file": "connectors/clients/rescript/src/VeriSimFederation.affine", - "severity": "High", - "description": "JSON.parseExn in connectors/clients/rescript/src/VeriSimFederation.affine", + "category": "InsecureProtocol", + "location": "examples/load-sample-data.sh", + "file": "examples/load-sample-data.sh", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in examples/load-sample-data.sh", "recommended_attack": [ - "memory" + "network" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeDeserialization", - "location": "connectors/clients/rescript/src/VeriSimDrift.affine", - "file": "connectors/clients/rescript/src/VeriSimDrift.affine", - "severity": "High", - "description": "JSON.parseExn in connectors/clients/rescript/src/VeriSimDrift.affine", + "category": "PanicPath", + "location": "verification/benchmarks/modality_benchmarks.rs", + "file": "verification/benchmarks/modality_benchmarks.rs", + "severity": "Medium", + "description": "0 panic sites and 73 unwrap/expect calls in verification/benchmarks/modality_benchmarks.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], - "suppressed": true, "test_context": "production" }, { "category": "UnsafeFFI", - "location": "connectors/clients/rescript/src/VeriSimClient.affine", - "file": "connectors/clients/rescript/src/VeriSimClient.affine", + "location": "playground/src/ApiClient.affine", + "file": "playground/src/ApiClient.affine", "severity": "Medium", - "description": "5 FFI/external bindings in connectors/clients/rescript/src/VeriSimClient.affine", + "description": "7 FFI/external bindings in playground/src/ApiClient.affine", "recommended_attack": [ "memory" ], "test_context": "production" }, { - "category": "UnsafeDeserialization", - "location": "connectors/clients/rescript/src/VeriSimVcl.affine", - "file": "connectors/clients/rescript/src/VeriSimVcl.affine", - "severity": "High", - "description": "JSON.parseExn in connectors/clients/rescript/src/VeriSimVcl.affine", + "category": "PanicPath", + "location": "rust-core/verisim-nif/src/lib.rs", + "file": "rust-core/verisim-nif/src/lib.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-nif/src/lib.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnsafeDeserialization", - "location": "connectors/clients/rescript/src/VeriSimHexad.affine", - "file": "connectors/clients/rescript/src/VeriSimHexad.affine", - "severity": "High", - "description": "JSON.parseExn in connectors/clients/rescript/src/VeriSimHexad.affine", + "category": "PanicPath", + "location": "rust-core/verisim-tensor/src/lib.rs", + "file": "rust-core/verisim-tensor/src/lib.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in rust-core/verisim-tensor/src/lib.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "connectors/clients/elixir/lib/verisim_client/federation.ex", - "file": "connectors/clients/elixir/lib/verisim_client/federation.ex", - "severity": "Critical", - "description": "Possible hardcoded secret in connectors/clients/elixir/lib/verisim_client/federation.ex", + "category": "PanicPath", + "location": "rust-core/verisim-provenance/src/persistent.rs", + "file": "rust-core/verisim-provenance/src/persistent.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-provenance/src/persistent.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "MutationGap", - "location": "connectors/clients/elixir/test/verisim_client_test.exs", - "file": "connectors/clients/elixir/test/verisim_client_test.exs", - "severity": "Low", - "description": "Elixir test file connectors/clients/elixir/test/verisim_client_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "PanicPath", + "location": "rust-core/verisim-provenance/src/lib.rs", + "file": "rust-core/verisim-provenance/src/lib.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in rust-core/verisim-provenance/src/lib.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { "category": "PanicPath", - "location": "connectors/clients/rust/src/client.rs", - "file": "connectors/clients/rust/src/client.rs", + "location": "rust-core/verisim-planner/src/slow_query.rs", + "file": "rust-core/verisim-planner/src/slow_query.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in connectors/clients/rust/src/client.rs", + "description": "0 panic sites and 9 unwrap/expect calls in rust-core/verisim-planner/src/slow_query.rs", "recommended_attack": [ "memory", "disk" @@ -139,44 +136,47 @@ "test_context": "production" }, { - "category": "ProofDrift", - "location": "connectors/clients/julia/test/runtests.jl", - "file": "connectors/clients/julia/test/runtests.jl", + "category": "PanicPath", + "location": "rust-core/verisim-wal/src/writer.rs", + "file": "rust-core/verisim-wal/src/writer.rs", "severity": "Medium", - "description": "29 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in connectors/clients/julia/test/runtests.jl", + "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-wal/src/writer.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "connectors/clients/julia/test/runtests.jl", - "file": "connectors/clients/julia/test/runtests.jl", + "category": "PanicPath", + "location": "rust-core/verisim-wal/src/entry.rs", + "file": "rust-core/verisim-wal/src/entry.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in connectors/clients/julia/test/runtests.jl", + "description": "0 panic sites and 5 unwrap/expect calls in rust-core/verisim-wal/src/entry.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "examples/load-sample-data.sh", - "file": "examples/load-sample-data.sh", + "category": "PanicPath", + "location": "rust-core/verisim-semantic/src/zkp.rs", + "file": "rust-core/verisim-semantic/src/zkp.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in examples/load-sample-data.sh", + "description": "0 panic sites and 2 unwrap/expect calls in rust-core/verisim-semantic/src/zkp.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], "test_context": "production" }, { "category": "PanicPath", - "location": "verification/benchmarks/modality_benchmarks.rs", - "file": "verification/benchmarks/modality_benchmarks.rs", + "location": "rust-core/verisim-octad/src/query_octad.rs", + "file": "rust-core/verisim-octad/src/query_octad.rs", "severity": "Medium", - "description": "0 panic sites and 73 unwrap/expect calls in verification/benchmarks/modality_benchmarks.rs", + "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-octad/src/query_octad.rs", "recommended_attack": [ "memory", "disk" @@ -184,101 +184,120 @@ "test_context": "production" }, { - "category": "UnsafeFFI", - "location": "playground/src/ApiClient.affine", - "file": "playground/src/ApiClient.affine", + "category": "PanicPath", + "location": "rust-core/verisim-repl/src/client.rs", + "file": "rust-core/verisim-repl/src/client.rs", "severity": "Medium", - "description": "7 FFI/external bindings in playground/src/ApiClient.affine", + "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-repl/src/client.rs", "recommended_attack": [ - "memory" + "memory", + "disk" ], "test_context": "production" }, { - "category": "ProofDrift", - "location": "formal/Provenance.v", - "file": "formal/Provenance.v", + "category": "UnboundedAllocation", + "location": "rust-core/verisim-repl/src/main.rs", + "file": "rust-core/verisim-repl/src/main.rs", "severity": "Medium", - "description": "1 Axiom/Parameter declaration(s) (unverified postulate) in formal/Provenance.v", + "description": "Potential unbounded allocation pattern detected in rust-core/verisim-repl/src/main.rs", "recommended_attack": [ + "memory", "cpu" ], + "suppressed": true, "test_context": "production" }, { - "category": "ProofDrift", - "location": "formal/PlannerSemantic.v", - "file": "formal/PlannerSemantic.v", + "category": "PanicPath", + "location": "rust-core/verisim-repl/src/main.rs", + "file": "rust-core/verisim-repl/src/main.rs", "severity": "Medium", - "description": "1 Axiom/Parameter declaration(s) (unverified postulate) in formal/PlannerSemantic.v", + "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-repl/src/main.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" }, { - "category": "ProofDrift", - "location": "formal/Drift.v", - "file": "formal/Drift.v", + "category": "PanicPath", + "location": "rust-core/verisim-api/src/groove.rs", + "file": "rust-core/verisim-api/src/groove.rs", "severity": "Medium", - "description": "9 Axiom/Parameter declaration(s) (unverified postulate) in formal/Drift.v", + "description": "0 panic sites and 5 unwrap/expect calls in rust-core/verisim-api/src/groove.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "elixir-orchestration/bench/query_router_bench.exs", - "file": "elixir-orchestration/bench/query_router_bench.exs", + "category": "PanicPath", + "location": "rust-core/verisim-api/src/lib.rs", + "file": "rust-core/verisim-api/src/lib.rs", "severity": "Medium", - "description": "4 HTTP (non-HTTPS) URLs in elixir-orchestration/bench/query_router_bench.exs", + "description": "0 panic sites and 2 unwrap/expect calls in rust-core/verisim-api/src/lib.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "elixir-orchestration/lib/verisim/federation/adapter.ex", - "file": "elixir-orchestration/lib/verisim/federation/adapter.ex", + "category": "PanicPath", + "location": "rust-core/verisim-api/src/auth.rs", + "file": "rust-core/verisim-api/src/auth.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/lib/verisim/federation/adapter.ex", + "description": "0 panic sites and 7 unwrap/expect calls in rust-core/verisim-api/src/auth.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", - "file": "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", - "severity": "Critical", - "description": "Possible hardcoded secret in elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", + "category": "PanicPath", + "location": "rust-core/verisim-api/src/vcl.rs", + "file": "rust-core/verisim-api/src/vcl.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-api/src/vcl.rs", "recommended_attack": [ - "network" + "memory", + "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", - "file": "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", + "category": "PanicPath", + "location": "rust-core/verisim-api/src/rbac.rs", + "file": "rust-core/verisim-api/src/rbac.rs", "severity": "Medium", - "description": "Dynamic apply/3 in elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", + "description": "0 panic sites and 5 unwrap/expect calls in rust-core/verisim-api/src/rbac.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "rust-core/verisim-api/src/main.rs", + "file": "rust-core/verisim-api/src/main.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-api/src/main.rs", + "recommended_attack": [ + "memory", + "disk" ], - "suppressed": true, "test_context": "production" }, { "category": "InsecureProtocol", - "location": "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", - "file": "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", + "location": "rust-core/verisim-api/src/federation.rs", + "file": "rust-core/verisim-api/src/federation.rs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", + "description": "1 HTTP (non-HTTPS) URLs in rust-core/verisim-api/src/federation.rs", "recommended_attack": [ "network" ], @@ -286,15 +305,61 @@ }, { "category": "InsecureProtocol", - "location": "elixir-orchestration/lib/verisim/federation/resolver.ex", - "file": "elixir-orchestration/lib/verisim/federation/resolver.ex", + "location": "rust-core/verisim-graph/src/lib.rs", + "file": "rust-core/verisim-graph/src/lib.rs", "severity": "Medium", - "description": "4 HTTP (non-HTTPS) URLs in elixir-orchestration/lib/verisim/federation/resolver.ex", + "description": "1 HTTP (non-HTTPS) URLs in rust-core/verisim-graph/src/lib.rs", + "recommended_attack": [ + "network" + ], + "test_context": "production" + }, + { + "category": "InsecureProtocol", + "location": "rust-core/verisim-graph/src/redb_backend.rs", + "file": "rust-core/verisim-graph/src/redb_backend.rs", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in rust-core/verisim-graph/src/redb_backend.rs", + "recommended_attack": [ + "network" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "rust-core/verisim-vector/src/hnsw.rs", + "file": "rust-core/verisim-vector/src/hnsw.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-vector/src/hnsw.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "InsecureProtocol", + "location": "rust-core/verisim-normalizer/src/regeneration.rs", + "file": "rust-core/verisim-normalizer/src/regeneration.rs", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in rust-core/verisim-normalizer/src/regeneration.rs", "recommended_attack": [ "network" ], "test_context": "production" }, + { + "category": "PanicPath", + "location": "rust-core/verisim-normalizer/src/lib.rs", + "file": "rust-core/verisim-normalizer/src/lib.rs", + "severity": "Medium", + "description": "0 panic sites and 4 unwrap/expect calls in rust-core/verisim-normalizer/src/lib.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, { "category": "InsecureProtocol", "location": "elixir-orchestration/lib/verisim/consensus/kraft_transport.ex", @@ -307,14 +372,58 @@ "test_context": "production" }, { - "category": "CommandInjection", - "location": "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", - "file": "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", + "category": "InsecureProtocol", + "location": "elixir-orchestration/lib/verisim/federation/resolver.ex", + "file": "elixir-orchestration/lib/verisim/federation/resolver.ex", "severity": "Medium", - "description": "System command execution in elixir-orchestration/lib/verisim/query/vcl_bridge.ex", + "description": "4 HTTP (non-HTTPS) URLs in elixir-orchestration/lib/verisim/federation/resolver.ex", "recommended_attack": [ - "cpu", - "disk" + "network" + ], + "test_context": "production" + }, + { + "category": "InsecureProtocol", + "location": "elixir-orchestration/lib/verisim/federation/adapter.ex", + "file": "elixir-orchestration/lib/verisim/federation/adapter.ex", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/lib/verisim/federation/adapter.ex", + "recommended_attack": [ + "network" + ], + "test_context": "production" + }, + { + "category": "InsecureProtocol", + "location": "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", + "file": "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", + "recommended_attack": [ + "network" + ], + "test_context": "production" + }, + { + "category": "HardcodedSecret", + "location": "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", + "file": "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", + "severity": "Critical", + "description": "Possible hardcoded secret in elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", + "recommended_attack": [ + "network" + ], + "suppressed": true, + "test_context": "production" + }, + { + "category": "DynamicCodeExecution", + "location": "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", + "file": "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", + "severity": "Medium", + "description": "Dynamic apply/3 in elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", + "recommended_attack": [ + "cpu" ], "suppressed": true, "test_context": "production" @@ -333,22 +442,24 @@ "test_context": "production" }, { - "category": "MutationGap", - "location": "elixir-orchestration/test/integration_test.exs", - "file": "elixir-orchestration/test/integration_test.exs", - "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "CommandInjection", + "location": "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", + "file": "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", + "severity": "Medium", + "description": "System command execution in elixir-orchestration/lib/verisim/query/vcl_bridge.ex", "recommended_attack": [ - "cpu" + "cpu", + "disk" ], - "test_context": "test_only" + "suppressed": true, + "test_context": "production" }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/transport_test.exs", - "file": "elixir-orchestration/test/verisim/transport_test.exs", + "location": "elixir-orchestration/test/verisim/entity/entity_server_test.exs", + "file": "elixir-orchestration/test/verisim/entity/entity_server_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/transport_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/entity/entity_server_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -356,33 +467,34 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/aspect/security_test.exs", - "file": "elixir-orchestration/test/verisim/aspect/security_test.exs", + "location": "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", + "file": "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/aspect/security_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/aspect/concurrency_test.exs", - "file": "elixir-orchestration/test/verisim/aspect/concurrency_test.exs", - "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/aspect/concurrency_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "InsecureProtocol", + "location": "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", + "file": "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", + "severity": "Medium", + "description": "7 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", "recommended_attack": [ - "cpu" + "network" ], "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/entity/entity_server_test.exs", - "file": "elixir-orchestration/test/verisim/entity/entity_server_test.exs", + "location": "elixir-orchestration/test/verisim/consensus/kraft_supervisor_test.exs", + "file": "elixir-orchestration/test/verisim/consensus/kraft_supervisor_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/entity/entity_server_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/consensus/kraft_supervisor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -390,69 +502,67 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/e2e_verisimdb_test.exs", - "file": "elixir-orchestration/test/verisim/e2e_verisimdb_test.exs", + "location": "elixir-orchestration/test/verisim/consensus/kraft_node_test.exs", + "file": "elixir-orchestration/test/verisim/consensus/kraft_node_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/e2e_verisimdb_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/consensus/kraft_node_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs", - "file": "elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs", - "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "InsecureProtocol", + "location": "elixir-orchestration/test/verisim/consensus/kraft_node_test.exs", + "file": "elixir-orchestration/test/verisim/consensus/kraft_node_test.exs", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/consensus/kraft_node_test.exs", "recommended_attack": [ - "cpu" + "network" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/hypatia/pattern_query_test.exs", - "file": "elixir-orchestration/test/verisim/hypatia/pattern_query_test.exs", + "location": "elixir-orchestration/test/verisim/consensus/kraft_transport_test.exs", + "file": "elixir-orchestration/test/verisim/consensus/kraft_transport_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/hypatia/pattern_query_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/consensus/kraft_transport_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs", - "file": "elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs", - "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "InsecureProtocol", + "location": "elixir-orchestration/test/verisim/consensus/kraft_transport_test.exs", + "file": "elixir-orchestration/test/verisim/consensus/kraft_transport_test.exs", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/consensus/kraft_transport_test.exs", "recommended_attack": [ - "cpu" + "network" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/telemetry_test.exs", - "file": "elixir-orchestration/test/verisim/telemetry_test.exs", + "location": "elixir-orchestration/test/verisim/consensus/kraft_recovery_test.exs", + "file": "elixir-orchestration/test/verisim/consensus/kraft_recovery_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/telemetry_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/consensus/kraft_recovery_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/drift/drift_monitor_test.exs", - "file": "elixir-orchestration/test/verisim/drift/drift_monitor_test.exs", - "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/drift/drift_monitor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "InsecureProtocol", + "location": "elixir-orchestration/test/verisim/consensus/kraft_recovery_test.exs", + "file": "elixir-orchestration/test/verisim/consensus/kraft_recovery_test.exs", + "severity": "Medium", + "description": "6 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/consensus/kraft_recovery_test.exs", "recommended_attack": [ - "cpu" + "network" ], "test_context": "test_only" }, @@ -480,10 +590,10 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/federation/adapters/mongodb_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/mongodb_test.exs", + "location": "elixir-orchestration/test/verisim/federation/resolver_test.exs", + "file": "elixir-orchestration/test/verisim/federation/resolver_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/mongodb_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/federation/resolver_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -491,10 +601,10 @@ }, { "category": "InsecureProtocol", - "location": "elixir-orchestration/test/verisim/federation/adapters/mongodb_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/mongodb_test.exs", + "location": "elixir-orchestration/test/verisim/federation/resolver_test.exs", + "file": "elixir-orchestration/test/verisim/federation/resolver_test.exs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/adapters/mongodb_test.exs", + "description": "13 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/resolver_test.exs", "recommended_attack": [ "network" ], @@ -502,32 +612,10 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/federation/adapters/object_storage_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/object_storage_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/neo4j_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/neo4j_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/object_storage_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "InsecureProtocol", - "location": "elixir-orchestration/test/verisim/federation/adapters/object_storage_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/object_storage_test.exs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/adapters/object_storage_test.exs", - "recommended_attack": [ - "network" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/federation/adapters/influxdb_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/influxdb_test.exs", - "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/influxdb_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/neo4j_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -535,10 +623,10 @@ }, { "category": "InsecureProtocol", - "location": "elixir-orchestration/test/verisim/federation/adapters/influxdb_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/influxdb_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/neo4j_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/neo4j_test.exs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/adapters/influxdb_test.exs", + "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/adapters/neo4j_test.exs", "recommended_attack": [ "network" ], @@ -568,10 +656,10 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/federation/adapters/neo4j_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/neo4j_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/object_storage_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/object_storage_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/neo4j_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/object_storage_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -579,10 +667,10 @@ }, { "category": "InsecureProtocol", - "location": "elixir-orchestration/test/verisim/federation/adapters/neo4j_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/neo4j_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/object_storage_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/object_storage_test.exs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/adapters/neo4j_test.exs", + "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/adapters/object_storage_test.exs", "recommended_attack": [ "network" ], @@ -590,54 +678,32 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/federation/adapters/duckdb_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/duckdb_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/integration/surrealdb_integration_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/integration/surrealdb_integration_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/duckdb_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/integration/surrealdb_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, - { - "category": "InsecureProtocol", - "location": "elixir-orchestration/test/verisim/federation/adapters/duckdb_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/duckdb_test.exs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/adapters/duckdb_test.exs", - "recommended_attack": [ - "network" - ], - "test_context": "test_only" - }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/federation/adapters/clickhouse_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/clickhouse_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/integration/clickhouse_integration_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/integration/clickhouse_integration_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/clickhouse_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/integration/clickhouse_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, - { - "category": "InsecureProtocol", - "location": "elixir-orchestration/test/verisim/federation/adapters/clickhouse_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/clickhouse_test.exs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/adapters/clickhouse_test.exs", - "recommended_attack": [ - "network" - ], - "test_context": "test_only" - }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/federation/adapters/integration/influxdb_integration_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/integration/influxdb_integration_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/integration/mongodb_integration_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/integration/mongodb_integration_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/integration/influxdb_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/integration/mongodb_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -656,10 +722,10 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/federation/adapters/integration/neo4j_integration_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/integration/neo4j_integration_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/integration/redis_integration_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/integration/redis_integration_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/integration/neo4j_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/integration/redis_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -667,10 +733,10 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/federation/adapters/integration/surrealdb_integration_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/integration/surrealdb_integration_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/integration/influxdb_integration_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/integration/influxdb_integration_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/integration/surrealdb_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/integration/influxdb_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -678,10 +744,10 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/federation/adapters/integration/redis_integration_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/integration/redis_integration_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/integration/neo4j_integration_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/integration/neo4j_integration_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/integration/redis_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/integration/neo4j_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -689,32 +755,32 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/federation/adapters/integration/mongodb_integration_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/integration/mongodb_integration_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/mongodb_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/mongodb_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/integration/mongodb_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/mongodb_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/federation/adapters/integration/clickhouse_integration_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/integration/clickhouse_integration_test.exs", - "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/integration/clickhouse_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "InsecureProtocol", + "location": "elixir-orchestration/test/verisim/federation/adapters/mongodb_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/mongodb_test.exs", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/adapters/mongodb_test.exs", "recommended_attack": [ - "cpu" + "network" ], "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/federation/adapters/sqlite_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/sqlite_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/influxdb_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/influxdb_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/sqlite_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/influxdb_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -722,10 +788,10 @@ }, { "category": "InsecureProtocol", - "location": "elixir-orchestration/test/verisim/federation/adapters/sqlite_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/sqlite_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/influxdb_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/influxdb_test.exs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/adapters/sqlite_test.exs", + "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/adapters/influxdb_test.exs", "recommended_attack": [ "network" ], @@ -733,10 +799,10 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/federation/adapters/redis_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/redis_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/sqlite_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/sqlite_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/redis_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/sqlite_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -744,10 +810,10 @@ }, { "category": "InsecureProtocol", - "location": "elixir-orchestration/test/verisim/federation/adapters/redis_test.exs", - "file": "elixir-orchestration/test/verisim/federation/adapters/redis_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/sqlite_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/sqlite_test.exs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/adapters/redis_test.exs", + "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/adapters/sqlite_test.exs", "recommended_attack": [ "network" ], @@ -777,10 +843,10 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/federation/resolver_test.exs", - "file": "elixir-orchestration/test/verisim/federation/resolver_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/duckdb_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/duckdb_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/federation/resolver_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/duckdb_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -788,10 +854,10 @@ }, { "category": "InsecureProtocol", - "location": "elixir-orchestration/test/verisim/federation/resolver_test.exs", - "file": "elixir-orchestration/test/verisim/federation/resolver_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/duckdb_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/duckdb_test.exs", "severity": "Medium", - "description": "13 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/resolver_test.exs", + "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/adapters/duckdb_test.exs", "recommended_attack": [ "network" ], @@ -799,10 +865,10 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/consensus/kraft_transport_test.exs", - "file": "elixir-orchestration/test/verisim/consensus/kraft_transport_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/redis_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/redis_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/consensus/kraft_transport_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/redis_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -810,10 +876,10 @@ }, { "category": "InsecureProtocol", - "location": "elixir-orchestration/test/verisim/consensus/kraft_transport_test.exs", - "file": "elixir-orchestration/test/verisim/consensus/kraft_transport_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/redis_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/redis_test.exs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/consensus/kraft_transport_test.exs", + "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/adapters/redis_test.exs", "recommended_attack": [ "network" ], @@ -821,100 +887,101 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", - "file": "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/clickhouse_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/clickhouse_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/federation/adapters/clickhouse_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", - "file": "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", + "location": "elixir-orchestration/test/verisim/federation/adapters/clickhouse_test.exs", + "file": "elixir-orchestration/test/verisim/federation/adapters/clickhouse_test.exs", "severity": "Medium", - "description": "7 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", + "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/federation/adapters/clickhouse_test.exs", "recommended_attack": [ "network" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/consensus/kraft_supervisor_test.exs", - "file": "elixir-orchestration/test/verisim/consensus/kraft_supervisor_test.exs", + "location": "elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs", + "file": "elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/consensus/kraft_supervisor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/consensus/kraft_node_test.exs", - "file": "elixir-orchestration/test/verisim/consensus/kraft_node_test.exs", + "location": "elixir-orchestration/test/verisim/hypatia/pattern_query_test.exs", + "file": "elixir-orchestration/test/verisim/hypatia/pattern_query_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/consensus/kraft_node_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/hypatia/pattern_query_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "elixir-orchestration/test/verisim/consensus/kraft_node_test.exs", - "file": "elixir-orchestration/test/verisim/consensus/kraft_node_test.exs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/consensus/kraft_node_test.exs", + "category": "MutationGap", + "location": "elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs", + "file": "elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs", + "severity": "Low", + "description": "Elixir test file elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/consensus/kraft_recovery_test.exs", - "file": "elixir-orchestration/test/verisim/consensus/kraft_recovery_test.exs", + "location": "elixir-orchestration/test/verisim/drift/drift_monitor_test.exs", + "file": "elixir-orchestration/test/verisim/drift/drift_monitor_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/consensus/kraft_recovery_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/drift/drift_monitor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "InsecureProtocol", - "location": "elixir-orchestration/test/verisim/consensus/kraft_recovery_test.exs", - "file": "elixir-orchestration/test/verisim/consensus/kraft_recovery_test.exs", - "severity": "Medium", - "description": "6 HTTP (non-HTTPS) URLs in elixir-orchestration/test/verisim/consensus/kraft_recovery_test.exs", + "category": "MutationGap", + "location": "elixir-orchestration/test/verisim/aspect/security_test.exs", + "file": "elixir-orchestration/test/verisim/aspect/security_test.exs", + "severity": "Low", + "description": "Elixir test file elixir-orchestration/test/verisim/aspect/security_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "network" + "cpu" ], "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/api/router_test.exs", - "file": "elixir-orchestration/test/verisim/api/router_test.exs", + "location": "elixir-orchestration/test/verisim/aspect/concurrency_test.exs", + "file": "elixir-orchestration/test/verisim/aspect/concurrency_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/api/router_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/aspect/concurrency_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], + "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/query/vcl_crossmodal_test.exs", - "file": "elixir-orchestration/test/verisim/query/vcl_crossmodal_test.exs", + "location": "elixir-orchestration/test/verisim/e2e_verisimdb_test.exs", + "file": "elixir-orchestration/test/verisim/e2e_verisimdb_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_crossmodal_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/e2e_verisimdb_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -922,10 +989,10 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/query/vcl_dt_integration_test.exs", - "file": "elixir-orchestration/test/verisim/query/vcl_dt_integration_test.exs", + "location": "elixir-orchestration/test/verisim/api/router_test.exs", + "file": "elixir-orchestration/test/verisim/api/router_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_dt_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/api/router_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -933,10 +1000,10 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/query/vcl_dt_test.exs", - "file": "elixir-orchestration/test/verisim/query/vcl_dt_test.exs", + "location": "elixir-orchestration/test/verisim/telemetry_test.exs", + "file": "elixir-orchestration/test/verisim/telemetry_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_dt_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/telemetry_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -944,10 +1011,10 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/query/vcl_bridge_test.exs", - "file": "elixir-orchestration/test/verisim/query/vcl_bridge_test.exs", + "location": "elixir-orchestration/test/verisim/query/vcl_e2e_test.exs", + "file": "elixir-orchestration/test/verisim/query/vcl_e2e_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_bridge_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -955,7 +1022,19 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/query/query_router_test.exs", + "location": "elixir-orchestration/test/verisim/query/vclt_gate_test.exs", + "file": "elixir-orchestration/test/verisim/query/vclt_gate_test.exs", + "severity": "Low", + "description": "Elixir test file elixir-orchestration/test/verisim/query/vclt_gate_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "suppressed": true, + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "elixir-orchestration/test/verisim/query/query_router_test.exs", "file": "elixir-orchestration/test/verisim/query/query_router_test.exs", "severity": "Low", "description": "Elixir test file elixir-orchestration/test/verisim/query/query_router_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", @@ -977,10 +1056,10 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/query/vcl_type_checker_test.exs", - "file": "elixir-orchestration/test/verisim/query/vcl_type_checker_test.exs", + "location": "elixir-orchestration/test/verisim/query/vcl_integration_test.exs", + "file": "elixir-orchestration/test/verisim/query/vcl_integration_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_type_checker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -988,10 +1067,10 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/query/vcl_proof_certificate_test.exs", - "file": "elixir-orchestration/test/verisim/query/vcl_proof_certificate_test.exs", + "location": "elixir-orchestration/test/verisim/query/vcl_crossmodal_test.exs", + "file": "elixir-orchestration/test/verisim/query/vcl_crossmodal_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_proof_certificate_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_crossmodal_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -999,22 +1078,21 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/query/vclt_gate_test.exs", - "file": "elixir-orchestration/test/verisim/query/vclt_gate_test.exs", + "location": "elixir-orchestration/test/verisim/query/vcl_dt_integration_test.exs", + "file": "elixir-orchestration/test/verisim/query/vcl_dt_integration_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/query/vclt_gate_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_dt_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], - "suppressed": true, "test_context": "test_only" }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/query/vcl_e2e_test.exs", - "file": "elixir-orchestration/test/verisim/query/vcl_e2e_test.exs", + "location": "elixir-orchestration/test/verisim/query/vcl_test.exs", + "file": "elixir-orchestration/test/verisim/query/vcl_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_e2e_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1022,10 +1100,10 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/query/vcl_test.exs", - "file": "elixir-orchestration/test/verisim/query/vcl_test.exs", + "location": "elixir-orchestration/test/verisim/query/vcl_executor_test.exs", + "file": "elixir-orchestration/test/verisim/query/vcl_executor_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_executor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1033,10 +1111,10 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/query/vcl_executor_test.exs", - "file": "elixir-orchestration/test/verisim/query/vcl_executor_test.exs", + "location": "elixir-orchestration/test/verisim/query/vcl_dt_test.exs", + "file": "elixir-orchestration/test/verisim/query/vcl_dt_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_executor_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_dt_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1044,10 +1122,32 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim/query/vcl_integration_test.exs", - "file": "elixir-orchestration/test/verisim/query/vcl_integration_test.exs", + "location": "elixir-orchestration/test/verisim/query/vcl_bridge_test.exs", + "file": "elixir-orchestration/test/verisim/query/vcl_bridge_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_bridge_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "elixir-orchestration/test/verisim/query/vcl_proof_certificate_test.exs", + "file": "elixir-orchestration/test/verisim/query/vcl_proof_certificate_test.exs", + "severity": "Low", + "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_proof_certificate_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "recommended_attack": [ + "cpu" + ], + "test_context": "test_only" + }, + { + "category": "MutationGap", + "location": "elixir-orchestration/test/verisim/query/vcl_type_checker_test.exs", + "file": "elixir-orchestration/test/verisim/query/vcl_type_checker_test.exs", + "severity": "Low", + "description": "Elixir test file elixir-orchestration/test/verisim/query/vcl_type_checker_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], @@ -1066,294 +1166,194 @@ }, { "category": "MutationGap", - "location": "elixir-orchestration/test/verisim_test.exs", - "file": "elixir-orchestration/test/verisim_test.exs", + "location": "elixir-orchestration/test/verisim/transport_test.exs", + "file": "elixir-orchestration/test/verisim/transport_test.exs", "severity": "Low", - "description": "Elixir test file elixir-orchestration/test/verisim_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "description": "Elixir test file elixir-orchestration/test/verisim/transport_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ "cpu" ], "test_context": "test_only" }, { - "category": "PanicPath", - "location": "rust-core/verisim-vector/src/hnsw.rs", - "file": "rust-core/verisim-vector/src/hnsw.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-vector/src/hnsw.rs", + "category": "MutationGap", + "location": "elixir-orchestration/test/integration_test.exs", + "file": "elixir-orchestration/test/integration_test.exs", + "severity": "Low", + "description": "Elixir test file elixir-orchestration/test/integration_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "rust-core/verisim-normalizer/src/lib.rs", - "file": "rust-core/verisim-normalizer/src/lib.rs", - "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in rust-core/verisim-normalizer/src/lib.rs", + "category": "MutationGap", + "location": "elixir-orchestration/test/verisim_test.exs", + "file": "elixir-orchestration/test/verisim_test.exs", + "severity": "Low", + "description": "Elixir test file elixir-orchestration/test/verisim_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { "category": "InsecureProtocol", - "location": "rust-core/verisim-normalizer/src/regeneration.rs", - "file": "rust-core/verisim-normalizer/src/regeneration.rs", + "location": "elixir-orchestration/bench/query_router_bench.exs", + "file": "elixir-orchestration/bench/query_router_bench.exs", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in rust-core/verisim-normalizer/src/regeneration.rs", + "description": "4 HTTP (non-HTTPS) URLs in elixir-orchestration/bench/query_router_bench.exs", "recommended_attack": [ "network" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "rust-core/verisim-repl/src/main.rs", - "file": "rust-core/verisim-repl/src/main.rs", + "category": "InsecureProtocol", + "location": "connectors/test-infra/seed/redis-init.sh", + "file": "connectors/test-infra/seed/redis-init.sh", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in rust-core/verisim-repl/src/main.rs", + "description": "1 HTTP (non-HTTPS) URLs in connectors/test-infra/seed/redis-init.sh", "recommended_attack": [ - "memory", - "cpu" + "network" ], "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "rust-core/verisim-repl/src/main.rs", - "file": "rust-core/verisim-repl/src/main.rs", + "category": "ProofDrift", + "location": "connectors/clients/julia/test/runtests.jl", + "file": "connectors/clients/julia/test/runtests.jl", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-repl/src/main.rs", + "description": "29 `@test x isa Y` assertion(s) with no value check — type-only tests may substitute for an unwritten formal theorem in connectors/clients/julia/test/runtests.jl", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "rust-core/verisim-repl/src/client.rs", - "file": "rust-core/verisim-repl/src/client.rs", + "category": "InsecureProtocol", + "location": "connectors/clients/julia/test/runtests.jl", + "file": "connectors/clients/julia/test/runtests.jl", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-repl/src/client.rs", + "description": "1 HTTP (non-HTTPS) URLs in connectors/clients/julia/test/runtests.jl", "recommended_attack": [ - "memory", - "disk" + "network" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "rust-core/verisim-planner/src/slow_query.rs", - "file": "rust-core/verisim-planner/src/slow_query.rs", - "severity": "Medium", - "description": "0 panic sites and 9 unwrap/expect calls in rust-core/verisim-planner/src/slow_query.rs", + "category": "HardcodedSecret", + "location": "connectors/clients/elixir/lib/verisim_client/federation.ex", + "file": "connectors/clients/elixir/lib/verisim_client/federation.ex", + "severity": "Critical", + "description": "Possible hardcoded secret in connectors/clients/elixir/lib/verisim_client/federation.ex", "recommended_attack": [ - "memory", - "disk" + "network" ], + "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "rust-core/verisim-provenance/src/persistent.rs", - "file": "rust-core/verisim-provenance/src/persistent.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-provenance/src/persistent.rs", + "category": "MutationGap", + "location": "connectors/clients/elixir/test/verisim_client_test.exs", + "file": "connectors/clients/elixir/test/verisim_client_test.exs", + "severity": "Low", + "description": "Elixir test file connectors/clients/elixir/test/verisim_client_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "disk" + "cpu" ], - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "rust-core/verisim-provenance/src/lib.rs", - "file": "rust-core/verisim-provenance/src/lib.rs", - "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in rust-core/verisim-provenance/src/lib.rs", + "category": "UnsafeDeserialization", + "location": "connectors/clients/rescript/src/VeriSimSearch.affine", + "file": "connectors/clients/rescript/src/VeriSimSearch.affine", + "severity": "High", + "description": "JSON.parseExn in connectors/clients/rescript/src/VeriSimSearch.affine", "recommended_attack": [ - "memory", - "disk" + "memory" ], + "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "rust-core/verisim-nif/src/lib.rs", - "file": "rust-core/verisim-nif/src/lib.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-nif/src/lib.rs", + "category": "UnsafeDeserialization", + "location": "connectors/clients/rescript/src/VeriSimHexad.affine", + "file": "connectors/clients/rescript/src/VeriSimHexad.affine", + "severity": "High", + "description": "JSON.parseExn in connectors/clients/rescript/src/VeriSimHexad.affine", "recommended_attack": [ - "memory", - "disk" + "memory" ], + "suppressed": true, "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "rust-core/verisim-graph/src/redb_backend.rs", - "file": "rust-core/verisim-graph/src/redb_backend.rs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in rust-core/verisim-graph/src/redb_backend.rs", + "category": "UnsafeDeserialization", + "location": "connectors/clients/rescript/src/VeriSimDrift.affine", + "file": "connectors/clients/rescript/src/VeriSimDrift.affine", + "severity": "High", + "description": "JSON.parseExn in connectors/clients/rescript/src/VeriSimDrift.affine", "recommended_attack": [ - "network" + "memory" ], + "suppressed": true, "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "rust-core/verisim-graph/src/lib.rs", - "file": "rust-core/verisim-graph/src/lib.rs", + "category": "UnsafeFFI", + "location": "connectors/clients/rescript/src/VeriSimClient.affine", + "file": "connectors/clients/rescript/src/VeriSimClient.affine", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in rust-core/verisim-graph/src/lib.rs", + "description": "5 FFI/external bindings in connectors/clients/rescript/src/VeriSimClient.affine", "recommended_attack": [ - "network" + "memory" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "rust-core/verisim-wal/src/entry.rs", - "file": "rust-core/verisim-wal/src/entry.rs", - "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in rust-core/verisim-wal/src/entry.rs", + "category": "UnsafeDeserialization", + "location": "connectors/clients/rescript/src/VeriSimVcl.affine", + "file": "connectors/clients/rescript/src/VeriSimVcl.affine", + "severity": "High", + "description": "JSON.parseExn in connectors/clients/rescript/src/VeriSimVcl.affine", "recommended_attack": [ - "memory", - "disk" + "memory" ], + "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "rust-core/verisim-wal/src/writer.rs", - "file": "rust-core/verisim-wal/src/writer.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-wal/src/writer.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "rust-core/verisim-tensor/src/lib.rs", - "file": "rust-core/verisim-tensor/src/lib.rs", - "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in rust-core/verisim-tensor/src/lib.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "rust-core/verisim-octad/src/query_octad.rs", - "file": "rust-core/verisim-octad/src/query_octad.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-octad/src/query_octad.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "rust-core/verisim-semantic/src/zkp.rs", - "file": "rust-core/verisim-semantic/src/zkp.rs", - "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in rust-core/verisim-semantic/src/zkp.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "rust-core/verisim-api/src/main.rs", - "file": "rust-core/verisim-api/src/main.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-api/src/main.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "rust-core/verisim-api/src/rbac.rs", - "file": "rust-core/verisim-api/src/rbac.rs", - "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in rust-core/verisim-api/src/rbac.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "InsecureProtocol", - "location": "rust-core/verisim-api/src/federation.rs", - "file": "rust-core/verisim-api/src/federation.rs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in rust-core/verisim-api/src/federation.rs", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "rust-core/verisim-api/src/groove.rs", - "file": "rust-core/verisim-api/src/groove.rs", - "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in rust-core/verisim-api/src/groove.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, - { - "category": "PanicPath", - "location": "rust-core/verisim-api/src/lib.rs", - "file": "rust-core/verisim-api/src/lib.rs", - "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in rust-core/verisim-api/src/lib.rs", + "category": "UnsafeDeserialization", + "location": "connectors/clients/rescript/src/VeriSimFederation.affine", + "file": "connectors/clients/rescript/src/VeriSimFederation.affine", + "severity": "High", + "description": "JSON.parseExn in connectors/clients/rescript/src/VeriSimFederation.affine", "recommended_attack": [ - "memory", - "disk" + "memory" ], + "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "rust-core/verisim-api/src/vcl.rs", - "file": "rust-core/verisim-api/src/vcl.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in rust-core/verisim-api/src/vcl.rs", + "category": "UnsafeDeserialization", + "location": "connectors/clients/rescript/src/VeriSimProvenance.affine", + "file": "connectors/clients/rescript/src/VeriSimProvenance.affine", + "severity": "High", + "description": "JSON.parseExn in connectors/clients/rescript/src/VeriSimProvenance.affine", "recommended_attack": [ - "memory", - "disk" + "memory" ], + "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "rust-core/verisim-api/src/auth.rs", - "file": "rust-core/verisim-api/src/auth.rs", + "location": "connectors/clients/rust/src/client.rs", + "file": "connectors/clients/rust/src/client.rs", "severity": "Medium", - "description": "0 panic sites and 7 unwrap/expect calls in rust-core/verisim-api/src/auth.rs", + "description": "0 panic sites and 1 unwrap/expect calls in connectors/clients/rust/src/client.rs", "recommended_attack": [ "memory", "disk" @@ -1381,58 +1381,58 @@ }, "file_statistics": [ { - "file_path": "connectors/test-infra/ct-build.sh", - "lines": 230, - "unsafe_blocks": 0, + "file_path": "debugger/src/abi/Foreign.idr", + "lines": 216, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "connectors/test-infra/seed/minio-init.sh", - "lines": 193, - "unsafe_blocks": 0, + "file_path": "debugger/src/abi/Types.idr", + "lines": 231, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "connectors/test-infra/seed/influxdb-init.sh", - "lines": 176, + "file_path": ".machine_readable/contractiles/_base.ncl", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "connectors/test-infra/seed/redis-init.sh", - "lines": 286, + "file_path": ".machine_readable/contractiles/trust/trust.ncl", + "lines": 88, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "connectors/test-infra/deploy.k9.ncl", - "lines": 255, + "file_path": ".machine_readable/contractiles/dust/dust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "connectors/clients/rescript/src/VeriSimDrift.affine", - "lines": 98, + "file_path": ".machine_readable/contractiles/must/must.ncl", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1441,18 +1441,18 @@ "threading_constructs": 0 }, { - "file_path": "connectors/clients/rescript/src/VeriSimClient.affine", - "lines": 168, - "unsafe_blocks": 5, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "connectors/clients/rescript/src/VeriSimError.affine", - "lines": 134, + "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", + "lines": 250, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1461,8 +1461,8 @@ "threading_constructs": 0 }, { - "file_path": "connectors/clients/rescript/src/VeriSimHexad.affine", - "lines": 141, + "file_path": ".machine_readable/contractiles/intend/intend.ncl", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1471,68 +1471,58 @@ "threading_constructs": 0 }, { - "file_path": "connectors/clients/elixir/lib/verisim_client.ex", - "lines": 220, + "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 19, - "threading_constructs": 0 - }, - { - "file_path": "connectors/clients/rust/src/client.rs", - "lines": 272, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "connectors/clients/julia/src/client.jl", - "lines": 187, + "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "lines": 166, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "connectors/clients/zig/src/client.zig", - "lines": 151, + "file_path": ".claude/hooks/session-start.sh", + "lines": 73, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "examples/load-sample-data.sh", - "lines": 168, + "file_path": "sync-wiki.sh", + "lines": 404, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "examples/smoke-test.sh", - "lines": 170, + "file_path": "tests/integration_test.rs", + "lines": 334, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "benches/modality_benchmarks.rs", - "lines": 778, + "file_path": "lib/verisim/adaptive_learner.ex", + "lines": 516, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1541,13 +1531,13 @@ "threading_constructs": 1 }, { - "file_path": "lib/verisim/adaptive_learner.ex", - "lines": 516, + "file_path": "lib/verisim/query_cache.ex", + "lines": 578, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 2, "threading_constructs": 1 }, { @@ -1561,41 +1551,41 @@ "threading_constructs": 1 }, { - "file_path": "lib/verisim/query_cache.ex", - "lines": 578, + "file_path": "lib/verisim/circuit_breaker.ex", + "lines": 301, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "lib/verisim/circuit_breaker.ex", - "lines": 301, + "file_path": "examples/load-sample-data.sh", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 6, + "threading_constructs": 0 }, { - "file_path": ".claude/hooks/session-start.sh", - "lines": 73, + "file_path": "examples/smoke-test.sh", + "lines": 170, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "verification/benchmarks/modality_benchmarks.rs", + "file_path": "benches/modality_benchmarks.rs", "lines": 778, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 73, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 @@ -1611,14 +1601,14 @@ "threading_constructs": 0 }, { - "file_path": "container/entrypoint.sh", - "lines": 36, + "file_path": "verification/benchmarks/modality_benchmarks.rs", + "lines": 778, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 73, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { "file_path": "playground/public/sw.js", @@ -1630,6 +1620,16 @@ "io_operations": 1, "threading_constructs": 0 }, + { + "file_path": "playground/src/App.affine", + "lines": 355, + "unsafe_blocks": 2, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "playground/src/Linter.affine", "lines": 146, @@ -1651,178 +1651,184 @@ "threading_constructs": 0 }, { - "file_path": "playground/src/App.affine", - "lines": 355, - "unsafe_blocks": 2, + "file_path": "rust-core/verisim-nif/src/lib.rs", + "lines": 135, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "scripts/two-node-test.sh", - "lines": 143, + "file_path": "rust-core/verisim-tensor/src/persistent.rs", + "lines": 138, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "scripts/demo-consonance.sh", - "lines": 89, + "file_path": "rust-core/verisim-tensor/src/lib.rs", + "lines": 356, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 9, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "scripts/self-ingest.sh", - "lines": 401, + "file_path": "rust-core/verisim-provenance/src/persistent.rs", + "lines": 288, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "scripts/smoke-test.sh", - "lines": 149, + "file_path": "rust-core/verisim-provenance/src/lib.rs", + "lines": 675, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 4, - "threading_constructs": 0 + "unwrap_calls": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "tests/integration_test.rs", - "lines": 334, + "file_path": "rust-core/verisim-planner/src/slow_query.rs", + "lines": 555, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 9, + "safe_unwrap_calls": 3, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "sync-wiki.sh", - "lines": 404, + "file_path": "rust-core/verisim-planner/src/optimizer.rs", + "lines": 430, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/lib/verisim/rust_client.ex", - "lines": 514, + "file_path": "rust-core/verisim-planner/src/profiler.rs", + "lines": 900, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 4, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/lib/verisim/entity/entity_server.ex", - "lines": 254, + "file_path": "rust-core/verisim-planner/src/vcl_bridge.rs", + "lines": 1800, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 8, + "allocation_sites": 14, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/lib/verisim/hypatia/dispatch_bridge.ex", - "lines": 334, + "file_path": "rust-core/verisim-planner/src/explain.rs", + "lines": 385, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/lib/verisim/hypatia/scan_ingester.ex", - "lines": 335, + "file_path": "rust-core/verisim-planner/src/stats.rs", + "lines": 384, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/lib/verisim/telemetry/collector.ex", - "lines": 349, + "file_path": "rust-core/verisim-planner/src/prepared.rs", + "lines": 1196, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/lib/verisim/drift/drift_monitor.ex", - "lines": 342, + "file_path": "rust-core/verisim-document/src/lib.rs", + "lines": 385, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "safe_unwrap_calls": 3, + "allocation_sites": 2, + "io_operations": 3, + "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/lib/verisim/federation/adapters/mongodb.ex", - "lines": 387, + "file_path": "rust-core/verisim-storage/src/redb_backend.rs", + "lines": 515, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, - "threading_constructs": 0 + "allocation_sites": 4, + "io_operations": 2, + "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", - "lines": 475, + "file_path": "rust-core/verisim-storage/src/metrics.rs", + "lines": 374, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 11, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/lib/verisim/federation/adapters/vector_db.ex", - "lines": 650, + "file_path": "rust-core/verisim-storage/src/wal_backend.rs", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 24, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/lib/verisim/federation/adapters/sqlite.ex", - "lines": 330, + "file_path": "rust-core/verisim-storage/src/memory.rs", + "lines": 282, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", - "lines": 433, + "file_path": "rust-core/verisim-storage/src/error.rs", + "lines": 110, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1831,148 +1837,157 @@ "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/lib/verisim/federation/adapters/elasticsearch.ex", - "lines": 320, + "file_path": "rust-core/verisim-drift/src/lib.rs", + "lines": 560, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, - "threading_constructs": 0 + "safe_unwrap_calls": 1, + "allocation_sites": 8, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", - "lines": 237, + "file_path": "rust-core/verisim-wal/src/segment.rs", + "lines": 283, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 18, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/lib/verisim/federation/adapters/neo4j.ex", - "lines": 425, + "file_path": "rust-core/verisim-wal/src/reader.rs", + "lines": 582, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 7, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/lib/verisim/federation/adapters/influxdb.ex", - "lines": 377, + "file_path": "rust-core/verisim-wal/src/writer.rs", + "lines": 464, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 8, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/lib/verisim/federation/adapters/surrealdb.ex", - "lines": 350, + "file_path": "rust-core/verisim-wal/src/error.rs", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/lib/verisim/federation/adapters/clickhouse.ex", - "lines": 339, + "file_path": "rust-core/verisim-wal/src/entry.rs", + "lines": 465, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 8, + "unwrap_calls": 5, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/lib/verisim/federation/adapters/duckdb.ex", - "lines": 361, + "file_path": "rust-core/verisim-semantic/src/circuit_registry.rs", + "lines": 327, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/lib/verisim/federation/adapters/arangodb.ex", - "lines": 303, + "file_path": "rust-core/verisim-semantic/src/persistent.rs", + "lines": 305, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, - "threading_constructs": 0 + "safe_unwrap_calls": 4, + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/lib/verisim/federation/adapters/redis.ex", - "lines": 385, + "file_path": "rust-core/verisim-semantic/src/circuit_compiler.rs", + "lines": 319, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/lib/verisim/federation/resolver.ex", - "lines": 478, + "file_path": "rust-core/verisim-semantic/src/lib.rs", + "lines": 445, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 5 + "safe_unwrap_calls": 2, + "allocation_sites": 8, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/lib/verisim/consensus/kraft_node.ex", - "lines": 900, + "file_path": "rust-core/verisim-semantic/src/zkp.rs", + "lines": 370, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 3 + "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/lib/verisim/consensus/kraft_transport.ex", - "lines": 225, + "file_path": "rust-core/verisim-semantic/src/proven_bridge.rs", + "lines": 283, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/lib/verisim/consensus/kraft_wal.ex", - "lines": 460, + "file_path": "rust-core/verisim-semantic/src/verification_keys.rs", + "lines": 238, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 11, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/lib/verisim/health_checker.ex", - "lines": 130, + "file_path": "rust-core/verisim-octad/tests/atomicity_tests.rs", + "lines": 366, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", - "lines": 801, + "file_path": "rust-core/verisim-octad/tests/integration_tests.rs", + "lines": 308, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -1981,148 +1996,156 @@ "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/lib/verisim/query/vclt_gate.ex", - "lines": 194, + "file_path": "rust-core/verisim-octad/tests/stress_tests.rs", + "lines": 179, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/lib/verisim/query/query_router.ex", - "lines": 189, + "file_path": "rust-core/verisim-octad/tests/crash_recovery_tests.rs", + "lines": 165, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 2, + "io_operations": 5, "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/lib/verisim/schema/schema_registry.ex", - "lines": 270, + "file_path": "rust-core/verisim-octad/src/lib.rs", + "lines": 532, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/test/verisim/aspect/concurrency_test.exs", - "lines": 444, + "file_path": "rust-core/verisim-octad/src/transaction.rs", + "lines": 1412, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 5, + "allocation_sites": 6, "io_operations": 0, - "threading_constructs": 11 + "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs", - "lines": 258, + "file_path": "rust-core/verisim-octad/src/ram_promotion.rs", + "lines": 494, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs", - "lines": 260, + "file_path": "rust-core/verisim-octad/src/query_octad.rs", + "lines": 231, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", - "lines": 498, + "file_path": "rust-core/verisim-octad/src/store.rs", + "lines": 1800, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "safe_unwrap_calls": 9, + "allocation_sites": 6, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "elixir-orchestration/test/verisim/query/vclt_gate_test.exs", - "lines": 120, + "file_path": "rust-core/verisim-repl/src/completer.rs", + "lines": 238, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 5, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/registry/MetadataLog.affine", - "lines": 381, + "file_path": "rust-core/verisim-repl/src/vcl_fmt.rs", + "lines": 511, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/vcl/VCLContext.affine", - "lines": 253, + "file_path": "rust-core/verisim-repl/src/client.rs", + "lines": 152, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/vcl/VCLParser.affine", - "lines": 1201, + "file_path": "rust-core/verisim-repl/src/formatter.rs", + "lines": 335, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/vcl/VCLProofObligation.affine", - "lines": 257, + "file_path": "rust-core/verisim-repl/src/main.rs", + "lines": 511, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 2, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/vcl/VCLError.affine", - "lines": 464, + "file_path": "rust-core/verisim-repl/src/linter.rs", + "lines": 582, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 7, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 305, - "unsafe_blocks": 22, + "file_path": "rust-core/verisim-repl/src/highlighter.rs", + "lines": 295, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-temporal/src/persistent.rs", - "lines": 265, + "file_path": "rust-core/verisim-spatial/src/persistent.rs", + "lines": 292, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2132,411 +2155,409 @@ "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-temporal/src/lib.rs", - "lines": 498, + "file_path": "rust-core/verisim-spatial/src/lib.rs", + "lines": 630, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, + "safe_unwrap_calls": 3, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-vector/src/hnsw.rs", - "lines": 660, + "file_path": "rust-core/verisim-api/src/groove.rs", + "lines": 887, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 6, + "unwrap_calls": 5, + "safe_unwrap_calls": 7, "allocation_sites": 8, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 3, + "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-vector/src/persistent.rs", - "lines": 282, + "file_path": "rust-core/verisim-api/src/lib.rs", + "lines": 3174, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "unwrap_calls": 2, + "safe_unwrap_calls": 16, + "allocation_sites": 12, + "io_operations": 8, + "threading_constructs": 3 }, { - "file_path": "rust-core/verisim-vector/src/lib.rs", - "lines": 273, + "file_path": "rust-core/verisim-api/src/auth.rs", + "lines": 772, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, + "unwrap_calls": 7, + "safe_unwrap_calls": 2, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-spatial/src/persistent.rs", - "lines": 292, + "file_path": "rust-core/verisim-api/src/vcl.rs", + "lines": 996, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 8, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-spatial/src/lib.rs", - "lines": 630, + "file_path": "rust-core/verisim-api/src/rbac.rs", + "lines": 1111, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 3, + "unwrap_calls": 5, + "safe_unwrap_calls": 6, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-document/src/lib.rs", - "lines": 385, + "file_path": "rust-core/verisim-api/src/transaction.rs", + "lines": 469, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, + "safe_unwrap_calls": 1, "allocation_sites": 2, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-normalizer/src/lib.rs", - "lines": 817, + "file_path": "rust-core/verisim-api/src/main.rs", + "lines": 112, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 2, - "allocation_sites": 12, + "unwrap_calls": 1, + "safe_unwrap_calls": 12, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-normalizer/src/conflict.rs", - "lines": 1560, + "file_path": "rust-core/verisim-api/src/proof_attempts.rs", + "lines": 464, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 + "safe_unwrap_calls": 5, + "allocation_sites": 6, + "io_operations": 9, + "threading_constructs": 2 }, { - "file_path": "rust-core/verisim-normalizer/src/regeneration.rs", - "lines": 1513, + "file_path": "rust-core/verisim-api/src/federation.rs", + "lines": 682, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 6, + "safe_unwrap_calls": 6, + "allocation_sites": 12, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-repl/src/main.rs", - "lines": 511, + "file_path": "rust-core/verisim-api/src/regenerator.rs", + "lines": 363, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 3, - "allocation_sites": 2, - "io_operations": 1, - "threading_constructs": 0 + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-repl/src/completer.rs", - "lines": 238, + "file_path": "rust-core/verisim-api/src/a2ml.rs", + "lines": 369, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 11, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-repl/src/client.rs", - "lines": 152, + "file_path": "rust-core/verisim-temporal/src/persistent.rs", + "lines": 265, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, + "safe_unwrap_calls": 3, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-repl/src/formatter.rs", - "lines": 335, + "file_path": "rust-core/verisim-temporal/src/lib.rs", + "lines": 498, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 8, + "safe_unwrap_calls": 4, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-repl/src/linter.rs", - "lines": 582, + "file_path": "rust-core/verisim-graph/src/lib.rs", + "lines": 442, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, + "safe_unwrap_calls": 1, "allocation_sites": 6, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-repl/src/vcl_fmt.rs", - "lines": 511, + "file_path": "rust-core/verisim-graph/src/redb_backend.rs", + "lines": 602, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 + "allocation_sites": 8, + "io_operations": 1, + "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-repl/src/highlighter.rs", - "lines": 295, + "file_path": "rust-core/verisim-graph/src/oxigraph_backend.rs", + "lines": 192, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-planner/src/slow_query.rs", - "lines": 555, + "file_path": "rust-core/verisim-vector/src/persistent.rs", + "lines": 282, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 9, - "safe_unwrap_calls": 3, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-planner/src/prepared.rs", - "lines": 1196, + "file_path": "rust-core/verisim-vector/src/lib.rs", + "lines": 273, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-planner/src/optimizer.rs", - "lines": 430, + "file_path": "rust-core/verisim-vector/src/hnsw.rs", + "lines": 660, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, + "unwrap_calls": 1, + "safe_unwrap_calls": 6, + "allocation_sites": 8, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "rust-core/verisim-planner/src/stats.rs", - "lines": 384, + "file_path": "rust-core/verisim-normalizer/src/regeneration.rs", + "lines": 1513, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "safe_unwrap_calls": 4, + "allocation_sites": 6, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-planner/src/profiler.rs", - "lines": 900, + "file_path": "rust-core/verisim-normalizer/src/lib.rs", + "lines": 817, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, + "unwrap_calls": 4, + "safe_unwrap_calls": 2, + "allocation_sites": 12, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-planner/src/vcl_bridge.rs", - "lines": 1800, + "file_path": "rust-core/verisim-normalizer/src/conflict.rs", + "lines": 1560, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 14, + "safe_unwrap_calls": 1, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-planner/src/explain.rs", - "lines": 385, + "file_path": "elixir-orchestration/lib/verisim/entity/entity_server.ex", + "lines": 254, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "rust-core/verisim-provenance/src/persistent.rs", - "lines": 288, + "file_path": "elixir-orchestration/lib/verisim/consensus/kraft_transport.ex", + "lines": 225, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 2, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 2 }, { - "file_path": "rust-core/verisim-provenance/src/lib.rs", - "lines": 675, + "file_path": "elixir-orchestration/lib/verisim/consensus/kraft_node.ex", + "lines": 900, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 3 }, { - "file_path": "rust-core/verisim-drift/src/lib.rs", - "lines": 560, + "file_path": "elixir-orchestration/lib/verisim/consensus/kraft_wal.ex", + "lines": 460, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 8, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 11, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-nif/src/lib.rs", - "lines": 135, + "file_path": "elixir-orchestration/lib/verisim/federation/resolver.ex", + "lines": 478, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 3, + "threading_constructs": 5 }, { - "file_path": "rust-core/verisim-graph/src/oxigraph_backend.rs", - "lines": 192, + "file_path": "elixir-orchestration/lib/verisim/federation/adapters/sqlite.ex", + "lines": 330, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-graph/src/redb_backend.rs", - "lines": 602, + "file_path": "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", + "lines": 237, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 1, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 18, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-graph/src/lib.rs", - "lines": 442, + "file_path": "elixir-orchestration/lib/verisim/federation/adapters/duckdb.ex", + "lines": 361, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-wal/src/segment.rs", - "lines": 283, + "file_path": "elixir-orchestration/lib/verisim/federation/adapters/arangodb.ex", + "lines": 303, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-wal/src/entry.rs", - "lines": 465, + "file_path": "elixir-orchestration/lib/verisim/federation/adapters/mongodb.ex", + "lines": 387, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-wal/src/error.rs", - "lines": 116, + "file_path": "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", + "lines": 475, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 11, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-wal/src/writer.rs", - "lines": 464, + "file_path": "elixir-orchestration/lib/verisim/federation/adapters/influxdb.ex", + "lines": 377, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 2, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-wal/src/reader.rs", - "lines": 582, + "file_path": "elixir-orchestration/lib/verisim/federation/adapters/redis.ex", + "lines": 385, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-tensor/src/persistent.rs", - "lines": 138, + "file_path": "elixir-orchestration/lib/verisim/federation/adapters/neo4j.ex", + "lines": 425, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 7, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-tensor/src/lib.rs", - "lines": 356, + "file_path": "elixir-orchestration/lib/verisim/federation/adapters/clickhouse.ex", + "lines": 339, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 8, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-storage/src/error.rs", - "lines": 110, + "file_path": "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", + "lines": 433, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2545,38 +2566,38 @@ "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-storage/src/redb_backend.rs", - "lines": 515, + "file_path": "elixir-orchestration/lib/verisim/federation/adapters/elasticsearch.ex", + "lines": 320, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 2, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 6, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-storage/src/wal_backend.rs", - "lines": 142, + "file_path": "elixir-orchestration/lib/verisim/federation/adapters/surrealdb.ex", + "lines": 350, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 6, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-storage/src/metrics.rs", - "lines": 374, + "file_path": "elixir-orchestration/lib/verisim/federation/adapters/vector_db.ex", + "lines": 650, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 24, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-storage/src/memory.rs", - "lines": 282, + "file_path": "elixir-orchestration/lib/verisim/health_checker.ex", + "lines": 130, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2585,399 +2606,368 @@ "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-octad/tests/atomicity_tests.rs", - "lines": 366, + "file_path": "elixir-orchestration/lib/verisim/hypatia/scan_ingester.ex", + "lines": 335, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 1, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-octad/tests/integration_tests.rs", - "lines": 308, + "file_path": "elixir-orchestration/lib/verisim/hypatia/dispatch_bridge.ex", + "lines": 334, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 1, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-octad/tests/crash_recovery_tests.rs", - "lines": 165, + "file_path": "elixir-orchestration/lib/verisim/drift/drift_monitor.ex", + "lines": 342, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 5, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "rust-core/verisim-octad/tests/stress_tests.rs", - "lines": 179, + "file_path": "elixir-orchestration/lib/verisim/query/vclt_gate.ex", + "lines": 194, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 14, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-octad/src/query_octad.rs", - "lines": 231, + "file_path": "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", + "lines": 801, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 6, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-octad/src/ram_promotion.rs", - "lines": 494, + "file_path": "elixir-orchestration/lib/verisim/query/query_router.ex", + "lines": 189, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-octad/src/lib.rs", - "lines": 532, + "file_path": "elixir-orchestration/lib/verisim/rust_client.ex", + "lines": 514, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-octad/src/transaction.rs", - "lines": 1412, + "file_path": "elixir-orchestration/lib/verisim/telemetry/collector.ex", + "lines": 349, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 6, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-octad/src/store.rs", - "lines": 1800, + "file_path": "elixir-orchestration/lib/verisim/schema/schema_registry.ex", + "lines": 270, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 9, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 1 }, { - "file_path": "rust-core/verisim-semantic/src/proven_bridge.rs", - "lines": 283, + "file_path": "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", + "lines": 498, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-semantic/src/circuit_compiler.rs", - "lines": 319, + "file_path": "elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs", + "lines": 258, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-semantic/src/persistent.rs", - "lines": 305, + "file_path": "elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs", + "lines": 260, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-semantic/src/lib.rs", - "lines": 445, + "file_path": "elixir-orchestration/test/verisim/aspect/concurrency_test.exs", + "lines": 444, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 8, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 11 }, { - "file_path": "rust-core/verisim-semantic/src/zkp.rs", - "lines": 370, + "file_path": "elixir-orchestration/test/verisim/query/vclt_gate_test.exs", + "lines": 120, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-semantic/src/circuit_registry.rs", - "lines": 327, + "file_path": "scripts/two-node-test.sh", + "lines": 143, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 5, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-semantic/src/verification_keys.rs", - "lines": 238, + "file_path": "scripts/demo-consonance.sh", + "lines": 89, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 9, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-api/src/main.rs", - "lines": 112, + "file_path": "scripts/smoke-test.sh", + "lines": 149, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 12, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-api/src/rbac.rs", - "lines": 1111, + "file_path": "scripts/self-ingest.sh", + "lines": 401, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 6, + "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-api/src/federation.rs", - "lines": 682, + "file_path": "container/entrypoint.sh", + "lines": 36, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 12, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-api/src/a2ml.rs", - "lines": 369, + "file_path": "ffi/zig/src/router.zig", + "lines": 188, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 2, "unwrap_calls": 0, - "safe_unwrap_calls": 11, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-api/src/regenerator.rs", - "lines": 363, + "file_path": "ffi/zig/src/graphql.zig", + "lines": 173, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 1 - }, - { - "file_path": "rust-core/verisim-api/src/groove.rs", - "lines": 887, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 5, - "safe_unwrap_calls": 7, - "allocation_sites": 8, - "io_operations": 3, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-api/src/lib.rs", - "lines": 3174, + "file_path": "ffi/zig/src/main.zig", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 2, - "safe_unwrap_calls": 16, - "allocation_sites": 12, - "io_operations": 8, - "threading_constructs": 3 + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-api/src/vcl.rs", - "lines": 996, + "file_path": "ffi/zig/src/ffi.zig", + "lines": 99, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 8, - "allocation_sites": 4, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-api/src/transaction.rs", - "lines": 469, + "file_path": "src/vcl/VCLContext.affine", + "lines": 253, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-api/src/proof_attempts.rs", - "lines": 464, + "file_path": "src/vcl/VCLProofObligation.affine", + "lines": 257, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 6, - "io_operations": 9, - "threading_constructs": 2 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "rust-core/verisim-api/src/auth.rs", - "lines": 772, + "file_path": "src/vcl/VCLError.affine", + "lines": 464, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 7, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 1 + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 122, + "file_path": "src/vcl/VCLParser.affine", + "lines": 1201, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/router.zig", - "lines": 188, - "unsafe_blocks": 0, - "panic_sites": 2, + "file_path": "src/abi/Foreign.idr", + "lines": 305, + "unsafe_blocks": 22, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/graphql.zig", - "lines": 173, + "file_path": "src/registry/MetadataLog.affine", + "lines": 381, "unsafe_blocks": 0, - "panic_sites": 1, + "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/ffi.zig", - "lines": 99, + "file_path": "connectors/test-infra/ct-build.sh", + "lines": 230, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "debugger/src/abi/Foreign.idr", - "lines": 216, - "unsafe_blocks": 12, + "file_path": "connectors/test-infra/deploy.k9.ncl", + "lines": 255, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "debugger/src/abi/Types.idr", - "lines": 231, - "unsafe_blocks": 1, + "file_path": "connectors/test-infra/seed/redis-init.sh", + "lines": 286, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/dust/dust.ncl", - "lines": 66, + "file_path": "connectors/test-infra/seed/minio-init.sh", + "lines": 193, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/_base.ncl", - "lines": 141, + "file_path": "connectors/test-infra/seed/influxdb-init.sh", + "lines": 176, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/trust/trust.ncl", - "lines": 88, + "file_path": "connectors/clients/julia/src/client.jl", + "lines": 187, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.k9.ncl", - "lines": 250, + "file_path": "connectors/clients/elixir/lib/verisim_client.ex", + "lines": 220, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 19, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/intend/intend.ncl", - "lines": 81, + "file_path": "connectors/clients/rescript/src/VeriSimHexad.affine", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2986,8 +2976,8 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "connectors/clients/rescript/src/VeriSimDrift.affine", + "lines": 98, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -2996,401 +2986,411 @@ "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/must/must.ncl", - "lines": 64, + "file_path": "connectors/clients/rescript/src/VeriSimError.affine", + "lines": 134, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.ncl", - "lines": 62, - "unsafe_blocks": 0, + "file_path": "connectors/clients/rescript/src/VeriSimClient.affine", + "lines": 168, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "lines": 166, + "file_path": "connectors/clients/zig/src/client.zig", + "lines": 151, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "connectors/clients/rust/src/client.rs", + "lines": 272, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 } ], "recommended_attacks": [ "cpu", - "network", + "concurrency", "memory", "disk", - "concurrency" + "network" ], "dependency_graph": { "edges": [ { - "from": "rust-core/verisim-wal/src/segment.rs", - "to": "rust-core/verisim-wal/src/entry.rs", - "relation": "shared_dir:rust-core/verisim-wal/src", + "from": "rust-core/verisim-storage/src/redb_backend.rs", + "to": "rust-core/verisim-storage/src/metrics.rs", + "relation": "shared_dir:rust-core/verisim-storage/src", "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/entry.rs", - "to": "rust-core/verisim-wal/src/error.rs", - "relation": "shared_dir:rust-core/verisim-wal/src", + "from": "rust-core/verisim-storage/src/metrics.rs", + "to": "rust-core/verisim-storage/src/wal_backend.rs", + "relation": "shared_dir:rust-core/verisim-storage/src", "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/error.rs", - "to": "rust-core/verisim-wal/src/writer.rs", - "relation": "shared_dir:rust-core/verisim-wal/src", + "from": "rust-core/verisim-storage/src/wal_backend.rs", + "to": "rust-core/verisim-storage/src/memory.rs", + "relation": "shared_dir:rust-core/verisim-storage/src", "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/writer.rs", - "to": "rust-core/verisim-wal/src/reader.rs", - "relation": "shared_dir:rust-core/verisim-wal/src", + "from": "rust-core/verisim-storage/src/memory.rs", + "to": "rust-core/verisim-storage/src/error.rs", + "relation": "shared_dir:rust-core/verisim-storage/src", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", - "to": "elixir-orchestration/lib/verisim/query/vclt_gate.ex", - "relation": "shared_dir:elixir-orchestration/lib/verisim/query", + "from": "examples/load-sample-data.sh", + "to": "examples/smoke-test.sh", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/query/vclt_gate.ex", - "to": "elixir-orchestration/lib/verisim/query/query_router.ex", - "relation": "shared_dir:elixir-orchestration/lib/verisim/query", + "from": "rust-core/verisim-api/src/groove.rs", + "to": "rust-core/verisim-api/src/lib.rs", + "relation": "shared_dir:rust-core/verisim-api/src", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/consensus/kraft_node.ex", - "to": "elixir-orchestration/lib/verisim/consensus/kraft_transport.ex", - "relation": "shared_dir:elixir-orchestration/lib/verisim/consensus", + "from": "rust-core/verisim-api/src/lib.rs", + "to": "rust-core/verisim-api/src/auth.rs", + "relation": "shared_dir:rust-core/verisim-api/src", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/consensus/kraft_transport.ex", - "to": "elixir-orchestration/lib/verisim/consensus/kraft_wal.ex", - "relation": "shared_dir:elixir-orchestration/lib/verisim/consensus", + "from": "rust-core/verisim-api/src/auth.rs", + "to": "rust-core/verisim-api/src/vcl.rs", + "relation": "shared_dir:rust-core/verisim-api/src", "weight": 1.0 }, { - "from": "rust-core/verisim-normalizer/src/lib.rs", - "to": "rust-core/verisim-normalizer/src/conflict.rs", - "relation": "shared_dir:rust-core/verisim-normalizer/src", + "from": "rust-core/verisim-api/src/vcl.rs", + "to": "rust-core/verisim-api/src/rbac.rs", + "relation": "shared_dir:rust-core/verisim-api/src", "weight": 1.0 }, { - "from": "rust-core/verisim-normalizer/src/conflict.rs", - "to": "rust-core/verisim-normalizer/src/regeneration.rs", - "relation": "shared_dir:rust-core/verisim-normalizer/src", + "from": "rust-core/verisim-api/src/rbac.rs", + "to": "rust-core/verisim-api/src/transaction.rs", + "relation": "shared_dir:rust-core/verisim-api/src", "weight": 1.0 }, { - "from": "rust-core/verisim-spatial/src/persistent.rs", - "to": "rust-core/verisim-spatial/src/lib.rs", - "relation": "shared_dir:rust-core/verisim-spatial/src", + "from": "rust-core/verisim-api/src/transaction.rs", + "to": "rust-core/verisim-api/src/main.rs", + "relation": "shared_dir:rust-core/verisim-api/src", "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", - "to": "ffi/zig/src/router.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "rust-core/verisim-api/src/main.rs", + "to": "rust-core/verisim-api/src/proof_attempts.rs", + "relation": "shared_dir:rust-core/verisim-api/src", "weight": 1.0 }, { - "from": "ffi/zig/src/router.zig", - "to": "ffi/zig/src/graphql.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "rust-core/verisim-api/src/proof_attempts.rs", + "to": "rust-core/verisim-api/src/federation.rs", + "relation": "shared_dir:rust-core/verisim-api/src", "weight": 1.0 }, { - "from": "ffi/zig/src/graphql.zig", - "to": "ffi/zig/src/ffi.zig", - "relation": "shared_dir:ffi/zig/src", + "from": "rust-core/verisim-api/src/federation.rs", + "to": "rust-core/verisim-api/src/regenerator.rs", + "relation": "shared_dir:rust-core/verisim-api/src", "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/error.rs", - "to": "rust-core/verisim-storage/src/redb_backend.rs", - "relation": "shared_dir:rust-core/verisim-storage/src", + "from": "rust-core/verisim-api/src/regenerator.rs", + "to": "rust-core/verisim-api/src/a2ml.rs", + "relation": "shared_dir:rust-core/verisim-api/src", "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/redb_backend.rs", - "to": "rust-core/verisim-storage/src/wal_backend.rs", - "relation": "shared_dir:rust-core/verisim-storage/src", + "from": "rust-core/verisim-temporal/src/persistent.rs", + "to": "rust-core/verisim-temporal/src/lib.rs", + "relation": "shared_dir:rust-core/verisim-temporal/src", "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/wal_backend.rs", - "to": "rust-core/verisim-storage/src/metrics.rs", - "relation": "shared_dir:rust-core/verisim-storage/src", + "from": "debugger/src/abi/Foreign.idr", + "to": "debugger/src/abi/Types.idr", + "relation": "shared_dir:debugger/src/abi", "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/metrics.rs", - "to": "rust-core/verisim-storage/src/memory.rs", - "relation": "shared_dir:rust-core/verisim-storage/src", + "from": "rust-core/verisim-semantic/src/circuit_registry.rs", + "to": "rust-core/verisim-semantic/src/persistent.rs", + "relation": "shared_dir:rust-core/verisim-semantic/src", "weight": 1.0 }, { - "from": "rust-core/verisim-vector/src/hnsw.rs", - "to": "rust-core/verisim-vector/src/persistent.rs", - "relation": "shared_dir:rust-core/verisim-vector/src", + "from": "rust-core/verisim-semantic/src/persistent.rs", + "to": "rust-core/verisim-semantic/src/circuit_compiler.rs", + "relation": "shared_dir:rust-core/verisim-semantic/src", "weight": 1.0 }, { - "from": "rust-core/verisim-vector/src/persistent.rs", - "to": "rust-core/verisim-vector/src/lib.rs", - "relation": "shared_dir:rust-core/verisim-vector/src", + "from": "rust-core/verisim-semantic/src/circuit_compiler.rs", + "to": "rust-core/verisim-semantic/src/lib.rs", + "relation": "shared_dir:rust-core/verisim-semantic/src", "weight": 1.0 }, { - "from": "rust-core/verisim-provenance/src/persistent.rs", - "to": "rust-core/verisim-provenance/src/lib.rs", - "relation": "shared_dir:rust-core/verisim-provenance/src", + "from": "rust-core/verisim-semantic/src/lib.rs", + "to": "rust-core/verisim-semantic/src/zkp.rs", + "relation": "shared_dir:rust-core/verisim-semantic/src", "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/main.rs", - "to": "rust-core/verisim-api/src/rbac.rs", - "relation": "shared_dir:rust-core/verisim-api/src", + "from": "rust-core/verisim-semantic/src/zkp.rs", + "to": "rust-core/verisim-semantic/src/proven_bridge.rs", + "relation": "shared_dir:rust-core/verisim-semantic/src", "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/rbac.rs", - "to": "rust-core/verisim-api/src/federation.rs", - "relation": "shared_dir:rust-core/verisim-api/src", + "from": "rust-core/verisim-semantic/src/proven_bridge.rs", + "to": "rust-core/verisim-semantic/src/verification_keys.rs", + "relation": "shared_dir:rust-core/verisim-semantic/src", "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/federation.rs", - "to": "rust-core/verisim-api/src/a2ml.rs", - "relation": "shared_dir:rust-core/verisim-api/src", + "from": "rust-core/verisim-octad/src/lib.rs", + "to": "rust-core/verisim-octad/src/transaction.rs", + "relation": "shared_dir:rust-core/verisim-octad/src", "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/a2ml.rs", - "to": "rust-core/verisim-api/src/regenerator.rs", - "relation": "shared_dir:rust-core/verisim-api/src", + "from": "rust-core/verisim-octad/src/transaction.rs", + "to": "rust-core/verisim-octad/src/ram_promotion.rs", + "relation": "shared_dir:rust-core/verisim-octad/src", "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/regenerator.rs", - "to": "rust-core/verisim-api/src/groove.rs", - "relation": "shared_dir:rust-core/verisim-api/src", + "from": "rust-core/verisim-octad/src/ram_promotion.rs", + "to": "rust-core/verisim-octad/src/query_octad.rs", + "relation": "shared_dir:rust-core/verisim-octad/src", "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/groove.rs", - "to": "rust-core/verisim-api/src/lib.rs", - "relation": "shared_dir:rust-core/verisim-api/src", + "from": "rust-core/verisim-octad/src/query_octad.rs", + "to": "rust-core/verisim-octad/src/store.rs", + "relation": "shared_dir:rust-core/verisim-octad/src", "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/lib.rs", - "to": "rust-core/verisim-api/src/vcl.rs", - "relation": "shared_dir:rust-core/verisim-api/src", + "from": "elixir-orchestration/lib/verisim/consensus/kraft_transport.ex", + "to": "elixir-orchestration/lib/verisim/consensus/kraft_node.ex", + "relation": "shared_dir:elixir-orchestration/lib/verisim/consensus", "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/vcl.rs", - "to": "rust-core/verisim-api/src/transaction.rs", - "relation": "shared_dir:rust-core/verisim-api/src", + "from": "elixir-orchestration/lib/verisim/consensus/kraft_node.ex", + "to": "elixir-orchestration/lib/verisim/consensus/kraft_wal.ex", + "relation": "shared_dir:elixir-orchestration/lib/verisim/consensus", "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/transaction.rs", - "to": "rust-core/verisim-api/src/proof_attempts.rs", - "relation": "shared_dir:rust-core/verisim-api/src", + "from": "elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs", + "to": "elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs", + "relation": "shared_dir:elixir-orchestration/test/verisim/hypatia", "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/proof_attempts.rs", - "to": "rust-core/verisim-api/src/auth.rs", - "relation": "shared_dir:rust-core/verisim-api/src", + "from": "rust-core/verisim-octad/tests/atomicity_tests.rs", + "to": "rust-core/verisim-octad/tests/integration_tests.rs", + "relation": "shared_dir:rust-core/verisim-octad/tests", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/rust_client.ex", - "to": "elixir-orchestration/lib/verisim/health_checker.ex", - "relation": "shared_dir:elixir-orchestration/lib/verisim", + "from": "rust-core/verisim-octad/tests/integration_tests.rs", + "to": "rust-core/verisim-octad/tests/stress_tests.rs", + "relation": "shared_dir:rust-core/verisim-octad/tests", "weight": 1.0 }, { - "from": "rust-core/verisim-repl/src/main.rs", - "to": "rust-core/verisim-repl/src/completer.rs", - "relation": "shared_dir:rust-core/verisim-repl/src", + "from": "rust-core/verisim-octad/tests/stress_tests.rs", + "to": "rust-core/verisim-octad/tests/crash_recovery_tests.rs", + "relation": "shared_dir:rust-core/verisim-octad/tests", "weight": 1.0 }, { - "from": "rust-core/verisim-repl/src/completer.rs", - "to": "rust-core/verisim-repl/src/client.rs", - "relation": "shared_dir:rust-core/verisim-repl/src", + "from": "rust-core/verisim-spatial/src/persistent.rs", + "to": "rust-core/verisim-spatial/src/lib.rs", + "relation": "shared_dir:rust-core/verisim-spatial/src", "weight": 1.0 }, { - "from": "rust-core/verisim-repl/src/client.rs", - "to": "rust-core/verisim-repl/src/formatter.rs", - "relation": "shared_dir:rust-core/verisim-repl/src", + "from": "scripts/two-node-test.sh", + "to": "scripts/demo-consonance.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "rust-core/verisim-repl/src/formatter.rs", - "to": "rust-core/verisim-repl/src/linter.rs", - "relation": "shared_dir:rust-core/verisim-repl/src", + "from": "scripts/demo-consonance.sh", + "to": "scripts/smoke-test.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "rust-core/verisim-repl/src/linter.rs", - "to": "rust-core/verisim-repl/src/vcl_fmt.rs", - "relation": "shared_dir:rust-core/verisim-repl/src", + "from": "scripts/smoke-test.sh", + "to": "scripts/self-ingest.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "rust-core/verisim-repl/src/vcl_fmt.rs", - "to": "rust-core/verisim-repl/src/highlighter.rs", - "relation": "shared_dir:rust-core/verisim-repl/src", + "from": "connectors/test-infra/ct-build.sh", + "to": "connectors/test-infra/deploy.k9.ncl", + "relation": "shared_dir:connectors/test-infra", "weight": 1.0 }, { - "from": "rust-core/verisim-temporal/src/persistent.rs", - "to": "rust-core/verisim-temporal/src/lib.rs", - "relation": "shared_dir:rust-core/verisim-temporal/src", + "from": "rust-core/verisim-tensor/src/persistent.rs", + "to": "rust-core/verisim-tensor/src/lib.rs", + "relation": "shared_dir:rust-core/verisim-tensor/src", "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/proven_bridge.rs", - "to": "rust-core/verisim-semantic/src/circuit_compiler.rs", - "relation": "shared_dir:rust-core/verisim-semantic/src", + "from": "playground/src/App.affine", + "to": "playground/src/Linter.affine", + "relation": "shared_dir:playground/src", "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/circuit_compiler.rs", - "to": "rust-core/verisim-semantic/src/persistent.rs", - "relation": "shared_dir:rust-core/verisim-semantic/src", + "from": "playground/src/Linter.affine", + "to": "playground/src/ApiClient.affine", + "relation": "shared_dir:playground/src", "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/persistent.rs", - "to": "rust-core/verisim-semantic/src/lib.rs", - "relation": "shared_dir:rust-core/verisim-semantic/src", + "from": "connectors/clients/rescript/src/VeriSimHexad.affine", + "to": "connectors/clients/rescript/src/VeriSimDrift.affine", + "relation": "shared_dir:connectors/clients/rescript/src", "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/lib.rs", - "to": "rust-core/verisim-semantic/src/zkp.rs", - "relation": "shared_dir:rust-core/verisim-semantic/src", + "from": "connectors/clients/rescript/src/VeriSimDrift.affine", + "to": "connectors/clients/rescript/src/VeriSimError.affine", + "relation": "shared_dir:connectors/clients/rescript/src", "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/zkp.rs", - "to": "rust-core/verisim-semantic/src/circuit_registry.rs", - "relation": "shared_dir:rust-core/verisim-semantic/src", + "from": "connectors/clients/rescript/src/VeriSimError.affine", + "to": "connectors/clients/rescript/src/VeriSimClient.affine", + "relation": "shared_dir:connectors/clients/rescript/src", "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/circuit_registry.rs", - "to": "rust-core/verisim-semantic/src/verification_keys.rs", - "relation": "shared_dir:rust-core/verisim-semantic/src", + "from": "rust-core/verisim-vector/src/persistent.rs", + "to": "rust-core/verisim-vector/src/lib.rs", + "relation": "shared_dir:rust-core/verisim-vector/src", "weight": 1.0 }, { - "from": "lib/verisim/adaptive_learner.ex", - "to": "lib/verisim/query_planner_config.ex", - "relation": "shared_dir:lib/verisim", + "from": "rust-core/verisim-vector/src/lib.rs", + "to": "rust-core/verisim-vector/src/hnsw.rs", + "relation": "shared_dir:rust-core/verisim-vector/src", "weight": 1.0 }, { - "from": "lib/verisim/query_planner_config.ex", - "to": "lib/verisim/query_cache.ex", - "relation": "shared_dir:lib/verisim", + "from": "rust-core/verisim-repl/src/completer.rs", + "to": "rust-core/verisim-repl/src/vcl_fmt.rs", + "relation": "shared_dir:rust-core/verisim-repl/src", "weight": 1.0 }, { - "from": "lib/verisim/query_cache.ex", - "to": "lib/verisim/circuit_breaker.ex", - "relation": "shared_dir:lib/verisim", + "from": "rust-core/verisim-repl/src/vcl_fmt.rs", + "to": "rust-core/verisim-repl/src/client.rs", + "relation": "shared_dir:rust-core/verisim-repl/src", "weight": 1.0 }, { - "from": "connectors/test-infra/ct-build.sh", - "to": "connectors/test-infra/deploy.k9.ncl", - "relation": "shared_dir:connectors/test-infra", + "from": "rust-core/verisim-repl/src/client.rs", + "to": "rust-core/verisim-repl/src/formatter.rs", + "relation": "shared_dir:rust-core/verisim-repl/src", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/mongodb.ex", - "to": "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", - "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", + "from": "rust-core/verisim-repl/src/formatter.rs", + "to": "rust-core/verisim-repl/src/main.rs", + "relation": "shared_dir:rust-core/verisim-repl/src", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", - "to": "elixir-orchestration/lib/verisim/federation/adapters/vector_db.ex", - "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", + "from": "rust-core/verisim-repl/src/main.rs", + "to": "rust-core/verisim-repl/src/linter.rs", + "relation": "shared_dir:rust-core/verisim-repl/src", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/vector_db.ex", - "to": "elixir-orchestration/lib/verisim/federation/adapters/sqlite.ex", - "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", + "from": "rust-core/verisim-repl/src/linter.rs", + "to": "rust-core/verisim-repl/src/highlighter.rs", + "relation": "shared_dir:rust-core/verisim-repl/src", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/sqlite.ex", - "to": "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", - "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", + "from": "rust-core/verisim-provenance/src/persistent.rs", + "to": "rust-core/verisim-provenance/src/lib.rs", + "relation": "shared_dir:rust-core/verisim-provenance/src", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", - "to": "elixir-orchestration/lib/verisim/federation/adapters/elasticsearch.ex", - "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", + "from": "rust-core/verisim-graph/src/lib.rs", + "to": "rust-core/verisim-graph/src/redb_backend.rs", + "relation": "shared_dir:rust-core/verisim-graph/src", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/elasticsearch.ex", - "to": "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", - "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", + "from": "rust-core/verisim-graph/src/redb_backend.rs", + "to": "rust-core/verisim-graph/src/oxigraph_backend.rs", + "relation": "shared_dir:rust-core/verisim-graph/src", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", - "to": "elixir-orchestration/lib/verisim/federation/adapters/neo4j.ex", - "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", + "from": "lib/verisim/adaptive_learner.ex", + "to": "lib/verisim/query_cache.ex", + "relation": "shared_dir:lib/verisim", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/neo4j.ex", - "to": "elixir-orchestration/lib/verisim/federation/adapters/influxdb.ex", - "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", + "from": "lib/verisim/query_cache.ex", + "to": "lib/verisim/query_planner_config.ex", + "relation": "shared_dir:lib/verisim", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/influxdb.ex", - "to": "elixir-orchestration/lib/verisim/federation/adapters/surrealdb.ex", - "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", + "from": "lib/verisim/query_planner_config.ex", + "to": "lib/verisim/circuit_breaker.ex", + "relation": "shared_dir:lib/verisim", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/surrealdb.ex", - "to": "elixir-orchestration/lib/verisim/federation/adapters/clickhouse.ex", + "from": "elixir-orchestration/lib/verisim/federation/adapters/sqlite.ex", + "to": "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/clickhouse.ex", + "from": "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", "to": "elixir-orchestration/lib/verisim/federation/adapters/duckdb.ex", "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", "weight": 1.0 @@ -3403,529 +3403,511 @@ }, { "from": "elixir-orchestration/lib/verisim/federation/adapters/arangodb.ex", - "to": "elixir-orchestration/lib/verisim/federation/adapters/redis.ex", + "to": "elixir-orchestration/lib/verisim/federation/adapters/mongodb.ex", "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", "weight": 1.0 }, { - "from": "scripts/two-node-test.sh", - "to": "scripts/demo-consonance.sh", - "relation": "shared_dir:scripts", + "from": "elixir-orchestration/lib/verisim/federation/adapters/mongodb.ex", + "to": "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", + "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", "weight": 1.0 }, { - "from": "scripts/demo-consonance.sh", - "to": "scripts/self-ingest.sh", - "relation": "shared_dir:scripts", + "from": "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", + "to": "elixir-orchestration/lib/verisim/federation/adapters/influxdb.ex", + "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", "weight": 1.0 }, { - "from": "scripts/self-ingest.sh", - "to": "scripts/smoke-test.sh", - "relation": "shared_dir:scripts", + "from": "elixir-orchestration/lib/verisim/federation/adapters/influxdb.ex", + "to": "elixir-orchestration/lib/verisim/federation/adapters/redis.ex", + "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", - "to": ".machine_readable/contractiles/intend/intend.ncl", - "relation": "shared_dir:.machine_readable/contractiles/intend", + "from": "elixir-orchestration/lib/verisim/federation/adapters/redis.ex", + "to": "elixir-orchestration/lib/verisim/federation/adapters/neo4j.ex", + "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", "weight": 1.0 }, { - "from": "connectors/clients/rescript/src/VeriSimDrift.affine", - "to": "connectors/clients/rescript/src/VeriSimClient.affine", - "relation": "shared_dir:connectors/clients/rescript/src", + "from": "elixir-orchestration/lib/verisim/federation/adapters/neo4j.ex", + "to": "elixir-orchestration/lib/verisim/federation/adapters/clickhouse.ex", + "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", "weight": 1.0 }, { - "from": "connectors/clients/rescript/src/VeriSimClient.affine", - "to": "connectors/clients/rescript/src/VeriSimError.affine", - "relation": "shared_dir:connectors/clients/rescript/src", + "from": "elixir-orchestration/lib/verisim/federation/adapters/clickhouse.ex", + "to": "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", + "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", "weight": 1.0 }, { - "from": "connectors/clients/rescript/src/VeriSimError.affine", - "to": "connectors/clients/rescript/src/VeriSimHexad.affine", - "relation": "shared_dir:connectors/clients/rescript/src", + "from": "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", + "to": "elixir-orchestration/lib/verisim/federation/adapters/elasticsearch.ex", + "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", "weight": 1.0 }, { - "from": "playground/src/Linter.affine", - "to": "playground/src/ApiClient.affine", - "relation": "shared_dir:playground/src", + "from": "elixir-orchestration/lib/verisim/federation/adapters/elasticsearch.ex", + "to": "elixir-orchestration/lib/verisim/federation/adapters/surrealdb.ex", + "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", "weight": 1.0 }, { - "from": "playground/src/ApiClient.affine", - "to": "playground/src/App.affine", - "relation": "shared_dir:playground/src", + "from": "elixir-orchestration/lib/verisim/federation/adapters/surrealdb.ex", + "to": "elixir-orchestration/lib/verisim/federation/adapters/vector_db.ex", + "relation": "shared_dir:elixir-orchestration/lib/verisim/federation/adapters", "weight": 1.0 }, { - "from": "debugger/src/abi/Foreign.idr", - "to": "debugger/src/abi/Types.idr", - "relation": "shared_dir:debugger/src/abi", + "from": "rust-core/verisim-planner/src/slow_query.rs", + "to": "rust-core/verisim-planner/src/optimizer.rs", + "relation": "shared_dir:rust-core/verisim-planner/src", "weight": 1.0 }, { - "from": "connectors/test-infra/seed/minio-init.sh", - "to": "connectors/test-infra/seed/influxdb-init.sh", - "relation": "shared_dir:connectors/test-infra/seed", + "from": "rust-core/verisim-planner/src/optimizer.rs", + "to": "rust-core/verisim-planner/src/profiler.rs", + "relation": "shared_dir:rust-core/verisim-planner/src", "weight": 1.0 }, { - "from": "connectors/test-infra/seed/influxdb-init.sh", - "to": "connectors/test-infra/seed/redis-init.sh", - "relation": "shared_dir:connectors/test-infra/seed", + "from": "rust-core/verisim-planner/src/profiler.rs", + "to": "rust-core/verisim-planner/src/vcl_bridge.rs", + "relation": "shared_dir:rust-core/verisim-planner/src", "weight": 1.0 }, { - "from": "rust-core/verisim-graph/src/oxigraph_backend.rs", - "to": "rust-core/verisim-graph/src/redb_backend.rs", - "relation": "shared_dir:rust-core/verisim-graph/src", + "from": "rust-core/verisim-planner/src/vcl_bridge.rs", + "to": "rust-core/verisim-planner/src/explain.rs", + "relation": "shared_dir:rust-core/verisim-planner/src", "weight": 1.0 }, { - "from": "rust-core/verisim-graph/src/redb_backend.rs", - "to": "rust-core/verisim-graph/src/lib.rs", - "relation": "shared_dir:rust-core/verisim-graph/src", + "from": "rust-core/verisim-planner/src/explain.rs", + "to": "rust-core/verisim-planner/src/stats.rs", + "relation": "shared_dir:rust-core/verisim-planner/src", "weight": 1.0 }, { - "from": "examples/load-sample-data.sh", - "to": "examples/smoke-test.sh", - "relation": "shared_dir:examples", + "from": "rust-core/verisim-planner/src/stats.rs", + "to": "rust-core/verisim-planner/src/prepared.rs", + "relation": "shared_dir:rust-core/verisim-planner/src", "weight": 1.0 }, { - "from": "rust-core/verisim-tensor/src/persistent.rs", - "to": "rust-core/verisim-tensor/src/lib.rs", - "relation": "shared_dir:rust-core/verisim-tensor/src", + "from": "rust-core/verisim-normalizer/src/regeneration.rs", + "to": "rust-core/verisim-normalizer/src/lib.rs", + "relation": "shared_dir:rust-core/verisim-normalizer/src", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/hypatia/dispatch_bridge.ex", - "to": "elixir-orchestration/lib/verisim/hypatia/scan_ingester.ex", - "relation": "shared_dir:elixir-orchestration/lib/verisim/hypatia", + "from": "rust-core/verisim-normalizer/src/lib.rs", + "to": "rust-core/verisim-normalizer/src/conflict.rs", + "relation": "shared_dir:rust-core/verisim-normalizer/src", "weight": 1.0 }, { - "from": "rust-core/verisim-octad/tests/atomicity_tests.rs", - "to": "rust-core/verisim-octad/tests/integration_tests.rs", - "relation": "shared_dir:rust-core/verisim-octad/tests", + "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "relation": "shared_dir:.machine_readable/contractiles/adjust", "weight": 1.0 }, { - "from": "rust-core/verisim-octad/tests/integration_tests.rs", - "to": "rust-core/verisim-octad/tests/crash_recovery_tests.rs", - "relation": "shared_dir:rust-core/verisim-octad/tests", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": ".machine_readable/contractiles/intend/intend.ncl", + "relation": "shared_dir:.machine_readable/contractiles/intend", "weight": 1.0 }, { - "from": "rust-core/verisim-octad/tests/crash_recovery_tests.rs", - "to": "rust-core/verisim-octad/tests/stress_tests.rs", - "relation": "shared_dir:rust-core/verisim-octad/tests", + "from": "elixir-orchestration/lib/verisim/health_checker.ex", + "to": "elixir-orchestration/lib/verisim/rust_client.ex", + "relation": "shared_dir:elixir-orchestration/lib/verisim", "weight": 1.0 }, { - "from": "elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs", - "to": "elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs", - "relation": "shared_dir:elixir-orchestration/test/verisim/hypatia", + "from": "elixir-orchestration/lib/verisim/query/vclt_gate.ex", + "to": "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", + "relation": "shared_dir:elixir-orchestration/lib/verisim/query", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.ncl", - "to": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "relation": "shared_dir:.machine_readable/contractiles/adjust", + "from": "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", + "to": "elixir-orchestration/lib/verisim/query/query_router.ex", + "relation": "shared_dir:elixir-orchestration/lib/verisim/query", "weight": 1.0 }, { - "from": "rust-core/verisim-octad/src/query_octad.rs", - "to": "rust-core/verisim-octad/src/ram_promotion.rs", - "relation": "shared_dir:rust-core/verisim-octad/src", + "from": "ffi/zig/src/router.zig", + "to": "ffi/zig/src/graphql.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "rust-core/verisim-octad/src/ram_promotion.rs", - "to": "rust-core/verisim-octad/src/lib.rs", - "relation": "shared_dir:rust-core/verisim-octad/src", + "from": "ffi/zig/src/graphql.zig", + "to": "ffi/zig/src/main.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "rust-core/verisim-octad/src/lib.rs", - "to": "rust-core/verisim-octad/src/transaction.rs", - "relation": "shared_dir:rust-core/verisim-octad/src", + "from": "ffi/zig/src/main.zig", + "to": "ffi/zig/src/ffi.zig", + "relation": "shared_dir:ffi/zig/src", "weight": 1.0 }, { - "from": "rust-core/verisim-octad/src/transaction.rs", - "to": "rust-core/verisim-octad/src/store.rs", - "relation": "shared_dir:rust-core/verisim-octad/src", + "from": "elixir-orchestration/lib/verisim/hypatia/scan_ingester.ex", + "to": "elixir-orchestration/lib/verisim/hypatia/dispatch_bridge.ex", + "relation": "shared_dir:elixir-orchestration/lib/verisim/hypatia", "weight": 1.0 }, { - "from": "src/vcl/VCLContext.affine", - "to": "src/vcl/VCLParser.affine", - "relation": "shared_dir:src/vcl", + "from": "rust-core/verisim-wal/src/segment.rs", + "to": "rust-core/verisim-wal/src/reader.rs", + "relation": "shared_dir:rust-core/verisim-wal/src", "weight": 1.0 }, { - "from": "src/vcl/VCLParser.affine", - "to": "src/vcl/VCLProofObligation.affine", - "relation": "shared_dir:src/vcl", + "from": "rust-core/verisim-wal/src/reader.rs", + "to": "rust-core/verisim-wal/src/writer.rs", + "relation": "shared_dir:rust-core/verisim-wal/src", "weight": 1.0 }, { - "from": "src/vcl/VCLProofObligation.affine", - "to": "src/vcl/VCLError.affine", - "relation": "shared_dir:src/vcl", + "from": "rust-core/verisim-wal/src/writer.rs", + "to": "rust-core/verisim-wal/src/error.rs", + "relation": "shared_dir:rust-core/verisim-wal/src", "weight": 1.0 }, { - "from": "rust-core/verisim-planner/src/slow_query.rs", - "to": "rust-core/verisim-planner/src/prepared.rs", - "relation": "shared_dir:rust-core/verisim-planner/src", + "from": "rust-core/verisim-wal/src/error.rs", + "to": "rust-core/verisim-wal/src/entry.rs", + "relation": "shared_dir:rust-core/verisim-wal/src", "weight": 1.0 }, { - "from": "rust-core/verisim-planner/src/prepared.rs", - "to": "rust-core/verisim-planner/src/optimizer.rs", - "relation": "shared_dir:rust-core/verisim-planner/src", + "from": "src/vcl/VCLContext.affine", + "to": "src/vcl/VCLProofObligation.affine", + "relation": "shared_dir:src/vcl", "weight": 1.0 }, { - "from": "rust-core/verisim-planner/src/optimizer.rs", - "to": "rust-core/verisim-planner/src/stats.rs", - "relation": "shared_dir:rust-core/verisim-planner/src", + "from": "src/vcl/VCLProofObligation.affine", + "to": "src/vcl/VCLError.affine", + "relation": "shared_dir:src/vcl", "weight": 1.0 }, { - "from": "rust-core/verisim-planner/src/stats.rs", - "to": "rust-core/verisim-planner/src/profiler.rs", - "relation": "shared_dir:rust-core/verisim-planner/src", + "from": "src/vcl/VCLError.affine", + "to": "src/vcl/VCLParser.affine", + "relation": "shared_dir:src/vcl", "weight": 1.0 }, { - "from": "rust-core/verisim-planner/src/profiler.rs", - "to": "rust-core/verisim-planner/src/vcl_bridge.rs", - "relation": "shared_dir:rust-core/verisim-planner/src", + "from": "connectors/test-infra/seed/redis-init.sh", + "to": "connectors/test-infra/seed/minio-init.sh", + "relation": "shared_dir:connectors/test-infra/seed", "weight": 1.0 }, { - "from": "rust-core/verisim-planner/src/vcl_bridge.rs", - "to": "rust-core/verisim-planner/src/explain.rs", - "relation": "shared_dir:rust-core/verisim-planner/src", + "from": "connectors/test-infra/seed/minio-init.sh", + "to": "connectors/test-infra/seed/influxdb-init.sh", + "relation": "shared_dir:connectors/test-infra/seed", "weight": 1.0 }, { - "from": "connectors/test-infra/ct-build.sh", - "to": "WebServer", + "from": "debugger/src/abi/Foreign.idr", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "connectors/test-infra/ct-build.sh", + "from": "debugger/src/abi/Foreign.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "connectors/test-infra/ct-build.sh", - "to": "OTP", + "from": "debugger/src/abi/Foreign.idr", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "connectors/test-infra/seed/minio-init.sh", - "to": "WebServer", + "from": "debugger/src/abi/Types.idr", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "connectors/test-infra/seed/minio-init.sh", + "from": "debugger/src/abi/Types.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "connectors/test-infra/seed/minio-init.sh", - "to": "OTP", + "from": "debugger/src/abi/Types.idr", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "connectors/test-infra/seed/influxdb-init.sh", - "to": "WebServer", + "from": ".machine_readable/contractiles/_base.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/test-infra/seed/influxdb-init.sh", + "from": ".machine_readable/contractiles/_base.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/test-infra/seed/influxdb-init.sh", - "to": "OTP", + "from": ".machine_readable/contractiles/_base.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/test-infra/seed/redis-init.sh", - "to": "WebServer", + "from": ".machine_readable/contractiles/trust/trust.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/test-infra/seed/redis-init.sh", + "from": ".machine_readable/contractiles/trust/trust.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/test-infra/seed/redis-init.sh", - "to": "OTP", + "from": ".machine_readable/contractiles/trust/trust.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/test-infra/deploy.k9.ncl", - "to": "WebServer", + "from": ".machine_readable/contractiles/dust/dust.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/test-infra/deploy.k9.ncl", + "from": ".machine_readable/contractiles/dust/dust.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/test-infra/deploy.k9.ncl", - "to": "OTP", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "connectors/clients/rescript/src/VeriSimDrift.affine", + "from": ".machine_readable/contractiles/dust/dust.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/rescript/src/VeriSimDrift.affine", - "to": "Networking", + "from": ".machine_readable/contractiles/must/must.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/rescript/src/VeriSimDrift.affine", - "to": "OTP", + "from": ".machine_readable/contractiles/must/must.ncl", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/rescript/src/VeriSimClient.affine", + "from": ".machine_readable/contractiles/must/must.ncl", "to": "WebServer", "relation": "framework", - "weight": 15.0 - }, - { - "from": "connectors/clients/rescript/src/VeriSimClient.affine", - "to": "Networking", - "relation": "framework", - "weight": 15.0 + "weight": 1.0 }, { - "from": "connectors/clients/rescript/src/VeriSimClient.affine", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "OTP", "relation": "framework", - "weight": 15.0 - }, - { - "from": "connectors/clients/rescript/src/VeriSimError.affine", - "to": "WebServer", - "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/rescript/src/VeriSimError.affine", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/rescript/src/VeriSimError.affine", - "to": "OTP", + "from": ".machine_readable/contractiles/bust/bust.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/rescript/src/VeriSimHexad.affine", - "to": "WebServer", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/rescript/src/VeriSimHexad.affine", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/rescript/src/VeriSimHexad.affine", - "to": "OTP", + "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/elixir/lib/verisim_client.ex", - "to": "WebServer", + "from": ".machine_readable/contractiles/intend/intend.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/elixir/lib/verisim_client.ex", + "from": ".machine_readable/contractiles/intend/intend.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/elixir/lib/verisim_client.ex", - "to": "OTP", + "from": ".machine_readable/contractiles/intend/intend.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/rust/src/client.rs", - "to": "WebServer", + "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/rust/src/client.rs", + "from": ".machine_readable/contractiles/adjust/adjust.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/rust/src/client.rs", - "to": "OTP", + "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/julia/src/client.jl", - "to": "WebServer", + "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/julia/src/client.jl", + "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/julia/src/client.jl", - "to": "OTP", + "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/zig/src/client.zig", - "to": "WebServer", + "from": ".claude/hooks/session-start.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/zig/src/client.zig", + "from": ".claude/hooks/session-start.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "connectors/clients/zig/src/client.zig", - "to": "OTP", + "from": ".claude/hooks/session-start.sh", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "examples/load-sample-data.sh", - "to": "WebServer", + "from": "sync-wiki.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "examples/load-sample-data.sh", + "from": "sync-wiki.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "examples/load-sample-data.sh", - "to": "OTP", + "from": "sync-wiki.sh", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "examples/smoke-test.sh", - "to": "WebServer", + "from": "tests/integration_test.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "examples/smoke-test.sh", + "from": "tests/integration_test.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "examples/smoke-test.sh", - "to": "OTP", + "from": "tests/integration_test.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "benches/modality_benchmarks.rs", - "to": "WebServer", + "from": "lib/verisim/adaptive_learner.ex", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "benches/modality_benchmarks.rs", + "from": "lib/verisim/adaptive_learner.ex", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "benches/modality_benchmarks.rs", - "to": "OTP", + "from": "lib/verisim/adaptive_learner.ex", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "lib/verisim/adaptive_learner.ex", - "to": "WebServer", + "from": "lib/verisim/query_cache.ex", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "lib/verisim/adaptive_learner.ex", + "from": "lib/verisim/query_cache.ex", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "lib/verisim/adaptive_learner.ex", - "to": "OTP", + "from": "lib/verisim/query_cache.ex", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { "from": "lib/verisim/query_planner_config.ex", - "to": "WebServer", + "to": "OTP", "relation": "framework", "weight": 2.0 }, @@ -3937,85 +3919,85 @@ }, { "from": "lib/verisim/query_planner_config.ex", - "to": "OTP", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "lib/verisim/query_cache.ex", - "to": "WebServer", + "from": "lib/verisim/circuit_breaker.ex", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "lib/verisim/query_cache.ex", + "from": "lib/verisim/circuit_breaker.ex", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "lib/verisim/query_cache.ex", - "to": "OTP", + "from": "lib/verisim/circuit_breaker.ex", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "lib/verisim/circuit_breaker.ex", - "to": "WebServer", + "from": "examples/load-sample-data.sh", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/verisim/circuit_breaker.ex", + "from": "examples/load-sample-data.sh", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "lib/verisim/circuit_breaker.ex", - "to": "OTP", + "from": "examples/load-sample-data.sh", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": ".claude/hooks/session-start.sh", - "to": "WebServer", + "from": "examples/smoke-test.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".claude/hooks/session-start.sh", + "from": "examples/smoke-test.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".claude/hooks/session-start.sh", - "to": "OTP", + "from": "examples/smoke-test.sh", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "verification/benchmarks/modality_benchmarks.rs", - "to": "WebServer", + "from": "benches/modality_benchmarks.rs", + "to": "OTP", "relation": "framework", - "weight": 75.0 + "weight": 2.0 }, { - "from": "verification/benchmarks/modality_benchmarks.rs", + "from": "benches/modality_benchmarks.rs", "to": "Networking", "relation": "framework", - "weight": 75.0 + "weight": 2.0 }, { - "from": "verification/benchmarks/modality_benchmarks.rs", - "to": "OTP", + "from": "benches/modality_benchmarks.rs", + "to": "WebServer", "relation": "framework", - "weight": 75.0 + "weight": 2.0 }, { "from": "verification/tests/integration_test.rs", - "to": "WebServer", + "to": "OTP", "relation": "framework", "weight": 1.0 }, @@ -4027,31 +4009,31 @@ }, { "from": "verification/tests/integration_test.rs", - "to": "OTP", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "container/entrypoint.sh", - "to": "WebServer", + "from": "verification/benchmarks/modality_benchmarks.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 75.0 }, { - "from": "container/entrypoint.sh", + "from": "verification/benchmarks/modality_benchmarks.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 75.0 }, { - "from": "container/entrypoint.sh", - "to": "OTP", + "from": "verification/benchmarks/modality_benchmarks.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 75.0 }, { "from": "playground/public/sw.js", - "to": "WebServer", + "to": "OTP", "relation": "framework", "weight": 1.0 }, @@ -4063,14 +4045,32 @@ }, { "from": "playground/public/sw.js", - "to": "OTP", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "playground/src/Linter.affine", + "from": "playground/src/App.affine", + "to": "OTP", + "relation": "framework", + "weight": 6.0 + }, + { + "from": "playground/src/App.affine", + "to": "Networking", + "relation": "framework", + "weight": 6.0 + }, + { + "from": "playground/src/App.affine", "to": "WebServer", "relation": "framework", + "weight": 6.0 + }, + { + "from": "playground/src/Linter.affine", + "to": "OTP", + "relation": "framework", "weight": 1.0 }, { @@ -4081,13 +4081,13 @@ }, { "from": "playground/src/Linter.affine", - "to": "OTP", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { "from": "playground/src/ApiClient.affine", - "to": "WebServer", + "to": "OTP", "relation": "framework", "weight": 21.0 }, @@ -4099,2403 +4099,2403 @@ }, { "from": "playground/src/ApiClient.affine", - "to": "OTP", + "to": "WebServer", "relation": "framework", "weight": 21.0 }, { - "from": "playground/src/App.affine", - "to": "WebServer", + "from": "rust-core/verisim-nif/src/lib.rs", + "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 3.0 }, { - "from": "playground/src/App.affine", + "from": "rust-core/verisim-nif/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 3.0 }, { - "from": "playground/src/App.affine", - "to": "OTP", + "from": "rust-core/verisim-nif/src/lib.rs", + "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 3.0 }, { - "from": "scripts/two-node-test.sh", - "to": "WebServer", + "from": "rust-core/verisim-tensor/src/persistent.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/two-node-test.sh", + "from": "rust-core/verisim-tensor/src/persistent.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/two-node-test.sh", - "to": "OTP", + "from": "rust-core/verisim-tensor/src/persistent.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "scripts/demo-consonance.sh", - "to": "WebServer", + "from": "rust-core/verisim-tensor/src/lib.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "scripts/demo-consonance.sh", + "from": "rust-core/verisim-tensor/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "scripts/demo-consonance.sh", - "to": "OTP", + "from": "rust-core/verisim-tensor/src/lib.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "scripts/self-ingest.sh", - "to": "WebServer", + "from": "rust-core/verisim-provenance/src/persistent.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "scripts/self-ingest.sh", + "from": "rust-core/verisim-provenance/src/persistent.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "scripts/self-ingest.sh", - "to": "OTP", + "from": "rust-core/verisim-provenance/src/persistent.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "scripts/smoke-test.sh", - "to": "WebServer", + "from": "rust-core/verisim-provenance/src/lib.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "scripts/smoke-test.sh", + "from": "rust-core/verisim-provenance/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "scripts/smoke-test.sh", - "to": "OTP", + "from": "rust-core/verisim-provenance/src/lib.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "tests/integration_test.rs", - "to": "WebServer", + "from": "rust-core/verisim-planner/src/slow_query.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 11.0 }, { - "from": "tests/integration_test.rs", + "from": "rust-core/verisim-planner/src/slow_query.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 11.0 }, { - "from": "tests/integration_test.rs", - "to": "OTP", + "from": "rust-core/verisim-planner/src/slow_query.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 11.0 }, { - "from": "sync-wiki.sh", - "to": "WebServer", + "from": "rust-core/verisim-planner/src/optimizer.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "sync-wiki.sh", + "from": "rust-core/verisim-planner/src/optimizer.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "sync-wiki.sh", - "to": "OTP", + "from": "rust-core/verisim-planner/src/optimizer.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/rust_client.ex", - "to": "WebServer", + "from": "rust-core/verisim-planner/src/profiler.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/rust_client.ex", + "from": "rust-core/verisim-planner/src/profiler.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/rust_client.ex", - "to": "OTP", + "from": "rust-core/verisim-planner/src/profiler.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/entity/entity_server.ex", - "to": "WebServer", + "from": "rust-core/verisim-planner/src/vcl_bridge.rs", + "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/entity/entity_server.ex", + "from": "rust-core/verisim-planner/src/vcl_bridge.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/entity/entity_server.ex", - "to": "OTP", + "from": "rust-core/verisim-planner/src/vcl_bridge.rs", + "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/hypatia/dispatch_bridge.ex", - "to": "WebServer", + "from": "rust-core/verisim-planner/src/explain.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/hypatia/dispatch_bridge.ex", + "from": "rust-core/verisim-planner/src/explain.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/hypatia/dispatch_bridge.ex", - "to": "OTP", + "from": "rust-core/verisim-planner/src/explain.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/hypatia/scan_ingester.ex", - "to": "WebServer", + "from": "rust-core/verisim-planner/src/stats.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/hypatia/scan_ingester.ex", + "from": "rust-core/verisim-planner/src/stats.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/hypatia/scan_ingester.ex", - "to": "OTP", + "from": "rust-core/verisim-planner/src/stats.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/telemetry/collector.ex", - "to": "WebServer", + "from": "rust-core/verisim-planner/src/prepared.rs", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/telemetry/collector.ex", + "from": "rust-core/verisim-planner/src/prepared.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/telemetry/collector.ex", - "to": "OTP", + "from": "rust-core/verisim-planner/src/prepared.rs", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/drift/drift_monitor.ex", - "to": "WebServer", + "from": "rust-core/verisim-document/src/lib.rs", + "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/drift/drift_monitor.ex", + "from": "rust-core/verisim-document/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/drift/drift_monitor.ex", - "to": "OTP", + "from": "rust-core/verisim-document/src/lib.rs", + "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/mongodb.ex", - "to": "WebServer", + "from": "rust-core/verisim-storage/src/redb_backend.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/mongodb.ex", + "from": "rust-core/verisim-storage/src/redb_backend.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/mongodb.ex", - "to": "OTP", + "from": "rust-core/verisim-storage/src/redb_backend.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", - "to": "WebServer", + "from": "rust-core/verisim-storage/src/metrics.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", + "from": "rust-core/verisim-storage/src/metrics.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", - "to": "OTP", + "from": "rust-core/verisim-storage/src/metrics.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/vector_db.ex", - "to": "WebServer", + "from": "rust-core/verisim-storage/src/wal_backend.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/vector_db.ex", + "from": "rust-core/verisim-storage/src/wal_backend.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/vector_db.ex", - "to": "OTP", + "from": "rust-core/verisim-storage/src/wal_backend.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/sqlite.ex", - "to": "WebServer", + "from": "rust-core/verisim-storage/src/memory.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/sqlite.ex", + "from": "rust-core/verisim-storage/src/memory.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/sqlite.ex", - "to": "OTP", + "from": "rust-core/verisim-storage/src/memory.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", - "to": "WebServer", + "from": "rust-core/verisim-storage/src/error.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", + "from": "rust-core/verisim-storage/src/error.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", - "to": "OTP", + "from": "rust-core/verisim-storage/src/error.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/elasticsearch.ex", - "to": "WebServer", + "from": "rust-core/verisim-drift/src/lib.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/elasticsearch.ex", + "from": "rust-core/verisim-drift/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/elasticsearch.ex", + "from": "rust-core/verisim-drift/src/lib.rs", + "to": "WebServer", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "rust-core/verisim-wal/src/segment.rs", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", - "to": "WebServer", - "relation": "framework", - "weight": 1.0 - }, - { - "from": "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", + "from": "rust-core/verisim-wal/src/segment.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", - "to": "OTP", + "from": "rust-core/verisim-wal/src/segment.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/neo4j.ex", - "to": "WebServer", + "from": "rust-core/verisim-wal/src/reader.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/neo4j.ex", + "from": "rust-core/verisim-wal/src/reader.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/neo4j.ex", - "to": "OTP", + "from": "rust-core/verisim-wal/src/reader.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/influxdb.ex", - "to": "WebServer", + "from": "rust-core/verisim-wal/src/writer.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/influxdb.ex", + "from": "rust-core/verisim-wal/src/writer.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/influxdb.ex", - "to": "OTP", + "from": "rust-core/verisim-wal/src/writer.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/surrealdb.ex", - "to": "WebServer", + "from": "rust-core/verisim-wal/src/error.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/surrealdb.ex", + "from": "rust-core/verisim-wal/src/error.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/surrealdb.ex", - "to": "OTP", + "from": "rust-core/verisim-wal/src/error.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/clickhouse.ex", - "to": "WebServer", + "from": "rust-core/verisim-wal/src/entry.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/clickhouse.ex", + "from": "rust-core/verisim-wal/src/entry.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/clickhouse.ex", - "to": "OTP", + "from": "rust-core/verisim-wal/src/entry.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/duckdb.ex", - "to": "WebServer", + "from": "rust-core/verisim-semantic/src/circuit_registry.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/duckdb.ex", + "from": "rust-core/verisim-semantic/src/circuit_registry.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/duckdb.ex", - "to": "OTP", + "from": "rust-core/verisim-semantic/src/circuit_registry.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/arangodb.ex", - "to": "WebServer", + "from": "rust-core/verisim-semantic/src/persistent.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/arangodb.ex", + "from": "rust-core/verisim-semantic/src/persistent.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/arangodb.ex", - "to": "OTP", + "from": "rust-core/verisim-semantic/src/persistent.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/redis.ex", - "to": "WebServer", + "from": "rust-core/verisim-semantic/src/circuit_compiler.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/redis.ex", + "from": "rust-core/verisim-semantic/src/circuit_compiler.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/adapters/redis.ex", - "to": "OTP", + "from": "rust-core/verisim-semantic/src/circuit_compiler.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/resolver.ex", - "to": "WebServer", + "from": "rust-core/verisim-semantic/src/lib.rs", + "to": "OTP", "relation": "framework", - "weight": 10.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/federation/resolver.ex", + "from": "rust-core/verisim-semantic/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 10.0 - }, - { - "from": "elixir-orchestration/lib/verisim/federation/resolver.ex", - "to": "OTP", - "relation": "framework", - "weight": 10.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/consensus/kraft_node.ex", + "from": "rust-core/verisim-semantic/src/lib.rs", "to": "WebServer", "relation": "framework", - "weight": 6.0 - }, - { - "from": "elixir-orchestration/lib/verisim/consensus/kraft_node.ex", - "to": "Networking", - "relation": "framework", - "weight": 6.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/consensus/kraft_node.ex", + "from": "rust-core/verisim-semantic/src/zkp.rs", "to": "OTP", "relation": "framework", - "weight": 6.0 - }, - { - "from": "elixir-orchestration/lib/verisim/consensus/kraft_transport.ex", - "to": "WebServer", - "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/consensus/kraft_transport.ex", + "from": "rust-core/verisim-semantic/src/zkp.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/consensus/kraft_transport.ex", - "to": "OTP", + "from": "rust-core/verisim-semantic/src/zkp.rs", + "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/consensus/kraft_wal.ex", - "to": "WebServer", + "from": "rust-core/verisim-semantic/src/proven_bridge.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/consensus/kraft_wal.ex", + "from": "rust-core/verisim-semantic/src/proven_bridge.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/consensus/kraft_wal.ex", - "to": "OTP", + "from": "rust-core/verisim-semantic/src/proven_bridge.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/lib/verisim/health_checker.ex", - "to": "WebServer", + "from": "rust-core/verisim-semantic/src/verification_keys.rs", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/health_checker.ex", + "from": "rust-core/verisim-semantic/src/verification_keys.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/health_checker.ex", - "to": "OTP", + "from": "rust-core/verisim-semantic/src/verification_keys.rs", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", - "to": "WebServer", + "from": "rust-core/verisim-octad/tests/atomicity_tests.rs", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", + "from": "rust-core/verisim-octad/tests/atomicity_tests.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", - "to": "OTP", + "from": "rust-core/verisim-octad/tests/atomicity_tests.rs", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/query/vclt_gate.ex", - "to": "WebServer", + "from": "rust-core/verisim-octad/tests/integration_tests.rs", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/query/vclt_gate.ex", + "from": "rust-core/verisim-octad/tests/integration_tests.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/query/vclt_gate.ex", - "to": "OTP", + "from": "rust-core/verisim-octad/tests/integration_tests.rs", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/query/query_router.ex", - "to": "WebServer", + "from": "rust-core/verisim-octad/tests/stress_tests.rs", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/query/query_router.ex", + "from": "rust-core/verisim-octad/tests/stress_tests.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/query/query_router.ex", - "to": "OTP", + "from": "rust-core/verisim-octad/tests/stress_tests.rs", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/schema/schema_registry.ex", - "to": "WebServer", + "from": "rust-core/verisim-octad/tests/crash_recovery_tests.rs", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/schema/schema_registry.ex", + "from": "rust-core/verisim-octad/tests/crash_recovery_tests.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/lib/verisim/schema/schema_registry.ex", - "to": "OTP", + "from": "rust-core/verisim-octad/tests/crash_recovery_tests.rs", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "elixir-orchestration/test/verisim/aspect/concurrency_test.exs", - "to": "WebServer", + "from": "rust-core/verisim-octad/src/lib.rs", + "to": "OTP", "relation": "framework", - "weight": 22.0 + "weight": 1.0 }, { - "from": "elixir-orchestration/test/verisim/aspect/concurrency_test.exs", + "from": "rust-core/verisim-octad/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 22.0 + "weight": 1.0 }, { - "from": "elixir-orchestration/test/verisim/aspect/concurrency_test.exs", - "to": "OTP", + "from": "rust-core/verisim-octad/src/lib.rs", + "to": "WebServer", "relation": "framework", - "weight": 22.0 + "weight": 1.0 }, { - "from": "elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs", - "to": "WebServer", + "from": "rust-core/verisim-octad/src/transaction.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs", + "from": "rust-core/verisim-octad/src/transaction.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs", - "to": "OTP", + "from": "rust-core/verisim-octad/src/transaction.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs", - "to": "WebServer", + "from": "rust-core/verisim-octad/src/ram_promotion.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs", + "from": "rust-core/verisim-octad/src/ram_promotion.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs", - "to": "OTP", + "from": "rust-core/verisim-octad/src/ram_promotion.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", - "to": "WebServer", + "from": "rust-core/verisim-octad/src/query_octad.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", + "from": "rust-core/verisim-octad/src/query_octad.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", - "to": "OTP", + "from": "rust-core/verisim-octad/src/query_octad.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/test/verisim/query/vclt_gate_test.exs", + "from": "rust-core/verisim-octad/src/store.rs", + "to": "OTP", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "rust-core/verisim-octad/src/store.rs", + "to": "Networking", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "rust-core/verisim-octad/src/store.rs", "to": "WebServer", "relation": "framework", + "weight": 2.0 + }, + { + "from": "rust-core/verisim-repl/src/completer.rs", + "to": "OTP", + "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/test/verisim/query/vclt_gate_test.exs", + "from": "rust-core/verisim-repl/src/completer.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "elixir-orchestration/test/verisim/query/vclt_gate_test.exs", - "to": "OTP", + "from": "rust-core/verisim-repl/src/completer.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/registry/MetadataLog.affine", - "to": "WebServer", + "from": "rust-core/verisim-repl/src/vcl_fmt.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/registry/MetadataLog.affine", + "from": "rust-core/verisim-repl/src/vcl_fmt.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/registry/MetadataLog.affine", - "to": "OTP", + "from": "rust-core/verisim-repl/src/vcl_fmt.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/vcl/VCLContext.affine", - "to": "WebServer", + "from": "rust-core/verisim-repl/src/client.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/vcl/VCLContext.affine", + "from": "rust-core/verisim-repl/src/client.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/vcl/VCLContext.affine", - "to": "OTP", + "from": "rust-core/verisim-repl/src/client.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/vcl/VCLParser.affine", - "to": "WebServer", + "from": "rust-core/verisim-repl/src/formatter.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/vcl/VCLParser.affine", + "from": "rust-core/verisim-repl/src/formatter.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/vcl/VCLParser.affine", - "to": "OTP", + "from": "rust-core/verisim-repl/src/formatter.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/vcl/VCLProofObligation.affine", - "to": "WebServer", + "from": "rust-core/verisim-repl/src/main.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/vcl/VCLProofObligation.affine", + "from": "rust-core/verisim-repl/src/main.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/vcl/VCLProofObligation.affine", - "to": "OTP", + "from": "rust-core/verisim-repl/src/main.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/vcl/VCLError.affine", - "to": "WebServer", + "from": "rust-core/verisim-repl/src/linter.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "src/vcl/VCLError.affine", + "from": "rust-core/verisim-repl/src/linter.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/vcl/VCLError.affine", - "to": "OTP", + "from": "rust-core/verisim-repl/src/linter.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", - "to": "WebServer", + "from": "rust-core/verisim-repl/src/highlighter.rs", + "to": "OTP", "relation": "framework", - "weight": 66.0 + "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", + "from": "rust-core/verisim-repl/src/highlighter.rs", "to": "Networking", "relation": "framework", - "weight": 66.0 + "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", - "to": "OTP", + "from": "rust-core/verisim-repl/src/highlighter.rs", + "to": "WebServer", "relation": "framework", - "weight": 66.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-temporal/src/persistent.rs", - "to": "WebServer", + "from": "rust-core/verisim-spatial/src/persistent.rs", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-temporal/src/persistent.rs", + "from": "rust-core/verisim-spatial/src/persistent.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-temporal/src/persistent.rs", - "to": "OTP", + "from": "rust-core/verisim-spatial/src/persistent.rs", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-temporal/src/lib.rs", - "to": "WebServer", + "from": "rust-core/verisim-spatial/src/lib.rs", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-temporal/src/lib.rs", + "from": "rust-core/verisim-spatial/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-temporal/src/lib.rs", - "to": "OTP", + "from": "rust-core/verisim-spatial/src/lib.rs", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-vector/src/hnsw.rs", - "to": "WebServer", + "from": "rust-core/verisim-api/src/groove.rs", + "to": "OTP", "relation": "framework", - "weight": 5.0 + "weight": 7.0 }, { - "from": "rust-core/verisim-vector/src/hnsw.rs", + "from": "rust-core/verisim-api/src/groove.rs", "to": "Networking", "relation": "framework", - "weight": 5.0 + "weight": 7.0 }, { - "from": "rust-core/verisim-vector/src/hnsw.rs", - "to": "OTP", + "from": "rust-core/verisim-api/src/groove.rs", + "to": "WebServer", "relation": "framework", - "weight": 5.0 + "weight": 7.0 }, { - "from": "rust-core/verisim-vector/src/persistent.rs", - "to": "WebServer", + "from": "rust-core/verisim-api/src/lib.rs", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 8.0 }, { - "from": "rust-core/verisim-vector/src/persistent.rs", + "from": "rust-core/verisim-api/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 8.0 }, { - "from": "rust-core/verisim-vector/src/persistent.rs", - "to": "OTP", + "from": "rust-core/verisim-api/src/lib.rs", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 8.0 }, { - "from": "rust-core/verisim-vector/src/lib.rs", - "to": "WebServer", + "from": "rust-core/verisim-api/src/auth.rs", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 9.0 }, { - "from": "rust-core/verisim-vector/src/lib.rs", + "from": "rust-core/verisim-api/src/auth.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 9.0 }, { - "from": "rust-core/verisim-vector/src/lib.rs", - "to": "OTP", + "from": "rust-core/verisim-api/src/auth.rs", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 9.0 }, { - "from": "rust-core/verisim-spatial/src/persistent.rs", - "to": "WebServer", + "from": "rust-core/verisim-api/src/vcl.rs", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-spatial/src/persistent.rs", + "from": "rust-core/verisim-api/src/vcl.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-spatial/src/persistent.rs", - "to": "OTP", + "from": "rust-core/verisim-api/src/vcl.rs", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-spatial/src/lib.rs", - "to": "WebServer", + "from": "rust-core/verisim-api/src/rbac.rs", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 7.0 }, { - "from": "rust-core/verisim-spatial/src/lib.rs", + "from": "rust-core/verisim-api/src/rbac.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 7.0 }, { - "from": "rust-core/verisim-spatial/src/lib.rs", - "to": "OTP", + "from": "rust-core/verisim-api/src/rbac.rs", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 7.0 }, { - "from": "rust-core/verisim-document/src/lib.rs", - "to": "WebServer", + "from": "rust-core/verisim-api/src/transaction.rs", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-document/src/lib.rs", + "from": "rust-core/verisim-api/src/transaction.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-document/src/lib.rs", - "to": "OTP", + "from": "rust-core/verisim-api/src/transaction.rs", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-normalizer/src/lib.rs", - "to": "WebServer", + "from": "rust-core/verisim-api/src/main.rs", + "to": "OTP", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-normalizer/src/lib.rs", + "from": "rust-core/verisim-api/src/main.rs", "to": "Networking", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-normalizer/src/lib.rs", - "to": "OTP", + "from": "rust-core/verisim-api/src/main.rs", + "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-normalizer/src/conflict.rs", - "to": "WebServer", + "from": "rust-core/verisim-api/src/proof_attempts.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "rust-core/verisim-normalizer/src/conflict.rs", + "from": "rust-core/verisim-api/src/proof_attempts.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "rust-core/verisim-normalizer/src/conflict.rs", - "to": "OTP", + "from": "rust-core/verisim-api/src/proof_attempts.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "rust-core/verisim-normalizer/src/regeneration.rs", - "to": "WebServer", + "from": "rust-core/verisim-api/src/federation.rs", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-normalizer/src/regeneration.rs", + "from": "rust-core/verisim-api/src/federation.rs", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-normalizer/src/regeneration.rs", - "to": "OTP", + "from": "rust-core/verisim-api/src/federation.rs", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-repl/src/main.rs", - "to": "WebServer", + "from": "rust-core/verisim-api/src/regenerator.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-repl/src/main.rs", + "from": "rust-core/verisim-api/src/regenerator.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-repl/src/main.rs", - "to": "OTP", + "from": "rust-core/verisim-api/src/regenerator.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-repl/src/completer.rs", - "to": "WebServer", + "from": "rust-core/verisim-api/src/a2ml.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-repl/src/completer.rs", + "from": "rust-core/verisim-api/src/a2ml.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-repl/src/completer.rs", - "to": "OTP", + "from": "rust-core/verisim-api/src/a2ml.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-repl/src/client.rs", - "to": "WebServer", + "from": "rust-core/verisim-temporal/src/persistent.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-repl/src/client.rs", + "from": "rust-core/verisim-temporal/src/persistent.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-repl/src/client.rs", - "to": "OTP", + "from": "rust-core/verisim-temporal/src/persistent.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-repl/src/formatter.rs", - "to": "WebServer", + "from": "rust-core/verisim-temporal/src/lib.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-repl/src/formatter.rs", + "from": "rust-core/verisim-temporal/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-repl/src/formatter.rs", - "to": "OTP", + "from": "rust-core/verisim-temporal/src/lib.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-repl/src/linter.rs", - "to": "WebServer", + "from": "rust-core/verisim-graph/src/lib.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-repl/src/linter.rs", + "from": "rust-core/verisim-graph/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-repl/src/linter.rs", - "to": "OTP", + "from": "rust-core/verisim-graph/src/lib.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-repl/src/vcl_fmt.rs", - "to": "WebServer", + "from": "rust-core/verisim-graph/src/redb_backend.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-repl/src/vcl_fmt.rs", + "from": "rust-core/verisim-graph/src/redb_backend.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-repl/src/vcl_fmt.rs", - "to": "OTP", + "from": "rust-core/verisim-graph/src/redb_backend.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-repl/src/highlighter.rs", - "to": "WebServer", + "from": "rust-core/verisim-graph/src/oxigraph_backend.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-repl/src/highlighter.rs", + "from": "rust-core/verisim-graph/src/oxigraph_backend.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-repl/src/highlighter.rs", - "to": "OTP", + "from": "rust-core/verisim-graph/src/oxigraph_backend.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-planner/src/slow_query.rs", - "to": "WebServer", + "from": "rust-core/verisim-vector/src/persistent.rs", + "to": "OTP", "relation": "framework", - "weight": 11.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-planner/src/slow_query.rs", + "from": "rust-core/verisim-vector/src/persistent.rs", "to": "Networking", "relation": "framework", - "weight": 11.0 - }, - { - "from": "rust-core/verisim-planner/src/slow_query.rs", - "to": "OTP", - "relation": "framework", - "weight": 11.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-planner/src/prepared.rs", + "from": "rust-core/verisim-vector/src/persistent.rs", "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-planner/src/prepared.rs", - "to": "Networking", + "from": "rust-core/verisim-vector/src/lib.rs", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-planner/src/prepared.rs", - "to": "OTP", + "from": "rust-core/verisim-vector/src/lib.rs", + "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-planner/src/optimizer.rs", + "from": "rust-core/verisim-vector/src/lib.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 - }, - { - "from": "rust-core/verisim-planner/src/optimizer.rs", - "to": "Networking", - "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-planner/src/optimizer.rs", + "from": "rust-core/verisim-vector/src/hnsw.rs", "to": "OTP", "relation": "framework", - "weight": 1.0 - }, - { - "from": "rust-core/verisim-planner/src/stats.rs", - "to": "WebServer", - "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "rust-core/verisim-planner/src/stats.rs", + "from": "rust-core/verisim-vector/src/hnsw.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "rust-core/verisim-planner/src/stats.rs", - "to": "OTP", + "from": "rust-core/verisim-vector/src/hnsw.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "rust-core/verisim-planner/src/profiler.rs", - "to": "WebServer", + "from": "rust-core/verisim-normalizer/src/regeneration.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-planner/src/profiler.rs", + "from": "rust-core/verisim-normalizer/src/regeneration.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-planner/src/profiler.rs", - "to": "OTP", + "from": "rust-core/verisim-normalizer/src/regeneration.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-planner/src/vcl_bridge.rs", - "to": "WebServer", + "from": "rust-core/verisim-normalizer/src/lib.rs", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "rust-core/verisim-planner/src/vcl_bridge.rs", + "from": "rust-core/verisim-normalizer/src/lib.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "rust-core/verisim-planner/src/vcl_bridge.rs", - "to": "OTP", + "from": "rust-core/verisim-normalizer/src/lib.rs", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "rust-core/verisim-planner/src/explain.rs", - "to": "WebServer", + "from": "rust-core/verisim-normalizer/src/conflict.rs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-planner/src/explain.rs", + "from": "rust-core/verisim-normalizer/src/conflict.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-planner/src/explain.rs", - "to": "OTP", + "from": "rust-core/verisim-normalizer/src/conflict.rs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-provenance/src/persistent.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/entity/entity_server.ex", + "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "rust-core/verisim-provenance/src/persistent.rs", + "from": "elixir-orchestration/lib/verisim/entity/entity_server.ex", "to": "Networking", "relation": "framework", - "weight": 3.0 - }, - { - "from": "rust-core/verisim-provenance/src/persistent.rs", - "to": "OTP", - "relation": "framework", - "weight": 3.0 + "weight": 4.0 }, { - "from": "rust-core/verisim-provenance/src/lib.rs", + "from": "elixir-orchestration/lib/verisim/entity/entity_server.ex", "to": "WebServer", "relation": "framework", "weight": 4.0 }, { - "from": "rust-core/verisim-provenance/src/lib.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/consensus/kraft_transport.ex", + "to": "OTP", "relation": "framework", "weight": 4.0 }, { - "from": "rust-core/verisim-provenance/src/lib.rs", - "to": "OTP", + "from": "elixir-orchestration/lib/verisim/consensus/kraft_transport.ex", + "to": "Networking", "relation": "framework", "weight": 4.0 }, { - "from": "rust-core/verisim-drift/src/lib.rs", + "from": "elixir-orchestration/lib/verisim/consensus/kraft_transport.ex", "to": "WebServer", "relation": "framework", - "weight": 2.0 - }, - { - "from": "rust-core/verisim-drift/src/lib.rs", - "to": "Networking", - "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "rust-core/verisim-drift/src/lib.rs", + "from": "elixir-orchestration/lib/verisim/consensus/kraft_node.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 6.0 }, { - "from": "rust-core/verisim-nif/src/lib.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/consensus/kraft_node.ex", + "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 6.0 }, { - "from": "rust-core/verisim-nif/src/lib.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/consensus/kraft_node.ex", + "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 6.0 }, { - "from": "rust-core/verisim-nif/src/lib.rs", + "from": "elixir-orchestration/lib/verisim/consensus/kraft_wal.ex", "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-graph/src/oxigraph_backend.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/consensus/kraft_wal.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-graph/src/oxigraph_backend.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/consensus/kraft_wal.ex", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-graph/src/oxigraph_backend.rs", + "from": "elixir-orchestration/lib/verisim/federation/resolver.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 10.0 }, { - "from": "rust-core/verisim-graph/src/redb_backend.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/federation/resolver.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 10.0 }, { - "from": "rust-core/verisim-graph/src/redb_backend.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/federation/resolver.ex", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 10.0 }, { - "from": "rust-core/verisim-graph/src/redb_backend.rs", + "from": "elixir-orchestration/lib/verisim/federation/adapters/sqlite.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-graph/src/lib.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/federation/adapters/sqlite.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-graph/src/lib.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/federation/adapters/sqlite.ex", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-graph/src/lib.rs", + "from": "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/segment.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/segment.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/segment.rs", + "from": "elixir-orchestration/lib/verisim/federation/adapters/duckdb.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/entry.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/federation/adapters/duckdb.ex", + "to": "Networking", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/entry.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/federation/adapters/duckdb.ex", + "to": "WebServer", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/entry.rs", + "from": "elixir-orchestration/lib/verisim/federation/adapters/arangodb.ex", "to": "OTP", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/error.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/federation/adapters/arangodb.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/error.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/federation/adapters/arangodb.ex", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/error.rs", + "from": "elixir-orchestration/lib/verisim/federation/adapters/mongodb.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/writer.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/federation/adapters/mongodb.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/writer.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/federation/adapters/mongodb.ex", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/writer.rs", + "from": "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/reader.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/reader.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-wal/src/reader.rs", + "from": "elixir-orchestration/lib/verisim/federation/adapters/influxdb.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-tensor/src/persistent.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/federation/adapters/influxdb.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-tensor/src/persistent.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/federation/adapters/influxdb.ex", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-tensor/src/persistent.rs", + "from": "elixir-orchestration/lib/verisim/federation/adapters/redis.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-tensor/src/lib.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/federation/adapters/redis.ex", + "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-tensor/src/lib.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/federation/adapters/redis.ex", + "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-tensor/src/lib.rs", + "from": "elixir-orchestration/lib/verisim/federation/adapters/neo4j.ex", "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/error.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/federation/adapters/neo4j.ex", + "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/error.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/federation/adapters/neo4j.ex", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/error.rs", + "from": "elixir-orchestration/lib/verisim/federation/adapters/clickhouse.ex", "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/redb_backend.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/federation/adapters/clickhouse.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/redb_backend.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/federation/adapters/clickhouse.ex", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/redb_backend.rs", + "from": "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/wal_backend.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/wal_backend.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/wal_backend.rs", + "from": "elixir-orchestration/lib/verisim/federation/adapters/elasticsearch.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/metrics.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/federation/adapters/elasticsearch.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/metrics.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/federation/adapters/elasticsearch.ex", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/metrics.rs", + "from": "elixir-orchestration/lib/verisim/federation/adapters/surrealdb.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/memory.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/federation/adapters/surrealdb.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/memory.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/federation/adapters/surrealdb.ex", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-storage/src/memory.rs", + "from": "elixir-orchestration/lib/verisim/federation/adapters/vector_db.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-octad/tests/atomicity_tests.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/federation/adapters/vector_db.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-octad/tests/atomicity_tests.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/federation/adapters/vector_db.ex", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-octad/tests/atomicity_tests.rs", + "from": "elixir-orchestration/lib/verisim/health_checker.ex", "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-octad/tests/integration_tests.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/health_checker.ex", + "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-octad/tests/integration_tests.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/health_checker.ex", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-octad/tests/integration_tests.rs", + "from": "elixir-orchestration/lib/verisim/hypatia/scan_ingester.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-octad/tests/crash_recovery_tests.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/hypatia/scan_ingester.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-octad/tests/crash_recovery_tests.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/hypatia/scan_ingester.ex", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-octad/tests/crash_recovery_tests.rs", + "from": "elixir-orchestration/lib/verisim/hypatia/dispatch_bridge.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-octad/tests/stress_tests.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/hypatia/dispatch_bridge.ex", + "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-octad/tests/stress_tests.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/hypatia/dispatch_bridge.ex", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-octad/tests/stress_tests.rs", + "from": "elixir-orchestration/lib/verisim/drift/drift_monitor.ex", "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 4.0 }, { - "from": "rust-core/verisim-octad/src/query_octad.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/drift/drift_monitor.ex", + "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "rust-core/verisim-octad/src/query_octad.rs", - "to": "Networking", + "from": "elixir-orchestration/lib/verisim/drift/drift_monitor.ex", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "rust-core/verisim-octad/src/query_octad.rs", + "from": "elixir-orchestration/lib/verisim/query/vclt_gate.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-octad/src/ram_promotion.rs", + "from": "elixir-orchestration/lib/verisim/query/vclt_gate.ex", + "to": "Networking", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "elixir-orchestration/lib/verisim/query/vclt_gate.ex", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-octad/src/ram_promotion.rs", + "from": "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", + "to": "OTP", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-octad/src/ram_promotion.rs", + "from": "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", + "to": "WebServer", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "elixir-orchestration/lib/verisim/query/query_router.ex", "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "rust-core/verisim-octad/src/lib.rs", + "from": "elixir-orchestration/lib/verisim/query/query_router.ex", + "to": "Networking", + "relation": "framework", + "weight": 2.0 + }, + { + "from": "elixir-orchestration/lib/verisim/query/query_router.ex", "to": "WebServer", "relation": "framework", + "weight": 2.0 + }, + { + "from": "elixir-orchestration/lib/verisim/rust_client.ex", + "to": "OTP", + "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-octad/src/lib.rs", + "from": "elixir-orchestration/lib/verisim/rust_client.ex", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-octad/src/lib.rs", - "to": "OTP", + "from": "elixir-orchestration/lib/verisim/rust_client.ex", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-octad/src/transaction.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/telemetry/collector.ex", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-octad/src/transaction.rs", + "from": "elixir-orchestration/lib/verisim/telemetry/collector.ex", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-octad/src/transaction.rs", - "to": "OTP", + "from": "elixir-orchestration/lib/verisim/telemetry/collector.ex", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-octad/src/store.rs", - "to": "WebServer", + "from": "elixir-orchestration/lib/verisim/schema/schema_registry.ex", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-octad/src/store.rs", + "from": "elixir-orchestration/lib/verisim/schema/schema_registry.ex", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-octad/src/store.rs", - "to": "OTP", + "from": "elixir-orchestration/lib/verisim/schema/schema_registry.ex", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-semantic/src/proven_bridge.rs", - "to": "WebServer", + "from": "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/proven_bridge.rs", + "from": "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/proven_bridge.rs", - "to": "OTP", + "from": "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/circuit_compiler.rs", - "to": "WebServer", + "from": "elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/circuit_compiler.rs", + "from": "elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/circuit_compiler.rs", - "to": "OTP", + "from": "elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/persistent.rs", - "to": "WebServer", + "from": "elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/persistent.rs", + "from": "elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/persistent.rs", - "to": "OTP", + "from": "elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/lib.rs", - "to": "WebServer", + "from": "elixir-orchestration/test/verisim/aspect/concurrency_test.exs", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 22.0 }, { - "from": "rust-core/verisim-semantic/src/lib.rs", + "from": "elixir-orchestration/test/verisim/aspect/concurrency_test.exs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 22.0 }, { - "from": "rust-core/verisim-semantic/src/lib.rs", - "to": "OTP", + "from": "elixir-orchestration/test/verisim/aspect/concurrency_test.exs", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 22.0 }, { - "from": "rust-core/verisim-semantic/src/zkp.rs", - "to": "WebServer", + "from": "elixir-orchestration/test/verisim/query/vclt_gate_test.exs", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/zkp.rs", + "from": "elixir-orchestration/test/verisim/query/vclt_gate_test.exs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/zkp.rs", - "to": "OTP", + "from": "elixir-orchestration/test/verisim/query/vclt_gate_test.exs", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/circuit_registry.rs", - "to": "WebServer", + "from": "scripts/two-node-test.sh", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/circuit_registry.rs", + "from": "scripts/two-node-test.sh", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/circuit_registry.rs", - "to": "OTP", + "from": "scripts/two-node-test.sh", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/verification_keys.rs", - "to": "WebServer", + "from": "scripts/demo-consonance.sh", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/verification_keys.rs", + "from": "scripts/demo-consonance.sh", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-semantic/src/verification_keys.rs", - "to": "OTP", + "from": "scripts/demo-consonance.sh", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/main.rs", - "to": "WebServer", + "from": "scripts/smoke-test.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/main.rs", + "from": "scripts/smoke-test.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/main.rs", - "to": "OTP", + "from": "scripts/smoke-test.sh", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/rbac.rs", - "to": "WebServer", + "from": "scripts/self-ingest.sh", + "to": "OTP", "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/rbac.rs", + "from": "scripts/self-ingest.sh", "to": "Networking", "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/rbac.rs", - "to": "OTP", + "from": "scripts/self-ingest.sh", + "to": "WebServer", "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/federation.rs", - "to": "WebServer", + "from": "container/entrypoint.sh", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/federation.rs", + "from": "container/entrypoint.sh", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/federation.rs", - "to": "OTP", + "from": "container/entrypoint.sh", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/a2ml.rs", - "to": "WebServer", + "from": "ffi/zig/src/router.zig", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "rust-core/verisim-api/src/a2ml.rs", + "from": "ffi/zig/src/router.zig", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "rust-core/verisim-api/src/a2ml.rs", - "to": "OTP", + "from": "ffi/zig/src/router.zig", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "rust-core/verisim-api/src/regenerator.rs", - "to": "WebServer", + "from": "ffi/zig/src/graphql.zig", + "to": "OTP", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-api/src/regenerator.rs", + "from": "ffi/zig/src/graphql.zig", "to": "Networking", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-api/src/regenerator.rs", - "to": "OTP", + "from": "ffi/zig/src/graphql.zig", + "to": "WebServer", "relation": "framework", "weight": 2.0 }, { - "from": "rust-core/verisim-api/src/groove.rs", - "to": "WebServer", + "from": "ffi/zig/src/main.zig", + "to": "OTP", "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/groove.rs", + "from": "ffi/zig/src/main.zig", "to": "Networking", "relation": "framework", - "weight": 7.0 - }, - { - "from": "rust-core/verisim-api/src/groove.rs", - "to": "OTP", - "relation": "framework", - "weight": 7.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/lib.rs", + "from": "ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 8.0 - }, - { - "from": "rust-core/verisim-api/src/lib.rs", - "to": "Networking", - "relation": "framework", - "weight": 8.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/lib.rs", + "from": "ffi/zig/src/ffi.zig", "to": "OTP", "relation": "framework", - "weight": 8.0 - }, - { - "from": "rust-core/verisim-api/src/vcl.rs", - "to": "WebServer", - "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/vcl.rs", + "from": "ffi/zig/src/ffi.zig", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/vcl.rs", - "to": "OTP", + "from": "ffi/zig/src/ffi.zig", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/transaction.rs", - "to": "WebServer", + "from": "src/vcl/VCLContext.affine", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/transaction.rs", + "from": "src/vcl/VCLContext.affine", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/transaction.rs", - "to": "OTP", + "from": "src/vcl/VCLContext.affine", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/proof_attempts.rs", - "to": "WebServer", + "from": "src/vcl/VCLProofObligation.affine", + "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/proof_attempts.rs", + "from": "src/vcl/VCLProofObligation.affine", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/proof_attempts.rs", - "to": "OTP", + "from": "src/vcl/VCLProofObligation.affine", + "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/auth.rs", - "to": "WebServer", + "from": "src/vcl/VCLError.affine", + "to": "OTP", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/auth.rs", + "from": "src/vcl/VCLError.affine", "to": "Networking", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "rust-core/verisim-api/src/auth.rs", - "to": "OTP", + "from": "src/vcl/VCLError.affine", + "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", - "to": "WebServer", + "from": "src/vcl/VCLParser.affine", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "src/vcl/VCLParser.affine", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", - "to": "OTP", + "from": "src/vcl/VCLParser.affine", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/router.zig", - "to": "WebServer", + "from": "src/abi/Foreign.idr", + "to": "OTP", "relation": "framework", - "weight": 4.0 + "weight": 66.0 }, { - "from": "ffi/zig/src/router.zig", + "from": "src/abi/Foreign.idr", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 66.0 }, { - "from": "ffi/zig/src/router.zig", - "to": "OTP", + "from": "src/abi/Foreign.idr", + "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 66.0 }, { - "from": "ffi/zig/src/graphql.zig", - "to": "WebServer", + "from": "src/registry/MetadataLog.affine", + "to": "OTP", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/graphql.zig", + "from": "src/registry/MetadataLog.affine", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/graphql.zig", - "to": "OTP", + "from": "src/registry/MetadataLog.affine", + "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/ffi.zig", - "to": "WebServer", + "from": "connectors/test-infra/ct-build.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/ffi.zig", + "from": "connectors/test-infra/ct-build.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "ffi/zig/src/ffi.zig", - "to": "OTP", + "from": "connectors/test-infra/ct-build.sh", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "debugger/src/abi/Foreign.idr", - "to": "WebServer", + "from": "connectors/test-infra/deploy.k9.ncl", + "to": "OTP", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "debugger/src/abi/Foreign.idr", + "from": "connectors/test-infra/deploy.k9.ncl", "to": "Networking", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "debugger/src/abi/Foreign.idr", - "to": "OTP", + "from": "connectors/test-infra/deploy.k9.ncl", + "to": "WebServer", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "debugger/src/abi/Types.idr", - "to": "WebServer", + "from": "connectors/test-infra/seed/redis-init.sh", + "to": "OTP", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "debugger/src/abi/Types.idr", + "from": "connectors/test-infra/seed/redis-init.sh", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "debugger/src/abi/Types.idr", - "to": "OTP", + "from": "connectors/test-infra/seed/redis-init.sh", + "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.ncl", - "to": "WebServer", + "from": "connectors/test-infra/seed/minio-init.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.ncl", + "from": "connectors/test-infra/seed/minio-init.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/dust/dust.ncl", - "to": "OTP", + "from": "connectors/test-infra/seed/minio-init.sh", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/_base.ncl", - "to": "WebServer", + "from": "connectors/test-infra/seed/influxdb-init.sh", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/_base.ncl", + "from": "connectors/test-infra/seed/influxdb-init.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/_base.ncl", - "to": "OTP", + "from": "connectors/test-infra/seed/influxdb-init.sh", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/trust/trust.ncl", - "to": "WebServer", + "from": "connectors/clients/julia/src/client.jl", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/trust/trust.ncl", + "from": "connectors/clients/julia/src/client.jl", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/trust/trust.ncl", - "to": "OTP", + "from": "connectors/clients/julia/src/client.jl", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", - "to": "WebServer", + "from": "connectors/clients/elixir/lib/verisim_client.ex", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", + "from": "connectors/clients/elixir/lib/verisim_client.ex", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.k9.ncl", - "to": "OTP", + "from": "connectors/clients/elixir/lib/verisim_client.ex", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.ncl", - "to": "WebServer", + "from": "connectors/clients/rescript/src/VeriSimHexad.affine", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.ncl", + "from": "connectors/clients/rescript/src/VeriSimHexad.affine", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/intend/intend.ncl", - "to": "OTP", + "from": "connectors/clients/rescript/src/VeriSimHexad.affine", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": "WebServer", + "from": "connectors/clients/rescript/src/VeriSimDrift.affine", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "connectors/clients/rescript/src/VeriSimDrift.affine", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", - "to": "OTP", + "from": "connectors/clients/rescript/src/VeriSimDrift.affine", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.ncl", - "to": "WebServer", + "from": "connectors/clients/rescript/src/VeriSimError.affine", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.ncl", + "from": "connectors/clients/rescript/src/VeriSimError.affine", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/must/must.ncl", - "to": "OTP", + "from": "connectors/clients/rescript/src/VeriSimError.affine", + "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.ncl", - "to": "WebServer", + "from": "connectors/clients/rescript/src/VeriSimClient.affine", + "to": "OTP", "relation": "framework", - "weight": 1.0 + "weight": 15.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.ncl", + "from": "connectors/clients/rescript/src/VeriSimClient.affine", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 15.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.ncl", - "to": "OTP", + "from": "connectors/clients/rescript/src/VeriSimClient.affine", + "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 15.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", - "to": "WebServer", + "from": "connectors/clients/zig/src/client.zig", + "to": "OTP", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "from": "connectors/clients/zig/src/client.zig", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/adjust/adjust.k9.ncl", + "from": "connectors/clients/zig/src/client.zig", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "connectors/clients/rust/src/client.rs", "to": "OTP", "relation": "framework", "weight": 1.0 + }, + { + "from": "connectors/clients/rust/src/client.rs", + "to": "Networking", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "connectors/clients/rust/src/client.rs", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 } ] }, @@ -6507,284 +6507,283 @@ "severity_value": 3.5, "files": [ "connectors/clients/rescript/src/VeriSimSearch.affine", - "connectors/clients/rescript/src/VeriSimProvenance.affine", - "connectors/clients/rescript/src/VeriSimFederation.affine", + "connectors/clients/rescript/src/VeriSimHexad.affine", "connectors/clients/rescript/src/VeriSimDrift.affine", "connectors/clients/rescript/src/VeriSimVcl.affine", - "connectors/clients/rescript/src/VeriSimHexad.affine" + "connectors/clients/rescript/src/VeriSimFederation.affine", + "connectors/clients/rescript/src/VeriSimProvenance.affine" ], "frameworks": [ - "WebServer", + "OTP", "Networking", - "OTP" + "WebServer" ], "relation": "UnsafeDeserialization->Memory" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", + "source_category": "DynamicCodeExecution", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "connectors/test-infra/seed/redis-init.sh", - "connectors/clients/julia/test/runtests.jl", - "examples/load-sample-data.sh", - "elixir-orchestration/bench/query_router_bench.exs", - "elixir-orchestration/lib/verisim/federation/adapter.ex", - "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", - "elixir-orchestration/lib/verisim/federation/resolver.ex", - "elixir-orchestration/lib/verisim/consensus/kraft_transport.ex", - "elixir-orchestration/test/verisim/federation/adapter_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/mongodb_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/object_storage_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/influxdb_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/vector_db_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/neo4j_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/duckdb_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/clickhouse_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/sqlite_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/redis_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/surrealdb_test.exs", - "elixir-orchestration/test/verisim/federation/resolver_test.exs", - "elixir-orchestration/test/verisim/consensus/kraft_transport_test.exs", - "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", - "elixir-orchestration/test/verisim/consensus/kraft_node_test.exs", - "elixir-orchestration/test/verisim/consensus/kraft_recovery_test.exs", - "elixir-orchestration/test/verisim/query/query_router_test.exs", - "rust-core/verisim-normalizer/src/regeneration.rs", - "rust-core/verisim-graph/src/redb_backend.rs", - "rust-core/verisim-graph/src/lib.rs", - "rust-core/verisim-api/src/federation.rs" + "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex" ], "frameworks": [ - "WebServer", + "OTP", "Networking", - "OTP" + "WebServer" ], - "relation": "InsecureProtocol->Network" + "relation": "DynamicCodeExecution->Cpu" + }, + { + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", + "severity_value": 2.5, + "files": [ + "rust-core/verisim-repl/src/main.rs" + ], + "frameworks": [ + "OTP", + "Networking", + "WebServer" + ], + "relation": "UnboundedAllocation->Cpu" + }, + { + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, + "files": [ + "verification/benchmarks/modality_benchmarks.rs", + "rust-core/verisim-nif/src/lib.rs", + "rust-core/verisim-tensor/src/lib.rs", + "rust-core/verisim-provenance/src/persistent.rs", + "rust-core/verisim-provenance/src/lib.rs", + "rust-core/verisim-planner/src/slow_query.rs", + "rust-core/verisim-wal/src/writer.rs", + "rust-core/verisim-wal/src/entry.rs", + "rust-core/verisim-semantic/src/zkp.rs", + "rust-core/verisim-octad/src/query_octad.rs", + "rust-core/verisim-repl/src/client.rs", + "rust-core/verisim-repl/src/main.rs", + "rust-core/verisim-api/src/groove.rs", + "rust-core/verisim-api/src/lib.rs", + "rust-core/verisim-api/src/auth.rs", + "rust-core/verisim-api/src/vcl.rs", + "rust-core/verisim-api/src/rbac.rs", + "rust-core/verisim-api/src/main.rs", + "rust-core/verisim-vector/src/hnsw.rs", + "rust-core/verisim-normalizer/src/lib.rs", + "connectors/clients/rust/src/client.rs" + ], + "frameworks": [ + "OTP", + "Networking", + "WebServer" + ], + "relation": "PanicPath->Disk" }, { "source_category": "UnsafeFFI", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "connectors/clients/rescript/src/VeriSimClient.affine", - "playground/src/ApiClient.affine" + "playground/src/ApiClient.affine", + "connectors/clients/rescript/src/VeriSimClient.affine" ], "frameworks": [ - "WebServer", + "OTP", "Networking", - "OTP" + "WebServer" ], "relation": "UnsafeFFI->Memory" }, { - "source_category": "UnboundedAllocation", + "source_category": "ProofDrift", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "rust-core/verisim-repl/src/main.rs" + "formal/PlannerSemantic.v", + "formal/Provenance.v", + "formal/Drift.v", + "connectors/clients/julia/test/runtests.jl" ], "frameworks": [ - "WebServer", + "OTP", "Networking", - "OTP" + "WebServer" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "ProofDrift->Cpu" }, { "source_category": "CommandInjection", "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", - "elixir-orchestration/lib/verisim/query/vclt_gate.ex" + "elixir-orchestration/lib/verisim/query/vclt_gate.ex", + "elixir-orchestration/lib/verisim/query/vcl_bridge.ex" ], "frameworks": [ - "WebServer", + "OTP", "Networking", - "OTP" + "WebServer" ], "relation": "CommandInjection->Cpu" }, { - "source_category": "PanicPath", + "source_category": "CommandInjection", "sink_axis": "disk", "severity_value": 2.5, "files": [ - "connectors/clients/rust/src/client.rs", - "verification/benchmarks/modality_benchmarks.rs", - "rust-core/verisim-vector/src/hnsw.rs", - "rust-core/verisim-normalizer/src/lib.rs", - "rust-core/verisim-repl/src/main.rs", - "rust-core/verisim-repl/src/client.rs", - "rust-core/verisim-planner/src/slow_query.rs", - "rust-core/verisim-provenance/src/persistent.rs", - "rust-core/verisim-provenance/src/lib.rs", - "rust-core/verisim-nif/src/lib.rs", - "rust-core/verisim-wal/src/entry.rs", - "rust-core/verisim-wal/src/writer.rs", - "rust-core/verisim-tensor/src/lib.rs", - "rust-core/verisim-octad/src/query_octad.rs", - "rust-core/verisim-semantic/src/zkp.rs", - "rust-core/verisim-api/src/main.rs", - "rust-core/verisim-api/src/rbac.rs", - "rust-core/verisim-api/src/groove.rs", - "rust-core/verisim-api/src/lib.rs", - "rust-core/verisim-api/src/vcl.rs", - "rust-core/verisim-api/src/auth.rs" + "elixir-orchestration/lib/verisim/query/vclt_gate.ex", + "elixir-orchestration/lib/verisim/query/vcl_bridge.ex" ], "frameworks": [ - "WebServer", + "OTP", "Networking", - "OTP" + "WebServer" ], - "relation": "PanicPath->Disk" + "relation": "CommandInjection->Disk" }, { "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "connectors/clients/rust/src/client.rs", "verification/benchmarks/modality_benchmarks.rs", - "rust-core/verisim-vector/src/hnsw.rs", - "rust-core/verisim-normalizer/src/lib.rs", - "rust-core/verisim-repl/src/main.rs", - "rust-core/verisim-repl/src/client.rs", - "rust-core/verisim-planner/src/slow_query.rs", + "rust-core/verisim-nif/src/lib.rs", + "rust-core/verisim-tensor/src/lib.rs", "rust-core/verisim-provenance/src/persistent.rs", "rust-core/verisim-provenance/src/lib.rs", - "rust-core/verisim-nif/src/lib.rs", - "rust-core/verisim-wal/src/entry.rs", + "rust-core/verisim-planner/src/slow_query.rs", "rust-core/verisim-wal/src/writer.rs", - "rust-core/verisim-tensor/src/lib.rs", - "rust-core/verisim-octad/src/query_octad.rs", + "rust-core/verisim-wal/src/entry.rs", "rust-core/verisim-semantic/src/zkp.rs", - "rust-core/verisim-api/src/main.rs", - "rust-core/verisim-api/src/rbac.rs", + "rust-core/verisim-octad/src/query_octad.rs", + "rust-core/verisim-repl/src/client.rs", + "rust-core/verisim-repl/src/main.rs", "rust-core/verisim-api/src/groove.rs", "rust-core/verisim-api/src/lib.rs", + "rust-core/verisim-api/src/auth.rs", "rust-core/verisim-api/src/vcl.rs", - "rust-core/verisim-api/src/auth.rs" + "rust-core/verisim-api/src/rbac.rs", + "rust-core/verisim-api/src/main.rs", + "rust-core/verisim-vector/src/hnsw.rs", + "rust-core/verisim-normalizer/src/lib.rs", + "connectors/clients/rust/src/client.rs" ], "frameworks": [ - "WebServer", + "OTP", "Networking", - "OTP" + "WebServer" ], "relation": "PanicPath->Memory" }, { - "source_category": "HardcodedSecret", + "source_category": "InsecureProtocol", "sink_axis": "network", - "severity_value": 5.0, + "severity_value": 2.5, "files": [ - "connectors/clients/elixir/lib/verisim_client/federation.ex", - "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex" + "examples/load-sample-data.sh", + "rust-core/verisim-api/src/federation.rs", + "rust-core/verisim-graph/src/lib.rs", + "rust-core/verisim-graph/src/redb_backend.rs", + "rust-core/verisim-normalizer/src/regeneration.rs", + "elixir-orchestration/lib/verisim/consensus/kraft_transport.ex", + "elixir-orchestration/lib/verisim/federation/resolver.ex", + "elixir-orchestration/lib/verisim/federation/adapter.ex", + "elixir-orchestration/lib/verisim/federation/adapters/verisimdb.ex", + "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", + "elixir-orchestration/test/verisim/consensus/kraft_node_test.exs", + "elixir-orchestration/test/verisim/consensus/kraft_transport_test.exs", + "elixir-orchestration/test/verisim/consensus/kraft_recovery_test.exs", + "elixir-orchestration/test/verisim/federation/adapter_test.exs", + "elixir-orchestration/test/verisim/federation/resolver_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/neo4j_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/vector_db_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/object_storage_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/mongodb_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/influxdb_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/sqlite_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/surrealdb_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/duckdb_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/redis_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/clickhouse_test.exs", + "elixir-orchestration/test/verisim/query/query_router_test.exs", + "elixir-orchestration/bench/query_router_bench.exs", + "connectors/test-infra/seed/redis-init.sh", + "connectors/clients/julia/test/runtests.jl" ], "frameworks": [ - "WebServer", + "OTP", "Networking", - "OTP" + "WebServer" ], - "relation": "HardcodedSecret->Network" + "relation": "InsecureProtocol->Network" }, { "source_category": "MutationGap", "sink_axis": "cpu", "severity_value": 1.0, "files": [ - "connectors/clients/elixir/test/verisim_client_test.exs", - "elixir-orchestration/test/integration_test.exs", - "elixir-orchestration/test/verisim/transport_test.exs", - "elixir-orchestration/test/verisim/aspect/security_test.exs", - "elixir-orchestration/test/verisim/aspect/concurrency_test.exs", "elixir-orchestration/test/verisim/entity/entity_server_test.exs", - "elixir-orchestration/test/verisim/e2e_verisimdb_test.exs", - "elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs", - "elixir-orchestration/test/verisim/hypatia/pattern_query_test.exs", - "elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs", - "elixir-orchestration/test/verisim/telemetry_test.exs", - "elixir-orchestration/test/verisim/drift/drift_monitor_test.exs", + "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", + "elixir-orchestration/test/verisim/consensus/kraft_supervisor_test.exs", + "elixir-orchestration/test/verisim/consensus/kraft_node_test.exs", + "elixir-orchestration/test/verisim/consensus/kraft_transport_test.exs", + "elixir-orchestration/test/verisim/consensus/kraft_recovery_test.exs", "elixir-orchestration/test/verisim/federation/adapter_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/mongodb_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/object_storage_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/influxdb_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/vector_db_test.exs", + "elixir-orchestration/test/verisim/federation/resolver_test.exs", "elixir-orchestration/test/verisim/federation/adapters/neo4j_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/duckdb_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/clickhouse_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/integration/influxdb_integration_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/integration/object_storage_integration_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/integration/neo4j_integration_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/vector_db_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/object_storage_test.exs", "elixir-orchestration/test/verisim/federation/adapters/integration/surrealdb_integration_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/integration/redis_integration_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/integration/mongodb_integration_test.exs", "elixir-orchestration/test/verisim/federation/adapters/integration/clickhouse_integration_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/integration/mongodb_integration_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/integration/object_storage_integration_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/integration/redis_integration_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/integration/influxdb_integration_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/integration/neo4j_integration_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/mongodb_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/influxdb_test.exs", "elixir-orchestration/test/verisim/federation/adapters/sqlite_test.exs", - "elixir-orchestration/test/verisim/federation/adapters/redis_test.exs", "elixir-orchestration/test/verisim/federation/adapters/surrealdb_test.exs", - "elixir-orchestration/test/verisim/federation/resolver_test.exs", - "elixir-orchestration/test/verisim/consensus/kraft_transport_test.exs", - "elixir-orchestration/test/verisim/consensus/kraft_wal_test.exs", - "elixir-orchestration/test/verisim/consensus/kraft_supervisor_test.exs", - "elixir-orchestration/test/verisim/consensus/kraft_node_test.exs", - "elixir-orchestration/test/verisim/consensus/kraft_recovery_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/duckdb_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/redis_test.exs", + "elixir-orchestration/test/verisim/federation/adapters/clickhouse_test.exs", + "elixir-orchestration/test/verisim/hypatia/scan_ingester_test.exs", + "elixir-orchestration/test/verisim/hypatia/pattern_query_test.exs", + "elixir-orchestration/test/verisim/hypatia/dispatch_bridge_test.exs", + "elixir-orchestration/test/verisim/drift/drift_monitor_test.exs", + "elixir-orchestration/test/verisim/aspect/security_test.exs", + "elixir-orchestration/test/verisim/aspect/concurrency_test.exs", + "elixir-orchestration/test/verisim/e2e_verisimdb_test.exs", "elixir-orchestration/test/verisim/api/router_test.exs", + "elixir-orchestration/test/verisim/telemetry_test.exs", + "elixir-orchestration/test/verisim/query/vcl_e2e_test.exs", + "elixir-orchestration/test/verisim/query/vclt_gate_test.exs", + "elixir-orchestration/test/verisim/query/query_router_test.exs", + "elixir-orchestration/test/verisim/query/vcl_integration_test.exs", "elixir-orchestration/test/verisim/query/vcl_crossmodal_test.exs", "elixir-orchestration/test/verisim/query/vcl_dt_integration_test.exs", + "elixir-orchestration/test/verisim/query/vcl_test.exs", + "elixir-orchestration/test/verisim/query/vcl_executor_test.exs", "elixir-orchestration/test/verisim/query/vcl_dt_test.exs", "elixir-orchestration/test/verisim/query/vcl_bridge_test.exs", - "elixir-orchestration/test/verisim/query/query_router_test.exs", - "elixir-orchestration/test/verisim/query/vcl_type_checker_test.exs", "elixir-orchestration/test/verisim/query/vcl_proof_certificate_test.exs", - "elixir-orchestration/test/verisim/query/vclt_gate_test.exs", - "elixir-orchestration/test/verisim/query/vcl_e2e_test.exs", - "elixir-orchestration/test/verisim/query/vcl_test.exs", - "elixir-orchestration/test/verisim/query/vcl_executor_test.exs", - "elixir-orchestration/test/verisim/query/vcl_integration_test.exs", + "elixir-orchestration/test/verisim/query/vcl_type_checker_test.exs", "elixir-orchestration/test/verisim/schema/schema_registry_test.exs", - "elixir-orchestration/test/verisim_test.exs" + "elixir-orchestration/test/verisim/transport_test.exs", + "elixir-orchestration/test/integration_test.exs", + "elixir-orchestration/test/verisim_test.exs", + "connectors/clients/elixir/test/verisim_client_test.exs" ], "frameworks": [ - "WebServer", + "OTP", "Networking", - "OTP" + "WebServer" ], "relation": "MutationGap->Cpu" }, - { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "elixir-orchestration/lib/verisim/query/vcl_bridge.ex", - "elixir-orchestration/lib/verisim/query/vclt_gate.ex" - ], - "frameworks": [ - "WebServer", - "Networking", - "OTP" - ], - "relation": "CommandInjection->Disk" - }, - { - "source_category": "ProofDrift", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "connectors/clients/julia/test/runtests.jl", - "formal/Provenance.v", - "formal/PlannerSemantic.v", - "formal/Drift.v" - ], - "frameworks": [ - "WebServer", - "Networking", - "OTP" - ], - "relation": "ProofDrift->Cpu" - }, { "source_category": "UnboundedAllocation", "sink_axis": "memory", @@ -6793,25 +6792,26 @@ "rust-core/verisim-repl/src/main.rs" ], "frameworks": [ - "WebServer", + "OTP", "Networking", - "OTP" + "WebServer" ], "relation": "UnboundedAllocation->Memory" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "HardcodedSecret", + "sink_axis": "network", + "severity_value": 5.0, "files": [ - "elixir-orchestration/lib/verisim/federation/adapters/postgresql.ex" + "elixir-orchestration/lib/verisim/federation/adapters/object_storage.ex", + "connectors/clients/elixir/lib/verisim_client/federation.ex" ], "frameworks": [ - "WebServer", + "OTP", "Networking", - "OTP" + "WebServer" ], - "relation": "DynamicCodeExecution->Cpu" + "relation": "HardcodedSecret->Network" } ] } diff --git a/scans/verisimiser.json b/scans/verisimiser.json index 4ed0a076..940f1d28 100644 --- a/scans/verisimiser.json +++ b/scans/verisimiser.json @@ -5,38 +5,38 @@ "frameworks": [], "weak_points": [ { - "category": "UnboundedAllocation", - "location": "src/codegen/parser.rs", - "file": "src/codegen/parser.rs", + "category": "PanicPath", + "location": "src/main.rs", + "file": "src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/codegen/parser.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/main.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "src/codegen/parser.rs", - "file": "src/codegen/parser.rs", + "category": "UnboundedAllocation", + "location": "src/sidecar/json.rs", + "file": "src/sidecar/json.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/codegen/parser.rs", + "description": "Potential unbounded allocation pattern detected in src/sidecar/json.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "src/codegen/overlay.rs", - "file": "src/codegen/overlay.rs", + "category": "UnboundedAllocation", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", "severity": "Medium", - "description": "1 panic sites and 1 unwrap/expect calls in src/codegen/overlay.rs", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, @@ -53,38 +53,38 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "src/main.rs", - "file": "src/main.rs", + "category": "UnboundedAllocation", + "location": "src/codegen/parser.rs", + "file": "src/codegen/parser.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/main.rs", + "description": "Potential unbounded allocation pattern detected in src/codegen/parser.rs", "recommended_attack": [ "memory", - "disk" + "cpu" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src/sidecar/json.rs", - "file": "src/sidecar/json.rs", + "category": "PanicPath", + "location": "src/codegen/parser.rs", + "file": "src/codegen/parser.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/sidecar/json.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/codegen/parser.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", + "category": "PanicPath", + "location": "src/codegen/overlay.rs", + "file": "src/codegen/overlay.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", + "description": "1 panic sites and 1 unwrap/expect calls in src/codegen/overlay.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, @@ -109,8 +109,8 @@ }, "file_statistics": [ { - "file_path": "scripts/install-zig.sh", - "lines": 59, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -118,16 +118,6 @@ "io_operations": 1, "threading_constructs": 0 }, - { - "file_path": "scripts/abi-ffi-gate.jl", - "lines": 116, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, { "file_path": "tests/integration_test.rs", "lines": 513, @@ -159,24 +149,24 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 287, + "file_path": "scripts/abi-ffi-gate.jl", + "lines": 116, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/tier1/temporal.rs", - "lines": 430, + "file_path": "scripts/install-zig.sh", + "lines": 59, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 3 + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 }, { "file_path": "src/tier1/provenance.rs", @@ -190,44 +180,45 @@ "threading_constructs": 0 }, { - "file_path": "src/codegen/parser.rs", - "lines": 350, + "file_path": "src/tier1/temporal.rs", + "lines": 430, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 1, - "threading_constructs": 0 - }, - { - "file_path": "src/codegen/overlay.rs", - "lines": 853, - "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 1, - "allocation_sites": 6, + "unwrap_calls": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "src/codegen/query.rs", - "lines": 548, + "file_path": "src/doctor.rs", + "lines": 142, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 2, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/codegen/ident.rs", - "lines": 141, + "file_path": "src/intercept/sqlite.rs", + "lines": 272, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "src/abi/mod.rs", + "lines": 760, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 2, "threading_constructs": 0 }, { @@ -242,77 +233,88 @@ "threading_constructs": 0 }, { - "file_path": "src/gc.rs", - "lines": 413, + "file_path": "src/sidecar/json.rs", + "lines": 1329, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 1, - "threading_constructs": 0 + "safe_unwrap_calls": 9, + "allocation_sites": 10, + "io_operations": 5, + "threading_constructs": 3 }, { - "file_path": "src/doctor.rs", - "lines": 142, + "file_path": "src/sidecar/lock.rs", + "lines": 168, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 2, - "threading_constructs": 0 + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 5, + "threading_constructs": 2 }, { - "file_path": "src/intercept/sqlite.rs", - "lines": 272, + "file_path": "src/manifest/mod.rs", + "lines": 1270, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "safe_unwrap_calls": 6, + "allocation_sites": 12, + "io_operations": 10, + "threading_constructs": 0 }, { - "file_path": "src/sidecar/lock.rs", - "lines": 168, + "file_path": "src/codegen/ident.rs", + "lines": 141, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, + "unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 5, - "threading_constructs": 2 + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "src/sidecar/json.rs", - "lines": 1329, + "file_path": "src/codegen/parser.rs", + "lines": 350, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 9, - "allocation_sites": 10, - "io_operations": 5, - "threading_constructs": 3 + "unwrap_calls": 1, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/test/integration_test.zig", - "lines": 332, + "file_path": "src/codegen/overlay.rs", + "lines": 853, + "unsafe_blocks": 0, + "panic_sites": 1, + "unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "src/codegen/query.rs", + "lines": 548, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 663, + "file_path": "src/gc.rs", + "lines": 413, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 2, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -326,104 +328,102 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/mod.rs", - "lines": 760, + "file_path": "src/interface/ffi/test/integration_test.zig", + "lines": 332, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 2, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "src/manifest/mod.rs", - "lines": 1270, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 663, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 6, - "allocation_sites": 12, - "io_operations": 10, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 287, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", - "concurrency", "memory", + "concurrency", + "disk", "cpu" ], "dependency_graph": { "edges": [ { - "from": "tests/integration_test.rs", - "to": "tests/sqlite_intercept_e2e.rs", - "relation": "shared_dir:tests", + "from": "scripts/abi-ffi-gate.jl", + "to": "scripts/install-zig.sh", + "relation": "shared_dir:scripts", "weight": 1.0 }, { - "from": "tests/sqlite_intercept_e2e.rs", - "to": "tests/sidecar_cli_test.rs", - "relation": "shared_dir:tests", + "from": "src/codegen/ident.rs", + "to": "src/codegen/parser.rs", + "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/tier1/temporal.rs", - "to": "src/tier1/provenance.rs", - "relation": "shared_dir:src/tier1", + "from": "src/codegen/parser.rs", + "to": "src/codegen/overlay.rs", + "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/main.rs", - "to": "src/gc.rs", - "relation": "shared_dir:src", + "from": "src/codegen/overlay.rs", + "to": "src/codegen/query.rs", + "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/gc.rs", - "to": "src/doctor.rs", - "relation": "shared_dir:src", + "from": "tests/integration_test.rs", + "to": "tests/sqlite_intercept_e2e.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/sidecar/lock.rs", - "to": "src/sidecar/json.rs", - "relation": "shared_dir:src/sidecar", + "from": "tests/sqlite_intercept_e2e.rs", + "to": "tests/sidecar_cli_test.rs", + "relation": "shared_dir:tests", "weight": 1.0 }, { - "from": "src/codegen/parser.rs", - "to": "src/codegen/overlay.rs", - "relation": "shared_dir:src/codegen", + "from": "src/sidecar/json.rs", + "to": "src/sidecar/lock.rs", + "relation": "shared_dir:src/sidecar", "weight": 1.0 }, { - "from": "src/codegen/overlay.rs", - "to": "src/codegen/query.rs", - "relation": "shared_dir:src/codegen", + "from": "src/tier1/provenance.rs", + "to": "src/tier1/temporal.rs", + "relation": "shared_dir:src/tier1", "weight": 1.0 }, { - "from": "src/codegen/query.rs", - "to": "src/codegen/ident.rs", - "relation": "shared_dir:src/codegen", + "from": "src/doctor.rs", + "to": "src/main.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "scripts/install-zig.sh", - "to": "scripts/abi-ffi-gate.jl", - "relation": "shared_dir:scripts", + "from": "src/main.rs", + "to": "src/gc.rs", + "relation": "shared_dir:src", "weight": 1.0 } ] @@ -432,53 +432,53 @@ "rows": [ { "source_category": "PanicPath", - "sink_axis": "disk", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/codegen/parser.rs", - "src/codegen/overlay.rs", + "src/main.rs", "src/codegen/ident.rs", - "src/main.rs" + "src/codegen/parser.rs", + "src/codegen/overlay.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "PanicPath->Memory" }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/codegen/parser.rs", "src/sidecar/json.rs", - "src/manifest/mod.rs" + "src/manifest/mod.rs", + "src/codegen/parser.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/codegen/parser.rs", "src/sidecar/json.rs", - "src/manifest/mod.rs" + "src/manifest/mod.rs", + "src/codegen/parser.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "PanicPath", - "sink_axis": "memory", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "src/codegen/parser.rs", - "src/codegen/overlay.rs", + "src/main.rs", "src/codegen/ident.rs", - "src/main.rs" + "src/codegen/parser.rs", + "src/codegen/overlay.rs" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "PanicPath->Disk" } ] } diff --git a/scans/vexometer.json b/scans/vexometer.json index cd4c418b..1ca9ac1b 100644 --- a/scans/vexometer.json +++ b/scans/vexometer.json @@ -5,35 +5,23 @@ "frameworks": [], "weak_points": [ { - "category": "UnboundedAllocation", - "location": "vexometer-efficacy/src/main.rs", - "file": "vexometer-efficacy/src/main.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in vexometer-efficacy/src/main.rs", - "recommended_attack": [ - "memory", - "cpu" - ], - "test_context": "production" - }, - { - "category": "UnboundedAllocation", - "location": "verbosity-compressor/src/main.rs", - "file": "verbosity-compressor/src/main.rs", + "category": "PanicPath", + "location": "vext-email-gateway/src/main.rs", + "file": "vext-email-gateway/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in verbosity-compressor/src/main.rs", + "description": "0 panic sites and 5 unwrap/expect calls in vext-email-gateway/src/main.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, { "category": "PanicPath", - "location": "verbosity-compressor/src/main.rs", - "file": "verbosity-compressor/src/main.rs", + "location": "vext-email-gateway/src/types.rs", + "file": "vext-email-gateway/src/types.rs", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in verbosity-compressor/src/main.rs", + "description": "0 panic sites and 4 unwrap/expect calls in vext-email-gateway/src/types.rs", "recommended_attack": [ "memory", "disk" @@ -41,26 +29,24 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "vext-email-gateway/src/main.rs", - "file": "vext-email-gateway/src/main.rs", - "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in vext-email-gateway/src/main.rs", + "category": "HardcodedSecret", + "location": "vexometer/src/vexometer-api.adb", + "file": "vexometer/src/vexometer-api.adb", + "severity": "Critical", + "description": "Possible hardcoded secret in vexometer/src/vexometer-api.adb", "recommended_attack": [ - "memory", - "disk" + "network" ], "test_context": "production" }, { - "category": "PanicPath", - "location": "vext-email-gateway/src/types.rs", - "file": "vext-email-gateway/src/types.rs", + "category": "InsecureProtocol", + "location": "vexometer/src/vexometer-reports.adb", + "file": "vexometer/src/vexometer-reports.adb", "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in vext-email-gateway/src/types.rs", + "description": "2 HTTP (non-HTTPS) URLs in vexometer/src/vexometer-reports.adb", "recommended_attack": [ - "memory", - "disk" + "network" ], "test_context": "production" }, @@ -78,10 +64,10 @@ }, { "category": "UnboundedAllocation", - "location": "lazy-eliminator/src/config.rs", - "file": "lazy-eliminator/src/config.rs", + "location": "verbosity-compressor/src/main.rs", + "file": "verbosity-compressor/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in lazy-eliminator/src/config.rs", + "description": "Potential unbounded allocation pattern detected in verbosity-compressor/src/main.rs", "recommended_attack": [ "memory", "cpu" @@ -89,14 +75,14 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "lazy-eliminator/src/main.rs", - "file": "lazy-eliminator/src/main.rs", + "category": "PanicPath", + "location": "verbosity-compressor/src/main.rs", + "file": "verbosity-compressor/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in lazy-eliminator/src/main.rs", + "description": "0 panic sites and 2 unwrap/expect calls in verbosity-compressor/src/main.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], "test_context": "production" }, @@ -114,24 +100,38 @@ "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "vexometer/src/vexometer-reports.adb", - "file": "vexometer/src/vexometer-reports.adb", + "category": "UnboundedAllocation", + "location": "lazy-eliminator/src/main.rs", + "file": "lazy-eliminator/src/main.rs", "severity": "Medium", - "description": "2 HTTP (non-HTTPS) URLs in vexometer/src/vexometer-reports.adb", + "description": "Potential unbounded allocation pattern detected in lazy-eliminator/src/main.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "vexometer/src/vexometer-api.adb", - "file": "vexometer/src/vexometer-api.adb", - "severity": "Critical", - "description": "Possible hardcoded secret in vexometer/src/vexometer-api.adb", + "category": "UnboundedAllocation", + "location": "lazy-eliminator/src/config.rs", + "file": "lazy-eliminator/src/config.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in lazy-eliminator/src/config.rs", "recommended_attack": [ - "network" + "memory", + "cpu" + ], + "test_context": "production" + }, + { + "category": "UnboundedAllocation", + "location": "vexometer-efficacy/src/main.rs", + "file": "vexometer-efficacy/src/main.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in vexometer-efficacy/src/main.rs", + "recommended_attack": [ + "memory", + "cpu" ], "test_context": "production" } @@ -147,50 +147,28 @@ }, "file_statistics": [ { - "file_path": "vexometer-efficacy/tests/protocol_examples.rs", - "lines": 721, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "vexometer-efficacy/src/main.rs", - "lines": 447, + "file_path": "vexometer-satellites/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 8, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "vexometer-efficacy/src/lib.rs", - "lines": 1351, + "file_path": "vexometer-satellites/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 16, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "satellite-template/tests/test_intervention.adb", - "lines": 51, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 - }, - { - "file_path": "satellite-template/src/abi/Foreign.idr", - "lines": 88, + "file_path": "vexometer-satellites/src/abi/Foreign.idr", + "lines": 86, "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, @@ -199,7 +177,7 @@ "threading_constructs": 0 }, { - "file_path": "satellite-template/ffi/zig/test/integration_test.zig", + "file_path": "vext-email-gateway/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -209,7 +187,7 @@ "threading_constructs": 2 }, { - "file_path": "satellite-template/ffi/zig/src/main.zig", + "file_path": "vext-email-gateway/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -219,33 +197,13 @@ "threading_constructs": 0 }, { - "file_path": "verbosity-compressor/src/main.rs", - "lines": 79, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "verbosity-compressor/src/lib.rs", - "lines": 416, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "setup.sh", - "lines": 278, - "unsafe_blocks": 0, + "file_path": "vext-email-gateway/src/abi/Foreign.idr", + "lines": 89, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { @@ -270,112 +228,108 @@ "threading_constructs": 0 }, { - "file_path": "vext-email-gateway/src/abi/Foreign.idr", - "lines": 89, - "unsafe_blocks": 5, + "file_path": "vexometer/tests/benchmark_runner.adb", + "lines": 576, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "vext-email-gateway/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "vexometer/tests/test_runner.adb", + "lines": 817, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "allocation_sites": 15, + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "vext-email-gateway/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "vexometer/scripts/publish-bench-to-verisim.sh", + "lines": 84, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "vext/vext-core/src/config.rs", - "lines": 200, + "file_path": "vexometer/scripts/run-benchmarks.sh", + "lines": 281, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 4, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "vext/vext-core/src/main.rs", - "lines": 115, + "file_path": "vexometer/ffi/zig/src/main.zig", + "lines": 299, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "vext/vext-core/src/error.rs", - "lines": 64, + "file_path": "vexometer/src/vexometer-srs.ads", + "lines": 134, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "vext/vext-core/src/listener.rs", - "lines": 189, + "file_path": "vexometer/src/vexometer-api.adb", + "lines": 1090, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 + "io_operations": 18, + "threading_constructs": 0 }, { - "file_path": "vext/vext-core/src/groove.rs", - "lines": 317, + "file_path": "vexometer/src/vexometer-probes.ads", + "lines": 209, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "vext/vext-core/src/pool.rs", - "lines": 224, + "file_path": "vexometer/src/vexometer-cii.ads", + "lines": 117, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "vext/vext-core/src/irc_client.rs", - "lines": 311, + "file_path": "vexometer/src/vexometer-sfr.adb", + "lines": 634, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { - "file_path": "vext/vext-core/src/protocol.rs", - "lines": 235, + "file_path": "vexometer/src/vexometer-rci.ads", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -384,38 +338,38 @@ "threading_constructs": 0 }, { - "file_path": "vext/vext-core/src/bin/send.rs", - "lines": 100, - "unsafe_blocks": 0, + "file_path": "vexometer/src/abi/Foreign.idr", + "lines": 88, + "unsafe_blocks": 7, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "vext/src/abi/Foreign.idr", - "lines": 91, - "unsafe_blocks": 5, + "file_path": "vexometer/src/vexometer-cii.adb", + "lines": 377, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "vext/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "vexometer/src/vexometer-reports.adb", + "lines": 1538, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 2, + "threading_constructs": 0 }, { - "file_path": "vext/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "vexometer/src/vexometer-srs.adb", + "lines": 413, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -424,38 +378,48 @@ "threading_constructs": 0 }, { - "file_path": "vexometer-satellites/src/abi/Foreign.idr", - "lines": 86, - "unsafe_blocks": 5, + "file_path": "vexometer/src/vexometer-patterns.ads", + "lines": 218, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 37, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "vexometer-satellites/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "vexometer/src/vexometer-metrics.ads", + "lines": 126, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "vexometer-satellites/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "vexometer/src/vexometer-patterns.adb", + "lines": 1549, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 29, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "vexometer/src/vexometer-app.adb", + "lines": 771, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 1, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "lazy-eliminator/benches/detection_bench.rs", - "lines": 255, + "file_path": "vexometer/src/vexometer-rci.adb", + "lines": 516, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -464,70 +428,89 @@ "threading_constructs": 0 }, { - "file_path": "lazy-eliminator/tests/aspect_test.rs", - "lines": 336, + "file_path": "vexometer/src/vexometer-probes.adb", + "lines": 1237, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 1, + "io_operations": 2, + "threading_constructs": 0 + }, + { + "file_path": "vexometer/src/vexometer-core.adb", + "lines": 190, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "lazy-eliminator/src/config.rs", - "lines": 100, + "file_path": "vexometer/src/vexometer-sfr.ads", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "lazy-eliminator/src/main.rs", - "lines": 165, + "file_path": "vexometer/src/vexometer-core.ads", + "lines": 321, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 3, + "allocation_sites": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "lazy-eliminator/src/patterns.rs", - "lines": 158, + "file_path": "vexometer/src/vexometer-gui.adb", + "lines": 1351, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 19, - "allocation_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "lazy-eliminator/src/trace.rs", - "lines": 111, + "file_path": "vext/vext-core/src/groove.rs", + "lines": 317, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, + "safe_unwrap_calls": 1, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "lazy-eliminator/src/lib.rs", - "lines": 48, + "file_path": "vext/vext-core/src/main.rs", + "lines": 115, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 1 }, { - "file_path": "lazy-eliminator/src/analyzer.rs", - "lines": 117, + "file_path": "vext/vext-core/src/irc_client.rs", + "lines": 311, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 1 + }, + { + "file_path": "vext/vext-core/src/protocol.rs", + "lines": 235, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -536,108 +519,111 @@ "threading_constructs": 0 }, { - "file_path": "lazy-eliminator/src/abi/Foreign.idr", - "lines": 89, - "unsafe_blocks": 5, + "file_path": "vext/vext-core/src/config.rs", + "lines": 200, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, + "safe_unwrap_calls": 4, + "allocation_sites": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "lazy-eliminator/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "vext/vext-core/src/listener.rs", + "lines": 189, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 1 }, { - "file_path": "lazy-eliminator/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "vext/vext-core/src/pool.rs", + "lines": 224, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 2, + "allocation_sites": 6, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "vexometer/scripts/publish-bench-to-verisim.sh", - "lines": 84, + "file_path": "vext/vext-core/src/bin/send.rs", + "lines": 100, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "vexometer/scripts/run-benchmarks.sh", - "lines": 281, + "file_path": "vext/vext-core/src/error.rs", + "lines": 64, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "vexometer/tests/test_runner.adb", - "lines": 817, + "file_path": "vext/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 15, - "io_operations": 2, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "vexometer/tests/benchmark_runner.adb", - "lines": 576, + "file_path": "vext/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 2, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "vexometer/src/vexometer-srs.adb", - "lines": 413, - "unsafe_blocks": 0, + "file_path": "vext/src/abi/Foreign.idr", + "lines": 91, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "vexometer/src/vexometer-sfr.adb", - "lines": 634, + "file_path": "satellite-template/tests/test_intervention.adb", + "lines": 51, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "vexometer/src/vexometer-probes.ads", - "lines": 209, + "file_path": "satellite-template/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "vexometer/src/vexometer-gui.adb", - "lines": 1351, + "file_path": "satellite-template/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -646,68 +632,68 @@ "threading_constructs": 0 }, { - "file_path": "vexometer/src/vexometer-rci.adb", - "lines": 516, - "unsafe_blocks": 0, + "file_path": "satellite-template/src/abi/Foreign.idr", + "lines": 88, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "vexometer/src/vexometer-metrics.ads", - "lines": 126, + "file_path": "verbosity-compressor/src/lib.rs", + "lines": 416, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "vexometer/src/vexometer-sfr.ads", - "lines": 157, + "file_path": "verbosity-compressor/src/main.rs", + "lines": 79, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "vexometer/src/vexometer-app.adb", - "lines": 771, + "file_path": "lazy-eliminator/tests/aspect_test.rs", + "lines": 336, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 2, - "threading_constructs": 0 + "allocation_sites": 2, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "vexometer/src/vexometer-cii.adb", - "lines": 377, + "file_path": "lazy-eliminator/benches/detection_bench.rs", + "lines": 255, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "vexometer/src/vexometer-probes.adb", - "lines": 1237, + "file_path": "lazy-eliminator/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 2, - "threading_constructs": 0 + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "vexometer/src/vexometer-cii.ads", - "lines": 117, + "file_path": "lazy-eliminator/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -716,112 +702,126 @@ "threading_constructs": 0 }, { - "file_path": "vexometer/src/vexometer-patterns.ads", - "lines": 218, + "file_path": "lazy-eliminator/src/patterns.rs", + "lines": 158, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 37, + "unwrap_calls": 19, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "vexometer/src/vexometer-reports.adb", - "lines": 1538, + "file_path": "lazy-eliminator/src/lib.rs", + "lines": 48, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "vexometer/src/vexometer-patterns.adb", - "lines": 1549, - "unsafe_blocks": 0, + "file_path": "lazy-eliminator/src/abi/Foreign.idr", + "lines": 89, + "unsafe_blocks": 5, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 29, - "io_operations": 2, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "vexometer/src/vexometer-api.adb", - "lines": 1090, + "file_path": "lazy-eliminator/src/main.rs", + "lines": 165, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 18, + "io_operations": 3, + "threading_constructs": 0 + }, + { + "file_path": "lazy-eliminator/src/analyzer.rs", + "lines": 117, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "vexometer/src/vexometer-core.ads", - "lines": 321, + "file_path": "lazy-eliminator/src/config.rs", + "lines": 100, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 3, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "vexometer/src/vexometer-srs.ads", - "lines": 134, + "file_path": "lazy-eliminator/src/trace.rs", + "lines": 111, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "vexometer/src/vexometer-rci.ads", - "lines": 153, + "file_path": "vexometer-efficacy/tests/protocol_examples.rs", + "lines": 721, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, + "allocation_sites": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "vexometer/src/abi/Foreign.idr", - "lines": 88, - "unsafe_blocks": 7, + "file_path": "vexometer-efficacy/src/lib.rs", + "lines": 1351, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 16, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "vexometer/src/vexometer-core.adb", - "lines": 190, + "file_path": "vexometer-efficacy/src/main.rs", + "lines": 447, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 8, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "vexometer/ffi/zig/src/main.zig", - "lines": 299, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", - "cpu", "network", + "concurrency", "memory", - "concurrency" + "cpu", + "disk" ], "dependency_graph": { "edges": [ @@ -831,12 +831,6 @@ "relation": "shared_dir:vexometer/scripts", "weight": 1.0 }, - { - "from": "verbosity-compressor/src/main.rs", - "to": "verbosity-compressor/src/lib.rs", - "relation": "shared_dir:verbosity-compressor/src", - "weight": 1.0 - }, { "from": "vext-email-gateway/src/main.rs", "to": "vext-email-gateway/src/types.rs", @@ -844,195 +838,201 @@ "weight": 1.0 }, { - "from": "vexometer/src/vexometer-srs.adb", - "to": "vexometer/src/vexometer-sfr.adb", - "relation": "shared_dir:vexometer/src", + "from": "vext/vext-core/src/groove.rs", + "to": "vext/vext-core/src/main.rs", + "relation": "shared_dir:vext/vext-core/src", "weight": 1.0 }, { - "from": "vexometer/src/vexometer-sfr.adb", - "to": "vexometer/src/vexometer-probes.ads", - "relation": "shared_dir:vexometer/src", + "from": "vext/vext-core/src/main.rs", + "to": "vext/vext-core/src/irc_client.rs", + "relation": "shared_dir:vext/vext-core/src", "weight": 1.0 }, { - "from": "vexometer/src/vexometer-probes.ads", - "to": "vexometer/src/vexometer-gui.adb", - "relation": "shared_dir:vexometer/src", + "from": "vext/vext-core/src/irc_client.rs", + "to": "vext/vext-core/src/protocol.rs", + "relation": "shared_dir:vext/vext-core/src", "weight": 1.0 }, { - "from": "vexometer/src/vexometer-gui.adb", - "to": "vexometer/src/vexometer-rci.adb", - "relation": "shared_dir:vexometer/src", + "from": "vext/vext-core/src/protocol.rs", + "to": "vext/vext-core/src/config.rs", + "relation": "shared_dir:vext/vext-core/src", "weight": 1.0 }, { - "from": "vexometer/src/vexometer-rci.adb", - "to": "vexometer/src/vexometer-metrics.ads", - "relation": "shared_dir:vexometer/src", + "from": "vext/vext-core/src/config.rs", + "to": "vext/vext-core/src/listener.rs", + "relation": "shared_dir:vext/vext-core/src", "weight": 1.0 }, { - "from": "vexometer/src/vexometer-metrics.ads", - "to": "vexometer/src/vexometer-sfr.ads", - "relation": "shared_dir:vexometer/src", + "from": "vext/vext-core/src/listener.rs", + "to": "vext/vext-core/src/pool.rs", + "relation": "shared_dir:vext/vext-core/src", "weight": 1.0 }, { - "from": "vexometer/src/vexometer-sfr.ads", - "to": "vexometer/src/vexometer-app.adb", - "relation": "shared_dir:vexometer/src", + "from": "vext/vext-core/src/pool.rs", + "to": "vext/vext-core/src/error.rs", + "relation": "shared_dir:vext/vext-core/src", "weight": 1.0 }, { - "from": "vexometer/src/vexometer-app.adb", - "to": "vexometer/src/vexometer-cii.adb", + "from": "vexometer/tests/benchmark_runner.adb", + "to": "vexometer/tests/test_runner.adb", + "relation": "shared_dir:vexometer/tests", + "weight": 1.0 + }, + { + "from": "vexometer/src/vexometer-srs.ads", + "to": "vexometer/src/vexometer-api.adb", "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "vexometer/src/vexometer-cii.adb", - "to": "vexometer/src/vexometer-probes.adb", + "from": "vexometer/src/vexometer-api.adb", + "to": "vexometer/src/vexometer-probes.ads", "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "vexometer/src/vexometer-probes.adb", + "from": "vexometer/src/vexometer-probes.ads", "to": "vexometer/src/vexometer-cii.ads", "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { "from": "vexometer/src/vexometer-cii.ads", - "to": "vexometer/src/vexometer-patterns.ads", + "to": "vexometer/src/vexometer-sfr.adb", "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "vexometer/src/vexometer-patterns.ads", - "to": "vexometer/src/vexometer-reports.adb", + "from": "vexometer/src/vexometer-sfr.adb", + "to": "vexometer/src/vexometer-rci.ads", "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "vexometer/src/vexometer-reports.adb", - "to": "vexometer/src/vexometer-patterns.adb", + "from": "vexometer/src/vexometer-rci.ads", + "to": "vexometer/src/vexometer-cii.adb", "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "vexometer/src/vexometer-patterns.adb", - "to": "vexometer/src/vexometer-api.adb", + "from": "vexometer/src/vexometer-cii.adb", + "to": "vexometer/src/vexometer-reports.adb", "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "vexometer/src/vexometer-api.adb", - "to": "vexometer/src/vexometer-core.ads", + "from": "vexometer/src/vexometer-reports.adb", + "to": "vexometer/src/vexometer-srs.adb", "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "vexometer/src/vexometer-core.ads", - "to": "vexometer/src/vexometer-srs.ads", + "from": "vexometer/src/vexometer-srs.adb", + "to": "vexometer/src/vexometer-patterns.ads", "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "vexometer/src/vexometer-srs.ads", - "to": "vexometer/src/vexometer-rci.ads", + "from": "vexometer/src/vexometer-patterns.ads", + "to": "vexometer/src/vexometer-metrics.ads", "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "vexometer/src/vexometer-rci.ads", - "to": "vexometer/src/vexometer-core.adb", + "from": "vexometer/src/vexometer-metrics.ads", + "to": "vexometer/src/vexometer-patterns.adb", "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "vexometer-efficacy/src/main.rs", - "to": "vexometer-efficacy/src/lib.rs", - "relation": "shared_dir:vexometer-efficacy/src", + "from": "vexometer/src/vexometer-patterns.adb", + "to": "vexometer/src/vexometer-app.adb", + "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "lazy-eliminator/src/config.rs", - "to": "lazy-eliminator/src/main.rs", - "relation": "shared_dir:lazy-eliminator/src", + "from": "vexometer/src/vexometer-app.adb", + "to": "vexometer/src/vexometer-rci.adb", + "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "lazy-eliminator/src/main.rs", - "to": "lazy-eliminator/src/patterns.rs", - "relation": "shared_dir:lazy-eliminator/src", + "from": "vexometer/src/vexometer-rci.adb", + "to": "vexometer/src/vexometer-probes.adb", + "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "lazy-eliminator/src/patterns.rs", - "to": "lazy-eliminator/src/trace.rs", - "relation": "shared_dir:lazy-eliminator/src", + "from": "vexometer/src/vexometer-probes.adb", + "to": "vexometer/src/vexometer-core.adb", + "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "lazy-eliminator/src/trace.rs", - "to": "lazy-eliminator/src/lib.rs", - "relation": "shared_dir:lazy-eliminator/src", + "from": "vexometer/src/vexometer-core.adb", + "to": "vexometer/src/vexometer-sfr.ads", + "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "lazy-eliminator/src/lib.rs", - "to": "lazy-eliminator/src/analyzer.rs", - "relation": "shared_dir:lazy-eliminator/src", + "from": "vexometer/src/vexometer-sfr.ads", + "to": "vexometer/src/vexometer-core.ads", + "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "vext/vext-core/src/config.rs", - "to": "vext/vext-core/src/main.rs", - "relation": "shared_dir:vext/vext-core/src", + "from": "vexometer/src/vexometer-core.ads", + "to": "vexometer/src/vexometer-gui.adb", + "relation": "shared_dir:vexometer/src", "weight": 1.0 }, { - "from": "vext/vext-core/src/main.rs", - "to": "vext/vext-core/src/error.rs", - "relation": "shared_dir:vext/vext-core/src", + "from": "lazy-eliminator/src/patterns.rs", + "to": "lazy-eliminator/src/lib.rs", + "relation": "shared_dir:lazy-eliminator/src", "weight": 1.0 }, { - "from": "vext/vext-core/src/error.rs", - "to": "vext/vext-core/src/listener.rs", - "relation": "shared_dir:vext/vext-core/src", + "from": "lazy-eliminator/src/lib.rs", + "to": "lazy-eliminator/src/main.rs", + "relation": "shared_dir:lazy-eliminator/src", "weight": 1.0 }, { - "from": "vext/vext-core/src/listener.rs", - "to": "vext/vext-core/src/groove.rs", - "relation": "shared_dir:vext/vext-core/src", + "from": "lazy-eliminator/src/main.rs", + "to": "lazy-eliminator/src/analyzer.rs", + "relation": "shared_dir:lazy-eliminator/src", "weight": 1.0 }, { - "from": "vext/vext-core/src/groove.rs", - "to": "vext/vext-core/src/pool.rs", - "relation": "shared_dir:vext/vext-core/src", + "from": "lazy-eliminator/src/analyzer.rs", + "to": "lazy-eliminator/src/config.rs", + "relation": "shared_dir:lazy-eliminator/src", "weight": 1.0 }, { - "from": "vext/vext-core/src/pool.rs", - "to": "vext/vext-core/src/irc_client.rs", - "relation": "shared_dir:vext/vext-core/src", + "from": "lazy-eliminator/src/config.rs", + "to": "lazy-eliminator/src/trace.rs", + "relation": "shared_dir:lazy-eliminator/src", "weight": 1.0 }, { - "from": "vext/vext-core/src/irc_client.rs", - "to": "vext/vext-core/src/protocol.rs", - "relation": "shared_dir:vext/vext-core/src", + "from": "verbosity-compressor/src/lib.rs", + "to": "verbosity-compressor/src/main.rs", + "relation": "shared_dir:verbosity-compressor/src", "weight": 1.0 }, { - "from": "vexometer/tests/test_runner.adb", - "to": "vexometer/tests/benchmark_runner.adb", - "relation": "shared_dir:vexometer/tests", + "from": "vexometer-efficacy/src/lib.rs", + "to": "vexometer-efficacy/src/main.rs", + "relation": "shared_dir:vexometer-efficacy/src", "weight": 1.0 } ] @@ -1040,54 +1040,55 @@ "taint_matrix": { "rows": [ { - "source_category": "PanicPath", - "sink_axis": "disk", + "source_category": "UnboundedAllocation", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ + "vext/vext-core/src/config.rs", "verbosity-compressor/src/main.rs", - "vext-email-gateway/src/main.rs", - "vext-email-gateway/src/types.rs", - "lazy-eliminator/src/patterns.rs" + "lazy-eliminator/src/main.rs", + "lazy-eliminator/src/config.rs", + "vexometer-efficacy/src/main.rs" ], "frameworks": [], - "relation": "PanicPath->Disk" + "relation": "UnboundedAllocation->Cpu" }, { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "InsecureProtocol", + "sink_axis": "network", "severity_value": 2.5, "files": [ - "verbosity-compressor/src/main.rs", - "vext-email-gateway/src/main.rs", - "vext-email-gateway/src/types.rs", - "lazy-eliminator/src/patterns.rs" + "vexometer/src/vexometer-reports.adb" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "InsecureProtocol->Network" }, { "source_category": "UnboundedAllocation", - "sink_axis": "cpu", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "vexometer-efficacy/src/main.rs", - "verbosity-compressor/src/main.rs", "vext/vext-core/src/config.rs", + "verbosity-compressor/src/main.rs", + "lazy-eliminator/src/main.rs", "lazy-eliminator/src/config.rs", - "lazy-eliminator/src/main.rs" + "vexometer-efficacy/src/main.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnboundedAllocation->Memory" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", + "source_category": "PanicPath", + "sink_axis": "disk", "severity_value": 2.5, "files": [ - "vexometer/src/vexometer-reports.adb" + "vext-email-gateway/src/main.rs", + "vext-email-gateway/src/types.rs", + "verbosity-compressor/src/main.rs", + "lazy-eliminator/src/patterns.rs" ], "frameworks": [], - "relation": "InsecureProtocol->Network" + "relation": "PanicPath->Disk" }, { "source_category": "HardcodedSecret", @@ -1100,18 +1101,17 @@ "relation": "HardcodedSecret->Network" }, { - "source_category": "UnboundedAllocation", + "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "vexometer-efficacy/src/main.rs", + "vext-email-gateway/src/main.rs", + "vext-email-gateway/src/types.rs", "verbosity-compressor/src/main.rs", - "vext/vext-core/src/config.rs", - "lazy-eliminator/src/config.rs", - "lazy-eliminator/src/main.rs" + "lazy-eliminator/src/patterns.rs" ], "frameworks": [], - "relation": "UnboundedAllocation->Memory" + "relation": "PanicPath->Memory" } ] } diff --git a/scans/volumod.json b/scans/volumod.json index 021105ae..61af9c7f 100644 --- a/scans/volumod.json +++ b/scans/volumod.json @@ -37,6 +37,26 @@ "threading_constructs": 2 }, "file_statistics": [ + { + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "src/abi/Foreign.idr", "lines": 229, @@ -76,26 +96,6 @@ "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 - }, - { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 } ], "recommended_attacks": [ @@ -115,24 +115,24 @@ "taint_matrix": { "rows": [ { - "source_category": "UnsafeCode", + "source_category": "UnsafeFFI", "sink_axis": "memory", "severity_value": 3.5, "files": [ "src/zig/ffi/bebop_bridge.zig" ], "frameworks": [], - "relation": "UnsafeCode->Memory" + "relation": "UnsafeFFI->Memory" }, { - "source_category": "UnsafeFFI", + "source_category": "UnsafeCode", "sink_axis": "memory", "severity_value": 3.5, "files": [ "src/zig/ffi/bebop_bridge.zig" ], "frameworks": [], - "relation": "UnsafeFFI->Memory" + "relation": "UnsafeCode->Memory" } ] } diff --git a/scans/voyage-enterprise-decision-system.json b/scans/voyage-enterprise-decision-system.json index a94993e5..8e477989 100644 --- a/scans/voyage-enterprise-decision-system.json +++ b/scans/voyage-enterprise-decision-system.json @@ -16,17 +16,6 @@ "suppressed": true, "test_context": "test_only" }, - { - "category": "InputBoundary", - "location": "src/julia-viz/src/components/RealTimeTracker.jl", - "file": "src/julia-viz/src/components/RealTimeTracker.jl", - "severity": "Medium", - "description": "1 JSON3.read/JSON.parse call(s) with 0 try block(s) in src/julia-viz/src/components/RealTimeTracker.jl — these throw on malformed input; wrap in try/catch", - "recommended_attack": [ - "cpu" - ], - "test_context": "production" - }, { "category": "PanicPath", "location": "src/rust-routing/src/main.rs", @@ -38,6 +27,17 @@ "disk" ], "test_context": "production" + }, + { + "category": "InputBoundary", + "location": "src/julia-viz/src/components/RealTimeTracker.jl", + "file": "src/julia-viz/src/components/RealTimeTracker.jl", + "severity": "Medium", + "description": "1 JSON3.read/JSON.parse call(s) with 0 try block(s) in src/julia-viz/src/components/RealTimeTracker.jl — these throw on malformed input; wrap in try/catch", + "recommended_attack": [ + "cpu" + ], + "test_context": "production" } ], "statistics": { @@ -61,23 +61,23 @@ "threading_constructs": 0 }, { - "file_path": "test/integration/test_xtdb.jl", - "lines": 265, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "test/integration/test_dragonfly.jl", - "lines": 265, + "file_path": "ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 13, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { @@ -91,55 +91,57 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "test/integration/test_dragonfly.jl", + "lines": 265, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 13, "threading_constructs": 0 }, { - "file_path": "src/julia-viz/src/components/RealTimeTracker.jl", - "lines": 365, + "file_path": "test/integration/test_xtdb.jl", + "lines": 265, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/deno-api/src/main.affine", - "lines": 933, - "unsafe_blocks": 3, + "file_path": "src/rust-routing/src/main.rs", + "lines": 442, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, + "unwrap_calls": 4, + "safe_unwrap_calls": 16, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 219, - "unsafe_blocks": 12, + "file_path": "src/rust-routing/src/optimizer/mod.rs", + "lines": 579, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 14, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust-routing/src/main.rs", - "lines": 442, + "file_path": "src/rust-routing/src/constraints/mod.rs", + "lines": 334, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 16, - "allocation_sites": 2, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 6, "io_operations": 0, - "threading_constructs": 1 + "threading_constructs": 0 }, { "file_path": "src/rust-routing/src/grpc/mod.rs", @@ -153,65 +155,63 @@ "threading_constructs": 1 }, { - "file_path": "src/rust-routing/src/optimizer/mod.rs", - "lines": 579, - "unsafe_blocks": 0, + "file_path": "src/deno-api/src/main.affine", + "lines": 933, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 14, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/rust-routing/src/constraints/mod.rs", - "lines": 334, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 219, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "src/julia-viz/src/components/RealTimeTracker.jl", + "lines": 365, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 275, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", + "concurrency", "cpu", "memory", - "concurrency" + "disk" ], "dependency_graph": { "edges": [ { - "from": "test/integration/test_xtdb.jl", + "from": "test/integration/test_surrealdb.jl", "to": "test/integration/test_dragonfly.jl", "relation": "shared_dir:test/integration", "weight": 1.0 }, { "from": "test/integration/test_dragonfly.jl", - "to": "test/integration/test_surrealdb.jl", + "to": "test/integration/test_xtdb.jl", "relation": "shared_dir:test/integration", "weight": 1.0 } @@ -220,25 +220,25 @@ "taint_matrix": { "rows": [ { - "source_category": "PanicPath", - "sink_axis": "memory", + "source_category": "InputBoundary", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/rust-routing/src/main.rs" + "test/integration/test_dragonfly.jl", + "src/julia-viz/src/components/RealTimeTracker.jl" ], "frameworks": [], - "relation": "PanicPath->Memory" + "relation": "InputBoundary->Cpu" }, { - "source_category": "InputBoundary", - "sink_axis": "cpu", + "source_category": "PanicPath", + "sink_axis": "memory", "severity_value": 2.5, "files": [ - "test/integration/test_dragonfly.jl", - "src/julia-viz/src/components/RealTimeTracker.jl" + "src/rust-routing/src/main.rs" ], "frameworks": [], - "relation": "InputBoundary->Cpu" + "relation": "PanicPath->Memory" }, { "source_category": "PanicPath", diff --git a/scans/wokelang.json b/scans/wokelang.json index 3d4f4057..feaf5ba1 100644 --- a/scans/wokelang.json +++ b/scans/wokelang.json @@ -6,23 +6,12 @@ "Networking" ], "weak_points": [ - { - "category": "InsecureProtocol", - "location": "src/stdlib/net.rs", - "file": "src/stdlib/net.rs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in src/stdlib/net.rs", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, { "category": "PanicPath", - "location": "src/stdlib/array.rs", - "file": "src/stdlib/array.rs", + "location": "src/interpreter/mod.rs", + "file": "src/interpreter/mod.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/stdlib/array.rs", + "description": "0 panic sites and 1 unwrap/expect calls in src/interpreter/mod.rs", "recommended_attack": [ "memory", "disk" @@ -31,10 +20,10 @@ }, { "category": "PanicPath", - "location": "src/dap/mod.rs", - "file": "src/dap/mod.rs", + "location": "src/interpreter/value.rs", + "file": "src/interpreter/value.rs", "severity": "Medium", - "description": "0 panic sites and 8 unwrap/expect calls in src/dap/mod.rs", + "description": "0 panic sites and 12 unwrap/expect calls in src/interpreter/value.rs", "recommended_attack": [ "memory", "disk" @@ -43,10 +32,10 @@ }, { "category": "PanicPath", - "location": "src/main.rs", - "file": "src/main.rs", + "location": "src/worker/mod.rs", + "file": "src/worker/mod.rs", "severity": "Medium", - "description": "0 panic sites and 19 unwrap/expect calls in src/main.rs", + "description": "0 panic sites and 5 unwrap/expect calls in src/worker/mod.rs", "recommended_attack": [ "memory", "disk" @@ -66,18 +55,6 @@ "suppressed": true, "test_context": "production" }, - { - "category": "PanicPath", - "location": "src/vm/bytecode.rs", - "file": "src/vm/bytecode.rs", - "severity": "Medium", - "description": "1 panic sites and 0 unwrap/expect calls in src/vm/bytecode.rs", - "recommended_attack": [ - "memory", - "disk" - ], - "test_context": "production" - }, { "category": "PanicPath", "location": "src/vm/compiler.rs", @@ -92,10 +69,10 @@ }, { "category": "PanicPath", - "location": "src/interpreter/value.rs", - "file": "src/interpreter/value.rs", + "location": "src/vm/bytecode.rs", + "file": "src/vm/bytecode.rs", "severity": "Medium", - "description": "0 panic sites and 12 unwrap/expect calls in src/interpreter/value.rs", + "description": "1 panic sites and 0 unwrap/expect calls in src/vm/bytecode.rs", "recommended_attack": [ "memory", "disk" @@ -104,10 +81,10 @@ }, { "category": "PanicPath", - "location": "src/interpreter/mod.rs", - "file": "src/interpreter/mod.rs", + "location": "src/main.rs", + "file": "src/main.rs", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in src/interpreter/mod.rs", + "description": "0 panic sites and 19 unwrap/expect calls in src/main.rs", "recommended_attack": [ "memory", "disk" @@ -128,16 +105,39 @@ }, { "category": "PanicPath", - "location": "src/worker/mod.rs", - "file": "src/worker/mod.rs", + "location": "src/dap/mod.rs", + "file": "src/dap/mod.rs", "severity": "Medium", - "description": "0 panic sites and 5 unwrap/expect calls in src/worker/mod.rs", + "description": "0 panic sites and 8 unwrap/expect calls in src/dap/mod.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, + { + "category": "PanicPath", + "location": "src/stdlib/array.rs", + "file": "src/stdlib/array.rs", + "severity": "Medium", + "description": "0 panic sites and 1 unwrap/expect calls in src/stdlib/array.rs", "recommended_attack": [ "memory", "disk" ], "test_context": "production" }, + { + "category": "InsecureProtocol", + "location": "src/stdlib/net.rs", + "file": "src/stdlib/net.rs", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in src/stdlib/net.rs", + "recommended_attack": [ + "network" + ], + "test_context": "production" + }, { "category": "MutationGap", "location": "Cargo.toml", @@ -159,13 +159,13 @@ }, "file_statistics": [ { - "file_path": "examples/25_phase1_complete.woke", - "lines": 46, + "file_path": "lib/wokelang/consent.woke", + "lines": 241, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 6, "threading_constructs": 0 }, { @@ -179,13 +179,13 @@ "threading_constructs": 0 }, { - "file_path": "examples/17_gratitude.woke", - "lines": 14, - "unsafe_blocks": 1, + "file_path": "examples/10_workers.woke", + "lines": 32, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -199,18 +199,18 @@ "threading_constructs": 0 }, { - "file_path": "examples/10_workers.woke", - "lines": 32, + "file_path": "examples/22_consent_system.woke", + "lines": 13, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "examples/34_worker_with_channel.woke", - "lines": 31, + "file_path": "examples/25_phase1_complete.woke", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -229,74 +229,83 @@ "threading_constructs": 0 }, { - "file_path": "examples/35_worker_limitation.woke", - "lines": 36, + "file_path": "examples/24_consent_with_print.woke", + "lines": 13, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "examples/23_consent_auto_grant.woke", - "lines": 13, + "file_path": "examples/security.woke", + "lines": 81, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "examples/22_consent_system.woke", + "file_path": "examples/17_gratitude.woke", + "lines": 14, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "examples/23_consent_auto_grant.woke", "lines": 13, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "examples/24_consent_with_print.woke", - "lines": 13, + "file_path": "examples/34_worker_with_channel.woke", + "lines": 31, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "examples/security.woke", - "lines": 81, + "file_path": "examples/35_worker_limitation.woke", + "lines": 36, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 8, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "lib/wokelang/consent.woke", - "lines": 241, + "file_path": "verification/conformance/invalid/i06_bad_consent.woke", + "lines": 9, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "compiler/wokelang-wasm/src/lib.rs", - "lines": 836, + "file_path": "verification/conformance/valid/v05_consent.woke", + "lines": 11, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { @@ -310,8 +319,8 @@ "threading_constructs": 0 }, { - "file_path": "verification/conformance/valid/v05_consent.woke", - "lines": 11, + "file_path": "conformance/invalid/i06_bad_consent.woke", + "lines": 9, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -320,8 +329,8 @@ "threading_constructs": 0 }, { - "file_path": "verification/conformance/invalid/i06_bad_consent.woke", - "lines": 9, + "file_path": "conformance/valid/v05_consent.woke", + "lines": 11, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -330,28 +339,28 @@ "threading_constructs": 0 }, { - "file_path": "scripts/check-grammar-sync.sh", - "lines": 63, + "file_path": "conformance/valid/v23_nested_consent.woke", + "lines": 15, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "core/main.ml", + "lines": 153, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "core/main.ml", - "lines": 153, + "file_path": "scripts/check-grammar-sync.sh", + "lines": 63, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -360,136 +369,104 @@ "threading_constructs": 0 }, { - "file_path": "src/formatter/mod.rs", - "lines": 250, + "file_path": "compiler/wokelang-wasm/src/lib.rs", + "lines": 836, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "safe_unwrap_calls": 3, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/stdlib/string.rs", - "lines": 382, + "file_path": "src/linter/mod.rs", + "lines": 350, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/stdlib/net.rs", - "lines": 509, + "file_path": "src/interpreter/mod.rs", + "lines": 1451, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 12, + "unwrap_calls": 1, + "allocation_sites": 34, "io_operations": 2, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "src/stdlib/json.rs", - "lines": 413, + "file_path": "src/interpreter/value.rs", + "lines": 317, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 8, + "unwrap_calls": 12, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 3 }, { - "file_path": "src/stdlib/time.rs", - "lines": 384, + "file_path": "src/worker/mod.rs", + "lines": 389, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 0, + "unwrap_calls": 5, + "allocation_sites": 4, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 5 }, { - "file_path": "src/stdlib/chan.rs", - "lines": 896, + "file_path": "src/formatter/mod.rs", + "lines": 250, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 22, + "allocation_sites": 6, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/stdlib/io.rs", - "lines": 411, + "file_path": "src/parser/mod.rs", + "lines": 1688, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 4, + "unwrap_calls": 123, + "allocation_sites": 88, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/stdlib/array.rs", - "lines": 512, + "file_path": "src/vm/machine.rs", + "lines": 677, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 2, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 10, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/dap/mod.rs", - "lines": 402, + "file_path": "src/vm/compiler.rs", + "lines": 847, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 8, - "allocation_sites": 0, + "unwrap_calls": 5, + "allocation_sites": 12, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/main.rs", - "lines": 491, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 19, - "allocation_sites": 16, - "io_operations": 16, - "threading_constructs": 0 - }, - { - "file_path": "src/modules.rs", - "lines": 248, + "file_path": "src/vm/mod.rs", + "lines": 338, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, "allocation_sites": 4, - "io_operations": 4, - "threading_constructs": 0 - }, - { - "file_path": "src/linter/mod.rs", - "lines": 350, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/parser/mod.rs", - "lines": 1688, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 123, - "allocation_sites": 88, "io_operations": 0, "threading_constructs": 0 }, @@ -504,87 +481,75 @@ "threading_constructs": 0 }, { - "file_path": "src/vm/machine.rs", - "lines": 677, + "file_path": "src/lexer/token.rs", + "lines": 417, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 10, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/vm/mod.rs", - "lines": 338, + "file_path": "src/lexer/mod.rs", + "lines": 122, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/vm/compiler.rs", - "lines": 847, + "file_path": "src/modules.rs", + "lines": 248, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 5, - "allocation_sites": 12, - "io_operations": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "src/security/consent.rs", - "lines": 419, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 219, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 3, + "allocation_sites": 0, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/security/mod.rs", - "lines": 475, + "file_path": "src/main.rs", + "lines": 491, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 6, - "io_operations": 1, - "threading_constructs": 1 + "unwrap_calls": 19, + "allocation_sites": 16, + "io_operations": 16, + "threading_constructs": 0 }, { - "file_path": "src/sexpr.rs", - "lines": 887, + "file_path": "src/typechecker/mod.rs", + "lines": 1646, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 192, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/interpreter/value.rs", - "lines": 317, + "file_path": "src/sexpr.rs", + "lines": 887, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 12, + "unwrap_calls": 0, "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 3 - }, - { - "file_path": "src/interpreter/mod.rs", - "lines": 1451, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 1, - "allocation_sites": 34, - "io_operations": 2, - "threading_constructs": 2 + "threading_constructs": 0 }, { "file_path": "src/ffi/c_api.rs", @@ -597,14 +562,14 @@ "threading_constructs": 0 }, { - "file_path": "src/typechecker/mod.rs", - "lines": 1646, + "file_path": "src/lsp/backend.rs", + "lines": 130, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 192, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 1 }, { "file_path": "src/lsp/handlers/diagnostics.rs", @@ -627,16 +592,6 @@ "io_operations": 0, "threading_constructs": 0 }, - { - "file_path": "src/lsp/backend.rs", - "lines": 130, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 1 - }, { "file_path": "src/lsp/stdlib_metadata.rs", "lines": 239, @@ -649,271 +604,316 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 219, - "unsafe_blocks": 12, + "file_path": "src/dap/mod.rs", + "lines": 402, + "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 8, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/lexer/token.rs", - "lines": 417, + "file_path": "src/stdlib/string.rs", + "lines": 382, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/lexer/mod.rs", - "lines": 122, + "file_path": "src/stdlib/chan.rs", + "lines": 896, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 22, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/bin/wokelang-dap.rs", - "lines": 46, + "file_path": "src/stdlib/json.rs", + "lines": 413, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 1 + "allocation_sites": 8, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "src/worker/mod.rs", - "lines": 389, + "file_path": "src/stdlib/io.rs", + "lines": 411, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 5, + "unwrap_calls": 0, "allocation_sites": 4, + "io_operations": 4, + "threading_constructs": 0 + }, + { + "file_path": "src/stdlib/array.rs", + "lines": 512, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 1, + "allocation_sites": 2, "io_operations": 0, - "threading_constructs": 5 + "threading_constructs": 0 }, { - "file_path": "conformance/valid/v23_nested_consent.woke", - "lines": 15, + "file_path": "src/stdlib/time.rs", + "lines": 384, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 5, "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "src/stdlib/net.rs", + "lines": 509, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 12, "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "conformance/valid/v05_consent.woke", - "lines": 11, + "file_path": "src/bin/wokelang-dap.rs", + "lines": 46, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, + "threading_constructs": 1 + }, + { + "file_path": "src/security/mod.rs", + "lines": 475, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 6, + "io_operations": 1, + "threading_constructs": 1 + }, + { + "file_path": "src/security/consent.rs", + "lines": 419, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "conformance/invalid/i06_bad_consent.woke", - "lines": 9, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "memory", - "disk", - "network", "cpu", - "concurrency" + "network", + "concurrency", + "memory", + "disk" ], "dependency_graph": { "edges": [ { - "from": "src/stdlib/string.rs", - "to": "src/stdlib/net.rs", - "relation": "shared_dir:src/stdlib", + "from": "examples/27_worker_with_delay.woke", + "to": "examples/10_workers.woke", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "src/stdlib/net.rs", - "to": "src/stdlib/json.rs", - "relation": "shared_dir:src/stdlib", + "from": "examples/10_workers.woke", + "to": "examples/08_consent.woke", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "src/stdlib/json.rs", - "to": "src/stdlib/time.rs", - "relation": "shared_dir:src/stdlib", + "from": "examples/08_consent.woke", + "to": "examples/22_consent_system.woke", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "src/stdlib/time.rs", - "to": "src/stdlib/chan.rs", - "relation": "shared_dir:src/stdlib", + "from": "examples/22_consent_system.woke", + "to": "examples/25_phase1_complete.woke", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "src/stdlib/chan.rs", - "to": "src/stdlib/io.rs", - "relation": "shared_dir:src/stdlib", + "from": "examples/25_phase1_complete.woke", + "to": "examples/stdlib_demo.woke", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "src/stdlib/io.rs", - "to": "src/stdlib/array.rs", - "relation": "shared_dir:src/stdlib", + "from": "examples/stdlib_demo.woke", + "to": "examples/24_consent_with_print.woke", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "src/lsp/handlers/diagnostics.rs", - "to": "src/lsp/handlers/completion.rs", - "relation": "shared_dir:src/lsp/handlers", + "from": "examples/24_consent_with_print.woke", + "to": "examples/security.woke", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "conformance/valid/v23_nested_consent.woke", - "to": "conformance/valid/v05_consent.woke", - "relation": "shared_dir:conformance/valid", + "from": "examples/security.woke", + "to": "examples/17_gratitude.woke", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "src/vm/bytecode.rs", - "to": "src/vm/machine.rs", - "relation": "shared_dir:src/vm", + "from": "examples/17_gratitude.woke", + "to": "examples/23_consent_auto_grant.woke", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "src/vm/machine.rs", - "to": "src/vm/mod.rs", - "relation": "shared_dir:src/vm", + "from": "examples/23_consent_auto_grant.woke", + "to": "examples/34_worker_with_channel.woke", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "src/vm/mod.rs", - "to": "src/vm/compiler.rs", - "relation": "shared_dir:src/vm", + "from": "examples/34_worker_with_channel.woke", + "to": "examples/35_worker_limitation.woke", + "relation": "shared_dir:examples", "weight": 1.0 }, { - "from": "src/interpreter/value.rs", - "to": "src/interpreter/mod.rs", - "relation": "shared_dir:src/interpreter", + "from": "src/modules.rs", + "to": "src/main.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "examples/25_phase1_complete.woke", - "to": "examples/27_worker_with_delay.woke", - "relation": "shared_dir:examples", + "from": "src/main.rs", + "to": "src/sexpr.rs", + "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "examples/27_worker_with_delay.woke", - "to": "examples/17_gratitude.woke", - "relation": "shared_dir:examples", + "from": "verification/conformance/valid/v05_consent.woke", + "to": "verification/conformance/valid/v23_nested_consent.woke", + "relation": "shared_dir:verification/conformance/valid", "weight": 1.0 }, { - "from": "examples/17_gratitude.woke", - "to": "examples/08_consent.woke", - "relation": "shared_dir:examples", + "from": "src/lsp/backend.rs", + "to": "src/lsp/stdlib_metadata.rs", + "relation": "shared_dir:src/lsp", "weight": 1.0 }, { - "from": "examples/08_consent.woke", - "to": "examples/10_workers.woke", - "relation": "shared_dir:examples", + "from": "src/stdlib/string.rs", + "to": "src/stdlib/chan.rs", + "relation": "shared_dir:src/stdlib", "weight": 1.0 }, { - "from": "examples/10_workers.woke", - "to": "examples/34_worker_with_channel.woke", - "relation": "shared_dir:examples", + "from": "src/stdlib/chan.rs", + "to": "src/stdlib/json.rs", + "relation": "shared_dir:src/stdlib", "weight": 1.0 }, { - "from": "examples/34_worker_with_channel.woke", - "to": "examples/stdlib_demo.woke", - "relation": "shared_dir:examples", + "from": "src/stdlib/json.rs", + "to": "src/stdlib/io.rs", + "relation": "shared_dir:src/stdlib", "weight": 1.0 }, { - "from": "examples/stdlib_demo.woke", - "to": "examples/35_worker_limitation.woke", - "relation": "shared_dir:examples", + "from": "src/stdlib/io.rs", + "to": "src/stdlib/array.rs", + "relation": "shared_dir:src/stdlib", "weight": 1.0 }, { - "from": "examples/35_worker_limitation.woke", - "to": "examples/23_consent_auto_grant.woke", - "relation": "shared_dir:examples", + "from": "src/stdlib/array.rs", + "to": "src/stdlib/time.rs", + "relation": "shared_dir:src/stdlib", "weight": 1.0 - }, - { - "from": "examples/23_consent_auto_grant.woke", - "to": "examples/22_consent_system.woke", - "relation": "shared_dir:examples", + }, + { + "from": "src/stdlib/time.rs", + "to": "src/stdlib/net.rs", + "relation": "shared_dir:src/stdlib", "weight": 1.0 }, { - "from": "examples/22_consent_system.woke", - "to": "examples/24_consent_with_print.woke", - "relation": "shared_dir:examples", + "from": "src/lsp/handlers/diagnostics.rs", + "to": "src/lsp/handlers/completion.rs", + "relation": "shared_dir:src/lsp/handlers", "weight": 1.0 }, { - "from": "examples/24_consent_with_print.woke", - "to": "examples/security.woke", - "relation": "shared_dir:examples", + "from": "src/interpreter/mod.rs", + "to": "src/interpreter/value.rs", + "relation": "shared_dir:src/interpreter", "weight": 1.0 }, { - "from": "src/security/consent.rs", - "to": "src/security/mod.rs", - "relation": "shared_dir:src/security", + "from": "src/lexer/token.rs", + "to": "src/lexer/mod.rs", + "relation": "shared_dir:src/lexer", "weight": 1.0 }, { - "from": "verification/conformance/valid/v23_nested_consent.woke", - "to": "verification/conformance/valid/v05_consent.woke", - "relation": "shared_dir:verification/conformance/valid", + "from": "src/vm/machine.rs", + "to": "src/vm/compiler.rs", + "relation": "shared_dir:src/vm", "weight": 1.0 }, { - "from": "src/main.rs", - "to": "src/modules.rs", - "relation": "shared_dir:src", + "from": "src/vm/compiler.rs", + "to": "src/vm/mod.rs", + "relation": "shared_dir:src/vm", "weight": 1.0 }, { - "from": "src/modules.rs", - "to": "src/sexpr.rs", - "relation": "shared_dir:src", + "from": "src/vm/mod.rs", + "to": "src/vm/bytecode.rs", + "relation": "shared_dir:src/vm", "weight": 1.0 }, { - "from": "src/lexer/token.rs", - "to": "src/lexer/mod.rs", - "relation": "shared_dir:src/lexer", + "from": "conformance/valid/v05_consent.woke", + "to": "conformance/valid/v23_nested_consent.woke", + "relation": "shared_dir:conformance/valid", "weight": 1.0 }, { - "from": "src/lsp/backend.rs", - "to": "src/lsp/stdlib_metadata.rs", - "relation": "shared_dir:src/lsp", + "from": "src/security/mod.rs", + "to": "src/security/consent.rs", + "relation": "shared_dir:src/security", "weight": 1.0 }, { - "from": "examples/25_phase1_complete.woke", + "from": "lib/wokelang/consent.woke", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -925,10 +925,10 @@ "weight": 1.0 }, { - "from": "examples/17_gratitude.woke", + "from": "examples/10_workers.woke", "to": "Networking", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { "from": "examples/08_consent.woke", @@ -937,13 +937,13 @@ "weight": 1.0 }, { - "from": "examples/10_workers.woke", + "from": "examples/22_consent_system.woke", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "examples/34_worker_with_channel.woke", + "from": "examples/25_phase1_complete.woke", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -955,73 +955,73 @@ "weight": 1.0 }, { - "from": "examples/35_worker_limitation.woke", + "from": "examples/24_consent_with_print.woke", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "examples/23_consent_auto_grant.woke", + "from": "examples/security.woke", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "examples/22_consent_system.woke", + "from": "examples/17_gratitude.woke", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "examples/24_consent_with_print.woke", + "from": "examples/23_consent_auto_grant.woke", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "examples/security.woke", + "from": "examples/34_worker_with_channel.woke", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "lib/wokelang/consent.woke", + "from": "examples/35_worker_limitation.woke", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "compiler/wokelang-wasm/src/lib.rs", + "from": "verification/conformance/invalid/i06_bad_consent.woke", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "verification/conformance/valid/v23_nested_consent.woke", + "from": "verification/conformance/valid/v05_consent.woke", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "verification/conformance/valid/v05_consent.woke", + "from": "verification/conformance/valid/v23_nested_consent.woke", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "verification/conformance/invalid/i06_bad_consent.woke", + "from": "conformance/invalid/i06_bad_consent.woke", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "scripts/check-grammar-sync.sh", + "from": "conformance/valid/v05_consent.woke", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "conformance/valid/v23_nested_consent.woke", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -1033,217 +1033,217 @@ "weight": 1.0 }, { - "from": "src/formatter/mod.rs", + "from": "scripts/check-grammar-sync.sh", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/stdlib/string.rs", + "from": "compiler/wokelang-wasm/src/lib.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/stdlib/net.rs", + "from": "src/linter/mod.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/stdlib/json.rs", + "from": "src/interpreter/mod.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "src/stdlib/time.rs", + "from": "src/interpreter/value.rs", "to": "Networking", "relation": "framework", - "weight": 4.0 + "weight": 18.0 }, { - "from": "src/stdlib/chan.rs", + "from": "src/worker/mod.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 15.0 }, { - "from": "src/stdlib/io.rs", + "from": "src/formatter/mod.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/stdlib/array.rs", + "from": "src/parser/mod.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 123.0 }, { - "from": "src/dap/mod.rs", + "from": "src/vm/machine.rs", "to": "Networking", "relation": "framework", - "weight": 8.0 + "weight": 1.0 }, { - "from": "src/main.rs", + "from": "src/vm/compiler.rs", "to": "Networking", "relation": "framework", - "weight": 19.0 + "weight": 5.0 }, { - "from": "src/modules.rs", + "from": "src/vm/mod.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/linter/mod.rs", + "from": "src/vm/bytecode.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "src/parser/mod.rs", + "from": "src/lexer/token.rs", "to": "Networking", "relation": "framework", - "weight": 123.0 + "weight": 1.0 }, { - "from": "src/vm/bytecode.rs", + "from": "src/lexer/mod.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/vm/machine.rs", + "from": "src/modules.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/vm/mod.rs", + "from": "src/abi/Foreign.idr", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 36.0 }, { - "from": "src/vm/compiler.rs", + "from": "src/main.rs", "to": "Networking", "relation": "framework", - "weight": 5.0 + "weight": 19.0 }, { - "from": "src/security/consent.rs", + "from": "src/typechecker/mod.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/security/mod.rs", + "from": "src/sexpr.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/sexpr.rs", + "from": "src/ffi/c_api.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/interpreter/value.rs", + "from": "src/lsp/backend.rs", "to": "Networking", "relation": "framework", - "weight": 18.0 + "weight": 2.0 }, { - "from": "src/interpreter/mod.rs", + "from": "src/lsp/handlers/diagnostics.rs", "to": "Networking", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "src/ffi/c_api.rs", + "from": "src/lsp/handlers/completion.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/typechecker/mod.rs", + "from": "src/lsp/stdlib_metadata.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/lsp/handlers/diagnostics.rs", + "from": "src/dap/mod.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 8.0 }, { - "from": "src/lsp/handlers/completion.rs", + "from": "src/stdlib/string.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/lsp/backend.rs", + "from": "src/stdlib/chan.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/lsp/stdlib_metadata.rs", + "from": "src/stdlib/json.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/abi/Foreign.idr", + "from": "src/stdlib/io.rs", "to": "Networking", "relation": "framework", - "weight": 36.0 + "weight": 1.0 }, { - "from": "src/lexer/token.rs", + "from": "src/stdlib/array.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "src/lexer/mod.rs", + "from": "src/stdlib/time.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "src/bin/wokelang-dap.rs", + "from": "src/stdlib/net.rs", "to": "Networking", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "src/worker/mod.rs", + "from": "src/bin/wokelang-dap.rs", "to": "Networking", "relation": "framework", - "weight": 15.0 + "weight": 2.0 }, { - "from": "conformance/valid/v23_nested_consent.woke", + "from": "src/security/mod.rs", "to": "Networking", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "conformance/valid/v05_consent.woke", + "from": "src/security/consent.rs", "to": "Networking", "relation": "framework", "weight": 1.0 }, { - "from": "conformance/invalid/i06_bad_consent.woke", + "from": "setup.sh", "to": "Networking", "relation": "framework", "weight": 1.0 @@ -1252,40 +1252,20 @@ }, "taint_matrix": { "rows": [ - { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, - "files": [ - "src/stdlib/array.rs", - "src/dap/mod.rs", - "src/main.rs", - "src/parser/mod.rs", - "src/vm/bytecode.rs", - "src/vm/compiler.rs", - "src/interpreter/value.rs", - "src/interpreter/mod.rs", - "src/worker/mod.rs" - ], - "frameworks": [ - "Networking" - ], - "relation": "PanicPath->Disk" - }, { "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/stdlib/array.rs", - "src/dap/mod.rs", - "src/main.rs", + "src/interpreter/mod.rs", + "src/interpreter/value.rs", + "src/worker/mod.rs", "src/parser/mod.rs", - "src/vm/bytecode.rs", "src/vm/compiler.rs", - "src/interpreter/value.rs", - "src/interpreter/mod.rs", - "src/worker/mod.rs" + "src/vm/bytecode.rs", + "src/main.rs", + "src/dap/mod.rs", + "src/stdlib/array.rs" ], "frameworks": [ "Networking" @@ -1294,7 +1274,7 @@ }, { "source_category": "UnsafeCode", - "sink_axis": "memory", + "sink_axis": "concurrency", "severity_value": 3.5, "files": [ "src/ffi/c_api.rs" @@ -1302,19 +1282,27 @@ "frameworks": [ "Networking" ], - "relation": "UnsafeCode->Memory" + "relation": "UnsafeCode->Concurrency" }, { - "source_category": "UnsafeCode", - "sink_axis": "concurrency", - "severity_value": 3.5, + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "src/ffi/c_api.rs" + "src/interpreter/mod.rs", + "src/interpreter/value.rs", + "src/worker/mod.rs", + "src/parser/mod.rs", + "src/vm/compiler.rs", + "src/vm/bytecode.rs", + "src/main.rs", + "src/dap/mod.rs", + "src/stdlib/array.rs" ], "frameworks": [ "Networking" ], - "relation": "UnsafeCode->Concurrency" + "relation": "PanicPath->Disk" }, { "source_category": "InsecureProtocol", @@ -1327,6 +1315,18 @@ "Networking" ], "relation": "InsecureProtocol->Network" + }, + { + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, + "files": [ + "src/ffi/c_api.rs" + ], + "frameworks": [ + "Networking" + ], + "relation": "UnsafeCode->Memory" } ] } diff --git a/scans/wokelangiser.json b/scans/wokelangiser.json index bc2227ca..849a74bf 100644 --- a/scans/wokelangiser.json +++ b/scans/wokelangiser.json @@ -6,10 +6,10 @@ "weak_points": [ { "category": "UnboundedAllocation", - "location": "src/codegen/parser.rs", - "file": "src/codegen/parser.rs", + "location": "src/manifest/mod.rs", + "file": "src/manifest/mod.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/codegen/parser.rs", + "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", "recommended_attack": [ "memory", "cpu" @@ -18,10 +18,10 @@ }, { "category": "UnboundedAllocation", - "location": "src/manifest/mod.rs", - "file": "src/manifest/mod.rs", + "location": "src/codegen/parser.rs", + "file": "src/codegen/parser.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in src/manifest/mod.rs", + "description": "Potential unbounded allocation pattern detected in src/codegen/parser.rs", "recommended_attack": [ "memory", "cpu" @@ -48,6 +48,16 @@ "threading_constructs": 0 }, "file_statistics": [ + { + "file_path": "tests/integration_test.rs", + "lines": 504, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 6, + "threading_constructs": 0 + }, { "file_path": "examples/SafeDOMExample.affine", "lines": 129, @@ -69,22 +79,23 @@ "threading_constructs": 0 }, { - "file_path": "tests/integration_test.rs", - "lines": 504, + "file_path": "src/abi/mod.rs", + "lines": 468, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 6, + "safe_unwrap_calls": 1, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 363, + "file_path": "src/manifest/mod.rs", + "lines": 443, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 2, "io_operations": 2, "threading_constructs": 0 }, @@ -110,6 +121,17 @@ "io_operations": 3, "threading_constructs": 0 }, + { + "file_path": "src/codegen/mod.rs", + "lines": 145, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "safe_unwrap_calls": 2, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 0 + }, { "file_path": "src/codegen/consent.rs", "lines": 462, @@ -131,27 +153,6 @@ "io_operations": 2, "threading_constructs": 0 }, - { - "file_path": "src/codegen/mod.rs", - "lines": 145, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 4, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "src/interface/ffi/src/main.zig", - "lines": 686, - "unsafe_blocks": 0, - "panic_sites": 1, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, - "threading_constructs": 0 - }, { "file_path": "src/interface/abi/Wokelangiser/ABI/Foreign.idr", "lines": 324, @@ -163,31 +164,30 @@ "threading_constructs": 0 }, { - "file_path": "src/abi/mod.rs", - "lines": 468, + "file_path": "src/interface/ffi/src/main.zig", + "lines": 686, "unsafe_blocks": 0, - "panic_sites": 0, + "panic_sites": 1, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "src/manifest/mod.rs", - "lines": 443, + "file_path": "setup.sh", + "lines": 363, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 2, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", + "cpu", "memory", - "cpu" + "disk" ], "dependency_graph": { "edges": [ @@ -199,19 +199,19 @@ }, { "from": "src/codegen/parser.rs", - "to": "src/codegen/consent.rs", + "to": "src/codegen/mod.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/codegen/consent.rs", - "to": "src/codegen/i18n.rs", + "from": "src/codegen/mod.rs", + "to": "src/codegen/consent.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 }, { - "from": "src/codegen/i18n.rs", - "to": "src/codegen/mod.rs", + "from": "src/codegen/consent.rs", + "to": "src/codegen/i18n.rs", "relation": "shared_dir:src/codegen", "weight": 1.0 } @@ -224,8 +224,8 @@ "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "src/codegen/parser.rs", - "src/manifest/mod.rs" + "src/manifest/mod.rs", + "src/codegen/parser.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Cpu" @@ -235,8 +235,8 @@ "sink_axis": "memory", "severity_value": 2.5, "files": [ - "src/codegen/parser.rs", - "src/manifest/mod.rs" + "src/manifest/mod.rs", + "src/codegen/parser.rs" ], "frameworks": [], "relation": "UnboundedAllocation->Memory" diff --git a/scans/wordpress-tools.json b/scans/wordpress-tools.json index 414f30b0..1d6b66d5 100644 --- a/scans/wordpress-tools.json +++ b/scans/wordpress-tools.json @@ -3,41 +3,41 @@ "program_path": "wordpress-tools", "language": "nickel", "frameworks": [ - "WebServer", - "Ecto" + "Ecto", + "WebServer" ], "weak_points": [ { - "category": "UnboundedAllocation", - "location": "praxis/wp_injector/src/main.rs", - "file": "praxis/wp_injector/src/main.rs", + "category": "PanicPath", + "location": "sinople-theme/wasm/semantic_processor/src/lib.rs", + "file": "sinople-theme/wasm/semantic_processor/src/lib.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in praxis/wp_injector/src/main.rs", + "description": "0 panic sites and 4 unwrap/expect calls in sinople-theme/wasm/semantic_processor/src/lib.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "praxis/wp_injector/src/main.rs", - "file": "praxis/wp_injector/src/main.rs", - "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in praxis/wp_injector/src/main.rs", + "category": "DynamicCodeExecution", + "location": "resurrect/state/lib/state-utils.scm", + "file": "resurrect/state/lib/state-utils.scm", + "severity": "High", + "description": "eval usage in resurrect/state/lib/state-utils.scm", "recommended_attack": [ - "memory", - "disk" + "cpu", + "memory" ], + "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "praxis/wp_praxis_core/src/verification.rs", - "file": "praxis/wp_praxis_core/src/verification.rs", + "location": "resurrect/src/socp-tui/src/events.rs", + "file": "resurrect/src/socp-tui/src/events.rs", "severity": "Medium", - "description": "0 panic sites and 7 unwrap/expect calls in praxis/wp_praxis_core/src/verification.rs", + "description": "0 panic sites and 1 unwrap/expect calls in resurrect/src/socp-tui/src/events.rs", "recommended_attack": [ "memory", "disk" @@ -45,128 +45,123 @@ "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "praxis/Core/db-schema/config/test.exs", - "file": "praxis/Core/db-schema/config/test.exs", - "severity": "Critical", - "description": "Possible hardcoded secret in praxis/Core/db-schema/config/test.exs", + "category": "UnboundedAllocation", + "location": "resurrect/src/socp-tui/src/config.rs", + "file": "resurrect/src/socp-tui/src/config.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in resurrect/src/socp-tui/src/config.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], "suppressed": true, "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "praxis/Core/db-schema/config/dev.exs", - "file": "praxis/Core/db-schema/config/dev.exs", - "severity": "Critical", - "description": "Possible hardcoded secret in praxis/Core/db-schema/config/dev.exs", + "category": "UnsafeCode", + "location": "project-wharf/crates/wharf-ebpf/src/main.rs", + "file": "project-wharf/crates/wharf-ebpf/src/main.rs", + "severity": "High", + "description": "14 unsafe blocks in project-wharf/crates/wharf-ebpf/src/main.rs", "recommended_attack": [ - "network" + "memory", + "concurrency" ], - "suppressed": true, "test_context": "production" }, { - "category": "MutationGap", - "location": "praxis/Core/db-schema/test/support/data_case.ex", - "file": "praxis/Core/db-schema/test/support/data_case.ex", - "severity": "Low", - "description": "Elixir test file praxis/Core/db-schema/test/support/data_case.ex uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "UnsafeCode", + "location": "project-wharf/crates/wharf-ebpf/src/main.rs", + "file": "project-wharf/crates/wharf-ebpf/src/main.rs", + "severity": "High", + "description": "Raw pointer cast in project-wharf/crates/wharf-ebpf/src/main.rs", "recommended_attack": [ - "cpu" + "memory", + "concurrency" ], "test_context": "production" }, { - "category": "MutationGap", - "location": "praxis/Core/db-schema/test/schema_test.exs", - "file": "praxis/Core/db-schema/test/schema_test.exs", - "severity": "Low", - "description": "Elixir test file praxis/Core/db-schema/test/schema_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", - "recommended_attack": [ - "cpu" - ], - "test_context": "test_only" - }, - { - "category": "MutationGap", - "location": "praxis/Core/db-schema/test/query_test.exs", - "file": "praxis/Core/db-schema/test/query_test.exs", - "severity": "Low", - "description": "Elixir test file praxis/Core/db-schema/test/query_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "InsecureProtocol", + "location": "project-wharf/crates/wharf-core/tests/integration.rs", + "file": "project-wharf/crates/wharf-core/tests/integration.rs", + "severity": "Medium", + "description": "1 HTTP (non-HTTPS) URLs in project-wharf/crates/wharf-core/tests/integration.rs", "recommended_attack": [ - "cpu" + "network" ], "test_context": "test_only" }, { - "category": "MutationGap", - "location": "praxis/Core/db-schema/test/schema/symbol_test.exs", - "file": "praxis/Core/db-schema/test/schema/symbol_test.exs", - "severity": "Low", - "description": "Elixir test file praxis/Core/db-schema/test/schema/symbol_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", + "category": "PanicPath", + "location": "project-wharf/crates/wharf-core/src/crypto.rs", + "file": "project-wharf/crates/wharf-core/src/crypto.rs", + "severity": "Medium", + "description": "0 panic sites and 4 unwrap/expect calls in project-wharf/crates/wharf-core/src/crypto.rs", "recommended_attack": [ - "cpu" + "memory", + "disk" ], - "test_context": "test_only" + "test_context": "production" }, { - "category": "CommandInjection", - "location": "praxis/Core/cli-wrapper/lib/wp_praxis_cli/validator.ex", - "file": "praxis/Core/cli-wrapper/lib/wp_praxis_cli/validator.ex", + "category": "UnboundedAllocation", + "location": "project-wharf/crates/wharf-core/src/fleet.rs", + "file": "project-wharf/crates/wharf-core/src/fleet.rs", "severity": "Medium", - "description": "System command execution in praxis/Core/cli-wrapper/lib/wp_praxis_cli/validator.ex", + "description": "Potential unbounded allocation pattern detected in project-wharf/crates/wharf-core/src/fleet.rs", "recommended_attack": [ - "cpu", - "disk" + "memory", + "cpu" ], + "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "praxis/Core/introspection/src/viz/graph-generator.rkt", - "file": "praxis/Core/introspection/src/viz/graph-generator.rkt", - "severity": "High", - "description": "System/process call in praxis/Core/introspection/src/viz/graph-generator.rkt", + "category": "UnboundedAllocation", + "location": "project-wharf/crates/wharf-core/src/nebula.rs", + "file": "project-wharf/crates/wharf-core/src/nebula.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in project-wharf/crates/wharf-core/src/nebula.rs", "recommended_attack": [ - "cpu", - "disk" + "memory", + "cpu" ], "suppressed": true, "test_context": "production" }, { - "category": "CommandInjection", - "location": "plugin-conflict-mapper/bin/install-wp-tests.sh", - "file": "plugin-conflict-mapper/bin/install-wp-tests.sh", + "category": "UnboundedAllocation", + "location": "project-wharf/crates/wharf-core/src/config.rs", + "file": "project-wharf/crates/wharf-core/src/config.rs", "severity": "Medium", - "description": "41 potentially unquoted variable expansions in plugin-conflict-mapper/bin/install-wp-tests.sh", + "description": "Potential unbounded allocation pattern detected in project-wharf/crates/wharf-core/src/config.rs", "recommended_attack": [ + "memory", "cpu" ], "suppressed": true, "test_context": "production" }, { - "category": "HardcodedSecret", - "location": "plugin-conflict-mapper/bin/install-wp-tests.sh", - "file": "plugin-conflict-mapper/bin/install-wp-tests.sh", - "severity": "Critical", - "description": "Possible hardcoded secret in plugin-conflict-mapper/bin/install-wp-tests.sh", + "category": "UnboundedAllocation", + "location": "project-wharf/crates/wharf-core/src/integrity.rs", + "file": "project-wharf/crates/wharf-core/src/integrity.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in project-wharf/crates/wharf-core/src/integrity.rs", "recommended_attack": [ - "network" + "memory", + "cpu" ], "suppressed": true, "test_context": "production" }, { "category": "PanicPath", - "location": "sinople-theme/wasm/semantic_processor/src/lib.rs", - "file": "sinople-theme/wasm/semantic_processor/src/lib.rs", + "location": "project-wharf/xtask/src/main.rs", + "file": "project-wharf/xtask/src/main.rs", "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in sinople-theme/wasm/semantic_processor/src/lib.rs", + "description": "0 panic sites and 3 unwrap/expect calls in project-wharf/xtask/src/main.rs", "recommended_attack": [ "memory", "disk" @@ -196,59 +191,61 @@ "test_context": "production" }, { - "category": "UnsafeCode", - "location": "project-wharf/crates/wharf-ebpf/src/main.rs", - "file": "project-wharf/crates/wharf-ebpf/src/main.rs", - "severity": "High", - "description": "14 unsafe blocks in project-wharf/crates/wharf-ebpf/src/main.rs", + "category": "PanicPath", + "location": "project-wharf/bin/yacht-agent/src/main.rs", + "file": "project-wharf/bin/yacht-agent/src/main.rs", + "severity": "Medium", + "description": "0 panic sites and 3 unwrap/expect calls in project-wharf/bin/yacht-agent/src/main.rs", "recommended_attack": [ "memory", - "concurrency" + "disk" ], "test_context": "production" }, { - "category": "UnsafeCode", - "location": "project-wharf/crates/wharf-ebpf/src/main.rs", - "file": "project-wharf/crates/wharf-ebpf/src/main.rs", - "severity": "High", - "description": "Raw pointer cast in project-wharf/crates/wharf-ebpf/src/main.rs", + "category": "UnboundedAllocation", + "location": "project-wharf/bin/yacht-agent/src/ebpf.rs", + "file": "project-wharf/bin/yacht-agent/src/ebpf.rs", + "severity": "Medium", + "description": "Potential unbounded allocation pattern detected in project-wharf/bin/yacht-agent/src/ebpf.rs", "recommended_attack": [ "memory", - "concurrency" + "cpu" ], + "suppressed": true, "test_context": "production" }, { - "category": "InsecureProtocol", - "location": "project-wharf/crates/wharf-core/tests/integration.rs", - "file": "project-wharf/crates/wharf-core/tests/integration.rs", - "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in project-wharf/crates/wharf-core/tests/integration.rs", + "category": "DynamicCodeExecution", + "location": "journal-theme/tests/accessibility_test.js", + "file": "journal-theme/tests/accessibility_test.js", + "severity": "High", + "description": "DOM manipulation (innerHTML/document.write) in journal-theme/tests/accessibility_test.js", "recommended_attack": [ + "memory", "network" ], + "suppressed": true, "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "project-wharf/crates/wharf-core/src/config.rs", - "file": "project-wharf/crates/wharf-core/src/config.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in project-wharf/crates/wharf-core/src/config.rs", + "category": "HardcodedSecret", + "location": "secured/php-aegis/validation/run-validation.sh", + "file": "secured/php-aegis/validation/run-validation.sh", + "severity": "Critical", + "description": "Possible hardcoded secret in secured/php-aegis/validation/run-validation.sh", "recommended_attack": [ - "memory", - "cpu" + "network" ], "suppressed": true, "test_context": "production" }, { "category": "UnboundedAllocation", - "location": "project-wharf/crates/wharf-core/src/nebula.rs", - "file": "project-wharf/crates/wharf-core/src/nebula.rs", + "location": "praxis/wp_injector/src/main.rs", + "file": "praxis/wp_injector/src/main.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in project-wharf/crates/wharf-core/src/nebula.rs", + "description": "Potential unbounded allocation pattern detected in praxis/wp_injector/src/main.rs", "recommended_attack": [ "memory", "cpu" @@ -258,10 +255,10 @@ }, { "category": "PanicPath", - "location": "project-wharf/crates/wharf-core/src/crypto.rs", - "file": "project-wharf/crates/wharf-core/src/crypto.rs", + "location": "praxis/wp_injector/src/main.rs", + "file": "praxis/wp_injector/src/main.rs", "severity": "Medium", - "description": "0 panic sites and 4 unwrap/expect calls in project-wharf/crates/wharf-core/src/crypto.rs", + "description": "0 panic sites and 1 unwrap/expect calls in praxis/wp_injector/src/main.rs", "recommended_attack": [ "memory", "disk" @@ -269,125 +266,128 @@ "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "project-wharf/crates/wharf-core/src/fleet.rs", - "file": "project-wharf/crates/wharf-core/src/fleet.rs", + "category": "PanicPath", + "location": "praxis/wp_praxis_core/src/verification.rs", + "file": "praxis/wp_praxis_core/src/verification.rs", "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in project-wharf/crates/wharf-core/src/fleet.rs", + "description": "0 panic sites and 7 unwrap/expect calls in praxis/wp_praxis_core/src/verification.rs", "recommended_attack": [ "memory", - "cpu" + "disk" ], - "suppressed": true, "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "project-wharf/crates/wharf-core/src/integrity.rs", - "file": "project-wharf/crates/wharf-core/src/integrity.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in project-wharf/crates/wharf-core/src/integrity.rs", + "category": "CommandInjection", + "location": "praxis/Core/introspection/src/viz/graph-generator.rkt", + "file": "praxis/Core/introspection/src/viz/graph-generator.rkt", + "severity": "High", + "description": "System/process call in praxis/Core/introspection/src/viz/graph-generator.rkt", "recommended_attack": [ - "memory", - "cpu" + "cpu", + "disk" ], "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "project-wharf/xtask/src/main.rs", - "file": "project-wharf/xtask/src/main.rs", - "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in project-wharf/xtask/src/main.rs", + "category": "HardcodedSecret", + "location": "praxis/Core/db-schema/config/dev.exs", + "file": "praxis/Core/db-schema/config/dev.exs", + "severity": "Critical", + "description": "Possible hardcoded secret in praxis/Core/db-schema/config/dev.exs", "recommended_attack": [ - "memory", - "disk" + "network" ], + "suppressed": true, "test_context": "production" }, { - "category": "PanicPath", - "location": "project-wharf/bin/yacht-agent/src/main.rs", - "file": "project-wharf/bin/yacht-agent/src/main.rs", - "severity": "Medium", - "description": "0 panic sites and 3 unwrap/expect calls in project-wharf/bin/yacht-agent/src/main.rs", + "category": "HardcodedSecret", + "location": "praxis/Core/db-schema/config/test.exs", + "file": "praxis/Core/db-schema/config/test.exs", + "severity": "Critical", + "description": "Possible hardcoded secret in praxis/Core/db-schema/config/test.exs", "recommended_attack": [ - "memory", - "disk" + "network" ], + "suppressed": true, "test_context": "production" }, { - "category": "UnboundedAllocation", - "location": "project-wharf/bin/yacht-agent/src/ebpf.rs", - "file": "project-wharf/bin/yacht-agent/src/ebpf.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in project-wharf/bin/yacht-agent/src/ebpf.rs", + "category": "MutationGap", + "location": "praxis/Core/db-schema/test/support/data_case.ex", + "file": "praxis/Core/db-schema/test/support/data_case.ex", + "severity": "Low", + "description": "Elixir test file praxis/Core/db-schema/test/support/data_case.ex uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "suppressed": true, "test_context": "production" }, { - "category": "DynamicCodeExecution", - "location": "journal-theme/tests/accessibility_test.js", - "file": "journal-theme/tests/accessibility_test.js", - "severity": "High", - "description": "DOM manipulation (innerHTML/document.write) in journal-theme/tests/accessibility_test.js", + "category": "MutationGap", + "location": "praxis/Core/db-schema/test/schema_test.exs", + "file": "praxis/Core/db-schema/test/schema_test.exs", + "severity": "Low", + "description": "Elixir test file praxis/Core/db-schema/test/schema_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", - "network" + "cpu" ], - "suppressed": true, "test_context": "test_only" }, { - "category": "DynamicCodeExecution", - "location": "resurrect/state/lib/state-utils.scm", - "file": "resurrect/state/lib/state-utils.scm", - "severity": "High", - "description": "eval usage in resurrect/state/lib/state-utils.scm", + "category": "MutationGap", + "location": "praxis/Core/db-schema/test/query_test.exs", + "file": "praxis/Core/db-schema/test/query_test.exs", + "severity": "Low", + "description": "Elixir test file praxis/Core/db-schema/test/query_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "cpu", - "memory" + "cpu" ], - "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { - "category": "UnboundedAllocation", - "location": "resurrect/src/socp-tui/src/config.rs", - "file": "resurrect/src/socp-tui/src/config.rs", - "severity": "Medium", - "description": "Potential unbounded allocation pattern detected in resurrect/src/socp-tui/src/config.rs", + "category": "MutationGap", + "location": "praxis/Core/db-schema/test/schema/symbol_test.exs", + "file": "praxis/Core/db-schema/test/schema/symbol_test.exs", + "severity": "Low", + "description": "Elixir test file praxis/Core/db-schema/test/schema/symbol_test.exs uses ExUnit.Case but has no ExUnitProperties/StreamData — add property-based tests to improve mutation coverage", "recommended_attack": [ - "memory", "cpu" ], - "suppressed": true, - "test_context": "production" + "test_context": "test_only" }, { - "category": "PanicPath", - "location": "resurrect/src/socp-tui/src/events.rs", - "file": "resurrect/src/socp-tui/src/events.rs", + "category": "CommandInjection", + "location": "praxis/Core/cli-wrapper/lib/wp_praxis_cli/validator.ex", + "file": "praxis/Core/cli-wrapper/lib/wp_praxis_cli/validator.ex", + "severity": "Medium", + "description": "System command execution in praxis/Core/cli-wrapper/lib/wp_praxis_cli/validator.ex", + "recommended_attack": [ + "cpu", + "disk" + ], + "test_context": "production" + }, + { + "category": "CommandInjection", + "location": "plugin-conflict-mapper/bin/install-wp-tests.sh", + "file": "plugin-conflict-mapper/bin/install-wp-tests.sh", "severity": "Medium", - "description": "0 panic sites and 1 unwrap/expect calls in resurrect/src/socp-tui/src/events.rs", + "description": "41 potentially unquoted variable expansions in plugin-conflict-mapper/bin/install-wp-tests.sh", "recommended_attack": [ - "memory", - "disk" + "cpu" ], + "suppressed": true, "test_context": "production" }, { "category": "HardcodedSecret", - "location": "secured/php-aegis/validation/run-validation.sh", - "file": "secured/php-aegis/validation/run-validation.sh", + "location": "plugin-conflict-mapper/bin/install-wp-tests.sh", + "file": "plugin-conflict-mapper/bin/install-wp-tests.sh", "severity": "Critical", - "description": "Possible hardcoded secret in secured/php-aegis/validation/run-validation.sh", + "description": "Possible hardcoded secret in plugin-conflict-mapper/bin/install-wp-tests.sh", "recommended_attack": [ "network" ], @@ -406,109 +406,111 @@ }, "file_statistics": [ { - "file_path": "praxis/wp_injector/src/main.rs", - "lines": 1298, + "file_path": "sinople-theme/wordpress/assets/js/graph-viewer.js", + "lines": 263, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 7, - "allocation_sites": 10, + "unwrap_calls": 0, + "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "praxis/examples/quickstart/quickstart.sh", - "lines": 203, + "file_path": "sinople-theme/wasm/semantic_processor/src/lib.rs", + "lines": 499, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "unwrap_calls": 4, + "safe_unwrap_calls": 13, + "allocation_sites": 18, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "praxis/wp_praxis_core/src/validation.rs", - "lines": 301, + "file_path": "sinople-theme/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "praxis/wp_praxis_core/src/verification.rs", - "lines": 254, + "file_path": "sinople-theme/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 7, - "allocation_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "praxis/wp_praxis_core/src/parser/toml.rs", - "lines": 267, + "file_path": "resurrect/config/sites/example.ncl", + "lines": 260, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "praxis/wp_praxis_core/src/parser/yaml.rs", - "lines": 283, + "file_path": "resurrect/config/schema/site.ncl", + "lines": 86, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "praxis/wp_praxis_core/src/manifest.rs", - "lines": 161, + "file_path": "resurrect/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 6, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "praxis/wp_praxis_core/src/symbol.rs", - "lines": 318, + "file_path": "resurrect/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 4, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "praxis/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "resurrect/src/socp-tui/src/events.rs", + "lines": 58, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, + "unwrap_calls": 1, + "safe_unwrap_calls": 1, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "praxis/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "resurrect/src/socp-tui/src/app.rs", + "lines": 316, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "safe_unwrap_calls": 3, + "allocation_sites": 2, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "praxis/Core/cli-wrapper/lib/wp_praxis_cli/validator.ex", - "lines": 149, + "file_path": "resurrect/src/socp-tui/src/config.rs", + "lines": 30, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -517,179 +519,206 @@ "threading_constructs": 0 }, { - "file_path": "praxis/Core/introspection/src/io/json-reader.rkt", - "lines": 115, - "unsafe_blocks": 0, + "file_path": "project-wharf/crates/wharf-ebpf/src/main.rs", + "lines": 169, + "unsafe_blocks": 14, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "praxis/Core/introspection/src/reports/html-reporter.rkt", - "lines": 180, + "file_path": "project-wharf/crates/wharf-core/src/crypto.rs", + "lines": 918, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 4, + "safe_unwrap_calls": 2, + "allocation_sites": 2, + "io_operations": 5, + "threading_constructs": 0 + }, + { + "file_path": "project-wharf/crates/wharf-core/src/mooring.rs", + "lines": 550, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "safe_unwrap_calls": 5, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "praxis/Core/introspection/src/reports/json-reporter.rkt", - "lines": 62, + "file_path": "project-wharf/crates/wharf-core/src/fleet.rs", + "lines": 374, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "safe_unwrap_calls": 3, + "allocation_sites": 8, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "praxis/Core/introspection/src/viz/graph-generator.rkt", - "lines": 119, + "file_path": "project-wharf/crates/wharf-core/src/nebula.rs", + "lines": 1024, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 2, + "io_operations": 13, "threading_constructs": 0 }, { - "file_path": "plugin-conflict-mapper/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "project-wharf/crates/wharf-core/src/sync.rs", + "lines": 250, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "safe_unwrap_calls": 3, + "allocation_sites": 2, + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "plugin-conflict-mapper/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "project-wharf/crates/wharf-core/src/config.rs", + "lines": 467, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "safe_unwrap_calls": 1, + "allocation_sites": 2, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "plugin-conflict-mapper/bin/install-wp-tests.sh", - "lines": 157, + "file_path": "project-wharf/crates/wharf-core/src/integrity.rs", + "lines": 540, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 2, + "safe_unwrap_calls": 7, + "allocation_sites": 34, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "sinople-theme/wasm/semantic_processor/src/lib.rs", - "lines": 499, + "file_path": "project-wharf/crates/wharf-core/src/mooring_client.rs", + "lines": 243, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 13, - "allocation_sites": 18, + "unwrap_calls": 0, + "safe_unwrap_calls": 5, + "allocation_sites": 8, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "sinople-theme/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "project-wharf/crates/wharf-core/src/errors.rs", + "lines": 31, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "sinople-theme/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "project-wharf/xtask/src/main.rs", + "lines": 212, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "unwrap_calls": 3, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "sinople-theme/wordpress/assets/js/graph-viewer.js", - "lines": 263, + "file_path": "project-wharf/scripts/demo.sh", + "lines": 344, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 7, "threading_constructs": 0 }, { - "file_path": "project-wharf/deploy/local-test.sh", - "lines": 176, + "file_path": "project-wharf/scripts/smoke_test.sh", + "lines": 228, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "project-wharf/deploy/verify-sqli.sh", - "lines": 159, + "file_path": "project-wharf/scripts/deploy_yacht.sh", + "lines": 173, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "project-wharf/deploy/setup.sh", - "lines": 172, + "file_path": "project-wharf/scripts/render_zone.sh", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "project-wharf/scripts/smoke_test.sh", - "lines": 228, + "file_path": "project-wharf/deploy/local-test.sh", + "lines": 176, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "project-wharf/scripts/deploy_yacht.sh", - "lines": 173, + "file_path": "project-wharf/deploy/setup.sh", + "lines": 172, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "project-wharf/scripts/demo.sh", - "lines": 344, + "file_path": "project-wharf/deploy/verify-sqli.sh", + "lines": 159, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "project-wharf/scripts/render_zone.sh", - "lines": 67, + "file_path": "project-wharf/bin/yacht-agent/src/main.rs", + "lines": 1500, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 3, + "safe_unwrap_calls": 3, + "allocation_sites": 6, + "io_operations": 10, + "threading_constructs": 1 + }, + { + "file_path": "project-wharf/bin/yacht-agent/src/ebpf.rs", + "lines": 221, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -698,158 +727,141 @@ "threading_constructs": 0 }, { - "file_path": "project-wharf/crates/wharf-ebpf/src/main.rs", - "lines": 169, - "unsafe_blocks": 14, + "file_path": "project-wharf/bin/wharf-cli/src/ops/moor.rs", + "lines": 324, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, + "safe_unwrap_calls": 2, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "project-wharf/crates/wharf-core/src/config.rs", - "lines": 467, + "file_path": "project-wharf/bin/wharf-cli/src/main.rs", + "lines": 1188, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 1, - "allocation_sites": 2, - "io_operations": 4, + "safe_unwrap_calls": 2, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "project-wharf/crates/wharf-core/src/nebula.rs", - "lines": 1024, + "file_path": "journal-theme/sw.js", + "lines": 67, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 2, - "io_operations": 13, - "threading_constructs": 0 - }, - { - "file_path": "project-wharf/crates/wharf-core/src/crypto.rs", - "lines": 918, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 4, - "safe_unwrap_calls": 2, - "allocation_sites": 2, - "io_operations": 5, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "project-wharf/crates/wharf-core/src/errors.rs", - "lines": 31, + "file_path": "secured/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "project-wharf/crates/wharf-core/src/mooring.rs", - "lines": 550, + "file_path": "secured/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 8, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "project-wharf/crates/wharf-core/src/sync.rs", - "lines": 250, + "file_path": "secured/php-aegis/validation/run-validation.sh", + "lines": 367, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, - "io_operations": 1, + "allocation_sites": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "project-wharf/crates/wharf-core/src/fleet.rs", - "lines": 374, + "file_path": "praxis/wp_injector/src/main.rs", + "lines": 1298, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 8, + "unwrap_calls": 1, + "safe_unwrap_calls": 7, + "allocation_sites": 10, "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "project-wharf/crates/wharf-core/src/mooring_client.rs", - "lines": 243, + "file_path": "praxis/wp_praxis_core/src/validation.rs", + "lines": 301, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 5, - "allocation_sites": 8, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "project-wharf/crates/wharf-core/src/integrity.rs", - "lines": 540, + "file_path": "praxis/wp_praxis_core/src/manifest.rs", + "lines": 161, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 7, - "allocation_sites": 34, - "io_operations": 4, + "allocation_sites": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "project-wharf/xtask/src/main.rs", - "lines": 212, + "file_path": "praxis/wp_praxis_core/src/parser/yaml.rs", + "lines": 283, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, - "allocation_sites": 0, - "io_operations": 1, + "unwrap_calls": 0, + "allocation_sites": 4, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "project-wharf/bin/wharf-cli/src/main.rs", - "lines": 1188, + "file_path": "praxis/wp_praxis_core/src/parser/toml.rs", + "lines": 267, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 2, - "allocation_sites": 6, + "allocation_sites": 4, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "project-wharf/bin/wharf-cli/src/ops/moor.rs", - "lines": 324, + "file_path": "praxis/wp_praxis_core/src/verification.rs", + "lines": 254, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 0, - "safe_unwrap_calls": 2, + "unwrap_calls": 7, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "project-wharf/bin/yacht-agent/src/main.rs", - "lines": 1500, + "file_path": "praxis/wp_praxis_core/src/symbol.rs", + "lines": 318, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 3, - "safe_unwrap_calls": 3, - "allocation_sites": 6, - "io_operations": 10, - "threading_constructs": 1 + "unwrap_calls": 0, + "allocation_sites": 4, + "io_operations": 0, + "threading_constructs": 0 }, { - "file_path": "project-wharf/bin/yacht-agent/src/ebpf.rs", - "lines": 221, + "file_path": "praxis/examples/quickstart/quickstart.sh", + "lines": 203, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -858,8 +870,8 @@ "threading_constructs": 0 }, { - "file_path": "journal-theme/sw.js", - "lines": 67, + "file_path": "praxis/Core/introspection/src/viz/graph-generator.rkt", + "lines": 119, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -868,18 +880,18 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "praxis/Core/introspection/src/io/json-reader.rkt", + "lines": 115, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "resurrect/config/sites/example.ncl", - "lines": 260, + "file_path": "praxis/Core/introspection/src/reports/json-reporter.rkt", + "lines": 62, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -888,18 +900,18 @@ "threading_constructs": 0 }, { - "file_path": "resurrect/config/schema/site.ncl", - "lines": 86, + "file_path": "praxis/Core/introspection/src/reports/html-reporter.rkt", + "lines": 180, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 7, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "resurrect/src/socp-tui/src/config.rs", - "lines": 30, + "file_path": "praxis/Core/cli-wrapper/lib/wp_praxis_cli/validator.ex", + "lines": 149, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -908,29 +920,27 @@ "threading_constructs": 0 }, { - "file_path": "resurrect/src/socp-tui/src/app.rs", - "lines": 316, + "file_path": "praxis/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "safe_unwrap_calls": 3, - "allocation_sites": 2, + "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "resurrect/src/socp-tui/src/events.rs", - "lines": 58, + "file_path": "praxis/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, - "unwrap_calls": 1, - "safe_unwrap_calls": 1, - "allocation_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "resurrect/ffi/zig/test/integration_test.zig", + "file_path": "plugin-conflict-mapper/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -940,7 +950,7 @@ "threading_constructs": 2 }, { - "file_path": "resurrect/ffi/zig/src/main.zig", + "file_path": "plugin-conflict-mapper/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -950,93 +960,53 @@ "threading_constructs": 0 }, { - "file_path": "secured/php-aegis/validation/run-validation.sh", - "lines": 367, + "file_path": "plugin-conflict-mapper/bin/install-wp-tests.sh", + "lines": 157, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "secured/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 - }, - { - "file_path": "secured/ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ - "disk", - "memory", - "cpu", "network", - "concurrency" + "memory", + "concurrency", + "disk", + "cpu" ], "dependency_graph": { "edges": [ { - "from": "praxis/Core/introspection/src/reports/html-reporter.rkt", - "to": "praxis/Core/introspection/src/reports/json-reporter.rkt", + "from": "praxis/Core/introspection/src/reports/json-reporter.rkt", + "to": "praxis/Core/introspection/src/reports/html-reporter.rkt", "relation": "shared_dir:praxis/Core/introspection/src/reports", "weight": 1.0 }, { - "from": "project-wharf/deploy/local-test.sh", - "to": "project-wharf/deploy/verify-sqli.sh", - "relation": "shared_dir:project-wharf/deploy", - "weight": 1.0 - }, - { - "from": "project-wharf/deploy/verify-sqli.sh", - "to": "project-wharf/deploy/setup.sh", - "relation": "shared_dir:project-wharf/deploy", - "weight": 1.0 - }, - { - "from": "resurrect/src/socp-tui/src/config.rs", + "from": "resurrect/src/socp-tui/src/events.rs", "to": "resurrect/src/socp-tui/src/app.rs", "relation": "shared_dir:resurrect/src/socp-tui/src", "weight": 1.0 }, { "from": "resurrect/src/socp-tui/src/app.rs", - "to": "resurrect/src/socp-tui/src/events.rs", + "to": "resurrect/src/socp-tui/src/config.rs", "relation": "shared_dir:resurrect/src/socp-tui/src", "weight": 1.0 }, - { - "from": "project-wharf/scripts/smoke_test.sh", - "to": "project-wharf/scripts/deploy_yacht.sh", - "relation": "shared_dir:project-wharf/scripts", - "weight": 1.0 - }, - { - "from": "project-wharf/scripts/deploy_yacht.sh", - "to": "project-wharf/scripts/demo.sh", - "relation": "shared_dir:project-wharf/scripts", - "weight": 1.0 - }, - { - "from": "project-wharf/scripts/demo.sh", - "to": "project-wharf/scripts/render_zone.sh", - "relation": "shared_dir:project-wharf/scripts", - "weight": 1.0 - }, { "from": "project-wharf/bin/yacht-agent/src/main.rs", "to": "project-wharf/bin/yacht-agent/src/ebpf.rs", @@ -1044,373 +1014,385 @@ "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/config.rs", - "to": "project-wharf/crates/wharf-core/src/nebula.rs", - "relation": "shared_dir:project-wharf/crates/wharf-core/src", - "weight": 1.0 - }, - { - "from": "project-wharf/crates/wharf-core/src/nebula.rs", - "to": "project-wharf/crates/wharf-core/src/crypto.rs", + "from": "project-wharf/crates/wharf-core/src/crypto.rs", + "to": "project-wharf/crates/wharf-core/src/mooring.rs", "relation": "shared_dir:project-wharf/crates/wharf-core/src", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/crypto.rs", - "to": "project-wharf/crates/wharf-core/src/errors.rs", + "from": "project-wharf/crates/wharf-core/src/mooring.rs", + "to": "project-wharf/crates/wharf-core/src/fleet.rs", "relation": "shared_dir:project-wharf/crates/wharf-core/src", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/errors.rs", - "to": "project-wharf/crates/wharf-core/src/mooring.rs", + "from": "project-wharf/crates/wharf-core/src/fleet.rs", + "to": "project-wharf/crates/wharf-core/src/nebula.rs", "relation": "shared_dir:project-wharf/crates/wharf-core/src", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/mooring.rs", + "from": "project-wharf/crates/wharf-core/src/nebula.rs", "to": "project-wharf/crates/wharf-core/src/sync.rs", "relation": "shared_dir:project-wharf/crates/wharf-core/src", "weight": 1.0 }, { "from": "project-wharf/crates/wharf-core/src/sync.rs", - "to": "project-wharf/crates/wharf-core/src/fleet.rs", + "to": "project-wharf/crates/wharf-core/src/config.rs", "relation": "shared_dir:project-wharf/crates/wharf-core/src", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/fleet.rs", + "from": "project-wharf/crates/wharf-core/src/config.rs", + "to": "project-wharf/crates/wharf-core/src/integrity.rs", + "relation": "shared_dir:project-wharf/crates/wharf-core/src", + "weight": 1.0 + }, + { + "from": "project-wharf/crates/wharf-core/src/integrity.rs", "to": "project-wharf/crates/wharf-core/src/mooring_client.rs", "relation": "shared_dir:project-wharf/crates/wharf-core/src", "weight": 1.0 }, { "from": "project-wharf/crates/wharf-core/src/mooring_client.rs", - "to": "project-wharf/crates/wharf-core/src/integrity.rs", + "to": "project-wharf/crates/wharf-core/src/errors.rs", "relation": "shared_dir:project-wharf/crates/wharf-core/src", "weight": 1.0 }, { - "from": "praxis/wp_praxis_core/src/validation.rs", - "to": "praxis/wp_praxis_core/src/verification.rs", - "relation": "shared_dir:praxis/wp_praxis_core/src", + "from": "praxis/wp_praxis_core/src/parser/yaml.rs", + "to": "praxis/wp_praxis_core/src/parser/toml.rs", + "relation": "shared_dir:praxis/wp_praxis_core/src/parser", "weight": 1.0 }, { - "from": "praxis/wp_praxis_core/src/verification.rs", + "from": "praxis/wp_praxis_core/src/validation.rs", "to": "praxis/wp_praxis_core/src/manifest.rs", "relation": "shared_dir:praxis/wp_praxis_core/src", "weight": 1.0 }, { "from": "praxis/wp_praxis_core/src/manifest.rs", + "to": "praxis/wp_praxis_core/src/verification.rs", + "relation": "shared_dir:praxis/wp_praxis_core/src", + "weight": 1.0 + }, + { + "from": "praxis/wp_praxis_core/src/verification.rs", "to": "praxis/wp_praxis_core/src/symbol.rs", "relation": "shared_dir:praxis/wp_praxis_core/src", "weight": 1.0 }, { - "from": "praxis/wp_praxis_core/src/parser/toml.rs", - "to": "praxis/wp_praxis_core/src/parser/yaml.rs", - "relation": "shared_dir:praxis/wp_praxis_core/src/parser", + "from": "project-wharf/scripts/demo.sh", + "to": "project-wharf/scripts/smoke_test.sh", + "relation": "shared_dir:project-wharf/scripts", "weight": 1.0 }, { - "from": "praxis/wp_injector/src/main.rs", - "to": "WebServer", - "relation": "framework", + "from": "project-wharf/scripts/smoke_test.sh", + "to": "project-wharf/scripts/deploy_yacht.sh", + "relation": "shared_dir:project-wharf/scripts", "weight": 1.0 }, { - "from": "praxis/wp_injector/src/main.rs", - "to": "Ecto", - "relation": "framework", + "from": "project-wharf/scripts/deploy_yacht.sh", + "to": "project-wharf/scripts/render_zone.sh", + "relation": "shared_dir:project-wharf/scripts", "weight": 1.0 }, { - "from": "praxis/examples/quickstart/quickstart.sh", - "to": "WebServer", - "relation": "framework", + "from": "project-wharf/deploy/local-test.sh", + "to": "project-wharf/deploy/setup.sh", + "relation": "shared_dir:project-wharf/deploy", "weight": 1.0 }, { - "from": "praxis/examples/quickstart/quickstart.sh", + "from": "project-wharf/deploy/setup.sh", + "to": "project-wharf/deploy/verify-sqli.sh", + "relation": "shared_dir:project-wharf/deploy", + "weight": 1.0 + }, + { + "from": "sinople-theme/wordpress/assets/js/graph-viewer.js", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "praxis/wp_praxis_core/src/validation.rs", + "from": "sinople-theme/wordpress/assets/js/graph-viewer.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "praxis/wp_praxis_core/src/validation.rs", + "from": "sinople-theme/wasm/semantic_processor/src/lib.rs", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "praxis/wp_praxis_core/src/verification.rs", + "from": "sinople-theme/wasm/semantic_processor/src/lib.rs", "to": "WebServer", "relation": "framework", - "weight": 7.0 + "weight": 4.0 }, { - "from": "praxis/wp_praxis_core/src/verification.rs", + "from": "sinople-theme/ffi/zig/test/integration_test.zig", "to": "Ecto", "relation": "framework", - "weight": 7.0 + "weight": 4.0 }, { - "from": "praxis/wp_praxis_core/src/parser/toml.rs", + "from": "sinople-theme/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "praxis/wp_praxis_core/src/parser/toml.rs", + "from": "sinople-theme/ffi/zig/src/main.zig", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "praxis/wp_praxis_core/src/parser/yaml.rs", + "from": "sinople-theme/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "praxis/wp_praxis_core/src/parser/yaml.rs", + "from": "resurrect/config/sites/example.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "praxis/wp_praxis_core/src/manifest.rs", + "from": "resurrect/config/sites/example.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "praxis/wp_praxis_core/src/manifest.rs", + "from": "resurrect/config/schema/site.ncl", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "praxis/wp_praxis_core/src/symbol.rs", + "from": "resurrect/config/schema/site.ncl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "praxis/wp_praxis_core/src/symbol.rs", + "from": "resurrect/ffi/zig/test/integration_test.zig", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "praxis/ffi/zig/test/integration_test.zig", + "from": "resurrect/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", "weight": 4.0 }, { - "from": "praxis/ffi/zig/test/integration_test.zig", + "from": "resurrect/ffi/zig/src/main.zig", "to": "Ecto", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "praxis/ffi/zig/src/main.zig", + "from": "resurrect/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "praxis/ffi/zig/src/main.zig", + "from": "resurrect/src/socp-tui/src/events.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "praxis/Core/cli-wrapper/lib/wp_praxis_cli/validator.ex", + "from": "resurrect/src/socp-tui/src/events.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "praxis/Core/cli-wrapper/lib/wp_praxis_cli/validator.ex", + "from": "resurrect/src/socp-tui/src/app.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "praxis/Core/introspection/src/io/json-reader.rkt", + "from": "resurrect/src/socp-tui/src/app.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "praxis/Core/introspection/src/io/json-reader.rkt", + "from": "resurrect/src/socp-tui/src/config.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "praxis/Core/introspection/src/reports/html-reporter.rkt", + "from": "resurrect/src/socp-tui/src/config.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "praxis/Core/introspection/src/reports/html-reporter.rkt", + "from": "project-wharf/crates/wharf-ebpf/src/main.rs", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 42.0 }, { - "from": "praxis/Core/introspection/src/reports/json-reporter.rkt", + "from": "project-wharf/crates/wharf-ebpf/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 42.0 }, { - "from": "praxis/Core/introspection/src/reports/json-reporter.rkt", + "from": "project-wharf/crates/wharf-core/src/crypto.rs", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "praxis/Core/introspection/src/viz/graph-generator.rkt", + "from": "project-wharf/crates/wharf-core/src/crypto.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "praxis/Core/introspection/src/viz/graph-generator.rkt", + "from": "project-wharf/crates/wharf-core/src/mooring.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "plugin-conflict-mapper/ffi/zig/test/integration_test.zig", + "from": "project-wharf/crates/wharf-core/src/mooring.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "plugin-conflict-mapper/ffi/zig/test/integration_test.zig", + "from": "project-wharf/crates/wharf-core/src/fleet.rs", "to": "Ecto", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "plugin-conflict-mapper/ffi/zig/src/main.zig", + "from": "project-wharf/crates/wharf-core/src/fleet.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "plugin-conflict-mapper/ffi/zig/src/main.zig", + "from": "project-wharf/crates/wharf-core/src/nebula.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "plugin-conflict-mapper/bin/install-wp-tests.sh", + "from": "project-wharf/crates/wharf-core/src/nebula.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "plugin-conflict-mapper/bin/install-wp-tests.sh", + "from": "project-wharf/crates/wharf-core/src/sync.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "sinople-theme/wasm/semantic_processor/src/lib.rs", + "from": "project-wharf/crates/wharf-core/src/sync.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "sinople-theme/wasm/semantic_processor/src/lib.rs", + "from": "project-wharf/crates/wharf-core/src/config.rs", "to": "Ecto", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "sinople-theme/ffi/zig/test/integration_test.zig", + "from": "project-wharf/crates/wharf-core/src/config.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "sinople-theme/ffi/zig/test/integration_test.zig", + "from": "project-wharf/crates/wharf-core/src/integrity.rs", "to": "Ecto", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "sinople-theme/ffi/zig/src/main.zig", + "from": "project-wharf/crates/wharf-core/src/integrity.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "sinople-theme/ffi/zig/src/main.zig", + "from": "project-wharf/crates/wharf-core/src/mooring_client.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "sinople-theme/wordpress/assets/js/graph-viewer.js", + "from": "project-wharf/crates/wharf-core/src/mooring_client.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "sinople-theme/wordpress/assets/js/graph-viewer.js", + "from": "project-wharf/crates/wharf-core/src/errors.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/deploy/local-test.sh", + "from": "project-wharf/crates/wharf-core/src/errors.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/deploy/local-test.sh", + "from": "project-wharf/xtask/src/main.rs", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "project-wharf/deploy/verify-sqli.sh", + "from": "project-wharf/xtask/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "project-wharf/deploy/verify-sqli.sh", + "from": "project-wharf/scripts/demo.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/deploy/setup.sh", + "from": "project-wharf/scripts/demo.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/deploy/setup.sh", + "from": "project-wharf/scripts/smoke_test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 @@ -1422,7 +1404,7 @@ "weight": 1.0 }, { - "from": "project-wharf/scripts/smoke_test.sh", + "from": "project-wharf/scripts/deploy_yacht.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 @@ -1434,426 +1416,441 @@ "weight": 1.0 }, { - "from": "project-wharf/scripts/deploy_yacht.sh", + "from": "project-wharf/scripts/render_zone.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/scripts/demo.sh", + "from": "project-wharf/scripts/render_zone.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/scripts/demo.sh", + "from": "project-wharf/deploy/local-test.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/scripts/render_zone.sh", + "from": "project-wharf/deploy/local-test.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/scripts/render_zone.sh", + "from": "project-wharf/deploy/setup.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-ebpf/src/main.rs", + "from": "project-wharf/deploy/setup.sh", "to": "WebServer", "relation": "framework", - "weight": 42.0 + "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-ebpf/src/main.rs", + "from": "project-wharf/deploy/verify-sqli.sh", "to": "Ecto", "relation": "framework", - "weight": 42.0 + "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/config.rs", + "from": "project-wharf/deploy/verify-sqli.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/config.rs", + "from": "project-wharf/bin/yacht-agent/src/main.rs", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "project-wharf/crates/wharf-core/src/nebula.rs", + "from": "project-wharf/bin/yacht-agent/src/main.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 5.0 }, { - "from": "project-wharf/crates/wharf-core/src/nebula.rs", + "from": "project-wharf/bin/yacht-agent/src/ebpf.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/crypto.rs", + "from": "project-wharf/bin/yacht-agent/src/ebpf.rs", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/crypto.rs", + "from": "project-wharf/bin/wharf-cli/src/ops/moor.rs", "to": "Ecto", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/errors.rs", + "from": "project-wharf/bin/wharf-cli/src/ops/moor.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/errors.rs", + "from": "project-wharf/bin/wharf-cli/src/main.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/mooring.rs", + "from": "project-wharf/bin/wharf-cli/src/main.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/mooring.rs", + "from": "journal-theme/sw.js", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/sync.rs", + "from": "journal-theme/sw.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/sync.rs", + "from": "secured/ffi/zig/test/integration_test.zig", + "to": "Ecto", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "secured/ffi/zig/test/integration_test.zig", + "to": "WebServer", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "secured/ffi/zig/src/main.zig", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/fleet.rs", + "from": "secured/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/fleet.rs", + "from": "secured/php-aegis/validation/run-validation.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/mooring_client.rs", + "from": "secured/php-aegis/validation/run-validation.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/mooring_client.rs", + "from": "praxis/wp_injector/src/main.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/integrity.rs", + "from": "praxis/wp_injector/src/main.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/crates/wharf-core/src/integrity.rs", + "from": "praxis/wp_praxis_core/src/validation.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/xtask/src/main.rs", + "from": "praxis/wp_praxis_core/src/validation.rs", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "project-wharf/xtask/src/main.rs", + "from": "praxis/wp_praxis_core/src/manifest.rs", "to": "Ecto", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "project-wharf/bin/wharf-cli/src/main.rs", + "from": "praxis/wp_praxis_core/src/manifest.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/bin/wharf-cli/src/main.rs", + "from": "praxis/wp_praxis_core/src/parser/yaml.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/bin/wharf-cli/src/ops/moor.rs", + "from": "praxis/wp_praxis_core/src/parser/yaml.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/bin/wharf-cli/src/ops/moor.rs", + "from": "praxis/wp_praxis_core/src/parser/toml.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "project-wharf/bin/yacht-agent/src/main.rs", + "from": "praxis/wp_praxis_core/src/parser/toml.rs", "to": "WebServer", "relation": "framework", - "weight": 5.0 + "weight": 1.0 }, { - "from": "project-wharf/bin/yacht-agent/src/main.rs", + "from": "praxis/wp_praxis_core/src/verification.rs", "to": "Ecto", "relation": "framework", - "weight": 5.0 + "weight": 7.0 }, { - "from": "project-wharf/bin/yacht-agent/src/ebpf.rs", + "from": "praxis/wp_praxis_core/src/verification.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 7.0 }, { - "from": "project-wharf/bin/yacht-agent/src/ebpf.rs", + "from": "praxis/wp_praxis_core/src/symbol.rs", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "journal-theme/sw.js", + "from": "praxis/wp_praxis_core/src/symbol.rs", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "journal-theme/sw.js", + "from": "praxis/examples/quickstart/quickstart.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "praxis/examples/quickstart/quickstart.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "praxis/Core/introspection/src/viz/graph-generator.rkt", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "resurrect/config/sites/example.ncl", + "from": "praxis/Core/introspection/src/viz/graph-generator.rkt", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "resurrect/config/sites/example.ncl", + "from": "praxis/Core/introspection/src/io/json-reader.rkt", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "resurrect/config/schema/site.ncl", + "from": "praxis/Core/introspection/src/io/json-reader.rkt", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "resurrect/config/schema/site.ncl", + "from": "praxis/Core/introspection/src/reports/json-reporter.rkt", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "resurrect/src/socp-tui/src/config.rs", + "from": "praxis/Core/introspection/src/reports/json-reporter.rkt", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "resurrect/src/socp-tui/src/config.rs", + "from": "praxis/Core/introspection/src/reports/html-reporter.rkt", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "resurrect/src/socp-tui/src/app.rs", + "from": "praxis/Core/introspection/src/reports/html-reporter.rkt", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "resurrect/src/socp-tui/src/app.rs", + "from": "praxis/Core/cli-wrapper/lib/wp_praxis_cli/validator.ex", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "resurrect/src/socp-tui/src/events.rs", + "from": "praxis/Core/cli-wrapper/lib/wp_praxis_cli/validator.ex", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "resurrect/src/socp-tui/src/events.rs", + "from": "praxis/ffi/zig/test/integration_test.zig", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "resurrect/ffi/zig/test/integration_test.zig", + "from": "praxis/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", "weight": 4.0 }, { - "from": "resurrect/ffi/zig/test/integration_test.zig", + "from": "praxis/ffi/zig/src/main.zig", "to": "Ecto", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "resurrect/ffi/zig/src/main.zig", + "from": "praxis/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "resurrect/ffi/zig/src/main.zig", + "from": "plugin-conflict-mapper/ffi/zig/test/integration_test.zig", "to": "Ecto", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "secured/php-aegis/validation/run-validation.sh", + "from": "plugin-conflict-mapper/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "secured/php-aegis/validation/run-validation.sh", + "from": "plugin-conflict-mapper/ffi/zig/src/main.zig", "to": "Ecto", "relation": "framework", "weight": 1.0 }, { - "from": "secured/ffi/zig/test/integration_test.zig", + "from": "plugin-conflict-mapper/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "secured/ffi/zig/test/integration_test.zig", + "from": "plugin-conflict-mapper/bin/install-wp-tests.sh", "to": "Ecto", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "secured/ffi/zig/src/main.zig", + "from": "plugin-conflict-mapper/bin/install-wp-tests.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "secured/ffi/zig/src/main.zig", + "from": "setup.sh", "to": "Ecto", "relation": "framework", "weight": 1.0 + }, + { + "from": "setup.sh", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "CommandInjection", - "sink_axis": "cpu", - "severity_value": 3.5, + "source_category": "PathTraversal", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "praxis/Core/cli-wrapper/lib/wp_praxis_cli/validator.ex", - "praxis/Core/introspection/src/viz/graph-generator.rkt", - "plugin-conflict-mapper/bin/install-wp-tests.sh" + "project-wharf/deploy/local-test.sh", + "project-wharf/deploy/setup.sh" ], "frameworks": [ - "WebServer", - "Ecto" + "Ecto", + "WebServer" ], - "relation": "CommandInjection->Cpu" + "relation": "PathTraversal->Disk" }, { - "source_category": "UnboundedAllocation", - "sink_axis": "cpu", - "severity_value": 2.5, + "source_category": "UnsafeCode", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "praxis/wp_injector/src/main.rs", - "project-wharf/crates/wharf-core/src/config.rs", - "project-wharf/crates/wharf-core/src/nebula.rs", - "project-wharf/crates/wharf-core/src/fleet.rs", - "project-wharf/crates/wharf-core/src/integrity.rs", - "project-wharf/bin/yacht-agent/src/ebpf.rs", - "resurrect/src/socp-tui/src/config.rs" + "project-wharf/crates/wharf-ebpf/src/main.rs", + "project-wharf/crates/wharf-ebpf/src/main.rs" ], "frameworks": [ - "WebServer", - "Ecto" + "Ecto", + "WebServer" ], - "relation": "UnboundedAllocation->Cpu" + "relation": "UnsafeCode->Memory" }, { - "source_category": "HardcodedSecret", - "sink_axis": "network", - "severity_value": 5.0, + "source_category": "DynamicCodeExecution", + "sink_axis": "memory", + "severity_value": 3.5, "files": [ - "praxis/Core/db-schema/config/test.exs", - "praxis/Core/db-schema/config/dev.exs", - "plugin-conflict-mapper/bin/install-wp-tests.sh", - "secured/php-aegis/validation/run-validation.sh" + "resurrect/state/lib/state-utils.scm", + "journal-theme/tests/accessibility_test.js" ], "frameworks": [ - "WebServer", - "Ecto" + "Ecto", + "WebServer" ], - "relation": "HardcodedSecret->Network" + "relation": "DynamicCodeExecution->Memory" }, { - "source_category": "UnsafeCode", - "sink_axis": "memory", - "severity_value": 3.5, + "source_category": "PanicPath", + "sink_axis": "disk", + "severity_value": 2.5, "files": [ - "project-wharf/crates/wharf-ebpf/src/main.rs", - "project-wharf/crates/wharf-ebpf/src/main.rs" + "sinople-theme/wasm/semantic_processor/src/lib.rs", + "resurrect/src/socp-tui/src/events.rs", + "project-wharf/crates/wharf-core/src/crypto.rs", + "project-wharf/xtask/src/main.rs", + "project-wharf/bin/yacht-agent/src/main.rs", + "praxis/wp_injector/src/main.rs", + "praxis/wp_praxis_core/src/verification.rs" ], "frameworks": [ - "WebServer", - "Ecto" + "Ecto", + "WebServer" ], - "relation": "UnsafeCode->Memory" + "relation": "PanicPath->Disk" }, { "source_category": "UnsafeCode", @@ -1864,56 +1861,42 @@ "project-wharf/crates/wharf-ebpf/src/main.rs" ], "frameworks": [ - "WebServer", - "Ecto" + "Ecto", + "WebServer" ], "relation": "UnsafeCode->Concurrency" }, - { - "source_category": "InsecureProtocol", - "sink_axis": "network", - "severity_value": 2.5, - "files": [ - "project-wharf/crates/wharf-core/tests/integration.rs" - ], - "frameworks": [ - "WebServer", - "Ecto" - ], - "relation": "InsecureProtocol->Network" - }, { "source_category": "DynamicCodeExecution", - "sink_axis": "memory", + "sink_axis": "network", "severity_value": 3.5, "files": [ - "journal-theme/tests/accessibility_test.js", - "resurrect/state/lib/state-utils.scm" + "journal-theme/tests/accessibility_test.js" ], "frameworks": [ - "WebServer", - "Ecto" + "Ecto", + "WebServer" ], - "relation": "DynamicCodeExecution->Memory" + "relation": "DynamicCodeExecution->Network" }, { "source_category": "UnboundedAllocation", - "sink_axis": "memory", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "praxis/wp_injector/src/main.rs", - "project-wharf/crates/wharf-core/src/config.rs", - "project-wharf/crates/wharf-core/src/nebula.rs", + "resurrect/src/socp-tui/src/config.rs", "project-wharf/crates/wharf-core/src/fleet.rs", + "project-wharf/crates/wharf-core/src/nebula.rs", + "project-wharf/crates/wharf-core/src/config.rs", "project-wharf/crates/wharf-core/src/integrity.rs", "project-wharf/bin/yacht-agent/src/ebpf.rs", - "resurrect/src/socp-tui/src/config.rs" + "praxis/wp_injector/src/main.rs" ], "frameworks": [ - "WebServer", - "Ecto" + "Ecto", + "WebServer" ], - "relation": "UnboundedAllocation->Memory" + "relation": "UnboundedAllocation->Cpu" }, { "source_category": "MutationGap", @@ -1926,102 +1909,119 @@ "praxis/Core/db-schema/test/schema/symbol_test.exs" ], "frameworks": [ - "WebServer", - "Ecto" + "Ecto", + "WebServer" ], "relation": "MutationGap->Cpu" }, { - "source_category": "PanicPath", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "CommandInjection", + "sink_axis": "cpu", + "severity_value": 3.5, "files": [ - "praxis/wp_injector/src/main.rs", - "praxis/wp_praxis_core/src/verification.rs", - "sinople-theme/wasm/semantic_processor/src/lib.rs", - "project-wharf/crates/wharf-core/src/crypto.rs", - "project-wharf/xtask/src/main.rs", - "project-wharf/bin/yacht-agent/src/main.rs", - "resurrect/src/socp-tui/src/events.rs" + "praxis/Core/introspection/src/viz/graph-generator.rkt", + "praxis/Core/cli-wrapper/lib/wp_praxis_cli/validator.ex", + "plugin-conflict-mapper/bin/install-wp-tests.sh" ], "frameworks": [ - "WebServer", - "Ecto" + "Ecto", + "WebServer" ], - "relation": "PanicPath->Disk" + "relation": "CommandInjection->Cpu" }, { - "source_category": "PathTraversal", - "sink_axis": "disk", - "severity_value": 2.5, + "source_category": "DynamicCodeExecution", + "sink_axis": "cpu", + "severity_value": 3.5, "files": [ - "project-wharf/deploy/local-test.sh", - "project-wharf/deploy/setup.sh" + "resurrect/state/lib/state-utils.scm" ], "frameworks": [ - "WebServer", - "Ecto" + "Ecto", + "WebServer" ], - "relation": "PathTraversal->Disk" + "relation": "DynamicCodeExecution->Cpu" + }, + { + "source_category": "HardcodedSecret", + "sink_axis": "network", + "severity_value": 5.0, + "files": [ + "secured/php-aegis/validation/run-validation.sh", + "praxis/Core/db-schema/config/dev.exs", + "praxis/Core/db-schema/config/test.exs", + "plugin-conflict-mapper/bin/install-wp-tests.sh" + ], + "frameworks": [ + "Ecto", + "WebServer" + ], + "relation": "HardcodedSecret->Network" }, { "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "praxis/wp_injector/src/main.rs", - "praxis/wp_praxis_core/src/verification.rs", "sinople-theme/wasm/semantic_processor/src/lib.rs", + "resurrect/src/socp-tui/src/events.rs", "project-wharf/crates/wharf-core/src/crypto.rs", "project-wharf/xtask/src/main.rs", "project-wharf/bin/yacht-agent/src/main.rs", - "resurrect/src/socp-tui/src/events.rs" + "praxis/wp_injector/src/main.rs", + "praxis/wp_praxis_core/src/verification.rs" ], "frameworks": [ - "WebServer", - "Ecto" + "Ecto", + "WebServer" ], "relation": "PanicPath->Memory" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "network", + "source_category": "CommandInjection", + "sink_axis": "disk", "severity_value": 3.5, "files": [ - "journal-theme/tests/accessibility_test.js" + "praxis/Core/introspection/src/viz/graph-generator.rkt", + "praxis/Core/cli-wrapper/lib/wp_praxis_cli/validator.ex" ], "frameworks": [ - "WebServer", - "Ecto" + "Ecto", + "WebServer" ], - "relation": "DynamicCodeExecution->Network" + "relation": "CommandInjection->Disk" }, { - "source_category": "CommandInjection", - "sink_axis": "disk", - "severity_value": 3.5, + "source_category": "InsecureProtocol", + "sink_axis": "network", + "severity_value": 2.5, "files": [ - "praxis/Core/cli-wrapper/lib/wp_praxis_cli/validator.ex", - "praxis/Core/introspection/src/viz/graph-generator.rkt" + "project-wharf/crates/wharf-core/tests/integration.rs" ], "frameworks": [ - "WebServer", - "Ecto" + "Ecto", + "WebServer" ], - "relation": "CommandInjection->Disk" + "relation": "InsecureProtocol->Network" }, { - "source_category": "DynamicCodeExecution", - "sink_axis": "cpu", - "severity_value": 3.5, + "source_category": "UnboundedAllocation", + "sink_axis": "memory", + "severity_value": 2.5, "files": [ - "resurrect/state/lib/state-utils.scm" + "resurrect/src/socp-tui/src/config.rs", + "project-wharf/crates/wharf-core/src/fleet.rs", + "project-wharf/crates/wharf-core/src/nebula.rs", + "project-wharf/crates/wharf-core/src/config.rs", + "project-wharf/crates/wharf-core/src/integrity.rs", + "project-wharf/bin/yacht-agent/src/ebpf.rs", + "praxis/wp_injector/src/main.rs" ], "frameworks": [ - "WebServer", - "Ecto" + "Ecto", + "WebServer" ], - "relation": "DynamicCodeExecution->Cpu" + "relation": "UnboundedAllocation->Memory" } ] } diff --git a/scans/zerostep.json b/scans/zerostep.json index d2c77928..87c1d97a 100644 --- a/scans/zerostep.json +++ b/scans/zerostep.json @@ -27,43 +27,33 @@ }, "file_statistics": [ { - "file_path": "examples/SafeDOMExample.affine", - "lines": 129, - "unsafe_blocks": 0, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 8, - "threading_constructs": 0 - }, - { - "file_path": "setup.sh", - "lines": 278, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "src/metadata.rs", - "lines": 43, + "file_path": "examples/SafeDOMExample.affine", + "lines": 129, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 8, "threading_constructs": 0 }, { - "file_path": "src/lib.rs", - "lines": 169, + "file_path": "julia_utils.jl", + "lines": 943, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 8, - "io_operations": 0, + "allocation_sites": 10, + "io_operations": 2, "threading_constructs": 0 }, { @@ -87,89 +77,99 @@ "threading_constructs": 0 }, { - "file_path": "julia_utils.jl", - "lines": 943, + "file_path": "src/lib.rs", + "lines": 169, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 10, - "io_operations": 2, + "allocation_sites": 8, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "src/metadata.rs", + "lines": 43, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 1, "threading_constructs": 0 + }, + { + "file_path": "setup.sh", + "lines": 278, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 3, + "threading_constructs": 0 } ], "recommended_attacks": [ + "disk", "cpu", - "memory", - "disk" + "memory" ], "dependency_graph": { "edges": [ { - "from": "setup.sh", - "to": "julia_utils.jl", + "from": "julia_utils.jl", + "to": "setup.sh", "relation": "shared_dir:", "weight": 1.0 }, { - "from": "src/metadata.rs", - "to": "src/lib.rs", + "from": "src/lib.rs", + "to": "src/metadata.rs", "relation": "shared_dir:src", "weight": 1.0 }, { - "from": "examples/SafeDOMExample.affine", + "from": ".machine_readable/contractiles/bust/bust.ncl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "setup.sh", + "from": "examples/SafeDOMExample.affine", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/metadata.rs", + "from": "julia_utils.jl", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "src/lib.rs", + "from": "ffi/zig/test/integration_test.zig", "to": "Concurrent", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "ffi/zig/test/integration_test.zig", + "from": "ffi/zig/src/main.zig", "to": "Concurrent", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "ffi/zig/src/main.zig", + "from": "src/lib.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": "julia_utils.jl", + "from": "src/metadata.rs", "to": "Concurrent", "relation": "framework", "weight": 1.0 }, { - "from": ".machine_readable/contractiles/bust/bust.ncl", + "from": "setup.sh", "to": "Concurrent", "relation": "framework", "weight": 1.0 diff --git a/scans/zerotier-k8s-link.json b/scans/zerotier-k8s-link.json index 2471079d..86e7671c 100644 --- a/scans/zerotier-k8s-link.json +++ b/scans/zerotier-k8s-link.json @@ -18,10 +18,10 @@ }, { "category": "HardcodedSecret", - "location": "tests/idris2/E2ENetworkTest.idr", - "file": "tests/idris2/E2ENetworkTest.idr", + "location": "tests/idris2/AspectSecurityTest.idr", + "file": "tests/idris2/AspectSecurityTest.idr", "severity": "Critical", - "description": "Possible hardcoded secret in tests/idris2/E2ENetworkTest.idr", + "description": "Possible hardcoded secret in tests/idris2/AspectSecurityTest.idr", "recommended_attack": [ "network" ], @@ -29,10 +29,10 @@ }, { "category": "HardcodedSecret", - "location": "tests/idris2/AspectSecurityTest.idr", - "file": "tests/idris2/AspectSecurityTest.idr", + "location": "tests/idris2/E2ENetworkTest.idr", + "file": "tests/idris2/E2ENetworkTest.idr", "severity": "Critical", - "description": "Possible hardcoded secret in tests/idris2/AspectSecurityTest.idr", + "description": "Possible hardcoded secret in tests/idris2/E2ENetworkTest.idr", "recommended_attack": [ "network" ], @@ -50,18 +50,18 @@ }, "file_statistics": [ { - "file_path": "scripts/authorize-nodes.sh", - "lines": 40, + "file_path": ".machine_readable/contractiles/bust/bust.ncl", + "lines": 66, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "tests/aspect/security_aspect_test.affine", - "lines": 200, + "file_path": "tests/e2e/network_e2e_test.affine", + "lines": 148, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -70,8 +70,8 @@ "threading_constructs": 0 }, { - "file_path": "tests/bench/config_bench.affine", - "lines": 73, + "file_path": "tests/contract/network_contracts_test.affine", + "lines": 170, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -80,8 +80,8 @@ "threading_constructs": 0 }, { - "file_path": "tests/e2e/network_e2e_test.affine", - "lines": 148, + "file_path": "tests/aspect/security_aspect_test.affine", + "lines": 200, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -90,8 +90,8 @@ "threading_constructs": 0 }, { - "file_path": "tests/contract/network_contracts_test.affine", - "lines": 170, + "file_path": "tests/smoke/infra_smoke_test.affine", + "lines": 118, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -100,8 +100,8 @@ "threading_constructs": 0 }, { - "file_path": "tests/smoke/infra_smoke_test.affine", - "lines": 118, + "file_path": "tests/property/network_property_test.affine", + "lines": 186, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -120,8 +120,8 @@ "threading_constructs": 0 }, { - "file_path": "tests/property/network_property_test.affine", - "lines": 186, + "file_path": "tests/bench/config_bench.affine", + "lines": 73, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -130,70 +130,70 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, + "file_path": "scripts/authorize-nodes.sh", + "lines": 40, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "src/abi/Foreign.idr", - "lines": 217, - "unsafe_blocks": 12, + "file_path": "ffi/zig/test/integration_test.zig", + "lines": 182, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 0 + "threading_constructs": 2 }, { - "file_path": "src/abi/Types.idr", - "lines": 232, - "unsafe_blocks": 1, + "file_path": "ffi/zig/src/main.zig", + "lines": 274, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, + "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "ffi/zig/test/integration_test.zig", - "lines": 182, - "unsafe_blocks": 0, + "file_path": "src/abi/Foreign.idr", + "lines": 217, + "unsafe_blocks": 12, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "ffi/zig/src/main.zig", - "lines": 274, - "unsafe_blocks": 0, + "file_path": "src/abi/Types.idr", + "lines": 232, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": ".machine_readable/contractiles/bust/bust.ncl", - "lines": 66, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 } ], "recommended_attacks": [ "cpu", - "disk", - "network" + "network", + "disk" ], "dependency_graph": { "edges": [ @@ -213,8 +213,8 @@ "severity_value": 5.0, "files": [ "tests/e2e/network_e2e_test.affine", - "tests/idris2/E2ENetworkTest.idr", - "tests/idris2/AspectSecurityTest.idr" + "tests/idris2/AspectSecurityTest.idr", + "tests/idris2/E2ENetworkTest.idr" ], "frameworks": [], "relation": "HardcodedSecret->Network" diff --git a/scans/zotero-tools.json b/scans/zotero-tools.json index 888aa877..c9d850a7 100644 --- a/scans/zotero-tools.json +++ b/scans/zotero-tools.json @@ -6,28 +6,6 @@ "WebServer" ], "weak_points": [ - { - "category": "InsecureProtocol", - "location": "rescript-templater/init-zotero-plugin.sh", - "file": "rescript-templater/init-zotero-plugin.sh", - "severity": "Medium", - "description": "3 HTTP (non-HTTPS) URLs in rescript-templater/init-zotero-plugin.sh", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, - { - "category": "UnsafeFFI", - "location": "zotpress/src/rescript/Zotpress.affine", - "file": "zotpress/src/rescript/Zotpress.affine", - "severity": "Medium", - "description": "43 FFI/external bindings in zotpress/src/rescript/Zotpress.affine", - "recommended_attack": [ - "memory" - ], - "test_context": "production" - }, { "category": "InputBoundary", "location": "formbd/migration/bin/doi.jl", @@ -50,6 +28,17 @@ ], "test_context": "production" }, + { + "category": "UnsafeFFI", + "location": "zotpress/src/rescript/Zotpress.affine", + "file": "zotpress/src/rescript/Zotpress.affine", + "severity": "Medium", + "description": "43 FFI/external bindings in zotpress/src/rescript/Zotpress.affine", + "recommended_attack": [ + "memory" + ], + "test_context": "production" + }, { "category": "InsecureProtocol", "location": "fogbinder/lib/ocaml/FogTrailVisualizer.affine", @@ -73,14 +62,13 @@ "test_context": "production" }, { - "category": "PanicPath", - "location": "fogbinder/src/wasm/crypto/src/lib.rs", - "file": "fogbinder/src/wasm/crypto/src/lib.rs", + "category": "InsecureProtocol", + "location": "fogbinder/src/engine/FogTrailVisualizer.affine", + "file": "fogbinder/src/engine/FogTrailVisualizer.affine", "severity": "Medium", - "description": "0 panic sites and 2 unwrap/expect calls in fogbinder/src/wasm/crypto/src/lib.rs", + "description": "1 HTTP (non-HTTPS) URLs in fogbinder/src/engine/FogTrailVisualizer.affine", "recommended_attack": [ - "memory", - "disk" + "network" ], "test_context": "production" }, @@ -95,12 +83,24 @@ ], "test_context": "production" }, + { + "category": "PanicPath", + "location": "fogbinder/src/wasm/crypto/src/lib.rs", + "file": "fogbinder/src/wasm/crypto/src/lib.rs", + "severity": "Medium", + "description": "0 panic sites and 2 unwrap/expect calls in fogbinder/src/wasm/crypto/src/lib.rs", + "recommended_attack": [ + "memory", + "disk" + ], + "test_context": "production" + }, { "category": "InsecureProtocol", - "location": "fogbinder/src/engine/FogTrailVisualizer.affine", - "file": "fogbinder/src/engine/FogTrailVisualizer.affine", + "location": "voyant-export/old-src/format.js", + "file": "voyant-export/old-src/format.js", "severity": "Medium", - "description": "1 HTTP (non-HTTPS) URLs in fogbinder/src/engine/FogTrailVisualizer.affine", + "description": "5 HTTP (non-HTTPS) URLs in voyant-export/old-src/format.js", "recommended_attack": [ "network" ], @@ -108,10 +108,10 @@ }, { "category": "InsecureProtocol", - "location": "voyant-export/src/Format.affine", - "file": "voyant-export/src/Format.affine", + "location": "voyant-export/old-src/test/test-format.js", + "file": "voyant-export/old-src/test/test-format.js", "severity": "Medium", - "description": "9 HTTP (non-HTTPS) URLs in voyant-export/src/Format.affine", + "description": "4 HTTP (non-HTTPS) URLs in voyant-export/old-src/test/test-format.js", "recommended_attack": [ "network" ], @@ -139,6 +139,17 @@ ], "test_context": "production" }, + { + "category": "InsecureProtocol", + "location": "voyant-export/src/Format.affine", + "file": "voyant-export/src/Format.affine", + "severity": "Medium", + "description": "9 HTTP (non-HTTPS) URLs in voyant-export/src/Format.affine", + "recommended_attack": [ + "network" + ], + "test_context": "production" + }, { "category": "DynamicCodeExecution", "location": "voyant-export/accessibility-tools/dashboard/scanner.js", @@ -165,21 +176,10 @@ }, { "category": "InsecureProtocol", - "location": "voyant-export/old-src/format.js", - "file": "voyant-export/old-src/format.js", - "severity": "Medium", - "description": "5 HTTP (non-HTTPS) URLs in voyant-export/old-src/format.js", - "recommended_attack": [ - "network" - ], - "test_context": "production" - }, - { - "category": "InsecureProtocol", - "location": "voyant-export/old-src/test/test-format.js", - "file": "voyant-export/old-src/test/test-format.js", + "location": "rescript-templater/init-zotero-plugin.sh", + "file": "rescript-templater/init-zotero-plugin.sh", "severity": "Medium", - "description": "4 HTTP (non-HTTPS) URLs in voyant-export/old-src/test/test-format.js", + "description": "3 HTTP (non-HTTPS) URLs in rescript-templater/init-zotero-plugin.sh", "recommended_attack": [ "network" ], @@ -208,127 +208,127 @@ }, "file_statistics": [ { - "file_path": "rescript-templater/examples/racket-contracts-example.rkt", - "lines": 401, + "file_path": "safe-storage/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "rescript-templater/init-zotero-plugin.sh", - "lines": 1111, + "file_path": "safe-storage/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rescript-templater/init-raczotbuild.rkt", - "lines": 224, + "file_path": "formbd/install.sh", + "lines": 592, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 10, "threading_constructs": 0 }, { - "file_path": "rescript-templater/scripts/generate-sbom.sh", - "lines": 630, + "file_path": "formbd/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "rescript-templater/scripts/sign-release.sh", - "lines": 276, + "file_path": "formbd/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "rescript-templater/scripts/verify-release.sh", - "lines": 256, + "file_path": "formbd/migration/src/server.jl", + "lines": 2143, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 75, "threading_constructs": 0 }, { - "file_path": "rescript-templater/tests/racket-tests.rkt", - "lines": 404, + "file_path": "formbd/migration/src/sync.jl", + "lines": 423, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 9, "threading_constructs": 0 }, { - "file_path": "rescript-templater/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "formbd/migration/src/migrate.jl", + "lines": 675, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 11, + "threading_constructs": 0 }, { - "file_path": "rescript-templater/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "formbd/migration/bin/publisher.jl", + "lines": 439, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 5, "threading_constructs": 0 }, { - "file_path": "zoterho/src/abi/Foreign.idr", - "lines": 40, - "unsafe_blocks": 2, + "file_path": "formbd/migration/bin/doi.jl", + "lines": 358, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 6, "threading_constructs": 0 }, { - "file_path": "zoterho/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "formbd/migration/bin/score.jl", + "lines": 298, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 3, + "threading_constructs": 0 }, { - "file_path": "zoterho/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "formbd/migration/bin/blindspot.jl", + "lines": 339, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "safe-storage/ffi/zig/test/integration_test.zig", + "file_path": "librarian/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -338,7 +338,7 @@ "threading_constructs": 2 }, { - "file_path": "safe-storage/ffi/zig/src/main.zig", + "file_path": "librarian/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -348,19 +348,19 @@ "threading_constructs": 0 }, { - "file_path": "zotpress/scripts/build.affine", - "lines": 9, + "file_path": "librarian/bin/normalize.jl", + "lines": 126, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "zotpress/scripts/build-js.affine", + "file_path": "zotpress/scripts/build-css.affine", "lines": 9, - "unsafe_blocks": 1, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -368,9 +368,9 @@ "threading_constructs": 0 }, { - "file_path": "zotpress/scripts/build-css.affine", + "file_path": "zotpress/scripts/build-js.affine", "lines": 9, - "unsafe_blocks": 0, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -378,7 +378,7 @@ "threading_constructs": 0 }, { - "file_path": "zotpress/src/js/zotpress.affine", + "file_path": "zotpress/scripts/build.affine", "lines": 9, "unsafe_blocks": 0, "panic_sites": 0, @@ -387,26 +387,6 @@ "io_operations": 4, "threading_constructs": 0 }, - { - "file_path": "zotpress/src/rescript/Utils.affine", - "lines": 184, - "unsafe_blocks": 2, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "zotpress/src/rescript/Zotpress.affine", - "lines": 528, - "unsafe_blocks": 43, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, - "threading_constructs": 0 - }, { "file_path": "zotpress/ffi/zig/test/integration_test.zig", "lines": 183, @@ -428,107 +408,127 @@ "threading_constructs": 0 }, { - "file_path": "nesy/ffi/zig/test/integration_test.zig", - "lines": 183, - "unsafe_blocks": 0, + "file_path": "zotpress/src/rescript/Utils.affine", + "lines": 184, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "nesy/ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, + "file_path": "zotpress/src/rescript/Zotpress.affine", + "lines": 528, + "unsafe_blocks": 43, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "formbd/install.sh", - "lines": 592, + "file_path": "zotpress/src/js/zotpress.affine", + "lines": 9, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 10, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "formbd/migration/src/server.jl", - "lines": 2143, - "unsafe_blocks": 0, + "file_path": "fogbinder/lib/ocaml/FamilyResemblance.affine", + "lines": 122, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 75, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "formbd/migration/src/sync.jl", - "lines": 423, - "unsafe_blocks": 0, + "file_path": "fogbinder/lib/ocaml/Fogbinder.affine", + "lines": 225, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 9, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "formbd/migration/src/migrate.jl", - "lines": 675, - "unsafe_blocks": 0, + "file_path": "fogbinder/lib/ocaml/ZoteroBindings.affine", + "lines": 83, + "unsafe_blocks": 4, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 11, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "formbd/migration/bin/publisher.jl", - "lines": 439, - "unsafe_blocks": 0, + "file_path": "fogbinder/lib/ocaml/MysteryClustering.affine", + "lines": 156, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 5, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "formbd/migration/bin/doi.jl", - "lines": 358, + "file_path": "fogbinder/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 6, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "fogbinder/ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "formbd/migration/bin/blindspot.jl", - "lines": 339, + "file_path": "fogbinder/src/engine/OrphanAdoption.affine", + "lines": 109, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "formbd/migration/bin/score.jl", - "lines": 298, - "unsafe_blocks": 0, + "file_path": "fogbinder/src/zotero/ZoteroBindings.affine", + "lines": 125, + "unsafe_blocks": 7, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "formbd/ffi/zig/test/integration_test.zig", + "file_path": "fogbinder/src/wasm/crypto/src/lib.rs", + "lines": 444, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 2, + "allocation_sites": 0, + "io_operations": 0, + "threading_constructs": 0 + }, + { + "file_path": "voyant-export/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -538,7 +538,7 @@ "threading_constructs": 2 }, { - "file_path": "formbd/ffi/zig/src/main.zig", + "file_path": "voyant-export/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -548,9 +548,9 @@ "threading_constructs": 0 }, { - "file_path": "setup.sh", - "lines": 278, - "unsafe_blocks": 0, + "file_path": "voyant-export/src/UI.affine", + "lines": 159, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -558,9 +558,9 @@ "threading_constructs": 0 }, { - "file_path": "fogbinder/lib/ocaml/FamilyResemblance.affine", - "lines": 122, - "unsafe_blocks": 1, + "file_path": "voyant-export/src/Zotero.affine", + "lines": 73, + "unsafe_blocks": 6, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -568,49 +568,49 @@ "threading_constructs": 0 }, { - "file_path": "fogbinder/lib/ocaml/MysteryClustering.affine", - "lines": 156, + "file_path": "voyant-export/src/content_script.v3.affine", + "lines": 54, "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "fogbinder/lib/ocaml/Fogbinder.affine", - "lines": 225, - "unsafe_blocks": 1, + "file_path": "voyant-export/src/ErrorRecovery.affine", + "lines": 145, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "fogbinder/lib/ocaml/ZoteroBindings.affine", - "lines": 83, - "unsafe_blocks": 4, + "file_path": "voyant-export/src/Exporter.affine", + "lines": 236, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "fogbinder/src/wasm/crypto/src/lib.rs", - "lines": 444, - "unsafe_blocks": 0, + "file_path": "voyant-export/src/Firefox.affine", + "lines": 77, + "unsafe_blocks": 7, "panic_sites": 0, - "unwrap_calls": 2, + "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "fogbinder/src/zotero/ZoteroBindings.affine", - "lines": 125, - "unsafe_blocks": 7, + "file_path": "voyant-export/src/Format.affine", + "lines": 124, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -618,37 +618,47 @@ "threading_constructs": 0 }, { - "file_path": "fogbinder/src/engine/OrphanAdoption.affine", - "lines": 109, + "file_path": "voyant-export/src/background.v3.affine", + "lines": 82, + "unsafe_blocks": 1, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 0, + "io_operations": 1, + "threading_constructs": 0 + }, + { + "file_path": "voyant-export/accessibility-tools/adoption-tracker/scanner.js", + "lines": 419, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 4, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "fogbinder/ffi/zig/test/integration_test.zig", - "lines": 183, + "file_path": "voyant-export/accessibility-tools/dashboard/scanner.js", + "lines": 407, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 2 + "io_operations": 1, + "threading_constructs": 0 }, { - "file_path": "fogbinder/ffi/zig/src/main.zig", - "lines": 275, + "file_path": "voyant-export/accessibility-tools/browser-extension/background.js", + "lines": 290, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, - "io_operations": 0, + "allocation_sites": 0, + "io_operations": 2, "threading_constructs": 0 }, { - "file_path": "librarian/ffi/zig/test/integration_test.zig", + "file_path": "zoterho/ffi/zig/test/integration_test.zig", "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, @@ -658,7 +668,7 @@ "threading_constructs": 2 }, { - "file_path": "librarian/ffi/zig/src/main.zig", + "file_path": "zoterho/ffi/zig/src/main.zig", "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, @@ -668,29 +678,29 @@ "threading_constructs": 0 }, { - "file_path": "librarian/bin/normalize.jl", - "lines": 126, - "unsafe_blocks": 0, + "file_path": "zoterho/src/abi/Foreign.idr", + "lines": 40, + "unsafe_blocks": 2, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "voyant-export/src/ErrorRecovery.affine", - "lines": 145, + "file_path": "rescript-templater/init-zotero-plugin.sh", + "lines": 1111, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "voyant-export/src/content_script.v3.affine", - "lines": 54, - "unsafe_blocks": 1, + "file_path": "rescript-templater/tests/racket-tests.rkt", + "lines": 404, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -698,88 +708,98 @@ "threading_constructs": 0 }, { - "file_path": "voyant-export/src/Format.affine", - "lines": 124, - "unsafe_blocks": 2, + "file_path": "rescript-templater/init-raczotbuild.rkt", + "lines": 224, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 4, "threading_constructs": 0 }, { - "file_path": "voyant-export/src/Zotero.affine", - "lines": 73, - "unsafe_blocks": 6, + "file_path": "rescript-templater/examples/racket-contracts-example.rkt", + "lines": 401, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "voyant-export/src/Firefox.affine", - "lines": 77, - "unsafe_blocks": 7, + "file_path": "rescript-templater/scripts/sign-release.sh", + "lines": 276, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 0, + "io_operations": 1, "threading_constructs": 0 }, { - "file_path": "voyant-export/src/Exporter.affine", - "lines": 236, + "file_path": "rescript-templater/scripts/generate-sbom.sh", + "lines": 630, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "voyant-export/src/background.v3.affine", - "lines": 82, - "unsafe_blocks": 1, + "file_path": "rescript-templater/scripts/verify-release.sh", + "lines": 256, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 1, + "io_operations": 3, "threading_constructs": 0 }, { - "file_path": "voyant-export/src/UI.affine", - "lines": 159, - "unsafe_blocks": 1, + "file_path": "rescript-templater/ffi/zig/test/integration_test.zig", + "lines": 183, + "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 3, - "threading_constructs": 0 + "io_operations": 0, + "threading_constructs": 2 }, { - "file_path": "voyant-export/accessibility-tools/dashboard/scanner.js", - "lines": 407, + "file_path": "rescript-templater/ffi/zig/src/main.zig", + "lines": 275, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 1, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "voyant-export/accessibility-tools/browser-extension/background.js", - "lines": 290, + "file_path": "nesy/ffi/zig/test/integration_test.zig", + "lines": 183, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, - "io_operations": 2, + "io_operations": 0, + "threading_constructs": 2 + }, + { + "file_path": "nesy/ffi/zig/src/main.zig", + "lines": 275, + "unsafe_blocks": 0, + "panic_sites": 0, + "unwrap_calls": 0, + "allocation_sites": 1, + "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "voyant-export/accessibility-tools/adoption-tracker/scanner.js", - "lines": 419, + "file_path": "setup.sh", + "lines": 278, "unsafe_blocks": 0, "panic_sites": 0, "unwrap_calls": 0, @@ -788,29 +808,29 @@ "threading_constructs": 0 }, { - "file_path": "voyant-export/ffi/zig/test/integration_test.zig", - "lines": 183, - "unsafe_blocks": 0, + "file_path": "zoterho-template/RhodiumLinter.affine", + "lines": 196, + "unsafe_blocks": 1, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, "io_operations": 0, - "threading_constructs": 2 + "threading_constructs": 0 }, { - "file_path": "voyant-export/ffi/zig/src/main.zig", - "lines": 275, - "unsafe_blocks": 0, + "file_path": "zoterho-template/bootstrap.affine", + "lines": 94, + "unsafe_blocks": 3, "panic_sites": 0, "unwrap_calls": 0, - "allocation_sites": 1, + "allocation_sites": 0, "io_operations": 0, "threading_constructs": 0 }, { - "file_path": "zoterho-template/RhodiumLinter.affine", - "lines": 196, - "unsafe_blocks": 1, + "file_path": "zoterho-template/ZoteRhoTemplate.affine", + "lines": 203, + "unsafe_blocks": 10, "panic_sites": 0, "unwrap_calls": 0, "allocation_sites": 0, @@ -846,300 +866,268 @@ "allocation_sites": 1, "io_operations": 0, "threading_constructs": 0 - }, - { - "file_path": "zoterho-template/bootstrap.affine", - "lines": 94, - "unsafe_blocks": 3, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 - }, - { - "file_path": "zoterho-template/ZoteRhoTemplate.affine", - "lines": 203, - "unsafe_blocks": 10, - "panic_sites": 0, - "unwrap_calls": 0, - "allocation_sites": 0, - "io_operations": 0, - "threading_constructs": 0 } ], "recommended_attacks": [ - "cpu", - "disk", "memory", - "network", - "concurrency" + "concurrency", + "disk", + "cpu", + "network" ], "dependency_graph": { "edges": [ { - "from": "zotpress/scripts/build.affine", - "to": "zotpress/scripts/build-js.affine", - "relation": "shared_dir:zotpress/scripts", + "from": "voyant-export/src/UI.affine", + "to": "voyant-export/src/Zotero.affine", + "relation": "shared_dir:voyant-export/src", "weight": 1.0 }, { - "from": "zotpress/scripts/build-js.affine", - "to": "zotpress/scripts/build-css.affine", - "relation": "shared_dir:zotpress/scripts", + "from": "voyant-export/src/Zotero.affine", + "to": "voyant-export/src/content_script.v3.affine", + "relation": "shared_dir:voyant-export/src", "weight": 1.0 }, { - "from": "formbd/migration/bin/publisher.jl", - "to": "formbd/migration/bin/doi.jl", - "relation": "shared_dir:formbd/migration/bin", + "from": "voyant-export/src/content_script.v3.affine", + "to": "voyant-export/src/ErrorRecovery.affine", + "relation": "shared_dir:voyant-export/src", "weight": 1.0 }, { - "from": "formbd/migration/bin/doi.jl", - "to": "formbd/migration/bin/blindspot.jl", - "relation": "shared_dir:formbd/migration/bin", + "from": "voyant-export/src/ErrorRecovery.affine", + "to": "voyant-export/src/Exporter.affine", + "relation": "shared_dir:voyant-export/src", "weight": 1.0 }, { - "from": "formbd/migration/bin/blindspot.jl", - "to": "formbd/migration/bin/score.jl", - "relation": "shared_dir:formbd/migration/bin", + "from": "voyant-export/src/Exporter.affine", + "to": "voyant-export/src/Firefox.affine", + "relation": "shared_dir:voyant-export/src", "weight": 1.0 }, { - "from": "zotpress/src/rescript/Utils.affine", - "to": "zotpress/src/rescript/Zotpress.affine", - "relation": "shared_dir:zotpress/src/rescript", + "from": "voyant-export/src/Firefox.affine", + "to": "voyant-export/src/Format.affine", + "relation": "shared_dir:voyant-export/src", "weight": 1.0 }, { - "from": "rescript-templater/init-zotero-plugin.sh", - "to": "rescript-templater/init-raczotbuild.rkt", - "relation": "shared_dir:rescript-templater", + "from": "voyant-export/src/Format.affine", + "to": "voyant-export/src/background.v3.affine", + "relation": "shared_dir:voyant-export/src", "weight": 1.0 }, { - "from": "zoterho-template/RhodiumLinter.affine", - "to": "zoterho-template/Preferences.affine", - "relation": "shared_dir:zoterho-template", + "from": "zotpress/scripts/build-css.affine", + "to": "zotpress/scripts/build-js.affine", + "relation": "shared_dir:zotpress/scripts", "weight": 1.0 }, { - "from": "zoterho-template/Preferences.affine", - "to": "zoterho-template/bootstrap.affine", - "relation": "shared_dir:zoterho-template", + "from": "zotpress/scripts/build-js.affine", + "to": "zotpress/scripts/build.affine", + "relation": "shared_dir:zotpress/scripts", "weight": 1.0 }, { - "from": "zoterho-template/bootstrap.affine", - "to": "zoterho-template/ZoteRhoTemplate.affine", - "relation": "shared_dir:zoterho-template", + "from": "rescript-templater/scripts/sign-release.sh", + "to": "rescript-templater/scripts/generate-sbom.sh", + "relation": "shared_dir:rescript-templater/scripts", "weight": 1.0 }, { - "from": "formbd/migration/src/server.jl", - "to": "formbd/migration/src/sync.jl", - "relation": "shared_dir:formbd/migration/src", + "from": "rescript-templater/scripts/generate-sbom.sh", + "to": "rescript-templater/scripts/verify-release.sh", + "relation": "shared_dir:rescript-templater/scripts", "weight": 1.0 }, { - "from": "formbd/migration/src/sync.jl", - "to": "formbd/migration/src/migrate.jl", - "relation": "shared_dir:formbd/migration/src", + "from": "formbd/migration/bin/publisher.jl", + "to": "formbd/migration/bin/doi.jl", + "relation": "shared_dir:formbd/migration/bin", "weight": 1.0 }, { - "from": "voyant-export/src/ErrorRecovery.affine", - "to": "voyant-export/src/content_script.v3.affine", - "relation": "shared_dir:voyant-export/src", + "from": "formbd/migration/bin/doi.jl", + "to": "formbd/migration/bin/score.jl", + "relation": "shared_dir:formbd/migration/bin", "weight": 1.0 }, { - "from": "voyant-export/src/content_script.v3.affine", - "to": "voyant-export/src/Format.affine", - "relation": "shared_dir:voyant-export/src", + "from": "formbd/migration/bin/score.jl", + "to": "formbd/migration/bin/blindspot.jl", + "relation": "shared_dir:formbd/migration/bin", "weight": 1.0 }, { - "from": "voyant-export/src/Format.affine", - "to": "voyant-export/src/Zotero.affine", - "relation": "shared_dir:voyant-export/src", + "from": "fogbinder/lib/ocaml/FamilyResemblance.affine", + "to": "fogbinder/lib/ocaml/Fogbinder.affine", + "relation": "shared_dir:fogbinder/lib/ocaml", "weight": 1.0 }, { - "from": "voyant-export/src/Zotero.affine", - "to": "voyant-export/src/Firefox.affine", - "relation": "shared_dir:voyant-export/src", + "from": "fogbinder/lib/ocaml/Fogbinder.affine", + "to": "fogbinder/lib/ocaml/ZoteroBindings.affine", + "relation": "shared_dir:fogbinder/lib/ocaml", "weight": 1.0 }, { - "from": "voyant-export/src/Firefox.affine", - "to": "voyant-export/src/Exporter.affine", - "relation": "shared_dir:voyant-export/src", + "from": "fogbinder/lib/ocaml/ZoteroBindings.affine", + "to": "fogbinder/lib/ocaml/MysteryClustering.affine", + "relation": "shared_dir:fogbinder/lib/ocaml", "weight": 1.0 }, { - "from": "voyant-export/src/Exporter.affine", - "to": "voyant-export/src/background.v3.affine", - "relation": "shared_dir:voyant-export/src", + "from": "zotpress/src/rescript/Utils.affine", + "to": "zotpress/src/rescript/Zotpress.affine", + "relation": "shared_dir:zotpress/src/rescript", "weight": 1.0 }, { - "from": "voyant-export/src/background.v3.affine", - "to": "voyant-export/src/UI.affine", - "relation": "shared_dir:voyant-export/src", + "from": "rescript-templater/init-zotero-plugin.sh", + "to": "rescript-templater/init-raczotbuild.rkt", + "relation": "shared_dir:rescript-templater", "weight": 1.0 }, { - "from": "fogbinder/lib/ocaml/FamilyResemblance.affine", - "to": "fogbinder/lib/ocaml/MysteryClustering.affine", - "relation": "shared_dir:fogbinder/lib/ocaml", + "from": "formbd/migration/src/server.jl", + "to": "formbd/migration/src/sync.jl", + "relation": "shared_dir:formbd/migration/src", "weight": 1.0 }, { - "from": "fogbinder/lib/ocaml/MysteryClustering.affine", - "to": "fogbinder/lib/ocaml/Fogbinder.affine", - "relation": "shared_dir:fogbinder/lib/ocaml", + "from": "formbd/migration/src/sync.jl", + "to": "formbd/migration/src/migrate.jl", + "relation": "shared_dir:formbd/migration/src", "weight": 1.0 }, { - "from": "fogbinder/lib/ocaml/Fogbinder.affine", - "to": "fogbinder/lib/ocaml/ZoteroBindings.affine", - "relation": "shared_dir:fogbinder/lib/ocaml", + "from": "zoterho-template/RhodiumLinter.affine", + "to": "zoterho-template/bootstrap.affine", + "relation": "shared_dir:zoterho-template", "weight": 1.0 }, { - "from": "rescript-templater/scripts/generate-sbom.sh", - "to": "rescript-templater/scripts/sign-release.sh", - "relation": "shared_dir:rescript-templater/scripts", + "from": "zoterho-template/bootstrap.affine", + "to": "zoterho-template/ZoteRhoTemplate.affine", + "relation": "shared_dir:zoterho-template", "weight": 1.0 }, { - "from": "rescript-templater/scripts/sign-release.sh", - "to": "rescript-templater/scripts/verify-release.sh", - "relation": "shared_dir:rescript-templater/scripts", + "from": "zoterho-template/ZoteRhoTemplate.affine", + "to": "zoterho-template/Preferences.affine", + "relation": "shared_dir:zoterho-template", "weight": 1.0 }, { - "from": "rescript-templater/examples/racket-contracts-example.rkt", + "from": "safe-storage/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "rescript-templater/init-zotero-plugin.sh", + "from": "safe-storage/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rescript-templater/init-raczotbuild.rkt", + "from": "formbd/install.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rescript-templater/scripts/generate-sbom.sh", + "from": "formbd/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "rescript-templater/scripts/sign-release.sh", + "from": "formbd/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rescript-templater/scripts/verify-release.sh", + "from": "formbd/migration/src/server.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rescript-templater/tests/racket-tests.rkt", + "from": "formbd/migration/src/sync.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "rescript-templater/ffi/zig/test/integration_test.zig", - "to": "WebServer", - "relation": "framework", - "weight": 4.0 - }, - { - "from": "rescript-templater/ffi/zig/src/main.zig", + "from": "formbd/migration/src/migrate.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "zoterho/src/abi/Foreign.idr", - "to": "WebServer", - "relation": "framework", - "weight": 6.0 - }, - { - "from": "zoterho/ffi/zig/test/integration_test.zig", + "from": "formbd/migration/bin/publisher.jl", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "zoterho/ffi/zig/src/main.zig", + "from": "formbd/migration/bin/doi.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "safe-storage/ffi/zig/test/integration_test.zig", + "from": "formbd/migration/bin/score.jl", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "safe-storage/ffi/zig/src/main.zig", + "from": "formbd/migration/bin/blindspot.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "zotpress/scripts/build.affine", + "from": "librarian/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "zotpress/scripts/build-js.affine", + "from": "librarian/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "zotpress/scripts/build-css.affine", + "from": "librarian/bin/normalize.jl", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "zotpress/src/js/zotpress.affine", + "from": "zotpress/scripts/build-css.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "zotpress/src/rescript/Utils.affine", + "from": "zotpress/scripts/build-js.affine", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 3.0 }, { - "from": "zotpress/src/rescript/Zotpress.affine", + "from": "zotpress/scripts/build.affine", "to": "WebServer", "relation": "framework", - "weight": 129.0 + "weight": 1.0 }, { "from": "zotpress/ffi/zig/test/integration_test.zig", @@ -1154,229 +1142,241 @@ "weight": 1.0 }, { - "from": "nesy/ffi/zig/test/integration_test.zig", + "from": "zotpress/src/rescript/Utils.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 6.0 }, { - "from": "nesy/ffi/zig/src/main.zig", + "from": "zotpress/src/rescript/Zotpress.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 129.0 }, { - "from": "formbd/install.sh", + "from": "zotpress/src/js/zotpress.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "formbd/migration/src/server.jl", + "from": "fogbinder/lib/ocaml/FamilyResemblance.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "formbd/migration/src/sync.jl", + "from": "fogbinder/lib/ocaml/Fogbinder.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "formbd/migration/src/migrate.jl", + "from": "fogbinder/lib/ocaml/ZoteroBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 12.0 }, { - "from": "formbd/migration/bin/publisher.jl", + "from": "fogbinder/lib/ocaml/MysteryClustering.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "formbd/migration/bin/doi.jl", + "from": "fogbinder/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "formbd/migration/bin/blindspot.jl", + "from": "fogbinder/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "formbd/migration/bin/score.jl", + "from": "fogbinder/src/engine/OrphanAdoption.affine", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "formbd/ffi/zig/test/integration_test.zig", + "from": "fogbinder/src/zotero/ZoteroBindings.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 21.0 }, { - "from": "formbd/ffi/zig/src/main.zig", + "from": "fogbinder/src/wasm/crypto/src/lib.rs", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 2.0 }, { - "from": "setup.sh", + "from": "voyant-export/ffi/zig/test/integration_test.zig", + "to": "WebServer", + "relation": "framework", + "weight": 4.0 + }, + { + "from": "voyant-export/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "fogbinder/lib/ocaml/FamilyResemblance.affine", + "from": "voyant-export/src/UI.affine", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "fogbinder/lib/ocaml/MysteryClustering.affine", + "from": "voyant-export/src/Zotero.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 18.0 }, { - "from": "fogbinder/lib/ocaml/Fogbinder.affine", + "from": "voyant-export/src/content_script.v3.affine", "to": "WebServer", "relation": "framework", "weight": 3.0 }, { - "from": "fogbinder/lib/ocaml/ZoteroBindings.affine", + "from": "voyant-export/src/ErrorRecovery.affine", "to": "WebServer", "relation": "framework", - "weight": 12.0 + "weight": 1.0 }, { - "from": "fogbinder/src/wasm/crypto/src/lib.rs", + "from": "voyant-export/src/Exporter.affine", "to": "WebServer", "relation": "framework", - "weight": 2.0 + "weight": 1.0 }, { - "from": "fogbinder/src/zotero/ZoteroBindings.affine", + "from": "voyant-export/src/Firefox.affine", "to": "WebServer", "relation": "framework", "weight": 21.0 }, { - "from": "fogbinder/src/engine/OrphanAdoption.affine", + "from": "voyant-export/src/Format.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 6.0 }, { - "from": "fogbinder/ffi/zig/test/integration_test.zig", + "from": "voyant-export/src/background.v3.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 3.0 }, { - "from": "fogbinder/ffi/zig/src/main.zig", + "from": "voyant-export/accessibility-tools/adoption-tracker/scanner.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "librarian/ffi/zig/test/integration_test.zig", + "from": "voyant-export/accessibility-tools/dashboard/scanner.js", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 1.0 }, { - "from": "librarian/ffi/zig/src/main.zig", + "from": "voyant-export/accessibility-tools/browser-extension/background.js", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "librarian/bin/normalize.jl", + "from": "zoterho/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "voyant-export/src/ErrorRecovery.affine", + "from": "zoterho/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "voyant-export/src/content_script.v3.affine", + "from": "zoterho/src/abi/Foreign.idr", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 6.0 }, { - "from": "voyant-export/src/Format.affine", + "from": "rescript-templater/init-zotero-plugin.sh", "to": "WebServer", "relation": "framework", - "weight": 6.0 + "weight": 1.0 }, { - "from": "voyant-export/src/Zotero.affine", + "from": "rescript-templater/tests/racket-tests.rkt", "to": "WebServer", "relation": "framework", - "weight": 18.0 + "weight": 1.0 }, { - "from": "voyant-export/src/Firefox.affine", + "from": "rescript-templater/init-raczotbuild.rkt", "to": "WebServer", "relation": "framework", - "weight": 21.0 + "weight": 1.0 }, { - "from": "voyant-export/src/Exporter.affine", + "from": "rescript-templater/examples/racket-contracts-example.rkt", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "voyant-export/src/background.v3.affine", + "from": "rescript-templater/scripts/sign-release.sh", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "voyant-export/src/UI.affine", + "from": "rescript-templater/scripts/generate-sbom.sh", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 1.0 }, { - "from": "voyant-export/accessibility-tools/dashboard/scanner.js", + "from": "rescript-templater/scripts/verify-release.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "voyant-export/accessibility-tools/browser-extension/background.js", + "from": "rescript-templater/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 4.0 }, { - "from": "voyant-export/accessibility-tools/adoption-tracker/scanner.js", + "from": "rescript-templater/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", "weight": 1.0 }, { - "from": "voyant-export/ffi/zig/test/integration_test.zig", + "from": "nesy/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", "weight": 4.0 }, { - "from": "voyant-export/ffi/zig/src/main.zig", + "from": "nesy/ffi/zig/src/main.zig", + "to": "WebServer", + "relation": "framework", + "weight": 1.0 + }, + { + "from": "setup.sh", "to": "WebServer", "relation": "framework", "weight": 1.0 @@ -1388,59 +1388,54 @@ "weight": 3.0 }, { - "from": "zoterho-template/Preferences.affine", + "from": "zoterho-template/bootstrap.affine", "to": "WebServer", "relation": "framework", - "weight": 3.0 + "weight": 9.0 }, { - "from": "zoterho-template/ffi/zig/test/integration_test.zig", + "from": "zoterho-template/ZoteRhoTemplate.affine", "to": "WebServer", "relation": "framework", - "weight": 4.0 + "weight": 30.0 }, { - "from": "zoterho-template/ffi/zig/src/main.zig", + "from": "zoterho-template/Preferences.affine", "to": "WebServer", "relation": "framework", - "weight": 1.0 + "weight": 3.0 }, { - "from": "zoterho-template/bootstrap.affine", + "from": "zoterho-template/ffi/zig/test/integration_test.zig", "to": "WebServer", "relation": "framework", - "weight": 9.0 + "weight": 4.0 }, { - "from": "zoterho-template/ZoteRhoTemplate.affine", + "from": "zoterho-template/ffi/zig/src/main.zig", "to": "WebServer", "relation": "framework", - "weight": 30.0 + "weight": 1.0 } ] }, "taint_matrix": { "rows": [ { - "source_category": "UnsafeFFI", + "source_category": "PanicPath", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "zotpress/src/rescript/Zotpress.affine", - "fogbinder/lib/ocaml/ZoteroBindings.affine", - "fogbinder/src/zotero/ZoteroBindings.affine", - "voyant-export/src/Zotero.affine", - "voyant-export/src/Firefox.affine", - "zoterho-template/ZoteRhoTemplate.affine" + "fogbinder/src/wasm/crypto/src/lib.rs" ], "frameworks": [ "WebServer" ], - "relation": "UnsafeFFI->Memory" + "relation": "PanicPath->Memory" }, { "source_category": "DynamicCodeExecution", - "sink_axis": "network", + "sink_axis": "memory", "severity_value": 3.5, "files": [ "voyant-export/accessibility-tools/dashboard/scanner.js", @@ -1449,49 +1444,37 @@ "frameworks": [ "WebServer" ], - "relation": "DynamicCodeExecution->Network" + "relation": "DynamicCodeExecution->Memory" }, { - "source_category": "InsecureProtocol", - "sink_axis": "network", + "source_category": "InputBoundary", + "sink_axis": "cpu", "severity_value": 2.5, "files": [ - "rescript-templater/init-zotero-plugin.sh", - "fogbinder/lib/ocaml/FogTrailVisualizer.affine", - "fogbinder/src/engine/FogTrailVisualizer.affine", - "voyant-export/src/Format.affine", - "voyant-export/old-src/format.js", - "voyant-export/old-src/test/test-format.js" + "formbd/migration/bin/doi.jl", + "formbd/migration/bin/score.jl" ], "frameworks": [ "WebServer" ], - "relation": "InsecureProtocol->Network" + "relation": "InputBoundary->Cpu" }, { - "source_category": "PanicPath", + "source_category": "UnsafeFFI", "sink_axis": "memory", "severity_value": 2.5, "files": [ - "fogbinder/src/wasm/crypto/src/lib.rs" - ], - "frameworks": [ - "WebServer" - ], - "relation": "PanicPath->Memory" - }, - { - "source_category": "InputBoundary", - "sink_axis": "cpu", - "severity_value": 2.5, - "files": [ - "formbd/migration/bin/doi.jl", - "formbd/migration/bin/score.jl" + "zotpress/src/rescript/Zotpress.affine", + "fogbinder/lib/ocaml/ZoteroBindings.affine", + "fogbinder/src/zotero/ZoteroBindings.affine", + "voyant-export/src/Zotero.affine", + "voyant-export/src/Firefox.affine", + "zoterho-template/ZoteRhoTemplate.affine" ], "frameworks": [ "WebServer" ], - "relation": "InputBoundary->Cpu" + "relation": "UnsafeFFI->Memory" }, { "source_category": "PanicPath", @@ -1507,7 +1490,7 @@ }, { "source_category": "DynamicCodeExecution", - "sink_axis": "memory", + "sink_axis": "network", "severity_value": 3.5, "files": [ "voyant-export/accessibility-tools/dashboard/scanner.js", @@ -1516,7 +1499,24 @@ "frameworks": [ "WebServer" ], - "relation": "DynamicCodeExecution->Memory" + "relation": "DynamicCodeExecution->Network" + }, + { + "source_category": "InsecureProtocol", + "sink_axis": "network", + "severity_value": 2.5, + "files": [ + "fogbinder/lib/ocaml/FogTrailVisualizer.affine", + "fogbinder/src/engine/FogTrailVisualizer.affine", + "voyant-export/old-src/format.js", + "voyant-export/old-src/test/test-format.js", + "voyant-export/src/Format.affine", + "rescript-templater/init-zotero-plugin.sh" + ], + "frameworks": [ + "WebServer" + ], + "relation": "InsecureProtocol->Network" } ] }